An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# prithvi_precip

[![Tests](https://github.com/simonpf/prithvi_precip/workflows/Tests/badge.svg)](https://github.com/simonpf/prithvi_precip/actions)
[![codecov](https://codecov.io/gh/simonpf/prithvi_precip/branch/main/graph/badge.svg)](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/
```