Custom Query (1155 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (175 - 177 of 1155)

Ticket Resolution Summary Owner Reporter
#2390 wontfix Image Viewer lacks icon theme files osgeolive@… darkblueb
Description

ol15 build 167s

user@osgeolive:~$ xdg-open output.png 
Icon theme "elementary" not found.
Icon theme "breeze" not found.

user@osgeolive:~$ which lximage-qt 
/usr/bin/lximage-qt

#2403 wontfix pyosmium installs malformed path osgeolive@… darkblueb
Description
$ ls /usr/lib/python3-pyosmium/
pyosmium-get-changes  pyosmium-up-to-date

$ apt-file search pyosmium-get-changes
pyosmium: /usr/bin/pyosmium-get-changes   
pyosmium: /usr/share/man/man1/pyosmium-get-changes.1.gz
python3-pyosmium: /usr/lib/python3-pyosmium/pyosmium-get-changes

$ apt show python3-pyosmium
Package: python3-pyosmium
Version: 3.2.0-1build1
Priority: optional
Section: universe/python
Source: pyosmium
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2,700 kB
Depends: python3 (<< 3.11), python3 (>= 3.10~), python3-requests, python3:any, libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6)
Suggests: python3-shapely, pyosmium-doc
Homepage: https://osmcode.org/pyosmium/
Download-Size: 711 kB
APT-Manual-Installed: yes
APT-Sources: http://mirrors.wikimedia.org/ubuntu jammy/universe amd64 Packages
Description: Osmium library bindings for Python 3
 The PyOsmium module allows you to access some of the features of the Osmium
 library from Python code.
 .
 PyOsmium has extensive support for all types of OSM entities: nodes, ways,
 relations, and changesets. It allows reading from OSM files in XML and PBF
 formats, including change files and full history files. Its easy to use
 handler interface allows you to quickly write data filtering and conversion
 functions.
 .
 This package contains the PyOsmium module for Python 3.
#2405 wontfix Provide tmap as a cartographic library in R osgeolive@… bakaniko
Description

At FOSS4G 2022 community sprint, Nick suggested to add tmap in the ISO as a cartographic library. So I investigated a bit.

running install.packages("tmap") show that tmap as some dependencies like leaflet and stars that does not install.

I managed to fix the leaflet dependencies issues with sudo apt install png.

For the stars issues, it is more tricky. It does need the lwgeom. I managed to install with sudo apt install r-cran-lwgeom

But still go errors:

Error: package ‘sf’ 1.0.6 was found, but >= 1.0.8 is required by ‘stars’

so it tries to install sf 1.0.8 but it can't install it due to missing access to gdal-config:

configure: error: gdal-config not found or not executable.

`ERROR: configuration failed for package ‘sf’

as suggested in stackoverflow, I tried to install libgdal-dev to get that command. https://stackoverflow.com/questions/12141422/error-gdal-config-not-found-while-installing-r-dependent-packages-whereas-gdal

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

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.