[postgis-tickets] [PostGIS] #472: Missing ST_IsValid for Geography Types

PostGIS trac at osgeo.org
Thu Feb 4 04:32:20 PST 2021


#472: Missing ST_IsValid for Geography Types
--------------------------+-----------------------------
  Reporter:  rfcmedia     |      Owner:  pramsey
      Type:  enhancement  |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS Fund Me
 Component:  postgis      |    Version:  master
Resolution:               |   Keywords:
--------------------------+-----------------------------

Comment (by komzpa):

 Best way would be to get your idea of validity tolerance threshold,
 ST_Segmentize on that and check validity. I.e, select
 ST_IsValid(ST_Segmentize(geog::geography, 1000)::geometry) will get you an
 guarantee that there is no issue that's huger than 1000m in geography.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/472#comment:6>
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