Crates.io | fi_forestry |
lib.rs | fi_forestry |
version | 0.1.3-alpha |
source | src |
created_at | 2024-11-03 02:49:51.220425 |
updated_at | 2024-11-04 01:33:47.309256 |
description | GIS functions and projections for handling forestry data from finland |
homepage | |
repository | |
max_upload_size | |
id | 1433356 |
size | 37,768,091 |
fi_forestry
is an open-source Rust library designed for efficient forestry data processing. It provides tools for creating data structures for forest stands from finnish XML files and allows for various GIS-based spatial data operations.
To include fi_forestry
in your Rust project, add the following line to your Cargo.toml
:
[dependencies]
fi_forestry = "0.1.3" # replace with the latest version
let property = ForestPropertyData::from_xml_file("forestpropertydata.xml");