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
Since 0.39.0, this fails because res does not have a process method. Before 0.39, res was a DataCube, which made little sense, but at least it has the generic process method.
Quickfix would be to add a generic process to StacResource too
Users that wanted to use
export_workspace
before version 0.39 had to do something like this:Since 0.39.0, this fails because
res
does not have aprocess
method. Before 0.39,res
was aDataCube
, which made little sense, but at least it has the genericprocess
method.Quickfix would be to add a generic
process
toStacResource
toorelated to #720 #402 #725
The text was updated successfully, but these errors were encountered: