[postgis-tickets] [PostGIS] #3501: [raster] add raster constraint max extent exceeds array size limit
PostGIS
trac at osgeo.org
Sun Nov 20 19:27:42 PST 2016
#3501: [raster] add raster constraint max extent exceeds array size limit
------------------------+---------------------------
Reporter: hypostase | Owner: dustymugs
Type: defect | Status: reopened
Priority: medium | Milestone: PostGIS 2.2.3
Component: raster | Version: 2.2.x
Resolution: | Keywords:
------------------------+---------------------------
Comment (by robe):
avernar,
Thanks for the thorough testing. Saves me work of having to benchmark.
I'm surprised ST_Collect is better than ST_Union.
Anyrate this all looks good except I think we should avoid the
ST_Transform. The reason is that the intersection checks require the
geometries to be in the same spatial ref so would fail when acutally
checked.
In the case of multiple SRIDS, I think the Extent constraint should just
be chucked as it's bound to do more damage than good.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3501#comment:10>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list