#address #parser #government #grant

bin+lib destination

A library providing types and method for managing physical addresses in a municipality

1 unstable release

new 0.1.0 Feb 14, 2025

#297 in Geospatial

Download history 123/week @ 2025-02-11

123 downloads per month

Apache-2.0

9.5MB
7K SLoC

the destination crate

A library providing types and methods for managing physical addresses in a municipality.

Destination Logo

Project Goals

Critical public and private services depend upon reliable and accurate address information, from emergency response to sewer lines and internet. Historic address information is often poorly standardized, and as a result, modern address databases can present a challenge for parsing, comparison and search. The motivation for this project stemmed from the difficulty our staff experienced reconciling our address database with our emergency dispatch provider. The tools developed in response have helped us to assign and reduce discrepancies and improve accuracy. While developed for use in Grants Pass, Oregon, the core logic is designed to work with any municipality. Users can import their address data by implementing the Address trait on their own types, or by adhering to one of the current supported formats (e.g. Grants Pass or Josephine County).

The purpose of this library is to facilitate the classification and organization of addresses for physical locations. We categorize addresses using elements from the FGDC and NENA specifications. The crate facilitates reconciliation of address databases through the compare module. Some functionality, such as the generation of LexisNexis tables, is tailored for local use by our staff, and not intended for wider use. This library is under active development, and may experience breaking changes in API.

Dependencies

~12–21MB
~280K SLoC