This repo is used to run the OCF-ATI cloudcasting model live in production and meausure its performance. The model takes previous frames of EUMETSAT satellite images and forecasts the future frames to come.
This repo contains two different packages:
cloudcasting_inference: Used to run inferencecloudcasting_metrics: Used to score the predictions against ground truth
Both packages will be installed simultaneously using:
git clone https://github.com/openclimatefix/cloudcasting-app
cd cloudcasting-app
pip install .See the READMEs in src/cloudcasting_inference and src/cloudcasting_metrics.
The test suite is via pytest and can be run from command line using:
pytest
This will run tests for both packages.
Part of the Open Climate Fix community.
