You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.geoApr 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:
To make the eventual transition to
odc.geo
smoother, we should update our DEA Tools functions to also support accessing spatial info via theodc.geo
.odc
accessor:This would largely affect functions in the
dea_tools.spatial
module.The text was updated successfully, but these errors were encountered: