From db36e14e9e17e5494783821da37ee070d3a84fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Wed, 28 Feb 2024 13:30:27 +0100 Subject: [PATCH] docs: improve README fix #156 --- README.Rmd | 14 ++++++++++---- README.md | 15 +++++++++++++-- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index 8fe8a18..1939d95 100644 --- a/README.Rmd +++ b/README.Rmd @@ -139,11 +139,20 @@ emodnet_get_layers( ) ``` +## Help needed? + +If you get an unexpected error, + +- Look up the [EMODnet monitor](https://monitor.emodnet.eu/resources?lang=en&resource_type=OGC:WFS); +- Open an issue in this [repository](https://github.com/EMODnet/EMODnetWFS/issues). + ## Other web services +There are three ways to access EMODnet data at the moment, that complement each other. + ### EMODnet ERDDAP server -The EMODnet data are also published in an [ERDDAP server](https://erddap.emodnet.eu). You can access these data in R using the [rerddap R package](https://docs.ropensci.org/rerddap/): +Some EMODnet data are also published in an [ERDDAP server](https://erddap.emodnet.eu). You can access these data in R using the [rerddap R package](https://docs.ropensci.org/rerddap/): ```{r rerddap} @@ -169,9 +178,6 @@ head(year_2020_gridded_data$data) This package EMODnetWFS uses [Web Feature Services](https://www.ogc.org/standard/wfs/), hence it is limited to getting vector data. EMODnet also hosts raster data that can be accessed via [Web Coverage Services (WCS)](https://www.ogc.org/standard/wcs/). The R package [EMODnetWCS](https://github.com/EMODnet/EMODnetWCS) makes these data available in R. - - - ## Citation To cite EMODnetWFS, please use the output from `citation(package = "EMODnetWFS")`. diff --git a/README.md b/README.md index 0efcb0b..27af6da 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ All available services are contained in the tibble returned by | biology_occurrence_data | | | chemistry_cdi_data_discovery_and_access_service | | | chemistry_cdi_distribution_observations_per_category_and_region | | -| chemistry_contaminants | | | chemistry_marine_litter | | | geology_coastal_behavior | | | geology_events_and_probabilities | | @@ -343,11 +342,23 @@ emodnet_get_layers( #> 10 mediseh_posidonia_nodata.84 0 2.817453 MULTICURVE (LINESTRING (15.... ``` +## Help needed? + +If you get an unexpected error, + +- Look up the [EMODnet + monitor](https://monitor.emodnet.eu/resources?lang=en&resource_type=OGC:WFS); +- Open an issue in this + [repository](https://github.com/EMODnet/EMODnetWFS/issues). + ## Other web services +There are three ways to access EMODnet data at the moment, that +complement each other. + ### EMODnet ERDDAP server -The EMODnet data are also published in an [ERDDAP +Some EMODnet data are also published in an [ERDDAP server](https://erddap.emodnet.eu). You can access these data in R using the [rerddap R package](https://docs.ropensci.org/rerddap/):