You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,31 @@ For formatting the addresses from the reverse geocoder the `worldwide.yml` from
14
14
15
15
See `README.md` in the [repository](https://github.com/dunkelstern/osmgeocoder) for more information.
16
16
17
+
## Changelog
18
+
19
+
### v1.0
20
+
21
+
- Initial release, reverse geocoding works, forward geocoding is slow
22
+
23
+
### v2.0
24
+
25
+
**Warning:** DB Format changed, you'll have to re-import data
26
+
27
+
- Fixed forward geocoding speed
28
+
- Fixed import scripts to be more resilient
29
+
- Made Openaddresses.io completely optional
30
+
- Restored compatability with older 3.x python versions
31
+
- Restored compatability with older PostgreSQL DB versions (9.5+ if you do no use openaddresses.io)
32
+
- Switched to `pipenv`
33
+
17
34
## TODO
18
35
19
36
- Return Attribution in API and in webservices
20
37
21
38
## "Quick" and dirty how-to
22
39
40
+
**Statistics uutdated, will be updated shortly**
41
+
23
42
Just for your information, this process takes a lot of time for a big import. Example figures on a machine with a Core i7-7700K on 4.2 GHz with a Samsung (SATA-)SSD and 32GB of RAM (and some tuned buffer sizes for Postgres):
24
43
25
44
- Import of the Europe-Region of OpenStreetMap:
@@ -68,13 +87,13 @@ pipenv sync
68
87
6. See below for importing openaddresses.io data if needed (this is completely optional)
69
88
7. Import some OpenStreetMap data into the DB (grab a coffee or two):
0 commit comments