bcgov / bcgroundwater

An R package to facilitate analysis and visualization of groundwater data from the British Columbia groundwater observation well network
Apache License 2.0
20 stars 4 forks source link

HTTP 404 not found #41

Open Quan-Cui opened 1 year ago

Quan-Cui commented 1 year ago

If you run the example in the Vignettes.

library(bcgroundwater)
well <- "45" # Observation Well Number
data <- get_gwl(wells = well)
> Error in FUN(X[[i]], ...) : Not Found (HTTP 404).