This project is a Kotlin DSL for parsing OpenStreetMap (OSM) data into a SQL database. It efficiently processes OSM data, extracts relevant information, and stores it in a structured format for easy querying and analysis.
- Parses OSM data into SQL tables: way_nodes, places, roads, and location categories
- Optimizes storage by connecting words and finding average coordinates for multipoint locations
- Provides a Domain-Specific Language (DSL) for easy customization and extension
- Efficient data processing and database insertion
This project is licensed under the MIT License.