cedadev / checksit

File-checking made simple
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

NCAS RADAR v1 #41

Closed joshua-hampton closed 5 months ago

joshua-hampton commented 12 months ago

Start of adding checks for the NCAS-RADAR standard. This standard is in some ways more relaxed than NCAS-GENERAL and NCAS-IMAGE. For example, there are a large number of variables permitted by CfRadial (and therefore NCAS-RADAR), but it is not expected that all of them would appear in one file. There are also looser restrictions around variable attributes, for example, the type of each variable is not defined, but stated to be "one of byte, short, integer, float, double", and _FillValue is "of the same type as the data variable".

What needs to be done:

I'm sure I'll find more as I go.

joshua-hampton commented 5 months ago

PR #48 address the needs of NCAS-Radar checks

joshua-hampton commented 5 months ago

PR merged, closing this issue.