Data formats: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(→‎Satellite data: pathfinder)
(→‎RDBMS: add links)
Line 32: Line 32:


* [[Tips for working with ODBC]] RDBMSs
* [[Tips for working with ODBC]] RDBMSs
** {{cmd|grass-odbc}} help page
: http://gdal.osgeo.org/ogr/drv_odbc.html
: http://gdal.osgeo.org/ogr/drv_odbc.html


* [[Tips for working with MySQL]]
* [[Tips for working with MySQL]]
** {{cmd|grass-mysql}} help page
** {{cmd|grass-mesql}} help page
: http://gdal.osgeo.org/ogr/drv_mysql.html
: http://gdal.osgeo.org/ogr/drv_mysql.html
: http://dev.mysql.com/doc/refman/4.1/en/spatial-extensions.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
: http://dev.mysql.com/tech-resources/articles/4.1/gis-with-mysql.html


* [[Tips for working with PostgreSQL/PostGIS]]
* Tips for working with PostgreSQL/[[PostGIS]]
** v.external help page
** {{cmd|grass-pg}} help page
** v.in.ogr help page
** {{cmd|v.external}} help page
** {{cmd|v.in.ogr}} help page
: http://gdal.osgeo.org/ogr/drv_pg.html
: http://gdal.osgeo.org/ogr/drv_pg.html


* [[Tips for working with Oracle Spatial]]
* [[Tips for working with Oracle Spatial]]
** {{cmd|grass-odbc}} help page
: http://gdal.osgeo.org/ogr/drv_oci.html
: http://gdal.osgeo.org/ogr/drv_oci.html


* [[Tips for working with SQLite/SpatiaLite]]
* [[Tips for working with SQLite/SpatiaLite]]
** {{cmd|grass-sqlite}} help page
: http://gdal.osgeo.org/ogr/drv_sqlite.html
: http://gdal.osgeo.org/ogr/drv_sqlite.html
: http://www.gaia-gis.it/spatialite/
: http://www.gaia-gis.it/spatialite/

Revision as of 23:57, 10 September 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

v.in.ogr or ogr2ogr to make a shapefile first?
See GRASS-News article: M. Neteler, 2005. SRTM and VMAP0 data in OGR and GRASS. GRASS Newsletter, Vol.3, pp 2-6, June 2005. PDF and erratum
for Electronic Nautical Charts (ENCs)
for Rasterized Nautical Charts (RNCs)

RDBMS

http://gdal.osgeo.org/ogr/drv_odbc.html
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
http://gdal.osgeo.org/ogr/drv_pg.html
http://gdal.osgeo.org/ogr/drv_oci.html
http://gdal.osgeo.org/ogr/drv_sqlite.html
http://www.gaia-gis.it/spatialite/
http://lists.osgeo.org/pipermail/aust-nz/2008-April/000454.html

Satellite data


GRASS's data formats

  • TODO: link to those here
For now see the Development pages


Some hints can be found on these pages: