Attempting to run the Landsat-8 example script (./scripts/example/l8_cloud.sh') results in a Python errorValueError: Unexpected field model in config file.`
The field 'model' seemed to be extraneous, so I removed it from the config file entirely (along with from its README). That's all.
Attempting to run the Landsat-8 example script (
./scripts/example/l8_cloud.sh') results in a Python error
ValueError: Unexpected field model in config file.`The field 'model' seemed to be extraneous, so I removed it from the config file entirely (along with from its README). That's all.
Thanks for the great framework!