| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse
A production-focused engineering reference for the teams building indoor maps and wayfinding systems.
Floor-plan parsing · routing graphs · beacon & Wi-Fi positioning · deployment pipelines — grounded in real, runnable Python.
🌐 Read it live → www.indoor-mapping-wayfinding.com
Indoor mapping is not a flavour of outdoor GIS. Sub-metre precision, vertical topology, semantic enrichment, and deterministic routing pipelines all change the engineering surface area — and most of the practical knowledge is scattered across vendor docs, half-abandoned repos, and tribal memory.
This site pulls that knowledge into one coherent, deeply interlinked reference for the engineers doing the work day to day: facilities-tech teams, GIS developers, indoor-navigation teams, and the Python automation builders who turn a one-off script into a service. Every guide ships with annotated, typed Python pulled from real pipelines — geopandas, shapely, networkx, ezdxf, rtree, pyproj, opencv, scikit-learn — plus the validation, batching, positioning, and SDK integration patterns that make it hold up in production.
52 pages · ~152,000 words · custom SVG diagrams on every overview and guide.
The reference is organised into four connected areas:
Turn DWG, DXF, SVG, and scanned/raster drawings into routable, topologically valid GeoJSON through deterministic vectorization pipelines — parsing, wall/door detection, attribute mapping, PDF & raster extraction, and async batch processing across large portfolios.
The spatial foundations: indoor coordinate reference systems for multi-building campuses, Z-axis and level modelling, POI taxonomy, accessible & multi-profile routing, and resilient fallback routing engines for indoor GIS.
Shipping and keeping maps trustworthy: JSON schema design, CI topology gating, vector-tile serving, cache invalidation, rollback triggers & versioning, and SDK integration for MapLibre GL, Mapbox GL, Apple Maps (IMDF), and React Native.
Placing a moving user on the map: Wi-Fi RSSI radio maps, BLE beacon trilateration and placement, particle-filter sensor fusion, and snapping noisy position fixes onto the routing graph.
npm install # install dependencies
npm run serve # local dev server with live reload
npm run build # production build into ./_siteThe build output is a fully static site in _site/ that can be served by any static host.
Issues and suggestions are welcome — corrections, new topics you'd like covered, or examples that didn't work in your environment. Open an issue on the GitHub organisation.
Content and code © the Indoor Mapping & Wayfinding Automation project. All rights reserved unless stated otherwise.
Explore the full reference → www.indoor-mapping-wayfinding.com
Production engineering reference for indoor mapping & wayfinding automation: floor-plan parsing, routing graphs, beacon/Wi-Fi positioning, and deployment pipelines — with runnable Python. Built as …
CSS
| Back | FazBrowse Home | New Git URL |