Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution to link Person to spatial references #161

Open
saxomoose opened this issue Apr 23, 2024 · 1 comment
Open

Solution to link Person to spatial references #161

saxomoose opened this issue Apr 23, 2024 · 1 comment
Labels

Comments

@saxomoose
Copy link
Contributor

saxomoose commented Apr 23, 2024

The model Person is dependent on a geographical / spatial model. This model should be flexible enough to capture different spatial anchor points (country, locality, address, ...) provided in varying formats (flat text, semi-structured or fully resolved). The data encompasses domestic and non-domestic geographic data.

We designed a solution in the eap under diagram > iceg-generic.

The model makes a distinction between unresolved and resolved spatial references. A ResolvedSpatial can be drawn on a map. Both UnresolvedSpatial and ResolvedSpatial may be represented as a collection of AddressComponent.

According to this model, a best:Address is a specialization of both location:Address (interface which can also handle unstructured input) and ResolvedSpatial as it can be placed on a map.

Behind the scenes, the model leverages ISO 19107 - Spatial Schema.

@saxomoose saxomoose changed the title Solution to link Person to spatial anchor points Solution to link Person to spatial references Apr 23, 2024
@saxomoose
Copy link
Contributor Author

This approach was presented during WG 2024-04-25.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant