Custom Query (1155 matches)
Results (91 - 93 of 1155)
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) :
|
|||
#2405 | wontfix | Provide tmap as a cartographic library in R | ||
Description |
At FOSS4G 2022 community sprint, Nick suggested to add tmap in the ISO as a cartographic library. So I investigated a bit.
running
I managed to fix the leaflet dependencies issues with
For the stars issues, it is more tricky. It does need the lwgeom.
I managed to install with But still go errors:
so it tries to install sf 1.0.8 but it can't install it due to missing access to
`ERROR: configuration failed for package ‘sf’
as suggested in stackoverflow, I tried to install It requires 352 MB of additional disk space so I wonder if it worths it. Maybe there is some other way to avoid that. That might be also a problem with next version |
|||
#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. |