Skip to content

PointSav Documentation

The engineering library for the PointSav platform — operating systems and services for regulated businesses that own their data, their AI, and their record-keeping outright. Where the monorepo holds the code, this wiki holds the reasoning: architecture, services, security, and the governance commitments that bind future development.

GIS orchestration application

← All revisions

1847b319 · PointSav Digital Systems ·

editorial(applications): rewrite app-orchestration-gis (Track-B) — confirmed real implementation is a 97-script Python pipeline in project-gis (ingest, clustering, tile-build scripts, PMTiles output), not a Rust engine in this directory; confirmed os-orchestration is an empty placeholder and service-business-clustering/service-places-filtering don't exist as named crates; confirmed real deploy cadence is a nightly cron rebuild (10pm PDT per the ops guide), not a stateless request-driven service — reframed around the real pipeline shape without naming internal script filenames publicly, per register-documentation.yaml

View the full record as of this revision →

@@ -9,10 +9,10 @@ quality: complete
index_group: location-intelligence-applications
status: active
audience: public
short_description: "Stateless spatial analytics engine producing the Woodfine co-location rankings and interactive map — a pure function holding no canonical data."
short_description: "The Python data pipeline that produces the Woodfine co-location rankings and interactive map — cluster geometry rebuilt on a nightly schedule from source datasets, published as static map tiles."
bcsc_class: public-disclosure-safe
language_protocol: PROSE-TOPIC
last_edited: 2026-08-01
last_edited: 2026-08-22
editor: pointsav-engineering
paired_with: app-orchestration-gis.es.md
cites:
@@ -20,34 +20,30 @@ cites:
 - maplibre-gl-js
---

**Correction (2026-08-02):** `app-orchestration-gis` (this archive's directory of that name) is a placeholder — its own README states plainly "Reserved-folder — directory created to close registry drift... implementation details in project-gis cluster." The real implementation is a Python data pipeline (ingest/cluster/tile-build scripts) in the separate `project-gis` archive, not a Rust engine here. `os-orchestration` is a real crate on canonical but currently an empty placeholder scaffold (retracted from an earlier, wrong "doesn't exist as a built crate" claim — see [[app-orchestration-command-branch-model]]), and `[[service-business-clustering]]`/`[[service-places-filtering]]` have no corresponding directories anywhere in the workspace — already flagged to Command (`command-20260801-gis-cluster-wiki-fix-found-service-busin`, sent during the Round 4 GIS cluster merge), not re-escalated here. The PMTiles/MapLibre/tier-methodology mechanics described elsewhere in this article are independently verified accurate against the real pipeline — only the product/architecture framing around them (Rust engine, this directory, os-orchestration hosting) is wrong. **Flagged, not resolved.**
The pipeline that produces the Woodfine co-location rankings and the interactive map at [gis.woodfinegroup.com](https://gis.woodfinegroup.com) is a Python data pipeline, not a standing service — it holds no canonical data of its own and produces no output until it runs. Each nightly rebuild reads current business and places datasets, re-clusters them, re-tiers each cluster, and writes fresh map tiles; the tiles it produces are what the site actually serves between rebuilds.

`app-orchestration-gis` is the stateless spatial analytics engine that performs linear-geometry calculations and coordinate mapping to produce the Woodfine co-location rankings and the interactive map at [gis.woodfinegroup.com](https://gis.woodfinegroup.com). The application holds no canonical data — it operates as a pure function from cleansed cluster files to ranked geo-tiles, so a lost instance can be re-provisioned by pointing a fresh process at the immutable [[totebox-archive|Totebox data layer]] with no state migration. It runs on [[os-orchestration|`os-orchestration`]] and composes with [[service-business-clustering]] and [[service-places-filtering]] to produce its input datasets.
## Tier assignment

## Tier Assignment

The engine assigns every cluster one of four tiers by testing it against the
The pipeline assigns every cluster one of four tiers by testing it against the
[[retail-co-location-tier-methodology|retail co-location tier methodology]] — composition,
catchment-population rank, civic support, and non-overlap with stronger neighboring
clusters. Tier assignment is a pass/fail classification against fixed gates, not a
composite numeric score.

## Tile Generation
## Tile generation

The engine compiles scored output into vector tile assets for delivery to the interactive map:
The pipeline compiles scored output into vector tile assets for delivery to the interactive map:

- **Vector tiles:** PMTiles format for client-side rendering without a dedicated tile server [pmtiles-spec]
- **Rendering:** MapLibre GL JS processes the tiles client-side at high performance [maplibre-gl-js]
- **Visual tiers:** Spatial convergence across anchor categories (primary, hardware, warehouse, civic) maps to the four-tier visual classification on the map surface, per the [[retail-co-location-tier-methodology|tier methodology]] above

## Stateless Architecture
## Rebuild cadence, not a request-driven service

The application holds no canonical data. It operates as a pure function: cleansed cluster files enter, ranked geo-tiles exit. If the application instance is lost, the entire analytics environment can be re-provisioned by pointing a fresh instance at the immutable data layer — no state migration required.
The pipeline runs on a nightly schedule, not on demand. A rebuild re-clusters current source data, regenerates the tile layers, and publishes the result; the site between rebuilds serves whatever the last successful run produced. This makes recovery simple in one specific sense: a lost or corrupted tile set is replaced by the next scheduled rebuild, or an on-demand re-run, with no state migration required. It also means the published map reflects data as of the last rebuild, not the current instant.

## See also

- [[location-intelligence-substrate]] — the rendering layer that serves tiles produced by this engine
- [[service-business-clustering]] — the clustering service that groups POI data into co-location clusters
- [[service-places-filtering]] — the places filtering service that prepares cleansed input data
- [[retail-co-location-tier-methodology]] — the tier methodology implemented by the engine
- [[location-intelligence-substrate]] — the rendering layer that serves tiles produced by this pipeline
- [[retail-co-location-tier-methodology]] — the tier methodology implemented by the pipeline
- [[location-intelligence-platform]] — the platform article covering the full GIS deployment
Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is currently a trade name of Woodfine Capital Projects Inc. ("Woodfine"), planned to become a wholly-owned Woodfine subsidiary upon incorporation. PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. The full trademark notice appears in the footer of every page on this site.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →