Crate rasterh3

Source
Expand description

§rasterh3

Latest Version Documentation

Convert raster data to H3 cells.

Port of h3ron-ndarray from using the h3ron (binding to the official C implementation) to the rust port h3o. Optional rayon-support using the rayon feature.

Changelog

§Example

See the included h3ify_r_tiff.rs for an example how to convert a GeoTIFF read using GDAL.

§License

MIT

Modules§

sphere
transform

Structs§

CellCoverage
A container for cells covering an area.
H3Converter
Converts a two-dimensional ndarray::ArrayView2 to H3 cells.

Enums§

AxisOrder
The order of the axis in the two-dimensional array
Error
ResolutionSearchMode

Traits§

ArrayValue