cityofaustin / atd-dockless-processing

Python scripts for dockless mobility data ETL
4 stars 0 forks source link

handle empty routes and support basic auth #3

Closed johnclary closed 5 years ago

johnclary commented 5 years ago

Address two requirements for bringing on another provider.

  1. An issue arose in which a route object was present in the data but did not contain any features. this creates a problem when we try to extract the start/end points of the trip. we handle that by setting the start/end points to (0, 0), which is how we were already handling trips with a missing route object.

  2. Support for basic HTTP auth