Skip to content

mapedit installation on Google colab #126

@yoshida-gisc

Description

@yoshida-gisc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions