Skip to content

Latest commit

 

History

History

h3ron-ndarray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.