Skip to content

Commit

Permalink
docs: improve README
Browse files Browse the repository at this point in the history
fix #156
  • Loading branch information
maelle committed Feb 28, 2024
1 parent 60e2c00 commit db36e14
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
14 changes: 10 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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")`.
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ All available services are contained in the tibble returned by
| biology_occurrence_data | <https://geo.vliz.be/geoserver/Dataportal/wfs> |
| chemistry_cdi_data_discovery_and_access_service | <https://geo-service.maris.nl/emodnet_chemistry/wfs> |
| chemistry_cdi_distribution_observations_per_category_and_region | <https://geo-service.maris.nl/emodnet_chemistry_p36/wfs> |
| chemistry_contaminants | <https://nodc.ogs.trieste.it/geoserver/Contaminants/wfs> |
| chemistry_marine_litter | <https://www.ifremer.fr/services/wfs/emodnet_chemistry2> |
| geology_coastal_behavior | <https://drive.emodnet-geology.eu/geoserver/tno/wfs> |
| geology_events_and_probabilities | <https://drive.emodnet-geology.eu/geoserver/ispra/wfs> |
Expand Down Expand Up @@ -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/):

Expand Down

0 comments on commit db36e14

Please sign in to comment.