cedadev / checksit

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

NCAS Radar 1.0.0 #48

Closed joshua-hampton closed 6 months ago

joshua-hampton commented 6 months ago

Add specs and checks needed for checking files against the NCAS-Radar standard. A few of the bigger associated changes:

joshua-hampton commented 6 months ago

One of the dependencies needs numpy and was allowing the release candidate of version 2 to be downloaded and installed. This then caused problems with the netCDF4 module (I think this is addressed in the next release of the netCDF module, but not the current release v1.6.5). Solution is to only allow version 1 of numpy to be installed.

joshua-hampton commented 6 months ago

The errors on those tests are due to the CEDA API for platform checks, rather than the checksit code itself - nothing has changed in the code since the last successful tests, only documentation has changed.