Metadata-Version: 2.3
Name: orcestra
Version: 0.0.29
Summary: Tools around the ORCESTRA field campaign
License: MIT
Author: Tobias Kölling
Author-email: tobias.koelling@mpimet.mpg.de
Requires-Python: >=3.10
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp
Requires-Dist: astropy
Requires-Dist: cartopy
Requires-Dist: cmocean
Requires-Dist: easygems (>=0.0.8)
Requires-Dist: flox
Requires-Dist: fsspec
Requires-Dist: geopandas
Requires-Dist: gpxpy
Requires-Dist: healpix
Requires-Dist: intake (<2.0.0)
Requires-Dist: intake-xarray
Requires-Dist: ipfsspec (>=0.5.3)
Requires-Dist: ipywidgets
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyproj
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: sgp4
Requires-Dist: simplekml
Requires-Dist: textalloc
Requires-Dist: topojson
Requires-Dist: xarray
Requires-Dist: zarr
Description-Content-Type: text/markdown

# Python tools for ORCESTRA campaign

## install

The latest released version can be installed using:

```
pip install orcestra
```

## developing

This project uses [ruff](https://github.com/astral-sh/ruff) for code formatting and [pre-commit](https://pre-commit.com/) to run the formatter automatically.

Please ensure that you have `pre-commit` configured locally by running:

```
pre-commit install
```

