[postgis-commits] svn - r3834 - spike/wktraster/scripts
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Mar 10 11:01:23 PDT 2009
Author: mloskot
Date: 2009-03-10 11:01:23 -0700 (Tue, 10 Mar 2009)
New Revision: 3834
Modified:
spike/wktraster/scripts/gdal2wktraster.py
Log:
gdal2wktraster.py: reverting -I to -i change introduced in r3832.
Modified: spike/wktraster/scripts/gdal2wktraster.py
===================================================================
--- spike/wktraster/scripts/gdal2wktraster.py 2009-03-10 17:24:25 UTC (rev 3833)
+++ spike/wktraster/scripts/gdal2wktraster.py 2009-03-10 18:01:23 UTC (rev 3834)
@@ -62,7 +62,7 @@
help="drop table, create new one and populate with raster(s)")
optprs.add_option("-f", "--field", dest="column", action="store", default=g_rt_column,
help="specify name of raster data column, default is 'rast'")
- optprs.add_option("-i", "--index", dest="index", action="store_true", default=False,
+ optprs.add_option("-I", "--index", dest="index", action="store_true", default=False,
help="Create a GiST index on the raster column")
optprs.add_option("-o", "--output", dest="output", action="store", default=sys.stdout,
help="specify file for conversion output, otherwise send to stdout")
More information about the postgis-commits
mailing list