Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mapedit installation on Google colab #126

Open
yoshida-gisc opened this issue Jan 1, 2023 · 0 comments
Open

mapedit installation on Google colab #126

yoshida-gisc opened this issue Jan 1, 2023 · 0 comments

Comments

@yoshida-gisc
Copy link

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:

https://colab.to/r

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant