This project contains bits and pieces to help migrate data to v4 of the LDA schema. The code here builds on ideas from lakeland-data-munging
- Grab a copy of the latest release tarball
- Unpack somewhere on your python path
- In a virtual environment of your choice:
pip install path/to/dist/gzip
- Do what you're gonna do
For an example of using these tools, see this gist.
Set up requires poetry for now
- Clone the repository
poetry install
To create a new release package: poetry build
I've been using airtable-export to get fresh copies of the source data. If data updates are needed, MITH Airtable credentials will be useful.