Crates.io | rasterh3 |
lib.rs | rasterh3 |
version | 0.10.0 |
source | src |
created_at | 2023-01-13 19:23:41.294471 |
updated_at | 2024-11-26 19:37:18.783027 |
description | Convert raster data to H3 cells |
homepage | https://github.com/nmandery/rasterh3 |
repository | https://github.com/nmandery/rasterh3.git |
max_upload_size | |
id | 758121 |
size | 168,573 |
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.
See the included h3ify_r_tiff.rs
for an example how to convert a GeoTIFF read using GDAL.
MIT