Mercurial > repos > ecology > aquainfra_ogc_api_processes
comparison aquainfra_ogc_api_processes.R @ 2:e1f41a25ff24 draft
planemo upload for repository https://github.com/AquaINFRA/tools-ecology/tree/master commit 22bb5ef944236a3e6c5d4e9ffb31e99b700031e6
author | ecology |
---|---|
date | Tue, 04 Feb 2025 07:10:03 +0000 |
parents | 84557c0b3eef |
children |
comparison
equal
deleted
inserted
replaced
1:84557c0b3eef | 2:e1f41a25ff24 |
---|---|
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 |