Releases
0.8.2
Added
geoarrow-rust-core
library to the main dependencies
Test for hashing geometry filter with mixed order
Test for parquet multiprocessing logic
Test for new intersection step
Option to pass URL directly as PBF path #114
Dedicated MultiprocessingRuntimeError
for multiprocessing errors
Changed
Added new internal parquet dataset processing logic using multiprocessing
Refactored nodes intersection step from ST_Intersects
in DuckDB to Shapely's STRtree
#112
PbfFileReader
's internal geometry_filter
is additionally clipped by PBF extract geometry to speed up intersections #116
OsmTagsFilter
and GroupedOsmTagsFilter
type from dict
to Mapping
to make it covariant
Tqdm's disable
parameter for non-TTY environments from None
to False
Refactored final GeoParquet file saving logic to greatly reduce memory usage
Bumped minimal pyarrow
version to 16.0
Default multiprocessing.Pool
initialization mode from fork
to spawn
You can’t perform that action at this time.