[postgis-tickets] [PostGIS] #2828: Speed up ST_Envelope
PostGIS
trac at osgeo.org
Tue Jul 8 10:15:41 PDT 2014
#2828: Speed up ST_Envelope
-------------------------+--------------------------------------------------
Reporter: strk | Owner: dustymugs
Type: enhancement | Status: new
Priority: medium | Milestone:
Component: raster | Version: 2.1.x
Keywords: |
-------------------------+--------------------------------------------------
I noticed that ST_Envelope(rast) is implemented as
ST_Envelope(ST_ConvexHull(rast)).
I'm not sure if that's necessary.
Ideally ST_Envelope should be able to give a response by only looking at
the raster header, without even fully detoasting the raster.
See #2822
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2828>
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