hackoregon / transportation-backend

Transportation backend repo - 2016 and 2017
8 stars 7 forks source link

Load Street Permits Polygons API into Postgres using Django #12

Closed sanjuroj closed 7 years ago

sanjuroj commented 7 years ago

Copy data from saved json to main polygon model. See the django importer for the CIP Points API for the approach to loading that has been taken so far.

Documentation on APIs can is in this google docs folder.

For now, load the data just once. We will eventually want to regularly import new and updated data from the city APIs, but that will require extra work to ensure we merge the new data with the existing data correctly. For now, we just need a data set in the database so we can create a demo frontend.

sanjuroj commented 7 years ago

If issue #12 is solved, creating a separate loader for this API should be unnecessary.