Skip to content

Commit

Permalink
docs: add a bit more about spatial data
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Nov 5, 2024
1 parent 618afdd commit 9ff1172
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ set the `"emodnet.wfs.quiet"` option to `TRUE`.
options("emodnet.wfs.quiet" = TRUE)
```

## Pre-requisites

For users not familiar yet with geospatial data in R, we recommend the following resources:

- [Spatial Data Science With Applications in R](https://r-spatial.org/book/) by Edzer Pebesma and Roger Bivand.

- [Geocomputation with R](https://r.geocompx.org/) by Robin Lovelace, Jakub Nowosad and Jannes Muenchow.

In the documentation we assume a basic familiarity with spatial data: knowing about coordinates and about projections / [coordinate reference systems (CRS)](https://r.geocompx.org/spatial-class#crs-intro).

## Available services

All available services are contained in the tibble returned by `emodnet_wfs()`.
Expand Down

0 comments on commit 9ff1172

Please sign in to comment.