Skip to content

Fetch Forest Inventory data from many countries

License

Notifications You must be signed in to change notification settings

kunstler/laselva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
kunstler
Apr 7, 2021
92d668b · Apr 7, 2021

History

61 Commits
Feb 5, 2021
Jun 30, 2020
Jun 30, 2020
Jun 30, 2020
Jun 30, 2020
Jun 29, 2020
Jun 26, 2020
Jun 29, 2020
Feb 5, 2021
Jun 26, 2020
Jun 27, 2020
Jun 30, 2020
Apr 7, 2021
Apr 7, 2021
Jan 28, 2018

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