Metadata-Version: 2.4
Name: healpix-geo
Version: 0.0.10
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: numpy
Requires-Dist: shapely>=2 ; extra == 'geometries'
Provides-Extra: geometries
License-File: LICENSE
License-Expression: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# `healpix-geo`

This package integrates with `cds-healpix-rust` and `cds-healpix-python` to support specialized algorithms for the geosciences.

## Installation

Get it from `conda-forge` (recommended):

```{sh}
conda install -c conda-forge healpix-geo  # with conda
pixi add healpix-geo  # with pixi
```

Or from PyPI:

```{sh}
pip install healpix-geo  # with pip
uv add healpix-geo  # with uv
```

For more information, see the [documentation](https://healpix-geo.readthedocs.io/en/latest).

