diff --git a/R/ISOMaintenanceFrequency.R b/R/ISOMaintenanceFrequency.R index dc2edeb9..0a3c8940 100644 --- a/R/ISOMaintenanceFrequency.R +++ b/R/ISOMaintenanceFrequency.R @@ -15,7 +15,9 @@ #' daily <- ISOMaintenanceFrequency$new(value = "daily") #' #' @references -#' ISO 19115:2003 - Geographic information -- Metadata +#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_MaintenanceFrequencyCode} +#' +#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mmi/1.0/mmi/#element_MD_MaintenanceFrequencyCode} #' #' @author Emmanuel Blondel #' @@ -23,7 +25,10 @@ ISOMaintenanceFrequency <- R6Class("ISOMaintenanceFrequency", inherit = ISOCodeListValue, private = list( xmlElement = "MD_MaintenanceFrequencyCode", - xmlNamespacePrefix = "GMD" + xmlNamespacePrefix = list( + "19139" = "GMD", + "19115-3" = "MMI" + ) ), public = list( diff --git a/R/ISOMaintenanceInformation.R b/R/ISOMaintenanceInformation.R index 48ad8b8c..ff132ef5 100644 --- a/R/ISOMaintenanceInformation.R +++ b/R/ISOMaintenanceInformation.R @@ -13,7 +13,9 @@ #' xml <- md$encode() #' #' @references -#' ISO 19115:2003 - Geographic information -- Metadata +#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_MaintenanceInformation} +#' +#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mmi/1.0/mmi/#element_MD_MaintenanceInformation} #' #' @author Emmanuel Blondel #' @@ -21,7 +23,10 @@ ISOMaintenanceInformation <- R6Class("ISOMaintenanceInformation", inherit = ISOAbstractObject, private = list( xmlElement = "MD_MaintenanceInformation", - xmlNamespacePrefix = "GMD" + xmlNamespacePrefix = list( + "19139" = "GMD", + "19115-3" = "MMI" + ) ), public = list( #'@field maintenanceAndUpdateFrequency maintenanceAndUpdateFrequency diff --git a/inst/extdata/coverage/geometa_coverage_inventory.csv b/inst/extdata/coverage/geometa_coverage_inventory.csv index 8ac44227..5d6d7ab0 100644 --- a/inst/extdata/coverage/geometa_coverage_inventory.csv +++ b/inst/extdata/coverage/geometa_coverage_inventory.csv @@ -117,8 +117,8 @@ "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_Keywords","ISOKeywords",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_KeywordTypeCode","ISOKeywordType",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_LegalConstraints","ISOLegalConstraints",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" -"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_MaintenanceFrequencyCode","ISOMaintenanceFrequency",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" -"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_MaintenanceInformation","ISOMaintenanceInformation",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" +"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_MaintenanceFrequencyCode","ISOMaintenanceFrequency",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" +"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_MaintenanceInformation","ISOMaintenanceInformation",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_Medium","ISOMedium",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_MediumFormatCode","ISOMediumFormat",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_MediumNameCode","ISOMediumName",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" @@ -627,8 +627,8 @@ "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for COnstraints (MCO) Version: 1.0","MCO","MD_SecurityConstraints","ISOSecurityConstraints",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MCO" "ISO/TS 19115-3:2023","ISO 19115-1:2014","MetaData Base (MDB) Version: 2.0","MDB","MD_Metadata","ISOMetadata",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MDB" "ISO/TS 19115-3:2023","ISO 19115-1:2014","MetaData Base (MDB) Version: 2.0","MDB","MD_MetadataScope","ISOMetadataScope",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MDB" -"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Maintenance Information (MMI) Version: 1.0","MMI","MD_MaintenanceFrequencyCode","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MMI" -"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Maintenance Information (MMI) Version: 1.0","MMI","MD_MaintenanceInformation","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MMI" +"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Maintenance Information (MMI) Version: 1.0","MMI","MD_MaintenanceFrequencyCode","ISOMaintenanceFrequency",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MMI" +"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Maintenance Information (MMI) Version: 1.0","MMI","MD_MaintenanceInformation","ISOMaintenanceInformation",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MMI" "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Portrayal Catalogues (MPC) Version: 1.0","MPC","MD_PortrayalCatalogueReference","ISOPortrayalCatalogueReference",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MPC" "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Content (MRC) Version: 1.0","MRC","AbstractMD_ContentInformation","ISOAbstractContentInformation",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRC" "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Content (MRC) Version: 1.0","MRC","MD_AttributeGroup","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRC" diff --git a/inst/extdata/coverage/geometa_coverage_summary.csv b/inst/extdata/coverage/geometa_coverage_summary.csv index 41dbc649..54f1fef2 100644 --- a/inst/extdata/coverage/geometa_coverage_summary.csv +++ b/inst/extdata/coverage/geometa_coverage_summary.csv @@ -9,7 +9,7 @@ "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata Common Classes (MCC) Version: 1.0","MCC",6,25,6,25,19.35 "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for COnstraints (MCO) Version: 1.0","MCO",5,1,5,1,83.33 "ISO/TS 19115-3:2023","ISO 19115-1:2014","MetaData Base (MDB) Version: 2.0","MDB",2,0,2,0,100 -"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Maintenance Information (MMI) Version: 1.0","MMI",0,2,0,2,0 +"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Maintenance Information (MMI) Version: 1.0","MMI",2,0,2,0,100 "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Portrayal Catalogues (MPC) Version: 1.0","MPC",1,0,1,0,100 "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Content (MRC) Version: 1.0","MRC",16,3,16,3,84.21 "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Distribution (MRD) Version: 1.0","MRD",0,7,0,7,0 @@ -23,7 +23,7 @@ "ISO/TS 19115-3:2023","ISO/TS 19139:2007","CATalogue Objects (CAT) Version: 1.0","CAT",2,15,2,15,11.76 "ISO/TS 19115-3:2023","ISO/TS 19139:2007","Feature Catalog Common (FCC) Version: 1.0","FCC",0,2,0,2,0 "ISO/TS 19139:2007","ISO 19110:2005","Geographic Information - Methodology for feature cataloguing","GFC",17,0,0,17,100 -"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD",132,0,49,83,100 +"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD",132,0,51,81,100 "ISO/TS 19139:2007","ISO 19115-2:2009","Geographic Information - Metadata - Part 2: Extensions for imagery and gridded data","GMI",40,0,7,33,100 "ISO/TS 19139:2007","ISO 19119:2005","Geographic Information - Service Metadata","SRV",7,12,0,19,36.84 "ISO/TS 19139:2007","ISO/TS 19103:2005","Geographic Common extensible markup language","GCO",22,0,22,0,100 diff --git a/inst/extdata/coverage/geometa_coverage_summary.html b/inst/extdata/coverage/geometa_coverage_summary.html index 56c4812f..5d6d6d36 100644 --- a/inst/extdata/coverage/geometa_coverage_summary.html +++ b/inst/extdata/coverage/geometa_coverage_summary.html @@ -497,11 +497,11 @@ Metadata for Maintenance Information (MMI) Version: 1.0 MMI -ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MMI -0 +ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MMI 2 0 2 +0 ISO/TS 19115-3:2023 @@ -659,8 +659,8 @@ ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD 132 0 -49 -83 +51 +81 ISO/TS 19139:2007 diff --git a/inst/extdata/coverage/geometa_coverage_summary.md b/inst/extdata/coverage/geometa_coverage_summary.md index 43598b94..57147598 100644 --- a/inst/extdata/coverage/geometa_coverage_summary.md +++ b/inst/extdata/coverage/geometa_coverage_summary.md @@ -10,7 +10,7 @@ |ISO/TS 19115-3:2023 |ISO 19115-1:2014 |Metadata Common Classes (MCC) Version: 1.0 |MCC |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MCC](https://img.shields.io/badge/-19%25-ad0f0f.svg)](https://github.com/eblondel/geometa)| 6| 25| 6| 25| |ISO/TS 19115-3:2023 |ISO 19115-1:2014 |Metadata for COnstraints (MCO) Version: 1.0 |MCO |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MCO](https://img.shields.io/badge/-83%25-33cc7a.svg)](https://github.com/eblondel/geometa)| 5| 1| 5| 1| |ISO/TS 19115-3:2023 |ISO 19115-1:2014 |MetaData Base (MDB) Version: 2.0 |MDB |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MDB](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 2| 0| 2| 0| -|ISO/TS 19115-3:2023 |ISO 19115-1:2014 |Metadata for Maintenance Information (MMI) Version: 1.0 |MMI |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MMI](https://img.shields.io/badge/-0%25-ad0f0f.svg)](https://github.com/eblondel/geometa)| 0| 2| 0| 2| +|ISO/TS 19115-3:2023 |ISO 19115-1:2014 |Metadata for Maintenance Information (MMI) Version: 1.0 |MMI |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MMI](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 2| 0| 2| 0| |ISO/TS 19115-3:2023 |ISO 19115-1:2014 |Metadata for Portrayal Catalogues (MPC) Version: 1.0 |MPC |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MPC](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 1| 0| 1| 0| |ISO/TS 19115-3:2023 |ISO 19115-1:2014 |Metadata for Resource Content (MRC) Version: 1.0 |MRC |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRC](https://img.shields.io/badge/-84%25-33cc7a.svg)](https://github.com/eblondel/geometa)| 16| 3| 16| 3| |ISO/TS 19115-3:2023 |ISO 19115-1:2014 |Metadata for Resource Distribution (MRD) Version: 1.0 |MRD |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRD](https://img.shields.io/badge/-0%25-ad0f0f.svg)](https://github.com/eblondel/geometa)| 0| 7| 0| 7| @@ -24,7 +24,7 @@ |ISO/TS 19115-3:2023 |ISO/TS 19139:2007 |CATalogue Objects (CAT) Version: 1.0 |CAT |[![ISO/TS 19115-3:2023 - ISO/TS 19139:2007 - CAT](https://img.shields.io/badge/-12%25-ad0f0f.svg)](https://github.com/eblondel/geometa)| 2| 15| 2| 15| |ISO/TS 19115-3:2023 |ISO/TS 19139:2007 |Feature Catalog Common (FCC) Version: 1.0 |FCC |[![ISO/TS 19115-3:2023 - ISO/TS 19139:2007 - FCC](https://img.shields.io/badge/-0%25-ad0f0f.svg)](https://github.com/eblondel/geometa)| 0| 2| 0| 2| |ISO/TS 19139:2007 |ISO 19110:2005 |Geographic Information - Methodology for feature cataloguing |GFC |[![ISO/TS 19139:2007 - ISO 19110:2005 - GFC](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 17| 0| 0| 17| -|ISO/TS 19139:2007 |ISO 19115-1:2003 |Geographic Information - Metadata |GMD |[![ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 132| 0| 49| 83| +|ISO/TS 19139:2007 |ISO 19115-1:2003 |Geographic Information - Metadata |GMD |[![ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 132| 0| 51| 81| |ISO/TS 19139:2007 |ISO 19115-2:2009 |Geographic Information - Metadata - Part 2: Extensions for imagery and gridded data |GMI |[![ISO/TS 19139:2007 - ISO 19115-2:2009 - GMI](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 40| 0| 7| 33| |ISO/TS 19139:2007 |ISO 19119:2005 |Geographic Information - Service Metadata |SRV |[![ISO/TS 19139:2007 - ISO 19119:2005 - SRV](https://img.shields.io/badge/-37%25-ff0c0c.svg)](https://github.com/eblondel/geometa)| 7| 12| 0| 19| |ISO/TS 19139:2007 |ISO/TS 19103:2005 |Geographic Common extensible markup language |GCO |[![ISO/TS 19139:2007 - ISO/TS 19103:2005 - GCO](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 22| 0| 22| 0| diff --git a/man/ISOMaintenanceFrequency.Rd b/man/ISOMaintenanceFrequency.Rd index 4ccb3c69..50b398de 100644 --- a/man/ISOMaintenanceFrequency.Rd +++ b/man/ISOMaintenanceFrequency.Rd @@ -24,7 +24,9 @@ ISOMaintenanceFrequency } \references{ -ISO 19115:2003 - Geographic information -- Metadata +- ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_MaintenanceFrequencyCode} + + - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mmi/1.0/mmi/#element_MD_MaintenanceFrequencyCode} } \author{ Emmanuel Blondel diff --git a/man/ISOMaintenanceInformation.Rd b/man/ISOMaintenanceInformation.Rd index 401a4997..e5a6dd05 100644 --- a/man/ISOMaintenanceInformation.Rd +++ b/man/ISOMaintenanceInformation.Rd @@ -22,7 +22,9 @@ ISOMaintenanceInformation } \references{ -ISO 19115:2003 - Geographic information -- Metadata +- ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_MaintenanceInformation} + + - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mmi/1.0/mmi/#element_MD_MaintenanceInformation} } \author{ Emmanuel Blondel