]> granicus.if.org Git - postgis/log
postgis
12 years agoAdded ST_Disjoint(raster, raster), regression tests and docs. Ticket is
Bborie Park [Tue, 24 Jul 2012 18:01:31 +0000 (18:01 +0000)]
Added ST_Disjoint(raster, raster), regression tests and docs.  Ticket is

git-svn-id: http://svn.osgeo.org/postgis/trunk@10110 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded to docs for ST_CoveredBy
Bborie Park [Mon, 23 Jul 2012 22:57:24 +0000 (22:57 +0000)]
Added to docs for ST_CoveredBy

git-svn-id: http://svn.osgeo.org/postgis/trunk@10109 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded ST_CoveredBy and regression tests. Ticket is #1917.
Bborie Park [Mon, 23 Jul 2012 22:57:17 +0000 (22:57 +0000)]
Added ST_CoveredBy and regression tests.  Ticket is #1917.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10108 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFixed missing closing tag
Bborie Park [Mon, 23 Jul 2012 22:57:09 +0000 (22:57 +0000)]
Fixed missing closing tag

git-svn-id: http://svn.osgeo.org/postgis/trunk@10107 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded rt_raster_covered_by() and related tests
Bborie Park [Mon, 23 Jul 2012 22:57:05 +0000 (22:57 +0000)]
Added rt_raster_covered_by() and related tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@10106 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded docs for ST_Covers()
Bborie Park [Mon, 23 Jul 2012 22:56:58 +0000 (22:56 +0000)]
Added docs for ST_Covers()

git-svn-id: http://svn.osgeo.org/postgis/trunk@10105 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded ST_Covers() and regression tests. Ticket is #1916
Bborie Park [Mon, 23 Jul 2012 22:56:53 +0000 (22:56 +0000)]
Added ST_Covers() and regression tests.  Ticket is #1916

git-svn-id: http://svn.osgeo.org/postgis/trunk@10104 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded rt_raster_covers() and regression tests
Bborie Park [Mon, 23 Jul 2012 22:56:45 +0000 (22:56 +0000)]
Added rt_raster_covers() and regression tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@10103 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded docs for ST_ContainsProperly(raster, raster) and minor tweaking of
Bborie Park [Mon, 23 Jul 2012 18:58:21 +0000 (18:58 +0000)]
Added docs for ST_ContainsProperly(raster, raster) and minor tweaking of
comments

git-svn-id: http://svn.osgeo.org/postgis/trunk@10102 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded ST_ContainsProperly(raster, raster) and regression tests
Bborie Park [Mon, 23 Jul 2012 18:58:14 +0000 (18:58 +0000)]
Added ST_ContainsProperly(raster, raster) and regression tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@10101 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of rt_raster_contains_properly and regression tests
Bborie Park [Mon, 23 Jul 2012 18:58:05 +0000 (18:58 +0000)]
Addition of rt_raster_contains_properly and regression tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@10100 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded regression tests for ST_Within(raster, raster). Ticket is #1923.
Bborie Park [Mon, 23 Jul 2012 17:50:23 +0000 (17:50 +0000)]
Added regression tests for ST_Within(raster, raster).  Ticket is #1923.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10099 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoMinor fixups to ST_Polygon in docs. Ticket is #1929.
Bborie Park [Mon, 23 Jul 2012 17:50:15 +0000 (17:50 +0000)]
Minor fixups to ST_Polygon in docs.  Ticket is #1929.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10098 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoMinor changes to comments
Bborie Park [Mon, 23 Jul 2012 17:50:10 +0000 (17:50 +0000)]
Minor changes to comments

git-svn-id: http://svn.osgeo.org/postgis/trunk@10097 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of docs for ST_Within(raster, raster)
Bborie Park [Mon, 23 Jul 2012 17:50:04 +0000 (17:50 +0000)]
Addition of docs for ST_Within(raster, raster)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10096 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoReintroduced ST_Intersects(geometry, raster) and ST_Intersects(raster,
Bborie Park [Mon, 23 Jul 2012 17:49:57 +0000 (17:49 +0000)]
Reintroduced ST_Intersects(geometry, raster) and ST_Intersects(raster,
geometry).  Added notes regarding the use of ST_Polygon when needing to
test the spatial relationship between a raster and a geometry.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10095 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded docs for ST_Contains(raster, raster)
Bborie Park [Mon, 23 Jul 2012 17:49:50 +0000 (17:49 +0000)]
Added docs for ST_Contains(raster, raster)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10094 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoUpdated regression tests to reflect the removal of various functions
Bborie Park [Mon, 23 Jul 2012 17:49:46 +0000 (17:49 +0000)]
Updated regression tests to reflect the removal of various functions

git-svn-id: http://svn.osgeo.org/postgis/trunk@10093 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRemoved all raster/geometry variants of ST_Intersects, ST_Overlaps,
Bborie Park [Mon, 23 Jul 2012 17:49:38 +0000 (17:49 +0000)]
Removed all raster/geometry variants of ST_Intersects, ST_Overlaps,
ST_Touches and ST_Contains.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10092 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRemoved geometry-based ST_Touches for raster,geometry combinations.
Bborie Park [Mon, 23 Jul 2012 17:49:31 +0000 (17:49 +0000)]
Removed geometry-based ST_Touches for raster,geometry combinations.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10091 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRemoved vector-space (geometry-based) variants of ST_Overlaps. Only
Bborie Park [Mon, 23 Jul 2012 17:49:24 +0000 (17:49 +0000)]
Removed vector-space (geometry-based) variants of ST_Overlaps.  Only
raster-space versions remain.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10090 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of ST_Contains and regression tests. Ticket is #1914
Bborie Park [Mon, 23 Jul 2012 17:49:18 +0000 (17:49 +0000)]
Addition of ST_Contains and regression tests.  Ticket is #1914

git-svn-id: http://svn.osgeo.org/postgis/trunk@10089 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded rt_raster_contains() and regression tests
Bborie Park [Mon, 23 Jul 2012 17:49:11 +0000 (17:49 +0000)]
Added rt_raster_contains() and regression tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@10088 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRemoved some commented out code and added more debug output
Bborie Park [Mon, 23 Jul 2012 17:49:03 +0000 (17:49 +0000)]
Removed some commented out code and added more debug output

git-svn-id: http://svn.osgeo.org/postgis/trunk@10087 b70326c6-7e19-0410-871a-916f4a2858ee

12 years ago#1929 document behavior change and speed improvements
Regina Obe [Mon, 23 Jul 2012 00:46:14 +0000 (00:46 +0000)]
#1929 document behavior change and speed improvements

git-svn-id: http://svn.osgeo.org/postgis/trunk@10086 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition debug messages and disabled one regression test for ST_Touches
Bborie Park [Fri, 20 Jul 2012 00:31:51 +0000 (00:31 +0000)]
Addition debug messages and disabled one regression test for ST_Touches
due to floating point issues.  Will need to see the WKB output.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10081 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoCode cleanup and additional debug output
Bborie Park [Thu, 19 Jul 2012 23:53:10 +0000 (23:53 +0000)]
Code cleanup and additional debug output

git-svn-id: http://svn.osgeo.org/postgis/trunk@10080 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoUpdated NEWS and docs for ST_Touches()
Bborie Park [Thu, 19 Jul 2012 20:10:20 +0000 (20:10 +0000)]
Updated NEWS and docs for ST_Touches()

git-svn-id: http://svn.osgeo.org/postgis/trunk@10079 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of ST_Touches() for rasters and related regression tests.
Bborie Park [Thu, 19 Jul 2012 20:10:13 +0000 (20:10 +0000)]
Addition of ST_Touches() for rasters and related regression tests.
Ticket is #1921

git-svn-id: http://svn.osgeo.org/postgis/trunk@10078 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRemove rt_spatial_relationship regression tests as similar tests are
Bborie Park [Thu, 19 Jul 2012 20:10:00 +0000 (20:10 +0000)]
Remove rt_spatial_relationship regression tests as similar tests are
done in rt_intersects and rt_intersection

git-svn-id: http://svn.osgeo.org/postgis/trunk@10077 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoExtracted most of code in rt_raster_overlaps to create generic GEOS
Bborie Park [Thu, 19 Jul 2012 20:09:53 +0000 (20:09 +0000)]
Extracted most of code in rt_raster_overlaps to create generic GEOS
spatial relationship testing function
rt_raster_geos_spatial_relationship().  Refactored rt_raster_overlaps()
call rt_raster_geos_spatial_relationship().  Added rt_raster_touches()
and associated regression tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@10076 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded docs for ST_Overlaps
Bborie Park [Thu, 19 Jul 2012 18:18:30 +0000 (18:18 +0000)]
Added docs for ST_Overlaps

git-svn-id: http://svn.osgeo.org/postgis/trunk@10075 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded ST_Overlaps() and associated regression tests
Bborie Park [Thu, 19 Jul 2012 18:18:24 +0000 (18:18 +0000)]
Added ST_Overlaps() and associated regression tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@10074 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of rt_raster_overlaps and related regression tests. Fixed
Bborie Park [Thu, 19 Jul 2012 18:18:16 +0000 (18:18 +0000)]
Addition of rt_raster_overlaps and related regression tests.  Fixed
memory leaks in rt_raster_surface.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10073 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRemoved code preventing use of rt_raster_intersects on offline bands as
Bborie Park [Thu, 19 Jul 2012 18:18:08 +0000 (18:18 +0000)]
Removed code preventing use of rt_raster_intersects on offline bands as
offline bands are supported

git-svn-id: http://svn.osgeo.org/postgis/trunk@10072 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoMinor documentation change regarding && operator and tweaked one
Bborie Park [Thu, 19 Jul 2012 18:18:00 +0000 (18:18 +0000)]
Minor documentation change regarding && operator and tweaked one
variant of st_intersects

git-svn-id: http://svn.osgeo.org/postgis/trunk@10071 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdd in geography note
Paul Ramsey [Thu, 19 Jul 2012 17:00:39 +0000 (17:00 +0000)]
Add in geography note

git-svn-id: http://svn.osgeo.org/postgis/trunk@10070 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFixed ST_Polygon regression tests to properly handle different GEOS
Bborie Park [Tue, 17 Jul 2012 22:38:03 +0000 (22:38 +0000)]
Fixed ST_Polygon regression tests to properly handle different GEOS
versions

git-svn-id: http://svn.osgeo.org/postgis/trunk@10069 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFix function creation statement
Bborie Park [Tue, 17 Jul 2012 22:37:57 +0000 (22:37 +0000)]
Fix function creation statement

git-svn-id: http://svn.osgeo.org/postgis/trunk@10068 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded cleanup code for removing ST_BandSurface
Bborie Park [Tue, 17 Jul 2012 22:37:52 +0000 (22:37 +0000)]
Added cleanup code for removing ST_BandSurface

git-svn-id: http://svn.osgeo.org/postgis/trunk@10067 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRegression tests intended for ST_BandSurface are now for ST_Polygon
Bborie Park [Tue, 17 Jul 2012 22:37:46 +0000 (22:37 +0000)]
Regression tests intended for ST_BandSurface are now for ST_Polygon

git-svn-id: http://svn.osgeo.org/postgis/trunk@10066 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRemoved ST_BandSurface as ST_Polygon does the same thing, just in SQL.
Bborie Park [Tue, 17 Jul 2012 22:37:37 +0000 (22:37 +0000)]
Removed ST_BandSurface as ST_Polygon does the same thing, just in SQL.
Changed ST_Polygon to point use C function instead of sql.
Refactored rt_raster_surface to match performance of SQL-only
ST_Polygon.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10065 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoadditional cleanup to insure settings are consistent
Regina Obe [Mon, 16 Jul 2012 03:17:51 +0000 (03:17 +0000)]
additional cleanup to insure settings are consistent

git-svn-id: http://svn.osgeo.org/postgis/trunk@10064 b70326c6-7e19-0410-871a-916f4a2858ee

12 years ago#1913 regress check
Regina Obe [Mon, 16 Jul 2012 03:11:35 +0000 (03:11 +0000)]
#1913 regress check

git-svn-id: http://svn.osgeo.org/postgis/trunk@10063 b70326c6-7e19-0410-871a-916f4a2858ee

12 years ago#1913 reverse geocoder sometimes gives least optimal answer because of sorting issue
Regina Obe [Mon, 16 Jul 2012 03:09:33 +0000 (03:09 +0000)]
#1913 reverse geocoder sometimes gives least optimal answer because of sorting issue

git-svn-id: http://svn.osgeo.org/postgis/trunk@10062 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoUpdated TODO since a bunch of functions just had tickets created.
Bborie Park [Sat, 14 Jul 2012 00:14:56 +0000 (00:14 +0000)]
Updated TODO since a bunch of functions just had tickets created.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10061 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoUpdated TODO and refactored ST_Intersects(geometry, raster) to use
Bborie Park [Fri, 13 Jul 2012 23:44:29 +0000 (23:44 +0000)]
Updated TODO and refactored ST_Intersects(geometry, raster) to use
ST_BandSurface()

git-svn-id: http://svn.osgeo.org/postgis/trunk@10060 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded docs and updated NEWS for ST_BandSurface
Bborie Park [Fri, 13 Jul 2012 23:29:02 +0000 (23:29 +0000)]
Added docs and updated NEWS for ST_BandSurface

git-svn-id: http://svn.osgeo.org/postgis/trunk@10059 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of ST_BandSurface and regressions tests. Ticket is #1911
Bborie Park [Fri, 13 Jul 2012 23:28:57 +0000 (23:28 +0000)]
Addition of ST_BandSurface and regressions tests.  Ticket is #1911

git-svn-id: http://svn.osgeo.org/postgis/trunk@10058 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdditional tests for rt_raster_surface()
Bborie Park [Fri, 13 Jul 2012 23:28:50 +0000 (23:28 +0000)]
Additional tests for rt_raster_surface()

git-svn-id: http://svn.osgeo.org/postgis/trunk@10057 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdditional comments regarding use of lwgeom_as_multi() and the
Bborie Park [Fri, 13 Jul 2012 23:28:44 +0000 (23:28 +0000)]
Additional comments regarding use of lwgeom_as_multi() and the
lwgeom_clone_deep()

git-svn-id: http://svn.osgeo.org/postgis/trunk@10056 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of rt_raster_surface() function and related regression test.
Bborie Park [Fri, 13 Jul 2012 23:28:39 +0000 (23:28 +0000)]
Addition of rt_raster_surface() function and related regression test.
Added regression test for rt_raster_pixel_as_polygon.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10055 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoInitial commit of rt_raster_surface() with base regression tests
Bborie Park [Fri, 13 Jul 2012 23:28:32 +0000 (23:28 +0000)]
Initial commit of rt_raster_surface() with base regression tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@10054 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdd in test for node splitting with nulls and empties (#1905)
Paul Ramsey [Thu, 12 Jul 2012 17:24:36 +0000 (17:24 +0000)]
Add in test for node splitting with nulls and empties (#1905)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10051 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoChanged word choice "Supported" instead of "Available"
Bborie Park [Thu, 12 Jul 2012 13:49:46 +0000 (13:49 +0000)]
Changed word choice "Supported" instead of "Available"

git-svn-id: http://svn.osgeo.org/postgis/trunk@10050 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAllow circtree nodes to have more than 2 children (#1910)
Paul Ramsey [Thu, 12 Jul 2012 03:38:03 +0000 (03:38 +0000)]
Allow circtree nodes to have more than 2 children (#1910)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10046 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoComment on methodology behind tree node merging
Paul Ramsey [Wed, 11 Jul 2012 19:33:00 +0000 (19:33 +0000)]
Comment on methodology behind tree node merging

git-svn-id: http://svn.osgeo.org/postgis/trunk@10045 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoComplete geography performance work (#1796), move testing functions into _ST_* name...
Paul Ramsey [Wed, 11 Jul 2012 18:15:50 +0000 (18:15 +0000)]
Complete geography performance work (#1796), move testing functions into _ST_* name space for privacy, add regression tests for issues encountered during development.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10044 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdd note for future pain
Paul Ramsey [Wed, 11 Jul 2012 04:14:20 +0000 (04:14 +0000)]
Add note for future pain

git-svn-id: http://svn.osgeo.org/postgis/trunk@10043 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFix issue with projecting from the poles, retain the source longitude for more sensib...
Paul Ramsey [Wed, 11 Jul 2012 04:05:57 +0000 (04:05 +0000)]
Fix issue with projecting from the poles, retain the source longitude for more sensible result.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10042 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFix a NaN result leaking into the tree building algorithm (optimized 32 bit code...
Paul Ramsey [Tue, 10 Jul 2012 20:32:54 +0000 (20:32 +0000)]
Fix a NaN result leaking into the tree building algorithm (optimized 32 bit code only!).

git-svn-id: http://svn.osgeo.org/postgis/trunk@10041 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoCreate target dir if non-existing
Sandro Santilli [Tue, 10 Jul 2012 20:27:35 +0000 (20:27 +0000)]
Create target dir if non-existing

git-svn-id: http://svn.osgeo.org/postgis/trunk@10039 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoHandle best SRID finding for shapes the cross the poles and dateline. Also add some...
Paul Ramsey [Fri, 6 Jul 2012 23:50:33 +0000 (23:50 +0000)]
Handle best SRID finding for shapes the cross the poles and dateline. Also add some new larger zones in gnomic for larger shapes. (#1610)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10038 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFix issue where the cached object is a point and the uncached one is a polygon. ...
Paul Ramsey [Thu, 5 Jul 2012 19:15:28 +0000 (19:15 +0000)]
Fix issue where the cached object is a point and the uncached one is a polygon. (#1796)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10037 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoSupport for larger objects in ST_Intersection(geography) (#1610) This adds a set...
Paul Ramsey [Thu, 5 Jul 2012 16:50:44 +0000 (16:50 +0000)]
Support for larger objects in ST_Intersection(geography) (#1610) This adds a set of larger regions that are handled with a gnomic projection. It could also use an orthographic. There's still a case to be handled for objects that cross the dateline or poles.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10036 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFix problems with circtree building on short edges near the poles. (#1796)
Paul Ramsey [Wed, 4 Jul 2012 18:11:25 +0000 (18:11 +0000)]
Fix problems with circtree building on short edges near the poles. (#1796)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10035 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFix pgsql2shp for big-endian systems (#1900)
Sandro Santilli [Wed, 4 Jul 2012 13:12:58 +0000 (13:12 +0000)]
Fix pgsql2shp for big-endian systems (#1900)

Submitted By: Ryan Oliver <ryan.oliver@dse.vic.gov.au>

git-svn-id: http://svn.osgeo.org/postgis/trunk@10034 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoChanged return value of rt_pixtype_get_min_value() when pixel type is
Bborie Park [Wed, 4 Jul 2012 00:47:34 +0000 (00:47 +0000)]
Changed return value of rt_pixtype_get_min_value() when pixel type is
unknown

git-svn-id: http://svn.osgeo.org/postgis/trunk@10031 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFixed how the minimum possible value of a pixel type was being
Bborie Park [Wed, 4 Jul 2012 00:33:00 +0000 (00:33 +0000)]
Fixed how the minimum possible value of a pixel type was being
determined.  Added regression tests for band without NODATA.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10029 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFixed handling of pixel value check for NODATA
Bborie Park [Tue, 3 Jul 2012 23:40:40 +0000 (23:40 +0000)]
Fixed handling of pixel value check for NODATA

git-svn-id: http://svn.osgeo.org/postgis/trunk@10028 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded docs for ST_PixelAsPoints and ST_PixelAsCentroids and update NEWS
Bborie Park [Tue, 3 Jul 2012 22:30:36 +0000 (22:30 +0000)]
Added docs for ST_PixelAsPoints and ST_PixelAsCentroids and update NEWS

git-svn-id: http://svn.osgeo.org/postgis/trunk@10027 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of notes differentiating ST_DumpPolygons and
Bborie Park [Tue, 3 Jul 2012 22:30:30 +0000 (22:30 +0000)]
Addition of notes differentiating ST_DumpPolygons and
ST_PixelsAsPolygons

git-svn-id: http://svn.osgeo.org/postgis/trunk@10026 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of regression tests for ST_PixelAsCentroids and
Bborie Park [Tue, 3 Jul 2012 22:30:20 +0000 (22:30 +0000)]
Addition of regression tests for ST_PixelAsCentroids and
ST_PixelAsPoints

git-svn-id: http://svn.osgeo.org/postgis/trunk@10025 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAddition of ST_PixelAsPoints and ST_PixelAsCentroids
Bborie Park [Tue, 3 Jul 2012 22:30:13 +0000 (22:30 +0000)]
Addition of ST_PixelAsPoints and ST_PixelAsCentroids

git-svn-id: http://svn.osgeo.org/postgis/trunk@10024 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRemoved RASTER_getPixelPolygon as it has been replaced with
Bborie Park [Tue, 3 Jul 2012 22:30:06 +0000 (22:30 +0000)]
Removed RASTER_getPixelPolygon as it has been replaced with
RASTER_getPixelPolygons

git-svn-id: http://svn.osgeo.org/postgis/trunk@10023 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoChange signature of ST_PixelAsPolygons() and added regression tests.
Bborie Park [Tue, 3 Jul 2012 22:30:00 +0000 (22:30 +0000)]
Change signature of ST_PixelAsPolygons() and added regression tests.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10022 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded check for empty raster to RASTER_getPixelPolygons
Bborie Park [Tue, 3 Jul 2012 22:29:51 +0000 (22:29 +0000)]
Added check for empty raster to RASTER_getPixelPolygons

git-svn-id: http://svn.osgeo.org/postgis/trunk@10021 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRefactored ST_PixelAsPolygons to call a C function and have enhanced
Bborie Park [Tue, 3 Jul 2012 22:29:43 +0000 (22:29 +0000)]
Refactored ST_PixelAsPolygons to call a C function and have enhanced
capabilities.  Additional variants and regression tests are next.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10020 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoRenamed "hasnodata" function parameter to "exclude_nodata_value"
Bborie Park [Tue, 3 Jul 2012 22:29:34 +0000 (22:29 +0000)]
Renamed "hasnodata" function parameter to "exclude_nodata_value"

git-svn-id: http://svn.osgeo.org/postgis/trunk@10019 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agofix typos
Regina Obe [Tue, 3 Jul 2012 20:08:31 +0000 (20:08 +0000)]
fix typos

git-svn-id: http://svn.osgeo.org/postgis/trunk@10018 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdmit defeat and render geometries old-fashoined way
Regina Obe [Tue, 3 Jul 2012 19:45:44 +0000 (19:45 +0000)]
Admit defeat and render geometries old-fashoined way

git-svn-id: http://svn.osgeo.org/postgis/trunk@10017 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agolet see if a geom collection works
Regina Obe [Tue, 3 Jul 2012 19:18:11 +0000 (19:18 +0000)]
let see if a geom collection works

git-svn-id: http://svn.osgeo.org/postgis/trunk@10016 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agolets take out completely for now.
Regina Obe [Tue, 3 Jul 2012 19:11:35 +0000 (19:11 +0000)]
lets take out completely for now.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10015 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agobreak out multiline into separate linestrings hopefully wkt parser can deal with...
Regina Obe [Tue, 3 Jul 2012 19:04:46 +0000 (19:04 +0000)]
break out multiline into separate linestrings hopefully wkt parser can deal with this better

git-svn-id: http://svn.osgeo.org/postgis/trunk@10014 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdd in ST_DistanceTree for testing purposes. Do not document.
Paul Ramsey [Tue, 3 Jul 2012 18:44:21 +0000 (18:44 +0000)]
Add in ST_DistanceTree for testing purposes. Do not document.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10013 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoone more try
Regina Obe [Tue, 3 Jul 2012 16:13:19 +0000 (16:13 +0000)]
one more try

git-svn-id: http://svn.osgeo.org/postgis/trunk@10012 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoforgot to commit wkt files
Regina Obe [Tue, 3 Jul 2012 15:50:45 +0000 (15:50 +0000)]
forgot to commit wkt files

git-svn-id: http://svn.osgeo.org/postgis/trunk@10011 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agosome examples of delaunay triangles
Regina Obe [Tue, 3 Jul 2012 15:45:01 +0000 (15:45 +0000)]
some examples of delaunay triangles

git-svn-id: http://svn.osgeo.org/postgis/trunk@10010 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoBe tolerant with regressing against GEOS-3.2.0
Sandro Santilli [Tue, 3 Jul 2012 13:58:10 +0000 (13:58 +0000)]
Be tolerant with regressing against GEOS-3.2.0

git-svn-id: http://svn.osgeo.org/postgis/trunk@10009 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agocleanup of examples for ST_Raster2WorldCoord()
Bborie Park [Tue, 3 Jul 2012 13:16:10 +0000 (13:16 +0000)]
cleanup of examples for ST_Raster2WorldCoord()

git-svn-id: http://svn.osgeo.org/postgis/trunk@10008 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoupdate unpackaged. Need to make this an automated task perhaps thru jenkins first.
Regina Obe [Tue, 3 Jul 2012 07:57:58 +0000 (07:57 +0000)]
update unpackaged.  Need to make this an automated task perhaps thru jenkins first.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10007 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFix problem thresholded distance searching in circ-trees. (#1796)
Paul Ramsey [Sun, 1 Jul 2012 14:24:37 +0000 (14:24 +0000)]
Fix problem thresholded distance searching in circ-trees. (#1796)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10006 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFix cache coherence error where the trees were being built on top of geometries which...
Paul Ramsey [Sat, 30 Jun 2012 21:18:06 +0000 (21:18 +0000)]
Fix cache coherence error where the trees were being built on top of geometries which would get freed out from underneath them. Instead build them on the cached representations we're carrying around anyways (#1796)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10005 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoint32 instead of int4 as per Peter Eisentraut on postgis-devel.
Bborie Park [Fri, 29 Jun 2012 20:48:21 +0000 (20:48 +0000)]
int32 instead of int4 as per Peter Eisentraut on postgis-devel.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10004 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded svn:keywords entry and removed TODO item as ticket already exists.
Bborie Park [Fri, 29 Jun 2012 19:00:21 +0000 (19:00 +0000)]
Added svn:keywords entry and removed TODO item as ticket already exists.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10002 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoLet testing temp dir be settable using PGIS_REG_TMPDIR
Sandro Santilli [Fri, 29 Jun 2012 17:10:36 +0000 (17:10 +0000)]
Let testing temp dir be settable using PGIS_REG_TMPDIR

Prior to this change you could change it using the TMPDIR variable
but that one could have been used by other software as well.

git-svn-id: http://svn.osgeo.org/postgis/trunk@9999 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoFixed line issues. Added another TODO item.
Bborie Park [Fri, 29 Jun 2012 02:06:47 +0000 (02:06 +0000)]
Fixed line issues.  Added another TODO item.

git-svn-id: http://svn.osgeo.org/postgis/trunk@9997 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoLine formatting
Bborie Park [Fri, 29 Jun 2012 01:58:40 +0000 (01:58 +0000)]
Line formatting

git-svn-id: http://svn.osgeo.org/postgis/trunk@9996 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdded raster TODO. Ticket is #1672
Bborie Park [Thu, 28 Jun 2012 17:31:13 +0000 (17:31 +0000)]
Added raster TODO.  Ticket is #1672

git-svn-id: http://svn.osgeo.org/postgis/trunk@9995 b70326c6-7e19-0410-871a-916f4a2858ee

12 years agoAdd ST_DelaunayTriangles (#1215)
Sandro Santilli [Wed, 27 Jun 2012 15:53:53 +0000 (15:53 +0000)]
Add ST_DelaunayTriangles (#1215)

git-svn-id: http://svn.osgeo.org/postgis/trunk@9994 b70326c6-7e19-0410-871a-916f4a2858ee