
Predictors used in distribution models for riparian focal species
Source:R/predictors_riparian.R
predictors_riparian.RdPredictor names and how they crosswalk to the major land cover classes and
subclasses listed in the vegetation key. Land cover classes with a 1 in
the RIPARIAN or WETLAND fields indicate they should be included in
additional predictors representing the proportion cover of those broader
vegetation classes. This data set is primarily for use in the
classify_landcover() function.
Format
predictors_riparian A data frame with 81 rows and 7 columns:
- CODE_NUM
Numeric value used to encode rasters, matching
key- CODE_NAME
Text string joining major land cover classes to subclasses with a '_', matching
key- PREDICTOR_NAME
Corresponding predictor name in tidal marsh bird distribution models
- PREDICTOR_NUM
Corresponding numeric value used to reclassify land cover rasters for use with tidal marsh bird distribution models
- RIPARIAN
Additional predictor grouping riparian subclasses together; 1 indicates the included subclasses
- WETLAND
Additional predictor grouping wetland subclasses together; 1 indicates the included subclasses
- NOTES
See Details
Details
The NOTES field provides additional information on vegetation classes that
were ultimately excluded from model predictions and can be safely ignored
(i.e. the WOODLAND&SCRUB class), as well as notes on more specific
vegetation types from the original source classifications that were excluded
from the predictor when these models were first developed.
Caution: For riparian landbird SDMs, use of classify_landcover.SpatRaster()
on a raster developed from the primary land cover classifications produced by
classify_landcover.sf() cannot be completely consistent with the original
classification scheme used to develop these models because of the minor
exceptions detailed in the NOTES field. We recommend instead creating a
raster directly based on the PREDICTORS_RIPARIAN field produced by
classify_landcover.sf().