python-rasterstats
python-rasterstats copied to clipboard
Resolve shapely deprecation warnings; use pytest.importorskip
This PR resolves a few shapely deprecation warnings:
- Use
shapely.errors.ShapelyError(ReadingErrorwas also only fromshapely.errors) - Use
geom.geom_typeinstead ofgeom.type - Fix inconsistent dimensionality error with test polygon
- Use
pytest.importorskipfeature