openclimatefix / nwp

Tools for downloading and processing numerical weather predictions
MIT License
9 stars 3 forks source link

Validate Zarr data #8

Open JackKelly opened 2 years ago

JackKelly commented 2 years ago

Detailed Description

Check that values are in the expected range, and that datetimes are correct, etc.

Possible Implementation

Validation could happen in two places:

  1. As part of the native to Zarr conversion.
  2. As a separate zarr_validation.py script.

(related to https://github.com/openclimatefix/Satip/issues/33)