Skip to content
Prev 6464 / 29559 Next

DEMs

Hi Abe,

Did you try using the ETOPO1? This (0.1 degree) DEM can be well loaded to R:
# list of maps:
# download the zipped maps one by one:
+   destfile=paste(getwd(), "/", map.list[i], ".zip", sep=""))
# read maps to R:
# fix the layer name:
sep=""))$band1
I do not think that it will be easy to generate kriging with any global
dataset that is <5 km resolution. You could try using the kriging in SAGA
(it can handle maps up to 2 GB in size; it is exp(2) times faster than R).
Here is an example:

http://spatial-analyst.net/wiki/index.php?title=Interpolation_of_ISRIC-WISE_international_soil_profile_data

T. Hengl

PS: Which variable are you interpolating?