# This file contains metadata for your plugin.

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

[general]
name=Compartment Compass
qgisMinimumVersion=4.0.0
qgisMaximumVersion=4.99
description=Filter, search, and edit vector layer attributes in a spreadsheet-style table that stays in sync with the map — find the feature first, then confirm it on the map, then act on it. Helps manage data where the map and its attributes are closely linked, such as forest planning maps (森林計画図).
description[ja]=地図と連動するスプレッドシート風テーブルで、ベクタレイヤーの属性を絞り込み・検索・編集します。まず地物を見つけ、地図で確認してから操作する、というテーブル視点の設計です。森林計画図のように地図と情報が密接に結びついたデータの管理をサポートします。
version=0.1.1
author=Hideharu Masai
email=hideharumasai@void.mints.ne.jp

about=Most attribute-editing plugins start from selecting a feature on the map, then editing its attributes. Compartment Compass works the other way around: the attribute table is the starting point. Filter across any column with a per-column, spreadsheet-style search row to find the exact compartment you need, watch it get highlighted and zoomed on the map as you move through the table, and edit GeoPackage values directly in the table. Built for Japan's national and private forest planning map data, but works with any vector layer already loaded in the project; it does not download or install data itself.
about[ja]=多くの属性編集系プラグインは「地図上で地物を選択してから属性を書き換える」という順序ですが、Compartment Compassは逆に「属性テーブルを主役にして、そこから目的の地物を絞り込み、地図で確認し、必要なら編集する」という順序で設計しています。スプレッドシート風の列ごと検索行で任意の列を絞り込み、テーブル上を移動するたびに対応する地物が地図上でハイライト・ズームされます。GeoPackageレイヤーであれば、その場でセルを直接編集することもできます。日本の森林計画図（国有林・民有林、小班・林班）データを主な対象としていますが、プロジェクトに読み込み済みの任意のベクタレイヤーに使えます。データの自動ダウンロード・設置は行いません。

tracker=https://github.com/raw-slnc/compartment_compass/issues
repository=https://github.com/raw-slnc/compartment_compass
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=
    0.1.1 - Initial public QGIS 4.x release. Add OR ("|") syntax to the filter row, combinable with the existing AND (comma) and exclude (!) syntax.
    0.1.0 - Layer picker; spreadsheet-style table with a per-column filter row (text substring match, numeric comparisons with >,>=,<,<=,==,!=); column display/info/hidden configuration; table-map selection sync with zoom-to-selection and cell-value tooltip; Info tab with configurable fields plus a fixed QGIS internal ID display; GeoPackage-only inline attribute editing with a save/discard/cancel prompt; English/Japanese UI language toggle; dock or separate-window display mode

tags=python,forest,forestry,japan,vector,gpkg,geopackage,csv,search,filter,query,attribute table,attribute search,attribute editor,select by attribute,spreadsheet,excel,editor,highlight,zoom

homepage=https://github.com/raw-slnc/compartment_compass
category=Vector
icon=icon.svg
experimental=False
deprecated=False
server=False
