# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Nuclear Energy Plants' Radiations 
qgisMinimumVersion=3.0
description= Visualize all nuclear energy plant in the world!
version=1.5
author=Marino Domenico, Ruggiero Mario
email=domenicomarino42@gmail.com, mario.ruggiero1995@gmail.com

about=The goal of this project was develop a python plugin for the software Quantum GIS (QGIS) in order to visualize on the open street map all nuclear energy plant in the world. This plugin use the mqtt protocol for receive of radiation data from sensors in order to dinamically visualize it on the map. In order to clarify the visualization of the radiation data, a heat map was created and used. The plugin uses fake radiation, it simulates that the data comes from real sensors. For now it works only for Linux distro because the plugin uses a gi.repository libraries to update the map panel in qgis and it doesn't work for windows.
tracker=https://github.com/DomenicoM92/Nuclear-Energy-Plant-Radiations-/issues/
repository=https://github.com/DomenicoM92/Nuclear-Energy-Plant-Radiations-.git
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python
homepage=https://github.com/DomenicoM92/Nuclear-Energy-Plant-Radiations-.git
category=Plugins
icon=icon.png
# experimental flag
experimental=True

# 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

