[PostGIS] #5750: Overestimated extent from ST_EstimatedExtent result for geography column
PostGIS
trac at osgeo.org
Sun Jun 23 14:08:00 PDT 2024
#5750: Overestimated extent from ST_EstimatedExtent result for geography column
----------------------+-------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS Fund Me
Component: postgis | Version: master
Resolution: | Keywords: extent, geography
----------------------+-------------------------------
Comment (by pramsey):
If anyone wants to pursue this, the work is not in the stats box or index
box, those are coming out of the routine just fine, it's
`gbox_geocentric_get_gbox_cartesian` converting those geocentric bounding
volumes into a planar lon/lat box that does justice (covers) to the shapes
in the original geocentric extent.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5750#comment:3>
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