pysal / esda

statistics and classes for exploratory spatial data analysis
https://pysal.org/esda
BSD 3-Clause "New" or "Revised" License
215 stars 55 forks source link

REF: require shapely 2 instead of pygeos #244

Closed martinfleis closed 1 year ago

martinfleis commented 1 year ago

Dropping support of pygeos and using shapely 2 instead. If you have a geodataframe backed by pygeos, the code will still work.

codecov[bot] commented 1 year ago

Codecov Report

Merging #244 (eae35f7) into main (7f83108) will decrease coverage by 0.0%. The diff coverage is 85.7%.

:exclamation: Current head eae35f7 differs from pull request most recent head dad2cb7. Consider uploading reports for the commit dad2cb7 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #244     +/-   ##
=======================================
- Coverage   71.4%   71.3%   -0.0%     
=======================================
  Files         24      24             
  Lines       3249    3246      -3     
  Branches     521     519      -2     
=======================================
- Hits        2319    2316      -3     
  Misses       767     767             
  Partials     163     163             
Impacted Files Coverage Δ
esda/shape.py 67.6% <85.0%> (+1.0%) :arrow_up:
esda/map_comparison.py 88.5% <87.5%> (+2.0%) :arrow_up:

... and 1 file with indirect coverage changes