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

Add functionality to dictionary output by .to_dataset_dict() #352

Closed
mgrover1 opened this issue Aug 6, 2021 · 1 comment
Closed

Add functionality to dictionary output by .to_dataset_dict() #352

mgrover1 opened this issue Aug 6, 2021 · 1 comment
Labels
enhancement Issues that are found to be a reasonable candidate feature additions

Comments

@mgrover1
Copy link
Collaborator

mgrover1 commented Aug 6, 2021

Create a custom dict like object, which has the following additional methods:

  • map - maps functions to all datasets in dictionary
    • If you don't specify the keys, apply to everything
    • if given keys, apply to certain keys

Additional attributes

  • query that produced datasets
  • original catalog
@andersy005 andersy005 added the enhancement Issues that are found to be a reasonable candidate feature additions label Aug 6, 2021
@andersy005
Copy link
Member

This has been implemented in https://github.com/NCAR/xcollection and #405

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues that are found to be a reasonable candidate feature additions
Projects
None yet
Development

No branches or pull requests

2 participants