wmo-im / wis2pilot

https://wmo-im.github.io/wis2pilot
Apache License 2.0
1 stars 3 forks source link

Are Global Caches required to validate the data they cache? #86

Closed 6a6d74 closed 1 year ago

6a6d74 commented 1 year ago

See #84 as an example of validation. Should Global Caches do any data validation -- or are they just dumb caches?

Preferred option is that they are dumb caches without business logic. Validation should be done either at source by the WIS2 Node, or by their affiliated GISC in collaboration with the Global Monitor service?

kaiwirt commented 1 year ago

In my opinion WIS2 is only moving data around, without actually interpreting the data. A GC for example might cache data but does not know anything about that data format.

Data validation in my opinion is a task for data users that know how to interpret the data.

I would prefer that in WIS2 data users can report issues to the responsible GISC. GISCs need to track the issues and contact the relevant centers. GM can provide an issue tracker.

golfvert commented 1 year ago

No :)

6a6d74 commented 1 year ago

Agreed