Digital twin Β· simulator
One-click site setup
Paste any business address. The simulator runs the full pipeline β geocode, aerial fetch, OSM footprints, skid-spot generation, persistence β and reports per-step timings so we can see where the clicks still live.
mi
Presets:
Where the time goestypical breakdown Β· aim to collapse every non-critical step
- Geocode (β0.3-1s) β Nominatim top candidate. Limited by 1 req/sec free-tier.
- Widen bbox (<5ms) β pure math, no network.
- Aerial fetch (β5-15s) β USGS NAIP ImageServer dominates. Could skip on first pass and backfill.
- OSM footprints (β2-10s) β Overpass API Β· scales with bbox.
- Campus detect (<50ms) β building centroid clustering.
- Skid generate (β0.5-2s for ~30 buildings) β Turf-based, scales O(buildingsΒ²).
- Persist (<100ms) β fs write.
Ideas: skip aerial on first pass (backfill async) Β· cache OSM queries by bbox Β· pre-geocode common presets Β· parallelize aerial + OSM fetch.