rspatial / geodata

download geographic data
GNU General Public License v3.0
150 stars 15 forks source link

'population' and 'elevation_global' invalid URLs #4

Closed AMBarbosa closed 2 years ago

AMBarbosa commented 2 years ago

Hello, The functions below are currently returning "no such file or directory" or "invalid 'url' argument" errors. Maybe their files have been renamed or (re)moved in the server?

elev <- elevation_global(res = 10, path = tempdir())
pop <- population(year = 2020, res = 10, path = tempdir())
rhijmans commented 2 years ago

Thank you very much!