Start using TopoShare FREE, included with every TopoDOT license. Ready to think bigger? Let's talk TopoShare Enterprise.
Platform
A collection of integrated desktop and web apps for managing, accessing, and sharing project data
Access
One company license, with full access controls for all internal and external stakeholders
Billing
Core features FREE with TopoDOT. One flat annual license fee for Enterprise features, no matter how much data you manage
TopoShare pricing is built around two clear levels: Basic for internal project data management with TopoShare Access and Admin, and Enterprise for turning captured, preprocessed datasets into a searchable portal where stakeholders can discover available data and request paid deliverables from it.
For TopoDOT teams that need controlled access to project files in their own cloud data warehouse.
Included with every company TopoDOT license.
For organizations ready to turn project data into a searchable, access-controlled stakeholder portal.
One flat annual license fee, no matter how much data you manage.
The Enterprise web portal allows external stakeholders to discover available datasets and request deliverables without needing TopoDOT access.
TopoShare does not just organize your data. It creates a data ecosystem that helps teams move faster across projects while opening new revenue opportunities from datasets you have already captured and processed.
x
Deliver the original project, then keep the dataset discoverable for future requests, downstream teams, and paid deliverables.
Support
Expert setup guidance
Get help structuring TopoShare around your cloud environment, project data, and delivery workflows.
Onboarding
Admin and access training
Bring admins and production teams up to speed on users, groups, permissions, and project access.
Resources
Workflow documentation
Use practical references for publishing, governing, discovering, and reusing project data.
Updates
Ongoing platform support
Keep your TopoShare environment current as the platform evolves and new workflows come online.
<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>
More detail on how the license, usage metric, and annual maintenance model work.
TopoShare is actually a collection of applications, some web-based. TopoShare Admin and TopoShare Access are desktop applications, though they may access the web to integrate with your cloud data warehouse. The TopoShare Enterprise portal is a web-portal where anyone with access can view your datasets, request deliverables, and more.
Anyone can access the TopoShare Enterprise web portal - no TopoDOT license needed. However, to effectively interact with your point cloud data sets and produce deliverables, you'll need TopoDOT.
No. TopoShare Basic is included with a company TopoDOT license. TopoShare Enterprise is a flat annual platform license for the organization, not a per-seat charge.
Yes, TopoShare Enterprise is an annual subscription. TopoShare Basic, however, is included with every active TopoDOT license at no additional cost.
No. TopoShare pricing does not scale with the amount of data you manage. You host and manage the data in your own cloud environment.
No. Your organization hosts the data in its own cloud storage. TopoShare provides the applications for managing, controlling, discovering, and sharing that data.
TopoShare Basic allows for interal collaboration and data governance. If you want to deliver the most value to your company and your clients, TopoShare Enterprise allows you to collaborate with the world. Not sure what you need? Reach out to our consulting team to learn more about the TopoShare system and what you need to get started.
The annual subscription includes platform access, updates, support, onboarding resources, documentation, and more.
Why platform pricing?
TopoShare pricing is tied to platform access, not storage volume. Your datasets stay in your cloud environment while TopoShare makes them easier to manage and reuse.
Need help deciding?
If you are deciding between Basic and Enterprise, the TopoShare team can help outline the implementation process and decide which plan is right for you.
Connect with our team to better understand the value that TopoShare Enterprise brings and when your organization is ready for that investment.