h3ron-ndarray

Crates.ioh3ron-ndarray
lib.rsh3ron-ndarray
version0.18.0
sourcesrc
created_at2021-01-09 19:07:30.647313
updated_at2023-12-16 19:26:58.41439
descriptionIntegration with the ndarray crate to generate H3 cells from raster data (using gdal, ...)
homepagehttps://github.com/nmandery/h3ron
repositoryhttps://github.com/nmandery/h3ron
max_upload_size
id336990
size70,257
Nico Mandery (nmandery)

documentation

README

h3ron-ndarray

Latest Version Documentation

Integration with the ndarray crate to generate H3 data from raster data (using gdal, ...)

Changelog

This library is in parts parallelized using rayon. The number of threads can be controlled as described in the rayon FAQ

Maintenance status

In january 2023 the h3o library - a port of H3 to rust - has been released. This brings many benefits including type safety, compilation to WASM and performance improvements (example: issue comparing raster to h3 conversion).

A port of this library using h3o instead of the H3 library exists here: rasterh3. A benchmark comparing these two implementations is available here.

Commit count: 498

cargo fmt