Skip to content

Commit

Permalink
fix tests & Rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 30, 2024
1 parent f9540cf commit 575d4bd
Show file tree
Hide file tree
Showing 823 changed files with 2,337 additions and 2,300 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.Rproj.user
.Rhistory
.RData
.REnviron
=======
# History files
.Rhistory
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: geometa
Type: Package
Title: Tools for Reading and Writing ISO/OGC Geographic Metadata
Version: 0.9
Date: 2024-12-12
Date: 2024-12-30
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
person("R Consortium", role = "fnd"))
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractCRS.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract CRS
#' @return Object of \code{\link{R6Class}} for modelling an GMLAbstractCRS
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAbstractCRS
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractCoordinateOperation.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract coordinate Operation
#' @return Object of \code{\link{R6Class}} for modelling an GMLAbstractCoordinateOperation
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAbstractCoordinateOperation
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractCoordinateSystem.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract coordinate system
#' @return Object of \code{\link{R6Class}} for modelling an GMLAbstractCoordinateSystem
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAbstractCoordinateSystem
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractCoverage.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract coverage
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract coverage
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract coverage
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @note Internal binding used with OGC services
#'
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractCurve.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Curve
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract curve
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract curve
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @note Experimental
#'
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractDiscreteCoverage.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract discrete coverage
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract discrete coverage
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract discrete coverage
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractFeature.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract feature
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract feature
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract feature
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractGML.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract GML
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract GML
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractGeneralConversion.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract general conversion
#' @return Object of \code{\link{R6Class}} for modelling an GMLAbstractGeneralConversion
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAbstractGeneralConversion
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @note Experimental
#'
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractGeneralDerivedCRS.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract single crs
#' @return Object of \code{\link{R6Class}} for modelling an GMLAbstractGeneralDerivedCRS
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAbstractGeneralDerivedCRS
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractGeneralOperationParameter.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract general operation parameter
#' @return Object of \code{\link{R6Class}} for modelling an GMLAbstractGeneralOperationParameter
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAbstractGeneralOperationParameter
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractGeneralParameterValue.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Abstract GeneralParameterValue
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract general ParameterValue
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract general ParameterValue
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractGeometricAggregate.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Geometric Aggregate
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract Geometric Aggregate
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract Geometric Aggregate
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractGeometricPrimitive.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Geometric Primitive
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract Geometric Primitive
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract Geometric Primitive
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractGeometry.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Geometry
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract Geometry
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract Geometry
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractImplicitGeometry.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Implicit Geometry
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract implicit Geometry
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract implicit Geometry
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractObject.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract object
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract object
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractReferenceableGrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Grid
#' @return Object of \code{\link{R6Class}} for modelling an GML grid
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML grid
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' OGC Geography Markup Language. http://www.opengeospatial.org/standards/gml
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractRing.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Geometric ring
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract ring
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract ring
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractSingleCRS.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract single crs
#' @return Object of \code{\link{R6Class}} for modelling an GMLAbstractSingleCRS
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAbstractSingleCRS
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractSingleOperation.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML abstract single Operation
#' @return Object of \code{\link{R6Class}} for modelling an GMLAbstractSingleOperation
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAbstractSingleOperation
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractSurface.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML Surface
#' @return Object of \code{\link{R6Class}} for modelling an GML abstract surface
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML abstract surface
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @note Experimental
#'
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractTimeGeometricPrimitive.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO temporal primitive
#' @return Object of \code{\link{R6Class}} for modelling an ISO GML abstract temporal primitive
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an ISO GML abstract temporal primitive
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19115:2003 - Geographic information -- Metadata
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractTimeObject.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML time object abstract
#' @return Object of \code{\link{R6Class}} for modelling an GML AbstractTimeObject
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML AbstractTimeObject
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @note Experimental
#'
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAbstractTimePrimitive.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML time primitive abstract
#' @return Object of \code{\link{R6Class}} for modelling an GML AbstractTimePrimitive
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML AbstractTimePrimitive
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLAffineCS.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML affine coordinate system
#' @return Object of \code{\link{R6Class}} for modelling an GMLAffineCS
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLAffineCS
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @note Experimental
#'
Expand Down
4 changes: 2 additions & 2 deletions R/GMLBaseUnit.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML base unit definition
#' @return Object of \code{\link{R6Class}} for modelling an GML base unit
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML base unit
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @examples
#' gml <- GMLBaseUnit$new()
Expand Down
4 changes: 2 additions & 2 deletions R/GMLCOVAbstractCoverage.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#' @docType class
#' @export
#' @keywords GML GMLCOV Coverage
#' @return Object of \code{\link{R6Class}} for modelling a GMLCOV Abstract Coverage
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling a GMLCOV Abstract Coverage
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' GML 3.2.1 Application Schema for Coverages http://www.opengis.net/gmlcov/1.0
Expand Down
4 changes: 2 additions & 2 deletions R/GMLCOVExtension.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#' @docType class
#' @export
#' @keywords GML GMLCOV Coverage
#' @return Object of \code{\link{R6Class}} for modelling a GMLCOV Extension
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling a GMLCOV Extension
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @note Internal binding for OGC services
#' @references
Expand Down
4 changes: 2 additions & 2 deletions R/GMLCartesianCS.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML cartesian coordinate system
#' @return Object of \code{\link{R6Class}} for modelling an GMLCartesianCS
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLCartesianCS
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @note Experimental
#'
Expand Down
4 changes: 2 additions & 2 deletions R/GMLCodeType.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords GML codetype
#' @return Object of \code{\link{R6Class}} for modelling a GML code type
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling a GML code type
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLCompoundCRS.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML compound CRS
#' @return Object of \code{\link{R6Class}} for modelling an GMLCompoundCRS
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link [R6]{R6Class}} for modelling an GMLCompoundCRS
#' @format \code{\link [R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
4 changes: 2 additions & 2 deletions R/GMLConventionalUnit.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML conventional unit definition
#' @return Object of \code{\link{R6Class}} for modelling an GML derived unit
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GML derived unit
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @examples
#' gml <- GMLConventionalUnit$new()
Expand Down
4 changes: 2 additions & 2 deletions R/GMLConversion.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#' @importFrom R6 R6Class
#' @export
#' @keywords ISO GML conversion
#' @return Object of \code{\link{R6Class}} for modelling an GMLConversion
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6]{R6Class}} for modelling an GMLConversion
#' @format \code{\link[R6]{R6Class}} object.
#'
#' @references
#' ISO 19136:2007 Geographic Information -- Geographic Markup Language.
Expand Down
Loading

0 comments on commit 575d4bd

Please sign in to comment.