pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
144 stars 30 forks source link

REF: move from pygeos to shapely 2 #172

Closed martinfleis closed 1 year ago

martinfleis commented 1 year ago

Remove pygeos dependency and use geopandas GeometryArray logic instead. Compatible with both pygeos and shapely 2.

codecov[bot] commented 1 year ago

Codecov Report

Merging #172 (c412a8d) into master (d245ec1) will increase coverage by 0.45%. The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
+ Coverage   73.32%   73.77%   +0.45%     
==========================================
  Files          20       20              
  Lines        1046     1045       -1     
==========================================
+ Hits          767      771       +4     
+ Misses        279      274       -5     
Impacted Files Coverage Δ
tobler/area_weighted/area_interpolate.py 86.89% <66.66%> (+0.59%) :arrow_up:

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.