]>
granicus.if.org Git - postgis/log
Regina Obe [Sun, 11 Dec 2011 15:45:07 +0000 (15:45 +0000)]
Revisions to ST_Union for raster: get rid of dependency on rastexpr (and get rid of type), put in regress tests, get rid of many ST_Union permutations and limit to st_union(rast), st_union(rast,p_expression), st_union(rast,band_num), st_union(rast,band_num,p_expression). Note for drop I'm not dropping those other versions in case people have installed them from scripts folder or are currently using them. just dropping the ones I'm replacing.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8351
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 11 Dec 2011 02:42:57 +0000 (02:42 +0000)]
fix function name typo in geocode_intersection
git-svn-id: http://svn.osgeo.org/postgis/trunk@8350
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 10 Dec 2011 18:08:44 +0000 (18:08 +0000)]
minor edit
git-svn-id: http://svn.osgeo.org/postgis/trunk@8349
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 10 Dec 2011 18:03:02 +0000 (18:03 +0000)]
fix error in logic
git-svn-id: http://svn.osgeo.org/postgis/trunk@8348
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 10 Dec 2011 16:56:18 +0000 (16:56 +0000)]
missed a spot
git-svn-id: http://svn.osgeo.org/postgis/trunk@8347
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 10 Dec 2011 16:55:38 +0000 (16:55 +0000)]
describe the example a bit better for ST_AddBand multi-band example
git-svn-id: http://svn.osgeo.org/postgis/trunk@8346
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 10 Dec 2011 11:09:39 +0000 (11:09 +0000)]
#1361: fill in some more cases where hard/soft
git-svn-id: http://svn.osgeo.org/postgis/trunk@8345
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 10 Dec 2011 11:04:49 +0000 (11:04 +0000)]
#1361: make it clearer that a hard upgrade is required of everyone.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8344
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 10 Dec 2011 03:12:06 +0000 (03:12 +0000)]
ST_AddBand version that takes an array of rasters
git-svn-id: http://svn.osgeo.org/postgis/trunk@8343
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Sat, 10 Dec 2011 01:20:40 +0000 (01:20 +0000)]
Fixed calls to the wrong memory allocation function in rtpg_XXX utility functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8342
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Sat, 10 Dec 2011 01:01:37 +0000 (01:01 +0000)]
Code refactoring in rtpg_ utility functions for better memory usage and syntax cleanup in rt_api.*
git-svn-id: http://svn.osgeo.org/postgis/trunk@8341
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Sat, 10 Dec 2011 01:00:25 +0000 (01:00 +0000)]
Fixed missing $ in AddOverviewConstraint() which was setting 7 as the overview factor instead of the value at $7.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8340
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 18:59:39 +0000 (18:59 +0000)]
Add all signatures found in a newly created PostGIS 2.0 database
See #1360
git-svn-id: http://svn.osgeo.org/postgis/trunk@8339
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 17:17:29 +0000 (17:17 +0000)]
Add box3d related objects to skip in the _restore scripts (#1359)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8338
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 16:27:35 +0000 (16:27 +0000)]
Restrict disabled code to the one really hurting
See ticket #665 for more informations.
The commit also renames the test suite to "surface".
git-svn-id: http://svn.osgeo.org/postgis/trunk@8337
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 15:33:14 +0000 (15:33 +0000)]
gbox_float_round: don't roundup Z value if the box doesn't have one
Fixes #1309
git-svn-id: http://svn.osgeo.org/postgis/trunk@8336
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 14:37:16 +0000 (14:37 +0000)]
Add a public lwgeom_get_bbox function (#1324)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8335
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 14:37:11 +0000 (14:37 +0000)]
Don't let lwgeom_add_bbox syntetize a fake box for empty geometries
Empty geometries have no box. Period.
Update GML extent output for empty geometries to handle the special
case by using empty tags. Regress test it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8334
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 13:50:50 +0000 (13:50 +0000)]
Fix segfault in GML3 extent output (#1323)
Add support for srsDimension in GML3 extent output.
Add unit level comprensive regression testing.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8333
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 12:25:37 +0000 (12:25 +0000)]
Allow calling ST_MakeEnvelope w/out a srid (#1339)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8332
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Dec 2011 11:18:09 +0000 (11:18 +0000)]
Add a gbox_overlaps_2d function, use when appropriate (#1357)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8331
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 8 Dec 2011 22:16:08 +0000 (22:16 +0000)]
Guard against NaN values in coordinates passing into GEOS (#627)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8328
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 8 Dec 2011 21:57:37 +0000 (21:57 +0000)]
Check that NaN coordinate values find their way into bboxes, they do, NaN is bigger than Inf, apparently.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8327
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 8 Dec 2011 21:26:39 +0000 (21:26 +0000)]
Test for bbox calculations when there's an infinite coordinate.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8326
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Thu, 8 Dec 2011 20:05:49 +0000 (20:05 +0000)]
Return use of GDAL "natural" blocking removed in r8313 and refactor pointer handling.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8325
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 8 Dec 2011 19:51:04 +0000 (19:51 +0000)]
Remove box3d_extent hack
git-svn-id: http://svn.osgeo.org/postgis/trunk@8324
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 8 Dec 2011 17:54:38 +0000 (17:54 +0000)]
Make the ST_Equals test insensitive to minor box differences.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8323
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 8 Dec 2011 14:44:46 +0000 (14:44 +0000)]
Add Jose and Even to credits
git-svn-id: http://svn.osgeo.org/postgis/trunk@8322
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 8 Dec 2011 13:35:31 +0000 (13:35 +0000)]
Add a note about ST_Estimated_Extent on empty or non-analyzed tables (#877)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8321
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 8 Dec 2011 11:29:00 +0000 (11:29 +0000)]
Have ST_Estimated_Extent return NULL when no stats are found for a table.
No stats means empty table or no run of analyze. Warn about that.
These Fixes bug #877. Includes regress test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8319
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 8 Dec 2011 11:28:53 +0000 (11:28 +0000)]
Hush VACUUM and ANALYZE backend feedback while running tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@8318
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 8 Dec 2011 08:07:58 +0000 (08:07 +0000)]
topology.AddToSearchPath: quote database identifier.
Thanks to Jose Carlos Martinez Llario <jomarlla@cgf.upv.es>
git-svn-id: http://svn.osgeo.org/postgis/trunk@8315
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Wed, 7 Dec 2011 20:46:47 +0000 (20:46 +0000)]
Added rt_raster_set_pixel_line for use when setting values for sequential pixels. Should be faster than repeated calls to rt_raster_set_pixel.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8314
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Wed, 7 Dec 2011 15:29:46 +0000 (15:29 +0000)]
Refactored the GDALRasterIO part of rt_raster_from_gdal_dataset to use scanlines instead of "natural" blocks, which dramatically simplifies the code and makes it easier to maintain.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8313
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 7 Dec 2011 06:17:56 +0000 (06:17 +0000)]
alphabetize and update tester credits
git-svn-id: http://svn.osgeo.org/postgis/trunk@8312
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 7 Dec 2011 03:41:57 +0000 (03:41 +0000)]
update license to provide detail about documentation license and copyright of data etc.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8311
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Wed, 7 Dec 2011 01:15:46 +0000 (01:15 +0000)]
Fixed regression issue with rt_raster_from_gdal_dataset by explicitly setting the valid block sizes passed into GDALRasterIO. Probably related to the changes made in r8309
git-svn-id: http://svn.osgeo.org/postgis/trunk@8310
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Tue, 6 Dec 2011 16:48:12 +0000 (16:48 +0000)]
Removed attempt to duplicate entire band in rt_raster_from_gdal_dataset
git-svn-id: http://svn.osgeo.org/postgis/trunk@8309
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 6 Dec 2011 14:40:21 +0000 (14:40 +0000)]
put some obsolete notes in existing management functions. Now that raster_columns is a view no longer need to use management functions to drop or add raster columns or tables. Will document the new addconstraints etc. taht replaces much of these soon.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8308
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 6 Dec 2011 12:16:47 +0000 (12:16 +0000)]
Add copyright header. Date and attribution looked up by SCM history.
Verified by my own memory (I wrote the initial vesion of that file)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8307
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Tue, 6 Dec 2011 06:06:28 +0000 (06:06 +0000)]
Resolved a bunch of memory issues related to use of SPI that have been bugging me for a while. Tested successfully in Linux 32 and 64-bit and OSX 64-bit.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8306
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 5 Dec 2011 18:58:51 +0000 (18:58 +0000)]
As per discussions and ticket #1319, raster_columns and raster_overviews are now constraint-based views. AddRasterColumn, DropRasterColumn and DropRasterTable are now deprecated in favor of AddRasterConstraints and DropRasterConstraints. Additional constraints are now available for enforcing the consistency of the rasters in a table.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8305
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 5 Dec 2011 18:36:56 +0000 (18:36 +0000)]
Removed division by bin-width for when bin-widths are specified in ST_Histogram
git-svn-id: http://svn.osgeo.org/postgis/trunk@8304
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 5 Dec 2011 02:06:37 +0000 (02:06 +0000)]
Correctly free raster memory when handling NULL rasters.
Associated ticket is #1349
git-svn-id: http://svn.osgeo.org/postgis/trunk@8303
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 3 Dec 2011 08:29:50 +0000 (08:29 +0000)]
#1343: get rid of geomvalxy and change ST_PixelAsPolygons to use default args and do without geomvalxy
git-svn-id: http://svn.osgeo.org/postgis/trunk@8302
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 3 Dec 2011 07:24:02 +0000 (07:24 +0000)]
#1338 - document ST_PixelWidth/Height
git-svn-id: http://svn.osgeo.org/postgis/trunk@8301
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Sat, 3 Dec 2011 06:54:04 +0000 (06:54 +0000)]
Removed VARIADIC from ST_BandMetadata. Associated ticket is #1343.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8300
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 2 Dec 2011 17:44:26 +0000 (17:44 +0000)]
#1346: fix misuse of quote_literal causing topology, topology, topology, topology
git-svn-id: http://svn.osgeo.org/postgis/trunk@8299
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 2 Dec 2011 17:28:16 +0000 (17:28 +0000)]
Encode dependency of topology.sql on ManageHelper.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@8298
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 2 Dec 2011 15:43:01 +0000 (15:43 +0000)]
more revisions to cross streets logic -- don't rely on start point working with multilinestrings. change tfid to be unique index on faces.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8297
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Fri, 2 Dec 2011 15:22:33 +0000 (15:22 +0000)]
Added cleanup statements for bandmetatype type and change function signature for st_bandmetadata.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8296
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Fri, 2 Dec 2011 15:13:44 +0000 (15:13 +0000)]
Removed the type bandmetadata as per #1343.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8295
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 2 Dec 2011 08:07:15 +0000 (08:07 +0000)]
move geocode_intersection.sql to user api section since it is documented.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8294
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 2 Dec 2011 06:27:51 +0000 (06:27 +0000)]
try to make emphasis bold by putting in a role='bold'
git-svn-id: http://svn.osgeo.org/postgis/trunk@8293
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Dec 2011 20:41:20 +0000 (20:41 +0000)]
replace ~= with ST_OrderingEquals (now that we got rid of recheck the older ~= no longer is a truish geometry equality operator
git-svn-id: http://svn.osgeo.org/postgis/trunk@8292
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Dec 2011 20:37:22 +0000 (20:37 +0000)]
emphasize approximate in KNN operators to reduce the chance of any misunderstandings
git-svn-id: http://svn.osgeo.org/postgis/trunk@8291
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Dec 2011 19:06:41 +0000 (19:06 +0000)]
make compatible with postgresql 8.4, more speed improvements
git-svn-id: http://svn.osgeo.org/postgis/trunk@8290
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Dec 2011 17:52:15 +0000 (17:52 +0000)]
missed a spot about occasions where point distance is not same as <->
git-svn-id: http://svn.osgeo.org/postgis/trunk@8289
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Dec 2011 17:38:08 +0000 (17:38 +0000)]
try to clarify accuracy etc. of <#> and <->
git-svn-id: http://svn.osgeo.org/postgis/trunk@8288
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 16:14:16 +0000 (16:14 +0000)]
Ticket 1342. Integrate ST_PixelAsPolygons into rtpostgis.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@8287
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 16:07:24 +0000 (16:07 +0000)]
Return null when band number does not exist.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8286
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 16:06:40 +0000 (16:06 +0000)]
Removed ST_MinPossibleVal defined in another script
git-svn-id: http://svn.osgeo.org/postgis/trunk@8285
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 16:05:42 +0000 (16:05 +0000)]
Added doc, more test and return null when band number does not exist.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8284
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 15:52:39 +0000 (15:52 +0000)]
Ticket 1342. Integrate ST_Clip script into rtpostgis.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@8283
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 15:15:34 +0000 (15:15 +0000)]
Ticket #1340. Integrate ST_Union into rtpostgis.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@8282
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 15:11:15 +0000 (15:11 +0000)]
Replaced AsBinary with ST_AsBinary in the test section
git-svn-id: http://svn.osgeo.org/postgis/trunk@8281
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Dec 2011 13:32:10 +0000 (13:32 +0000)]
#1337 clarify what sql is good for and get rid of some other obsolete syntax (this really needs to be read with a fine-tooth comb). The amount of obsolete info in this chapter is mesmerizing
git-svn-id: http://svn.osgeo.org/postgis/trunk@8280
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Dec 2011 08:36:30 +0000 (08:36 +0000)]
#1333 geocode_intersections: would help to actually include the function to.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8276
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Dec 2011 08:28:22 +0000 (08:28 +0000)]
#1333 geocode intersections
git-svn-id: http://svn.osgeo.org/postgis/trunk@8275
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Zwarg [Thu, 1 Dec 2011 04:29:24 +0000 (04:29 +0000)]
Added neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318
git-svn-id: http://svn.osgeo.org/postgis/trunk@8274
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Thu, 1 Dec 2011 02:23:46 +0000 (02:23 +0000)]
Tweaked ST_BandMetadata so that calling the function with an empty array returns all metadata of all bands. Example: ST_BandMetadata(rast, VARIADIC ARRAY[]::int[])
git-svn-id: http://svn.osgeo.org/postgis/trunk@8273
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 01:11:28 +0000 (01:11 +0000)]
Copied from ST_MapAlgebra.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@8272
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 01:10:24 +0000 (01:10 +0000)]
Copied from ST_Union
git-svn-id: http://svn.osgeo.org/postgis/trunk@8271
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 01:09:22 +0000 (01:09 +0000)]
Some cleaning before inclusion in rtpostgis.sql
Removed ST_MultiBandMapAlgebra and ST_HasNoBand
git-svn-id: http://svn.osgeo.org/postgis/trunk@8270
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 01:07:58 +0000 (01:07 +0000)]
Return the last band when the provided band number does not exist.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8269
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Thu, 1 Dec 2011 01:07:10 +0000 (01:07 +0000)]
Added some variants and tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@8268
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Wed, 30 Nov 2011 22:42:13 +0000 (22:42 +0000)]
plpgsql implementation for st_clip.sql(raster, geom)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8267
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Wed, 30 Nov 2011 22:41:39 +0000 (22:41 +0000)]
Added the id of the polygon in the example
git-svn-id: http://svn.osgeo.org/postgis/trunk@8266
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Zwarg [Wed, 30 Nov 2011 22:34:29 +0000 (22:34 +0000)]
Added ST_Aspect map algebra neighborhood shortcut function. #1318
git-svn-id: http://svn.osgeo.org/postgis/trunk@8265
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Zwarg [Wed, 30 Nov 2011 21:44:36 +0000 (21:44 +0000)]
Added ST_Slope map algebra neighborhood shortcut function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8264
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Wed, 30 Nov 2011 20:35:57 +0000 (20:35 +0000)]
Fixed ST_AsRaster to duplicate exactly the attributes of a reference raster.
Associated ticket is #1336.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8263
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Zwarg [Wed, 30 Nov 2011 19:26:34 +0000 (19:26 +0000)]
Added helper user functions for common MapAlgebra operations: Min, Max, Mean, Range. #1318
git-svn-id: http://svn.osgeo.org/postgis/trunk@8262
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Zwarg [Wed, 30 Nov 2011 16:45:54 +0000 (16:45 +0000)]
Updated tests for 'dog-ate-my-homework' test. Expanded comments and elaborated on complex conditionals in ST_MapAlgebraFctNgb
git-svn-id: http://svn.osgeo.org/postgis/trunk@8261
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Zwarg [Wed, 30 Nov 2011 14:51:33 +0000 (14:51 +0000)]
Added additional tests for ST_MapAlgebraFctNgb, changed string compare on nodatamode to !=
git-svn-id: http://svn.osgeo.org/postgis/trunk@8260
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Tue, 29 Nov 2011 23:25:49 +0000 (23:25 +0000)]
In preparation of turning the table raster_columns into a view, refactored ST_BandMetadata to have the bandnum parameter be variadic. Fleshed out regression tests for ST_BandMetadata.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8259
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 29 Nov 2011 20:30:36 +0000 (20:30 +0000)]
Ignore more generated files
git-svn-id: http://svn.osgeo.org/postgis/trunk@8258
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 29 Nov 2011 20:22:40 +0000 (20:22 +0000)]
ST_AddPoint returns incorrect result on Linux (#1335) from roualt
git-svn-id: http://svn.osgeo.org/postgis/trunk@8257
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Tue, 29 Nov 2011 16:57:52 +0000 (16:57 +0000)]
Replaced the summarystatsstate type with the summarystats type to avoid defining a new type.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8256
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Tue, 29 Nov 2011 16:34:48 +0000 (16:34 +0000)]
Changed the note at the beginning of the file when the function is now implemented in C.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8255
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Tue, 29 Nov 2011 16:20:06 +0000 (16:20 +0000)]
Some more useful functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@8254
b70326c6 -7e19-0410-871a-
916f4a2858ee
Pierre Racine [Tue, 29 Nov 2011 16:15:25 +0000 (16:15 +0000)]
Added some plpgsql functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@8253
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 29 Nov 2011 08:49:06 +0000 (08:49 +0000)]
Fix for #1310
git-svn-id: http://svn.osgeo.org/postgis/trunk@8252
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 28 Nov 2011 13:36:52 +0000 (13:36 +0000)]
Note: libxml2 dependency of ST_Geom*ML functions and ref back to configuration section. Also put in missing --with-xml2config flag in installion_configuration section
git-svn-id: http://svn.osgeo.org/postgis/trunk@8251
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Nov 2011 21:17:59 +0000 (21:17 +0000)]
put a firmer sorta date in the sand
git-svn-id: http://svn.osgeo.org/postgis/trunk@8250
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Nov 2011 21:16:12 +0000 (21:16 +0000)]
more credit cleanup -- add people I missed, fix some minor typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@8249
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sat, 26 Nov 2011 06:07:16 +0000 (06:07 +0000)]
ST_AsSVG kills whole postgres server when fails (#1028)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8246
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Nov 2011 05:25:41 +0000 (05:25 +0000)]
update credits to include hard-core testers
git-svn-id: http://svn.osgeo.org/postgis/trunk@8244
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sat, 26 Nov 2011 05:04:27 +0000 (05:04 +0000)]
Revert per #1246
git-svn-id: http://svn.osgeo.org/postgis/trunk@8243
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 25 Nov 2011 11:54:34 +0000 (11:54 +0000)]
remove more obsolete protos in docs and up extension alpha version numbers
git-svn-id: http://svn.osgeo.org/postgis/trunk@8242
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 25 Nov 2011 11:49:07 +0000 (11:49 +0000)]
remove more protos that have been removed and replaced with default args
git-svn-id: http://svn.osgeo.org/postgis/trunk@8241
b70326c6 -7e19-0410-871a-
916f4a2858ee