-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
@wendygarland @gap736uk : Please add to the following bullets for the NC and BADC CSV data format basic checks...
NetCDF basic checks
Conventions: should match a list of known conventions and their versions (optionally more than one convention adhered to)source,creator_nameandinstitution: should be more than 3 characters?- All variables: have
long_nameandunits, - All variables: ought to have a
standard_name
BADC CSV basic checks
BADC-CSV list of requirements can be read from here: https://archive.ceda.ac.uk/cgi-bin/badccsv/csvchecker
BADC-CSV minumum checks (i.e. basic level of compliance):
- first line has to be:
Conventions,G,BADC-CSV, 1 - all column metadata elements have
long_nameattribute - this needs to have 2 elements:<desription>,<unit> len(list of long_names) == len(column header line when split by comma)- has
dataline and last line isend data - all lines between
dataandend datalines have the same number of elements as the number oflong_nameelements inheadersection
Metadata
Metadata
Assignees
Labels
No labels