You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,7 @@ A quick overview of what geoparquet supports (or at least plans to support).
49
49
***Great at read-heavy analytic workflows** - Columnar formats enable cheap reading of a subset of columns, and Parquet in particular enables efficient filtering
50
50
of chunks based on column statistics, so the format will perform well in a variety of modern analytic workflows.
51
51
***Support for data partitioning** - Parquet has a nice ability to partition data into different files for efficiency, and we aim to enable geospatial partitions.
52
-
***Enable spatial indices** - To enable top performance a spatial index is essential. This will be the focus of the
0 commit comments