# This file contains metadata for your plugin.

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

[general]
name=QHadoop Tools
qgisMinimumVersion=3.0
description=QHadoop Tools is a QGIS plugin for manage spatial data on Hadoop
version=0.1
author=Salomón Einstein
email=seramirezf@correo.udistrital.edu.co

about=QGIS plugin to leverage the Hadoop framework to complete spatial analysis on spatial data. It was designed mainly for:<ul><li>To copy from HDFS to local</li><li>To copy from local HDFS</li><li>To fix JSON to GEOJSON</li></ul><br>It requires http.client ($pip install http.client) and urllib.parse ($pip install urllib.parse) packages for HDFS access. <br><br><b>Citation</b><br>If you feel like <b>QHadoop Tools</b> has made a contribution to your research, please consider citing it using: Ramírez, S. (2021). QHadoop Tools. QGIS 3 plugin version 0.1.


tracker=https://github.com/salomoneinstein/QHadoopTools/issues
repository=https://github.com/salomoneinstein/QHadoopTools.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=hdfs, hadoop, geojson, json

homepage=https://github.com/salomoneinstein/QHadoopTools
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

