python-rasterstats icon indicating copy to clipboard operation
python-rasterstats copied to clipboard

Resolve shapely deprecation warnings; use pytest.importorskip

Open mwtoews opened this issue 3 years ago • 0 comments

This PR resolves a few shapely deprecation warnings:

  • Use shapely.errors.ShapelyError (ReadingError was also only from shapely.errors)
  • Use geom.geom_type instead of geom.type
  • Fix inconsistent dimensionality error with test polygon
  • Use pytest.importorskip feature

mwtoews avatar Oct 19 '22 22:10 mwtoews