You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% for num in departements %}file://departements-pbf/departement-{{num}}.osm.pbf {% endfor %} <- file://planet-france.osm.pbf file://departements-pbf file://polygones
osmosis/bin/osmosis --read-pbf planet-france.osm.pbf --tee {{ departements|count }} {% for num in departements %} --bounding-polygon file=polygones/departement-{{num}}.poly --write-pbf departements-pbf/departement-{{num}}.osm.pbf {% endfor %}