Maxim Shashkov
Maxim Shashkov
Session Info ```r ``` I used my registered GeoNames username for elevation() function and got error lats = c(31.8496, 29.15503) longs = c(-110.576060, -103.59828) elevation(latitude = lats, longitude = longs,...
function osm() return only tree type of roads: "primary", "seconday", and "tertiary" values "motorway", and "trunk" are skipped example: highways = osm(country = 'KZ', var = 'highways') unique(highways$highway) [1] "primary"...
Could you consider possibility to add procedure for downloading and processing rasters from EarthEnv, namely "Global 1-km Consensus Land Cover"? This resource provides raster not very fine resolution in compare...
I am trying to use worldclim_country('RU', var = 'bio', res = 10) and receive an error with the message: "trying URL 'https://geodata.ucdavis.edu/climate/worldclim/2_1/tiles/iso/RUS_wc2.1_30s_bio.tif' downloaded 0 bytes" that further not recognized as...