snaspeChile {datana}R Documentation

On the National System of State Protected Wild Areas (SNASPE) of Chile.

Description

Dataset contains the protected wild areas of Chile that are part of the National System of State Protected Wild Areas (SNASPE).

Usage

data(snaspeChile)

Format

Contains the following variables:

unit.id

Number for the unit.

unit

Name of the protected area.

category

Category of the unit. It can be either a National Park, a National Reserve or a Natural Monument.

commune

Name of the commune (the smallest Chilean territorial division) where the unit is located.

province

Province where the comunne is located (one territorial division level above the commune).

region

Region where the province is located (one territorial division level above the province and the biggest Chilean territorial division).

perim.km

Perimeter, in km.

area.ha

Area, in hectares.

area.m2

Area, in m^{2}.

Source

These data is freely available at https://ide.minagri.gob.cl/geoweb/2019/11/21/medio-ambiente/

References

The SNASPE has been created and is currently managed by the National Forest Corporation (CONAF). More information and documentation can be found at https://www.conaf.cl/parques-nacionales/parques-de-chile/

Examples

data(snaspeChile)    
head(snaspeChile) 

[Package datana version 1.0.3 Index]