Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stac-utils/xpystac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.1
Choose a base ref
...
head repository: stac-utils/xpystac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 13, 2023

  1. Hopefully fix vcr tests for planetary computer (#15)

    I think the cassettes weren't getting matched because of the token.
    jsignell authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    051d0ac View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Fix opening STAC Assets with xarray:open_kwargs engine field (#18)

    Update the kwargs merging logic to have cascading priority where 
    `default_kwargs` is overridden by `open_kwargs` which is overridden
    by user provided `kwargs` .
    Includes a regression unit test that extends the existing simple_zarr
    test to ensure that the fix for duplicate keys works.
    
    Note that the `xarray:open_kwargs` field is a part of the
    [`xarray-assets`](https://github.com/stac-extensions/xarray-assets/tree/v1.0.0)
    STAC extension (in Proposal stage), xref #16
    
    Fixes #17
    weiji14 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4ee9c2a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Update repo location and bump version (#19)

    * pin urllib3 in tests
    jsignell authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    79e457b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0754d67 View commit details
    Browse the repository at this point in the history
Loading