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

Assuring necessary metadata in data requests/metadata records #44

Open
KathiSchleidt opened this issue Feb 26, 2024 · 3 comments
Open
Assignees

Comments

@KathiSchleidt
Copy link
Member

For practicality, the first version of the FAIRiCUBE Catalog editor is not strict on required fields. While this is OK as a first step, how do we assure later completeness?

@baloola
Copy link
Member

baloola commented Feb 26, 2024

good point, maybe we can use stac validation at some point prior to the ingestion step (e.g create a test that basically validates stac items and the PR's will not be merged until the test is passed )

@jetschny
Copy link

as for now, I would not impose strict rules on completeness of metadata fields. I would really like to get user feedback on how long it takes to provide all metadata information and what as well they see as strictly necessary or "doable".
nevertheless we should prepare:

  • short list of really essential meta data fields, they need to be checked for sure
  • technical solution like the proposed stac item validation

@KathiSchleidt
Copy link
Member Author

When finalizing the metadata webGUI, we did a check on the cardinalities of the metadata concepts described in D4.2, agreed on the following list of mandatory concepts (additions to D4.2 requirements in BOLD, reference to Inventory Sheet column in []):

  • ID [Column C]
  • Description [D]
  • Data Source [Column E]
  • Owner/Organisation [G]
  • Horizontal
    • Horizontal CRS [Column P]
    • Bounding Box (Horizontal) [Column Q-T]
    • Resolution of Horizontal Axis (ie. Pixel Size) [Column W]
    • Units of Measurement [Column U]
  • Temporal
    • Time (Begin/End) [Column AD-AE]
    • Resolution of Time Axis (Intervall) [Column AH]
    • Unit of measure [Column AF]
  • Range Data Type [Column AR]
  • Range Definition [AS]
  • Range Description [AT]
  • Null values [Column AQ]
  • Legal - License [BA]
  • Keywords - Keywords [BJ]

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