Re: [CF-metadata] any convention for variables abbreviation ?

2013-02-14 Thread Nan Galbraith

SeaDataNet has standardized short names - currently 429 names, and as
far as I know all the CF terms are included.

It's available at tinyurl.com/SDNp021  The long url for the p021 list is
seadatanet.maris2.nl/v_bodc_vocab/browse.asp?order=entrykeyformname=searchscreen=0l=P021v0_0=v1_0=entrykey%2Centryterm%2Centrytermabbr%2Centrytermdef%2Centrytermlastmodv2_0=0v0_1=v1_1=entrykeyv2_1=3v0_2=v1_2=entrytermv2_2=3v0_3=v1_3=entrytermabbrv2_3=3v0_4=v1_4=entrytermlastmodv2_4=9v0_5=v1_5=entrytermlastmodv2_5=10x=49y=12v1_6=v2_6=v1_7=v2_7=  
or you can just google  SeaDataNet Parameter Discovery Vocabulary


You can export the list from that page into an xml file, or search for 
individual terms.


- Nan

On 2/13/13 7:28 PM, Steve Hankin wrote:

Hi Nicolas,

Various organizations enforce their own standards for abbreviated 
names in CF files -- OceanSites, Argo, WMO,  CF, itself, does not.


The reason that CF does not attempt to standardize the names of 
variables (which is how the abbreviations are used in the above 
cases), is to leave open the possibility that a single file may 
contain multiple variables representing the same quantity.   For 
example, SST as measured by satellite and as measured in situ could 
potentially be in the same file.   The long_name attribute can be used 
to differentiate how multiple representations of the same variable 
were derived.


- Steve

===

On 2/13/2013 3:00 PM, Nicolas BALDECK - OpenMeteoData wrote:

Dear,

I'm designing a webservice for broadcasting some meteorological data.

I will use the CF naming convention for variables names, but I also 
have to use small ( or = 6 letters) abbreviations.


Do you have advices about that ? Is there any abbreviation convention ?

Regards


___
CF-metadata mailing list
CF-metadata@cgd.ucar.edu
http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata



___
CF-metadata mailing list
CF-metadata@cgd.ucar.edu
http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata



--
***
* Nan Galbraith(508) 289-2444 *
* Upper Ocean Processes GroupMail Stop 29 *
* Woods Hole Oceanographic Institution*
* Woods Hole, MA 02543*
***



___
CF-metadata mailing list
CF-metadata@cgd.ucar.edu
http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata


Re: [CF-metadata] any convention for variables abbreviation ?

2013-02-14 Thread Lowry, Roy K.
Hi Nan,

Slight misunderstanding I fear.  The p021 vocabulary is a vocabulary that MAPS 
to the CF Standard Names, but it doesn't include the Standard Names themselves. 
 What I think Nicolas is after is something slightly different, namely a 
standardised 6-byte representation for each Standard Name.  We do maintain 
opaque codes for Standard Names in our server, but unfortunately these are 8 
bytes long, not 6 so I didn't offer them.

Cheers, Roy.

From: CF-metadata [cf-metadata-boun...@cgd.ucar.edu] On Behalf Of Nan Galbraith 
[ngalbra...@whoi.edu]
Sent: 14 February 2013 13:58
To: cf-metadata@cgd.ucar.edu
Subject: Re: [CF-metadata] any convention for variables abbreviation ?

SeaDataNet has standardized short names - currently 429 names, and as
far as I know all the CF terms are included.

It's available at tinyurl.com/SDNp021  The long url for the p021 list is
seadatanet.maris2.nl/v_bodc_vocab/browse.asp?order=entrykeyformname=searchscreen=0l=P021v0_0=v1_0=entrykey%2Centryterm%2Centrytermabbr%2Centrytermdef%2Centrytermlastmodv2_0=0v0_1=v1_1=entrykeyv2_1=3v0_2=v1_2=entrytermv2_2=3v0_3=v1_3=entrytermabbrv2_3=3v0_4=v1_4=entrytermlastmodv2_4=9v0_5=v1_5=entrytermlastmodv2_5=10x=49y=12v1_6=v2_6=v1_7=v2_7=
or you can just google  SeaDataNet Parameter Discovery Vocabulary

You can export the list from that page into an xml file, or search for
individual terms.

- Nan

On 2/13/13 7:28 PM, Steve Hankin wrote:
 Hi Nicolas,

 Various organizations enforce their own standards for abbreviated
 names in CF files -- OceanSites, Argo, WMO,  CF, itself, does not.

 The reason that CF does not attempt to standardize the names of
 variables (which is how the abbreviations are used in the above
 cases), is to leave open the possibility that a single file may
 contain multiple variables representing the same quantity.   For
 example, SST as measured by satellite and as measured in situ could
 potentially be in the same file.   The long_name attribute can be used
 to differentiate how multiple representations of the same variable
 were derived.

 - Steve

 ===

 On 2/13/2013 3:00 PM, Nicolas BALDECK - OpenMeteoData wrote:
 Dear,

 I'm designing a webservice for broadcasting some meteorological data.

 I will use the CF naming convention for variables names, but I also
 have to use small ( or = 6 letters) abbreviations.

 Do you have advices about that ? Is there any abbreviation convention ?

 Regards


 ___
 CF-metadata mailing list
 CF-metadata@cgd.ucar.edu
 http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata


 ___
 CF-metadata mailing list
 CF-metadata@cgd.ucar.edu
 http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata


--
***
* Nan Galbraith(508) 289-2444 *
* Upper Ocean Processes GroupMail Stop 29 *
* Woods Hole Oceanographic Institution*
* Woods Hole, MA 02543*
***



___
CF-metadata mailing list
CF-metadata@cgd.ucar.edu
http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata

This message (and any attachments) is for the recipient only. NERC is subject 
to the Freedom of Information Act 2000 and the contents of this email and any 
reply you make may be disclosed by NERC unless it is exempt from release under 
the Act. Any material supplied to NERC may be stored in an electronic records 
management system.
___
CF-metadata mailing list
CF-metadata@cgd.ucar.edu
http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata


[CF-metadata] any convention for variables abbreviation ?

2013-02-13 Thread Nicolas BALDECK - OpenMeteoData
Dear,

I'm designing a webservice for broadcasting some meteorological data.

I will use the CF naming convention for variables names, but I also have to
use small ( or = 6 letters) abbreviations.

Do you have advices about that ? Is there any abbreviation convention ?

Regards
___
CF-metadata mailing list
CF-metadata@cgd.ucar.edu
http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata