-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sids_from_shapely() for convex is broken #64
Labels
bug
Something isn't working
Comments
NiklasPhabian
changed the title
sids_from_geoseries for convex is broken
sids_from_shapely() for convex is broken
Nov 5, 2021
obviously traces back to starepandas.sids_from_shapely(geom=geom, resolution=5, convex=True, force_ccw=True) |
which obviously traces back to starepandas.sids_from_polygon(polygon=geom, resolution=5, convex=True, force_ccw=True) |
certainly an issue with pystare's cover_from_hull() |
Maybe broken for some geometries. But not generally broken. I can easily do: sdf = geopandas.read_file('../tests/data/hms_smoke20210209.zip')
sdf = starepandas.STAREDataFrame(sdf)
sids = sdf.make_sids(level=10, convex=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
results in
The text was updated successfully, but these errors were encountered: