USGS DEMs to GRASS raster maps

Bill Brown brown at ginko.cecer.army.mil
Wed Feb 15 16:39:25 EST 1995


Something like this should work:

dd if=usgsdem-w ibs=10240 | m.dmaUSGSread top=1 bottom=1201 \
left=1 right=1201 output=usgsdem.dat logfile=log

m.rot90 input=usgsdem.dat output=usgsdem.dem rows=1201 cols=1201 bpc=2

r.support
(create header & color files - get header info from log)

- Bill




More information about the grass-user mailing list