# This file contains metadata for your plugin.

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

[general]
name=Sentinel-5p data explorer 
qgisMinimumVersion=3.0
description=Sentinel-5p data explorer manage NC files from satellite "Sentinel-5p".
version=0.1
author=Tsafaras Anastasios, Kounalakis Stratis
email=anastasiostsafaras@gmail.com, gtrampstrat@gmail.com

about=NC files are a widespread format, which is used on remote sensing for saving climate and geospatial data in multi-dimensions. "Sentinel-5P" is a satellite which performs atmospheric measurements and saves them on NC files. But NC files are difficult to use, because to working with NC files it is needed to apply programming languages. The aim of this plugin is to open NC files from satellite "Sentinel-5P", in an easy and fast manner, eliminating the need for programming knowledge. Easy to use, it shows the variables, for each NC file that you choose and gives you the option to either export it to a simple text file or to map it on QGIS as a delimited text layer. This way you can visualize the satellite’s data and make high quality maps with QGIS, faster than any programming solution. --WARNING-- Before the installation, make sure that the python library "netCDF4" is already installed in QGIS. To check it, open the "OSGeo4W Shell" and write the command: pip install netCDF4

tracker=https://sentinel-5p-data-explorer-qgis-plugin.000webhostapp.com/README.html
repository=https://sentinel-5p-data-explorer-qgis-plugin.000webhostapp.com/README.html
# 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://sentinel-5p-data-explorer-qgis-plugin.000webhostapp.com/README.html
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=True

# 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=['numpy', 'netCDF4', 'webbrowser']

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False
