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

Update sentinel collection name and stack url #221

Merged
merged 7 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ For more information and examples, please [see the documentation](https://stacks
import stackstac
import pystac_client

URL = "https://earth-search.aws.element84.com/v0"
URL = "https://earth-search.aws.element84.com/v1"
catalog = pystac_client.Client.open(URL)

stac_items = catalog.search(
intersects=dict(type="Point", coordinates=[-105.78, 35.79]),
collections=["sentinel-s2-l2a-cogs"],
collections=["sentinel-2-l2a"],
datetime="2020-04-01/2020-05-01"
).get_all_items()

Expand Down
1,071 changes: 858 additions & 213 deletions docs/basic.ipynb

Large diffs are not rendered by default.

1,782 changes: 1,319 additions & 463 deletions examples/cluster.ipynb

Large diffs are not rendered by default.

Loading