tkrajina / srtm.py

Geo elevation data parser for "The Shuttle Radar Topography Mission" data
Apache License 2.0
240 stars 57 forks source link

SRTM Version 3, Global 1 arc #38

Open nawagers opened 6 years ago

nawagers commented 6 years ago

I'm starting work on integrating the new SRTM Global 1 arc sec and 3 arc sec data sets. These are available from the USGS EarthData server and requires (free and open) credentials to access. srtm.py will need to be supplied a U/N and P/W to pull those tiles. I am unable to find an authentication-free copy like the SRTM version 2.1 tiles.

The new data sets have the same coverage areas as the previous datasets, but are now 100% void free and have the 1 arc second sampling size over the entire coverage area. The 1 arc second tiles are around Nyquist frequency near the equator, but oversampled at more extreme latitudes (~4x oversampling)

Changes:

Anyone that would like to suggest interface changes is welcome to comment.

nawagers commented 6 years ago

I forgot to add, if the new interface is well layed out, adding the old version 1 data access should trivial if anyone ever wanted that.