Re: [netcdf-java] NcML aggregation...

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