-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use rocker/geospatial:dev-osgeo
as basis for qgis
image
#37
Comments
Should close #37, related to rocker-org/rocker-versioned2#631 and geocompx/geocompr#948
After changes above getting the following error on
|
@Robinlovelace FYI b-data's JupyterLab docker stacks provide something similar: ℹ️ I am referencing this repository in the README's of the above mentioned projects. What makes these project different:
|
Giving it a go with:
|
Please be aware of
ℹ️ You may also give it a go at https://demo.jupyter.b-data.ch. |
@Robinlovelace I have extended the JupyterLab R docker stack build chain to base → tidyverse → verse → geospatial → qgisprocess. |
Good stuff, thanks @benz0li! Can you try reproducing the contents of chapter 10 on GIS in this image? Will be a good test: https://r.geocompx.org/gis.html cc @jannes-m FYI who is working to update that chapter in geocompx/geocompr#968 so things may change. |
After installing some additional packages, I could reproduce the contents of geocompr/10-gis.Rmd. Because of ariya/phantomjs#15449, one needs to execute Sys.setenv(QT_QPA_PLATFORM = "phantom")
Sys.setenv(OPENSSL_CONF = "/dev/null") on newer Linux distros before a > webshot::install_phantomjs()
[...]
HTTP request sent, awaiting response... 200 OK
Length: 23415665 (22M) [application/octet-stream]
Saving to: ‘phantomjs-2.1.1-linux-x86_64.tar.bz2’
phantomjs-2.1.1-linux-x86_64.tar 100%[=========================================================>] 22.33M 38.5MB/s in 0.6s
2023-05-22 13:47:58 (38.5 MB/s) - ‘phantomjs-2.1.1-linux-x86_64.tar.bz2’ saved [23415665/23415665]
phantomjs has been installed to /home/benz0li/bin $ which phantomjs
/home/benz0li/bin/phantomjs $ QT_QPA_PLATFORM=phantom OPENSSL_CONF=/dev/null phantomjs --version
2.1.1 |
Fantastic, thanks for testing @benz0li! https://github.com/rstudio/webshot2 may be better than |
I hit issues with
sf
installation but this can be worked around following guidance from the Rocker maintainers here: rocker-org/rocker-versioned2#631The text was updated successfully, but these errors were encountered: