This Tool converts unreferenced PNG images to OSM raster maps.
- Place your PNG files in the
inputdirectory. - Start the Webserver to georeference the PNG files:
cd webclient npm start - Open your PNG and georeferece it
- Download the config
- Place it alongside your image
- Run
bash python3 src/main.py <working_directory> <input_image> <config_file>- Example:
python3 src/main.py ./data/ ./my_image.png ./config.json
- Example: