Sadless74 / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

validate stop_latitude and lng are in format -?[1-9]\d+\.\d+ #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
today anything that python's float() accepts is okay. I'll need to check
what float formats existing feeds are using before adding this warning or
it might annoy people.

Original issue reported on code.google.com by tom.brow...@gmail.com on 26 Jul 2008 at 2:21

GoogleCodeExporter commented 9 years ago
If it looks like this will be added to the validator it should also be passed by
gtfs-changes and added to the spec.

Original comment by tom.brow...@gmail.com on 26 Jul 2008 at 2:24

GoogleCodeExporter commented 9 years ago
Revision 916 checks that lat lon are in the format [+-]?\d+(\.\d+)?

Original comment by tom.brow...@gmail.com on 12 Nov 2008 at 12:42