issues: 731226031
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
731226031 | MDExOlB1bGxSZXF1ZXN0NTExMzczNjI5 | 4547 | Update signature open_dataset for API v2 | 35919497 | closed | 0 | 2 | 2020-10-28T08:35:54Z | 2021-02-11T01:50:09Z | 2020-11-06T14:43:10Z | COLLABORATOR | 0 | pydata/xarray/pulls/4547 | Proposal for the new API of
Instead of a class for the decoders, I have added a function: So xarray manages the keyword decode_cf and passes on only the non-default decoders to the backend. If the user sets to a non-None value a decoder not supported by the backend, the backend will raise an error. With this implementation The behavior PRO:
- the user doesn't need to import and instantiate a class.
- users get the argument completion on Missing points:
- I think that we need a different PR for the three of them.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4547/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |