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

Create cuspatial.GeoSeries objects directly from Shapely arrays. #830

Closed
thomcom opened this issue Nov 30, 2022 · 1 comment
Closed

Create cuspatial.GeoSeries objects directly from Shapely arrays. #830

thomcom opened this issue Nov 30, 2022 · 1 comment
Labels
Python Related to Python code

Comments

@thomcom
Copy link
Contributor

thomcom commented Nov 30, 2022

In order to clean up various documentation examples and improve usability, we should implement creating GeoSeries objects directly from Shapely arrays:

polygon = cuspatial.GeoSeries([Point(0, 0)])

This would round trip with a GeoPandas GeoSeries under the hood.

   Create `cuspatial.GeoSeries` objects directly from Shapely arrays.

Originally posted by @thomcom in #749 (comment)

@harrism harrism added Needs Triage Need team to review and classify Python Related to Python code labels Nov 30, 2022
@thomcom
Copy link
Contributor Author

thomcom commented Nov 30, 2022

We already do this.

@thomcom thomcom closed this as completed Nov 30, 2022
@thomcom thomcom moved this to Done in cuSpatial Nov 30, 2022
@jarmak-nv jarmak-nv removed the Needs Triage Need team to review and classify label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Related to Python code
Projects
Archived in project
Development

No branches or pull requests

3 participants