Results 1 to 10 of 18

Thread: [Award Winner] Managing SRTM information with GDAL

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Guild Novice vehrka's Avatar
    Join Date
    Mar 2009
    Location
    Valencia, Spain
    Posts
    19

    Tutorial [Award Winner] Managing SRTM information with GDAL

    The information from NASA's Shuttle Radar Topography Mission (SRTM) can be used as a basis for hillsades or elevations in fantasy maps. In this tutorial we're going to see how to manage this data using OSGeo Foundation GDAL library. We're going to use this library from the command line utilities included in FWTools.

    The idea is to convert the image Figure 1 into the image Figure 2. Well not exactly the image Figure 2, but at least how to obtain the base information:


    Figure 1

    Figure 2

    1.- Getting the data.

    You can get NASA's SRTM data from several sources:



    Each source has it's pros and cons. If you are using the NASA's FTP you must first know the coordinates of the zone you want to use and what you get are tiles, in the USGS webpage you can get some crops of the zone you want to use, it's better to use this source if you are using small zones or your zone is in between several tiles, with the Google Earth layer you can also get tiles, and in several formats as ARCASCII or GeoTiff.
    Last edited by vehrka; 01-20-2012 at 07:28 AM. Reason: replacing lost images
    --
    vehrka

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •