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

♻️ Use xarray.merge with join="override" in collate functions #72

Merged
merged 2 commits into from
Oct 2, 2022

Commits on Oct 2, 2022

  1. ♻️ Use xarray.merge with join="override" in collate functions

    Refactoring the xarray collate functions to use `xr.merge` instead of the dictionary style way of appending data variables to an xarray.Dataset. Solution adapted from 7787f8e in #62 that is more robust to images being cut off due to rounding issues as with 6b18934 in #31. Downside is the need to verbosely rename the xarray.DataArray objects, and handle some conflicting coordinate labels.
    weiji14 committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    d4c1bf8 View commit details
    Browse the repository at this point in the history
  2. 📝 Minor tweaks to vector segmentation mask walkthrough

    A few whitespace fixes and fixing some DataPipe references.
    weiji14 committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    b262a1d View commit details
    Browse the repository at this point in the history