You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,12 @@ Meshcore and LoRa communities with fixed tower infrastructure who want to **plan
29
29
30
30
The [upstream planner](https://github.com/meshtastic/meshtastic-site-planner) runs single-tower, single-terrain simulations. LoRa Map builds on that foundation with multi-tower network planning, real-world terrain modeling, and a visitor-facing coverage portal.
31
31
32
-
-**Multi-source terrain** — Go beyond flat bare-earth SRTM. Simulate against Copernicus DSM (buildings + tree canopy), ESA WorldCover LULC clutter, or a weighted aggregate that blends all three for a realistic "expected coverage" estimate.
32
+
-**Multi-source terrain** — Go beyond flat bare-earth SRTM. Simulate against Copernicus DSM (buildings + tree canopy), ESA WorldCover LULC clutter, a weighted aggregate blend, or worst-case (max obstacle height from all models with antenna at ground level).
33
33
-**Batch simulation matrix** — Pre-compute coverage for every combination of client hardware, antenna, and terrain model. Visitors instantly switch scenarios — no simulation wait, no admin involvement.
34
34
-**Deadzone remediation** — Automatically find coverage gaps across your network, rank them by priority, and suggest where to place new towers with estimated coverage gain.
35
35
-**Mesh path analysis** — Pairwise SPLAT! point-to-point between all towers. See line-of-sight status, path loss, and link quality as color-coded polylines — understand your mesh backbone at a glance.
36
36
-**Overlap visualization** — Per-tower color-coded layers with signal-strength transparency. Multi-coverage areas render as cross-hatched patterns so you can distinguish each tower's contribution.
37
+
-**Window mode** — Simulate a receiver behind a window. Configure FOV, glass type (single/double/triple pane), and wall material (drywall/brick/metal) for directional attenuation. A draggable cone overlay on the map lets you aim the window visually.
37
38
-**Hardware-aware presets** — Heltec V3/V4 profiles, region-locked frequencies (CA/US/EU/AU/AS), curated antennas with automatic SWR mismatch loss calculated and deducted.
38
39
-**Visitor portal** — Community members pick their client device and antenna from dropdowns and see personalized coverage maps. No login, no configuration, instant results.
39
40
-**One container** — Single Podman image, one port, one volume mount. Deploys behind your existing reverse proxy in minutes.
@@ -70,11 +71,12 @@ Terrain elevation data is streamed from [AWS Open Data](https://registry.opendat
70
71
| Category | Details |
71
72
|---|---|
72
73
|**Coverage Prediction**| ITM/Longley-Rice propagation model via SPLAT!, configurable frequency/power/gain/height, per-tower color-coded layers with signal-strength alpha mapping |
73
-
|**Multi-Source Terrain**| Bare-earth SRTM, Copernicus DSM (buildings + canopy), ESA WorldCover LULC clutter, and weighted aggregate blend mode |
74
+
|**Multi-Source Terrain**| Bare-earth SRTM, Copernicus DSM (buildings + canopy), ESA WorldCover LULC clutter, weighted aggregate blend, and worst-case mode |
74
75
|**Batch Simulation Matrix**| Admin-configurable client hardware × antenna × terrain combinations, pre-computed so visitors get instant layer switching |
75
76
|**Deadzone Remediation**| Gap analysis across all towers, priority-scored deadzone regions, suggested new tower placements with estimated coverage gain |
76
77
|**Mesh Path Analysis**| Pairwise SPLAT! point-to-point between towers, path loss and LOS status, color-coded polyline overlay |
77
78
|**Overlap Visualization**| Cross-hatched canvas layer distinguishes per-tower signal contributions in multi-coverage areas |
79
+
|**Window Mode**| Directional attenuation through glass (single/double/triple pane) and walls (drywall/brick/metal), draggable FOV cone on map |
78
80
|**Hardware Presets**| Heltec V3/V4 profiles, region-locked frequencies (CA/US/EU/AU/AS), curated antennas with SWR mismatch loss |
79
81
|**Admin/Visitor Roles**| Rate-limited admin auth gates mutations; visitors see cached results instantly with client hardware/antenna/terrain selectors |
80
82
|**Mobile Responsive**| Full responsive layout with touch-friendly controls, sticky simulation button, and adaptive offcanvas sidebar |
0 commit comments