sneetsher / gpx-renamer

File renamer for GPX traces
GNU General Public License v3.0
0 stars 0 forks source link

Some places has only one level after country - reverse-geocode module #4

Open sneetsher opened 2 years ago

sneetsher commented 2 years ago

Current state example:

How it should be: Currently used level for Algeria in OSM: Country L2, Wilaya L3 / Wilaya D L4, Daira L6, Commune L8 Same way should be resulted from reverse-geocode

Issue to be raise to reverse-geocode after checking its upstream data.

sneetsher commented 2 years ago
$ grep -c ,DZ, /usr/local/lib/python3.9/site-packages/reverse_geocode/geocode.csv
258

It is quiet low number for a large country. The file itself is extracted from GeoNames dump.

Initial check of GeoNames Algeria data is broken after first division (Wilaya/Province). Daira/District & Commune/Municipality data are not very accurate.