#26455: Add lookups and database functions to check for valid geometries and
repairing them.
-------------------------+-------------------------------------------------
     Reporter:           |      Owner:  yellowcap
  yellowcap              |
         Type:  New      |     Status:  new
  feature                |
    Component:  GIS      |    Version:  1.9
     Severity:  Normal   |   Keywords:  isvalid, makevalid, valid, geometry
 Triage Stage:           |  Has patch:  1
  Unreviewed             |
Easy pickings:  0        |      UI/UX:  0
-------------------------+-------------------------------------------------
 There are many data sources that come with geometries that are not valid,
 and clipping or intersecting functions may lead to invalid geometries
 sometimes. At the same time, geographic operations often require valid
 input.

 The python geometries in GeoDjango have a ``valid`` property, but the same
 property is not available during database queries.

 To avoid errors during geoprocessing on large datasets the database side,
 it can be essential to be able to filter valid geometries and possibly
 repair them as well.

--
Ticket URL: <https://code.djangoproject.com/ticket/26455>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.411843b90f49a0599f49f907ecc2ca87%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to