|
6 | 6 |
|
7 | 7 | setup( |
8 | 8 | name='osmgeocoder', |
9 | | - version='2.0.0', |
| 9 | + version='2.0.1', |
10 | 10 | description='OpenStreetMap and OpenAddresses.io based geocoder', |
11 | 11 | long_description=''' |
12 | | - Python implementation for a OSM / Openaddresses.io Geocoder. |
| 12 | +Python implementation for a OSM / Openaddresses.io Geocoder. |
13 | 13 |
|
14 | | - This geocoder is implemented in PostgreSQL DB functions as much as possible, there is a simple API and an example flask app included. |
| 14 | +This geocoder is implemented in PostgreSQL DB functions as much as possible, there is a simple API and an example flask app included. |
15 | 15 |
|
16 | | - You will need PostgreSQL 9.5+ (or 11.0+ for Openaddresses.io) with PostGIS installed as well as some disk space and data-files from OpenStreetMap and (optionally) OpenAddresses.io. |
| 16 | +You will need PostgreSQL 9.5+ (or 11.0+ for Openaddresses.io) with PostGIS installed as well as some disk space and data-files from OpenStreetMap and (optionally) OpenAddresses.io. |
17 | 17 |
|
18 | | - Data import will be done via [Omniscale's imposm3](https://github.com/omniscale/imposm3) and a supplied python script to import the openaddresses.io data. |
| 18 | +Data import will be done via [Omniscale's imposm3](https://github.com/omniscale/imposm3) and a supplied python script to import the openaddresses.io data. |
19 | 19 |
|
20 | | - Optionally you can use the [libpostal machine learning address classifier](https://github.com/openvenues/libpostal) to parse addresses supplied as input to the forward geocoder. |
| 20 | +Optionally you can use the [libpostal machine learning address classifier](https://github.com/openvenues/libpostal) to parse addresses supplied as input to the forward geocoder. |
21 | 21 |
|
22 | | - For formatting the addresses from the reverse geocoder the `worldwide.yml` from [OpenCageData address-formatting repository](https://github.com/OpenCageData/address-formatting) is used to format the address according to customs in the country that is been encoded. |
| 22 | +For formatting the addresses from the reverse geocoder the `worldwide.yml` from [OpenCageData address-formatting repository](https://github.com/OpenCageData/address-formatting) is used to format the address according to customs in the country that is been encoded. |
23 | 23 |
|
24 | | - See `README.md` in the [repository](https://github.com/dunkelstern/osmgeocoder) for more information. |
| 24 | +See `README.md` in the [repository](https://github.com/dunkelstern/osmgeocoder) for more information. |
25 | 25 | ''', |
26 | 26 | long_description_content_type='text/markdown', |
27 | 27 | url='https://github.com/dunkelstern/osmgeocoder', |
|
0 commit comments