Docs.rs
raster-tools-0.8.0
raster-tools 0.8.0
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Repository
crates.io
Source
Owners
rmanoka
Dependencies
Inflector ^0.11.4
normal
anyhow ^1.0.52
normal
clap ^2.34.0
normal
gdal ^0.14
normal
gdal-sys ^0.8
normal
geo ^0.23.1
normal
indicatif ^0.13.0
normal
memmap ^0.7.0
normal
nalgebra ^0.31.4
normal
ndarray ^0.15.4
normal
rasters ^0.8.0
normal
rayon ^1.5.1
normal
serde ^1.0.133
normal
serde_cbor ^0.11.2
normal
serde_derive ^1.0.133
normal
serde_json ^1.0.74
normal
spade ^1.8.2
normal
rand ^0.4.6
dev
tempdir ^0.3.7
dev
Versions
7.69%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
raster_
tools
0.8.0
All Items
Crate Items
Modules
Macros
Type Aliases
Crate
raster_tools
Copy item path
Source
Re-exports
§
pub use
proc
::*;
Modules
§
cli
proc
utils
Utilities to create, read and write raster datasets.
Macros
§
arg
args_
parser
async_
main
opt
sync_
main
Type Aliases
§
Chunk
Error
The error type returned by this crate. Currently this is a synonym for
anyhow::Error
.
Result
The
Result
type returned by this crate.