Changes between Version 17 and Version 18 of WKTRaster/FAQ


Ignore:
Timestamp:
Mar 22, 2010, 11:53:29 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/FAQ

    v17 v18  
    3434'''6 - How do I load my raster in the database using WKT Raster?'''
    3535
     36Use the Python loader (gdal2wktraster.py). It wors similar to the shp2pgsql.exe loader except for the fact that it is written in Python.
     37
    3638'''7 - How do I dump my raster from the database into the filesystem using WKT Raster?'''
    3739
     40PostGIS WKT Raster does not provide a dumper yet. However you can compile GDAL with WKT Raster enabled and then use the gdal_translate.exe utility to convert a WKT Raster layer to a filesystem raster in one of the many other format supported by GDAL.
     41
    3842[wiki:WKTRaster Back to the WKT Raster Home Page]