feat(demo): civil-engineer trial pack — landing + 3D twins + Streamlit demo tab#58
Merged
Conversation
…mo tab Civil-engineer-friendly demo pack: * docs/index.md — rewritten as a proper landing: hero, 4-step "How it works" panel, 3-stat proof strip, 12-card case-study grid linking each thumbnail to its full study page. * docs/PROCESS.md — narrated end-to-end walkthrough (no code) of how an engineer drops two coordinates and gets a permit pack. Names every Eurocode/ISO check by its standard. * docs/DEMO_RUNBOOK.md — internal cheat-sheet for the trial: pre-flight checklist, click-by-click script, fallback plans for every common failure mode. * tools/build_case_study_twins.py — regenerates interactive 3-D HTML twins for every case study from its towers.csv. Idempotent; --rebuild forces all. All 12 twins generated. * docs/case_studies/*.md — each page now embeds its twin.html via iframe so every case study renders as 3-D in the docs site. * app/streamlit_app.py — new "Demo" tab as the front entry point: preset selector for 6 real installations, folium map showing the picked corridor, lat/lon inputs as a fallback, one-click run that fetches the DEM via P47 cache, runs the GA, shows alignment + convergence, and points the engineer at the Optimize / 3-D tabs for downloads. * pyproject.toml — streamlit-folium + folium added to the `ui` extras so the demo map ships with `make install`. * mkdocs.yml — Process page added to the nav.
…demo-pack summary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Demo-ready pack for the civil-engineer trial tomorrow.
docs/index.md— rewritten as a proper landing: hero, 4-step How it works panel, 3-stat proof strip, 12-card case-study grid (each thumbnail links to its full page).docs/PROCESS.md— narrated end-to-end walkthrough. Names every Eurocode/ISO check by its standard. No code.docs/DEMO_RUNBOOK.md— internal cheat-sheet: pre-flight checklist, click-by-click script, fallback plans for every common failure mode.tools/build_case_study_twins.py— regenerates interactive 3-D HTML twins for every case study. All 12 twins generated.app/streamlit_app.py— new Demo tab as the front entry point: preset selector for 6 real installations, folium map, lat/lon fallback inputs, one-click run via P47 DEM cache.pyproject.toml—streamlit-folium+foliumadded touiextras.mkdocs.yml— Process page added to the nav.Why
Tomorrow a civil engineer trials the toolchain. He's non-technical. He needs to see the process, run it himself, and see the result in 3-D — all without touching a terminal.
Test plan
twin.htmlfiles built and embeddedapp/streamlit_app.pysyntax-valid