Changes between Version 17 and Version 18 of WKTRaster/FAQ
- Timestamp:
- 03/22/10 11:53:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/FAQ
v17 v18 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 wors similar to the shp2pgsql.exe loader except for the fact that it is written in Python. 37 36 38 '''7 - How do I dump my raster from the database into the filesystem using WKT Raster?''' 37 39 40 PostGIS 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 38 42 [wiki:WKTRaster Back to the WKT Raster Home Page]