postgis/raster/test/regress
2011-12-24 09:58:10 +00:00
..
box3d.sql Dropped casts to box2d and replaced with casts to box3d. Associated ticket is #1330. 2011-12-14 22:57:58 +00:00
box3d_expected Dropped casts to box2d and replaced with casts to box3d. Associated ticket is #1330. 2011-12-14 22:57:58 +00:00
bug_test_car5.sql Cleanup created objects 2011-12-24 09:58:03 +00:00
bug_test_car5_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
check_raster_columns.sql Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
check_raster_columns_expected Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
check_raster_overviews.sql Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
check_raster_overviews_expected Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
create_box3d_test.sql Dropped casts to box2d and replaced with casts to box3d. Associated ticket is #1330. 2011-12-14 22:57:58 +00:00
create_box3d_test_expected Dropped casts to box2d and replaced with casts to box3d. Associated ticket is #1330. 2011-12-14 22:57:58 +00:00
create_rt_band_properties_test.sql Changed SRID to something within the range permitted by GSERIALIZED. As of this revision, all raster regression tests pass successfully. 2011-06-14 19:32:18 +00:00
create_rt_band_properties_test_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
create_rt_bytea_test.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
create_rt_bytea_test_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
create_rt_empty_raster_test.sql Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
create_rt_empty_raster_test_expected Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
create_rt_gist_test.sql Do not input an explicit value to mean unknown SRID (in raster test) 2011-10-10 07:35:36 +00:00
create_rt_gist_test_expected Strip 'SELECT' feedback from regression test outputs 2011-05-17 15:58:34 +00:00
create_rt_mapalgebra_test.sql Refactored ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. 2011-11-18 20:15:00 +00:00
create_rt_mapalgebra_test_expected - One raster core implementation of MapAlgebra (related ticket #588, needs 2011-02-16 18:19:57 +00:00
create_rt_mapalgebrafctngb_test.sql Added helper user functions for common MapAlgebra operations: Min, Max, Mean, Range. #1318 2011-11-30 19:26:34 +00:00
create_rt_mapalgebrafctngb_test_expected Refactored ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. 2011-11-18 20:15:00 +00:00
create_rt_properties_test.sql Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
create_rt_properties_test_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
create_rt_utility_test.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
create_rt_utility_test_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
drop_rt_gist_test.sql Add a drop_rt_gist_test.sql file for cleanup purposes (#301) 2011-12-24 09:58:10 +00:00
drop_rt_gist_test_expected Add a drop_rt_gist_test.sql file for cleanup purposes (#301) 2011-12-24 09:58:10 +00:00
Makefile.in Add a drop_rt_gist_test.sql file for cleanup purposes (#301) 2011-12-24 09:58:10 +00:00
README - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_above.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_above_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_addband.sql ST_AddBand version that takes an array of rasters 2011-12-10 03:12:06 +00:00
rt_addband_expected ST_AddBand version that takes an array of rasters 2011-12-10 03:12:06 +00:00
rt_asgdalraster.sql Updated regression tests to correctly support change of unknown SRID from -1 to 0. 2011-09-30 00:11:55 +00:00
rt_asgdalraster_expected - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00
rt_asjpeg.sql Updated regression tests to correctly support change of unknown SRID from -1 to 0. 2011-09-30 00:11:55 +00:00
rt_asjpeg_expected fixed logic issues in ST_AsJPEG 2011-06-30 13:28:47 +00:00
rt_aspng.sql Updated regression tests to correctly support change of unknown SRID from -1 to 0. 2011-09-30 00:11:55 +00:00
rt_aspng_expected Updated expected output due to change in message 2011-09-07 13:58:19 +00:00
rt_asraster.sql Fixed ST_AsRaster to duplicate exactly the attributes of a reference raster. 2011-11-30 20:35:57 +00:00
rt_asraster_expected Fixed invalid handling of nodatavalue in ST_BandMetaData(). Issue arises due to C backend using Float8GetDatum while SQL frontend using real datatype. 2011-11-17 14:49:34 +00:00
rt_astiff.sql Updated regression tests to correctly support change of unknown SRID from -1 to 0. 2011-09-30 00:11:55 +00:00
rt_astiff_expected - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00
rt_band.sql Refactored code and removed the use of SET_VARSIZE for RASTER_band to fix segfault. 2011-06-21 05:05:16 +00:00
rt_band_expected Refactored code and removed the use of SET_VARSIZE for RASTER_band to fix segfault. 2011-06-21 05:05:16 +00:00
rt_band_properties.sql Non-functional change. Updated author email address for dzwarg. 2011-11-18 20:56:57 +00:00
rt_band_properties_expected Added function ST_SetBandIsNoData with tests and doc. Deleted isnodata checking 2011-01-26 16:08:02 +00:00
rt_bandmetadata.sql Removed VARIADIC from ST_BandMetadata. Associated ticket is #1343. 2011-12-03 06:54:04 +00:00
rt_bandmetadata_expected Tweaked ST_BandMetadata so that calling the function with an empty array returns all metadata of all bands. Example: ST_BandMetadata(rast, VARIADIC ARRAY[]::int[]) 2011-12-01 02:23:46 +00:00
rt_below.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_below_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_bytea.sql Renamed st_bytea to bytea as per PostGIS convention. Existing databases will not be affected if upgraded using the upgrade scripts. Associated ticket is #1003 2011-12-15 00:21:31 +00:00
rt_bytea_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_contain.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_contain_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_contained.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_contained_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_count.sql Refactored functions returning sets to use Datums instead of C strings, which were causing rounding issues particularly for ST_Metadata. This refactoring affected RASTER_metadata, RASTER_bandmetadata, RASTER_summarystats, RASTER_histogram, RASTER_quantile, RASTER_valuecount and RASTER_gdaldrivers. 2011-07-14 14:54:49 +00:00
rt_count_expected - remove OUT parameters on those functions that only return a single value. 2011-05-27 23:35:07 +00:00
rt_dimensions.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_dimensions_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_georeference.sql Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
rt_georeference_expected Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
rt_hasnoband.sql Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
rt_hasnoband_expected Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
rt_histogram.sql Adds coverage table version of ST_Quantile and ST_ApproxQuantile. Function implemented using the algorithm discussed in 2011-08-19 19:08:36 +00:00
rt_histogram_expected Adds coverage table version of ST_Quantile and ST_ApproxQuantile. Function implemented using the algorithm discussed in 2011-08-19 19:08:36 +00:00
rt_intersection.sql Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
rt_intersection_expected Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
rt_intersects.sql For linestrings, use same logic for points where extent is increased by half a pixel to catch geometries on the edges. 2011-10-04 19:50:54 +00:00
rt_intersects_expected Further tweaks to rt_raster_gdal_rasterize to correctly handle auto-computed extents of multipoints. Addition of ST_Intersects for two rasters. Refactored the one raster and one geometry version of ST_Intersects. 2011-09-22 15:07:25 +00:00
rt_io.sql Removed extra spaces 2011-03-23 21:50:20 +00:00
rt_io_expected -Fix for ticket 792: Clamp double to known values when pixeltype is other than double in rt_band_set_nodata, rt_band_set_pixel & rt_raster_generate_new_band 2011-03-18 14:06:55 +00:00
rt_isempty.sql Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
rt_isempty_expected Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
rt_left.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_left_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_mapalgebraexpr.sql Renamed ST_MapAlgebra2Expr to ST_MapAlgebra after concensus with Pierre and Regina. 2011-11-08 05:27:51 +00:00
rt_mapalgebraexpr_2raster.sql Add ST_MapAlgebraFct for 2 rasters. This is the sibling of 2-raster ST_MapAlgebraExpr. Renamed RASTER_mapAlgebra2Expr to RASTER_mapAlgebra2 as both 2-raster ST_MapAlgebraExpr and ST_MapAlgebraFct call the same function. 2011-11-11 15:41:32 +00:00
rt_mapalgebraexpr_2raster_expected Add ST_MapAlgebraFct for 2 rasters. This is the sibling of 2-raster ST_MapAlgebraExpr. Renamed RASTER_mapAlgebra2Expr to RASTER_mapAlgebra2 as both 2-raster ST_MapAlgebraExpr and ST_MapAlgebraFct call the same function. 2011-11-11 15:41:32 +00:00
rt_mapalgebraexpr_expected 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
rt_mapalgebrafct.sql Refactored ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. 2011-11-18 20:15:00 +00:00
rt_mapalgebrafct_2raster.sql Added checks to make sure user-function is valid. Also added check for volatility of user-function with notice if function is volatile. 2011-11-12 15:12:30 +00:00
rt_mapalgebrafct_2raster_expected Added checks to make sure user-function is valid. Also added check for volatility of user-function with notice if function is volatile. 2011-11-12 15:12:30 +00:00
rt_mapalgebrafct_expected Refactored ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. 2011-11-18 20:15:00 +00:00
rt_mapalgebrafctngb.sql Added helper user functions for common MapAlgebra operations: Min, Max, Mean, Range. #1318 2011-11-30 19:26:34 +00:00
rt_mapalgebrafctngb_expected Updated tests for 'dog-ate-my-homework' test. Expanded comments and elaborated on complex conditionals in ST_MapAlgebraFctNgb 2011-11-30 16:45:54 +00:00
rt_mapalgebrafctngb_userfunc.sql Added neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318 2011-12-01 04:29:24 +00:00
rt_mapalgebrafctngb_userfunc_expected Added neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318 2011-12-01 04:29:24 +00:00
rt_metadata.sql Rewrote ST_BandMetaData to use a C function instead of sequential calls for the metadata of a raster's band in plpgsql. Also added regression tests for ST_MetaData and ST_BandMetaData due to C functions. 2011-06-10 15:19:03 +00:00
rt_metadata_expected Rewrote ST_BandMetaData to use a C function instead of sequential calls for the metadata of a raster's band in plpgsql. Also added regression tests for ST_MetaData and ST_BandMetaData due to C functions. 2011-06-10 15:19:03 +00:00
rt_overabove.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overabove_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overbelow.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overbelow_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overlap.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overlap_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overleft.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overleft_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overright.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overright_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_pixelsize.sql Inclusion of missing ST_PixelWidth and ST_PixelHeight functions and regression tests. 2011-08-24 15:23:25 +00:00
rt_pixelsize_expected Inclusion of missing ST_PixelWidth and ST_PixelHeight functions and regression tests. 2011-08-24 15:23:25 +00:00
rt_pixelvalue.sql Getting pixel value at out of range coordinate should only return a warning. Was broken at r7106. Added a check. 2011-06-10 19:49:29 +00:00
rt_pixelvalue_expected modified expected results for rt_pixelvalue. 2011-06-27 19:02:04 +00:00
rt_quantile.sql More fixups for the quantile coverage function. Fixes segfault that seems to only occur on OSX. 2011-08-20 17:51:04 +00:00
rt_quantile_expected More fixups for the quantile coverage function. Fixes segfault that seems to only occur on OSX. 2011-08-20 17:51:04 +00:00
rt_reclass.sql Added ST_Reclass function 2011-05-16 19:43:10 +00:00
rt_reclass_expected Added ST_Reclass function 2011-05-16 19:43:10 +00:00
rt_resample.sql Added ability to specify raster width and height to ST_Resample. 2011-11-14 21:40:25 +00:00
rt_resample_expected Added ability to specify raster width and height to ST_Resample. 2011-11-14 21:40:25 +00:00
rt_right.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_right_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_rotation.sql Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
rt_rotation_expected Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
rt_same.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_same_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_samealignment.sql Implements ST_SameAlignment. 2011-10-05 23:03:19 +00:00
rt_samealignment_expected Corrected rt_raster_same_alignment() and RASTER_sameAlignment() to behave as an end-user would expect it to. So intead of errors when parameters don't match, return false. 2011-10-21 19:10:53 +00:00
rt_scale.sql Renamed accessors and editors of 'PixelSize' to 'Scale', including tests. 2011-01-03 10:46:41 +00:00
rt_scale_expected Renamed accessors and editors of 'PixelSize' to 'Scale', including tests. 2011-01-03 10:46:41 +00:00
rt_set_band_properties.sql Non-functional change. Updated author email address for dzwarg. 2011-11-18 20:56:57 +00:00
rt_set_band_properties_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_set_properties.sql Non-functional change. Updated author email address for dzwarg. 2011-11-18 20:56:57 +00:00
rt_set_properties_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_spatial_relationship.sql Further tweaks to rt_raster_gdal_rasterize to correctly handle auto-computed extents of multipoints. Addition of ST_Intersects for two rasters. Refactored the one raster and one geometry version of ST_Intersects. 2011-09-22 15:07:25 +00:00
rt_spatial_relationship_expected Further tweaks to rt_raster_gdal_rasterize to correctly handle auto-computed extents of multipoints. Addition of ST_Intersects for two rasters. Refactored the one raster and one geometry version of ST_Intersects. 2011-09-22 15:07:25 +00:00
rt_summarystats.sql - taking a suggestion from strk in #958, all regression tests for functions related to ST_SummaryStats has been rounded to 3 decimal places 2011-05-18 23:33:05 +00:00
rt_summarystats_expected fixed ST_SummaryStats for coverage tables where the sum of all tiles was not being computed. 2011-06-08 00:00:51 +00:00
rt_union.sql 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
rt_union_expected 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
rt_upperleft.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_upperleft_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_utility.sql Addition of C-based ST_MinPossibleValue to replace the existing ST_MinPossibleVal which uses hard-coded values. Updated dependent functions and scripts/plpgsql to use new function. Deleted scripts/plpgsql/st_minpossibleval.sql to stop people from using it. Associated ticket is #1298. 2011-12-16 01:11:21 +00:00
rt_utility_expected Addition of C-based ST_MinPossibleValue to replace the existing ST_MinPossibleVal which uses hard-coded values. Updated dependent functions and scripts/plpgsql to use new function. Deleted scripts/plpgsql/st_minpossibleval.sql to stop people from using it. Associated ticket is #1298. 2011-12-16 01:11:21 +00:00
rt_valuecount.sql - remove OUT parameters on those functions that only return a single value. 2011-05-27 23:35:07 +00:00
rt_valuecount_expected Addition of ST_ValuePercent, sibling of ST_ValueCount. This function provides the ability to determine the percentage of a raster's band that is of a user-specified value. 2011-05-26 20:04:12 +00:00
rt_valuepercent.sql - remove OUT parameters on those functions that only return a single value. 2011-05-27 23:35:07 +00:00
rt_valuepercent_expected Addition of ST_ValuePercent, sibling of ST_ValueCount. This function provides the ability to determine the percentage of a raster's band that is of a user-specified value. 2011-05-26 20:04:12 +00:00
run_test.in ST_SummaryStats returns the sum as part of the summary stats. 2011-05-18 14:18:15 +00:00
testgdalraster.in - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00
testgdalraster.test - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00
testgdalraster_expected - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00

Run 'make check' to run the postgresql-wrappers regression testing.

You must be allowed to create databases and install C-language
function in it.

You must also have installed the wrappers with 'make install'
from top-level dir.