geodata
geodata copied to clipboard
download geographic data
@rhijmans {geodata} functions are running extremely slowly at least since yesterday, for both me and students around the world, even for small downloads which used to be much faster: `and
Hello. I'm currently using the Climate Research Unit's climate time series datasets and noticed that there is no function in `geodata`. So, here's my suggestion: References: https://www.worldclim.org/data/monthlywth.html https://crudata.uea.ac.uk/cru/data/hrg/ ```r worldclim_hist
It works for a smaller country like Iceland: ` wc class : SpatRaster > dimensions : 840, 1920, 12 (nrow, ncol, nlyr) > resolution : 0.008333333, 0.008333333 (x, y) >...
Hi, I noticed that when running something like `geodata::world(path = paste0(orig_dir, folder), resolution = res))` when `res` was 2 the map was actually a higher resolution, and had more of...
When I try to run the code below, I receive and error for a maintenance schedule that is long past. This same command worked as recently as a couple days...
I am trying to use the function cmip6_tile but it say that the geodata server is down for maintainance. p
Hi @rhijmans, the function `crop_spam()` returns an error indicating that it is unable to connect to the server. Do you know if this can be solved from your side or...
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"...
If `end` >100,000, an error message is shown, even if `start` is large enough for the total number of records to be OK: ``` sp_occurrence(genus = "Lutra", download = FALSE)...
It's OK with the defaults, but if start>1, the messages shown in the console start getting weird: the number of reported "records found" decreases, and the 1st downloaded record looks...