Skip to content

Update example notebooks for new pystac-client features#216

Merged
TomAugspurger merged 15 commits intomainfrom
feature/sign-inplace
Sep 21, 2022
Merged

Update example notebooks for new pystac-client features#216
TomAugspurger merged 15 commits intomainfrom
feature/sign-inplace

Conversation

@TomAugspurger
Copy link

This is an update that touches every notebook using pystac-client to use the new modifier feature.

In general, every example should access data through STAC, and should access the Planetary Computer's STAC API using a client created with

catalog = pystac_client.Client.open(
    "https://planetarycomputer.microsoft.com/api/stac/v1",
    modifier=planetary_computer.sign_inplace,
)

I'm going to sync this update with an update to the Planetary Computer Hub's container images.

@TomAugspurger TomAugspurger merged commit 77fb902 into main Sep 21, 2022
@TomAugspurger TomAugspurger deleted the feature/sign-inplace branch September 21, 2022 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant