From 2b191e4cf4bc112b1ec62024cb095e250481d18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Mon, 1 Jul 2024 15:59:15 +0200 Subject: [PATCH] refactor: lintr exclusions for length because of URL --- R/layers.R | 2 ++ man/emodnet_get_layers.Rd | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/R/layers.R b/R/layers.R index d95ab30..4880a05 100644 --- a/R/layers.R +++ b/R/layers.R @@ -70,6 +70,7 @@ #' #' @section Big downloads: #' +# nolint start: line_length_linter #' If a layer is really big (like `"abiotic_observations"` of the #' `"biology_occurrence_data"` service), #' you might consider a combination of these ideas: @@ -78,6 +79,7 @@ #' [bounding boxes](https://emodnet.github.io/EMODnetWFS/articles/request-params.html#limit-spatial-extent-using-a-boundary-box) #' (possibly splitting the area of interests into several requests); #' - Using [EMODnet's download toolbox](https://emodnet.ec.europa.eu/geoviewer/). +# nolint end emodnet_get_layers <- function(wfs = NULL, service = NULL, service_version = NULL, diff --git a/man/emodnet_get_layers.Rd b/man/emodnet_get_layers.Rd index abd4fca..1274ed2 100644 --- a/man/emodnet_get_layers.Rd +++ b/man/emodnet_get_layers.Rd @@ -76,7 +76,7 @@ If a layer is really big (like \code{"abiotic_observations"} of the \code{"biology_occurrence_data"} service), you might consider a combination of these ideas: \itemize{ -\item using \href{https://docs.geoserver.org/stable/en/user/services/wfs/reference.html#getfeature}{\code{outputFormat = "CSV"}} +\item using \href{https://docs.geoserver.org/stable/en/user/services/wfs/reference.html#getfeature}{\code{outputFormat = "CSV"}}; \item filtering using \href{https://emodnet.github.io/EMODnetWFS/articles/ecql_filtering.html}{\code{cql_filters}} or \href{https://emodnet.github.io/EMODnetWFS/articles/request-params.html#limit-spatial-extent-using-a-boundary-box}{bounding boxes} (possibly splitting the area of interests into several requests);