[ENHANCEMENT] Added Colloquial Areas - Supplemental Dataset Schema - #497
[ENHANCEMENT] Added Colloquial Areas - Supplemental Dataset Schema#497Pradeep Kumar (pradeepbkkumar) wants to merge 8 commits into
Conversation
🗺️ Schema reference docs preview is live!
Note ♻️ This preview updates automatically with each push to this PR. |
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
Signed-off-by: Pradeep Kumar Bachin Krishnarao <prbachin@microsoft.com>
c354107 to
bc780eb
Compare
|
My understanding of where the RFD #87 conversation is developing is that:
Until we get that extensions mechanism over the line I don't think we'd want to merge this, but not doing so shouldn't be a blocker for launching colloquial regions as a supplemental dataset. |
❌ PR Title Validation FailedError: No release type found in pull request title "Added Colloquial Areas - Supplemental Dataset Schema". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/ Available types:
Examples:
See the Overture Maps Foundation GitHub usage guidelines for full documentation. |
|
Dana Bauer (@danabauer) Pradeep Kumar (@pradeepbkkumar) What's the status of this effort? Nothing's happened here since April. It would be good to close it if we aren't actively trying to advance it. |
B. Related MINOR change steps
colloquial_areaC. Public documentation and messaging plan
TODO.
Description
Supplemental Datasets
Supplemental datasets extend Overture Maps with additional geographic data that is not part of the core reference map. They provide valuable map data from single sources that complement—but remain separate from—the multi-source, conflated reference map.
Characteristics
themepropertyColloquial Areas as Supplemental
Represents informal, culturally defined, or commonly referenced areas that do not correspond to official administrative boundaries. Unlike countries, states, counties, or cities whose boundaries are legally defined, colloquial areas evolve from cultural, historical, economic, or linguistic identity. These areas have no official ISO codes, no fixed administrative definitions, and frequently overlap existing divisions. They are nonetheless highly important for search, mapping, analytics, and user experience, particularly when users expect them to behave like meaningful geographic entities.
Examples:
Properties:
type(required) - Alwayscolloquial_areaversion(required) - Feature version numbernames(required) - Multi-language names with primary and common translationssources(required) - Source attributionbbox(optional) - Bounding box as [west, south, east, north]center_point(optional) - Representative point for labeling/geocodingparent_name(optional) - Name of containing geographic areawikipedia_url(optional) - Wikipedia article URLwikidata(optional) - Wikidata identifierGeometry: Polygon or MultiPolygon
Reference
Testing
./test.sh -m examples "supplemental-datasets/colloquial_area/.*"./test.sh -m counterexamples "supplemental-datasets/colloquial_area/.*"uv run pytest packagesChecklist
Checklist of tasks commonly-associated with schema pull requests. Please review the relevant checklists and ensure you do all the tasks that are required for the change you made.
Abut is not intended to test propertyA's validity, and you made a schema change that invalidates propertyAin that counterexample, fix the counterexample to align it with your schema change.Documentation website
Docs preview for this PR.