- To: Kevin L Manross <kevin.manross@xxxxxxxx>, Java NetCDF <netcdf-java@xxxxxxxxxxxxxxxx>
- Subject: Re: [netcdf-java] Simple Algorithms with NcML?
- From: John Caron <caron@xxxxxxxxxxxxxxxx>
- Date: Mon, 14 Jun 2010 10:03:20 -0600
On 6/12/2010 7:09 PM, Kevin L Manross wrote:
Hi John,I have a quick question: can NcML perform simple algorithm-like functions? For example, I want to aggregate several files over the time dimension, but take the *maximum* value at each gridpoint from the time aggregation. (Hope that makes sense)Can I do this via NcML, or do I need to do some actual Java-NetCDF coding for this? :-)Thanks! -kevin.
Hi Kevin: NcML has no computational abilities. John