tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

"String or unicode input unrecognized as WKT EWKT, and HEXEWKB" #70

Closed jclgoodwin closed 6 years ago

jclgoodwin commented 6 years ago

stops.txt in https://si.metzmetropole.fr/fiches/opendata/gtfs_current.zip has some lines like this:

10258,TANEU,TANNEURS,,+49.119799,+06.182966,1,

The + sign prevents PostGIS from recognising POINT(+06.182966 +49.119799) as valid input.

jwhitlock commented 6 years ago

Thanks for the bug report. I think this should be a straightforward fix.

jwhitlock commented 6 years ago

With #71 merged, this feed now imports cleanly.

le met