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

Feature request: dataset over multiple NetCDF files. #461

Open
briochemc opened this issue Oct 25, 2024 · 1 comment
Open

Feature request: dataset over multiple NetCDF files. #461

briochemc opened this issue Oct 25, 2024 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@briochemc
Copy link
Contributor

How does one open a dataset spread over multiple files (like with xarray's open_mfdataset function)?

@Balinus
Copy link
Contributor

Balinus commented Oct 25, 2024

There is an undocumented function:

open_mfdataset(g::AbstractString; kwargs...) = open_mfdataset(_glob(g); kwargs...)

and
function merge_datasets(dslist)

I do not remember exactly how to use it, something along the lines of:

YAXArrays.Datasets.open_mfdataset("/path/files") or perhaps YAXArrays.Datasets.open_mfdataset(list_of_files) ? or both

@lazarusA lazarusA added bug Something isn't working documentation Improvements or additions to documentation labels Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants