[general]
name=Monad Knowledge
qgisMinimumVersion=3.38
qgisMaximumVersion=4.99
supportsQt6=True
description=Browse, inspect and author the MONAD indoor GIS from one dock — a corpus tree over buildings, floors and arrangements, a detail table, and write-through authoring against the IndoorGML schema.
about=Companion plugin for the MONAD indoor GIS (IndoorGML-on-PostGIS, IP-040/IP-135).
    Every imported site is translated to its own origin, so buildings stack on top
    of each other — you cannot pan between them, you filter. This plugin is the
    QGIS surface for that corpus.
    .
    v3 replaced eight dependent combos with one tree. Building -> Floor ->
    Arrangement is a hierarchy, so you see the whole corpus at once and type to
    narrow it. Clicking an arrangement filters every loaded layer to it, fills the
    detail table, and makes it the target the writable authoring_* views write
    into — three things that were never separate intentions.
    .
    An Arrangement is a row of space_layers, which is IndoorGML's SpaceLayer: a
    floor carries a SENSOR set (the measurement fleet), an ANCHOR set (printed QR
    ground-truth markers), FURNITURE variants and LOGICAL zones at the same time,
    and swapping one leaves the others untouched. Placements are moved and removed
    through the authoring views, so the containment rule lives on the server and
    the plugin cannot drift from it.
    .
    Every arrangement and floor round-trips to GeoJSON in the vault; Export and
    Import call the CLI so the artifact format has exactly one implementation.
    A schema probe checks the view set on open and names the command that fixes a
    stale database, instead of quietly emptying a widget.
version=3.2.2
author=Jakub Dubec
email=jakub.dubec@stuba.sk
homepage=https://github.com/sibyx/monad-knowledge
tracker=https://github.com/sibyx/monad-knowledge/issues
repository=https://github.com/sibyx/monad-knowledge
category=Plugins
icon=icon.svg
tags=postgis,indoor,indoorgml,navigation,filter,dock,floorplan,building,wireless,csi,experiment,layout,analysis,authoring,los,furniture,arrangement,3d,doors,qt6
hasProcessingProvider=False
server=False
experimental=False
deprecated=False
changelog=See CHANGELOG.md. 3.0.0 — One tree, one placement model, and a schema
    probe that says what is wrong. The IP-135 database collapse removed the three
    mechanisms that justified three selectors; the dock now has one. Removed: the
    Explorer window, the LOS link layer, saved analysis views, the corpus
    dashboard, the coverage loader, the per-floor choropleth. Added: a corpus
    tree with one filter box, a detail table, GeoJSON export/import, QR-anchor
    support, a dedicated door layer, and write-through authoring.

