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

Update DEA Tools functions to be compatible with odc.geo #1038

Closed
robbibt opened this issue Apr 17, 2023 · 1 comment
Closed

Update DEA Tools functions to be compatible with odc.geo #1038

robbibt opened this issue Apr 17, 2023 · 1 comment
Labels
priority Issues that should be fixed ASAP

Comments

@robbibt
Copy link
Member

robbibt commented Apr 17, 2023

The odc.geo package has been written to eventually replace how datacube deals with spatial information (i.e. reprojecting/warping/geotransforms etc).

Currently any spatially-aware code in DEA Notebooks accesses a datacube "Geobox" like this:

ds.geobox

To make the eventual transition to odc.geo smoother, we should update our DEA Tools functions to also support accessing spatial info via the odc.geo .odc accessor:

ds.odc.geobox

This would largely affect functions in the dea_tools.spatial module.

@robbibt robbibt changed the title Update DEA Tools functions to run on geobox info from odc.geo Update DEA Tools functions to be compatible with odc.geo Apr 17, 2023
@robbibt robbibt added the priority Issues that should be fixed ASAP label Apr 17, 2023
@robbibt
Copy link
Member Author

robbibt commented Jun 30, 2023

Being dealt with in more granular issues, e.g. #1076

@robbibt robbibt closed this as not planned Won't fix, can't repro, duplicate, stale Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority Issues that should be fixed ASAP
Projects
None yet
Development

No branches or pull requests

1 participant