Changes between Version 5 and Version 6 of WKTRaster/SpecificationFinal01
- Timestamp:
- 04/16/09 10:55:59 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationFinal01
v5 v6 23 23 24 24 '''gdal2wktraster.py -''' A prototype of the translation utility implemented in Python and with use of [http://www.gdal.org/ GDAL] and its bindings to Python. Create an SQL commands output to create a table of raster. As input raster file, all GDAL formats are accepted. The script is available as [http://svn.refractions.net/postgis/spike/wktraster/scripts/gdal2wktraster.py gdal2wktraster.py] script. 25 26 '''Open Questions:'''[[BR]]27 [[BR]]28 1. Should we change names of options to strictly follow those used by raster2pgsql and shp2pgsql?[[BR]][[BR]] Pierre: Yes! We should follow PostGIS tracks as much as possible in everything we do in this project.[[BR]][[BR]]29 1. How can I import all the bands from a multiband TIFF?30 25 31 26 '''USAGE:'''[[BR]]