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 f17184e commit d768af4Copy full SHA for d768af4
README.md
@@ -44,7 +44,8 @@ await stacrs.write("items.parquet", items)
44
item_collection = await stacrs.read("items.parquet")
45
46
# You can search geoparquet files using DuckDB
47
-item_collection = await stacrs.search("items.parquet", ...)
+# If you want to search a file on s3, make sure to configure your AWS environment first
48
+item_collection = await stacrs.search("s3://bucket/items.parquet", ...)
49
50
# Use `search_to` for better performance if you know you'll be writing the items
51
# to a file
0 commit comments