Skip to content

Commit 6eababe

Browse files
committed
fix links
1 parent f046c76 commit 6eababe

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ We thank in advance people that use ``ows4R`` for citing it in their work / publ
4949

5050
Standard |Description|Supported versions|Unsupported versions|Supported R bindings|Support
5151
----------|-----------|------------------|-----------------|--------------------|------|
52-
OGC Filter|[Filter Encoding](https://www.ogc.org/standard/filter/)|``1.1.0``|``2.0``||ongoing
53-
OGC Common|[Web Service Common](https://www.ogc.org/standard/common/)|``1.1``,``2.0``|||ongoing
54-
OGC CSW |[Catalogue Service](https://www.ogc.org/standard/cat/)|``2.0.2``|``3.0.0``|[geometa](https://github.com/eblondel/geometa) (ISO 19115 / 19119 / 19110 / 19139 XML)|ongoing - **seeking sponsors**
55-
OGC WFS |[Web Feature Service](https://www.ogc.org/standard/wfs/)|``1.0.0``,``1.1.0``,``2.0.0``||[sf](https://github.com/r-spatial/sf) (OGC Simple Feature)|ongoing
56-
OGC WMS |[Web Map Service](https://www.ogc.org/standard/wms/)|``1.1.0``,``1.1.1``,``1.3.0``||[sf](https://github.com/r-spatial/sf) (OGC Simple Feature - for `GetFeatureInfo` operation)|ongoing
57-
OGC WCS |[Web Coverage Service](https://www.ogc.org/standard/wcs/)|``1.0.0``, ``1.1.0``, ``1.1.1``, ``2.0.1``, ``2.1.0``||[terra](https://cran.r-project.org/package=terra)|ongoing
58-
OGC WPS |[Web Processing Service](https://www.ogc.org/standard/wps/)|`1.0.0`|`2.0`||under development (contribs welcome)
59-
OGC SOS |[Sensor Observation Service](https://www.ogc.org/standard/sos/)|`1.0`,`2.0`|||under investigation - **seeking sponsors**
52+
OGC Filter|[Filter Encoding](https://www.ogc.org/standards/filter/)|``1.1.0``|``2.0``||ongoing
53+
OGC Common|[Web Service Common](https://www.ogc.org/standards/common/)|``1.1``,``2.0``|||ongoing
54+
OGC CSW |[Catalogue Service](https://www.ogc.org/standards/cat/)|``2.0.2``|``3.0.0``|[geometa](https://github.com/eblondel/geometa) (ISO 19115 / 19119 / 19110 / 19139 XML)|ongoing - **seeking sponsors**
55+
OGC WFS |[Web Feature Service](https://www.ogc.org/standards/wfs/)|``1.0.0``,``1.1.0``,``2.0.0``||[sf](https://github.com/r-spatial/sf) (OGC Simple Feature)|ongoing
56+
OGC WMS |[Web Map Service](https://www.ogc.org/standards/wms/)|``1.1.0``,``1.1.1``,``1.3.0``||[sf](https://github.com/r-spatial/sf) (OGC Simple Feature - for `GetFeatureInfo` operation)|ongoing
57+
OGC WCS |[Web Coverage Service](https://www.ogc.org/standards/wcs/)|``1.0.0``, ``1.1.0``, ``1.1.1``, ``2.0.1``, ``2.1.0``||[terra](https://cran.r-project.org/package=terra)|ongoing
58+
OGC WPS |[Web Processing Service](https://www.ogc.org/standards/wps/)|`1.0.0`|`2.0`||under development (contribs welcome)
59+
OGC SOS |[Sensor Observation Service](https://www.ogc.org/standards/sos/)|`1.0`,`2.0`|||under investigation - **seeking sponsors**
6060

6161
In case of a missing feature, [create a ticket](https://github.com/eblondel/ows4R/issues/new).
6262

vignettes/csw.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(echo = TRUE)
1313

1414
This vignette shows how to use [ows4R](https://github.com/eblondel/ows4R) with a Catalogue Service for the Web (OGC CSW).
1515

16-
An overview of the Catalogue Service (CSW) can be found on the official OGC webpage: https://www.ogc.org/standard/cat/
16+
An overview of the Catalogue Service (CSW) can be found on the official OGC webpage: https://www.ogc.org/standards/cat/
1717

1818
<a name="csw-client"/>
1919

@@ -188,4 +188,4 @@ delete <- CSW$deleteRecordById(md$fileIdentifier)
188188
delete$getResult() #TRUE if deleted, FALSE otherwise
189189
```
190190

191-
The methods ``insertRecord`` and ``updateRecord`` also support options to deal with [geometa](https://github.com/eblondel/geometa) ``ISOMetadata`` objects. The option ``geometa_validate`` is set by default to ``TRUE`` and operates a validation vs. ISO/TC 19139 schemas. The option ``geometa_inspire`` can be enabled to test the metadata with INSPIRE. Records inserted/updated through CSW-T will then include a footer of XML comments containing the validation details. See the [geometa documentation](https://github.com/eblondel/geometa/wiki#423-validate-iso-19139-xml-metadata-documents)
191+
The methods ``insertRecord`` and ``updateRecord`` also support options to deal with [geometa](https://github.com/eblondel/geometa) ``ISOMetadata`` objects. The option ``geometa_validate`` is set by default to ``TRUE`` and operates a validation vs. ISO/TC 19139 schemas. The option ``geometa_inspire`` can be enabled to test the metadata with INSPIRE. Records inserted/updated through CSW-T will then include a footer of XML comments containing the validation details. See the [geometa documentation](https://github.com/eblondel/geometa/wiki#423-validate-iso-19139-xml-metadata-documents)

vignettes/wcs.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(echo = TRUE)
1313

1414
This vignette shows how to use [ows4R](https://github.com/eblondel/ows4R) with a Web Coverage Service (OGC WCS).
1515

16-
An overview of the Web Coverage Service (WCS) can be found on the official OGC webpage: https://www.ogc.org/standard/wcs/
16+
An overview of the Web Coverage Service (WCS) can be found on the official OGC webpage: https://www.ogc.org/standards/wcs/
1717

1818
<a name="wcs-client"/>
1919

0 commit comments

Comments
 (0)