- Update street names in
all-streets.txt
. - Update your
COUNTRY_CODE = 'sg'
ingeojson_generator.py
. - Run
geojson_generator.py
- Check
*.csv
andgeojson.json
file.
Nominatim is a search engine for OpenStreetMap data. This is the debugging interface. You may search for a name or address (forward search) or look up data by its geographic coordinate (reverse search). Each result comes with a link to a details page where you can inspect what data about the object is saved in the database and investigate how the address of the object has been computed. To enhance understand of Nominatim, recommend to visit https://nominatim.openstreetmap.org/ and play for a while.
Hi! Thank you for this awesome script! Just wanted to say that in addition to changing
COUNTRY_CODE
one need to change country on line 41:url = f'{BASE_URL}{search_street_name}+Singapore'