Skip to content

Extend Magpie resource ID by external ID extension #130

Description

@fmigneault

The following link to the referenced Magpie resource is provided:

@property
def links(self) -> list[pystac.Link]:
"""Return a link for this resource."""
url = self.access_urls[ServiceType.httpserver]
link = magpie_resource_link(url)
return [link]

To help distinguish it from any other links, the following could be used:
https://github.com/stac-extensions/external-ids

Similar references could be defined for "marble" (https://github.com/DACCS-Climate/marble-stac-extension) related IDs between nodes and their respective STAC Item definitions (notably if combined with Magpie Network feature).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions