rspatial / geodata

download geographic data
GNU General Public License v3.0
146 stars 15 forks source link

cmip6_tile cannot download data because geodata server is down for maintenance #61

Open ManuelSpinola opened 6 months ago

ManuelSpinola commented 6 months ago

I am trying to use the function cmip6_tile but it say that the geodata server is down for maintainance.

p <- cmip6_tile(lon = -84.2, lat = 9.6, model = "BCC-CSM2-MR", ssp = "585", time = "2041-2060", var = "bioc", path=tempdir())

The geodata server is down for maintenance. It is expected to be back online on October 12, 2023. download failed

tubabucak commented 6 months ago

Yes I am also having the similar issues though cmip6_world function is working.

mgomezsu commented 5 months ago

I am having the same issue. The function cmip6_world is not working for me

fut.clim <- geodata::cmip6_world(model="GISS-E2-1-G", ssp="585", time="2041-2060", var="bioc", res=5, path=tempdir())

The geodata server is down for maintenance. It is expected to be back online on October 12, 2023

I tried installing the package directly from GitHub and I still have the issue.

tubabucak commented 5 months ago

I think it is a temporary issue. I was able to download the data last week with cmip6_world but know I am also having the same error that you got when I run the same code.