Metadata-Version: 2.1
Name: coastpy
Version: 0.1.2
Summary: Python tools for cloud-native coastal analytics.
License: MIT
Author: Floris Calkoen
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: affine (>=2.4.0,<3.0.0)
Requires-Dist: dask (>=2024.5.2,<2025.0.0)
Requires-Dist: dask-geopandas (>=0.3.1,<0.4.0)
Requires-Dist: duckdb (>=1.0.0,<2.0.0)
Requires-Dist: fsspec (>=2024.6.0,<2025.0.0)
Requires-Dist: geopandas (>=0.14.4,<0.15.0)
Requires-Dist: geopy (>=2.4.1,<3.0.0)
Requires-Dist: matplotlib (>=3.8.4,<4.0.0)
Requires-Dist: mercantile (>=1.2.1,<2.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: pyarrow (>=16.1.0,<17.0.0)
Requires-Dist: pyproj (>=3.6.1,<4.0.0)
Requires-Dist: pystac (>=1.10.1,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: rasterio (>=1.3.10,<2.0.0)
Requires-Dist: rioxarray (>=0.15.6,<0.16.0)
Requires-Dist: shapely (>=2.0.4,<3.0.0)
Requires-Dist: stac-geoparquet (>=0.5.1,<0.6.0)
Requires-Dist: xarray (>=2024.6.0,<2025.0.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).

