Skip to content
New issue

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

WIP: New DataStore / Encoder / Decoder API for review #1087

Closed
wants to merge 1 commit into from

Commits on Nov 7, 2016

  1. WIP: New DataStore / Encoder / Decoder API for review

    The goal here is to make something extensible that we can live with for quite
    some time, and to clean up the internals of xarray's backend interface.
    
    Most of these are analogues of existing xarray classes with a cleaned up
    interface. I have not yet worried about backwards compatibility or tests -- I
    would appreciate feedback on the approach here.
    
    Several parts of the logic exist for the sake of dask. I've included the word
    "dask" in comments to facilitate inspection by mrocklin.
    
    CC rabernat, jhamman, mrocklin -- for review
    
    CC mcgibbon, JoyMonteiro -- this is relevant to our discussion today about
    adding support for appending to netCDF files. Don't let this stop you from
    getting started on that with the existing interface, though.
    shoyer committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    cc542c6 View commit details
    Browse the repository at this point in the history