Crates.io | erdy |
lib.rs | erdy |
version | 0.1.3 |
source | src |
created_at | 2024-08-20 17:23:05.483452 |
updated_at | 2024-08-20 17:23:05.483452 |
description | TBD |
homepage | |
repository | https://github.com/lnicola/erdy |
max_upload_size | |
id | 1345527 |
size | 95,442 |
erdy
A collection of useful GIS tools, implemented with a focus on performance.
Based on GDAL, using tiled input images is recommended.
sample-extraction
Takes an image and a set of points and extracts a table of the corresponding pixel values from that image.
Install GDAL, Rust and run cargo run --release
.
docker pull docker.io/lnicola/erdy