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 f4390a9 commit d520fd2Copy full SHA for d520fd2
README.md
@@ -55,7 +55,8 @@ items = await stacrs.search(
55
56
# If you installed with `pystac[arrow]`:
57
from geopandas import GeoDataFrame
58
-table = await stacrs.search_to_arrow(...)
+
59
+table = stacrs.to_arrow(items)
60
data_frame = GeoDataFrame.from_arrow(table)
61
items = stacrs.from_arrow(data_frame.to_arrow())
62
0 commit comments