- To: netcdf-java@xxxxxxxxxxxxxxxx
- Subject: Re: [netcdf-java] Groups and inheritance of variable, dimension and attribute definitions
- From: John Caron <caron@xxxxxxxxxxxxxxxx>
- Date: Sat, 18 Jan 2014 08:50:34 -0700
On 1/17/2014 10:57 AM, Farrukh Najmi wrote:
On a related note, is there some way in the netcdf-java API to distinguish between a reference to an inherited dimension vs. the definition of a nested dimension within a variable?
dimensions are either shared or not, you call Dimension.isShared() to find out.
- References:
