This dataset, `conafchile_pts`, is a data frame containing georeferenced forest fire records and associated characteristics between July 1, 2016, and June 30, 2017. The dataset includes detailed information such as location, administrative codes, fire causes, vegetation affected, and surface area impacted. The data were compiled by CONAF and correspond to forest fires recorded in Chile.
data(conafchile_pts)A data frame with 5,234 observations and 30 variables:
Index of the fire record (integer)
Fire season (character, e.g., "2016-2017")
Region code (integer)
Province code (integer)
Commune code (integer)
Institutional scope (character, e.g., "Conaf")
Fire identification number (numeric)
Name of the fire incident (character)
UTM Easting coordinate (numeric)
UTM Northing coordinate (numeric)
Location of ignition (character)
Initial fuel type (character)
General cause code (numeric)
Specific cause code (character)
Surface with pine (0–10 years old) affected (numeric)
Surface with pine (11–17 years old) affected (numeric)
Surface with pine (18+ years old) affected (numeric)
Surface with eucalyptus affected (numeric)
Surface with other plantations affected (numeric)
Total surface of plantations affected (numeric)
Surface of woodland affected (numeric)
Surface of shrubland affected (numeric)
Surface of grassland affected (numeric)
Total surface of vegetation affected (numeric)
Surface of agricultural land affected (numeric)
Surface of waste material affected (numeric)
Total surface of other land use affected (numeric)
Total affected surface area (numeric)
Longitude or projected coordinate (numeric)
Latitude or projected coordinate (numeric)
The dataset name has been kept as `conafchile_pts` to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the lightsf package and assists users in identifying its specific characteristics. The suffix `pts` indicates that the dataset contains georeferenced point data. The original content has not been modified in any way.