mirror of
https://forge.chapril.org/tykayn/wololo
synced 2025-06-20 01:34:42 +02:00
réinit
This commit is contained in:
commit
996524bc6d
107 changed files with 1295536 additions and 0 deletions
12
mappings/extractors/restaurant_france.sh
Normal file
12
mappings/extractors/restaurant_france.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
# export depuis OSM des restaurants
|
||||
# "amenity"="restaurant" en France
|
||||
|
||||
echo -e "\n récupération de données depuis OpenStreetMap \n"
|
||||
|
||||
url='https://overpass-api.de/api/interpreter?data=[out:json][timeout:300];area(id:3602202162)->.searchArea;nwr["amenity"="restaurant"](area.searchArea);out+geom;'
|
||||
|
||||
export_file="restaurant_zone_france_from_openstreetmap"
|
||||
source $www_folder/mapping-osm-geojson/update_scripts/functions.sh
|
||||
extract_from_osm $url $export_file
|
Loading…
Add table
Add a link
Reference in a new issue