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 5ffd647 commit 7bdbf0eCopy full SHA for 7bdbf0e
stacrs.pyi
@@ -19,8 +19,8 @@ class DuckdbClient:
19
filter: Optional[str | dict[str, Any]] = None,
20
query: Optional[dict[str, Any]] = None,
21
**kwargs: str,
22
- ):
23
- """Search a stac-geoparquet file with duckdb"""
+ ) -> dict[str, Any]:
+ """Search a stac-geoparquet file with duckdb, returning an item collection"""
24
25
def migrate_href(href: str, version: Optional[str] = None) -> dict[str, Any]:
26
"""
0 commit comments