
- Dataset Availability
- 2010-01-01T00:00:00 - 2010-12-31T00:00:00
- Dataset Provider
- U.S. Department of Agriculture's (USDA) U.S. Forest Service (USFS), U.S. Department of the Interior's Geological Survey (USGS), and The Nature Conservancy.
- Earth Engine Snippet
-
ee.ImageCollection("LANDFIRE/Fire/PMS/v1_2_0")
Sign up for Earth Engine
Earth Engine is free to use for research, education, and nonprofit use.
To access this dataset in Earth Engine, please sign up for Earth Engine then return to this page.
- Tags
Description
LANDFIRE (LF), Landscape Fire and Resource Management Planning Tools, is a shared program between the wildland fire management programs of the U.S. Department of Agriculture's Forest Service, U.S. Department of the Interior's Geological Survey, and The Nature Conservancy.
Landfire (LF) Historical fire regimes, intervals, and vegetation conditions are mapped using the Vegetation Dynamics Development Tool (VDDT). These data support fire and landscape management planning goals in the National Cohesive Wildland Fire Management Strategy, the Federal Wildland Fire Management Policy, and the Healthy Forests Restoration Act.
The Percent of Mixed-severity Fire (PMS) layer quantifies the amount of mixed-severity fires relative to low- and replacement-severity fires under the presumed historical fire regime. Mixed severity is defined as between 25 and 75 percent average top-kill within a typical fire perimeter for a given vegetation type. PMS was derived from the vegetation and disturbance dynamics model VDDT (Vegetation Dynamics Development Tool) (LF 1.0.0 CONUS only used the vegetation and disturbance dynamics model LANDSUM). This layer is intended to describe one component of historical fire regime characteristics in the context of the broader historical time period represented by the LANDFIRE (LF) Biophysical Settings (BPS) layer and BPS Model documentation. This layer is created by linking the BPS Group attribute in the BPS layer with the Refresh Model Tracker (RMT) data and assigning the PMS attribute. This geospatial product should display a reasonable approximation of PMS, as documented in the RMT. PMS is used in landscape assessments.
The LANDIFRE Fire datasets include:
Bands
Resolution
30 meters
Bands
Name | Description |
---|---|
PMS |
Percent of Mixed-severity Fire |
PMS Class Table
Value | Color | Description |
---|---|---|
1 | 008200 | 0-5% |
2 | 138f00 | 6-10% |
3 | 229c00 | 11-15% |
4 | 34a600 | 16-20% |
5 | 47b300 | 21-25% |
6 | 66bf00 | 26-30% |
7 | 7ecc00 | 31-35% |
8 | 9bd900 | 36-40% |
9 | b8e600 | 41-45% |
10 | e2f200 | 46-50% |
11 | fffb00 | 51-55% |
12 | fadd00 | 56-60% |
13 | f7c600 | 61-65% |
14 | f5a300 | 66-70% |
15 | f08c00 | 71-75% |
16 | eb7100 | 76-80% |
17 | e85d00 | 81-85% |
18 | e63d00 | 86-90% |
19 | e32a00 | 91-95% |
20 | de1200 | 96-100% |
111 | 0000ff | Water |
112 | c8ffff | Snow / Ice |
131 | 4e4e4e | Barren |
132 | b2b2b2 | Sparsely Vegetated |
133 | e1e1e1 | Indeterminate Fire Regime |
Collection Properties
Collection Properties
Name | Type | Description |
---|---|---|
PMS_classes | DOUBLE | Class values of the Percent of Mixed-severity Fire. |
PMS_names | STRING | Descriptive names of Percent of Mixed-severity Fire. |
Terms of Use
Terms of Use
LANDFIRE data are public domain data with no use restrictions, though if modifications or derivatives of the product(s) are created, then please add some descriptive modifier to the data set to avoid confusion.
Citations
The suggested way to cite LANDFIRE products is specific to each product, so the model for citation is provided, with an example for a particular product. Producer. Year released. Product xxxxx:
- Individual model name.
- BpS Models and Descriptions, Online. LANDFIRE. Washington, DC. U.S. Department of Agriculture, Forest Service
- U.S. Department of the Interior; U.S. Geological Survey; Arlington, VA
- The Nature Conservancy (Producers). Available- URL. Access date.
Example Citation: LANDFIRE Biophysical Settings. 2018. Biophysical setting 14420: South Texas sand sheet grassland. In: LANDFIRE Biophysical Setting Model: Map zone 36, [Online]. In: BpS Models and Descriptions. In: LANDFIRE. Washington, DC: U.S. Department of Agriculture, Forest Service; U.S. Department of the Interior; U.S. Geological Survey; Arlington, VA: The Nature Conservancy (Producers). Available: https://www.landfire.gov/national_veg_models_op2.php [2018, June 27]. Additional guidance on citation of LANDFIRE products can be found here
Explore in Earth Engine
var dataset = ee.ImageCollection('LANDFIRE/Fire/PMS/v1_2_0'); var visualization = { bands: ['PMS'], }; Map.setCenter(-121.671, 40.699, 5); Map.addLayer(dataset, visualization, 'PMS');