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 ...
4
votes
0answers
115 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
198 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
34 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
52 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 ...
-2
votes
0answers
49 views
How to convert shape file to .map format
i have made a .shp file from the srtm data for contour making.I need to get the output as >map format,with elevation details.If i am trying to convert into .bna there is some error happens along with ...