wmo-im / pywcmp

pywcmp provides validation and quality assessment capabilities for the WMO WIS Core Metadata Profile (WCMP)
https://community.wmo.int/activity-areas/wis
Other
9 stars 8 forks source link

Explicit log #9

Closed josusky closed 4 years ago

josusky commented 4 years ago

This allows running it on many files at once and then inspecting the log file to see how many files ended with a success and how many failed. I am not sure if this is a valid use case, or in other words, if this change is worth pulling into master. I am publishing it in case there is some interest in it. Example of such usage: find WIS-catalogue/ -exec pywmcp validate ats --log full-catalogue.log --file {} ;

tomkralidis commented 4 years ago

Closing in lieu of #10