Global datasets: Difference between revisions
Jump to navigation
Jump to search
(misc) |
(→ETOPO1: instructs) |
||
Line 13: | Line 13: | ||
Grid registered version must be loaded into a simple XY location and have the 90deg N,S rows cropped away. | Grid registered version must be loaded into a simple XY location and have the 90deg N,S rows cropped away. | ||
# create a new simple XY location and mapset | |||
# Import grid registered binary float | |||
r.in.bin -f in=etopo1_bed_g.flt out=etopo1_bed_g \ | r.in.bin -f in=etopo1_bed_g.flt out=etopo1_bed_g \ | ||
n=90.008333333335 s=-90.008333333335 e=180.00833333334 \ | n=90.008333333335 s=-90.008333333335 e=180.00833333334 \ | ||
w=-180.00833333334 rows=10801 cols=21601 anull=-9999 | w=-180.00833333334 rows=10801 cols=21601 anull=-9999 | ||
r.colors out=etopo1_bed_g color=etopo2 | r.colors out=etopo1_bed_g color=etopo2 | ||
# reduce region by 1 cell | |||
g.region rast=etopo1_bed_g | |||
eval `g.region -g` | |||
g.region n=n-$nsres s=s+$nsres e=e-$ewres -p | |||
# save smaller raster and remove original | |||
r.mapcalc "etopo1_bed_g.crop = etopo1_bed_g" | |||
g.remove etopo1_bed_g | |||
# change the location to lat/lon by restarting GRASS | |||
# in the PERMANENT mapset and running {{cmd|g.setproj}} | |||
=== ETOPO2 === | === ETOPO2 === |
Revision as of 07:30, 11 October 2008
Blue Marble imagery
- see the Blue Marble wiki page
ETOPO
ETOPO1
Cell registered version can be loaded directly into a lat/lon region.
Grid registered version must be loaded into a simple XY location and have the 90deg N,S rows cropped away.
# create a new simple XY location and mapset
# Import grid registered binary float r.in.bin -f in=etopo1_bed_g.flt out=etopo1_bed_g \ n=90.008333333335 s=-90.008333333335 e=180.00833333334 \ w=-180.00833333334 rows=10801 cols=21601 anull=-9999 r.colors out=etopo1_bed_g color=etopo2
# reduce region by 1 cell g.region rast=etopo1_bed_g eval `g.region -g` g.region n=n-$nsres s=s+$nsres e=e-$ewres -p
# save smaller raster and remove original r.mapcalc "etopo1_bed_g.crop = etopo1_bed_g" g.remove etopo1_bed_g
# change the location to lat/lon by restarting GRASS
# in the PERMANENT mapset and running g.setproj
ETOPO2
- See the ETOPO2 (2' global) article by M.H. Bowman in the GRASS Newsletter, 1:8-11, August 2004.
Miscellaneous
- Some datasource links: http://www.ruf.rice.edu/~ben/gmt.html
LANDSAT
MODIS
- see the MODIS wiki page
Pathfinder AVHRR SST
- see the MODIS#Pathfinder_SST wiki page
- merge that info here?
QuickBird
- ?
SeaWiFS
- see the MODIS#SeaWiFS wiki page
- merge that info here?
Smith and Sandwell
- Merge info here from the Marine Science wiki page
SRTM
- see the r.in.srtm module