Skip to content

Commit

Permalink
Fix pkg formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed May 15, 2024
1 parent bcc0c84 commit 0585a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-read-write-plot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ Also note the use of `write_disk()` to ensure that the results are written to di
For many everyday tasks, however, a higher-level interface may be more appropriate, and a number of R packages, and tutorials, have been developed precisely for this purpose.
The package **ows4R** has been developed for working with OWS services.
It provides a stable interface to common access services, such as the WFS, WCS for data, CSW for metadata, and WPS for processing.
The OGC services coverage is described in the README of the `ows4R` package, hosted at [github.com/eblondel/ows4R](https://github.com/eblondel/ows4R?tab=readme-ov-file#ogc-standards-coverage-status), with new standard protocols under investigation/development.
The OGC services coverage is described in the README of the package, hosted at [github.com/eblondel/ows4R](https://github.com/eblondel/ows4R?tab=readme-ov-file#ogc-standards-coverage-status), with new standard protocols under investigation/development.

Based on the above example, the code below show how to perform `getCapabilities` and `getFeatures` operations with this package.
The **ows4R** package relies on the principle of clients.
Expand Down

0 comments on commit 0585a25

Please sign in to comment.