Skip to content

kunstler/laselva

Repository files navigation

laselva

R-check codecov

Access to Global Forest Inventory Data

Docs: https://docs.ropensci.org/laselva/

Please cite laselva if you use it in a paper: citation(package = 'laselva')

Data sources

  • French IGN Institut National de L'Information Geographique et Forestiere. Need to be updated to work from downloaded zip data
  • Spain
  • Species Presence absence from NFI and other European plots Scientific Data paper, dataset
  • Australian plots Ecology paper, dataset
  • United States Forest Inventory and Analysis (FIA)
  • Japan Ministry of the Environment, Monitoring Sites 1000 Project, description

System Dependencies

If you want to get Spanish data, you'll need a system dependency called mdbtools. mdbtools is not required for any other functions. Installation for major platforms:

  • macos: brew install mdbtools
  • deb: apt-get install mdbtools
  • fedora: yum install mdbtools
  • windows: not sure, anyone?

Install

remotes::install_github("kunstler/laselva")
library("laselva")

The emld R package is required for EML metadata access in ls_fetch_jpn(). If you don't have it installed we'll just return an empty list

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for laselva in R doing citation(package = 'laselva')
  • Please note that this project is released with a Contributor Code of Conduct By participating in this project you agree to abide by its terms.

ropensci_footer