Loading SRTM Data

  • 1 arc second data has 3601 rows x 3601 columns
  • Lat/Long of file is the center of the lower left arc-second
  • Create a new location
  • Rename *.hgt *.bil
  • r.in.bin -b input=N38W123.bil output=N38W123 bytes=2 title="N38W123 1 arc second SRTM" north=39 south=38 east=-122 west=-123 r=3601 c=3601
  • r.colors map=N38W123 color=grey.eq (or any color map!)
previous - Tutorial Index - next