-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
49 lines (36 loc) · 2.32 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file contains metadata for your plugin.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=PathoGAME
qgisMinimumVersion=3.0
description=The goal is to find the location of the contamination as soon as possible.
version=0.7
author=Marios S. Kyriakou, Stelios G. Vrachimis, Demetrios G. Eliades, KIOS Research and Innovation Center of Excellence (KIOS CoE)
email=mariosmsk@gmail.com
about=PathoGAME is an interactive QGIS plugin that turns the task of finding contaminants into an exciting game. Its main goal is to assist users in accurately identifying where contaminants are located. The game uses the benchmark water network `Anytown`. `ImportEpanetInpFiles` QGIS plugin was used to convert EPANET input files into shapefiles. In the first level, you have the assistance of 10 sensors (green color) that can detect the contamination (red color) within the water network. In the second level, the number of sensors is reduced to 5, and in the final level, you only have 3 sensors. Additionally, each level provides a heart help, which grants an extra sensor placed randomly. The contamination's location is randomized. The user is presented with two options to select the correct contamination location at each level.
tracker=https://github.com/KIOS-Research/PathoGAME/issues
repository=https://github.com/KIOS-Research/PathoGAME
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=2024-09-24 PathoGAME 0.5:
Split the main panel to include the score list.
Use the online score if the "Online" checkbox is checked, or use the offline score from the `results.csv` file located in the `dataset` folder if unchecked.
# Tags are comma separated with spaces allowed
tags=epyt,epanet,inp,network,pathocert,pathogame
homepage=https://github.com/KIOS-Research/PathoGAME
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=
Category of the plugin: Raster, Vector, Database or Web
# category=
# If the plugin can run on QGIS Server.
server=False