Metadata-Version: 2.3
Name: canvod-grids
Version: 0.2.1
Summary: Equal-area hemispheric grid operations for GNSS-Transmissometry
Author: Nicolas François Bader
Author-email: Nicolas François Bader <nicolas.bader@geo.tuwien.ac.at>
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy>=1.26.0
Requires-Dist: xarray>=2024.1.0
Requires-Dist: pandas>=2.1.0
Requires-Dist: dask>=2024.1.0
Requires-Dist: polars>=1.0.0
Requires-Dist: loguru>=0.7.0
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: astropy>=6.0.0
Requires-Dist: numba>=0.59.0
Requires-Dist: tqdm>=4.66.0
Requires-Dist: scipy>=1.11.0
Maintainer: Climate and Environmental Remote Sensing (CLIMERS)
Maintainer-email: Climate and Environmental Remote Sensing (CLIMERS) <nicolas.bader@geo.tuwien.ac.at>
Requires-Python: >=3.14
Project-URL: Homepage, https://github.com/nfb2021/canvodpy
Project-URL: Documentation, https://nfb2021.github.io/canvodpy/packages/grids/overview/
Project-URL: Repository, https://github.com/nfb2021/canvodpy
Project-URL: Issues, https://github.com/nfb2021/canvodpy/issues
Description-Content-Type: text/markdown

# canvod-grids

HEALPix and hemispheric grid operations

Part of the [canVODpy](https://github.com/nfb2021/canvodpy) ecosystem.

## Installation

```bash
uv pip install canvod-grids
```

## Usage

```python
from canvod.grids import ...
```

## Documentation

[Centralized documentation](../../docs/packages/grids/overview.md)

## Development

See the [main repository README](../../README.md) for workspace development setup.

## License

Apache License 2.0

## Author & Affiliation

**Nicolas François Bader**
Climate and Environmental Remote Sensing Research Unit (CLIMERS)
Department of Geodesy and Geoinformation
TU Wien (Vienna University of Technology)
Email: nicolas.bader@geo.tuwien.ac.at
[https://www.tuwien.at/en/mg/geo/climers](https://www.tuwien.at/en/mg/geo/climers)
