postgis/raster/test/regress
2011-11-14 23:21:12 +00:00
..
bug_test_car5.sql -Standardized the way we write "nodata" from "NODATA" to "nodata" 2011-03-18 14:11:02 +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 - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
check_raster_columns_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
check_raster_overviews.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
check_raster_overviews_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +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_box2d_test.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
create_rt_box2d_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 Implemented raster map algebra with user functions/callbacks. (#860) 2011-10-14 18:11:27 +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_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
Makefile.in Added single version of map algebra that operates on neighborhoods. 2011-11-14 23:21:12 +00:00
README - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_above.sql extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_above_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_addband.sql Two ST_AddBands missing variants added. Related tickets #858, #792. 2011-03-20 14:01:23 +00:00
rt_addband_expected Changes in raster memory management: 2011-05-06 12:06:29 +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 Renamed output parameter "hasnodatavalue" to "hasnodata" in ST_BandMetadata(). This makes the parameter name consistent with all other use of "hasnodata" and the docs for ST_BandMetadata. 2011-11-06 19:30:32 +00:00
rt_asraster_expected Fixed the function rt_band_get_summary_stats rt_core/rt_api.c to correctly handle the situation where a band's values are all nodata 2011-08-25 23:23:46 +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 Added function ST_SetBandIsNoData with tests and doc. Deleted isnodata checking 2011-01-26 16:08:02 +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 Renamed output parameter "hasnodatavalue" to "hasnodata" in ST_BandMetadata(). This makes the parameter name consistent with all other use of "hasnodata" and the docs for ST_BandMetadata. 2011-11-06 19:30:32 +00:00
rt_bandmetadata_expected 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_below.sql extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_below_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_box2d.sql Renamed accessors and editors of 'PixelSize' to 'Scale', including tests. 2011-01-03 10:46:41 +00:00
rt_box2d_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_bytea.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_bytea_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_contain.sql extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_contain_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_contained.sql extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_contained_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +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_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 extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_left_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +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 Replaced ST_MapAlgebraExpr's "nodatavalueexpr" parameter with "nodataval" and datatype changed from text to double precision. This makes this parameter the same as "nodatanodataval" found in ST_MapAlgebra2Expr. 2011-11-08 00:00:51 +00:00
rt_mapalgebrafct.sql Implemented raster map algebra with user functions/callbacks. (#860) 2011-10-14 18:11:27 +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 Implemented raster map algebra with user functions/callbacks. (#860) 2011-10-14 18:11:27 +00:00
rt_mapalgebrafctngb.sql Added single version of map algebra that operates on neighborhoods. 2011-11-14 23:21:12 +00:00
rt_mapalgebrafctngb_expected Added single version of map algebra that operates on neighborhoods. 2011-11-14 23:21:12 +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 extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_overabove_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_overbelow.sql extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_overbelow_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_overlap.sql extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_overlap_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_overleft.sql extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_overleft_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_overright.sql extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_overright_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +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 extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_right_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +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 extent() -> st_extent() 2011-05-03 13:32:55 +00:00
rt_same_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +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 Functions ST_BandHasNodataValue and ST_SetBandHasNodataValue deleted. Related ticket #602. 2011-01-13 21:36:43 +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 Renamed accessors and editors of 'PixelSize' to 'Scale', including tests. 2011-01-03 10:46:41 +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_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 - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_utility_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +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.