-
Notifications
You must be signed in to change notification settings - Fork 0
Panelification: Progress and Documentation
pscheffknecht-geosphere edited this page Jun 20, 2023
·
5 revisions
Complete:
- Added OPERA accumulated rainfall as data source
- Migrated from Python 2 to Python 3
- Created a Python 3 Conda environment for Panelification
- Tested Conda environment and Panelification on ATOS with consistent results
- Interfaced with DCMDB to access DEODE case data
- Code cleanup, comments
- Adaptive panel scaling to accomodate different aspect ratios of the maps without breaking the layout or covering parts of the precipitation fields with score and FSS plots
- Code published: https://github.com/pscheffknecht-geosphere/panelification
TODO
- Documentation
- Move verification subdomain definition into regions.py
- Clean up model_parameters.py and move some of the stuff to a location that makes more sense
Future Plans
- OPERA Data currently needs to be ordered and copied manually, an interface is being worked on but will take time.
Will be provided as soon as the tool is published.