This repo is used to run the OCF-ATI cloudcasting model live in production. This model takes previous frames of EUMETSAT satellite images and forecasts the future frames to come.
The repo associated with training the models run here is https://github.com/openclimatefix/sat_pred
The model checkpoints are hosted at: https://huggingface.co/openclimatefix/cloudcasting_uk
git clone https://github.com/openclimatefix/cloudcasting-app
cd cloudcasting-app
pip install .
It is possbile to run the app locally by setting the required environment variables listed at the top of the app, these should point to the relevant paths for loading satellite data and saving predicitons.
The test suite is via pytest and can be run from command line using
pytest
- PR's are welcome! See the Organisation Profile for details on contributing
- Find out about our other projects in the here
- Check out the OCF blog for updates
- Follow OCF on LinkedIn
Part of the Open Climate Fix community.