Data formats: Difference between revisions
Jump to navigation
Jump to search
(RDBMS stubs) |
|||
Line 28: | Line 28: | ||
* Managing [[BSB data]] | * Managing [[BSB data]] | ||
: for Rasterized Nautical Charts (RNCs) | : for Rasterized Nautical Charts (RNCs) | ||
== RDBMS == | |||
* [[Tips for working with ODBC]] RDBMSs | |||
: http://gdal.osgeo.org/ogr/drv_odbc.html | |||
* [[Tips for working with MySQL]] | |||
: http://gdal.osgeo.org/ogr/drv_mysql.html | |||
: http://dev.mysql.com/doc/refman/4.1/en/spatial-extensions.html | |||
: http://dev.mysql.com/tech-resources/articles/4.1/gis-with-mysql.html | |||
* [[Tips for working with PostgreSQL/PostGIS]] | |||
: http://gdal.osgeo.org/ogr/drv_pg.html | |||
* [[Tips for working with Oracle Spatial]] | |||
: http://gdal.osgeo.org/ogr/drv_oci.html | |||
* [[Tips for working with SQLite/SpatiaLite]] | |||
: http://gdal.osgeo.org/ogr/drv_sqlite.html | |||
: http://www.gaia-gis.it/spatialite/ | |||
== Satellite data == | == Satellite data == |
Revision as of 07:34, 19 April 2008
Please help create this page! <- what is the scope of this page? You name it!
General formats
Supported raster formats with r.in.gdal and r.out.gdal:
gdalinfo --formats
Supported vector formats with v.in.ogr and v.out.ogr
ogrinfo --formats
GIS formats
- Managing Shapefile data
- Managing GeoTiff data
- Managing TIGER data
- v.in.ogr or ogr2ogr to make a shapefile first?
- Managing Vmap0 data (Digital Chart of the World)
- See GRASS-News article
- Managing S-57 data
- for Electronic Nautical Charts (ENCs)
- Managing BSB data
- for Rasterized Nautical Charts (RNCs)
RDBMS
- Tips for working with ODBC RDBMSs
- http://gdal.osgeo.org/ogr/drv_mysql.html
- http://dev.mysql.com/doc/refman/4.1/en/spatial-extensions.html
- http://dev.mysql.com/tech-resources/articles/4.1/gis-with-mysql.html
Satellite data
- Landsat data
- r.in.wms
- r.in.onearth
- i.landsat.rgb
- Managing HDF data
GRASS's data formats
- TODO: link to those here
- For now see the Development pages
Some hints can be found on these pages: