dafenner / CrowdQCplus

Quality control (QC) for citizen weather station data.
GNU General Public License v3.0
16 stars 2 forks source link

Use "geodata" package instead of "raster" for DEM data download #27

Closed dafenner closed 2 years ago

dafenner commented 2 years ago

raster package does not support the getData function for retrieving SRTM data in future versions. A warning is thrown.

Should use geodata package instead with function elevation_3s(lon, lat, path, ...)(https://rdrr.io/cran/geodata/man/elevation.html).

dafenner commented 2 years ago

Resolved in v1.0.1.