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.
Copy data from saved json to main Line 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.