]> granicus.if.org Git - postgis/log
postgis
12 years agoAdded missing Availability details for various raster docs.
Bborie Park [Wed, 10 Oct 2012 22:41:47 +0000 (22:41 +0000)]
Added missing Availability details for various raster docs.
Ticket is #2037

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

12 years agofix error in index column name picked up when trying to install as extension
Regina Obe [Wed, 10 Oct 2012 22:30:55 +0000 (22:30 +0000)]
fix error in index column name picked up when trying to install as extension

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

12 years ago#2037: flag some new raster functions as new in this release. Hmm I merged hopefully...
Regina Obe [Wed, 10 Oct 2012 22:06:20 +0000 (22:06 +0000)]
#2037: flag some new raster functions as new in this release.  Hmm I merged hopefully didn't screw things up

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

12 years agoAdded n-raster ST_MapAlgebra(). Additional error checking in
Bborie Park [Wed, 10 Oct 2012 22:02:40 +0000 (22:02 +0000)]
Added n-raster ST_MapAlgebra(). Additional error checking in
rt_raster_iterator(). Added regression checks for n-raster
ST_MapAlgebra(). Ticket is #2030. Added news and docs for
ST_MapAlgebra().

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

12 years agoJust enough to make it compile but doesn't work yet
Regina Obe [Wed, 10 Oct 2012 21:45:23 +0000 (21:45 +0000)]
Just enough to  make it compile but doesn't work yet

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

12 years agoAdd in arc ptarray vs ptarray and arc ptarray vs arc ptarray distance functions....
Paul Ramsey [Wed, 10 Oct 2012 00:00:54 +0000 (00:00 +0000)]
Add in arc ptarray vs ptarray and arc ptarray vs arc ptarray distance functions. (#2018)

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

12 years agoAdded HASH opclass and = operator for raster. This permits GROUP BY
Bborie Park [Tue, 9 Oct 2012 23:12:54 +0000 (23:12 +0000)]
Added HASH opclass and = operator for raster.  This permits GROUP BY
raster usage.

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

12 years agoSyntax cleanup
Bborie Park [Tue, 9 Oct 2012 23:12:46 +0000 (23:12 +0000)]
Syntax cleanup

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

12 years agoAdd in arc ptarray vs point distance function (#2018)
Paul Ramsey [Tue, 9 Oct 2012 22:48:39 +0000 (22:48 +0000)]
Add in arc ptarray vs point distance function (#2018)

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

12 years agoFix comment per rcoup
Paul Ramsey [Tue, 9 Oct 2012 22:04:57 +0000 (22:04 +0000)]
Fix comment per rcoup

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

12 years agoFix up some errors in ptarray_arc iteration and the cunit test cases for arc p-i...
Paul Ramsey [Tue, 9 Oct 2012 21:48:39 +0000 (21:48 +0000)]
Fix up some errors in ptarray_arc iteration and the cunit test cases for arc p-i-p. (#2018)

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

12 years agoPoint-in-polygon function for arc-based point-arrays. (#2018)
Paul Ramsey [Tue, 9 Oct 2012 17:49:03 +0000 (17:49 +0000)]
Point-in-polygon function for arc-based point-arrays. (#2018)

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

12 years ago#1627: Start work on packaging as an extension -- it's not functioning yet
Regina Obe [Tue, 9 Oct 2012 05:06:47 +0000 (05:06 +0000)]
#1627: Start work on packaging as an extension -- it's not functioning yet

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

12 years agoFix adding a splitting point into a 2.5d topology (#2033)
Sandro Santilli [Fri, 5 Oct 2012 19:26:57 +0000 (19:26 +0000)]
Fix adding a splitting point into a 2.5d topology (#2033)

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

12 years agolink to ST_3DClosestPoint from ST_ClosestPoint. Some people didn't notice we had...
Regina Obe [Fri, 5 Oct 2012 19:22:13 +0000 (19:22 +0000)]
link to ST_3DClosestPoint from ST_ClosestPoint.  Some people didn't notice we had a 3D variant and looked in the wrong place.

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

12 years ago#2027: change order of operation -- have cleanup happen first since the drop sometime...
Regina Obe [Fri, 5 Oct 2012 12:25:15 +0000 (12:25 +0000)]
#2027: change order of operation -- have cleanup happen first since the drop sometimes tries to drop functions that use types that don't exist in older versions

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

12 years agoupdate st_union examples (single should always specify band number to be safe) and...
Regina Obe [Thu, 4 Oct 2012 04:08:36 +0000 (04:08 +0000)]
update st_union examples (single should always specify band number to be safe) and all bands can be done now with just union

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

12 years agoAddition of flag nbnodata to rt_raster_iterator() thus allowing some
Bborie Park [Wed, 3 Oct 2012 23:07:09 +0000 (23:07 +0000)]
Addition of flag nbnodata to rt_raster_iterator() thus allowing some
memory savings from ST_Union(raster)

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

12 years agoUpdated NEWS and docs regarding ST_Union(raster) behavior change.
Bborie Park [Wed, 3 Oct 2012 21:03:16 +0000 (21:03 +0000)]
Updated NEWS and docs regarding ST_Union(raster) behavior change.

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

12 years agoTweak what value to initialize new band to when NODATA isn't present
Bborie Park [Wed, 3 Oct 2012 20:53:27 +0000 (20:53 +0000)]
Tweak what value to initialize new band to when NODATA isn't present

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

12 years agoAddition of ST_Union(raster) function and regression tests
Bborie Park [Wed, 3 Oct 2012 20:53:22 +0000 (20:53 +0000)]
Addition of ST_Union(raster) function and regression tests

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

12 years agoAdded regression test for rt_raster_clone() and added missing SRID copy.
Bborie Park [Wed, 3 Oct 2012 20:53:15 +0000 (20:53 +0000)]
Added regression test for rt_raster_clone() and added missing SRID copy.

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

12 years agoAddition of shortcut function rt_raster_clone()
Bborie Park [Wed, 3 Oct 2012 20:53:06 +0000 (20:53 +0000)]
Addition of shortcut function rt_raster_clone()

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

12 years agoupdate unpackaged to include new raster (e.g. unionarg)
Regina Obe [Wed, 3 Oct 2012 16:06:38 +0000 (16:06 +0000)]
update unpackaged to include new raster (e.g. unionarg)

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

12 years ago#2027: Add unionarg
Regina Obe [Wed, 3 Oct 2012 14:33:33 +0000 (14:33 +0000)]
#2027: Add unionarg

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

12 years agoST_AddEdge*: make update of old face edges more robust (#2025)
Sandro Santilli [Wed, 3 Oct 2012 06:16:51 +0000 (06:16 +0000)]
ST_AddEdge*: make update of old face edges more robust (#2025)

Include tests for adding an edge that splits an hole in a face
while forming a left ring which constitutes an invalid polygon ring.

Also fixes one case of invalid topology creation (when the formed
ring has a dangling edge but not a new area on the other side).

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

12 years agooops forgot to finish the changed statement
Regina Obe [Wed, 3 Oct 2012 06:08:36 +0000 (06:08 +0000)]
oops forgot to finish the changed statement

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

12 years agorevise st_union example to show new and faster way of doing multi-band union
Regina Obe [Wed, 3 Oct 2012 06:06:00 +0000 (06:06 +0000)]
revise st_union example to show new and faster way of doing multi-band union

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

12 years agoMinor addition of debug messages
Bborie Park [Tue, 2 Oct 2012 22:47:09 +0000 (22:47 +0000)]
Minor addition of debug messages

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

12 years agoAdded multi-band support for ST_Union. Ticket is #2021
Bborie Park [Tue, 2 Oct 2012 21:45:41 +0000 (21:45 +0000)]
Added multi-band support for ST_Union.  Ticket is #2021

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

12 years ago#1938 document addition of addbandarg and swap out old example with example utilizing...
Regina Obe [Mon, 1 Oct 2012 23:13:29 +0000 (23:13 +0000)]
#1938 document addition of addbandarg and swap out old example with example utilizing addbandarg

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

12 years agoRename lwcircle_calculate_gbox_cartesian_2d to lw_arc_calculate_gbox_cartesian_2d
Paul Ramsey [Mon, 1 Oct 2012 22:23:16 +0000 (22:23 +0000)]
Rename lwcircle_calculate_gbox_cartesian_2d to lw_arc_calculate_gbox_cartesian_2d

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

12 years agoRename lwcircle_center to lw_arc_center to match other lwalgorithm signatures
Paul Ramsey [Mon, 1 Oct 2012 22:18:14 +0000 (22:18 +0000)]
Rename lwcircle_center to lw_arc_center to match other lwalgorithm signatures

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

12 years agoAnal retentive code re-organization. Try and move the primitive computational geometr...
Paul Ramsey [Mon, 1 Oct 2012 22:10:33 +0000 (22:10 +0000)]
Anal retentive code re-organization. Try and move the primitive computational geometry functions into lwalgorithm.c

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

12 years agoDo not confuse CREATE OPERATOR FAMILY with a CREATE OPERATOR
Sandro Santilli [Mon, 1 Oct 2012 14:04:41 +0000 (14:04 +0000)]
Do not confuse CREATE OPERATOR FAMILY with a CREATE OPERATOR

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

12 years agoAccept array properties in GML input multi-geom input (#1928)
Sandro Santilli [Mon, 1 Oct 2012 09:28:46 +0000 (09:28 +0000)]
Accept array properties in GML input multi-geom input (#1928)

Patch by Kashif Rasul and Shoaib Burq / SpacialDB

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

12 years agoCreate target dir if non-existing
Sandro Santilli [Mon, 1 Oct 2012 08:47:19 +0000 (08:47 +0000)]
Create target dir if non-existing

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

12 years agoupdate postgis unpackaged script. postgis_topology was already up to date.
Regina Obe [Sat, 29 Sep 2012 17:57:59 +0000 (17:57 +0000)]
update postgis unpackaged script. postgis_topology was already up to date.

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

12 years agoProvide a script to opt out of extensions
Sandro Santilli [Sat, 29 Sep 2012 16:14:05 +0000 (16:14 +0000)]
Provide a script to opt out of extensions

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

12 years agoAddition of C-based ST_Union(raster) aggregate function (ticket #1364). Renamed...
Bborie Park [Fri, 28 Sep 2012 23:09:31 +0000 (23:09 +0000)]
Addition of C-based ST_Union(raster) aggregate function (ticket #1364).  Renamed low level function rt_raster_has_no_band() to raster_has_band().  Updated docs and NEWS for ST_Union.

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

12 years agoRemove unused point in poly function
Paul Ramsey [Fri, 28 Sep 2012 22:51:06 +0000 (22:51 +0000)]
Remove unused point in poly function

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

12 years agoAdd ptarray_contains_point to ptarray file, so that all other liblwgeom functions...
Paul Ramsey [Fri, 28 Sep 2012 22:48:20 +0000 (22:48 +0000)]
Add ptarray_contains_point to ptarray file, so that all other liblwgeom functions can use the one routine.

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

12 years agoRemove no longer used function, lwgeom_pt_inside_circle.
Paul Ramsey [Fri, 28 Sep 2012 21:52:51 +0000 (21:52 +0000)]
Remove no longer used function, lwgeom_pt_inside_circle.

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

12 years agoAdd new pointer-based coordinate access method, now that aligned storage is the new...
Paul Ramsey [Fri, 28 Sep 2012 21:48:53 +0000 (21:48 +0000)]
Add new pointer-based coordinate access method, now that aligned storage is the new normal.

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

12 years agoAnal retentive function renaming: ptarray_isclosed -> ptarray_is_closed
Paul Ramsey [Fri, 28 Sep 2012 21:08:29 +0000 (21:08 +0000)]
Anal retentive function renaming: ptarray_isclosed -> ptarray_is_closed

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

12 years agoMove some ptarray functions out of postgis and back into liblwgeom from silly old...
Paul Ramsey [Fri, 28 Sep 2012 20:30:26 +0000 (20:30 +0000)]
Move some ptarray functions out of postgis and back into liblwgeom from silly old function that shouldn't even exist anymore (LWGEOM_inside_circle_point)

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

12 years agoMeasurement support for arcs (#2018)
Paul Ramsey [Fri, 28 Sep 2012 18:23:52 +0000 (18:23 +0000)]
Measurement support for arcs (#2018)

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

12 years agoAdd casts from geometry::path, geometry::point, geometry::polygon, polygon::geometry...
Paul Ramsey [Fri, 28 Sep 2012 17:03:46 +0000 (17:03 +0000)]
Add casts from geometry::path, geometry::point, geometry::polygon, polygon::geometry, path::geometry, point::geometry to allow easier migration to PostGIS for folks who start with the Pg types.

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

12 years agoDistance calculation support for arc features (#2018). Commit adds lowest level primi...
Paul Ramsey [Thu, 27 Sep 2012 20:23:03 +0000 (20:23 +0000)]
Distance calculation support for arc features (#2018). Commit adds lowest level primitive support for distance calculations on single arcs.

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

12 years agoAdditional regression tests for ST_Neighborhood and tweaked to support a
Bborie Park [Wed, 26 Sep 2012 15:56:17 +0000 (15:56 +0000)]
Additional regression tests for ST_Neighborhood and tweaked to support a
distance values of zero for one axis.

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

12 years agoAdded docs regarding the callback function for rt_raster_iterator()
Bborie Park [Tue, 25 Sep 2012 22:22:40 +0000 (22:22 +0000)]
Added docs regarding the callback function for rt_raster_iterator()

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

12 years agoAdded regression tests, bug fixes and code cleanup for
Bborie Park [Tue, 25 Sep 2012 22:22:33 +0000 (22:22 +0000)]
Added regression tests, bug fixes and code cleanup for
rt_raster_iterator().

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

12 years agoAdded rt_raster_iterator(), which is feature complete. Now need to add
Bborie Park [Tue, 25 Sep 2012 22:22:27 +0000 (22:22 +0000)]
Added rt_raster_iterator(), which is feature complete.  Now need to add
lots of regression tests before moving on to the PostgreSQL side to hook
into it.

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

12 years agoChanged behavior when there is no pixels in the neighborhood for
Bborie Park [Tue, 25 Sep 2012 19:23:43 +0000 (19:23 +0000)]
Changed behavior when there is no pixels in the neighborhood for
ST_Neighborhood.  It should still return an array as the pixel of
interest could have a value... just surrounded by NODATA.

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

12 years agoAdditional documentation regarding memory ownership
Bborie Park [Tue, 25 Sep 2012 17:20:17 +0000 (17:20 +0000)]
Additional documentation regarding memory ownership

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

12 years agoAdded correct handling of rt_band's ownsdata flag indicating if the
Bborie Park [Tue, 25 Sep 2012 14:07:22 +0000 (14:07 +0000)]
Added correct handling of rt_band's ownsdata flag indicating if the
memory used for the band's data (only for inline, not offline) is
managed internally.

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

12 years ago#2012: Change client_min_messages to warning instead of relying on default notice...
Regina Obe [Tue, 25 Sep 2012 02:45:28 +0000 (02:45 +0000)]
#2012: Change client_min_messages to warning instead of relying on default notice.  9.3's idea of notice doesn't seem to include notice about create of new tables.

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

12 years agoChanged output array of ST_Neighborhood to have dimensions of Y,X
Bborie Park [Mon, 24 Sep 2012 15:07:58 +0000 (15:07 +0000)]
Changed output array of ST_Neighborhood to have dimensions of Y,X
instead of X,Y. This matches that found for GDAL blocks.

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

12 years agoAdditional tests for ST_Neighborhood()
Bborie Park [Mon, 24 Sep 2012 15:07:50 +0000 (15:07 +0000)]
Additional tests for ST_Neighborhood()

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

12 years ago#2010: Include for 9.3 move to below postgis_config.h so version number of postgresql...
Regina Obe [Sat, 22 Sep 2012 14:44:50 +0000 (14:44 +0000)]
#2010: Include for 9.3 move to below postgis_config.h so version number of postgresql is picked up before the conditional include is attempted

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

12 years ago#2010: compile support for 9.3
Regina Obe [Sat, 22 Sep 2012 09:00:13 +0000 (09:00 +0000)]
#2010: compile support for 9.3

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

12 years agoAdd link to OpenGeo workshop on KNN to KNN operator.
Regina Obe [Sat, 22 Sep 2012 03:55:57 +0000 (03:55 +0000)]
Add link to OpenGeo workshop on KNN to KNN operator.

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

12 years agoRemove now obsolete note.
Paul Ramsey [Thu, 20 Sep 2012 23:44:47 +0000 (23:44 +0000)]
Remove now obsolete note.

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

12 years agoDocument ISO WKT/WKB (#1451)
Paul Ramsey [Thu, 20 Sep 2012 22:24:16 +0000 (22:24 +0000)]
Document ISO WKT/WKB (#1451)

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

12 years ago#1991: speed issue with 9.2 on geocode and geocoder_intersection, seems to be 10...
Regina Obe [Thu, 20 Sep 2012 13:32:14 +0000 (13:32 +0000)]
#1991: speed issue with 9.2 on geocode and geocoder_intersection, seems to be 10-50 times faster by forcing join_collapse limit = 2

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

12 years agoremark out regress and also put in name in database
Regina Obe [Thu, 20 Sep 2012 11:54:44 +0000 (11:54 +0000)]
remark out regress and also put in name in database
#2009 turn off loading of addrfeat
#1614 add U.S. and COUNTY RD as street_type highways

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

12 years agoAdditional regression tests for rt_raster_get_nearest_pixel()
Bborie Park [Wed, 19 Sep 2012 18:48:37 +0000 (18:48 +0000)]
Additional regression tests for rt_raster_get_nearest_pixel()

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

12 years agoAdded docs for ST_InvDistWeight4ma() and ST_MinDist4ma(). Changed
Bborie Park [Wed, 19 Sep 2012 18:48:31 +0000 (18:48 +0000)]
Added docs for ST_InvDistWeight4ma() and ST_MinDist4ma().  Changed
function signature for ST_Neighborhood() to support specifying distances
on both X and Y axis.

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

12 years agoTweaked ST_Neighborhood() to use two separate distance parameters for X
Bborie Park [Wed, 19 Sep 2012 18:48:24 +0000 (18:48 +0000)]
Tweaked ST_Neighborhood() to use two separate distance parameters for X
and Y axes.

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

12 years agoAdded ST_MinDist4ma() for getting minimum distance from the center pixel
Bborie Park [Wed, 19 Sep 2012 18:48:14 +0000 (18:48 +0000)]
Added ST_MinDist4ma() for getting minimum distance from the center pixel
to the nearest neighbor in neighborhood with value

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

12 years agoAdded regression tests for ST_InvDistWeight4ma()
Bborie Park [Wed, 19 Sep 2012 18:48:08 +0000 (18:48 +0000)]
Added regression tests for ST_InvDistWeight4ma()

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

12 years agoAdded Inverse Distance Weighting function for use with
Bborie Park [Wed, 19 Sep 2012 18:47:59 +0000 (18:47 +0000)]
Added Inverse Distance Weighting function for use with
ST_MapAlgebraFctNgb

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

12 years ago#2055: (L burned in all subsequent images after Delaunay) increase remove to remove...
Regina Obe [Tue, 18 Sep 2012 12:21:21 +0000 (12:21 +0000)]
#2055: (L burned in all subsequent images after Delaunay)  increase remove to remove images 0-9 before building next.  The remove went from 0-5 and I guess Kevin wasn't counting on anyone crazy enough to have 6 image layers.  This code definitely needs some work, but this will do for now.

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

12 years agoInitial support for documentatin translation
Sandro Santilli [Mon, 17 Sep 2012 12:31:54 +0000 (12:31 +0000)]
Initial support for documentatin translation

Adds "update-po" Makefile target under doc/
Adds "local-html" Makefile target under doc/po/<lang>

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

12 years agoUpdate URL of Maven jar (thanks Sandeep Thakkar)
Sandro Santilli [Mon, 17 Sep 2012 11:43:33 +0000 (11:43 +0000)]
Update URL of Maven jar (thanks Sandeep Thakkar)

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

12 years agoreference_type.xml has been missing from XML sources for years !
Sandro Santilli [Fri, 14 Sep 2012 21:03:48 +0000 (21:03 +0000)]
reference_type.xml has been missing from XML sources for years !

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

12 years agoOther double quotes needed by poxml
Sandro Santilli [Fri, 14 Sep 2012 20:59:42 +0000 (20:59 +0000)]
Other double quotes needed by poxml

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

12 years agoMore Double quote tag attribute values for poxml support
Sandro Santilli [Fri, 14 Sep 2012 20:52:10 +0000 (20:52 +0000)]
More Double quote tag attribute values for poxml support

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

12 years agoDouble quote tag attribute values and use open&close for <paramdef>
Sandro Santilli [Fri, 14 Sep 2012 20:33:35 +0000 (20:33 +0000)]
Double quote tag attribute values and use open&close for <paramdef>

This format plays nicely with xml2pot and po2xml...

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

12 years agoPostGIS 2.1 changes section was incorrectly listing 2.0 instead of 2.1 changes. ...
Regina Obe [Fri, 14 Sep 2012 11:29:38 +0000 (11:29 +0000)]
PostGIS 2.1 changes section was incorrectly listing 2.0 instead of 2.1 changes.  Also just folder 2.1 changes into many What is new in 2.1 section.

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

12 years agoDistinguish between generated and source XML inputs
Sandro Santilli [Fri, 14 Sep 2012 07:49:13 +0000 (07:49 +0000)]
Distinguish between generated and source XML inputs

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

12 years agoRewrite header file to have full credits
Sandro Santilli [Fri, 14 Sep 2012 07:40:17 +0000 (07:40 +0000)]
Rewrite header file to have full credits

Used git history to figure out authors and commit years

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

12 years agoAdd changed section for 2.1 and mark ST_Segmentize as having a breaking change
Regina Obe [Fri, 14 Sep 2012 03:10:41 +0000 (03:10 +0000)]
Add changed section for 2.1 and mark ST_Segmentize as having a breaking change

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

12 years agoFix ST_Estimated_Extent name change documentation encoding
Sandro Santilli [Thu, 13 Sep 2012 20:41:59 +0000 (20:41 +0000)]
Fix ST_Estimated_Extent name change documentation encoding

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

12 years agoRemove code in #ifdefs for PgSQL 8.4 and under, per #1880
Paul Ramsey [Thu, 13 Sep 2012 20:11:16 +0000 (20:11 +0000)]
Remove code in #ifdefs for PgSQL 8.4 and under, per #1880

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

12 years agoTest for #1780
Paul Ramsey [Thu, 13 Sep 2012 19:23:42 +0000 (19:23 +0000)]
Test for #1780

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

12 years agoST_Estimated_Extent renamed to ST_EstimatedExtent (#1994)
Sandro Santilli [Thu, 13 Sep 2012 09:53:02 +0000 (09:53 +0000)]
ST_Estimated_Extent renamed to ST_EstimatedExtent (#1994)

ST_Estimated_Extent is kept but deprecated, testcases test both
signatures. Documentation documents the new name and warns about
it being renamed in 2.1.0

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

12 years ago#1780 ST_GeoHash should support geography type without cast
Paul Ramsey [Thu, 13 Sep 2012 02:08:45 +0000 (02:08 +0000)]
#1780 ST_GeoHash should support geography type without cast

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

12 years agoReverted some of the changes committed in r10238
Bborie Park [Wed, 12 Sep 2012 02:37:51 +0000 (02:37 +0000)]
Reverted some of the changes committed in r10238

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

12 years agoforgot to commit ST_Delaun... reference in last
Regina Obe [Tue, 11 Sep 2012 14:07:04 +0000 (14:07 +0000)]
forgot to commit ST_Delaun... reference in last

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

12 years agoST_DelaunayTriangle examples and a 3D example
Regina Obe [Tue, 11 Sep 2012 14:01:09 +0000 (14:01 +0000)]
ST_DelaunayTriangle examples and a 3D example

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

12 years agoFixed the state and final functions when count is zero or initial sum is null
Pierre Racine [Mon, 10 Sep 2012 18:36:35 +0000 (18:36 +0000)]
Fixed the state and final functions when count is zero or initial sum is null

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

12 years ago#1869 note that ST_Asbinary on unknown is now illegal. Have to backport to 2.0 as...
Regina Obe [Mon, 10 Sep 2012 15:00:26 +0000 (15:00 +0000)]
#1869 note that ST_Asbinary on unknown is now illegal. Have to backport to 2.0 as well.  I will add to full legacy though for those who can't change code.

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

12 years agoUpdate PSC list
Regina Obe [Sat, 8 Sep 2012 02:26:15 +0000 (02:26 +0000)]
Update PSC list

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

12 years agoAdded docs for new variant of ST_SetValues()
Bborie Park [Sat, 8 Sep 2012 01:24:35 +0000 (01:24 +0000)]
Added docs for new variant of ST_SetValues()

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

12 years agoAdded new variant on existing ST_SetValues where instead of a noset 2D
Bborie Park [Sat, 8 Sep 2012 01:21:21 +0000 (01:21 +0000)]
Added new variant on existing ST_SetValues where instead of a noset 2D
array of booleans, the parameter nosetvalue can be used instead.

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

12 years agoMinor message tweaks regarding GDAL/OGR detection
Bborie Park [Sat, 8 Sep 2012 01:18:04 +0000 (01:18 +0000)]
Minor message tweaks regarding GDAL/OGR detection

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

12 years agocorrect length for closed circles (#1978)
Paul Ramsey [Fri, 7 Sep 2012 22:20:00 +0000 (22:20 +0000)]
correct length for closed circles (#1978)

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

12 years agoST_GeomFromGML on CurvePolygon causes server crash (#1936)
Paul Ramsey [Fri, 7 Sep 2012 20:05:25 +0000 (20:05 +0000)]
ST_GeomFromGML on CurvePolygon causes server crash (#1936)

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

12 years agoFix cunit crash due to lack of proper signature for lwgeom_segmentize_sphere in header.
Paul Ramsey [Fri, 7 Sep 2012 19:54:52 +0000 (19:54 +0000)]
Fix cunit crash due to lack of proper signature for lwgeom_segmentize_sphere in header.

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