Conversation
hrodmn
left a comment
There was a problem hiding this comment.
As I say in the thread below, I am in favor of pushing all of these fields as required (with a few exceptions).
I think it would be useful to include the icesat2-boreal-v2.1 metadata as an example (printed inline) since we went through that one very carefully and implemented the UMM-compliant fields. Let's hold that one up as the standard here - printing the JSON inline and linking to that repository should give users a good starting point for a new dataset.
|
I started looking over some of the CEOS pages and left some rough notes in a comment under this issue, but it seems like there's a bit of alignment. Some questions:
There's a couple other things in the issue comment regarding band names and thumbnail image for the item |
|
I also still need to look into UMM-Var😅 |
|
We decided in a meeting to address CEOS differences in the MAAP Data Requirements Document 1st, then port those changes to a future update of this page.
That makes sense, pretty sure we need absolute paths to find things in Buckets. There's a minor technical question as to where the paths get made that way. Example: in DPS output, the paths are relative inside the job, and the STAC ingestion tool @hrodmn made will convert them to absolute.
how does published differ from created? |
|
CMR metadata does include the full hierarchy for science keywords |
|
Also the created/published is a good question. I'm assuming it'd probably be something along the lines of a STAC metadata record being created (maybe in a dev env), and then the publish date would be when the data/metadata is made available in prod? Edit to add: UMM-G has create and insert, create being when the granule file was created and insert being when the granule file is entered into the database |
Ah, this was the comment I was talking about during backlog today! @hrodmn I also left a couple comments above to your response @wildintellect |
The answer is that hrefs must be absolute. There will be cases (like the DPS case that @wildintellect mentioned) where absolute hrefs are not known when the metadata are initially generated, but the full path to the assets is the most important component of published STAC metadata so it has to get in there before publication! |
Co-authored-by: Henry Rodman <henry.rodman@gmail.com>
Converted STAC Metadata Recs document from markdown to rst. Docs site currently does not support markdown