ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Add report output to text file option to `safedata_validate` #88

Closed davidorme closed 9 months ago

davidorme commented 9 months ago

The main safedata_validate entry point prints a bunch of output to the screen. That can of course be redirected into a file, but it would be easier for users to have a --output report.txt style option.