Changes between Version 5 and Version 6 of WKTRaster/SpecificationFinal01


Ignore:
Timestamp:
Apr 16, 2009, 10:55:59 AM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationFinal01

    v5 v6  
    2323
    2424'''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?
    3025
    3126'''USAGE:'''[[BR]]