Automatically iterating through each AOI for grid generation rather than having the users handle it manually #63
Replies: 4 comments 10 replies
-
A possible option is to check the unary union of the AOIs and if it is a |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to parallelize this by running the grid computation for each aoi independently in parallel and deduplicating the resulting rows in the end? Maybe by using something like dask-pandas? Of course this should be completely optional and useful only when doing fine-grained grids covering large areas. |
Beta Was this translation helpful? Give feedback.
-
Just a heads up, we are using this logic to handle generation of grids for h3 and bing tiles geowrangler/geowrangler/grids.py Lines 161 to 166 in 4325da0 |
Beta Was this translation helpful? Give feedback.
-
Closing since this is already addressed: using |
Beta Was this translation helpful? Give feedback.
-
Based on the @joshuacortez suggested #55 (comment)
Some questions:
Beta Was this translation helpful? Give feedback.
All reactions