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

Include HLS base granule ID in HLS-VI metadata file as an additional attribute #46

Open
madhuksridhar opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@madhuksridhar
Copy link
Collaborator

madhuksridhar commented Dec 16, 2024

Currently, this information is missing in the HLS-VI L30 and S30 metadata but this is an essential information that should be added.
For Example, metadata for HLS-VI granule HLS-VI.L30.T55GEN.2024324T234636.v2.0
should contain an AdditionalAttribute called Input_HLS_GranuleUR with the following details:

ECHO10 format:

<AdditionalAttribute>
      <Name>Input_HLS_GranuleUR</Name>
      <Values>
        <Value>HLS.L30.T55GEN.2024324T234636.v2.0</Value>
      </Values>
</AdditionalAttribute>

UMM-G format:

"AdditionalAttributes": [
    {
      "Name": "Input_HLS_GranuleUR",
      "Values": [
        "HLS.L30.T55GEN.2024324T234636.v2.0"
      ]
    },
    …
}

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

4 participants