-
Notifications
You must be signed in to change notification settings - Fork 2
Subregion Config
Scott Morken edited this page May 16, 2018
·
2 revisions
Contains the list of sub-regions that compose a project. For example the BC spatially explicit project is composed of TSA sub-regions.
This configuration is used by many of the pre-processor command line tools, and it defines the subregions that will be processed when running those tools.
This example shows only 2 of the many TSAs that compose the BC project for brevity.
[
{
"SHAScenarios": [
{
"Name": "Base",
"SubDir": [
"BASE",
"tsa01"
]
},
{
"Name": "More",
"SubDir": [
"More",
"tsa01"
]
}
],
"Name": "Arrow",
"InventoryName": "tsa1",
"Region_Number": "1",
"PathName": "TSA_1_Arrow",
"ClipFeatureFilter": "\"TSA_NUMBER\" = 'Arrow TSA'"
},
{
"SHAScenarios": [
{
"Name": "Base",
"SubDir": [
"BASE",
"tsa02"
]
},
{
"Name": "More",
"SubDir": [
"More",
"tsa02"
]
}
],
"Name": "Boundary",
"InventoryName": "tsa2",
"Region_Number": "2",
"PathName": "TSA_2_Boundary",
"ClipFeatureFilter": "\"TSA_NUMBER\" = 'Boundary TSA'"
}
]