3liz / py-qgis-server

QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
https://docs.3liz.org/py-qgis-server
Mozilla Public License 2.0
68 stars 16 forks source link

Add a new option --version-full to get GDAL version etc used by QGIS-Server #35

Closed Gustry closed 2 years ago

Gustry commented 2 years ago

Only available for QGIS 3.22:

(.venv) etienne@latitude ~/dev/qgis/py-qgis-server (server_info) $ qgisserver --version-all
WARNING: Failed to load 'PSutil', system metrics will not be collected
QGIS 3.25.0-Master 'Master' (36a1019582)
QGIS code revision 36a1019582
Qt version 5.12.8
Python version 3.8.10
GDAL/OGR version 3.0.4
PROJ version 6.3.1
EPSG Registry database version v9.8.6 (2020-01-22)
Compiled against GEOS 3.8.0-CAPI-1.13.1
Running against GEOS 3.8.0-CAPI-1.13.1 
SQLite version 3.31.1
OS Ubuntu 20.04.4 LTS
This copy of QGIS writes debugging output.

@dmarteau Is-it ok ?

Gustry commented 2 years ago

Updated. I wasn't sure if we wanted to be "very" verbose :

$ qgisserver --version
WARNING: Failed to load 'PSutil', system metrics will not be collected
qgisserver 1.7.14rc0 (build 202202181049,commit c40bb43)
QGIS 3.25.0-Master 'Master' (0cf79c2057)
QGIS code revision 0cf79c2057
Qt version 5.12.8
Python version 3.8.10
GDAL/OGR version 3.0.4
PROJ version 6.3.1
EPSG Registry database version v9.8.6 (2020-01-22)
Compiled against GEOS 3.8.0-CAPI-1.13.1
Running against GEOS 3.8.0-CAPI-1.13.1 
SQLite version 3.31.1
OS Ubuntu 20.04.4 LTS
This copy of QGIS writes debugging output.
dmarteau commented 2 years ago

Looks Good To me