Hi, I am following the question on StackOverflow at this link:
https://stackoverflow.com/questions/58148705/average-a-3d-array-raster-brick-over-one-dimension
My goal is to create a time series of a transect along Latitude. As in the question above, I have a RasterBrick with dimension time, latitude and longitude and I would like to average all the data points at the same latitude. In the end, I would like to plot this data series using a contour plot.