Answer the question
In order to leave comments, you need to log in
How to create a Geocoding service with your own hands?
Hello, friends!
I have such a task, I need to geo-code the coordinates and get the output
Answer the question
In order to leave comments, you need to log in
- Export polygons from OSM (via Overpass API, for example),
- Edit them to reflect the hierarchy and names you need (using QGIS, for example), and also to simplify the geometry (get normal closed curves from OSM multipolygons),
- Load resulting in a database with support for spatial functions (SQLite / SpatiaLite, PostgreSQL / PostGIS) in the form of geometry
- Get what you are looking for using spatial queries by the condition of finding the geometry inside the geometry and sorting by the result of calculating the distance.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question