Travis
|
a0f6e100f1
|
[auto][ci skip] Adding data files from Travis build #133
|
2016-07-17 19:13:46 +00:00 |
|
Al
|
12d50aac12
|
Merge branch 'master' of https://github.com/openvenues/libpostal
|
2016-07-17 15:03:52 -04:00 |
|
Al
|
83381e9d8a
|
[expand] Adding exception for a few types of special punctuation (ampersand, plus, pound sign) which should be left in the original string and separated by whitespace. Closes #84. Closes #85
|
2016-07-17 15:02:47 -04:00 |
|
Al
|
d8a0e19a32
|
[dictionaries] Adding hyphenated version of rr-row, should always normalize
|
2016-07-17 15:01:32 -04:00 |
|
Travis
|
2fb677ca73
|
[auto][ci skip] Adding data files from Travis build #132
|
2016-07-17 18:47:28 +00:00 |
|
Al
|
22c02151ea
|
Merge branch 'master' of https://github.com/openvenues/libpostal
|
2016-07-17 14:37:02 -04:00 |
|
Al
|
ce7fb82fcc
|
[dictionaries] RR-ROW for #87 and new abbreviation for right-of-way generally
|
2016-07-17 14:32:22 -04:00 |
|
Al Barrentine
|
7c4593f08e
|
Merge pull request #86 from dnmfarrell/master
don't error on multiple setup_parser()
|
2016-07-17 13:35:48 -04:00 |
|
David Farrell
|
a7a9708d2b
|
don't error on multiple setup_parser()
|
2016-07-17 11:25:03 -04:00 |
|
Al
|
8a46950367
|
[fix] label properties for relations
|
2016-07-17 03:13:01 -04:00 |
|
Al
|
c05c54c9f6
|
Merge branch 'null_options'
|
2016-07-17 01:57:10 -04:00 |
|
Al
|
d7996ed56c
|
[fix] setting garbage pointer to NULL on language_classifier_teardown (fixes #82)
|
2016-07-17 01:56:09 -04:00 |
|
Al
|
35f6b25ea7
|
[osm] Adding override_wtih_admin_center, a list of relations that basically serve as boundaries for their admin centers but have a different type
|
2016-07-15 21:25:56 -04:00 |
|
Al
|
28cdb7ec71
|
[boundaries] Thailand overrides for Bangkok
|
2016-07-15 19:53:58 -04:00 |
|
Al
|
d3b1ba12cb
|
[osm] Adding method for overriding per-country boundary types (either by id or containing polygon)
|
2016-07-15 19:50:53 -04:00 |
|
Al
|
753d937b09
|
[osm] update properties of a relation with its label's properties
|
2016-07-15 19:41:07 -04:00 |
|
Al
|
54fc7b47de
|
[fix] include admin center id and type
|
2016-07-15 16:39:21 -04:00 |
|
Al Barrentine
|
2c43a72874
|
Merge pull request #81 from openvenues/null_options
Fixes for expand case where all options are set to false
|
2016-07-15 13:39:03 -04:00 |
|
Al
|
3e8ab0ba3f
|
[test] New expansion test with all options set to false
|
2016-07-15 13:26:14 -04:00 |
|
Al
|
ce78064988
|
[fix] NULL checks
|
2016-07-15 13:23:23 -04:00 |
|
Al
|
2f5f226faa
|
[fix] Add original string to normalizations if all options were set to false
|
2016-07-15 13:23:23 -04:00 |
|
Al Barrentine
|
8a0c83a195
|
Merge pull request #80 from johnlonganecker/master
Update Readme
|
2016-07-15 12:48:55 -04:00 |
|
John Longanecker
|
dc1032fbef
|
Update Readme
Update Readme to Include Libpostal REST and Libpostal REST Docker projects
|
2016-07-15 10:29:46 -04:00 |
|
Al
|
65b4755487
|
[fix] include all relation members from OSM in dependencies
|
2016-07-15 01:56:26 -04:00 |
|
Al
|
e36629b6a9
|
[fix] define var
|
2016-07-14 19:35:22 -04:00 |
|
Al
|
20df34b714
|
[osm] fixing Santa Monica and other polygons by treating member ways with blank role type (old way of specifying outer) as outer boundaries so the polygons are valid, adding a properties-only option admin polygons
|
2016-07-14 19:24:47 -04:00 |
|
Al
|
c42bb4ca9b
|
[fix] Only add nodes to dictionary if they have place= as there are named nodes that are not admin_centres
|
2016-07-14 17:58:54 -04:00 |
|
Al
|
2e7a1cd567
|
[phrases] pulling phrase extraction out of command-line script so it's more reusable for other tasks
|
2016-07-14 17:07:39 -04:00 |
|
Al
|
a7b3403bf7
|
[osm] Neighborhood index now uses OSM admin R-tree to check whether nodes that are otherwise classified as non-suburbs (e.g. Santa Monica is a city) but may still match one of the neighborhood data sets, are excluded from the final neighborhood index
|
2016-07-14 17:03:23 -04:00 |
|
Al
|
4d5d0c3621
|
[fix] Reverting to dropping ways/relations in planet-neighborhoods.osm since the polygon index itself can now be checked
|
2016-07-14 16:58:56 -04:00 |
|
Al
|
af3ab3194b
|
[osm] get_first_component for passing in a properties dictionary and returning an address formatting component
|
2016-07-14 16:57:38 -04:00 |
|
Al
|
0094d07621
|
[osm] Adding admin_center properties to admin boundary polygons
|
2016-07-14 16:37:27 -04:00 |
|
Al
|
c0917bec87
|
[osm] Extract all members with role= as dependencies
|
2016-07-14 16:35:08 -04:00 |
|
Al
|
3baf3c3f60
|
[components] Check global keys first (e.g. place= before admin_level=) in boundary component mapping
|
2016-07-14 16:33:47 -04:00 |
|
Al Barrentine
|
d749fd880a
|
Merge pull request #78 from dnmfarrell/master
Include link to unofficial Perl bindings
|
2016-07-12 20:17:23 -04:00 |
|
David Farrell
|
f95d8a3067
|
Include link to unofficial Perl bindings
|
2016-07-12 20:06:05 -04:00 |
|
Al
|
9f61976bf6
|
[addresses] Implementing phrases for numbered blocks
|
2016-07-12 02:05:36 -04:00 |
|
Al
|
2510d0896b
|
[osm] For the OSM neighborhoods data set, including neighborhoods, cities, etc. which are ways/relations to more effectively dedupe with ClickThatHood and Quattroshapes
|
2016-07-11 22:31:52 -04:00 |
|
Al
|
538b89c00c
|
[neighborhoods] /zetashapes/clickthathood/
|
2016-07-11 15:36:29 -04:00 |
|
Al
|
dda0455dd3
|
[addresses] Turkish address config
|
2016-07-09 15:28:22 -04:00 |
|
Al
|
7e89f3b512
|
[dictionaries] Turkish dictionaries to support new config
|
2016-07-09 15:23:20 -04:00 |
|
Al
|
af882940ca
|
[addresses] Japanese block numeric probability
|
2016-07-09 15:23:01 -04:00 |
|
Al
|
c9f06f8d0c
|
[numex] Ukrainian ordinal indicators
|
2016-07-09 15:22:33 -04:00 |
|
Al
|
2bd8494176
|
[numex] Icelandic ordinal suffixes
|
2016-07-09 02:18:20 -04:00 |
|
Al
|
355e5ceaf0
|
[addresses] Icelandic address config
|
2016-07-09 02:03:51 -04:00 |
|
Al
|
07aeea88bf
|
[addresses] Til højre in Danish config
|
2016-07-09 02:03:31 -04:00 |
|
Al
|
a1cca3950f
|
[dictionaries] Icelandic dictionaries to support new config
|
2016-07-09 02:03:04 -04:00 |
|
Al
|
b255159348
|
[addresses] Greek address config
|
2016-07-09 01:09:48 -04:00 |
|
Al
|
972585ab91
|
[dictionaries] Greek dictionaries to support new config
|
2016-07-09 01:08:36 -04:00 |
|
Al
|
adbd7de8a1
|
[addresses] Basque language address config
|
2016-07-07 20:27:47 -04:00 |
|