Description
ResPlan is a collection of residential vector floor plans — room polygons
with type labels, drawn in metric units. In this project it is one of the open
floor-plan datasets ingested into the IndoorGML PostGIS schema (IP-040) via the
converter notebook notebooks/floorplans/converters/01_resplan.ipynb, which
maps each plan into CellSpace rooms and derives CellSpaceBoundary walls from
the buffered shared edges between adjacent rooms.
Modality / size
- Modality: 2D vector residential floor plans (room polygons + labels).
- Source unit: metres (
source_unit="m"), scaled to SRID 900010 (cm) on load. - Granularity: per-apartment plans; rooms separated by wall thickness.
Role in this project
- A source of realistic small-residence layouts for 2D coverage / signal propagation experiments and for exercising the IndoorGML primal/dual model.
- Loaded with
gis.loader.load_site→ oneBuilding+ a{site}-topographicSpaceLayer(usage = resplan), so it is selectable in QGIS bybuilding_name/dataset(seedocs/QGIS-SETUP.md).
Notes
- Walls are derived: rooms are buffered so shared edges become wall-thickness
partitions, then
bounded_by+ NRG are rebuilt. - Datasets live outside the vault under
_attachments/floorplans/resplan/(gitignored); only this note is tracked.