Peter Johnson
Peter Johnson
file downloaded today from http://naciscdn.org/naturalearth/packages/natural_earth_vector.sqlite.zip ``` shasum natural_earth_vector.sqlite 135d22926b1b2ccd9e3fe5a35a96dfd2809dcc60 md5sum natural_earth_vector.sqlite ca3cf8a1f4d087ef3efe432ad4a04ee6 ``` ``` GEOS version ........: 3.8.1-CAPI-1.13.3 ```
good question, it was some old code I revived, the same issue exists for the `10m` table: ```bash spatialite -silent natural_earth_vector.sqlite.db
I loaded `ne_10m_admin_1_states_provinces.shp` in QGIS and it also detected the error, it seems to be this shared point:
> but it seems they still need to intersect the pre-built Levenshtein automaton with every single term in the dictionary This is not the case if the dictionary is also...
I was poking around in the Carmen repo and found these JSON configs which may be useful: https://github.com/mapbox/geocoder-abbreviations/tree/master/tokens The relevant entries are the ones marked as `"type": "ordinal"`.
We've been discussing this for Pelias for a very long time, one of the problems we're having with elasticsearch is tokenising something like `152 -> ['one', 'hundred', 'fifty' 'two']` can...
FYI I just upgraded Pelias to ES6 (also like 99% support for ES7 too) I documented all the steps in this ticket: https://github.com/pelias/pelias/issues/719
A similar address which seems to have the same issue: ``` > 20 Boulevard St Martin, Paris, France Result: { "house_number": "20", "road": "boulevard st", "suburb": "martin", "city": "paris", "country":...
Isn't this just a duplicate of https://github.com/openvenues/libpostal/issues/502 which you opened 12hrs ago or am I missing something?
You're missing a second ampersand