We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59330d2 commit fe495b9Copy full SHA for fe495b9
1 file changed
R/soil_grids.R
@@ -20,8 +20,7 @@
20
if (vsi) {
21
sg_url <- "/vsicurl/https://files.isric.org/soilgrids/latest/data/"
22
} else {
23
- sg_url <- .data_url("soil/soilgrids/")
24
- if (is.null(sg_url)) return(NULL)
+ sg_url <- "https://geodata.ucdavis.edu/geodata/soil/soilgrids/"
25
}
26
27
var <- var[1]
0 commit comments