Sheet A
PinePoint
Cloud GIS platform for local government
In development · early alpha
An independent, cloud-delivered GIS platform for US county and municipal government, aimed at ESRI-workflow parity for assessment and public-records work at a fraction of the cost. Parcels, LiDAR point clouds and orthoimagery are served from a PostgreSQL/PostGIS origin through a Cloudflare edge, and the whole stack ships as one appliance image that deploys turnkey on-premises or into any cloud.
The design decision the rest of the system is built around is that owner-privacy suppression lives in the data layer, not the interface. Public reads happen only through restricted views, so a protected owner is redacted once and is therefore redacted everywhere — vector tiles, API responses and exports alike. There is no code path that can forget to apply it. The same principle governs the job queue: the API is granted permission to enqueue work and nothing else, the worker to claim and update and nothing else, enforced by database grants rather than by convention.
The parcel record is a temporal cadastre — every reload preserves history and suppressions, so a record can be read as it stood at any prior ingest, with field-level diffs between versions. LiDAR is derived per parcel from USGS 3DEP: the worker computes a buffered parcel boundary, streams the source point cloud through PDAL into a COPC file and publishes it to a local VM's storage volume, where the viewer streams it directly over ranged HTTP — object storage moved out of the alpha environment to keep the testing surface cheap to run. No point-cloud server is involved at any stage.
PinePoint is presently in early alpha, developed by a small team based in Maine. External client testing has not opened yet; in its place, interested county and municipal contacts can register through the alpha interest form below, and early registrants get limited free testing as the platform moves toward a general pilot.
- Public parcel viewer with satellite basemap, per-municipality extents and suppression-redacted records
- Per-parcel 3D LiDAR streamed from local VM storage — measurement, annotation and per-class filtering
- Temporal cadastre with full version history and field-level diffs across ingests
- Access-gated admin console: municipality ingest, job control, data-quality reporting, batch export
- Owner-privacy suppression enforced in the data layer, applied identically to tiles, API and exports
- Append-only audit trail on every record access, with anomaly capture on every ingest
- Esri and OGC interop endpoints so existing county workflows keep working
- Class
- Cloud GIS platform
- For
- County & municipal government
- Origin
- PostgreSQL 18 · PostGIS 3.6
- Edge
- Cloudflare tunnel · Access
- Storage
- Local VM volumes · 87 per-parcel COPC clips
- Stage
- Early alpha · ~34,000 test parcels
- Interop
- Esri GeoServices · OGC API · STAC
- Delivery
- Compose appliance — on-prem or cloud