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

Investigate issues with WPS integration in v8 #5988

Closed
AnaBelgun opened this issue Nov 16, 2021 · 2 comments
Closed

Investigate issues with WPS integration in v8 #5988

AnaBelgun opened this issue Nov 16, 2021 · 2 comments
Assignees

Comments

@AnaBelgun
Copy link
Member

Please refer to:

@nf-s
Copy link
Contributor

nf-s commented Nov 17, 2021

opendatacube/datacube-wps#135 (comment)

ODC-WPS is returning Terria catalog models in the old version 7 format. We try to automatically upgrade it to version 8, but there seems to be an issue here:

let itemJson = json;
try {
itemJson = await tryConvertV7ToV8Catalog(json);
} catch {}
const catalogItem = upsertModelFromJson(
CatalogMemberFactory,
this.terria,
this.uniqueId || "",
CommonStrata.user,
{
...itemJson,
id: createGuid()
},
{
addModelToTerria: false
}
).throwIfError();
return catalogItem;
}

@nf-s nf-s mentioned this issue Dec 6, 2021
8 tasks
@nf-s
Copy link
Contributor

nf-s commented Dec 20, 2021

closed by #6030

@nf-s nf-s closed this as completed Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants