]> granicus.if.org Git - postgis/log
postgis
12 years agoOops, revert the revert...
Sandro Santilli [Sun, 4 Nov 2012 00:44:09 +0000 (00:44 +0000)]
Oops, revert the revert...

Note to self: never commit between 1:00am and 8:00am

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

12 years agoAdd note about lwgeom_make_valid being only available with GEOS-3.3+
Sandro Santilli [Sun, 4 Nov 2012 00:30:18 +0000 (00:30 +0000)]
Add note about lwgeom_make_valid being only available with GEOS-3.3+

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

12 years agoRevert "#1970 - 9.2rc1 regress failure change layer_id_seq from select * to explicitl...
Sandro Santilli [Sun, 4 Nov 2012 00:30:08 +0000 (00:30 +0000)]
Revert "#1970 - 9.2rc1 regress failure change layer_id_seq from select * to explicitly select fields. log_cnt now returns 0 for 9.2rc1 so fails regress otherwise"

This reverts commit c272b5ed6dec2cc415c9bccd305e81394f1bde83.

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

12 years agochange default new install to use tiger_loader_2012.sql file instead
Regina Obe [Sat, 3 Nov 2012 18:12:57 +0000 (18:12 +0000)]
change default new install to use tiger_loader_2012.sql file instead

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

12 years ago#2076: support for loading tiger 2012 data. revise loader_load_staged_data to leave...
Regina Obe [Sat, 3 Nov 2012 17:54:51 +0000 (17:54 +0000)]
#2076: support for loading tiger 2012 data. revise loader_load_staged_data to leave out pumace10, estatefp, ugace.  This fixes the faces not loading issue for 2012 data (tested with MA, DC)

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

12 years ago#2015, ST_IsEmpty('POLYGON EMPTY') returns False
Paul Ramsey [Fri, 2 Nov 2012 21:14:44 +0000 (21:14 +0000)]
#2015, ST_IsEmpty('POLYGON EMPTY') returns False

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

12 years agoRemoved code that is no longer used and updated docs with default
Bborie Park [Fri, 2 Nov 2012 20:40:25 +0000 (20:40 +0000)]
Removed code that is no longer used and updated docs with default
parameters

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

12 years ago#1996, ST_AsGeoJSON('POINT EMPTY') produces invalid JSON
Paul Ramsey [Fri, 2 Nov 2012 19:15:05 +0000 (19:15 +0000)]
#1996, ST_AsGeoJSON('POINT EMPTY') produces invalid JSON

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

12 years agoBe a bit more explicit about what we're returning from point-in-ring tests.
Paul Ramsey [Fri, 2 Nov 2012 19:08:52 +0000 (19:08 +0000)]
Be a bit more explicit about what we're returning from point-in-ring tests.

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

12 years agoUpdated reference links to "How Hillshade works" for ST_Slope, ST_Aspect
Bborie Park [Fri, 2 Nov 2012 18:12:22 +0000 (18:12 +0000)]
Updated reference links to "How Hillshade works" for ST_Slope, ST_Aspect
and ST_HillShade

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

12 years agoRemove double call of flip test.
Paul Ramsey [Fri, 2 Nov 2012 18:02:19 +0000 (18:02 +0000)]
Remove double call of flip test.

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

12 years ago#2019, ST_FlipCoordinates does not update bbox
Paul Ramsey [Fri, 2 Nov 2012 17:52:45 +0000 (17:52 +0000)]
#2019, ST_FlipCoordinates does not update bbox

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

12 years agoRefactored ST_Slope, ST_Aspect and ST_Hillshade() (also their
Bborie Park [Fri, 2 Nov 2012 17:22:29 +0000 (17:22 +0000)]
Refactored ST_Slope, ST_Aspect and ST_Hillshade() (also their
_st_XXX4ma() functions). Detailed docs for all three functions. Outputs
now in sync with return from ArcGIS. Ticket is #2077

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

12 years agosome wording changes, add tutorial faq
Regina Obe [Wed, 31 Oct 2012 19:33:35 +0000 (19:33 +0000)]
some wording changes, add tutorial faq

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

12 years agoAdded missing DROP FUNCTION statements. Ticket #2073
Bborie Park [Wed, 31 Oct 2012 14:31:00 +0000 (14:31 +0000)]
Added missing DROP FUNCTION statements. Ticket #2073

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

12 years agoAdd instruction for upgrading between SVN revisions using extensions
Sandro Santilli [Wed, 31 Oct 2012 09:46:22 +0000 (09:46 +0000)]
Add instruction for upgrading between SVN revisions using extensions

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

12 years agoChanged when the isnodata check takes place for out-db raster tiles
Bborie Park [Wed, 31 Oct 2012 00:42:00 +0000 (00:42 +0000)]
Changed when the isnodata check takes place for out-db raster tiles

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

12 years ago#1940, epsg:2065 projection is incorrect
Paul Ramsey [Tue, 30 Oct 2012 23:25:06 +0000 (23:25 +0000)]
#1940, epsg:2065 projection is incorrect

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

12 years agoAdd Nathan Wagner to credits
Regina Obe [Tue, 30 Oct 2012 21:38:48 +0000 (21:38 +0000)]
Add Nathan Wagner to credits

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

12 years agoPut in Enhanced note about ST_DumpPoints -- should in theory be faster. Revise expert...
Regina Obe [Tue, 30 Oct 2012 21:16:49 +0000 (21:16 +0000)]
Put in Enhanced note about ST_DumpPoints -- should in theory be faster. Revise expertbot xsl script (prevent url from abutting the title)

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

12 years ago(#310) ST_DumpPoints as C function
Paul Ramsey [Tue, 30 Oct 2012 20:32:10 +0000 (20:32 +0000)]
(#310) ST_DumpPoints as C function

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

12 years agoFix gdal binaries link
Regina Obe [Mon, 29 Oct 2012 22:24:20 +0000 (22:24 +0000)]
Fix gdal binaries link

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

12 years agoAdded SRID check to ST_Neighborhood(raster, geometry)
Bborie Park [Mon, 29 Oct 2012 22:23:23 +0000 (22:23 +0000)]
Added SRID check to ST_Neighborhood(raster, geometry)

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

12 years agoAdded SRID check for ST_Intersects(geometry, raster)
Bborie Park [Mon, 29 Oct 2012 22:23:16 +0000 (22:23 +0000)]
Added SRID check for ST_Intersects(geometry, raster)

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

12 years agoAdded SRID check of geometry for ST_World2RasterCoord variants
Bborie Park [Mon, 29 Oct 2012 22:23:05 +0000 (22:23 +0000)]
Added SRID check of geometry for ST_World2RasterCoord variants

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

12 years agoAdded check for SRID match in ST_Value(raster) geometry variant
Bborie Park [Mon, 29 Oct 2012 22:22:57 +0000 (22:22 +0000)]
Added check for SRID match in ST_Value(raster) geometry variant

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

12 years agoSet defaults for parameters of ST_Slope(raster). Ticket #1655
Bborie Park [Mon, 29 Oct 2012 20:14:37 +0000 (20:14 +0000)]
Set defaults for parameters of ST_Slope(raster). Ticket #1655

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

12 years agoAdded UpdateRasterSRID() as per ticket #739
Bborie Park [Mon, 29 Oct 2012 18:56:41 +0000 (18:56 +0000)]
Added UpdateRasterSRID() as per ticket #739

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

12 years agomore ids and descriptive titles
Regina Obe [Sat, 27 Oct 2012 05:53:31 +0000 (05:53 +0000)]
more ids and descriptive titles

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

12 years agorevise script hallie uses so strips out tags such as ulink, xref, command leaving...
Regina Obe [Sat, 27 Oct 2012 05:31:55 +0000 (05:31 +0000)]
revise script hallie uses so strips out tags such as ulink, xref, command leaving just textual representation (these were getting cut out before)

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

12 years agotry to put in some ids
Regina Obe [Sat, 27 Oct 2012 04:18:27 +0000 (04:18 +0000)]
try to put in some ids

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

12 years agoAdded news regarding ST_Clip(raster, ...) in C and update docs
Bborie Park [Fri, 26 Oct 2012 00:28:15 +0000 (00:28 +0000)]
Added news regarding ST_Clip(raster, ...) in C and update docs

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

12 years agoRewrite of ST_Clip(raster) to be C-based and updated regression test.
Bborie Park [Fri, 26 Oct 2012 00:28:10 +0000 (00:28 +0000)]
Rewrite of ST_Clip(raster) to be C-based and updated regression test.
Ticket is #2065

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

12 years agoFixed default Y-scale to -1 from 1
Bborie Park [Thu, 25 Oct 2012 23:06:42 +0000 (23:06 +0000)]
Fixed default Y-scale to -1 from 1

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

12 years agoExpose some geodetic functions a little higher
Paul Ramsey [Thu, 25 Oct 2012 22:17:39 +0000 (22:17 +0000)]
Expose some geodetic functions a little higher

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

12 years agoFix error in ptarray traversal.
Paul Ramsey [Thu, 25 Oct 2012 20:36:00 +0000 (20:36 +0000)]
Fix error in ptarray traversal.

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

12 years agoReorganize some pointarray loops and functions. Use direct aligned access more.
Paul Ramsey [Thu, 25 Oct 2012 19:29:34 +0000 (19:29 +0000)]
Reorganize some pointarray loops and functions. Use direct aligned access more.

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

12 years agoRemove old signature for serialized_form function
Paul Ramsey [Thu, 25 Oct 2012 18:57:32 +0000 (18:57 +0000)]
Remove old signature for serialized_form function

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

12 years agoAllow WKB generation to do direct memcpy of coordinates in specific cases.
Paul Ramsey [Thu, 25 Oct 2012 18:54:27 +0000 (18:54 +0000)]
Allow WKB generation to do direct memcpy of coordinates in specific cases.

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

12 years agoUse double alignment property to remove memcpy from wkb generation
Paul Ramsey [Thu, 25 Oct 2012 18:42:16 +0000 (18:42 +0000)]
Use double alignment property to remove memcpy from wkb generation

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

12 years agoRemove TODO note: the storage is now double aligned
Paul Ramsey [Thu, 25 Oct 2012 18:29:55 +0000 (18:29 +0000)]
Remove TODO note: the storage is now double aligned

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

12 years agoChange the gbox calculation for geodetic edges to use 3-space geometry instead of...
Paul Ramsey [Thu, 25 Oct 2012 17:47:24 +0000 (17:47 +0000)]
Change the gbox calculation for geodetic edges to use 3-space geometry instead of lots of transcendental functions. Much faster, much simpler, all regression tests pass.

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

12 years agorevert release note changes see if it fixes doc build issue
Regina Obe [Thu, 25 Oct 2012 06:00:07 +0000 (06:00 +0000)]
revert release note changes see if it fixes doc build issue

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

12 years agofix id again (maybe old conflicted with another id)
Regina Obe [Thu, 25 Oct 2012 05:18:27 +0000 (05:18 +0000)]
fix id again (maybe old conflicted with another id)

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

12 years agofix chapter id doesn't follow our convention
Regina Obe [Thu, 25 Oct 2012 04:12:20 +0000 (04:12 +0000)]
fix chapter id doesn't follow our convention

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

12 years agogive release sections ids for easier reference
Regina Obe [Thu, 25 Oct 2012 04:07:24 +0000 (04:07 +0000)]
give release sections ids for easier reference

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

12 years agoPreprocess input geometry for clipping raster by using the intersection
Bborie Park [Wed, 24 Oct 2012 22:22:04 +0000 (22:22 +0000)]
Preprocess input geometry for clipping raster by using the intersection
of the input geometry and the convex hull of the raster. Ticket #1989

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

12 years agoAdded checks to rt_raster_gdal_rasterize() and RASTER_asRaster() where
Bborie Park [Wed, 24 Oct 2012 22:21:56 +0000 (22:21 +0000)]
Added checks to rt_raster_gdal_rasterize() and RASTER_asRaster() where
if input geometry is empty, return empty raster.

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

12 years agoBroke string for iowa hex into three parts so that doxygen doesn't choke
Bborie Park [Wed, 24 Oct 2012 21:14:47 +0000 (21:14 +0000)]
Broke string for iowa hex into three parts so that doxygen doesn't choke

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

12 years agoHave ST_Tile() generate out-of-db tile bands if input raster's band is
Bborie Park [Wed, 24 Oct 2012 19:22:46 +0000 (19:22 +0000)]
Have ST_Tile() generate out-of-db tile bands if input raster's band is
out-of-db.

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

12 years agoWhoops make sure the test macros match the library ones
Paul Ramsey [Wed, 24 Oct 2012 18:54:23 +0000 (18:54 +0000)]
Whoops make sure the test macros match the library ones

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

12 years agoAdd some debugging info to find failure in debbie
Paul Ramsey [Wed, 24 Oct 2012 18:44:08 +0000 (18:44 +0000)]
Add some debugging info to find failure in debbie

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

12 years agoAdd explicit tests for edge_intersects()
Paul Ramsey [Wed, 24 Oct 2012 18:28:10 +0000 (18:28 +0000)]
Add explicit tests for edge_intersects()

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

12 years agoMove the distance calculation to also use the edge_intersects() function instead...
Paul Ramsey [Wed, 24 Oct 2012 17:26:17 +0000 (17:26 +0000)]
Move the distance calculation to also use the edge_intersects() function instead of edge_intersection()

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

12 years agoAdded "auto" option to -t switch where raster2pgsql can compute a usable
Bborie Park [Wed, 24 Oct 2012 16:31:39 +0000 (16:31 +0000)]
Added "auto" option to -t switch where raster2pgsql can compute a usable
tile size. Added warning message if generated tiles may cause memory
issues.

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

12 years agominor adjustments to terminology to improve searchin
Regina Obe [Wed, 24 Oct 2012 03:41:56 +0000 (03:41 +0000)]
minor adjustments to terminology to improve searchin

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

12 years agoRearranged function arguments for ST_Tile(raster)
Bborie Park [Tue, 23 Oct 2012 23:59:02 +0000 (23:59 +0000)]
Rearranged function arguments for ST_Tile(raster)

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

12 years agoAdded news and docs for ST_Tile(raster). Additional regression tests for
Bborie Park [Tue, 23 Oct 2012 22:44:52 +0000 (22:44 +0000)]
Added news and docs for ST_Tile(raster). Additional regression tests for
one additional variant of ST_Tile(raster)

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

12 years agoAdded ST_Tile() and regression tests. The circle is complete.
Bborie Park [Tue, 23 Oct 2012 22:44:42 +0000 (22:44 +0000)]
Added ST_Tile() and regression tests. The circle is complete.

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

12 years agoAdded rt_band_get_pixel_line() and regression tests
Bborie Park [Tue, 23 Oct 2012 22:44:28 +0000 (22:44 +0000)]
Added rt_band_get_pixel_line() and regression tests

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

12 years ago(#2063) fix the vertex-crossing logic in the circular tree code to use the new edge_i...
Paul Ramsey [Tue, 23 Oct 2012 22:43:02 +0000 (22:43 +0000)]
(#2063) fix the vertex-crossing logic in the circular tree code to use the new edge_intersects routine

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

12 years ago(#2026) fix performance regression in geography distance calculation
Paul Ramsey [Tue, 23 Oct 2012 22:17:12 +0000 (22:17 +0000)]
(#2026) fix performance regression in geography distance calculation

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

12 years ago(#1976) Geography point-in-ring code overhauled for more reliability
Paul Ramsey [Tue, 23 Oct 2012 21:18:50 +0000 (21:18 +0000)]
(#1976) Geography point-in-ring code overhauled for more reliability

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

12 years agoMake changes to reflect patch from #2061
Bborie Park [Tue, 23 Oct 2012 13:46:56 +0000 (13:46 +0000)]
Make changes to reflect patch from #2061

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

12 years agoFuture test case for when we've solved p-i-p in generality
Paul Ramsey [Tue, 23 Oct 2012 04:56:12 +0000 (04:56 +0000)]
Future test case for when we've solved p-i-p in generality

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

12 years agoFix POSTGIS_RT_DEBUGF() usage
Bborie Park [Mon, 22 Oct 2012 19:05:47 +0000 (19:05 +0000)]
Fix POSTGIS_RT_DEBUGF() usage

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

12 years agoFixed doxygen comment formats
Bborie Park [Mon, 22 Oct 2012 19:05:40 +0000 (19:05 +0000)]
Fixed doxygen comment formats

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

12 years agoRemove unused variables.
Bborie Park [Mon, 22 Oct 2012 17:20:20 +0000 (17:20 +0000)]
Remove unused variables.

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

12 years agoCache frequently used variables minimize # of function calls in
Bborie Park [Mon, 22 Oct 2012 17:20:09 +0000 (17:20 +0000)]
Cache frequently used variables minimize # of function calls in
rt_raster_iterator()

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

12 years agoInclude output from gdal-config --dep-libs when building raster2pgsql
Bborie Park [Mon, 22 Oct 2012 17:20:00 +0000 (17:20 +0000)]
Include output from gdal-config --dep-libs when building raster2pgsql

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

12 years agoAdd news and doc changes to indicate proper support for raster band's
Bborie Park [Mon, 22 Oct 2012 17:19:54 +0000 (17:19 +0000)]
Add news and doc changes to indicate proper support for raster band's
"isnodata" support

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

12 years agohave raster2pgsql check for raster bands being NODATA
Bborie Park [Mon, 22 Oct 2012 17:19:48 +0000 (17:19 +0000)]
have raster2pgsql check for raster bands being NODATA

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

12 years agoTweaked rt_band_check_is_nodata() to make use of rt_band_get_pixel()'s
Bborie Park [Mon, 22 Oct 2012 17:19:41 +0000 (17:19 +0000)]
Tweaked rt_band_check_is_nodata() to make use of rt_band_get_pixel()'s
ability to return flag indicating if value is NODATA

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

12 years agoFinal fixes to support band's isnodata flag.
Bborie Park [Mon, 22 Oct 2012 17:19:35 +0000 (17:19 +0000)]
Final fixes to support band's isnodata flag.

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

12 years agoAll functions in core API now support a band's isnodata value.
Bborie Park [Mon, 22 Oct 2012 17:19:28 +0000 (17:19 +0000)]
All functions in core API now support a band's isnodata value.

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

12 years agoChanged signature of rt_band_get_nodata() as there was no way to
Bborie Park [Mon, 22 Oct 2012 17:19:20 +0000 (17:19 +0000)]
Changed signature of rt_band_get_nodata() as there was no way to
indicate an error if the band has no NODATA.

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

12 years agoSome work adding proper support for using a band's isnodata flag.
Bborie Park [Mon, 22 Oct 2012 17:19:11 +0000 (17:19 +0000)]
Some work adding proper support for using a band's isnodata flag.

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

12 years agoChanged function signature for core API function rt_band_get_pixel() to
Bborie Park [Mon, 22 Oct 2012 17:19:04 +0000 (17:19 +0000)]
Changed function signature for core API function rt_band_get_pixel() to
indicate if pixel is NODATA

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

12 years agoMinor changes to references to raster2pgsql
Bborie Park [Mon, 22 Oct 2012 17:18:55 +0000 (17:18 +0000)]
Minor changes to references to raster2pgsql

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

12 years agoupdate crowd funding details
Regina Obe [Sun, 21 Oct 2012 23:53:15 +0000 (23:53 +0000)]
update crowd funding details

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

12 years agoFix GetTopoGeomElementArray(TopoGeometry) function, and add test
Sandro Santilli [Sun, 21 Oct 2012 18:02:54 +0000 (18:02 +0000)]
Fix GetTopoGeomElementArray(TopoGeometry) function, and add test

See http://trac.osgeo.org/postgis/ticket/2060

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

12 years agofix headeer and description
Regina Obe [Sat, 20 Oct 2012 21:07:25 +0000 (21:07 +0000)]
fix headeer and description

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

12 years agoWrap NEWS to 80cols
Paul Ramsey [Fri, 19 Oct 2012 22:20:01 +0000 (22:20 +0000)]
Wrap NEWS to 80cols

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

12 years agoAdded to news regarding ticket #2057
Bborie Park [Fri, 19 Oct 2012 18:51:05 +0000 (18:51 +0000)]
Added to news regarding ticket #2057

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

12 years agoAdd variables specifying PostgreSQL CPPFLAGS and LDFLAGS.
Bborie Park [Fri, 19 Oct 2012 18:49:02 +0000 (18:49 +0000)]
Add variables specifying PostgreSQL CPPFLAGS and LDFLAGS.
Ticket is #2057

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

12 years agoForgot to wrap tags with <para></para> in reference_raster.xml. Minor
Bborie Park [Fri, 19 Oct 2012 01:36:44 +0000 (01:36 +0000)]
Forgot to wrap tags with <para></para> in reference_raster.xml. Minor
comment cleanup in rt_pg.c

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

12 years agoFixed annoyances in the raster docs
Bborie Park [Fri, 19 Oct 2012 00:27:58 +0000 (00:27 +0000)]
Fixed annoyances in the raster docs

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

12 years agoCombined the gist spatial relationship tests into
Bborie Park [Thu, 18 Oct 2012 23:52:45 +0000 (23:52 +0000)]
Combined the gist spatial relationship tests into
rt_gist_relationships

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

12 years agoCombined all raster GEOS dependent spatial relationship regression tests into
Bborie Park [Thu, 18 Oct 2012 23:52:36 +0000 (23:52 +0000)]
Combined all raster GEOS dependent spatial relationship regression tests into
rt_geos_relationships.sql

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

12 years agoClamp SRID when comparing SRIDs of raster vs geometry for geomval
Bborie Park [Thu, 18 Oct 2012 21:45:33 +0000 (21:45 +0000)]
Clamp SRID when comparing SRIDs of raster vs geometry for geomval
variant of ST_SetValues()

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

12 years agoAdded docs for geomval variant of ST_SetValues
Bborie Park [Thu, 18 Oct 2012 21:45:27 +0000 (21:45 +0000)]
Added docs for geomval variant of ST_SetValues

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

12 years agoAdd news items regarding changes to ST_SetValue and addition of
Bborie Park [Thu, 18 Oct 2012 21:45:22 +0000 (21:45 +0000)]
Add news items regarding changes to ST_SetValue and addition of
geomval variant of ST_SetValues()

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

12 years agoCode cleanup in rt_pg/rt_pg.c. Changed point geometry variant of
Bborie Park [Thu, 18 Oct 2012 21:45:16 +0000 (21:45 +0000)]
Code cleanup in rt_pg/rt_pg.c. Changed point geometry variant of
ST_SetValue() to wrap around geomval variant of ST_SetValues(). This
will result in a behavior change for geometry variant of ST_SetValue().

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

12 years agoAddition of geomval variants of ST_SetValues() and regression tests.
Bborie Park [Thu, 18 Oct 2012 21:45:06 +0000 (21:45 +0000)]
Addition of geomval variants of ST_SetValues() and regression tests.
Added helper function rt_raster_get_inverse_geotransform_matrix().
Additional code cleanup for rt_raster_geopoint_to_cell() and
rt_raster_cell_to_geopoint().

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

12 years agoscript to concatenate all the sections of postgis doc for easier digestion of postgis...
Regina Obe [Thu, 18 Oct 2012 14:47:08 +0000 (14:47 +0000)]
script to concatenate all the sections of postgis doc for easier digestion of postgis expert bot

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

12 years agoCorrect usage of memset()
Bborie Park [Wed, 17 Oct 2012 19:30:54 +0000 (19:30 +0000)]
Correct usage of memset()

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

12 years agoCleanup description for ST_SetValues()
Bborie Park [Wed, 17 Oct 2012 19:30:47 +0000 (19:30 +0000)]
Cleanup description for ST_SetValues()

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

12 years agoAdded items to NEWS and docs for ST_DumpValues
Bborie Park [Wed, 17 Oct 2012 16:08:22 +0000 (16:08 +0000)]
Added items to NEWS and docs for ST_DumpValues

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

12 years agoAddition of ST_DumpValues() and regression tests. Ticket #2011
Bborie Park [Wed, 17 Oct 2012 16:08:16 +0000 (16:08 +0000)]
Addition of ST_DumpValues() and regression tests. Ticket #2011

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

12 years agoAdd fallback method of getting maximum extent for extent constraint.
Bborie Park [Wed, 17 Oct 2012 14:29:42 +0000 (14:29 +0000)]
Add fallback method of getting maximum extent for extent constraint.
Ticket is #2050

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