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

[Bug]: stage-in should not include absolute path for root catalog.json #468

Closed
ngachung opened this issue Nov 21, 2024 · 0 comments · Fixed by unity-sds/mdps-ds-lib#63
Closed
Assignees
Labels
bug Something isn't working

Comments

@ngachung
Copy link
Collaborator

Using UDS v9.0.0 image, stage-in produces catalog.json that has a link (root) to an absolute path that won't resolve when passed into a different cwl container

{
    "type": "Catalog",
    "id": "NA",
    "stac_version": "1.0.0",
    "description": "NA",
    "links": [
        {
            "rel": "root",
            "href": "/pfUwNL/catalog.json",
            "type": "application/json"
        },
        {
            "rel": "item",
            "href": "G2040068613-GES_DISC.stac.json",
            "type": "application/json"
        },
        {
            "rel": "item",
            "href": "G2040068619-GES_DISC.stac.json",
            "type": "application/json"
        }
    ]
}

Set root to 'catalog.json' works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants