Changes between Version 21 and Version 22 of WKTRaster/FAQ


Ignore:
Timestamp:
Feb 17, 2011, 2:29:21 PM (13 years ago)
Author:
mloskot
Comment:

gdal2wktraster → raster2pgsql

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/FAQ

    v21 v22  
    3434'''6 - How do I load my raster in the database using PostGIS Raster?'''
    3535
    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].
     36Use 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].
    3737
    3838'''7 - How do I dump my raster from the database into the filesystem using PostGIS Raster?'''