johnbrussell / gtfs_parser

0 stars 0 forks source link

Stop locations includes stops not within analysis parameters #12

Open johnbrussell opened 4 years ago

johnbrussell commented 4 years ago

https://github.com/johnbrussell/gtfs_parser/blob/aac0691d1cef389ec7c5090c98f6883e76f93a48/gtfs_parsing/read_data/read_stops.py#L23

Similar to #11, stops not served by any routes on the service dates within the analysis are returned from this function.

Additionally, this function blows up if the latitude or longitude is blank. That shouldn't happen.