- To: cf-satellite@xxxxxxxxxxxxxxxx
- Subject: Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: John Caron <caron@xxxxxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2011 12:54:38 -0600
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).
- References:
- Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: Jim Biard
- Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: Tom Whittaker
- Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: John Caron
- Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: Tom Rink
- Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: Jim Biard
- Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: Tom Whittaker
- Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: Jim Biard
- Re: [cf-satellite] Proposal for band dimension and coordinate variable
- From: Tom Rink
- Re: [cf-satellite] Proposal for band dimension and coordinate variable