<script src="https://cdn.prod.website-files.com/6330c0ebacf06abbc83b6eb3/64103732523ba652052e0223_lenis-bundled.txt"></script>
<script>
class Scroll extends Lenis {
constructor() {
super({
duration: 1.5,
easing: (t) => (t === 1 ? 1 : 1 - Math.pow(2, -10 * t)), // https://easings.net
direction: "vertical",
smooth: true,
smoothTouch: false,
touchMultiplier: 1.5
}); this.time = 0;
this.isActive = true;
this.init();
} init() {
this.config();
this.render();
this.handleEditorView();
} config() {
// allow scrolling on overflow elements
const overscroll = [
...document.querySelectorAll('[data-scroll="overscroll"]')
]; if (overscroll.length > 0) {
overscroll.forEach((item) =>
item.setAttribute("onwheel", "event.stopPropagation()")
);
} // stop and start scroll btns
const stop = [...document.querySelectorAll('[data-scroll="stop"]')];
if (stop.length > 0) {
stop.forEach((item) => {
item.onclick = () => {
this.stop();
this.isActive = false;
};
});
} const start = [...document.querySelectorAll('[data-scroll="start"]')];
if (start.length > 0) {
start.forEach((item) => {
item.onclick = () => {
this.start();
this.isActive = true;
};
});
} // toggle page scrolling
const toggle = [...document.querySelectorAll('[data-scroll="toggle"]')];
if (toggle.length > 0) {
toggle.forEach((item) => {
item.onclick = () => {
if (this.isActive) {
this.stop();
this.isActive = false;
} else {
this.start();
this.isActive = true;
}
};
});
} // anchor links
const anchor = [...document.querySelectorAll("[data-scrolllink]")];
if (anchor.length > 0) {
anchor.forEach((item) => {
const id = parseFloat(item.dataset.scrolllink);
const target = document.querySelector(`[data-scrolltarget="${id}"]`);
if (target) {
//console.log(id, target);
item.onclick = () => this.scrollTo(target);
}
});
}
} render() {
this.raf((this.time += 10));
window.requestAnimationFrame(this.render.bind(this));
} /* ---- */
handleEditorView() {
const html = document.documentElement;
const config = { attributes: true, childList: false, subtree: false }; const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
if (mutation.type === "attributes") {
const btn = document.querySelector(".w-editor-bem-EditSiteButton");
const bar = document.querySelector(".w-editor-bem-EditorMainMenu");
const addTrig = (target) =>
target.addEventListener("click", () => this.destroy()); if (btn) addTrig(btn);
if (bar) addTrig(bar);
}
}
}; const observer = new MutationObserver(callback);
observer.observe(html, config);
}
}window.SmoothScroll = new Scroll();
</script>
Transform your transportation corridor data into high-quality digital twins. TopoDOT balances AI automation with precision, enabling your team to quickly extract accurate topographic deliverables and GIS assets from point clouds.
Maximize productivity on your railway projects. TopoDOT combines automation and precision to quickly extract accurate CAD linework and surface models—including rails, ballast, and catenary—delivering best-in-class data from point clouds.
Quickly extract complex utility corridors from point clouds. TopoDOT provides user-friendly tools to accurately map towers, poles, wires, and clearances, empowering your team to boost capacity and profitability.
Streamline your structural modeling projects. TopoDOT combines precision and automation to quickly transform dense point clouds into highly detailed 3D meshes for bridges, pier caps, and complex buildings.
Extract GIS assets faster than ever. TopoDOT’s Automatic Asset ID tool leverages machine learning to rapidly identify, differentiate, and extract high volumes of assets and attributes directly from point clouds.

When you need help, give us a call.Talk to real people who understand geospatial production workflows, not a generic support queue.
.jpg)
Access a comprehensive knowledge base, detailed help articles, and a full training library through TopoDOT University to support your team at every stage.

Join a global network of TopoDOT users who share knowledge, attend webinars, and collaborate on best practices across projects and industries.

Go deeper with tailored training and consulting engagements designed to help your team implement workflows, improve efficiency, and get more value from the platform.
Witness TopoDOT in action and see how your extraction and production processes can move faster than ever.