Skip to content

Commit d7300f4

Browse files
committed
fix #222
1 parent 5bfbca7 commit d7300f4

7 files changed

Lines changed: 16 additions & 10 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: geometa
22
Type: Package
33
Title: Tools for Reading and Writing ISO/OGC Geographic Metadata
4-
Version: 0.10.0
5-
Date: 2026-06-16
4+
Version: 0.10.1
5+
Date: 2026-06-18
66
Authors@R: c(
77
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")),
88
person("R Consortium", role = "fnd"))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://github.com/eblondel/geometa/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/eblondel/geometa/actions/workflows/r-cmd-check.yml)
44
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/geometa)](https://cran.r-project.org/package=geometa)
55
[![cran checks](https://badges.cranchecks.info/worst/geometa.svg)](https://cran.r-project.org/web/checks/check_results_geometa.html)
6-
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.10.0-blue.svg)](https://github.com/eblondel/geometa)
6+
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.10.1-blue.svg)](https://github.com/eblondel/geometa)
77
[![R-Universe](https://eblondel.r-universe.dev/badges/geometa)](http://eblondel.r-universe.dev/#package:geometa)
88
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1184892.svg)](https://doi.org/10.5281/zenodo.1184892)
99

inst/extdata/schemas/19115/-1/gmd/gmd.xsd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
<!-- 20170706 @eblondel add service metadata and feature catalogue schemas -->
1313
<xs:import namespace="http://www.isotc211.org/2005/srv" schemaLocation="../../../19119/srv/srv.xsd"/>
1414
<xs:import namespace="http://www.isotc211.org/2005/gfc" schemaLocation="../../../19110/gfc/gfc.xsd"/>
15+
<!-- 20220217 @eblondel add SWE schemas for validation -->
16+
<xs:import namespace="http://www.opengis.net/swe/2.0" schemaLocation="../../../sweCommon/swe.xsd"/>
1517
<!-- 20221020 @eblondel add GMLCOV 1.0 -->
1618
<xs:import namespace="http://www.opengis.net/gmlcov/1.0" schemaLocation="../../../gmlcov/gmlcovAll.xsd"/>
1719
<!-- 20180910 @eblondel add GML 3.3. referenceableGrid.xsd inc for validation -->
1820
<xs:import namespace="http://www.opengis.net/gml/3.3/rgrid" schemaLocation="../../../gmlrgrid/referenceableGrid.xsd"/>
19-
<!-- 20220217 @eblondel add SWE schemas for validation -->
20-
<xs:import namespace="http://www.opengis.net/swe/2.0" schemaLocation="../../../sweCommon/swe.xsd"/>
21+
2122
<!-- ########################################################################### -->
2223
<!-- ########################################################################### -->
2324
<!-- ================================== Classes ================================= -->

inst/extdata/schemas/19115/-3/gcx/1.0/extendedTypes.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<!-- Changed schema location to address gml vs. gml/3.2 problem Ted Habermann 2013-12-26 -->
2020
<!--<import namespace="http://standards.iso.org/iso/19115/-3/gco/1.0" schemaLocation="../../../../19115/-3/gco/1.0/gco.xsd"/>-->
2121
<xs:import namespace="http://standards.iso.org/iso/19115/-3/gco/1.0" schemaLocation="../../../../19115/-3/gco/1.0/gco.xsd"/>
22-
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
22+
<!--<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>-->
23+
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../../../xlink/xlink.xsd"/>
2324
<!-- ########################################################################### -->
2425
<!-- ########################################################################### -->
2526
<!-- ================================== Classes ================================= -->

inst/extdata/schemas/gml/referenceSystems.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
1515
</annotation>
1616
<include schemaLocation="gml.xsd"/>
1717
<include schemaLocation="dictionary.xsd"/>
18-
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>
18+
<!--<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>-->
19+
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../19115/-1/gmd/gmd.xsd"/>
1920
<complexType name="IdentifiedObjectType" abstract="true">
2021
<annotation>
2122
<documentation>gml:IdentifiedObjectType provides identification properties of a CRS-related object. In gml:DefinitionType, the gml:identifier element shall be the primary name by which this object is identified, encoding the "name" attribute in the UML model.

inst/extdata/schemas/gmlcov/coverage.xsd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
<!-- Includes and imports -->
1919
<!-- ============================= -->
2020
<include schemaLocation="gmlcovAll.xsd"/>
21-
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
22-
<import namespace="http://www.opengis.net/swe/2.0" schemaLocation="http://schemas.opengis.net/sweCommon/2.0/swe.xsd"/>
21+
<!--<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>-->
22+
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../gml/gml.xsd"/>
23+
<!--<import namespace="http://www.opengis.net/swe/2.0" schemaLocation="http://schemas.opengis.net/sweCommon/2.0/swe.xsd"/>-->
24+
<import namespace="http://www.opengis.net/swe/2.0" schemaLocation="../sweCommon/swe.xsd"/>
2325

2426
<!-- ============================= -->
2527
<!-- Body of this schema -->

inst/extdata/schemas/gmlcov/grids.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<!-- Includes and imports -->
1717
<!-- ============================================================== -->
1818
<include schemaLocation="gmlcovAll.xsd"/>
19-
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
19+
<!--<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>-->
20+
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="../gml/gml.xsd"/>
2021

2122
<!-- ============================================================== -->
2223
<!-- Elements and types -->

0 commit comments

Comments
 (0)