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
reason="The Grid Workflow is deprecated. This property may return an (optional) odc-geo GridSpec in future.",
version="1.9.0",
category=ODC2DeprecationWarning
)
defgrid_spec(self) ->Optional['GridSpec']:
The grid_spec method is currently deprecated meaning that a new odc-geo GridSpec class will likely be returned. Currently there is no way to opt-in to the new grid_spec behavior without overwriting the grid_spec method.
The current difference between the two classes is the tile_size | tile_shape parameter.
What are your thoughts about allowing users to opt-in to the new behavior of returning the new odc-geo GridSpec class and avoid the warnings by supplying the tile_shape parameter in the storage information instead of the tile_size parameter?
The text was updated successfully, but these errors were encountered:
datacube-core/datacube/model/__init__.py
Lines 608 to 613 in 39c96e8
The
grid_spec
method is currently deprecated meaning that a new odc-geo GridSpec class will likely be returned. Currently there is no way to opt-in to the newgrid_spec
behavior without overwriting thegrid_spec
method.The current difference between the two classes is the
tile_size
|tile_shape
parameter.What are your thoughts about allowing users to opt-in to the new behavior of returning the new odc-geo
GridSpec
class and avoid the warnings by supplying thetile_shape
parameter in the storage information instead of thetile_size
parameter?The text was updated successfully, but these errors were encountered: