comparison aquainfra_ogc_api_processes.R @ 2:af00a67d3649 draft

planemo upload for repository https://github.com/AquaINFRA/tools-ecology/tree/master commit 22bb5ef944236a3e6c5d4e9ffb31e99b700031e6
author ecology
date Tue, 04 Feb 2025 07:10:11 +0000
parents 1ff618d89af4
children 78768c06b60f
comparison
equal deleted inserted replaced
1:1ff618d89af4 2:af00a67d3649
181 181
182 is_url <- function(x) { 182 is_url <- function(x) {
183 grepl("^https?://", x) 183 grepl("^https?://", x)
184 } 184 }
185 185
186 server <- "https://aqua.igb-berlin.de/pygeoapi-dev/" 186 server <- "https://aquainfra.ogc.igb-berlin.de/pygeoapi/"
187 187
188 print("--> Retrieve parameters") 188 print("--> Retrieve parameters")
189 inputParameters <- getParameters() 189 inputParameters <- getParameters()
190 print("--> Parameters retrieved") 190 print("--> Parameters retrieved")
191 191