MetadataConventions for post-processed aircraft based data files.  

I have drawn on the following documents, which are netCDF-centric, but should apply to any data format.  

 I've only made a guess at the required/recommended/optional field.

----

Global Attributes

Name


Description

Conventions

required

Identifies this file to follow our conventions.

title

highly recommended

Something to describe the dataset

institution

required

Specifies where the original data was produced.

source

required

The method of production of the original data. "Aircraft". Do we prefer "Platform"?

project

highly recommended


cdm_datatype = "Trajectory"

required if

we choose to follow UnidataObsConvention

Per-variable Attributes

units

required

udunits compatable?

long_name

required

description of variable

standard_name

highly recommended

if a name exists for this parameter

data_quality

highly recommended


missing_value

highly recommended


valid_range

optional


source

optional

instrument source for this measurement

CF standard name table
----

Global attributes for Data Discovery

Do we recommend the DataDiscovery Draft above? 

There are several reasons for the need of variable data discovery:

I talked with Jon Caron about the variable discovery.

Sample netCDF. I added the "reference" as an example namespace.

:reference:latitude = "LATC"
:reference:longitude = "LONC"
:reference:altitude = "GGALT"
:reference:air_temperature = "ATX"
....