We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make an example notebook that uses elm's Pipeline (docs here) to with resampling / regridding as an intermediate step, where the resampling / regridding step uses an elm.steps.ModifySample transformer to use gridtools: https://github.com/CAB-LAB/gridtools . ModifySample is described in the docs here
elm
Pipeline
elm.steps.ModifySample
gridtools
ModifySample
See also: pydata/xarray#486 (comment)
After the notebook, see how this may be generalized relative to xarray and elm.
xarray
cc @forman @gbrener @jbednar
The text was updated successfully, but these errors were encountered:
#166 (WIP) does some regridding using datashader tools.
Sorry, something went wrong.
This seems heavily related (possibly a duplicate) of #175 . Perhaps we can consolidate them into one issue?
No branches or pull requests
Make an example notebook that uses
elm
'sPipeline
(docs here) to with resampling / regridding as an intermediate step, where the resampling / regridding step uses anelm.steps.ModifySample
transformer to usegridtools
: https://github.com/CAB-LAB/gridtools .ModifySample
is described in the docs hereSee also: pydata/xarray#486 (comment)
After the notebook, see how this may be generalized relative to
xarray
andelm
.cc @forman @gbrener @jbednar
The text was updated successfully, but these errors were encountered: