NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [cf-satellite] Proposal for band dimension and coordinate variable

NOTE: The cf-satellite mailing list is no longer active. The list archives are made available for historical reasons.

On 7/25/2011 2:20 PM, Tom Rink wrote:
All,

A situation that needs to be considered:  How to represent a single band
file?  For example, can this be done w/o creating a 3D variable with
'band dimension' = 1?

Tom

yes, one can have a scalar coordinate in CF:

float data(y,x);
  data:coordinates = "wavelength y x";

float wavelength;


although i slightly prefer:

dimension wavelength = 1;

float data(wavelength,y,x);
  data:coordinates = "wavelength y x";

float wavelength(wavelength);

because it means you cant ignore the wavelength dimension. but its a matter of taste (and distaste).



  • 2011 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the cf-satellite archives: