A quicky class to perform some regular operations on Isogeo Scan FME database.
- make a report about the Isogeo Worker (Scan FME) installations
- get scanned datasets by an Isogeo workgroup
- get installed workers by an Isogeo Workgroup
- export reports in CSV
- Python 3.6+
- Internet connection
- credentials to access Isogeo DB
In a Powershell (or Bash) command prompt:
pipenv install
Rename settings_TPL.ini
into settings.ini
:
Rename-Item -Path ".\settings_TPL.ini" -NewName "settings.ini"
And complete the different parameters (database credentials...).
Useful to get an overview on the installed versions.
python .\cli_report_global.py
Useful for support issues.
python .\cli_report_workgroup.py --workgroup [workgroup UUID]