Metadata-Version: 2.1
Name: satip
Version: 2.3.0
Summary: Satip provides the functionality necessary for retrieving, and storing EUMETSAT data
Home-page: UNKNOWN
Author: Jacob Bieker, Ayrton Bourn
Author-email: info@openclimatefix.org
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.19.4)
Requires-Dist: pandas (>=1.1.4)
Requires-Dist: requests
Requires-Dist: fsspec
Requires-Dist: satpy[seviri_l2_grib] (>=0.30.1)
Requires-Dist: zarr
Requires-Dist: xarray
Requires-Dist: bottleneck
Requires-Dist: tqdm

# Satip

[![PyPI version](https://badge.fury.io/py/satip.svg)](https://badge.fury.io/py/satip)

> Satip is a library for <b>sat</b>ellite <b>i</b>mage <b>p</b>rocessing, and provides all of the functionality necessary for retrieving, and storing EUMETSAT data

<br>

### Installation

To install the `satip` library please run:

```bash
pip install satip
```

Or if you're working in the development environment you can run the following from the directory root:

```bash
pip install -e .
```


