h3ron-ndarray 0.7.0

Integration with the ndarray crate to generate H3 data from raster data (using gdal, ...)
Documentation
[[bench]]
harness = false
name = "convert_dataset_r"
[dependencies.geo-types]
version = "^0.6"

[dependencies.h3ron]
version = "0.7.0"

[dependencies.log]
version = "^0.4"

[dependencies.ndarray]
features = ["rayon"]
version = "^0.14"

[dependencies.rayon]
version = "^1.5"
[dev-dependencies.approx]
version = "^0.4"

[dev-dependencies.criterion]
version = "^0.3"

[dev-dependencies.env_logger]
version = "^0.8"

[dev-dependencies.gdal]
features = ["array"]
version = "^0.7"

[package]
authors = ["Nico Mandery <nico@nmandery.net>"]
description = "Integration with the ndarray crate to generate H3 data from raster data (using gdal, ...)"
edition = "2018"
homepage = "https://github.com/nmandery/h3ron"
keywords = ["geo", "spatial", "h3", "ndarray"]
license = "MIT"
name = "h3ron-ndarray"
readme = "../README.md"
repository = "https://github.com/nmandery/h3ron"
version = "0.7.0"