This repo serves two functions:
- Generate STACs for all public Overture releases
- To generate download manifests for the explore site.
python3 gen-all-release-stac.py`
This will generate a complete catalog for the last 5 public releases (trial) at the public_releases
directory.
Same as above, but instead you will modify / run the gen-explore-site-manifest.py
script instead.
The manifest is stored in a file called {release_version}.json
when done.
To enter the venv:
cd to the base dir.
virtualenv -p python3 . source bin/activate python3 ./gen-manifest.py
Then pip install any modules you're missing.
To exit the venv:
deactivate