You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have several models that use CSV files to define paths to other spatial files, including HRA, HQ and CBC (once #209 is complete), and I think Recreation also does something similar.
If we want to validate a spatial filepath that is referenced in one of these inputs, the validation performed is a manual step outlined in the module's validate function. We should allow for an ARGS_SPEC-defined configuration option that then will allow for the files in a given column to be validated as a spatial file (with all of the optional validation parameters supported by the check functions).
The text was updated successfully, but these errors were encountered:
We now have several models that use CSV files to define paths to other spatial files, including HRA, HQ and CBC (once #209 is complete), and I think Recreation also does something similar.
If we want to validate a spatial filepath that is referenced in one of these inputs, the validation performed is a manual step outlined in the module's
validate
function. We should allow for anARGS_SPEC
-defined configuration option that then will allow for the files in a given column to be validated as a spatial file (with all of the optional validation parameters supported by the check functions).The text was updated successfully, but these errors were encountered: