README.md

vinv-R

This package imports, validates and makes .vinv (forestry virtual inventory) files readable.

Install

Make shure devtools package is installed.

install.packages("devtools")

Load the devtools package.

library(devtools)

Install the vinv-R package.

install_github("vinv-group/vinv-R")

Use

library(vinvSchema)

vinv <- vinvSchema::import('path/to/your/inventory.vinv', pretty = TRUE)

print(vinv$inventory$tree_status)
# list of trees

Example

You can find example applications and scripts in the ./examples folder.

  1. Demo application for validation .vinv using vinv-R, displaying forest inventory data and do basic analysis.

Contribute

You like forest, forest inventory and data? Get involved and drive the development, it's free!

  1. If you like vinv, start this repository
  2. Join the vinv-group's Slack Workspace
  3. 💚

Issues

You can create feature requests or bug reports via an issue.

We appreciate it.

License

MIT



vinv-group/vinv-R documentation built on Dec. 23, 2021, 4:04 p.m.