Changes between Version 21 and Version 22 of WKTRaster/FAQ
- Timestamp:
- 02/17/11 14:29:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/FAQ
v21 v22 34 34 '''6 - How do I load my raster in the database using PostGIS Raster?''' 35 35 36 Use the Python loader (gdal2wktraster.py). It works similar to the shp2pgsql.exe loader except for the fact that it is written in Python. Examples on how to load raster in the database are provided [http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html in the GDAL driver example], [http://trac.osgeo.org/postgis/wiki/WKTRasterTutorial01 in one of PostGIS Raster tutorial] and in [http://mateusz.loskot.net/2009/03/27/run-wkt-raster-run/ Mateusz Loskot blog]. A reference of all the option is [http://trac.osgeo.org/postgis/wiki/WKTRaster/SpecificationFinal01 in the PostGIS Raster final specifications page].36 Use the Python loader [http://trac.osgeo.org/postgis/browser/trunk/raster/scripts/python/raster2pgsql.py raster2pgsql.py] (used to be called gdal2wktraster.py). It works similar to the shp2pgsql.exe loader except for the fact that it is written in Python. Examples on how to load raster in the database are provided [http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html in the GDAL driver example], [http://trac.osgeo.org/postgis/wiki/WKTRasterTutorial01 in one of PostGIS Raster tutorial] and in [http://mateusz.loskot.net/2009/03/27/run-wkt-raster-run/ Mateusz Loskot blog]. A reference of all the option is [http://trac.osgeo.org/postgis/wiki/WKTRaster/SpecificationFinal01 in the PostGIS Raster final specifications page]. 37 37 38 38 '''7 - How do I dump my raster from the database into the filesystem using PostGIS Raster?'''