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

Closed
madhuksridhar opened this issue Dec 16, 2024 · 1 comment
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"
      ]
    },
    …
}

@ceholden
Copy link
Collaborator

This was completed in #48 and I've integrated the changes into the open PRs for hls-sentinel and hls-landsat-tile that capture the HLS-VI work

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