Skip to content

isogeo/isogeo-scanfme-utils

Repository files navigation

Isogeo Scan FME utils

Build Status Python 3.6

A quicky class to perform some regular operations on Isogeo Scan FME database.

Features

  • 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

Setup

Prerequisites

  • Python 3.6+
  • Internet connection
  • credentials to access Isogeo DB

Environment

In a Powershell (or Bash) command prompt:

pipenv install

Settings

Rename settings_TPL.ini into settings.ini:

Rename-Item -Path ".\settings_TPL.ini" -NewName "settings.ini"

And complete the different parameters (database credentials...).

Usage

Generate a report on the whole database

Useful to get an overview on the installed versions.

python .\cli_report_global.py

Generate a report on a specific workgroup

Useful for support issues.

python .\cli_report_workgroup.py --workgroup [workgroup UUID]

About

A simpler class to extract some metrics from Isogeo Scan DB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages