63 | | ASTGTM2_N50W003_dem.tif |
64 | | ASTGTM2_N50W002_dem.tif |
65 | | ASTGTM2_N50W001_dem.tif |
66 | | ASTGTM2_N50E000_dem.tif |
67 | | ASTGTM2_N50E001_dem.tif |
68 | | ASTGTM2_N51W003_dem.tif |
69 | | ASTGTM2_N51W002_dem.tif |
70 | | ASTGTM2_N51W001_dem.tif |
71 | | ASTGTM2_N51E000_dem.tif |
72 | | ASTGTM2_N51E001_dem.tif |
73 | | ASTGTM2_N52W003_dem.tif |
74 | | ASTGTM2_N52W002_dem.tif |
75 | | ASTGTM2_N52W001_dem.tif |
76 | | ASTGTM2_N52E000_dem.tif |
77 | | ASTGTM2_N52E001_dem.tif |
| 63 | ASTGTM2_N50W003_dem.tif[[BR]] |
| 64 | ASTGTM2_N50W002_dem.tif[[BR]] |
| 65 | ASTGTM2_N50W001_dem.tif[[BR]] |
| 66 | ASTGTM2_N50E000_dem.tif[[BR]] |
| 67 | ASTGTM2_N50E001_dem.tif[[BR]] |
| 68 | ASTGTM2_N51W003_dem.tif[[BR]] |
| 69 | ASTGTM2_N51W002_dem.tif[[BR]] |
| 70 | ASTGTM2_N51W001_dem.tif[[BR]] |
| 71 | ASTGTM2_N51E000_dem.tif[[BR]] |
| 72 | ASTGTM2_N51E001_dem.tif[[BR]] |
| 73 | ASTGTM2_N52W003_dem.tif[[BR]] |
| 74 | ASTGTM2_N52W002_dem.tif[[BR]] |
| 75 | ASTGTM2_N52W001_dem.tif[[BR]] |
| 76 | ASTGTM2_N52E000_dem.tif[[BR]] |
| 77 | ASTGTM2_N52E001_dem.tif[[BR]] |
175 | | |
| 175 | Examples: |
| 176 | * Create an ASTER DEM from tiles in the directory aster_tiles and create an output file called a_dem_filename.dem: |
| 177 | * {{{asterdem.sh -a aster_tiles/ -o a_dem_filename.dem}}} |
| 178 | * Create an ASTER DEM jpg image from tiles in a directory: |
| 179 | * {{{asterdem.sh -a aster_tiles/ -j a_dem_filename.jpg}}} |
| 180 | * Project some ASTER tiles to a UKBNG projection and output the DEM to a_dem_filename.dem (Separation file uk_separation_file_WGS84LL.dem is used automatically): |
| 181 | * {{{asterdem.sh -a aster_tiles/ -p UKBNG -o a_dem_filename.dem}}} |
| 182 | * Project some ASTER tiles to a utm30n projection and output the DEM to a_dem_filename.dem: |
| 183 | * {{{asterdem.sh -a aster_tiles/ -p UTM30N -o a_dem_filename.dem}}} |
| 184 | * Project some ASTER tiles to a proj4 string projection: |
| 185 | * {{{asterdem.sh -a aster_tiles/ -p "+proj=utm +zone=30 +ellps=WGS84 +datum=WGS84" -o a_dem_filename.dem}}} |
| 186 | * Project some ASTER tiles to a proj4 projection using a separation file of your own making: |
| 187 | * {{{asterdem.sh -a aster_tiles/ -p "+proj=utm +zone=30 +ellps=WGS84 +datum=WGS84" -o a_dem_filename.dem -s my_separation_file.dem}}} |
| 188 | * Create an ASTER DEM in and leave it in a grass database and do not fill nulls or smooth the DEM: |
| 189 | * {{{asterdem.sh -a aster_tiles/ -f}}} |