Averaging timesteps on large geospatial dataset? [message #92315] |
Tue, 17 November 2015 05:43  |
rjp23
Messages: 97 Registered: June 2010
|
Member |
|
|
It'd be great if someone could help me figure out a fast way to do this.
I have a high resolution, regularly gridded, global dataset with multiple timesteps. I want to average all the timesteps at each location.
For example the data is [3600, 1800, 30]
I want to get a [3600, 1800] array that for every lon/lat point has the average of those 30 timesteps.
Looping over all 3600*1800 points is obviously not the way to go...
Cheers
Rob
|
|
|
|
|
|