Skip to content

Subregion Config

smorken edited this page Apr 16, 2018 · 2 revisions

Subregion Config

Description

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.

Example

This example shows only 2 of the many TSAs that compose the BC project for brevity.

[
  {
    "Name": "Arrow",
    "Region_Number": 1,
    "PathName": "TSA_1_Arrow",
    "ClipFeatureFilter": "\"TSA_NUMBER\" = 'Arrow TSA'",
    "InventoryName": "tsa1",
    "FutureScenarioZip": "tsa01_distout.zip"
  },
  {
    "Name": "Boundary",
    "Region_Number": 2,
    "PathName": "TSA_2_Boundary",
    "ClipFeatureFilter": "\"TSA_NUMBER\" = 'Boundary TSA'",
    "InventoryName": "tsa2",
    "FutureScenarioZip": "tsa02_distout.zip"
  }
]

Clone this wiki locally