fd_inventory_spain {forestdata}R Documentation

Download Spanish Forest Inventory

Description

Download the tables and SIG data from the Spanish Forest Inventory

Usage

fd_inventory_spain(
  province,
  ifn = 4,
  database = "field",
  path_metadata = NULL,
  quiet = TRUE
)

Arguments

province

A character string of length 1 with the name of a Spanish province

ifn

Number of Spanish Forest Inventory (from 2 to 4)

database

The name of the database (either 'field' or 'gis')

path_metadata

A character string of length 1 with the path to store the metadata of the selected database. The default path_metadata = NULL does not download the metadata

quiet

If TRUE (the default), suppress status messages, and the progress bar

Details

The IFN2 doesn't have 'gis' data for Asturias, Cantabria and Navarra.

Value

A list with the tables

References

https://www.miteco.gob.es/es/biodiversidad/temas/inventarios-nacionales/inventario-forestal-nacional.html

See Also

[metadata_forestdata] for a list of possible species

Examples


# Download MFE50 for the province of Lugo
lugo_ifn4_lst <- fd_inventory_spain("Lugo")

lugo_ifn3_gis_lst <- fd_inventory_spain("Lugo", ifn = 3, database = "gis")


[Package forestdata version 0.1.0 Index]