Custom Query (1116 matches)
Results (49 - 51 of 1116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#2401 | fixed | ETF not deployed due to ETS download not present | ||
Description |
Dear OSGeoLive team, thanks for your efforts and congratulations for your excellent work. We are reporting an issue in the ETF installation due to it is deployed but not loading some information needed. We have tested the ETF deployment in the RC1. We have noticed that, the ETSs are not in the corresponding folder (/home/user/.etf/projects/inspire-ets-repository/). They should be downloaded and executed in the first deployment. We have checked the installation script and it seems correct, as we have ran it manually on the machine RC1 and the ETSs have been downloaded and the ETF is deployed properly. Thus, it seems that there can be something in the virtual machine generation that has prevented the installation script from running completely. Probably in one of these lines of the installation scripts (/home/user/gisvm/bin/install_etf.sh): if [ ! -d "$ETF_FOLDER/projects/inspire-ets-repository/ets-repository-osgeolive-15" ];then sudo mkdir "$ETF_FOLDER/projects/inspire-ets-repository/" cd "$ETF_FOLDER/projects/inspire-ets-repository/" sudo unzip -o "$TMP/ets-repository-osgeolive-15.zip" fi Is there any hint that you can provide us with in order to get the installation script properly executed in the VM building process? Thanks a lot. |
|||
#2400 | fixed | deegree stop script not updated to 3.4.32 | ||
Description |
https://github.com/OSGeo/OSGeoLive/blob/master/app-conf/deegree/deegree_stop.sh#L26 |