Commit b3e1047f by Jan Wijffels

for debugging

parent e78e3e6c
......@@ -34,6 +34,7 @@ read_stations <- function(x = sensorweb4R::as.Endpoint("http://geo.irceline.be/s
stringsAsFactors = FALSE)
phe <- phe[order(phe$label, decreasing = FALSE), ]
## Query http://geo.irceline.be/sos/api/v1/stations?expanded=true
sta <- httr::GET(url = sprintf("%s/%s", url, "stations"), query = list(expanded="true"))
sta <- httr::content(sta)
sta <- lapply(sta, FUN=function(x){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment