Skip to content

Commit

Permalink
Update sentinel collection name and stack url (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstrnadiii authored Sep 19, 2023
1 parent 705fd70 commit 72f6716
Show file tree
Hide file tree
Showing 7 changed files with 30,831 additions and 8,880 deletions.
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

0 comments on commit 72f6716

Please sign in to comment.