Enhancements:
- Optionally skip spatial bounds in
read_parquet
(#203)
Bug fixes:
- Don't put
GeoSeries
inmap_partitions
kwarg (#205)
Compatibility:
- MAINT: use
predicate
instead ofop
insjoin
(#204)
Bug fixes:
- Update
to_parquet
to handle custom schema (to fix writing partitions with all missing data) (#201)
Bug fixes:
- Compat with dask 2022.06.0: fix schema inference in
to_parquet
(#199) - Remove custom
__dask_postcompute__
(#191) - BUG: persist
spatial_partitions
information inpersist()
(#192)