postgis/raster
2011-12-13 05:23:52 +00:00
..
doc Documentation updated for ST_BandIsNodata function. Added band nodata checking 2011-01-24 15:06:02 +00:00
loader Text format cleanup in loader/raster2pgsql.c. Fixed missing target in scripts/Makefile.in 2011-12-13 05:23:52 +00:00
macros - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_core Code refactoring in rtpg_ utility functions for better memory usage and syntax cleanup in rt_api.* 2011-12-10 01:01:37 +00:00
rt_pg Addition of C-based raster2pgsql in raster/loader. No changes have been made to remove the existing python-based raster2pgsql.py nor remove the python dependency in configure. Users will need to run autogen.sh after this revision. 2011-12-12 23:12:46 +00:00
scripts Text format cleanup in loader/raster2pgsql.c. Fixed missing target in scripts/Makefile.in 2011-12-13 05:23:52 +00:00
test Revisions to ST_Union for raster: get rid of dependency on rastexpr (and get rid of type), put in regress tests, get rid of many ST_Union permutations and limit to st_union(rast), st_union(rast,p_expression), st_union(rast,band_num), st_union(rast,band_num,p_expression). Note for drop I'm not dropping those other versions in case people have installed them from scripts folder or are currently using them. just dropping the ones I'm replacing. 2011-12-11 15:45:07 +00:00
.svnignore Refactored rt_band_get_min_value() to call new function rt_pixtype_get_min_value(). Addition of function rt_util_extent_type(). 2011-10-27 14:08:24 +00:00
CREDITS - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
DEBUG Fixes on PostGIS Raster debug system. The raster core uses 2010-10-26 17:40:32 +00:00
install-sh - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
Makefile.in With commit of C-based raster2pgsql in r8369, removed dependency checks on Python, NumPy and GDAL with Python bindings. You will want to run autogen.sh with this commit. With this commit, the python-based raster2pgsql.py is now retired and unsupported. 2011-12-13 03:00:12 +00:00
NEWS - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
raster_config.h.in Added a flag --with-raster-dblwarning so as to provide the software builder the option of enabling all the value truncation/clamping/conversion warnings, which can be many. The new default is to suppress those warnings. All appropriate regression tests have been updated. 2011-11-18 18:30:00 +00:00
Version.config - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00