This commit is contained in:
Tykayn 2025-01-15 22:20:14 +01:00 committed by tykayn
commit 996524bc6d
107 changed files with 1295536 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#!/bin/bash
# export depuis OSM des points de planning familial du monde entier
# pour le monde entier
url='https://overpass-api.de/api/interpreter?data=[out:json][timeout:25];nwr["healthcare:speciality"="family_planning"];out+meta;'
export_file="planning_familial_points_from_openstreetmap"
source $www_folder/mapping-osm-geojson/update_scripts/functions.sh
extract_from_osm $url $export_file