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

Single Method to Reproject an ImageCollection #622

Open
wilsonbb opened this issue May 23, 2024 · 0 comments
Open

Single Method to Reproject an ImageCollection #622

wilsonbb opened this issue May 23, 2024 · 0 comments

Comments

@wilsonbb
Copy link
Collaborator

wilsonbb commented May 23, 2024

Currently build scripts are taking a region search produced ImageCollection, calculating the ebd WCS, creating the new ebd WorkUnit, and then reprojecting it to a common WCS.

Would be nice to just have a method like

ic = ImageCollection.read(ic_path)
reprojected_wu = ic.to_reprojected_work_unit(
    search_config,
    heliocentric_guess_dist,
    point_on_earth,
    common_wcs,
    /*various reprojection args I may be forgetting*/)

Especially nice since this lets us avoid various intermediate WorkUnits all with different constructor arguments.

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

No branches or pull requests

2 participants