pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 27 forks source link

REF: use shapely 2 instead of pygeos #102

Closed martinfleis closed 1 year ago

martinfleis commented 1 year ago

Removing support and usage of pygeos, replacing it with shapely 2.

codecov[bot] commented 1 year ago

Codecov Report

Merging #102 (ab875e0) into main (af7ac57) will decrease coverage by 0.36%. The diff coverage is 52.94%.

@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
- Coverage   52.47%   52.11%   -0.36%     
==========================================
  Files          12       12              
  Lines        1841     1844       +3     
  Branches      315      316       +1     
==========================================
- Hits          966      961       -5     
- Misses        819      825       +6     
- Partials       56       58       +2     
Impacted Files Coverage Δ
pointpats/distance_statistics.py 75.00% <ø> (ø)
pointpats/random.py 25.46% <ø> (ø)
pointpats/ripley.py 0.00% <ø> (ø)
pointpats/geometry.py 77.63% <52.94%> (-4.64%) :arrow_down:

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