Skip to content

Explanation of different methods used to create virtualizarr in CreateVirtualZarr.ipynb #23

@amsnyder

Description

@amsnyder

When creating the virtualizarr, we used open_virtual_dataset and then virtual_ds = xr.combine_by_coords(virtual_datasets, coords='minimal', compat='override', combine_attrs='override') but when we created the virualizarr for 2019 to combine with the previous data, we used virtual_ds_2019 = xr.merge(virtual_datasets_2019, compat='override', combine_attrs='override') - why the different methods?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions