We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555d3de commit 5b6217cCopy full SHA for 5b6217c
docs/example.ipynb
@@ -181,7 +181,9 @@
181
"print(f\"pystac-client: {end - start}s ({len(items)} items)\")\n",
182
"\n",
183
"start = time.time()\n",
184
- "items = await stacrs.search(\"https://stac.eoapi.dev\", collections=[\"WildFires-LosAngeles-Jan-2025\"])\n",
+ "items = await stacrs.search(\n",
185
+ " \"https://stac.eoapi.dev\", collections=[\"WildFires-LosAngeles-Jan-2025\"]\n",
186
+ ")\n",
187
"end = time.time()\n",
188
"print(f\"stacrs: {end - start}s ({len(items)} items)\")"
189
]
0 commit comments