mirror of
https://forge.chapril.org/tykayn/wololo
synced 2025-06-20 01:34:42 +02:00
12 lines
No EOL
389 B
Bash
12 lines
No EOL
389 B
Bash
#!/bin/bash
|
|
|
|
# export depuis OSM des ponts qui ont un nom
|
|
# pour le monde entier
|
|
|
|
|
|
|
|
url='https://overpass-api.de/api/interpreter?data=[out:json][timeout:300];area(id:3602202162)->.searchArea;nwr["bridge"]["name"](area.searchArea);out+meta;'
|
|
|
|
export_file="ponts_points_from_openstreetmap"
|
|
source $www_folder/mapping-osm-geojson/update_scripts/functions.sh
|
|
extract_from_osm $url $export_file |