healpix

Crates.iohealpix
lib.rshealpix
version0.3.2
created_at2025-04-26 02:30:25.335047+00
updated_at2025-06-03 01:21:34.302751+00
descriptionRust implementation of the HEALPix tesselation.
homepage
repositoryhttps://github.com/matt-cornell/healpix-rs/
max_upload_size
id1649808
size565,932
Matthew Cornell (matt-cornell)

documentation

README

HEALPix manipulation

A HEALPix is a way of dividing a sphere such that every point has an equal area. This library gives utilities for working with the NESTED scheme, which is optimal for neighbor checks and subdivision. A good deal of code has been taken from the cdshealpix crate, but the API has been reworked to be cleaner and easier to use.

The majority of the implementation logic was forked from commit 5e58d17 of https://github.com/cds-astro/cds-healpix-rust.git.

Commit count: 35

cargo fmt