# This file contains metadata for your plugin.

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

[general]
name=Spatial Statistics
qgisMinimumVersion=3.0
description=This plugin provide spatial statistic tool
version=0.1
author=nbayashi
email=naoya_nstyle@hotmail.co.jp

about=Queen型 / Rook型 の隣接関係、距離ベース（D-near Neighbors）、k近傍（K-nearest neighbors）に基づく 近接行列（Spatial Weight Matrix） を生成できるプラグインです。また、空間自己相関統計量（GISA、LISA）の計算にも対応しています。本プラグインは、内部的に Rスクリプトと spdep パッケージ等を用いて処理を行っています。 事前にRのインストールとQGIS上でのRのパスの設定が必要になります。


tracker=https://github.com/nbayashi/qgis_r_spatial_stat_plugin
repository=https://github.com/nbayashi/qgis_r_spatial_stat_plugin
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=R, statistics

homepage=https://github.com/nbayashi/qgis_r_spatial_stat_plugin
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=Vector

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

