atlus 0.2.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

atlus 0.2.3

Atlus




This Python project translates raw address strings into the OpenStreetMap (OSM) tagging scheme. The package only supports US (and to some extent Canadian) addresses. You can try out the package without installing it at the Atlus website.

[!NOTE]
Use of this package does not absolve you from following OSM's import guidelines.

Table of Contents

Features
Usage
Docs
License

Features

Expand common street and name abbreviations.
Parse address parts correctly and reliably.
Get rid of address junk that is not needed for OpenStreetMap tagging.
Parse US and Canadian phone numbers into the standard format.

Usage
This package is meant to work with GeoJSON files containing raw address data, including those produced by the All the Places project or Overture maps.
pip install atlus

>>> import atlus
>>> atlus.abbrs("St. Francis")
"Saint Francis"
>>> atlus.get_address("789 Oak Dr, Smallville California, 98765")
{"addr:housenumber": "789", "addr:street": "Oak Drive", "addr:city": "Smallville", "addr:state": "CA", "addr:postcode": "98765"}
>>> atlus.get_phone("(202) 900-9019")
"+1 202-900-9019"

Docs
The documentation for our package is available online at our documentation page. We would greatly appreciate your contributions to help improve the auto-generated docs; please submit any updates or corrections via pull requests.
License
This project is licensed under the MIT License. See the LICENSE file for details.
See also

OpenStreetMap
Atlus
All the Places

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.