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

Support pangeo_forge_recipes.patterns.MergeDim in FilePatternToChunks #29

Open
alxmrs opened this issue Aug 9, 2021 · 0 comments
Open

Comments

@alxmrs
Copy link
Contributor

alxmrs commented Aug 9, 2021

No description provided.

alxmrs added a commit to alxmrs/xarray-beam that referenced this issue Aug 9, 2021
…nterface.

This if the first of a few changes that will let users read in datasets using Pangeo-Forge's `FilePattern` interface [0]. Here, users can describe how data is stored along concat and merge dimensions. This transform will read in the datasets into chunks (and optionally, smaller `sub_chunks`). This module can be leveraged in pipelines to convert natively formatted datasets to Zarr.

To make use of this transform, the user will need to install `pangeo-forge-recipes` separately. This dependency is included in the test dependencies.

As on now, this transform is not exposed to the user (i.e., not included in the primary `__init__.py`). I plan to do this (and update the docs) once the module is tested and feature complete (google#29).

[0]: https://pangeo-forge.readthedocs.io/en/latest/file_patterns.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant