sharedstreets / mobility-metrics

Tools for collecting, processing, and interpreting mobility data using SharedStreets
MIT License
50 stars 17 forks source link

cache geometries for point-aggregated bins #48

Closed morganherlocker closed 5 years ago

morganherlocker commented 5 years ago

Geometries are not currently exposed from the sharedstreets-js lib. Once this is enabled, add these to the geometry cached used in metrics.

morganherlocker commented 5 years ago

🚢 'd

https://github.com/sharedstreets/sharedstreets-mobility-metrics/commit/084e2a057dfc3cb8939d2f85835250c344f36a2e

Availability and On-street now have higher coverage. On-street in particular, sometimes is found on streets with zero trips, which would previously have been dropped. Now we pull the geometries from the shst tileindex and cache them in the metrics geometry blob.