Closed floybix closed 4 years ago
Thank you Felix. Since this is a problem with the Chapman-Richards module, I think @leitchy might be the best person to help but school holidays might be causing some delays.
Hi Felix , This appears to be the same problem as with Issue 17, you are running against a version of the FLINT that doesn't support the feature.
There were 2 options with the meta data required problem, use blank json files for each required meta data file OR make the requirement optional. For our use of the files we don't use the meta data, Chapman Richards doesn't either. GCBM does.
I selected the optional method and added the flag in FLINT to handle this. You can see in the commit the metadata_required
flag has been added to the gdal raster reader provider. Chapman Richards makes use of this flag in the provider config
That makes sense. Thank you for your comprehensive explanation of the problem, I appreciate it.
Describe the bug Running the Chapman-Richards spatial example, the run fails and reports a FileNotFoundException (see below for full output).
To Reproduce Steps to reproduce the behavior:
README.md
to run the Chapman-Richards spatial example.Expected behavior Something like
Started ... onOutputStep ... Finished
.Observed behavior
Operating Environment:
Additional context I see there is a file
Run_Env\data\DMA_AL4.geojson
but not sure if that is the same.