stcorp / harp

Data harmonization toolset for scientific earth observation data
http://stcorp.github.io/harp/doc/html/index.html
BSD 3-Clause "New" or "Revised" License
55 stars 19 forks source link

Implement spatial rebinning operation (L3->L3) #230

Closed svniemeijer closed 3 years ago

svniemeijer commented 4 years ago

HARP currently allows spatial regridding of 2D lat/lon data to a different 2D lat/lon grid, but this is based on point interpolation. There is currently no operation available that allows regridding to a lower resolution grid by means of binning (i.e. taking the average of all higher resolution pixels.

We should also consider rebinning in any dimension (e.g. time, spectral).

svniemeijer commented 3 years ago

Rebinning has been implemented in 3363a9c6cbfaa616e9658b1423f77a0aa5da940e