rOpenGov / giscoR

Download geospatial data from GISCO API - Eurostat
https://ropengov.github.io/giscoR/
GNU General Public License v3.0
71 stars 1 forks source link

HTTP service unavailable #95

Open kalegoddess opened 2 weeks ago

kalegoddess commented 2 weeks ago

Attempts to use gisco_get_countries to get a world shape return this error:

HTTP Status Code: 503 - Service Unavailable

url https://gisco-services.ec.europa.eu/distribution/v2/countries/geojson/CNTR_RG_10M_2020_4326.geojson not reachable.

Please download manually. If you think this is a bug please consider opening an issue on https://github.com/ropengov/giscoR/issues Returning NULL

joelangley9 commented 2 weeks ago

Same issue here.

countries <- gisco_get_countries(country = countries_names, year = "2020", resolution = "01")

When i try to run this code for the 28 countries in my country_names vector, the same error as above arises for three countries (China, India and United Kingdom).

pradisteph commented 2 weeks ago

Same issue here: nuts0 <- giscoR::gisco_get_nuts( year = "2021", resolution = "3", nuts_level = "0" ) %>% sf::st_transform(crsLONGLAT)

HTTP Status Code: 503 - Service Unavailable

url https://gisco-services.ec.europa.eu/distribution/v2/nuts/geojson/NUTS_RG_03M_2021_4326_LEVL_0.geojson not reachable.

Please download manually. If you think this is a bug please consider opening an issue on https://github.com/ropengov/giscoR/issues Returning NULL Error in UseMethod("st_transform") : no applicable method for 'st_transform' applied to an object of class "NULL"

matteodefelice commented 2 weeks ago

same here.

GB-IHE commented 2 weeks ago

I have the same issue. Does anyone know a workaround?