Global datasets: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
Line 9: Line 9:
* http://www.ngdc.noaa.gov/mgg/global/
* http://www.ngdc.noaa.gov/mgg/global/


Cell registered version can be loaded directly into a lat/lon region.
The ''cell registered'' version can be loaded directly into a lat/lon region. GRASS raster data is cell registered (see
the [[GRASS raster semantics]] page)


Grid registered version must be loaded into a simple XY location and have the 90deg N,S rows cropped away:
 
The ''grid registered'' version must be loaded into a simple XY location using the parameters found in the .hdr file, and needs to have the 90deg N,S rows cropped away:


  # create a new simple XY location and mapset
  # create a new simple XY location and mapset

Revision as of 07:52, 11 October 2008

Blue Marble imagery

ETOPO

ETOPO1

The cell registered version can be loaded directly into a lat/lon region. GRASS raster data is cell registered (see the GRASS raster semantics page)


The grid registered version must be loaded into a simple XY location using the parameters found in the .hdr file, and needs to 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

ETOPO2v2 data download

GEBCO

  • The General Bathymetric Chart of the Oceans
http://www.gebco.net/data_and_products/gridded_bathymetry_data/

Miscellaneous

  • The r.in.gdal modules may be used to import data of many formats, including GMT netCDF
  • The r.in.bin module may be used to import raw binary files

LANDSAT

MODIS

Pathfinder AVHRR SST

merge that info here?

QuickBird

SeaWiFS

merge that info here?

Smith and Sandwell

SRTM