dschmidt-sig

Results 1 comments of dschmidt-sig

Here's a hacky but simple Python-only solution that worked for me: 1. `$ git clone --recurse-submodules https://github.com/USDAForestService/ForestVegetationSimulator.git` 2. update `base_dir` and run the following ``` import os from glob import...