Course · ← 0005 Publishing the Map · 0007 Model the System →
Lesson 0006 · ~13 minutes
Esri or open source is not a technology argument in donor work. It is a sustainability argument, and both sides of it can lose.
| ArcGIS Enterprise | Open stack | |
|---|---|---|
| Store | Enterprise geodatabase | PostgreSQL + PostGIS |
| Services | ArcGIS Server + Portal | GeoServer (or QGIS Server) |
| Desktop | ArcGIS Pro | QGIS |
| Server-side processing | Geoprocessing services; GeoAnalytics and Image Server tiers | No equivalent service tier — push into PostGIS SQL, GDAL batch, or WPS bridges |
| Governed publishing | Built in via Portal | Assembled from parts |
| Licence cost | Recurring, per-tier | None |
| Support | Vendor SLA, security updates | Your team, or a contracted integrator |
The functional gap is real but narrower than either camp claims. ArcGIS Enterprise gives governed publishing, multiuser editing, and — the genuine differentiator — server-hosted geoprocessing, with distributed vector and raster analysis tiers, all invoked over REST. The open stack pairs QGIS with PostGIS for multi-user storage and analysis; QGIS Server publishes map and feature services but ships no web processing service, so processing is pushed into PostGIS SQL, GDAL batch jobs, or community WPS bridges.1
Notice how little of that gap a land registry touches. Parcel-and-rights work is transactional CRUD over polygons with heavy attribute logic — not distributed raster analytics. The premium tiers price capabilities most land administration systems never invoke.
Donor projects end. The system does not — or is not supposed to. So the real question is not "which is better" but "what survives the day the funding stops?" Both answers have a failure mode, and being able to name both is what makes you credible in the room.
The literature on land governance says both halves out loud: open platforms offer flexibility, transparency and the ability to customise to a country's own legal and administrative framework, and reduce dependence on further funding and licence problems — while the honest counterweight is that maintaining them demands specialised technical expertise that is usually scarce in developing contexts, which is itself a sustainability risk.2 Proprietary buys comprehensive out-of-the-box function, vendor support and regular security updates — for a recurring fee.2
Neither stack is sustainable by itself. Sustainability is a capacity plan, not a licence choice. The winning proposal names who maintains the system in year four, which in-country institution employs them, and how they were trained — then picks the stack that plan can actually support. A ministry with three PostGIS-fluent staff and a local integrator should go open. A ministry with an existing Esri estate, an Esri distributor in-country and a standing budget line should probably not be talked out of it.
You are not obliged to start from a blank schema. FAO's SOLA Suite is an open-source land administration system, LADM-based, already covering registry, systematic registration, state land, and community capture — on Payara, PostgreSQL/PostGIS, GeoServer and JasperReports.3
Even when you do not adopt it, read its schema before designing yours. And say so in the proposal: "we evaluated SOLA and here is what we took from it" is a far stronger opening than a bespoke model with no lineage, because it tells the evaluator you know the field's prior art rather than being about to reinvent it badly.
"Open Source vs Proprietary Solutions in Land Governance" (ON Policy Africa, Uganda case) — short, balanced, and written from inside a real land-governance debate rather than from a vendor's marketing floor:
onpolicy.org — Uganda's digital landscape
Pair it with the FAO SOLA overview (stack and components) so the open option is concrete rather than theoretical.