Skip to content

Commit 72f6716

Browse files
authored
Update sentinel collection name and stack url (#221)
1 parent 705fd70 commit 72f6716

File tree

7 files changed

+30831
-8880
lines changed

7 files changed

+30831
-8880
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ For more information and examples, please [see the documentation](https://stacks
1010
import stackstac
1111
import pystac_client
1212

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

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

docs/basic.ipynb

Lines changed: 858 additions & 213 deletions
Large diffs are not rendered by default.

examples/cluster.ipynb

Lines changed: 1319 additions & 463 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)