Compare commits
No commits in common. "1920449212877c9d656d2cf4093d80553461c5f3" and "36216d4e56a9c21e43d1abed3db25c2fb4c42085" have entirely different histories.
1920449212
...
36216d4e56
@ -33,7 +33,6 @@ echo " -> fichier placé dans ../../osm_output/$export_file.geojson "
|
||||
|
||||
# on convertit le geojson en csv
|
||||
python3 geojson_to_csv.py "../../osm_output/$export_file.geojson" -o "../../osm_output/$export_file.csv"
|
||||
|
||||
rm "$export_file.json"
|
||||
echo "nombre de features dans l'export geojson :"
|
||||
jq '.features | length' "../../osm_output/$export_file.geojson"
|
||||
|
@ -1,39 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# export depuis OSM des points
|
||||
# "harassment_prevention=ask_angela"
|
||||
# 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"
|
||||
|
||||
echo -e "\n récupération de données depuis OpenStreetMap \n"
|
||||
echo " export osm de: $export_file"
|
||||
# Télécharger le fichier GeoJSON
|
||||
curl -X GET -o "$export_file.json" -g $url
|
||||
|
||||
echo -e "\n Curl OK \n"
|
||||
date
|
||||
echo -e "nombre de points extraits depuis overpass turbo :"
|
||||
jq '.elements | length' "$export_file.json"
|
||||
|
||||
# on garde la version OSM brute des données extraites
|
||||
cp "$export_file.json" "../../osm_output/$export_file.osm.json"
|
||||
|
||||
# on convertir en geojson
|
||||
osm2geojson -q -i 2 --reader json "$export_file.json" "$export_file.geojson" -f
|
||||
echo -e "\n -> fichier converti: $export_file.geojson "
|
||||
|
||||
# on déplace dans le dossier osm_output les versions brutes et converties
|
||||
mv "$export_file.geojson" "../../osm_output/$export_file.geojson"
|
||||
echo " -> fichier placé dans ../../osm_output/$export_file.geojson "
|
||||
|
||||
# on convertit le geojson en csv
|
||||
python3 geojson_to_csv.py "../../osm_output/$export_file.geojson" -o "../../osm_output/$export_file.csv"
|
||||
|
||||
rm "$export_file.json"
|
||||
echo "nombre de features dans l'export geojson :"
|
||||
jq '.features | length' "../../osm_output/$export_file.geojson"
|
@ -1,7 +1,7 @@
|
||||
check_date;contact:city;contact:facebook;contact:housenumber;contact:postcode;contact:street;currency:EUR;email;harassment_prevention;name;opening_hours;payment:cash;payment:credit_cards;phone;ref:FR:SIRET;shop;id;latitude;longitude
|
||||
;;;;;;;labruyere.vagabonde@sfr.fr;ask_angela;La Bruyere Vagabonde;Tu-Sa 10:00-19:00;;;+33 5 16 34 47 57;;books;821960105.0;0.3408317;46.5825312
|
||||
;;;;;;;otzi.poitiers@gmail.com;ask_angela;Ötzi;Tu-Sa 10:00–19:00;;;;;shoes;821960281.0;0.3409686;46.5820663
|
||||
;;;;;;;;ask_angela;Pharmacie Gambetta;"Mo-Fr 08:00-20:30; Sa 08:30-20:30";;;+33478724624;;;926332915.0;4.8533207;45.7513353
|
||||
;;;;;;;;ask_angela;Pharmacie Gambetta;"Mo-Fr 08:00-20:30; Sa 08:30-20:30";;;+33 4 78 72 46 24;;;926332915.0;4.8533207;45.7513353
|
||||
;;;;;;;mairie.beaulieu@poitiers.fr;ask_angela;Mairie de quartier de Beaulieu;Mo-Fr 08:30-12:30,13:30-17:15, Tu[1] 08:30-12:30 off;;;+33 5 49 30 22 08;;;1328307136.0;0.378643;46.5746098
|
||||
;;;;;;;mairie.couronneries@poitiers.fr;ask_angela;Mairie de quartier des Couronneries;Mo-Fr 08:30-12:30,13:30-17:15;;;+33 5 49 47 78 85;;;1328395862.0;0.3608095;46.5885715
|
||||
;;;;;;;;ask_angela;Le Court-Circuit;"Mo-Fr 10:00-01:00; Sa 16:00-01:00";;;+33 9 54 36 61 29;;;1825539647.0;4.8432671;45.7516361
|
||||
|
|
@ -72,24 +72,21 @@
|
||||
"type": "node",
|
||||
"id": 926332915,
|
||||
"tags": {
|
||||
"addr:housenumber": "100",
|
||||
"addr:street": "Cours Gambetta",
|
||||
"alt_name": "Pharmacie Arrue",
|
||||
"amenity": "pharmacy",
|
||||
"dispensing": "yes",
|
||||
"drive_through": "no",
|
||||
"harassment_prevention": "ask_angela",
|
||||
"healthcare": "pharmacy",
|
||||
"name": "Pharmacie Gambetta",
|
||||
"opening_hours": "Mo-Fr 08:00-20:30; Sa 08:30-20:30",
|
||||
"phone": "+33478724624",
|
||||
"phone": "+33 4 78 72 46 24",
|
||||
"ref:FR:FINESS": "690021332",
|
||||
"wheelchair": "yes"
|
||||
},
|
||||
"timestamp": "2024-10-20T00:01:18Z",
|
||||
"user": "JeanMappe",
|
||||
"uid": 11501341,
|
||||
"version": 12
|
||||
"timestamp": "2024-08-11T13:41:39Z",
|
||||
"user": "Zekovski",
|
||||
"uid": 15780719,
|
||||
"version": 11
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"version": 0.6,
|
||||
"generator": "Overpass API 0.7.62.1 084b4234",
|
||||
"osm3s": {
|
||||
"timestamp_osm_base": "2024-10-26T20:36:18Z",
|
||||
"timestamp_osm_base": "2024-10-18T13:03:09Z",
|
||||
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
|
||||
},
|
||||
"elements": [
|
||||
@ -63,23 +63,20 @@
|
||||
"id": 926332915,
|
||||
"lat": 45.7513353,
|
||||
"lon": 4.8533207,
|
||||
"timestamp": "2024-10-20T00:01:18Z",
|
||||
"version": 12,
|
||||
"changeset": 158110412,
|
||||
"user": "JeanMappe",
|
||||
"uid": 11501341,
|
||||
"timestamp": "2024-08-11T13:41:39Z",
|
||||
"version": 11,
|
||||
"changeset": 155103357,
|
||||
"user": "Zekovski",
|
||||
"uid": 15780719,
|
||||
"tags": {
|
||||
"addr:housenumber": "100",
|
||||
"addr:street": "Cours Gambetta",
|
||||
"alt_name": "Pharmacie Arrue",
|
||||
"amenity": "pharmacy",
|
||||
"dispensing": "yes",
|
||||
"drive_through": "no",
|
||||
"harassment_prevention": "ask_angela",
|
||||
"healthcare": "pharmacy",
|
||||
"name": "Pharmacie Gambetta",
|
||||
"opening_hours": "Mo-Fr 08:00-20:30; Sa 08:30-20:30",
|
||||
"phone": "+33478724624",
|
||||
"phone": "+33 4 78 72 46 24",
|
||||
"ref:FR:FINESS": "690021332",
|
||||
"wheelchair": "yes"
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -2660,12 +2660,9 @@
|
||||
"amenity": "coworking_space",
|
||||
"bulk_purchase": "only",
|
||||
"change:XLT-BULE": "yes",
|
||||
"check_date:opening_hours": "2024-10-20",
|
||||
"contact:email": "hello@ladroledepicerie.fr",
|
||||
"contact:facebook": "https://www.facebook.com/ladroledepicerie/",
|
||||
"contact:housenumber": "10",
|
||||
"contact:phone": "+33 5 16 09 87 21",
|
||||
"contact:street": "Pl. du Palet",
|
||||
"contact:website": "https://www.angouleme.fr/sante-solidarite/la-drole-depicerie/",
|
||||
"currency:XLT": "BULE",
|
||||
"email": "hello@ladroledepicerie.fr",
|
||||
@ -2673,15 +2670,13 @@
|
||||
"name": "La Dr\u00f4le d\u2019\u00c9picerie",
|
||||
"network": "FabLab",
|
||||
"office": "cooperative",
|
||||
"opening_hours": "Tu-Fr 12:00-19:00; Sa 10:00-19:00",
|
||||
"opening_hours": "Tu 14:00-19:00; We-Sa 10:00-19:00",
|
||||
"operator": "SCIC Les Dr\u00f4les d'Oiseaux",
|
||||
"payment:cash:XLT-BULE": "yes",
|
||||
"payment:contactless:XLT-BULE": "yes",
|
||||
"phone": "+33 5 16 09 87 21",
|
||||
"ref:FR:NAF": "4711B",
|
||||
"ref:FR:SIRET": "82098166000021",
|
||||
"shop": "convenience",
|
||||
"website": "https://ladroledepicerie.fr/"
|
||||
"shop": "convenience"
|
||||
}
|
||||
},
|
||||
"geometry": {
|
||||
@ -4667,35 +4662,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"type": "node",
|
||||
"id": 9235160217,
|
||||
"tags": {
|
||||
"addr:housenumber": "1a",
|
||||
"addr:postcode": "67500",
|
||||
"addr:street": "Route de Schweighouse",
|
||||
"contact:facebook": "https://www.facebook.com/informatiquehaguenau",
|
||||
"contact:instagram": "https://www.instagram.com/netzinformatique",
|
||||
"contact:twitter": "https://twitter.com/netz_informatiq",
|
||||
"email": "contact@netzinformatique.fr",
|
||||
"leisure": "hackerspace",
|
||||
"name": "NETZ Informatique",
|
||||
"opening_hours": "Mo-Sa 09:00-12:00, 14:00-18:00",
|
||||
"phone": "+33 3 67 31 02 01",
|
||||
"shop": "computer",
|
||||
"website": "https://www.netzinformatique.fr/"
|
||||
}
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
7.7814473,
|
||||
48.8112371
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
@ -6070,36 +6036,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"type": "node",
|
||||
"id": 11059353990,
|
||||
"tags": {
|
||||
"addr:housenumber": "12",
|
||||
"addr:street": "Rue de Druyes",
|
||||
"email": "fabnlab@nievre.fr",
|
||||
"internet_access": "yes",
|
||||
"leisure": "hackerspace",
|
||||
"name": "Fab 'N' Lab",
|
||||
"office": "it",
|
||||
"phone": "+33 6 32 73 79 40",
|
||||
"service:3dprinter": "yes",
|
||||
"service:cnc_drilling_machine": "yes",
|
||||
"service:embroiderer": "yes",
|
||||
"service:lasercutter": "yes",
|
||||
"website": "https://mediation-numerique.nievre.fr/innovation-numerique/laboratoire-numerique/clamecy/",
|
||||
"wheelchair": "yes"
|
||||
}
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
3.5151501,
|
||||
47.4612852
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
@ -7419,163 +7355,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"type": "way",
|
||||
"id": 42861779,
|
||||
"tags": {
|
||||
"alt_name": "La CabAnne des Cr\u00e9ateurs",
|
||||
"building": "office",
|
||||
"building:colour": "#E9967A",
|
||||
"craft": "handicraft",
|
||||
"height": "0.5",
|
||||
"leisure": "hackerspace",
|
||||
"name": "La Cab Anne des Cr\u00e9ateurs",
|
||||
"opening_hours": "Mo-Fr 09:15-19:00; Th 09:15-20:00; Sa 10:00-17:00",
|
||||
"phone": "+33 6 85 32 00 85;+33 3 88 81 14 83",
|
||||
"source": "cadastre-dgi-fr source : Direction G\u00e9n\u00e9rale des Imp\u00f4ts - Cadastre;mise \u00e0 jour : 2009",
|
||||
"website": "https://www.la-cabanne-des-createurs.com/",
|
||||
"wheelchair": "yes"
|
||||
},
|
||||
"nodes": [
|
||||
536489855,
|
||||
536489751,
|
||||
5052186266,
|
||||
536489695,
|
||||
9402586329,
|
||||
9402586330,
|
||||
536489776,
|
||||
536489801,
|
||||
536489707,
|
||||
9402565816,
|
||||
9402565815,
|
||||
9402586324,
|
||||
536489855
|
||||
]
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
7.741466,
|
||||
48.6107312
|
||||
],
|
||||
[
|
||||
7.7413359,
|
||||
48.6107722
|
||||
],
|
||||
[
|
||||
7.7415245,
|
||||
48.6110291
|
||||
],
|
||||
[
|
||||
7.741583,
|
||||
48.6111088
|
||||
],
|
||||
[
|
||||
7.7417027,
|
||||
48.6110702
|
||||
],
|
||||
[
|
||||
7.7417115,
|
||||
48.6110673
|
||||
],
|
||||
[
|
||||
7.7417221,
|
||||
48.6110639
|
||||
],
|
||||
[
|
||||
7.7416639,
|
||||
48.6109845
|
||||
],
|
||||
[
|
||||
7.7416542,
|
||||
48.6109876
|
||||
],
|
||||
[
|
||||
7.7416071,
|
||||
48.6109235
|
||||
],
|
||||
[
|
||||
7.7415601,
|
||||
48.6108594
|
||||
],
|
||||
[
|
||||
7.741513,
|
||||
48.6107953
|
||||
],
|
||||
[
|
||||
7.741466,
|
||||
48.6107312
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"type": "way",
|
||||
"id": 48558441,
|
||||
"tags": {
|
||||
"building": "yes",
|
||||
"leisure": "hackerspace",
|
||||
"name": "ICF Pavillon by ICF Conseil",
|
||||
"source": "Direction G\u00e9n\u00e9rale des Finances Publiques - Cadastre;mise \u00e0 jour : 2010"
|
||||
},
|
||||
"nodes": [
|
||||
616801186,
|
||||
616801189,
|
||||
616801208,
|
||||
616801199,
|
||||
616801195,
|
||||
616801201,
|
||||
616801196,
|
||||
616801186
|
||||
]
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
7.7844624,
|
||||
48.8126674
|
||||
],
|
||||
[
|
||||
7.7843582,
|
||||
48.8126309
|
||||
],
|
||||
[
|
||||
7.7842675,
|
||||
48.8127461
|
||||
],
|
||||
[
|
||||
7.7843288,
|
||||
48.8127561
|
||||
],
|
||||
[
|
||||
7.7844347,
|
||||
48.8127507
|
||||
],
|
||||
[
|
||||
7.7844603,
|
||||
48.8127164
|
||||
],
|
||||
[
|
||||
7.7844912,
|
||||
48.8126774
|
||||
],
|
||||
[
|
||||
7.7844624,
|
||||
48.8126674
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
@ -10186,59 +9965,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"type": "way",
|
||||
"id": 970876936,
|
||||
"tags": {
|
||||
"heating": "no",
|
||||
"landuse": "brownfield",
|
||||
"leisure": "hackerspace",
|
||||
"lit": "yes",
|
||||
"seasonal": "yes"
|
||||
},
|
||||
"nodes": [
|
||||
8985501864,
|
||||
1671556147,
|
||||
8985501862,
|
||||
8985501861,
|
||||
9789748203,
|
||||
8985501864
|
||||
]
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
7.7353711,
|
||||
48.5891006
|
||||
],
|
||||
[
|
||||
7.7346707,
|
||||
48.5886825
|
||||
],
|
||||
[
|
||||
7.7344286,
|
||||
48.5888938
|
||||
],
|
||||
[
|
||||
7.7351528,
|
||||
48.5892484
|
||||
],
|
||||
[
|
||||
7.735262,
|
||||
48.5891745
|
||||
],
|
||||
[
|
||||
7.7353711,
|
||||
48.5891006
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
|
@ -2,8 +2,8 @@
|
||||
"version": 0.6,
|
||||
"generator": "Overpass API 0.7.62.1 084b4234",
|
||||
"osm3s": {
|
||||
"timestamp_osm_base": "2024-10-26T20:38:25Z",
|
||||
"timestamp_areas_base": "2024-10-26T17:31:45Z",
|
||||
"timestamp_osm_base": "2024-10-18T14:06:01Z",
|
||||
"timestamp_areas_base": "2024-10-08T10:29:11Z",
|
||||
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
|
||||
},
|
||||
"elements": [
|
||||
@ -1819,12 +1819,9 @@
|
||||
"amenity": "coworking_space",
|
||||
"bulk_purchase": "only",
|
||||
"change:XLT-BULE": "yes",
|
||||
"check_date:opening_hours": "2024-10-20",
|
||||
"contact:email": "hello@ladroledepicerie.fr",
|
||||
"contact:facebook": "https://www.facebook.com/ladroledepicerie/",
|
||||
"contact:housenumber": "10",
|
||||
"contact:phone": "+33 5 16 09 87 21",
|
||||
"contact:street": "Pl. du Palet",
|
||||
"contact:website": "https://www.angouleme.fr/sante-solidarite/la-drole-depicerie/",
|
||||
"currency:XLT": "BULE",
|
||||
"email": "hello@ladroledepicerie.fr",
|
||||
@ -1832,15 +1829,13 @@
|
||||
"name": "La Drôle d’Épicerie",
|
||||
"network": "FabLab",
|
||||
"office": "cooperative",
|
||||
"opening_hours": "Tu-Fr 12:00-19:00; Sa 10:00-19:00",
|
||||
"opening_hours": "Tu 14:00-19:00; We-Sa 10:00-19:00",
|
||||
"operator": "SCIC Les Drôles d'Oiseaux",
|
||||
"payment:cash:XLT-BULE": "yes",
|
||||
"payment:contactless:XLT-BULE": "yes",
|
||||
"phone": "+33 5 16 09 87 21",
|
||||
"ref:FR:NAF": "4711B",
|
||||
"ref:FR:SIRET": "82098166000021",
|
||||
"shop": "convenience",
|
||||
"website": "https://ladroledepicerie.fr/"
|
||||
"shop": "convenience"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -3186,27 +3181,6 @@
|
||||
"workshop": "FabLab"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 9235160217,
|
||||
"lat": 48.8112371,
|
||||
"lon": 7.7814473,
|
||||
"tags": {
|
||||
"addr:housenumber": "1a",
|
||||
"addr:postcode": "67500",
|
||||
"addr:street": "Route de Schweighouse",
|
||||
"contact:facebook": "https://www.facebook.com/informatiquehaguenau",
|
||||
"contact:instagram": "https://www.instagram.com/netzinformatique",
|
||||
"contact:twitter": "https://twitter.com/netz_informatiq",
|
||||
"email": "contact@netzinformatique.fr",
|
||||
"leisure": "hackerspace",
|
||||
"name": "NETZ Informatique",
|
||||
"opening_hours": "Mo-Sa 09:00-12:00, 14:00-18:00",
|
||||
"phone": "+33 3 67 31 02 01",
|
||||
"shop": "computer",
|
||||
"website": "https://www.netzinformatique.fr/"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 9236332047,
|
||||
@ -4133,28 +4107,6 @@
|
||||
"opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-16:30"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 11059353990,
|
||||
"lat": 47.4612852,
|
||||
"lon": 3.5151501,
|
||||
"tags": {
|
||||
"addr:housenumber": "12",
|
||||
"addr:street": "Rue de Druyes",
|
||||
"email": "fabnlab@nievre.fr",
|
||||
"internet_access": "yes",
|
||||
"leisure": "hackerspace",
|
||||
"name": "Fab 'N' Lab",
|
||||
"office": "it",
|
||||
"phone": "+33 6 32 73 79 40",
|
||||
"service:3dprinter": "yes",
|
||||
"service:cnc_drilling_machine": "yes",
|
||||
"service:embroiderer": "yes",
|
||||
"service:lasercutter": "yes",
|
||||
"website": "https://mediation-numerique.nievre.fr/innovation-numerique/laboratoire-numerique/clamecy/",
|
||||
"wheelchair": "yes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 11076803139,
|
||||
@ -4998,96 +4950,6 @@
|
||||
"workshop": "fablab"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "way",
|
||||
"id": 42861779,
|
||||
"bounds": {
|
||||
"minlat": 48.6107312,
|
||||
"minlon": 7.7413359,
|
||||
"maxlat": 48.6111088,
|
||||
"maxlon": 7.7417221
|
||||
},
|
||||
"nodes": [
|
||||
536489855,
|
||||
536489751,
|
||||
5052186266,
|
||||
536489695,
|
||||
9402586329,
|
||||
9402586330,
|
||||
536489776,
|
||||
536489801,
|
||||
536489707,
|
||||
9402565816,
|
||||
9402565815,
|
||||
9402586324,
|
||||
536489855
|
||||
],
|
||||
"geometry": [
|
||||
{ "lat": 48.6107312, "lon": 7.7414660 },
|
||||
{ "lat": 48.6107722, "lon": 7.7413359 },
|
||||
{ "lat": 48.6110291, "lon": 7.7415245 },
|
||||
{ "lat": 48.6111088, "lon": 7.7415830 },
|
||||
{ "lat": 48.6110702, "lon": 7.7417027 },
|
||||
{ "lat": 48.6110673, "lon": 7.7417115 },
|
||||
{ "lat": 48.6110639, "lon": 7.7417221 },
|
||||
{ "lat": 48.6109845, "lon": 7.7416639 },
|
||||
{ "lat": 48.6109876, "lon": 7.7416542 },
|
||||
{ "lat": 48.6109235, "lon": 7.7416071 },
|
||||
{ "lat": 48.6108594, "lon": 7.7415601 },
|
||||
{ "lat": 48.6107953, "lon": 7.7415130 },
|
||||
{ "lat": 48.6107312, "lon": 7.7414660 }
|
||||
],
|
||||
"tags": {
|
||||
"alt_name": "La CabAnne des Créateurs",
|
||||
"building": "office",
|
||||
"building:colour": "#E9967A",
|
||||
"craft": "handicraft",
|
||||
"height": "0.5",
|
||||
"leisure": "hackerspace",
|
||||
"name": "La Cab Anne des Créateurs",
|
||||
"opening_hours": "Mo-Fr 09:15-19:00; Th 09:15-20:00; Sa 10:00-17:00",
|
||||
"phone": "+33 6 85 32 00 85;+33 3 88 81 14 83",
|
||||
"source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009",
|
||||
"website": "https://www.la-cabanne-des-createurs.com/",
|
||||
"wheelchair": "yes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "way",
|
||||
"id": 48558441,
|
||||
"bounds": {
|
||||
"minlat": 48.8126309,
|
||||
"minlon": 7.7842675,
|
||||
"maxlat": 48.8127561,
|
||||
"maxlon": 7.7844912
|
||||
},
|
||||
"nodes": [
|
||||
616801186,
|
||||
616801189,
|
||||
616801208,
|
||||
616801199,
|
||||
616801195,
|
||||
616801201,
|
||||
616801196,
|
||||
616801186
|
||||
],
|
||||
"geometry": [
|
||||
{ "lat": 48.8126674, "lon": 7.7844624 },
|
||||
{ "lat": 48.8126309, "lon": 7.7843582 },
|
||||
{ "lat": 48.8127461, "lon": 7.7842675 },
|
||||
{ "lat": 48.8127561, "lon": 7.7843288 },
|
||||
{ "lat": 48.8127507, "lon": 7.7844347 },
|
||||
{ "lat": 48.8127164, "lon": 7.7844603 },
|
||||
{ "lat": 48.8126774, "lon": 7.7844912 },
|
||||
{ "lat": 48.8126674, "lon": 7.7844624 }
|
||||
],
|
||||
"tags": {
|
||||
"building": "yes",
|
||||
"leisure": "hackerspace",
|
||||
"name": "ICF Pavillon by ICF Conseil",
|
||||
"source": "Direction Générale des Finances Publiques - Cadastre;mise à jour : 2010"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "way",
|
||||
"id": 66204532,
|
||||
@ -6531,39 +6393,6 @@
|
||||
"type:FR:FINESS": "109"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "way",
|
||||
"id": 970876936,
|
||||
"bounds": {
|
||||
"minlat": 48.5886825,
|
||||
"minlon": 7.7344286,
|
||||
"maxlat": 48.5892484,
|
||||
"maxlon": 7.7353711
|
||||
},
|
||||
"nodes": [
|
||||
8985501864,
|
||||
1671556147,
|
||||
8985501862,
|
||||
8985501861,
|
||||
9789748203,
|
||||
8985501864
|
||||
],
|
||||
"geometry": [
|
||||
{ "lat": 48.5891006, "lon": 7.7353711 },
|
||||
{ "lat": 48.5886825, "lon": 7.7346707 },
|
||||
{ "lat": 48.5888938, "lon": 7.7344286 },
|
||||
{ "lat": 48.5892484, "lon": 7.7351528 },
|
||||
{ "lat": 48.5891745, "lon": 7.7352620 },
|
||||
{ "lat": 48.5891006, "lon": 7.7353711 }
|
||||
],
|
||||
"tags": {
|
||||
"heating": "no",
|
||||
"landuse": "brownfield",
|
||||
"leisure": "hackerspace",
|
||||
"lit": "yes",
|
||||
"seasonal": "yes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "way",
|
||||
"id": 984693953,
|
||||
|
@ -1,85 +0,0 @@
|
||||
addr:full;amenity;check_date;contact:phone;contact:website;family_planning:handles:abortion;family_planning:handles:contraception;family_planning:handles:detection;family_planning:handles:sexualities;family_planning:handles:violences;healthcare:speciality;name;social_facility;id;latitude;longitude
|
||||
;social_facility;2023-10-24;;;;;;;;;Le planning familial 44;outreach;669161207.0;-1.5725557;47.2076003
|
||||
;;;;;;;;;;;Planning Familial;;1817801880.0;4.8567996;46.783092
|
||||
;social_facility;;;;;;;;;;Le planning familial des pyrénées orientales - 66;outreach;3052055132.0;2.8855107;42.6924839
|
||||
;social_facility;;;https://www.planning-familial.org/fr/le-planning-familial-de-la-loire-42;;;;;;;Le Planning Familial;outreach;6323319935.0;4.3825726;45.4360559
|
||||
;social_facility;2023-07-29;;;;;;;;;Le planning familial de la gironde - 33;outreach;7003601112.0;-0.5601546;44.8269336
|
||||
;social_facility;;;;;;;;;;Planning familial du nord;outreach;7429068423.0;3.0671242;50.6316329
|
||||
;;;"+33 800 08 11 11;+33 7 87 83 22 49;+33 7 69 46 85 18";;;;;;;;Planning familial des Millevaches;;9506347102.0;2.0553623;45.7020496
|
||||
;;;;;;;;;;;Le planning familial;;9739960886.0;-0.374171;43.2997804
|
||||
;social_facility;;;;;;;;;;Planning Familial;outreach;10117172281.0;-1.4683856;43.4969782
|
||||
;social_facility;;+33 4 78 89 50 61;https://www.planning-familial.org/fr/le-planning-familial-du-rhone-69;;;;;;;Planning Familial du Rhône (69);outreach;10199374470.0;4.8659142;45.7758113
|
||||
;social_facility;;+33 3 88 32 28 28;https://www.planning-familial.org/fr/le-planning-familial-du-bas-rhin-67;;;;;;;Le planning familial du bas-rhin - 67;outreach;10755913522.0;7.7428619;48.5829521
|
||||
;;;;https://la-bulle.org/;;;;;;;La Bulle;;11082001339.0;4.1665139;50.4132494
|
||||
;doctors;;+334 67 64 62 19;https://www.planning-familial.org/fr/le-planning-familial-de-lherault-34#reception-services-anchor;;;;;;;Le planning familial de l'hérault - 34;;11349579771.0;3.8836926;43.6174457
|
||||
;;;;;;;;;;;Planning familial des yvelines - 78;assisted_living;11874180234.0;1.9115478;48.9810064
|
||||
;social_facility;;;;;;;;;;Planning familial;;11874187084.0;2.081406;49.0372102
|
||||
;social_facility;;;;;;;;;;Le planning familial de la réunion - 974;outreach;11874189700.0;55.4325962;-21.2840967
|
||||
;;;;;;;;;;;Le planning familial de l'aveyron - 12;;12206871528.0;3.0794673;44.098744
|
||||
;;;;;;;;;;;Le planning familial de l'essonne - 91;;12284922394.0;2.3756959;48.6503163
|
||||
;;;;;;;;;;;Le planning familial du finistère - 29;;12284951572.0;-4.3298663;48.0789229
|
||||
;;;;;;;;;;;Le planning familial d'ille-et-vilaine - 35;;12284969963.0;-1.6841853;48.1043623
|
||||
;;;;;;;;;;;Le planning familial de maine-et-loire - 49;;12284972879.0;-0.5624992;47.4481762
|
||||
;;;;;;;;;;;Le planning familial de seine-et-marne - 77;;12284975189.0;2.6732718;48.5447954
|
||||
;;;;;;;;;;;Le planning familial des côtes d'armor - 22;;12284976078.0;-2.7620256;48.5190555
|
||||
;;;;;;;;;;;Le planning familial du morbihan - 56;;12284976081.0;-2.4504856;47.6603105
|
||||
;;;;;;;;;;;Le planning familial de haute-garonne - 31;;12284985074.0;1.4576759;43.6105847
|
||||
;;;;;;;;;;;Le planning familial de seine-maritime - 76;;12284990280.0;1.0846102;49.4284174
|
||||
;;;;;;;;;;;Le planning familial du calvados - 14;;12284990281.0;-0.3554671;49.1755912
|
||||
;;;;;;;;;;;Le planning familial des deux-sèvres - 79;;12284991522.0;-0.4723337;46.3139033
|
||||
;;;;;;;;;;;Le planning familial des bouches-du-rhône - 13;;12284993727.0;5.3830111;43.3067072
|
||||
;;;;;;;;;;;Le planning familial du haut-rhin - 68;;12284993729.0;7.3333846;47.7483284
|
||||
;;;;;;;;;;;Le planning familial du puy-de-dôme 63;;12285002956.0;3.1141928;45.7869511
|
||||
;;;;;;;;;;;Le planning familial de vendée - 85;;12285006119.0;-1.4319261;46.6706166
|
||||
;;;;;;;;;;;Le planning familial - varois;;12285008367.0;5.9329446;43.1260328
|
||||
;;;;;;;;;;;Le planning familial de la guyane - 973;;12285012186.0;-52.3071377;4.9291289
|
||||
;;;;;;;;;;;Le planning familial des landes - 40;;12285014981.0;-0.4942609;43.8968085
|
||||
;;;;;;;;;;;Association martiniquaise pour l'information et l'orientation familiale (amiof);;12285028852.0;-61.070573;14.6141605
|
||||
;;;;;;;;;;;Le planning familial de haute-savoie - 74;;12285030903.0;6.123263;45.8986097
|
||||
;;;;;;;;;;;Le planning familial de paris - 75;;12285035031.0;2.33943;48.867518
|
||||
;;;;;;;;;;;Le planning familial 92;;12285035032.0;2.279638;48.927955
|
||||
;;;;;;;;;;;Le planning familial de la seine-saint-denis - 93;;12285035033.0;2.359571;48.938082
|
||||
;;;;;;;;;;;Le planning familial du val-de-marne - 94;;12285035034.0;2.440059;48.80415
|
||||
;;;;;;;;;;;La maternité consciente;;12285038799.0;-61.5329481;16.2394598
|
||||
;social_centre;;;https://planningnivelles.be/;;;;;;;Centre de Planning Familial de Nivelles;;12285720547.0;4.3259068;50.6003051
|
||||
;;;;https://www.guidesocial.be/cpf_tubize/;;;;;;;Centre de Planning Familial Pluraliste;;12285966534.0;4.206348;50.689598
|
||||
;social_centre;;+32 2 355 01 99;;;;;;;;Planning Familial Tubize Rosa Guilmot;;12285970178.0;4.2022866;50.6906309
|
||||
;;;+32 67 55 13 71;;;;;;;;Centre de Planning Familial;;12286203891.0;4.1359939;50.601306
|
||||
;;;;;;;;;;;Le planning familial de l'aisne - 02;;12286356817.0;3.2195682;49.6164061
|
||||
;;;;https://la-bulle.org/;;;;;;;Centres de planning familial La bulle;;12287817090.0;4.3138555;50.0485638
|
||||
;;;;;;;;;;;Centre de Planning familial Soralia;;12287904545.0;3.9423722;50.4525741
|
||||
;;;;;;;;;;;Le planning familial de l'orne - 61;;12288191494.0;0.0952311;48.4326088
|
||||
;;;;;;;;;;;Le planning familial de la sarthe - 72;;12288211863.0;0.195948;48.005462
|
||||
;;;;;;;;;;;Le planning familial d’indre et loire;;12288211864.0;0.6975264;47.3835713
|
||||
;;;;;;;;;;;Le planning familial du cher - 18;;12288228857.0;2.4010431;47.0827848
|
||||
;;;;;;;;;;;Le planning familial de haute marne - 52;;12288251775.0;4.971948;48.6565361
|
||||
;;;;;;;;;;;Le planning familial de la haute-vienne - 87;;12288258153.0;1.2561583;45.8549819
|
||||
;;;;;;;;;;;Le planning familial des hautes pyrénées- 65;;12288258787.0;0.0752353;43.2313473
|
||||
;;;;;;;;;;;Le planning familial du loiret - 45;;12288260115.0;1.9017696;47.8995112
|
||||
;;;;;;;;;;;Le planning familial de l'aude - 11;;12288262891.0;2.7557994;43.2004062
|
||||
;;;;;;;;;;;Planning familial du tarn-et-garonne - 82;;12288269884.0;1.373985;44.0202107
|
||||
;;;;;;;;;;;Le planning familial du gard (30);;12288272035.0;4.0792329;44.1292719
|
||||
;;;;;;;;;;;CHPC - Planing familial de Cherbourg;;12288277471.0;-1.6131663;49.63834
|
||||
;;;;;;;;;;;Le planning familial du lot - 46;;12288277482.0;2.0298448;44.6089076
|
||||
;;;;;;;;;;;Le planning familial de l'ariège - 09;;12288279137.0;1.1460918;42.9828707
|
||||
;;;;;;;;;;;Le planning familial du tarn - 81;;12288280695.0;1.7240515;43.8228521
|
||||
;;;;;;;;;;;Le planning familial de la vienne - 86;;12288281339.0;0.3611621;46.5931242
|
||||
;;;;;;;;;;;Le planning familial du gers - 32;;12288283279.0;0.5809638;43.6517814
|
||||
;;;;;;;;;;;Le planning familial de la marne - 51;;12288285061.0;4.04169;49.2467762
|
||||
;;;;;;;;;;;Le planning familial de l'ardèche - 07;;12288286382.0;4.1342658;44.4063661
|
||||
;;;;;;;;;;;Planning familial de lozère - 48;;12288288589.0;3.4982885;44.5202462
|
||||
;;;;;;;;;;;Le planning familial de la somme - 80;;12288288791.0;2.290809;49.8926102
|
||||
;;;;;;;;;;;Le planning familial du vaucluse - 84;;12288289025.0;4.8231261;43.9290332
|
||||
;;;;;;;;;;;Le planning familial de lot-et-garonne - 47;;12288290043.0;0.6170817;44.2032042
|
||||
;;;;;;;;;;;Le planning familial du cantal -15;;12288291541.0;2.4429707;44.9242054
|
||||
;;;;;;;;;;;Planning familial de l'isère - 38;;12288297574.0;5.724345;45.1861156
|
||||
;;;;;;;;;;;Le planning familial de charente - 16;;12288306208.0;0.1585997;45.6488878
|
||||
;;;;;;;;;;;Le planning familial de haute loire - 43;;12288309543.0;3.8913455;45.0449446
|
||||
;;;;;;;;;;;Le planning familial des alpes-maritimes - 06;;12288314851.0;7.2633462;43.7084738
|
||||
;;;;;;;;;;;Le planning familial de la drôme - 26;;12288315035.0;4.9095958;44.9265678
|
||||
;;;;;;;;;;;Le planning familial de l'oise - 60;;12288316304.0;2.815372;49.4276895
|
||||
;;;;;;;;;;;Le planning familial de la creuse - 23;;12288317358.0;1.8741332;46.1674827
|
||||
;;;;;;;;;;;Le planning familial des hautes-alpes - 05;;12288322694.0;6.0793803;44.5575289
|
||||
;;;;;;;;;;;Le planning familial de l'indre 36;;12288326316.0;1.6767709;46.8029595
|
||||
;;;;;;;;;;;Le planning familial de l'allier - 03;;12288329062.0;3.1087882;46.6632745
|
||||
;social_facility;;;;;;;;;;Le planning familial du pas-de-calais - 62;outreach;12288331317.0;2.8308611;50.4299887
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user