EcoExtreML / zampy

Tool for downloading Land Surface Model input data
https://zampy.readthedocs.io/
Apache License 2.0
1 stars 0 forks source link

Use yamale for validating recipe, config. #20

Open BSchilperoort opened 1 year ago

BSchilperoort commented 1 year ago

Yamale is a yml schema validator. It would allow us to define a schema and check if the user input files follow that schema.

Esmvalcore uses Yamale for recipe validation.

geek-yang commented 1 year ago

This looks nice! Save a lot of effort for adding checks ourselves in python.

Peter9192 commented 1 year ago

Maybe ask Bouwe about his experience with it first?