# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=集約化施業支援ツール
qgisMinimumVersion=2.0
description=集約化施業の支援プラグイン
version=1.1
author=北海道立総合研究機構林業試験場・津田高明
email=tuda-takaaki@hro.or.jp

about=小班データと道路網から、集約化施業の候補小班を抽出します。
	〈必要なデータ〉
			・集約化施業の計画を作成する範囲の小班シェープファイル（ポリゴンデータ）
			・（決まっていれば）伐採予定の小班シェープファイル（ポリゴンデータ）
			・上記範囲内と周辺の道路シェープファイル（ラインデータ）

	〈使用方法〉
			１．伐採候補の小班抽出（木のアイコンをクリック！）：伐採候補となる小班を抽出します。抽出された小班から、伐採予定となる小班を手動で抜き出して下さい。
					　　				    すでに伐採予定の小班が決まっている場合は、このステップは不要です。直接２のステップに進みます。
			２．集約化候補小班の抽出（山のアイコンをクリック！）：伐採予定の小班の周辺で、施業可能な小班（＝集約化対象の小班）を抽出します。

tracker=t
repository=t
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=1.0

# Tags are comma separated with spaces allowed
tags=

homepage=
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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