Class SkadiProvider

All Implemented Interfaces:
ElevationProvider

public class SkadiProvider extends AbstractSRTMElevationProvider
Skadi contains elevation data for the entire world with 1 arc second (~30m) accuracy in SRTM format stitched together from many sources (https://github.com/tilezen/joerd/blob/master/docs/data-sources.md). We use the hosted AWS Open Data mirror (https://registry.opendata.aws/terrain-tiles/) by default but you can change to any mirror by updating the base URL. See https://github.com/tilezen/joerd/blob/master/docs/attribution.md for required attribution of any project using this data. Detailed information can be found here: https://github.com/tilezen/joerd
  • Constructor Details

    • SkadiProvider

      public SkadiProvider()
    • SkadiProvider

      public SkadiProvider(String cacheDir)
  • Method Details