Skip to content

tedmcdo/occupancy-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

occupancy-map

Interactive viewer + editor for occupancy floor plans. Renders TopoJSON polygons (rooms) with architectural lines (walls/doors/windows) on top. Click a polygon to view and edit its occupancy data.

Run locally

npm run install:all
npm run dev

Web app: http://localhost:5173 — backend: http://localhost:5174

Data

Source files live in data/:

  • MOBAR0{1,2}.json — TopoJSON of room polygons (each polygon carries CSV columns as properties)
  • MOBAR0{1,2}_floorplan.json — TopoJSON of architectural line segments by layer
  • MOBAR0{1,2}.csv — same columns as the polygon properties; used as the seed for the editable store

Edits are persisted to data/occupancy-MOBAR0{1,2}.json (created on first save). Original CSV/TopoJSON files are never modified.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors