Custom Query (1155 matches)
Results (175 - 177 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2390 | wontfix | Image Viewer lacks icon theme files | ||
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 | ||
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 | ||
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 |