]> granicus.if.org Git - postgis/commit
Added option -G to get listing of supported raster types instead of calling ST_GDALDr...
authorBborie Park <bkpark at ucdavis.edu>
Wed, 14 Dec 2011 22:23:42 +0000 (22:23 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Wed, 14 Dec 2011 22:23:42 +0000 (22:23 +0000)
commitfce6e3a8426649bda2af436f2bff257fd28ace55
tree66a266e835c9a310c1b682a91e6e1397e547bb18
parent509f2ba08b6f1a467e4768e8d34315701174d147
Added option -G to get listing of supported raster types instead of calling ST_GDALDrivers in SQL.  Had to tweak rt_raster_gdal_drivers in rt_api.c to not limit drivers based upon creation capabilities.  Associated ticket is #1374.
Added ability to specify band indices with ranges for option -b.  Example: -b 1-5,7,9-15.  Associated ticket is #1375.
Added warning messages when loader is processing more than one raster and rasters may have different number of bands, pixel types, hasnodata flags, NODATA values, geotransforms andtile sizes.  Associated ticket is #153.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8418 b70326c6-7e19-0410-871a-916f4a2858ee
raster/loader/raster2pgsql.c
raster/rt_core/rt_api.c
raster/rt_core/rt_api.h
raster/rt_pg/rt_pg.c
raster/test/core/testapi.c