#29239: GEOSGeometry treats WKB and WKT input differently (former fails)
----------------------------+----------------------------------------
     Reporter:  MatBurnham  |                    Owner:  Jani Tiainen
         Type:  Bug         |                   Status:  assigned
    Component:  GIS         |                  Version:  2.0
     Severity:  Normal      |               Resolution:
     Keywords:              |             Triage Stage:  Unreviewed
    Has patch:  0           |      Needs documentation:  0
  Needs tests:  0           |  Patch needs improvement:  0
Easy pickings:  0           |                    UI/UX:  0
----------------------------+----------------------------------------
Changes (by Jani Tiainen):

 * owner:  nobody => Jani Tiainen
 * status:  new => assigned


Comment:

 Django passes geometries to GEOS library so error originates from there.

 Now few notes about WKT geometry is it XYZM geometry since it seems to
 contain 4 values per point?

 Django supports only 3D geometries so you may lose data here. Also tried
 to decode WKB but from the quick look it looked like WKB from postgis
 (because AFAIK it uses geos as well as underlying library).

 Few points from geometry.
 {{{
 -0.45747735963738   51.4742768635629 0 -1.79769313486232e+308,
 -0.457470821752906 51.474364454451   0 -1.79769313486232e+308,
 }}}

 Version of installed GEOS libraries would be useful information here.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29239#comment:3>
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/068.25ac1af04af5ad6ec95084e8c454ae3d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to