We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using cmip6_tile of geodata but download failed error is issued: bio10 <- cmip6_tile(lon=-15, lat=15, model="CNRM-CM6-1", ssp="585", time="2061-2080", var="bio", res=10, path=tempdir()) trying URL 'https://geodata.ucdavis.edu/cmip6/tiles/CNRM-CM6-1/ssp585/wc2.1_30s_bioc_CNRM-CM6-1_ssp585_2061-2080_tile-30.tif' download failed
Any idea on solving this?
The text was updated successfully, but these errors were encountered:
I am not sure, but it seems the URL 'https://geodata.ucdavis.edu/cmip6/tiles/ACCESS-CM2/ssp585/' (I checked it in the browser) does not have tiles yet but the URL 'https://geodata.ucdavis.edu/cmip6/30s/ACCESS-CM2/ssp585/' does have global layers to download.
Sorry, something went wrong.
No branches or pull requests
I am using cmip6_tile of geodata but download failed error is issued:
bio10 <- cmip6_tile(lon=-15, lat=15, model="CNRM-CM6-1", ssp="585", time="2061-2080", var="bio", res=10, path=tempdir())
trying URL 'https://geodata.ucdavis.edu/cmip6/tiles/CNRM-CM6-1/ssp585/wc2.1_30s_bioc_CNRM-CM6-1_ssp585_2061-2080_tile-30.tif'
download failed
Any idea on solving this?
The text was updated successfully, but these errors were encountered: