[PostGIS] #6005: ST_ProjectionBounds(:srid) function
PostGIS
trac at osgeo.org
Fri Jan 30 10:59:24 PST 2026
#6005: ST_ProjectionBounds(:srid) function
--------------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: closed
Priority: medium | Milestone: PostGIS 3.7.0
Component: postgis | Version: master
Resolution: worksforme | Keywords:
--------------------------+---------------------------
Changes (by pramsey):
* resolution: => worksforme
* status: new => closed
Comment:
This exists
{{{
SELECT
st_astext(st_makeenvelope(
st_x(point_sw),
st_y(point_sw),
st_x(point_ne),
st_y(point_ne)))
FROM postgis_srs('epsg', '3005');
}}}
And there is also
{{{
SELECT auth_name, auth_srid,srname
FROM postgis_srs_search('SRID=4326;POINT(-120.3273 50.6745)');
}}}
For searches of "useful" projections given an input object.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6005#comment:1>
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