Custom Query (1118 matches)
Results (85 - 87 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2367 | fixed | Lightweight R-spatial bundle | ||
Description |
Trying to install the sf R package without the whole tidyverse metapackage. From blank ubuntu budgie 22.04, needs to be tested during build # Cpp compilation dependencies sudo apt install make g++ # geospatial dependecies (should be already there) sudo apt install libgdal-dev lib-proj-dev lib-geos-dev libudunits2-dev # R installation sudo apt install --no-install-recommends r-base # after following CRAN steps see https://cran.r-project.org/ # special dependecies used by sf sudo apt install --no-install-recommends gfortran r-cran-classint r-cran-dplyr # install sf for geodata handlingand ggplot2 for mapping sudo apt install --no-install-recommends r-cran-sf r-cran-ggplot2 package size indications (from apt command) :
|
|||
#1000 | fixed | Accented characters missing on doc web site | ||
Description |
On the sponsors page, some names seems to have dropped accented characters: http://live.osgeo.org/en/sponsors.html Eike Hinderk Jrrens
Grald Fenoy
maybe there are others, but there are plenty of names with correct accents. |
|||
#2126 | fixed | User "user" not in group "users" on OSGeoLive vmdk | ||
Description |
The user "user" is not a member of the "users" group on the OSGeoLive 12.0 vmdk. This prevents GeoServer from writing to its data directory and causes GeoServer to fail to start. The iso image is not affected by this problem. Workaround is to fix the vmdk with the following one-time procedure: (1) Start a terminal. (2) Run "sudo adduser user users". (3) Apply this change by starting a new desktop session: either restart the virtual machine or log out and log back in (username "user", password "user"). GeoServer should now start normally.
OSGeoLive mailing list discussion: |