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

Adding helper for Multiple AOI Extraction, along with other features and nice-to-haves #23

Merged
merged 27 commits into from
Sep 12, 2023

Conversation

nickrsan
Copy link
Contributor

  • Multiple AOI extractor splits out into multiple tasks and zonal stats groups to enable exporting portions of very large areas from Earth Engine.
  • Splitting out how we open fiona to make it simpler
  • Allow use of multiple task registries with the main one used by default - this can help when exporting numerous items so we aren't iterating through as many items or requesting updates on as many items.
  • Allow both BBox clipping (faster in most cases, with larger exports) and strict clipping to geometries.
  • mosaic_and_zonal callback does all processing on an image from the moment it is finished exporting. Should save quite a bit of time.

@nickrsan nickrsan requested a review from AdamJCrawford August 31, 2023 17:32
@nickrsan nickrsan self-assigned this Aug 31, 2023
@nickrsan nickrsan merged commit c978e77 into release Sep 12, 2023
@nickrsan nickrsan deleted the multi-aoi-extract branch September 12, 2023 22:27
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

Successfully merging this pull request may close these issues.

2 participants