mapedit installation on Google colab
yoshida-gisc opened this issue · 0 comments
yoshida-gisc commented
We would like to run a spatial analysis in Google Colab using the mapedit package.
However, when trying to install the mapedit package via the install.package() function, it does not work, even following the manner below:
system("apt-get -y update")
system("apt-get install -y libudunits2-dev libgdal-dev libgeos-dev libproj-dev")
install.packages("mapedit")
library("mapedit")
This codes are fine for the sf package following the issue (r-spatial/sf#1946).
However, it does not seem to be enough for the mapedit package.
Thanks in advances,
Takahiro