Sources of input data for the FIRM2 model are defined / present in:
- variables defaults in
model-parameters.yml, which are definable by the user in the DAFNI interface
- variables fallbacks in
.firm2.properties
- /data/inputs
The definitions of the sources and the names of the sources should be checked for consistency. E.g. there's a Roads.json file and a BNG_roads.json file in the dataset that will end up in /data/inputs, but the model-definition.yml referred to roads.json (this has been changed). The timeline.json file is not listed in model-definition.yml.
Sources of input data for the FIRM2 model are defined / present in:
model-parameters.yml, which are definable by the user in the DAFNI interface.firm2.propertiesThe definitions of the sources and the names of the sources should be checked for consistency. E.g. there's a
Roads.jsonfile and aBNG_roads.jsonfile in the dataset that will end up in/data/inputs, but themodel-definition.ymlreferred toroads.json(this has been changed). Thetimeline.jsonfile is not listed inmodel-definition.yml.