Opened 18 years ago

Closed 17 years ago

#1092 closed enhancement (fixed)

topology validation

Reported by: bud@… Owned by: warmerdam
Priority: high Milestone: 1.5.0
Component: OGR_SF Version: unspecified
Severity: minor Keywords:
Cc:

Description (last modified by hobu)

It would be nice to add topology validation (like JTS's IsValidOp(geom))for a
single geometry in OGR and ogr.py.  For instance, polygons are not
self-intersecting, no zero-length edges, etc.

Change History (2)

comment:1 by bud@…, 18 years ago

Jump (using JTS) has the following functionality that probably would also be
present in GEOS?:

* basic topology
* repeated consecutive points
* polygon orientation
* minimal segment length
* minimal angle
* minimal polygon area
* only selected geometry types

comment:2 by hobu, 17 years ago

Description: modified (diff)
Milestone: 1.5.0
Resolution: fixed
Status: newclosed

IsValid, IsRing, and IsSimple GEOS methods added in #1871

Note: See TracTickets for help on using tickets.