Changes between Version 19 and Version 20 of WKTRaster/FAQ
- Timestamp:
- 06/24/10 09:24:19 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/FAQ
v19 v20 34 34 '''6 - How do I load my raster in the database using WKT Raster?''' 35 35 36 Use the Python loader (gdal2wktraster.py). It wor s similar to the shp2pgsql.exe loader except for the fact that it is written in Python.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 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]. 37 37 38 38 '''7 - How do I dump my raster from the database into the filesystem using WKT Raster?'''