This script identifies areas where roads are located and helps determine the optimal locations for generating tile seeds.
docker compose -f docker-compose.yaml build
docker compose -f docker-compose.yaml run ohm_tiles_coverage bash
ZOOM=14
python main.py data/transport_lines5-7.shp $ZOOM
Make sure you have data/transport_lines5-7.shp in your local files