-
Notifications
You must be signed in to change notification settings - Fork 46
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
Problem accessing geospatial data in R "no access to ec.europe.eu." #222
Comments
Just wondering if this could be a temporary issue on the server side? |
Would be nice, I will try again every now and then [still no sever connection as of now]. seems like similar issues beyond the linked post came up earlier, and cleared a few days later, too. |
...that at some gateway an auto-correct placed a europe.eu instead of the europa.eu domain, too |
I also have the same issue: "You have no access to ec.europe.eu." message when trying
Using R 4.1.0 | RStudio 1.4.1717 | Eurostat 3.7.5 |
Alright, here are some findings. I tried examples provided by both @Fabian-HC and @guaribr on R 4.1.0 / RStudio 1.4.1103 (2021-01-06) / Eurostat 3.7.5 / macOS Big Sur 10.16 and the examples did not work. At first I suspected that the URL is outdated as the package uses but that is probably redirected to This was however not the cause for the timeout error as the examples worked fine when I tried under Windows (R 4.1.0 / RStudio 1.2.5042 (2020-04-01) / Eurostat 3.7.5 / Windows 10 x64 (build 14393)). (Yes, you may notice that RStudio is quite outdated here but I'll have to ask helpdesk to update it. Anyway it wasn't an error source here)
whereas it uses I think using curl package and its functions is nowadays the preferred method of downloading data and Windows method of using base R download.file was meant to be a workaround. Maybe function author @muuankarski can enlighten us in this regard. A simple fix here would be to use download.file on all operating systems to pass the |
After one hour, without doing any fixes or changing any settings, the above mentioned examples started working for me using curl_download on macOS. Curious. |
Hi! I face the same issue on giscoR from time to time (this package is dedicated specifically to gisco, the same source of geospatial data than {eurostat}). After spending a lot of time on this, my conclusion is that GISCO fails on the server side randomly, so not much to do on the package side. The only workaround i can think of is to set a permanent cache (#228) and rely on that. |
I had the same issue / hiccup with the servers and it went back online within 20mins. |
Downloading geospatial data and potential error messages will be handled through giscoR package when v4 with PR #264 is released. I added the documentation label as a note-to-self to check if this is clarified clearly enough in function documentation. |
Hi,
searching for this issue I found an issue thread (#210 from April 5th, 2021) on a similar issue in the list.
Following message presents to me:
"You have no access to ec.europe.eu.
Please check your connection and/or review your proxy settings"
Code limited example [worked fine until yesterday]:
library(eurostat)
geodata <- get_eurostat_geospatial(resolution = "60", nuts_level = "3", year = 2016).
Running R 4.1.0 in RStudio 1.4.1717
Eurostat package version 3.7.5
No proxy settings were consciously adjusted in the meantime.
Any help is greatly appreciated!
Fabian
The text was updated successfully, but these errors were encountered: