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

CMR-10173: Update UMM-C for Web Unitification round 2 #2184

Merged
merged 14 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common-app-lib/src/cmr/common_app/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(defconfig collection-umm-version
"Defines the latest collection umm version accepted by ingest - it's the latest official version.
This environment variable needs to be manually set when newer UMM version becomes official"
{:default "1.18.1"})
{:default "1.18.2"})

(defconfig launchpad-token-enforced
"Flag for whether or not launchpad token is enforced."
Expand Down
4 changes: 2 additions & 2 deletions ingest-app/resources/CMR-7557/test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@
} ]
},
"MetadataSpecification": {
"URL": "https://cdn.earthdata.nasa.gov/umm/collection/v1.18.1",
"URL": "https://cdn.earthdata.nasa.gov/umm/collection/v1.18.2",
"Name": "UMM-C",
"Version": "1.18.1"
"Version": "1.18.2"
}
}
4 changes: 2 additions & 2 deletions ingest-app/resources/CMR-7647/CMR-7647.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,9 @@
} ]
} ],
"MetadataSpecification" : {
"URL" : "https://cdn.earthdata.nasa.gov/umm/collection/v1.18.1",
"URL" : "https://cdn.earthdata.nasa.gov/umm/collection/v1.18.2",
"Name" : "UMM-C",
"Version" : "1.18.1"
"Version" : "1.18.2"
},
"ArchiveAndDistributionInformation" : {
"FileDistributionInformation" : [ {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@
"DOI" : "10.1234/DOIID",
"Authority" : "https://doi.org/"
},
"ShortName" : "Mapping Short Name 1.18.1",
"EntryTitle" : "Mapping Example for UMM-C 1.18.1",
"ShortName" : "Mapping Short Name 1.18.2",
"EntryTitle" : "Mapping Example for UMM-C 1.18.2",
"PublicationReferences" : [ {
"OnlineResource" : {
"Linkage" : "http://www.yahoo.com",
Expand Down Expand Up @@ -814,9 +814,9 @@
"LongName" : "MUSES"
} ],
"MetadataSpecification" : {
"URL" : "https://cdn.earthdata.nasa.gov/umm/collection/v1.18.1",
"URL" : "https://cdn.earthdata.nasa.gov/umm/collection/v1.18.2",
"Name" : "UMM-C",
"Version" : "1.18.1"
"Version" : "1.18.2"
},
"ArchiveAndDistributionInformation" : {
"FileArchiveInformation" : [ {
Expand Down
5 changes: 5 additions & 0 deletions umm-lib/resources/schema/dif10/UmmCommon_1.2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ technical contact
<xs:enumeration value="PLANNED"/>
<xs:enumeration value="IN WORK"/>
<xs:enumeration value="COMPLETE"/>
<xs:enumeration value="PREPRINT"/>
<xs:enumeration value="INREVIEW"/>
<xs:enumeration value="SUPERSEDED"/>
jmaeng72 marked this conversation as resolved.
Show resolved Hide resolved
</xs:restriction>
</xs:simpleType>

Expand Down Expand Up @@ -580,6 +583,8 @@ technical contact
<xs:enumeration value="Parent Dataset"/>
<xs:enumeration value="Related Dataset"/>
<xs:enumeration value="Other"/>
<xs:enumeration value="IsPreviousVersionOf"/>
<xs:enumeration value="IsNewVersionOf"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AssociatedDOITypeOtherEnum">
Expand Down
2 changes: 2 additions & 0 deletions umm-lib/resources/schema/echo10/MetadataCommon.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@
<xs:enumeration value="Parent Dataset"/>
<xs:enumeration value="Related Dataset"/>
<xs:enumeration value="Other"/>
<xs:enumeration value="IsPreviousVersionOf"/>
<xs:enumeration value="IsNewVersionOf"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,18 @@
<gml:identifier codeSpace="gov.nasa.esdis.umm">Other</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_isPreviousVersionOf">
<gml:description>This collection has been superseded by the Associated DOI.</gml:description>
<gml:identifier codeSpace="gov.nasa.esdis.umm">Is_Previous_Version_Of</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_isNewVersionOf">
<gml:description>The collection supersedes the Associated DOI. </gml:description>
<gml:identifier codeSpace="gov.nasa.esdis.umm">Is_New_Version_Of</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_doiPreviousVersion">
<gml:description>part of a set of larger works that is identified by a digital object identifier.</gml:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,18 @@
<gml:identifier codeSpace="gov.nasa.esdis.umm">Other</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_isPreviousVersionOf">
<gml:description>This collection has been superseded by the Associated DOI.</gml:description>
<gml:identifier codeSpace="gov.nasa.esdis.umm">Is_Previous_Version_Of</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_isNewVersionOf">
<gml:description>The collection supersedes the Associated DOI. </gml:description>
<gml:identifier codeSpace="gov.nasa.esdis.umm">Is_New_Version_Of</gml:identifier>
</gmx:CodeDefinition>
</gmx:codeEntry>
<gmx:codeEntry>
<gmx:CodeDefinition gml:id="EOS_AssociationTypeCode_doiPreviousVersion">
<gml:description>part of a set of larger works that is identified by a digital object identifier.</gml:description>
Expand Down
Loading