#26455: Add lookups and database functions to check for valid geometries and
repairing them.
-------------------------------------+-------------------------------------
     Reporter:  yellowcap            |                    Owner:  yellowcap
         Type:  New feature          |                   Status:  new
    Component:  GIS                  |                  Version:  1.9
     Severity:  Normal               |               Resolution:
     Keywords:  isvalid, makevalid,  |             Triage Stage:
  valid, geometry                    |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by yellowcap):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 Here is the pr: https://github.com/django/django/pull/6412

 I tried to find equivalent functions in the other spatial backends, the
 only function I found was `SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT`. The
 result of this function is an error code for invalid geometries.
 Unfortunately I am not familiar with oracle so I dont know how to use this
 properly.

 https://docs.oracle.com/cd/B28359_01/appdev.111/b28400/sdo_objgeom.htm#BGHFDDBF

--
Ticket URL: <https://code.djangoproject.com/ticket/26455#comment:1>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.f5afc0982a8fbb819d65cda49e51062a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to