openclimatefix / nwp-consumer

Microservice for consuming NWP data.
9 stars 3 forks source link

Check for zeros in the data #159

Open peterdudfield opened 1 week ago

peterdudfield commented 1 week ago

Detailed Description

It would be great to have a check in place that checks for zeros. A large amount of these is normally an error

Context

Possible Implementation

devsjc commented 6 days ago

Yes, I would add it to the filter here: https://github.com/openclimatefix/nwp-consumer/blob/372359ce7789a8da62964bbc333484d2343ee8fa/src/nwp_consumer/internal/service/consumer.py#L410-L424