xgcm / aerobulk-python

A python wrapper for aerobulk (https://github.com/brodeau/aerobulk)
GNU General Public License v3.0
14 stars 4 forks source link

xarray wrapper #14

Closed jbusecke closed 2 years ago

jbusecke commented 2 years ago

We have decided to prioritize the xarray use case for our science project for now. This likely means that we will write an xarray wrapper that would take care of appropriately applying xr.apply_unfunc and maybe dask.map_blocks (see https://github.com/pydata/xarray/issues/6585)

@TomNicholas and I will take a crack at this towards the end of this week/early next week.