diff --git a/R/ISOLineage.R b/R/ISOLineage.R index 7192281c..553d18db 100644 --- a/R/ISOLineage.R +++ b/R/ISOLineage.R @@ -41,7 +41,9 @@ #' xml <- lineage$encode() #' #' @references -#' ISO 19115:2003 - Geographic information -- Metadata +#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_LI_Lineage} +#' +#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mrl/1.0/mrl/#element_LI_Lineage} #' #' @author Emmanuel Blondel #' @@ -49,7 +51,10 @@ ISOLineage<- R6Class("ISOLineage", inherit = ISOAbstractObject, private = list( xmlElement = "LI_Lineage", - xmlNamespacePrefix = "GMD" + xmlNamespacePrefix = list( + "19139" = "GMD", + "19115-3" = "MRL" + ) ), public = list( #'@field statement statement [0..1]: character diff --git a/R/ISOProcessStep.R b/R/ISOProcessStep.R index 119f92ac..172e7101 100644 --- a/R/ISOProcessStep.R +++ b/R/ISOProcessStep.R @@ -18,7 +18,9 @@ #' xml <- ps$encode() #' #' @references -#' ISO 19115:2003 - Geographic information -- Metadata +#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_LI_ProcessStep} +#' +#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mrl/1.0/mrl/#element_LI_ProcessStep} #' #' @author Emmanuel Blondel #' @@ -26,7 +28,10 @@ ISOProcessStep <- R6Class("ISOProcessStep", inherit = ISOAbstractObject, private = list( xmlElement = "LI_ProcessStep", - xmlNamespacePrefix = "GMD" + xmlNamespacePrefix = list( + "19139" = "GMD", + "19115-3" = "MRL" + ) ), public = list( diff --git a/R/ISOSource.R b/R/ISOSource.R index caccc535..cc01e903 100644 --- a/R/ISOSource.R +++ b/R/ISOSource.R @@ -28,7 +28,9 @@ #' xml <- src$encode() #' #' @references -#' ISO 19115:2003 - Geographic information -- Metadata +#' - ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_LI_Source} +#' +#' - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mrl/1.0/mrl/#element_LI_Source} #' #' @author Emmanuel Blondel #' @@ -36,7 +38,10 @@ ISOSource <- R6Class("ISOSource", inherit = ISOAbstractObject, private = list( xmlElement = "LI_Source", - xmlNamespacePrefix = "GMD" + xmlNamespacePrefix = list( + "19139" = "GMD", + "19115-3" = "MRL" + ) ), public = list( diff --git a/inst/extdata/coverage/geometa_coverage_inventory.csv b/inst/extdata/coverage/geometa_coverage_inventory.csv index d8f03f72..9d26e7ad 100644 --- a/inst/extdata/coverage/geometa_coverage_inventory.csv +++ b/inst/extdata/coverage/geometa_coverage_inventory.csv @@ -81,9 +81,9 @@ "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","EX_TemporalExtent","ISOTemporalExtent",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","EX_VerticalExtent","ISOVerticalExtent",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","LanguageCode","ISOLanguage",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" -"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","LI_Lineage","ISOLineage",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" -"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","LI_ProcessStep","ISOProcessStep",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" -"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","LI_Source","ISOSource",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" +"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","LI_Lineage","ISOLineage",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" +"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","LI_ProcessStep","ISOProcessStep",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" +"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","LI_Source","ISOSource",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","LocalisedCharacterString","ISOLocalisedCharacterString",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_AggregateInformation","ISOAggregateInformation",TRUE,FALSE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" "ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD","MD_ApplicationSchemaInformation","ISOApplicationSchemaInformation",TRUE,TRUE,"ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD" @@ -676,9 +676,9 @@ "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LE_ProcessStep","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LE_ProcessStepReport","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LE_Source","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" -"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LI_Lineage","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" -"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LI_ProcessStep","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" -"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LI_Source","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" +"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LI_Lineage","ISOLineage",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" +"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LI_ProcessStep","ISOProcessStep",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" +"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL","LI_Source","ISOSource",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL" "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Reference Systems (MRS) Version: 1.0","MRS","MD_ReferenceSystem","ISOReferenceSystem",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRS" "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Reference Systems (MRS) Version: 1.0","MRS","MD_ReferenceSystemTypeCode","ISOReferenceSystemType",TRUE,TRUE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRS" "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Spatial Representation (MSR) Version: 2.0","MSR","AbstractMD_SpatialRepresentation","",FALSE,FALSE,"ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MSR" diff --git a/inst/extdata/coverage/geometa_coverage_summary.csv b/inst/extdata/coverage/geometa_coverage_summary.csv index c9e94074..d3fb2656 100644 --- a/inst/extdata/coverage/geometa_coverage_summary.csv +++ b/inst/extdata/coverage/geometa_coverage_summary.csv @@ -14,7 +14,7 @@ "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",7,0,7,0,100 "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Identification (MRI) Version: 1.0","MRI",12,0,12,0,100 -"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL",0,11,0,11,0 +"ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Resource Lineage (MRL) Version: 2.0","MRL",3,8,3,8,27.27 "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Reference Systems (MRS) Version: 1.0","MRS",2,0,2,0,100 "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for Spatial Representation (MSR) Version: 2.0","MSR",0,17,0,17,0 "ISO/TS 19115-3:2023","ISO 19115-1:2014","Metadata for SeRVices (SRV) Version: 2.0","SRV",7,1,0,8,87.5 @@ -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,68,64,100 +"ISO/TS 19139:2007","ISO 19115-1:2003","Geographic Information - Metadata","GMD",132,0,71,61,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 9b41d5ac..9424d722 100644 --- a/inst/extdata/coverage/geometa_coverage_summary.html +++ b/inst/extdata/coverage/geometa_coverage_summary.html @@ -555,11 +555,11 @@ ISO 19115-1:2014 Metadata for Resource Lineage (MRL) Version: 2.0 MRL -ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL -0 -11 -0 -11 +ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL +3 +8 +3 +8 ISO/TS 19115-3:2023 🆕 @@ -659,8 +659,8 @@ ISO/TS 19139:2007 - ISO 19115-1:2003 - GMD 132 0 -68 -64 +71 +61 ISO/TS 19139:2007 diff --git a/inst/extdata/coverage/geometa_coverage_summary.md b/inst/extdata/coverage/geometa_coverage_summary.md index a645ce56..0bd030b9 100644 --- a/inst/extdata/coverage/geometa_coverage_summary.md +++ b/inst/extdata/coverage/geometa_coverage_summary.md @@ -15,7 +15,7 @@ |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/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 7| 0| 7| 0| |ISO/TS 19115-3:2023 🆕 |ISO 19115-1:2014 |Metadata for Resource Identification (MRI) Version: 1.0 |MRI |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRI](https://img.shields.io/badge/-100%25-4a4ea8.svg)](https://github.com/eblondel/geometa)| 12| 0| 12| 0| -|ISO/TS 19115-3:2023 🆕 |ISO 19115-1:2014 |Metadata for Resource Lineage (MRL) Version: 2.0 |MRL |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL](https://img.shields.io/badge/-0%25-ad0f0f.svg)](https://github.com/eblondel/geometa)| 0| 11| 0| 11| +|ISO/TS 19115-3:2023 🆕 |ISO 19115-1:2014 |Metadata for Resource Lineage (MRL) Version: 2.0 |MRL |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRL](https://img.shields.io/badge/-27%25-ff0c0c.svg)](https://github.com/eblondel/geometa)| 3| 8| 3| 8| |ISO/TS 19115-3:2023 🆕 |ISO 19115-1:2014 |Metadata for Reference Systems (MRS) Version: 1.0 |MRS |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MRS](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 Spatial Representation (MSR) Version: 2.0 |MSR |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - MSR](https://img.shields.io/badge/-0%25-ad0f0f.svg)](https://github.com/eblondel/geometa)| 0| 17| 0| 17| |ISO/TS 19115-3:2023 🆕 |ISO 19115-1:2014 |Metadata for SeRVices (SRV) Version: 2.0 |SRV |[![ISO/TS 19115-3:2023 - ISO 19115-1:2014 - SRV](https://img.shields.io/badge/-88%25-33cc7a.svg)](https://github.com/eblondel/geometa)| 7| 1| 0| 8| @@ -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| 68| 64| +|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| 71| 61| |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/ISOLineage.Rd b/man/ISOLineage.Rd index 6a9211db..e7375bf9 100644 --- a/man/ISOLineage.Rd +++ b/man/ISOLineage.Rd @@ -50,7 +50,9 @@ ISOLineage } \references{ -ISO 19115:2003 - Geographic information -- Metadata +- ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_LI_Lineage} + + - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mrl/1.0/mrl/#element_LI_Lineage} } \author{ Emmanuel Blondel diff --git a/man/ISOProcessStep.Rd b/man/ISOProcessStep.Rd index 7f57c179..d8faa44a 100644 --- a/man/ISOProcessStep.Rd +++ b/man/ISOProcessStep.Rd @@ -27,7 +27,9 @@ ISOProcessStep } \references{ -ISO 19115:2003 - Geographic information -- Metadata +- ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_LI_ProcessStep} + + - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mrl/1.0/mrl/#element_LI_ProcessStep} } \author{ Emmanuel Blondel diff --git a/man/ISOSource.Rd b/man/ISOSource.Rd index 9404bc09..33583957 100644 --- a/man/ISOSource.Rd +++ b/man/ISOSource.Rd @@ -37,7 +37,9 @@ ISOSource } \references{ -ISO 19115:2003 - Geographic information -- Metadata +- ISO 19139 \url{https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_LI_Source} + + - ISO 19115-3 \url{https://schemas.isotc211.org/19115/-3/mrl/1.0/mrl/#element_LI_Source} } \author{ Emmanuel Blondel