The Shuttle Radar Topography Mission (SRTM) obtained elevation data on a near-global scale to generate the most complete high-resolution digital topographic database of Earth. SRTM consisted of a specially modified radar system that flew onboard the Space Shuttle Endeavour during an 11-day mission ...

learn more… | top users | synonyms

4
votes
0answers
122 views

How to stop gdalwarp creating world-spanning outputs near the dateline?

I'm using gdalwarp to manipulate SRTM tiles near the the dateline (i.e. 180°, aka the antimeridian). SRTM tiles have a very slight (1/2 pixel) overlap with the meridian. You can see this using ...
2
votes
0answers
203 views

How to read Geotiff tags and pixel per pixel values using GDAL C#

I'm new here and I'm new at programing with GDAL C#. My question is how I can get the value of SRTM GEOTIFF pixel to compare with it's neighbors, and how can I get the values of Geotiff tags.
1
vote
0answers
52 views

Conversion from CGIAR GEOTIFFs to SRTM3 like HGTs

Im writing a C program for querying height information from SRTM data. Since reading directly GeoTIFF format is tough job, I decided to load HGT format, which serves great for the purpose. Since ...
1
vote
0answers
58 views

How to convert DTED Level 1 into SRTM DTED

We have a GIS tool that handles only SRTM DTED level 1 terrain files. SRTM level 1 terrain files are limited to 60 deg lat. So I need to fill up the gap from 60 lat up to 90 deg lat. I have DTED ...