jcoliver / biodiversity-sdm-lesson

Introductory lesson to generate range maps for butterfly-host plant interactions and predict distributional shifts using publicly available biodiversity data and data science tools
MIT License
14 stars 5 forks source link

rgdal necessary? #9

Open jcoliver opened 5 years ago

jcoliver commented 5 years ago

The rdgal package may indeed be necessary, at least for dealing with the forecast data. A variety of challenges this presents, but on a linux deb system, before trying to install the package, the gdal support has to be installed:

sudo apt-get install libgdal-dev