Changes between Version 19 and Version 20 of WKTRaster/FAQ


Ignore:
Timestamp:
Jun 24, 2010, 9:24:19 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/FAQ

    v19 v20  
    3434'''6 - How do I load my raster in the database using WKT Raster?'''
    3535
    36 Use the Python loader (gdal2wktraster.py). It wors similar to the shp2pgsql.exe loader except for the fact that it is written in Python.
     36Use 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 WKT 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 WKT Raster final specifications page].
    3737
    3838'''7 - How do I dump my raster from the database into the filesystem using WKT Raster?'''