Update Protected Areas authored by Bart Arendarczyk's avatar Bart Arendarczyk
......@@ -4,7 +4,7 @@ Protected areas (PAs) are initialized from [WDPA](https://www.protectedplanet.ne
PAs can be restricted to natural land (land sparing) or allow managed land (land sharing). For land sharing, intensity limits can be applied to cropland and pasture (fertilizer, irrigation, other), and timber forest (rotation intensity).
# Parameters
## Updating PAs
### Updating PAs
FORCE_PROTECTED_AREAS: update protected areas at runtime? (boolean)
FORCED_PROTECTED_AREAS_FILE: target PA file (String)
......@@ -17,7 +17,7 @@ LC_PROTECTION_PRIORITY: the order in which land cover is protected when PA is in
RESTRICT_PROTECTED_LAND_CONVERSION_FOR: these land cover types cannot be converted within PAs (String)
## Land sharing
### Land sharing
ENABLE_LAND_SHARING: allow managed land in PAs? (boolean)
PROTECTED_CROPLAND_FERTILISER_LIMIT: maximum fertilizer applied (double) [0, 1]
......
......