Softwr

Maps · head to head

Potree vs Transit

Potree logo

Potree

Maps

Open source WebGL viewer for publishing very large point clouds in a browser

From
Free
Rated
-
Transit logo

Transit

Maps

Public transit trip planning and real-time arrivals for buses, trains and shared bikes and scooters

From
Free
Rated
-

The short version

  • Each has a real cost: Potree there is no vendor, no support contract and no service level, so anything you build on Potree is your organisation’s responsibility to maintain when a browser update breaks rendering.; Transit coverage depends entirely on whether the local transit agency publishes a real-time feed, so quality swings sharply between well-funded metro systems and smaller regional operators.
  • They diverge on capability: Potree covers Octree streaming, Transit covers Real-time arrivals.
  • Prices and features above were last checked on 1 September 2026.

Where they differ

Only the attributes on which Potree and Transit actually diverge.

Attributes where Potree and Transit differ
AttributePotreeTransit
Pricing modelOpen source, no licence feeFree to riders; revenue from agency data and fare-payment transaction fees
PlatformsWeb, Windows, macOS, LinuxiOS, Android, Web

Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated), category (Maps).

What each one covers

Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.

Only in Potree

  • Octree streaming
  • Large dataset rendering
  • Measurement tools
  • Clipping and profiles
  • Annotations
  • Attribute colouring
  • PotreeDesktop
  • Self-hosting

Only in Transit

  • Real-time arrivals
  • Multi-modal trip planning
  • Service alerts
  • In-app fare payment
  • Offline schedules
  • GO transit and micromobility layers

What people use each for

The jobs each tool is most often brought in to do.

Potree

  • A drone survey firm delivering a point cloud to a client who has no desktop software, by publishing a browser viewer link instead of a 40 GB LAZ filenot Transit
  • A heritage or archaeology project publishing a scanned site for public access without paying per-gigabyte hosting to a commercial platformnot Transit
  • An engineering consultancy embedding a point cloud viewer inside its own client portal without licensing a commercial web viewernot Transit
  • A university or research group that needs measurement and profiling in a shareable viewer for a dataset too large to emailnot Transit

Transit

  • A commuter in a city with a well-maintained GTFS-realtime feed wanting live bus and train arrivalsnot Potree
  • A rider comparing a transit trip against a bike share or scooter leg for the last milenot Potree
  • A visitor needing offline-capable static schedules in a city with patchy data coveragenot Potree
  • Someone wanting to buy a transit fare inside the same app used to plan the trip, in supported citiesnot Potree

Where each one falls short

Documented limitations, not opinions. Every one is a constraint you would hit in normal use.

Potree

  • There is no vendor, no support contract and no service level, so anything you build on Potree is your organisation’s responsibility to maintain when a browser update breaks rendering.
  • Conversion is a separate manual step with PotreeConverter, and building an automated publishing pipeline around it is engineering work the project does not provide.
  • Rendering quality and performance depend on the client machine and WebGL support, so a client on a locked-down corporate laptop with poor graphics may see a viewer that stutters or fails outright.
  • A WebGPU rewrite, Potree-Next, is in progress and is not a drop-in upgrade, so current integrations face an eventual migration with no vendor to manage it.
  • There is no access control, user management or audit layer; anyone with the URL sees the data unless you build authentication around the static files yourself, which is a real problem for confidential sites.

Transit

  • Coverage depends entirely on whether the local transit agency publishes a real-time feed, so quality swings sharply between well-funded metro systems and smaller regional operators.
  • The company earns its revenue by selling agencies a paid analytics product built from rider trip data, which means the free app functions partly as a data-collection layer for a business customer, not only as a public service.
  • In-app fare payment is only available in a limited set of cities, so the headline feature is not something most riders can actually use.
  • Static schedule fallback in low-data cities is only as accurate as the agency last published, and service changes can go unreflected for weeks.
  • The app has no offline routing without a cached area, so it is not reliable for navigation in areas with poor mobile signal.

Pricing, plan by plan

Potree

Free
  • PotreeFree
    • BSD-style open source licence
    • Unlimited datasets and viewers
    • Self-hosted on any static web server

Transit

Free
  • Rider appFree
    • Real-time arrivals and trip planning
    • No ads shown to riders
    • In-app fare purchase where supported

Which should you pick?

Choose Potree if

  • You need octree streaming.
  • You want to start without paying.
  • You work on Web, Windows, macOS, Linux.
  • You also want large dataset rendering.

Choose Transit if

  • You need real-time arrivals.
  • You want to start without paying.
  • You work on iOS, Android, Web.
  • You also want multi-modal trip planning.

Questions people ask

Is Potree or Transit better?
Neither clearly leads. Potree starts at Free and Transit at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, Potree or Transit?
Potree starts at Free and Transit at Free.
Does Potree or Transit run on more platforms?
Potree runs on Web, Windows, macOS, Linux. Transit runs on iOS, Android, Web.
Can I use Potree for free?
Both have a free tier, so you can try either at no cost before committing.
What is Potree best used for?
Potree is most often used for a drone survey firm delivering a point cloud to a client who has no desktop software, by publishing a browser viewer link instead of a 40 gb laz file, a heritage or archaeology project publishing a scanned site for public access without paying per-gigabyte hosting to a commercial platform, an engineering consultancy embedding a point cloud viewer inside its own client portal without licensing a commercial web viewer, a university or research group that needs measurement and profiling in a shareable viewer for a dataset too large to email. Of those, a drone survey firm delivering a point cloud to a client who has no desktop software, by publishing a browser viewer link instead of a 40 gb laz file and a heritage or archaeology project publishing a scanned site for public access without paying per-gigabyte hosting to a commercial platform are not what Transit is typically brought in for.
What can Potree do that Transit cannot?
Potree covers Octree streaming, Large dataset rendering, Measurement tools, Clipping and profiles. Transit covers Real-time arrivals, Multi-modal trip planning, Service alerts, In-app fare payment.

Answered from the vendors’ own pages

Potree: Does Potree cost anything?

No. It is open source and free. You supply the hosting, which for a static viewer is inexpensive.

Transit: Does Transit cost anything to use?

No. The rider app is free with no subscription and no ads; the company earns money separately by selling agencies a paid data and communication platform.

Potree: Is there commercial support?

No. There is no vendor and no support contract. Support is GitHub issues and the community.

Transit: Does it work in every city?

No. Coverage depends on whether the local transit agency publishes a GTFS or GTFS-realtime feed; some smaller markets have static schedules only.

Potree: Who maintains it?

It originated at TU Wien and is maintained principally by Markus Schütz, with community contributions.

Transit: Can I buy a bus or train ticket in the app?

Only in cities where the local agency has integrated fare payment; elsewhere you still need the agency app or a physical ticket.

Potree: Can it handle very large clouds?

Yes, hundreds of millions of points, because PotreeConverter builds a multi-resolution octree that streams only what is visible.

Potree: Is my data private?

Only if you make it so. Potree serves static files with no built-in authentication, so access control is entirely your responsibility.

Share

Related pages

Other head to heads