Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emodnet_get_all_wfs_info() timeouts #9

Closed
salvafern opened this issue Jan 20, 2021 · 0 comments
Closed

emodnet_get_all_wfs_info() timeouts #9

salvafern opened this issue Jan 20, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@salvafern
Copy link
Collaborator

Might affect this test:

test_that("wfs all info works", {

library(EMODnetWFS)

emodnet_get_all_wfs_info()
#> Warning in CPL_crs_from_input(x): GDAL Message 1: +init=epsg:XXXX syntax is
#> deprecated. It might return a CRS with a non-EPSG compliant axis order.
#> Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached: [emodnet02.cineca.it] Connection timed out after 10002 milliseconds

sessionInfo()
#> R version 4.0.2 (2020-06-22)
#> Platform: x86_64-w64-mingw32/x64 (64-bit)
#> Running under: Windows 10 x64 (build 18363)
#> 
#> Matrix products: default
#> 
#> locale:
#> [1] LC_COLLATE=English_United States.1252 
#> [2] LC_CTYPE=English_United States.1252   
#> [3] LC_MONETARY=English_United States.1252
#> [4] LC_NUMERIC=C                          
#> [5] LC_TIME=English_United States.1252    
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices utils     datasets  methods   base     
#> 
#> other attached packages:
#> [1] EMODnetWFS_0.0.2
#> 
#> loaded via a namespace (and not attached):
#>  [1] Rcpp_1.0.5         pillar_1.4.6       ows4R_0.1-5        compiler_4.0.2    
#>  [5] highr_0.8          class_7.3-17       tools_4.0.2        digest_0.6.25     
#>  [9] checkmate_2.0.0    jsonlite_1.7.0     evaluate_0.14      lifecycle_0.2.0   
#> [13] tibble_3.0.3       lattice_0.20-41    pkgconfig_2.0.3    rlang_0.4.7       
#> [17] cli_2.0.2          DBI_1.1.0          curl_4.3           yaml_2.2.1        
#> [21] rgdal_1.5-16       xfun_0.16          e1071_1.7-3        geometa_0.6-3     
#> [25] dplyr_1.0.2        stringr_1.4.0      httr_1.4.2         knitr_1.29        
#> [29] fs_1.5.0           generics_0.0.2     vctrs_0.3.2        askpass_1.1       
#> [33] classInt_0.4-3     grid_4.0.2         tidyselect_1.1.0   glue_1.4.1        
#> [37] sf_0.9-6           R6_2.4.1           fansi_0.4.1        XML_3.99-0.5      
#> [41] rmarkdown_2.5      sp_1.4-4           tidyr_1.1.1        purrr_0.3.4       
#> [45] magrittr_1.5       usethis_1.6.3      backports_1.1.7    units_0.6-7       
#> [49] ellipsis_0.3.1     htmltools_0.5.0    assertthat_0.2.1   KernSmooth_2.23-17
#> [53] stringi_1.4.6      openssl_1.4.2      crayon_1.3.4

Created on 2021-01-20 by the reprex package (v0.3.0)

@salvafern salvafern self-assigned this Jan 20, 2021
@salvafern salvafern added the bug Something isn't working label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant