You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
great! I'll add you as a contributor to this package. Could you create a pull request (can be a branch or fork - would probably prefer a branch so we can co-edit) with this package added to base-environment.yml?
It would be great if we could add the pydap package: https://github.com/pydap
When using
open_mfdataset
withengine='pydap'
, this fails without having the pydap package installed, e.g.obs = xr.open_mfdataset(fnames, engine='pydap', concat_dim='day').rename({'day': 'time'}).drop('crs')
.The text was updated successfully, but these errors were encountered: