Commit graph

4700 commits

Author SHA1 Message Date
Pierre Racine 6c1adcafe6 --General enhancement to the script functions. Still a lot of work to do...
git-svn-id: http://svn.osgeo.org/postgis/trunk@6147 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-28 23:08:17 +00:00
Regina Obe a0415e4f38 some cleanup and one more link
git-svn-id: http://svn.osgeo.org/postgis/trunk@6146 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-28 13:47:10 +00:00
Regina Obe a90237f2f0 get rid of tabs
git-svn-id: http://svn.osgeo.org/postgis/trunk@6145 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-28 13:10:36 +00:00
Regina Obe 7864852b6a Try to clarify use of ST_MakeEmptyRaster to address #651
git-svn-id: http://svn.osgeo.org/postgis/trunk@6144 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-28 12:45:43 +00:00
Kevin Neufeld dd067352cf updated reference to appropriate image in the discussion on geometry validity
git-svn-id: http://svn.osgeo.org/postgis/trunk@6143 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-27 18:01:58 +00:00
Kevin Neufeld 6a61c4d284 added an example for ST_IsValid that shows a valid multipolygon that touches at a point.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6142 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-27 17:27:53 +00:00
Kevin Neufeld bc2703d7cd remove <remark> TODO tag in doc.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6141 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-27 17:09:03 +00:00
Regina Obe 5647b1bbd2 Logic to test inserting rasters of all different types
git-svn-id: http://svn.osgeo.org/postgis/trunk@6140 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-27 16:47:12 +00:00
Regina Obe 95da6d6230 First working version of raster garden test -- currently just does an addrastercolumn for all pixel types supported, drop raster table and logs completion and timing to raster_garden_log table
git-svn-id: http://svn.osgeo.org/postgis/trunk@6139 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-27 14:38:33 +00:00
Jorge Arévalo 0e8d109d22 gdal2raster.py renamed to raster2pgsql.py. Related ticket #612
git-svn-id: http://svn.osgeo.org/postgis/trunk@6138 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-27 12:51:48 +00:00
Jorge Arévalo 0299043d3d Added CC=@CC@ in raster/rt_core/Makefile.in. Related ticket #550.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6137 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-27 11:06:28 +00:00
Jorge Arévalo d2f82a6424 Fixes on PostGIS Raster debug system. The raster core uses
default_info_handler() call. Other minor bugs fixed. Created DEBUG file in
raster directory, similar to postgis/DEBUG file. Erased references to old raster debug variables in configure.ac. Deleted old readme file.


git-svn-id: http://svn.osgeo.org/postgis/trunk@6136 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 17:40:32 +00:00
Regina Obe fb40e2f1e6 start work on raster garden test generator
git-svn-id: http://svn.osgeo.org/postgis/trunk@6135 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 16:41:30 +00:00
Jorge Arévalo ea830ea686 New debug system, similar to the PostGIS debug system, with two sets of macros
that depend on the POSTGIS_DEBUG_LEVEL value. Related ticket #638.


git-svn-id: http://svn.osgeo.org/postgis/trunk@6134 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 16:40:49 +00:00
Regina Obe f4d8e866f2 fix id ref
git-svn-id: http://svn.osgeo.org/postgis/trunk@6133 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 15:50:24 +00:00
Regina Obe 0707870d24 fix build issue -- need more fixing later
git-svn-id: http://svn.osgeo.org/postgis/trunk@6132 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 15:42:09 +00:00
Regina Obe fe61ffce41 fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6131 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 15:01:11 +00:00
Regina Obe a63ea18159 add raster types in in reference_types section and also put in special indexes section. Will eventually move special indexes below raster since it will now cover it as well.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6130 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 14:47:57 +00:00
Regina Obe 3870fda990 try to get rid of utf stuff again
git-svn-id: http://svn.osgeo.org/postgis/trunk@6129 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 12:46:30 +00:00
Paul Ramsey 4b5a5188a2 Use ptarray_isclosed to check closure
git-svn-id: http://svn.osgeo.org/postgis/trunk@6128 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 17:28:33 +00:00
Jorge Arévalo 257dcf8a72 Added svn tag keywords to raster plpgsql scripts. Related ticket #642.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6127 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 16:06:00 +00:00
Regina Obe f7f030bdba revert
git-svn-id: http://svn.osgeo.org/postgis/trunk@6126 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 14:46:54 +00:00
Regina Obe 155a1716df get rid of utf header entirely -- my xsltproc when run with make-comments chokes on it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6125 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 14:33:21 +00:00
Paul Ramsey 9c62e451aa Add some WKT tests on EMPTY
git-svn-id: http://svn.osgeo.org/postgis/trunk@6124 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 05:01:48 +00:00
Paul Ramsey acc51bc0a6 Add/improve comments, fix SRID handling for EWKT inputs.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6123 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 04:57:14 +00:00
Paul Ramsey 5e4c85e8d0 More care handling mixed dimensional inputs and being tolerant of wierd stuff
git-svn-id: http://svn.osgeo.org/postgis/trunk@6122 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 04:34:17 +00:00
Paul Ramsey ef8f30c3f8 Add destructors for the _list elements of the grammar.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6121 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 00:14:32 +00:00
Paul Ramsey 685ee0d890 Remove parse/lex outputs from 'clean' target, add to 'maintainer-clean'
git-svn-id: http://svn.osgeo.org/postgis/trunk@6120 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:51:03 +00:00
Paul Ramsey 6a44c210e5 Update lexer
git-svn-id: http://svn.osgeo.org/postgis/trunk@6119 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:30:35 +00:00
Paul Ramsey d9be412392 Add generated parser/lexer files
git-svn-id: http://svn.osgeo.org/postgis/trunk@6118 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:30:19 +00:00
Paul Ramsey 03db03f6ef Remove svn:ignores for lex/parser results
git-svn-id: http://svn.osgeo.org/postgis/trunk@6117 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:29:35 +00:00
Paul Ramsey ab7b7ba22f Remove header-file option
git-svn-id: http://svn.osgeo.org/postgis/trunk@6116 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:28:28 +00:00
Paul Ramsey e5cd631d5f More tweaks to lexer to generate header
git-svn-id: http://svn.osgeo.org/postgis/trunk@6115 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:25:12 +00:00
Paul Ramsey 38f7ae99d0 Change order of options
git-svn-id: http://svn.osgeo.org/postgis/trunk@6114 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:13:55 +00:00
Paul Ramsey 823769562a Turn off verbose grammar
git-svn-id: http://svn.osgeo.org/postgis/trunk@6113 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:00:20 +00:00
Paul Ramsey 8e2646c64d Add in tests for more WKT types and fix bugs as they show up.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6112 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:00:00 +00:00
Paul Ramsey d2902401e2 Add quotes to bison/flex calls.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6111 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 16:08:35 +00:00
Paul Ramsey 4171834659 Match the error strings with the legacy ones in the old WKT parser.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6110 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 16:04:35 +00:00
Paul Ramsey 10cb3a4b99 Rename WKT out suite.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6109 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 15:25:44 +00:00
Paul Ramsey 4d1afa59d3 Change sytax on calls to LEX to maybe make windoze and others happier
git-svn-id: http://svn.osgeo.org/postgis/trunk@6108 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 23:53:54 +00:00
Paul Ramsey 68fa302033 Ignore generated Makefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@6107 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 23:50:04 +00:00
Paul Ramsey 13c0f331eb Change empty collection constructor to take a type number, like the non-empty constructor (because we now believe in typed empties).
git-svn-id: http://svn.osgeo.org/postgis/trunk@6106 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 23:49:20 +00:00
Paul Ramsey 3942a7e8b6 Finish untested support for all types in WKT input.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6105 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 23:48:37 +00:00
Paul Ramsey 3328bd13f5 Remove long form lex parameters
git-svn-id: http://svn.osgeo.org/postgis/trunk@6104 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-23 14:41:17 +00:00
Paul Ramsey 70c8f067a1 Add dimensional empties to the grammar
git-svn-id: http://svn.osgeo.org/postgis/trunk@6103 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 23:32:14 +00:00
Paul Ramsey 1647debf72 comment the fact we support ISO extended types in WKB emitter
git-svn-id: http://svn.osgeo.org/postgis/trunk@6102 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 23:29:26 +00:00
Paul Ramsey 33b6ad1711 Add in the ISO extended types to the WKT parser and emitter.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6101 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 23:27:13 +00:00
Paul Ramsey 6d9751acdb Apply mcayland patch to build parse/lex. Remember: make clean before make.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6100 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 19:27:18 +00:00
Jorge Arévalo 1d76af7b79 Changed '--with-gdal' for '--with-gdalconfig'. Related tickets #610 #616
git-svn-id: http://svn.osgeo.org/postgis/trunk@6099 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 16:29:26 +00:00
Regina Obe 146805cb8c fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6098 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 14:54:37 +00:00