Open
Description
def get_city_by_coordinates(lon, lat)
in utils.py line 11 is not implemented, but a geocoding function is implemented in the geocoding module.
Is the function from utils.py used anywhere or can we remove it?
Otherwise we should be able to reuse the existing geocoding code somehow. Maybe by separating the request parsing and photon geocoding somehow?