https://github.com/simonpf/prithvi_precip
Precipitation forecasting using the Prithvi-WxC foundation model
https://github.com/simonpf/prithvi_precip
Last synced: 15 days ago
JSON representation
Precipitation forecasting using the Prithvi-WxC foundation model
- Host: GitHub
- URL: https://github.com/simonpf/prithvi_precip
- Owner: simonpf
- Created: 2025-05-19T15:32:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-18T01:38:17.000Z (26 days ago)
- Last Synced: 2026-05-18T03:44:45.083Z (26 days ago)
- Language: Jupyter Notebook
- Size: 23.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prithvi_precip
[](https://github.com/simonpf/prithvi_precip/actions)
[](https://codecov.io/gh/simonpf/prithvi_precip)
Precipitation forecasting using the Prithvi-WxC foundation model.
## Installation
```bash
pip install -e .
```
## Testing
Run tests with:
```bash
pytest
```
Run tests with coverage:
```bash
pytest --cov=prithvi_precip --cov-report=html tests/
```