We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@wendygarland @gap736uk : Please add to the following bullets for the NC and BADC CSV data format basic checks...
Conventions
source
creator_name
institution
long_name
units
standard_name
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):
Conventions,G,BADC-CSV, 1
<desription>,<unit>
len(list of long_names) == len(column header line when split by comma)
data
end data
header
The text was updated successfully, but these errors were encountered:
gap736uk
wendygarland
No branches or pull requests
@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_name
andinstitution
: should be more than 3 characters?long_name
andunits
,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):
Conventions,G,BADC-CSV, 1
long_name
attribute - this needs to have 2 elements:<desription>,<unit>
len(list of long_names) == len(column header line when split by comma)
data
line and last line isend data
data
andend data
lines have the same number of elements as the number oflong_name
elements inheader
sectionThe text was updated successfully, but these errors were encountered: