-
Notifications
You must be signed in to change notification settings - Fork 449
Description
I work in the public safety space and am interested in finding out whether consideration has been given to implementing parsing support for the address model specified in this document: https://cdn.ymaws.com/www.nena.org/resource/resmgr/standards/NENA-STA-004.2-2024_CLDXFUS_.pdf. (This is the Civic Location Data Exchange Format, which is used by the public safety community for address representation.) Assuming this is not currently on the "roadmap", I'm wondering if someone could comment on what would be required to adapt the library to support parsing an address in "normal" format into the subcomponents identified in this spec.
From a TLDR standpoint, Appendix B on page 113 and following lists the address elements. For example, the "street name" is broken down into the following 8 subcomponents: Street Name Pre-Modifier, Street Name Pre-Directional, Street Name Pre-Type, Street Name Pre-Type Separator, Street Name, Street Name Post-Type, Street Name Post-Directional, Street Name Post-Modifier. Appendix C lists example of mapping various addresses into these components.
Thanks in advance for any information.