# This file contains metadata for your plugin.

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

[general]
name=GWR(Processing)
qgisMinimumVersion=3.0
description=A QGIS plugin for Geographically Weighted Regression(GWR).
version=0.1.2
author=Song Xiangyang & Gao Jiawei
email=xiangyang.song@mail.polimi.it

about=A QGIS plugin for Geographically Weighted Regression(GWR). The Plugin implements Gaussian Geographically Weighted Regression(GWR) to perform spatial analysis. Users can choose some parameters and perform action. And the results will display with style. The plugin requires MGWR (see the repository for installation instruction).

tracker=https://github.com/XiangyangSong/GWR_Plugin/issues
repository=https://github.com/XiangyangSong/GWR_Plugin
# End of mandatory metadata

# Recommended items:

# hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=
  Version 0.1.2
  * [bugfix] Fixed matrix computing problem when extracting point coordinates from Point geometry.
  * Updated the output of summary file.
  * Fixed some known issues and updated the metadata file.
  Version 0.1.1
  * Automatically get the geometry type of the currently selected input layer, and calculate the centroid coordinates. 
  * Updated ShortHelpString.html document to provide more information on help page in the plugin, with an improved layout.
  * Changed the way of importing geographical coordinates from selecting coordinates attributes inside shapefile layer to opening .csv sheet file. 
  * [bugfix] Fixed the unit problem of fixed and adaptive kernel type. The unit for fixed kernel type is "meters" instead of "kilometers" in our plugin.
  =======
  Version 0.1 - Initial Version
  
# Tags are comma separated with spaces allowed
tags=python,import,export,vector

homepage=https://github.com/XiangyangSong/GWR_Plugin
category=Plugin
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=mgwr-2.1.2,pandas

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

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

