- To: Tom Rink <rink@xxxxxxxxxxxxx>
- Subject: Re: [netcdf-java] NcML aggregation...
- From: Ethan Davis <edavis@xxxxxxxxxxxxxxxx>
- Date: Thu, 16 Jul 2009 10:34:44 -0600
Hi Tom, Tom Rink wrote: > Hi, > > Were trying to aggregate a file with: > Quantity(x,y) > > with a file: > Longitude(x,y) > Latitude(x,y) > > We tried using the 'Union' ncml attribute, but the > IDV doesn't recognize any GriddedData. What > are we doing wrong? Since these are 2D lat and lon, make sure you have a "coordinates" attribute on the "Quantity" variable set to something like "Longitude Latitude". If that isn't it, can you send the full CDL of the resulting dataset? Thanks, Ethan
- References:
- [netcdf-java] NcML aggregation...
- From: Tom Rink
- [netcdf-java] NcML aggregation...