labeledarray 0.4.0

LabeledArray: labeled n-dimensional arrays with spatial-aware helpers for geospatial and scientific workflows.
Documentation
[dependencies.ndarray]
version = "0.15"

[dev-dependencies.csv]
version = "1.1"

[features]
default = ["parallel"]
parallel = ["ndarray/rayon"]

[lib]
name = "labeledarray"
path = "src/lib.rs"

[package]
authors = ["Ben Smith <benjamin@bnjam.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "LabeledArray: labeled n-dimensional arrays with spatial-aware helpers for geospatial and scientific workflows."
documentation = "https://docs.rs/labeledarray"
edition = "2021"
exclude = ["examples/data/*"]
homepage = "https://wayfinder-foundry.org"
include = ["README.md", "LICENSE", "Cargo.toml", "src/**"]
keywords = ["spatial", "ndarray", "geospatial", "scientific-computing", "array"]
license = "MIT"
license-file = "LICENSE"
name = "labeledarray"
readme = "README.md"
repository = "https://github.com/Wayfinder-Foundry/labeledarray"
version = "0.4.0"

[package.metadata.docs.rs]
categories = ["science", "data-structures", "geospatial"]
features = ["default"]