This website requires JavaScript.
Explore
Help
Sign In
tommy
/
libpostal
Watch
1
Star
0
Fork
0
You've already forked libpostal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
293587bae9a43ca51980cc7e1aaa775f30ff26b9
libpostal
/
scripts
/
geodata
/
osm
History
Al
293587bae9
[addresses] adding new config for postal codes around the world. Allows appending the ISO alpha-2 country code to the beginning of the postcode as in e.g. SI-1000 (only used if the postcode begins with a digit). This system was used for postal codes in continental Europe as a recommendation from the CEPT. Now 7 member states still use it, so in those countries add the country-code with higher probability. The config also contains the license plate codes for countries where e.g. L-1234 might be used instead of LU-1234. Allows configuring in which countries postcodes should be validated using Google's per-country validation regexes (and the ability to override with a custom regex), and in which countries other admin component names should be stripped.
2017-02-10 23:53:50 -05:00
..
__init__.py
[fix] __init__.py
2015-06-15 17:54:27 -04:00
admin_boundaries.py
[osm] adding airport polygon index
2017-01-11 04:25:54 -05:00
components.py
[addresses] formatting addresses in Brasilia, so e.g. "Bloco B" is never part of the street name or building name, it's the house number. place=neighbourhood maps to nothing in Brasilia as these are basically subdivisions whose streets are identically named
2017-01-11 16:18:04 -05:00
definitions.py
[osm] Adding OSM file for places stored as nodes. Adding a general venue definition accessible from the geodata Python package. OSM definitions expand simple variables so can reuse/combine definitions in the bash script
2016-07-21 17:04:57 -04:00
extract.py
[fix] import
2016-10-05 03:23:34 -04:00
fetch_osm_address_data.sh
[osm] adding airports and terminals data sets with points and polygons, more file cleanup in OSM fetch script
2017-01-10 16:20:32 -05:00
formatter.py
[addresses] adding new config for postal codes around the world. Allows appending the ISO alpha-2 country code to the beginning of the postcode as in e.g. SI-1000 (only used if the postcode begins with a digit). This system was used for postal codes in continental Europe as a recommendation from the CEPT. Now 7 member states still use it, so in those countries add the country-code with higher probability. The config also contains the license plate codes for countries where e.g. L-1234 might be used instead of LU-1234. Allows configuring in which countries postcodes should be validated using Google's per-country validation regexes (and the ability to override with a custom regex), and in which countries other admin component names should be stripped.
2017-02-10 23:53:50 -05:00
intersections.py
[intersections] no need to store lat/lon in intersections
2016-08-19 01:58:53 -04:00
osm_address_training_data.py
[osm] options to build the streets-only training data
2017-01-16 15:26:04 -05:00