Metadata-Version: 2.1
Name: coastpy
Version: 0.1.3
Summary: Python tools for cloud-native coastal analytics.
License: MIT
Author: Floris Calkoen
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: affine (>=2.4.0)
Requires-Dist: dask (>=2024.5.2)
Requires-Dist: dask-geopandas (>=0.3.1)
Requires-Dist: duckdb (>=1.0.0)
Requires-Dist: mercantile (>=1.2.1)
Requires-Dist: numpy (>=1.22)
Requires-Dist: pyarrow (>=16.1.0)
Requires-Dist: pyproj (>=3.3)
Requires-Dist: pystac (>=1.10.1)
Requires-Dist: python-dotenv (>=1.0.1)
Requires-Dist: rasterio (>=1.3)
Requires-Dist: rioxarray (>=0.15.6)
Requires-Dist: shapely (>=2.0.0)
Requires-Dist: stac-geoparquet (>=0.5.1)
Requires-Dist: xarray (>=2022.3.0)
Description-Content-Type: text/markdown

# CoastPy

Python tools for cloud-native coastal analytics.

## Installation

```bash
$ pip install coastpy
```

## Usage

```bash
git clone https://floriscalkoen/coastpy.git
cd coastpy
mamba env create -f environment.yml
jupyter lab
```

#### To cite:

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`coastpy` was created by Floris Calkoen. The software is licensed under the terms of the
MIT license. Data licenses can be found in the respective STAC collection. 

## Credits

`coastpy` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

