Skip to content

Diff: services/service-places-filtering.es

From a445530 to a445530

+0 / −0 lines
BeforeAfter
--- ---
schema: foundry-doc-v1 schema: foundry-doc-v1
title: "service-places" title: "service-places"
slug: service-places-filtering slug: service-places-filtering
category: services category: services
type: topic type: topic
quality: complete quality: complete
status: active status: active
audience: public audience: public
bcsc_class: public-disclosure-safe bcsc_class: public-disclosure-safe
language_protocol: PROSE-TOPIC language_protocol: PROSE-TOPIC
last_edited: 2026-05-06 last_edited: 2026-05-06
editor: pointsav-engineering editor: pointsav-engineering
cites: [] cites: []
--- ---
`service-places` is the service responsible for validating and clustering civic and institutional infrastructure. Its primary role is to filter raw civic data to retain only regional-grade facilities — hospitals, universities, and major transport hubs — ensuring that GIS tier rankings reflect institutional-level concentration rather than local-service density. `service-places` is the service responsible for validating and clustering civic and institutional infrastructure. Its primary role is to filter raw civic data to retain only regional-grade facilities — hospitals, universities, and major transport hubs — ensuring that GIS tier rankings reflect institutional-level concentration rather than local-service density.
## Filtering Thresholds ## Filtering Thresholds
The service applies attribute-weight filters to the raw civic data provided by `service-fs`: The service applies attribute-weight filters to the raw civic data provided by `service-fs`:
- **Regional hospitals:** minimum capacity threshold (50+ staffed beds). - **Regional hospitals:** minimum capacity threshold (50+ staffed beds).
- **Regional universities:** minimum enrollment threshold (1,000+ full-time equivalent students). - **Regional universities:** minimum enrollment threshold (1,000+ full-time equivalent students).
- **Airports:** validated as major regional transport hubs; general aviation facilities are excluded. - **Airports:** validated as major regional transport hubs; general aviation facilities are excluded.
## Spatial Aggregation ## Spatial Aggregation
Large institutional campuses frequently appear in raw open geospatial data as multiple separate points. `service-places` applies a 200 m spatial buffer to cluster these into a single regional anchor with a unified center of gravity, preventing over-counting of large campus footprints. Large institutional campuses frequently appear in raw open geospatial data as multiple separate points. `service-places` applies a 200 m spatial buffer to cluster these into a single regional anchor with a unified center of gravity, preventing over-counting of large campus footprints.
## Data Output ## Data Output
The resulting `cleansed-places.jsonl` provides the regional anchor dataset that `app-orchestration-gis` uses when awarding final co-location tier rankings. The resulting `cleansed-places.jsonl` provides the regional anchor dataset that `app-orchestration-gis` uses when awarding final co-location tier rankings.
## See Also ## See Also
- [[service-fs-data-lake]] - [[service-fs-data-lake]]
- [[service-business-clustering]] - [[service-business-clustering]]
- [[app-orchestration-gis]] - [[app-orchestration-gis]]
--- ---
*Copyright © 2026 Woodfine Capital Projects Inc. Licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).* *Copyright © 2026 Woodfine Capital Projects Inc. Licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).*
*Woodfine Capital Projects™, Woodfine Management Corp™, PointSav Digital Systems™, Totebox Orchestration™, and Totebox Archive™ are trademarks of Woodfine Capital Projects Inc., used in Canada, the United States, Latin America, and Europe. All other trademarks are the property of their respective owners.* *Woodfine Capital Projects™, Woodfine Management Corp™, PointSav Digital Systems™, Totebox Orchestration™, and Totebox Archive™ are trademarks of Woodfine Capital Projects Inc., used in Canada, the United States, Latin America, and Europe. All other trademarks are the property of their respective owners.*