cityofaustin / atd-micromobility-api

A dockless mobility data API built with Python/Sanic
12 stars 4 forks source link

Use `cell_id` as Key Name for Unique Polygon Identifier #52

Closed johnclary closed 5 years ago

johnclary commented 5 years ago

In switching to census tracts, the unique polygon identifier changed from cell_id to GEOID10. This is a breaking API change, and we intend to use hexbins again in the future. So we should revert to using cell_id as the unique polygon identifier.