Releases: kraina-ai/srai
Releases · kraina-ai/srai
0.9.1
0.9.0
Added
OvertureMapsLoader
for loading features from Overture Maps datasets
Changed
- Replaced all
union_all
calls withunary_union()
in GeoPandas context - Transform logic in
CountEmbedder
to work with new boolean based features dataframes from Overture Maps Loader - Changed
IntersetionJoiner
logic to useSTRTree
index instead ofsjoin
function - Refactored
CountEmbedder
to work on the lazy execution engine from thepolars
library
0.8.4
Added
- Option to pass
verbosity_mode
toOsmPbfLoader
Changed
- Default OSM download source from Geofabrik to
any
- Replaced deprecated function calls from the
QuackOSM
library
0.8.3
Fixed
- Removed GTFS feed validation for
gtfs-kit
versions >=10.0.0
0.8.2
Fixed
- Changed polygon creation in spherical voronoi algorithm to avoid rounding error on vertices
0.8.1
Fixed
- Made code compliant with
osmnx
's new2.0.0
release inOsmOnlineLoader
0.8.0
0.7.8
Changed
- Set max
h3ronpy
version to<0.22.0
(implemented by @bouzaghrane) - Set max
osmnx
version to<2.0.0
Fixed
- Removed a list comprehension in geometry related operations (implemented by @ebonnal)
0.7.7
Changed
- Bumped minimal QuackOSM version to
0.11.0
0.7.6
Fixed
- Changed a typo in the
BASE_OSM_GROUPS_FILTER
(implemented by @starsep).
Added
- Added methods for saving and loading fittable
GeoVexEmbedder
(implemented by @sabman and @mhassanch). #457