The osm-street-extractor is a small tool that allows you to convert OpenStreetMap (OSM) files of any German state into CSV format.
Ensure you have Go installed on your system. For installation instructions, refer to the official Go documentation: https://golang.org/doc/install
Clone the osm-street-extractor repository:
$ git clone https://github.com/dschila/osm-street-extractor.git
Change to the project directory:
$ cd osm-street-extractor
Build the executable:
$ go build
Run the tool:
$ ./osm-street-extractor
To convert OSM files into CSV, follow these steps:
Run the tool:
$ ./osm-street-extractor
The tool will convert the OSM files into CSV format and save the results in the output directory.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue on the project’s GitHub repository: https://github.com/dschila/osm-street-extractor/issues
If you’d like to contribute code, follow these steps:
Fork the repository.
This project is licensed under the MIT License.