postgis/raster/test/core
Bborie Park fce6e3a842 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
2011-12-14 22:23:42 +00:00
..
check.h - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
Makefile.in Removed ST_Intersects(raster, int, raster, int) version of two raster ST_Intersects. 2011-09-27 03:40:08 +00:00
testapi.c 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. 2011-12-14 22:23:42 +00:00
testwkb.c Added function parameter "header_only" to rt_raster_deserialize. This instructs the function to only extract the raster header. 2011-06-11 19:26:44 +00:00