Global datasets/id: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
Line 53: Line 53:
: http://www.gebco.net/data_and_products/gridded_bathymetry_data/
: http://www.gebco.net/data_and_products/gridded_bathymetry_data/


=== Miscellaneous ===
=== Lain-lain ===


==== Data sources ====
==== Sumber data ====


* Some datasource links: http://www.ruf.rice.edu/~ben/gmt.html
* Beberapa tautan sumber data: http://www.ruf.rice.edu/~ben/gmt.html
* [http://www.geotorrent.org/browse.php Geotorrent.org]
* [http://www.geotorrent.org/browse.php Geotorrent.org]




==== Modules ====
==== Modul ====
* The {{cmd|r.in.gdal}} modules may be used to import data of [http://www.gdal.org/formats_list.html many formats], including GMT netCDF
* Modul {{cmd|r.in.gdal}} dapat digunakan untuk melakukan impor data dari [http://www.gdal.org/formats_list.html banyak format], termasuk GMT netCDF
* The {{cmd|r.in.bin}} module may be used to import raw binary files
* Modeul {{cmd|r.in.bin}} dapat digunakan untuk mengimpor berkas biner generik (raw binary)


=== LANDSAT ===
=== LANDSAT ===

Revision as of 10:19, 17 January 2009

This page is in progress of translating to Bahasa Indonesia.

Data raster

Citra Blue Marble

Blue Marble dari NASA adalah sebuah citra visual permukaan bumi yang dipotret dari ruang angkasa dengan ukuran piksel 500 m-8 derajat, tanpa awan.

ETOPO

Dataset ETOPO menyediakan sebuah peta topografi dan batimetri global dengan resolusi 1', 2', and 5' per-piksel.

ETOPO1

Versi "cell registered" dapat dimuat secara langsung dalam region lat/lon. Data raster merupakan sebuah cell registered (lihat halaman GRASS raster semantics)


Versi grid registered harus dimuat ke dalam location XY location dengan menggunakan parameter yang ada di berkas .hdr , dan harus memiliki baris 90deg N,S:

# membuat sebuah location dan mapset XY sederhana

# Impor 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

# kurangi region dengan 1 cell
g.region rast=etopo1_bed_g
eval `g.region -g`
g.region n=n-$nsres s=s+$nsres e=e-$ewres -p

# simpan raster dengan ukuran lebih kecil dan hilangkan data awal
r.mapcalc "etopo1_bed_g.crop = etopo1_bed_g"
g.remove etopo1_bed_g

# ubah location ke lat/lon dengan menjalankan-ulang GRASS
# dalam mapset PERMANENT dan jalankan  perintah g.setproj
#  atau ubah semua mapset ke dalam location lat/lon
#  dan edit secara manual berkas $MAPSET/cellhd/ (cara kotor, Bung!)

ETOPO2

unduh data ETOPO2v2

GEBCO

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

Lain-lain

Sumber data


Modul

  • Modul r.in.gdal dapat digunakan untuk melakukan impor data dari banyak format, termasuk GMT netCDF
  • Modeul r.in.bin dapat digunakan untuk mengimpor berkas biner generik (raw binary)

LANDSAT

Since October 1, 2008 all Landsat 7 ETM+ scenes held in the USGS EROS archive are available for download at no charge.

  • Download via the Glovis online search tool (req. Java)
  • Download via the USGS's EarthExplorer interface

Modules

  • r.in.gdal - Main import tool for complete multiband scenes
  • r.in.wms - Download data covering current map region via WMS server
  • r.in.onearth - WMS frontend for NASA's OnEarth Global Landsat Mosaic
  • i.landsat.rgb - Color balancing/enhancement tool

See also

  • Processing tips can be found on the LANDSAT wiki page

MODIS

Pathfinder AVHRR SST

merge that info here?

QuickBird

SeaWiFS

merge that info here?

Smith and Sandwell

SRTM

Space Shuttle Radar Topography Mission

WorldClim

WorldClim is a set of global climate layers (climate grids) with a spatial resolution of a square kilometer.

Vector data

CDC Geographic Boundary and Public Health Maps

Global Administrative Areas

  • GADM is a database of the location of the world's administrative areas (boundaries) available in shapefiles.
http://biogeo.berkeley.edu/gadm/
  • World Borders Dataset including ISO 3166-1 Country codes available in shapefiles.
http://thematicmapping.org/downloads/world_borders.php
  • Free GIS data from Mapping Hacks
http://mappinghacks.com/data/

GSHHS World Coastline

GSHHS is a high resolution shoreline dataset. It is derived from data in the public domain and licensed as GPL. The shorelines are constructed entirely from hierarchically arranged closed polygons. It is closely linked to the GMT project.

  • Import with the v.in.gshhs module for GRASS 5 (perhaps needs to be updated to the latest version of the GSHHS format?)
'for GRASS 6.3+ see the gshhstograss.c program that comes with gshhs_1.10_src.zip. It creates a script to import the data.
  • Download data from NOAA's shoreline extractor site. Version 1.3 is available for download as shapefiles (but this is some years old, the dataset is now up to version 1.10)
For GRASS 6 you can download 1:250,000 shoreline data from NOAA's site in Mapgen format, which can be imported with the v.in.mapgen module.

SALB

Second Administrative Level Boundaries: "The SALB dataset is a global digital dataset consisting of digital maps and codes that can be downloaded on a country by country basis."

VMap0

1:1 million vector data. Formerly known as Digital Chart of the World

Misc