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

[![Rust CI](https://github.com/EOPF-DGGS/healpix-geo/actions/workflows/rust-ci.yml/badge.svg)](https://github.com/EOPF-DGGS/healpix-geo/actions/workflows/rust-ci.yml)
[![Python CI](https://github.com/EOPF-DGGS/healpix-geo/actions/workflows/python-ci.yml/badge.svg)](https://github.com/EOPF-DGGS/healpix-geo/actions/workflows/python-ci.yml)
[![Docs](https://readthedocs.org/projects/healpix-geo/badge/?version=latest)](https://healpix-geo.readthedocs.io/)
[![Formatted with black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![Available on pypi](https://img.shields.io/pypi/v/healpix-geo.svg)](https://pypi.python.org/pypi/healpix-geo/)
[![PyPI Downloads](https://pepy.tech/badge/healpix-geo)](https://pepy.tech/projects/healpix-geo)
[![conda-forge](https://anaconda.org/conda-forge/healpix-geo/badges/downloads.svg)](https://anaconda.org/conda-forge/healpix-geo)
[![DOI](https://zenodo.org/badge/930370213.svg)](https://zenodo.org/badge/latestdoi/930370213)

# `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).

