Skip to content

Update gcbm config

Scott Morken edited this page Apr 16, 2018 · 1 revision

runupdategcbmconfig.py

this command line tool works, but will likely change soon

Non Standard Python Dependencies

none

Description

Generates GCBM configuration for each scenario specified in the futureConfig

Args

  • pathRegistry - specifies various input and output paths for the process
  • futureConfig - configuration for future scenarios
  • subRegionConfig - sub region specific data
  • subRegionNames - optional comma delimited string specifying subregion names to process. Names are defined in subregion config

example command

python ..\runupdategcbmconfig.py --pathRegistry .\pathRegistry.json --futureConfig .\futureConfig.json --subRegionConfig .\subRegionConfig.json --subRegionNames "Boundary"

Clone this wiki locally