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

Question regarding parallelism over many seperate GeoSeries #259

Closed
kurt-rhee opened this issue Oct 5, 2023 · 2 comments
Closed

Question regarding parallelism over many seperate GeoSeries #259

kurt-rhee opened this issue Oct 5, 2023 · 2 comments

Comments

@kurt-rhee
Copy link

Hello,

Thank you for your awesome project. I have a question where I have around 10,000 separate geoseries containing polygons. For each of these geoseries I would like to perform a separate unary_union so that at the end I have 10,000 polygons one for each geoseries.

For example:
if geoseries_0 has three polygons A, B, C, and geoseries_1 has polygons D, E... I would like to return the unary union of ABC and the unary union of DE.

Is it possible to do this in a parallel fashion? or is the parallelism only within a geoseries.

Thank you!

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Oct 6, 2023 via email

@kurt-rhee
Copy link
Author

Understood thank you!

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