Skip to content
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

Shapely example needs to be updated #48

Closed
banesullivan opened this issue Sep 5, 2024 · 2 comments
Closed

Shapely example needs to be updated #48

banesullivan opened this issue Sep 5, 2024 · 2 comments

Comments

@banesullivan
Copy link
Member

/home/bane/Software/pyvista/pyvista/pyvista/examples/downloads.py:5369: UserWarning: Unpickling a shapely <2.0 geometry object. Please save the pickle again; shapely 2.1 will not have this compatibility.
  return pickle.load(Path(filename).open('rb'))  # noqa: SIM115

Specifically this file https://github.com/pyvista/vtk-data/blob/master/Data/osmnx_graph.p

@user27182
Copy link
Contributor

This example was deprecated in pyvista for this reason, see

Not sure if it's worth modifying the dataset here or if it should be removed completely from this repo or, just kept here for legacy reasons (but not used by PyVista)

@banesullivan
Copy link
Member Author

I think leaving here for legacy reasons is best and just closing this issue since it's no longer needed in PyVista

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants