Compare commits
No commits in common. "fda394992b1330b4adf24ec9efed5d80737fcc93" and "403eb3c25c3fc524fdf599142bf0803378203967" have entirely different histories.
fda394992b
...
403eb3c25c
1888
mappings/extractors/.json
Normal file
1888
mappings/extractors/.json
Normal file
File diff suppressed because it is too large
Load Diff
1941
mappings/extractors/ask_angela_points_from_openstreetmap.json
Normal file
1941
mappings/extractors/ask_angela_points_from_openstreetmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -34,6 +34,5 @@ echo " -> fichier placé dans ../../osm_output/$export_file.geojson "
|
|||||||
# on convertit le geojson en csv
|
# on convertit le geojson en csv
|
||||||
python3 geojson_to_csv.py "../../osm_output/$export_file.geojson" -o "../../osm_output/$export_file.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 :"
|
echo "nombre de features dans l'export geojson :"
|
||||||
jq '.features | length' "../../osm_output/$export_file.geojson"
|
jq '.features | length' "../../osm_output/$export_file.geojson"
|
||||||
|
@ -1,38 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# export depuis OSM des points
|
|
||||||
# tout système produisant de l'énergie, pas seulement élec.
|
|
||||||
# pour le monde entier
|
|
||||||
|
|
||||||
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;node["power"="generator"](area.searchArea);out+geom;'
|
|
||||||
|
|
||||||
export_file="centrales_zone_france_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,38 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# export depuis OSM des points
|
|
||||||
# tout système produisant de l'énergie, pas seulement élec.
|
|
||||||
# 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;node["amenity"="coworking_space"](area.searchArea);out+geom;'
|
|
||||||
|
|
||||||
export_file="coworking_zone_france_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,37 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# export depuis OSM des points
|
|
||||||
# hopitaux
|
|
||||||
# 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"="hospital"](area.searchArea);out+geom;'
|
|
||||||
|
|
||||||
export_file="museum_zone_france_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"
|
|
@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
echo -e "\n récupération de données depuis OpenStreetMap \n"
|
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;node["amenity"="charging_station"](area.searchArea);out+geom;'
|
url='https://overpass-api.de/api/interpreter?data=%5Bout%3Ajson%5D%5Btimeout%3A300%5D%3B%0Aarea(id%3A3602202162)-%3E.searchArea%3B%0Anode%5B%22amenity%22%3D%22charging_station%22%5D(area.searchArea)%3B%0Aout+geom%3B'
|
||||||
|
|
||||||
export_file="irve_zone_france_from_openstreetmap"
|
export_file="irve_zone_france_from_openstreetmap"
|
||||||
|
|
||||||
echo -e "\n récupération de données depuis OpenStreetMap \n"
|
echo -e "\n récupération de données depuis OpenStreetMap \n"
|
||||||
@ -33,7 +32,7 @@ echo " -> fichier placé dans ../../osm_output/$export_file.geojson "
|
|||||||
|
|
||||||
# on convertit le geojson en csv
|
# on convertit le geojson en csv
|
||||||
python3 geojson_to_csv.py "../../osm_output/$export_file.geojson" -o "../../osm_output/$export_file.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 :"
|
echo "nombre de features dans l'export geojson :"
|
||||||
jq '.features | length' "../../osm_output/$export_file.geojson"
|
jq '.features | length' "../../osm_output/$export_file.geojson"
|
||||||
|
|
||||||
|
291127
mappings/extractors/irve_zone_france_from_openstreetmap.json
Normal file
291127
mappings/extractors/irve_zone_france_from_openstreetmap.json
Normal file
File diff suppressed because it is too large
Load Diff
38621
mappings/extractors/museum_zone_france_from_openstreetmap.json
Normal file
38621
mappings/extractors/museum_zone_france_from_openstreetmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# export depuis OSM des points
|
# export depuis OSM des points
|
||||||
# "man_made"="surveillance" en France
|
# "man_made"="surveillance"
|
||||||
|
# pour le monde entier
|
||||||
|
|
||||||
echo -e "\n récupération de données depuis OpenStreetMap \n"
|
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;node["tourism"="museum"](area.searchArea);out+geom;'
|
url='https://overpass-api.de/api/interpreter?data=%5Bout%3Ajson%5D%5Btimeout%3A25%5D%3B%0Aarea(id%3A3602202162)-%3E.searchArea%3B%0Anode%5B%22tourism%22%3D%22museum%22%5D(area.searchArea)%3B%0Aout+geom%3B'
|
||||||
|
|
||||||
|
|
||||||
export_file="museum_zone_france_from_openstreetmap"
|
export_file="museum_zone_france_from_openstreetmap"
|
||||||
|
|
||||||
@ -33,6 +33,6 @@ echo " -> fichier placé dans ../../osm_output/$export_file.geojson "
|
|||||||
|
|
||||||
# on convertit le geojson en csv
|
# on convertit le geojson en csv
|
||||||
python3 geojson_to_csv.py "../../osm_output/$export_file.geojson" -o "../../osm_output/$export_file.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 :"
|
echo "nombre de features dans l'export geojson :"
|
||||||
jq '.features | length' "../../osm_output/$export_file.geojson"
|
jq '.features | length' "../../osm_output/$export_file.geojson"
|
||||||
|
1888
mappings/extractors/osm_ask_angela_points_from_openstreetmap.json
Normal file
1888
mappings/extractors/osm_ask_angela_points_from_openstreetmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,37 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# export depuis OSM des points
|
|
||||||
# "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="toilets_zone_france_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"
|
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# export depuis OSM des points
|
# export depuis OSM des points
|
||||||
# "man_made"="surveillance"
|
# "man_made"="surveillance"
|
||||||
# en France
|
# pour le monde entier
|
||||||
|
|
||||||
echo -e "\n récupération de données depuis OpenStreetMap \n"
|
echo -e "\n récupération de données depuis OpenStreetMap \n"
|
||||||
|
|
||||||
@ -33,6 +33,6 @@ echo " -> fichier placé dans ../../osm_output/$export_file.geojson "
|
|||||||
|
|
||||||
# on convertit le geojson en csv
|
# on convertit le geojson en csv
|
||||||
python3 geojson_to_csv.py "../../osm_output/$export_file.geojson" -o "../../osm_output/$export_file.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 :"
|
echo "nombre de features dans l'export geojson :"
|
||||||
jq '.features | length' "../../osm_output/$export_file.geojson"
|
jq '.features | length' "../../osm_output/$export_file.geojson"
|
||||||
|
601037
mappings/extractors/surveillance_zone_france_from_openstreetmap.json
Normal file
601037
mappings/extractors/surveillance_zone_france_from_openstreetmap.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,38 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# export depuis OSM des points
|
|
||||||
# "amenity"="toilets"
|
|
||||||
# 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"="toilets"](area.searchArea);out+geom;'
|
|
||||||
|
|
||||||
export_file="toilets_zone_france_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"
|
|
@ -2,7 +2,7 @@
|
|||||||
"version": 0.6,
|
"version": 0.6,
|
||||||
"generator": "Overpass API 0.7.62.1 084b4234",
|
"generator": "Overpass API 0.7.62.1 084b4234",
|
||||||
"osm3s": {
|
"osm3s": {
|
||||||
"timestamp_osm_base": "2024-10-18T13:03:09Z",
|
"timestamp_osm_base": "2024-10-18T09:27:54Z",
|
||||||
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
|
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,485 +0,0 @@
|
|||||||
addr:housenumber;addr:postcode;addr:street;amenity;brand;name;opening_hours:signed;wheelchair;id;latitude;longitude
|
|
||||||
;;;coworking_space;The Hub Sèvres;The Hub Coworking;;no;233174560.0;2.1984008;48.8261143
|
|
||||||
;;;coworking_space;;La Canotière;;yes;317408299.0;2.2564468;48.7767185
|
|
||||||
;;;coworking_space;;Le CoCoTier(s);;;517636263.0;-0.4275903;43.1049756
|
|
||||||
;;;coworking_space;;Espace.bzh;;;556765879.0;-1.6827971;48.1102478
|
|
||||||
;;;coworking_space;;Happy Hours;;;559234702.0;-1.6770346;48.1123559
|
|
||||||
;;;coworking_space;;Le Laptop Beaubourg;;;700405812.0;2.3541741;48.8606286
|
|
||||||
;;;coworking_space;;La pépite;;;1232773687.0;2.3381113;48.8740412
|
|
||||||
;;;coworking_space;;Cobalt;;;1392914243.0;0.3377161;46.5807089
|
|
||||||
;;;coworking_space;;Label escale;;;1619919947.0;-1.5482059;47.2209205
|
|
||||||
;;;coworking_space;;CoWorking;;;1826474779.0;4.8138759;43.950322
|
|
||||||
;;;coworking_space;;Le Laptop Jourdain;;;2377743741.0;2.3907515;48.8773972
|
|
||||||
;;;coworking_space;;Trait d'Union;;;2474226617.0;-0.2414163;44.9123482
|
|
||||||
;;;coworking_space;;Toc Toc Toc;;;2479812458.0;4.3827585;45.4459192
|
|
||||||
;;;coworking_space;;Troqu-et Numérique;;;2496221838.0;5.2777941;45.5847267
|
|
||||||
;;;coworking_space;;Lab61;;;2519684489.0;-1.6722034;48.1182761
|
|
||||||
;;;coworking_space;;Evolplex;;;2523303659.0;4.7666999;45.6857372
|
|
||||||
;;;coworking_space;;Cantine numérique de Cornouaille;;yes;2560424778.0;-4.094167;47.970157
|
|
||||||
;;;coworking_space;;;;;2715626564.0;4.3861768;45.449657
|
|
||||||
;;;coworking_space;;Latelier;;;2723372296.0;5.3702385;44.7530922
|
|
||||||
;;;coworking_space;;La ruche numérique / The digital hive;;yes;2839498761.0;0.1884479;47.9950315
|
|
||||||
;;;coworking_space;;Work' in Pau;;;2847613445.0;-0.3675638;43.3201073
|
|
||||||
;;;coworking_space;;;;;2880542043.0;3.0725377;50.6199608
|
|
||||||
;;;coworking_space;;Le Node;;;3027465887.0;-0.5704848;44.8404215
|
|
||||||
;;;coworking_space;;Biocluster Les Haras;;;3033297225.0;7.7424917;48.5775044
|
|
||||||
;;;coworking_space;;Coswos;;;3087754661.0;3.8777134;43.6083429
|
|
||||||
;;;coworking_space;;La Forge Collective;;;3152658440.0;4.8972135;44.9333267
|
|
||||||
;;;coworking_space;;Le Lieu Commun;;yes;3242774071.0;1.853156;50.94877
|
|
||||||
;;;coworking_space;;WorkingShare;;yes;3260460986.0;-1.1603716;46.1403811
|
|
||||||
;;;coworking_space;;Coolworking;;;3299160801.0;-0.5728257;44.8431812
|
|
||||||
;;;coworking_space;;Kowork;;;3301350265.0;-0.5659636;44.8543461
|
|
||||||
;;;coworking_space;;KiosK Office;;;3314345577.0;7.7668763;48.5564584
|
|
||||||
;;;coworking_space;;La fabrique des Lieux;;;3328163913.0;-0.5968817;44.8318233
|
|
||||||
;;;coworking_space;;Darwin Coworking;;;3328176023.0;-0.5602232;44.8495239
|
|
||||||
;;;coworking_space;;Working Place;;;3328183052.0;-0.5921601;44.85309
|
|
||||||
;;;coworking_space;;Bloc B;;;3328183821.0;-0.547404;44.872991
|
|
||||||
;;;coworking_space;;La Girafe;;;3328185744.0;-0.5659133;44.8582155
|
|
||||||
;;;coworking_space;;Anabase;;;3328233394.0;-0.592377;44.8406911
|
|
||||||
;;;coworking_space;;La Petite Boite;;;3328234438.0;-0.5758194;44.8603543
|
|
||||||
;;;coworking_space;;La Co-Workerie;;;3345759126.0;6.020482;46.5226409
|
|
||||||
;;;coworking_space;;La Tuyauterie;;;3357776736.0;1.1651636;45.0649013
|
|
||||||
;;;coworking_space;;Espace de travail partagé;;;3357790493.0;0.8084309;44.9456305
|
|
||||||
;;;coworking_space;;La Bastide Numérique;;;3357816131.0;0.2173921;44.8399231
|
|
||||||
;;;coworking_space;;Coeur d'Aquitaine;;;3357816156.0;-0.261221;44.2920337
|
|
||||||
;;;coworking_space;;La Tabatière;;;3357960273.0;-0.0317748;44.5807859
|
|
||||||
;;;coworking_space;;La Mezzanine;;;3357973340.0;-0.5639602;45.2678228
|
|
||||||
;;;coworking_space;;Les Ombrages;;;3357998076.0;-0.5921764;44.7963181
|
|
||||||
;;;coworking_space;;Le Splendid;;;3358005923.0;-0.4009781;44.7092199
|
|
||||||
;;;coworking_space;;Réseau Business Center;;;3358017901.0;-0.495733;44.8537912
|
|
||||||
;;;coworking_space;;Le Bocal;;;3358019574.0;-0.2478472;44.5521617
|
|
||||||
;;;coworking_space;;L'Amarrage;;;3358028521.0;-0.7132114;44.8947884
|
|
||||||
;;;coworking_space;;Working Mios;;;3358044724.0;-0.9493089;44.622264
|
|
||||||
;;;coworking_space;;L'Asile;;;3358050808.0;-0.5811385;44.8426178
|
|
||||||
;;;coworking_space;;La Chiffonne Rit;;;3358054320.0;-0.5384061;44.8497629
|
|
||||||
;;;coworking_space;;La Fabrik;;;3358069184.0;-0.482309;43.9019868
|
|
||||||
;;;coworking_space;;La Ruche;;;3358078721.0;-0.5827168;44.8422093
|
|
||||||
;;;coworking_space;;Sew&Laine;;;3358081783.0;-0.5751162;44.8278091
|
|
||||||
;;;coworking_space;;Weecolab;;;3358083832.0;-0.5702014;44.8541841
|
|
||||||
;;;coworking_space;;WSB Coworking;;;3358085191.0;-0.5764307;44.845846
|
|
||||||
;;;coworking_space;;Avec2l;;;3359556997.0;0.620184;44.4437355
|
|
||||||
;;;coworking_space;;Coworking Pays basque;;;3359561323.0;-1.5447476;43.4622539
|
|
||||||
;;;coworking_space;;EPI - Oloron;;;3359571537.0;-0.6117244;43.1927557
|
|
||||||
;;;coworking_space;;La Diagonale;;;3359574219.0;-0.7611964;43.4771819
|
|
||||||
;;;coworking_space;;Fablab Pau;;;3359577345.0;-0.3669919;43.2957139
|
|
||||||
;;;coworking_space;;La Fabrique Co-Working;;yes;3393056217.0;3.8715695;43.6060042
|
|
||||||
;;;coworking_space;;Arrêt Minute - Coutras;;;3396717281.0;-0.1301971;45.0416084
|
|
||||||
;;;coworking_space;;Loco Numérique;;yes;3431866975.0;-1.4353519;46.6740735
|
|
||||||
;;;coworking_space;;Le Mug;;;3456395968.0;5.9203935;45.569594
|
|
||||||
;;;coworking_space;;Héliose - Un laboratoire d'idées;;;3484032149.0;4.3769235;45.4685544
|
|
||||||
;;;coworking_space;;Arrêt Minute;;;3533661809.0;-0.2428292;44.9110981
|
|
||||||
;;;coworking_space;;L'Open bar;;;3571917293.0;2.3120867;48.8328522
|
|
||||||
;;;coworking_space;;La Matrice;;;3612370717.0;-2.7629234;48.5145305
|
|
||||||
;;;coworking_space;;Espèces d'Espaces;;;3612990619.0;-1.6877849;48.1201009
|
|
||||||
;;;coworking_space;;Cocotte Minute;;;3626377363.0;-0.9396487;45.3068971
|
|
||||||
;;;coworking_space;;Maison du numérique;;;3667338316.0;3.9149129;43.6186073
|
|
||||||
;;;coworking_space;;Studio;;;3711076801.0;2.3693749;48.8344427
|
|
||||||
;;;coworking_space;;Maga Work;;;3719731223.0;4.8755178;45.5265774
|
|
||||||
;;;coworking_space;;Quai nº10;;no;3736068188.0;7.746989;48.5801718
|
|
||||||
;;;coworking_space;;Hubsy Café & Coworking;;limited;3743170125.0;2.3542425;48.8657417
|
|
||||||
;;;coworking_space;;Pépinière d'entreprises de Vidalon;;;3772259959.0;4.6802562;45.2547212
|
|
||||||
;;;coworking_space;;Quai-Lab;;;3805453684.0;0.3133153;46.5195288
|
|
||||||
;;;coworking_space;;Co-work in Grenoble;;;3806387790.0;5.7125358;45.1882272
|
|
||||||
;;;coworking_space;;Be-Coworking;;;3824937031.0;2.3219141;48.8939336
|
|
||||||
;;;coworking_space;;La Trame 07;;;3832691857.0;4.3751307;44.5735494
|
|
||||||
;;;coworking_space;;La French Tech Rennes - Saint-Malo;;;3900427235.0;-1.6947262;48.106639
|
|
||||||
;;;coworking_space;;L'Étable Cowork;;;3968600480.0;4.8023506;43.942097
|
|
||||||
;;;coworking_space;;La Cordée Lices;;;3989493978.0;-1.6855581;48.1128709
|
|
||||||
;;;coworking_space;;La Cordée Perrache;;;3989498385.0;4.8255565;45.7505599
|
|
||||||
;;;coworking_space;;Health Square;;;4002209627.0;-0.5964994;44.8405541
|
|
||||||
;;;coworking_space;;La Loco Coworking;;;4002227430.0;-0.6316158;44.8046712
|
|
||||||
;;;coworking_space;;Le 127°;;;4002239606.0;-0.5541191;44.8596899
|
|
||||||
;;;coworking_space;;Nomade;;;4002246637.0;-0.5834887;44.8398272
|
|
||||||
;;;coworking_space;;Yoga Pop;;;4002248941.0;-0.5700496;44.8387281
|
|
||||||
;;;coworking_space;;Ô Plafond;;;4002305566.0;-0.5576369;44.8269233
|
|
||||||
;;;coworking_space;;Pulseo;;;4019544840.0;-1.0519712;43.7203881
|
|
||||||
;;;coworking_space;;Le Patchwork;;;4019558206.0;-0.5570238;45.0401489
|
|
||||||
;;;coworking_space;;Atelier Zelium;;;4019561500.0;-0.5857655;44.8311598
|
|
||||||
;;;coworking_space;;Café Boissec;;;4019566146.0;-0.7219975;43.7046121
|
|
||||||
;;;coworking_space;;Co-clic-co;;;4019584107.0;0.4846797;44.2132269
|
|
||||||
;;;coworking_space;;Fabrique Pola;;;4019803338.0;-0.5618834;44.823607
|
|
||||||
;;;coworking_space;;Com La Lune;;;4019939938.0;-0.5812195;44.8526296
|
|
||||||
;;;coworking_space;;Corner Cow;;;4019994348.0;1.0807147;44.6294256
|
|
||||||
;;;coworking_space;;Fablab 47;;;4020056377.0;0.6125427;44.1983227
|
|
||||||
;;;coworking_space;;Multiburo;;;4112519678.0;-1.5452954;47.2135615
|
|
||||||
;;;coworking_space;;Multiburo;;;4112519679.0;-1.4956077;47.2603037
|
|
||||||
;;;coworking_space;;Espace Esperluette;;;4112519681.0;-1.5522099;47.2182285
|
|
||||||
;;;coworking_space;;Le Moulin digital / French Tech Alpes Valence-Romans;;;4146710564.0;4.9803382;44.9924977
|
|
||||||
;;;coworking_space;;La caravane;;;4162311968.0;166.4620926;-22.270171
|
|
||||||
;;;coworking_space;;Thabor Coworking;;;4225475025.0;-1.6645445;48.1159223
|
|
||||||
;;;coworking_space;;Espace Coworking;;;4237211071.0;3.9217516;43.5841186
|
|
||||||
;;;coworking_space;;Atelier Numérique Romorantin;;;4315779431.0;1.7522472;47.3550667
|
|
||||||
;;;coworking_space;;L'Espace B;;;4387083657.0;-0.1555763;45.4730062
|
|
||||||
;;;coworking_space;;FabLab19;;;4403336618.0;1.5090842;45.1548408
|
|
||||||
;;;coworking_space;;32Bis;;;4422889729.0;-52.3300846;4.9377824
|
|
||||||
;;;coworking_space;;La Maison du Coworking;;;4478228462.0;1.9052525;47.9041075
|
|
||||||
;;;coworking_space;;JOYA Lifestore;;;4498785610.0;7.2830792;43.7005824
|
|
||||||
;;;coworking_space;;Télécentre Roi Morvan;;;4510259568.0;-3.6037176;48.1407926
|
|
||||||
;;;coworking_space;;CoCoBa;;;4514452155.0;-1.7732378;43.3471505
|
|
||||||
;;;coworking_space;;La Bonne Fabrique;;;4563194536.0;5.7776983;45.2600804
|
|
||||||
;;;coworking_space;;Association d'Animation du 58;;;4607918492.0;4.8337992;45.746025
|
|
||||||
;;;coworking_space;;Les Ateliers Singuliers;;;4663014349.0;4.3815657;45.4435456
|
|
||||||
;;;coworking_space;;Le Poulailler - Coworking Metz;;;4682422789.0;6.18414;49.1265202
|
|
||||||
;;;coworking_space;;Chez Mamie;;;4683815309.0;4.2408192;45.7419644
|
|
||||||
;;;coworking_space;;Le Périscop;;;4691598342.0;-2.2147296;47.2861032
|
|
||||||
;;;coworking_space;;Office Coffee;;;4691598343.0;-2.2139698;47.2853675
|
|
||||||
;;;coworking_space;;Waza Coworking;;yes;4736310856.0;0.6874257;47.3902439
|
|
||||||
;;;coworking_space;;Cosens;;;4756748286.0;5.3780155;43.295327
|
|
||||||
;;;coworking_space;;Vacouva;;no;4791453326.0;-1.5411282;47.2146881
|
|
||||||
;;;coworking_space;;Zone à Partager - tiers-lieu de Bègles;;;4807217727.0;-0.5488269;44.8077231
|
|
||||||
;;;coworking_space;;Wigi Coworking;;;4807489522.0;-0.5781388;44.8438599
|
|
||||||
;;;coworking_space;;l'Eschalou;;;4819873943.0;0.2936977;45.6024723
|
|
||||||
;;;coworking_space;;Le Loft;;;4824589360.0;5.3724472;43.2933516
|
|
||||||
;;;coworking_space;;Cowork’in Aix;;;4837865067.0;5.3711772;43.4909955
|
|
||||||
;;;coworking_space;;Le 144;;;4838670106.0;-1.5620703;47.2291131
|
|
||||||
;;;coworking_space;;Hubsy République;;yes;4896872321.0;2.3600276;48.871271
|
|
||||||
;;;coworking_space;;Intencity;;;4911613011.0;2.3026979;48.9058398
|
|
||||||
;;;coworking_space;;Interstices;;;4937199660.0;-1.4923609;43.5460118
|
|
||||||
;;;coworking_space;;Ubiplex;;;4955456472.0;-1.6526096;48.167969
|
|
||||||
;;;coworking_space;;B45;;;4971883923.0;2.3117894;48.898465
|
|
||||||
;;;coworking_space;;La Cocotière;;;5182396094.0;1.7408857;45.7387525
|
|
||||||
;;;coworking_space;;weréso Lyon;;;5286328655.0;4.8457598;45.7695883
|
|
||||||
;;;coworking_space;;MonsFabrica;;;5291677054.0;3.1117078;50.6457267
|
|
||||||
;;;coworking_space;;Espace Barral;;;5299091258.0;5.3752669;44.7543233
|
|
||||||
;;;coworking_space;;Coworking Pays basque;;;5321709247.0;-1.4673723;43.4934128
|
|
||||||
;;;coworking_space;;Centre Information Jeunesse;;;5337794708.0;0.1624763;45.6497731
|
|
||||||
;;;coworking_space;;La Boutique;;;5344719121.0;2.2161885;46.3482478
|
|
||||||
;;;coworking_space;;Fablab Lab'Rousse;;;5344744421.0;2.1541765;45.8256766
|
|
||||||
;;;coworking_space;;La Palette;;;5344763485.0;1.6636424;46.3053938
|
|
||||||
;;;coworking_space;;TAF;;;5344859558.0;1.9359954;45.7494753
|
|
||||||
;;;coworking_space;;Le Chai;;;5344891311.0;1.9058577;46.3260308
|
|
||||||
;;;coworking_space;;Les Ateliers de la Mine;;;5344969425.0;2.0905267;46.0701811
|
|
||||||
;;;coworking_space;;L'Usine;;;5346710334.0;55.5328514;-20.894974
|
|
||||||
;;;coworking_space;;Le 13;;yes;5347100422.0;0.6975913;47.3833627
|
|
||||||
;;;coworking_space;;O'Village;;;5356419252.0;4.2619202;45.5112303
|
|
||||||
;;;coworking_space;;Cœur de Bastide;;;5367747522.0;0.2161103;44.8413139
|
|
||||||
;;;coworking_space;;Hey ! Coworking;;;5428563871.0;-0.3521794;49.1790278
|
|
||||||
;;;coworking_space;;Coworking Republic;;;5462686021.0;2.3604323;48.8639988
|
|
||||||
;;;coworking_space;;Café de l'espace;;;5510329326.0;2.3827551;45.7764073
|
|
||||||
;;;coworking_space;;Espace des Fougères;;;5565317647.0;1.0772569;49.916979
|
|
||||||
;;;coworking_space;;Le Lab;;;5602300944.0;1.3109224;47.5930291
|
|
||||||
;;;coworking_space;;Bureaux à louer;;;5606648859.0;2.1258206;48.828033
|
|
||||||
;;;coworking_space;;Bureaux à louer;;;5607290365.0;2.1359382;48.8145646
|
|
||||||
;;;coworking_space;;the 7th element;;designated;5652367385.0;6.1193619;45.9061141
|
|
||||||
;;;coworking_space;;La Cordée;;;5658877865.0;2.3744152;48.848909
|
|
||||||
;;;coworking_space;;La Drôle d’Épicerie;;;5679351692.0;0.1558616;45.6509186
|
|
||||||
;;;coworking_space;;Kontainer;;;5692472054.0;-1.3839917;43.6540601
|
|
||||||
;;;coworking_space;;PobRun;;;5741668920.0;3.3798274;45.306527
|
|
||||||
;;;coworking_space;;smack coworking;;no;5824912960.0;5.3764739;43.2898178
|
|
||||||
;;;coworking_space;;cwýk;;;5858835810.0;-1.6518851;48.1176096
|
|
||||||
;;;coworking_space;;L'esprit TK;;;5884656260.0;4.8821883;45.9062424
|
|
||||||
;;;coworking_space;;Le Centsept;;;5914357987.0;4.8362633;45.7458106
|
|
||||||
;;;coworking_space;;Le Bivouak';;;5964797485.0;-0.4145722;44.5668244
|
|
||||||
;;;coworking_space;;Mota Coworking;;;5964839684.0;-0.5928969;44.8454407
|
|
||||||
;;;coworking_space;;Make it Marseille;;;5989360187.0;5.3768855;43.2860419
|
|
||||||
;;;coworking_space;;La Cabane Coworking;;;6005368544.0;-0.3656394;43.3005889
|
|
||||||
;;;coworking_space;;Neo factory;;;6010447588.0;-1.5441551;47.2176952
|
|
||||||
;;;coworking_space;;Le Bastion;;;6015574192.0;-1.1457873;46.1540189
|
|
||||||
;;;coworking_space;;La Kabane;;;6043577952.0;0.1752155;45.6589754
|
|
||||||
;;;coworking_space;;La Fontaine;;;6043665881.0;0.6227045;44.2039281
|
|
||||||
;;;coworking_space;;Spot Coworking;;;6043781300.0;-1.5382701;43.4960653
|
|
||||||
;;;coworking_space;;PicNic Coworking;;;6044030340.0;-0.7195682;43.0939187
|
|
||||||
;;;coworking_space;;Espace de coworking;;;6044071630.0;-0.5591175;43.3900822
|
|
||||||
;;;coworking_space;;L'alchimiste;;;6044156050.0;-0.1568073;45.4704138
|
|
||||||
;;;coworking_space;;La Cocotte;;;6044185504.0;-1.470612;43.4896169
|
|
||||||
;;;coworking_space;;EPI-ASPE;;;6044292023.0;-0.6003754;42.9991013
|
|
||||||
;;;coworking_space;;BEN;;;6044308694.0;-0.546607;44.8028824
|
|
||||||
;;;coworking_space;;La Textilerie;;;6044390929.0;-0.5579418;44.8023521
|
|
||||||
;;;coworking_space;;La Travaillerie;;;6044416684.0;-0.551579;44.8037384
|
|
||||||
;;;coworking_space;;Facility&Co;;;6044479505.0;4.0676823;45.6042478
|
|
||||||
;;;coworking_space;;Fablab LCube;;;6046583808.0;1.27407;45.8858956
|
|
||||||
;;;coworking_space;;Espace21;;;6046601915.0;-0.818383;44.5284029
|
|
||||||
;;;coworking_space;;Work & Station;;yes;6046679885.0;2.3066327;48.6355063
|
|
||||||
;;;coworking_space;;CéLA;;;6049432307.0;0.5023848;44.8669471
|
|
||||||
;;;coworking_space;;La WAB;;;6055147810.0;0.4823239;44.8519158
|
|
||||||
;;;coworking_space;;Open Gare Biarritz;;;6055185485.0;-1.5455489;43.4594232
|
|
||||||
;;;coworking_space;;La Manufaktura;;;6055217892.0;-1.1548555;43.4877139
|
|
||||||
;;;coworking_space;;La Bicoque;;;6057481601.0;-0.5796329;44.8386071
|
|
||||||
;;;coworking_space;;Bordo Buro;;;6057574051.0;-0.5745056;44.8334176
|
|
||||||
;;;coworking_space;;Coolworking;;;6057619331.0;-0.5734151;44.8436038
|
|
||||||
;;;coworking_space;;Coworkimmo;;;6057632512.0;-0.5814434;44.8402218
|
|
||||||
;;;coworking_space;;Digital Village;;;6057647995.0;-0.5861278;44.8411658
|
|
||||||
;;;coworking_space;;Les Parcelles;;;6057834557.0;-0.5880646;44.852108
|
|
||||||
;;;coworking_space;;Coworking Village;;;6057926908.0;4.0851834;46.0675306
|
|
||||||
;;;coworking_space;;Startway;;;6058167661.0;-0.5791646;44.8321799
|
|
||||||
;;;coworking_space;;Vertuce;;;6058186968.0;-0.5762263;44.8397654
|
|
||||||
;;;coworking_space;;La Couveuse à Films;;;6058233712.0;-0.5568615;44.8520192
|
|
||||||
;;;coworking_space;;Kfé des familles;;;6060009211.0;-0.550318;44.869759
|
|
||||||
;;;coworking_space;;L'Odyssée;;;6060061450.0;-0.5603978;44.8251188
|
|
||||||
;;;coworking_space;;Le 400;;;6060125481.0;1.5431039;45.1502509
|
|
||||||
;;;coworking_space;;Homade;;;6060201500.0;1.8385877;45.0253808
|
|
||||||
;;;coworking_space;;La Source;;;6060217597.0;-0.3213125;44.6370755
|
|
||||||
;;;coworking_space;;Landeia;;;6060265145.0;-1.400301;43.3703519
|
|
||||||
;;;coworking_space;;Forum du Rocher;;;6060295265.0;-0.5241666;44.8622133
|
|
||||||
;;;coworking_space;;Oasis Coworking;;;6060318867.0;-0.5329793;44.8572261
|
|
||||||
;;;coworking_space;;Le KUB;;;6060335908.0;0.0287717;45.2746552
|
|
||||||
;;;coworking_space;;Co-working Cap@cités;;;6060566911.0;0.6968443;45.1454016
|
|
||||||
;;;coworking_space;;TNC Tiers lieu Nord Charente;;;6060584004.0;0.1309912;45.9904043
|
|
||||||
;;;coworking_space;;WEZ;;;6060676290.0;0.2677874;44.2894196
|
|
||||||
;;;coworking_space;;ACQS Coworking;;;6060710140.0;-1.0566755;43.7084492
|
|
||||||
;;;coworking_space;;Zébra3;;;6065914548.0;-0.5553125;44.8525635
|
|
||||||
;;;coworking_space;;La Canopée;;;6065942430.0;-0.6148583;44.7737068
|
|
||||||
;;;coworking_space;;Espace Coworking Habia;;;6066013076.0;-1.420463;43.3498429
|
|
||||||
;;;coworking_space;;L'Alzire;;;6066019998.0;2.0844964;46.1812266
|
|
||||||
;;;coworking_space;;Le Radeau actif;;;6066026489.0;1.4674807;45.9992115
|
|
||||||
;;;coworking_space;;WorkingShare;;;6066154682.0;-1.1561102;46.1486978
|
|
||||||
;;;coworking_space;;Kiwork;;;6066213043.0;-1.1207561;44.6051641
|
|
||||||
;;;coworking_space;;A l'Ouest Coworking;;;6066274070.0;-1.0765821;44.9763325
|
|
||||||
;;;coworking_space;;Cohworking;;;6066366763.0;-0.5907978;44.8578609
|
|
||||||
;;;coworking_space;;Le Cantou;;;6072672061.0;1.2609578;45.8227642
|
|
||||||
;;;coworking_space;;IF - Irresistible Fraternité;;;6072716405.0;1.2673618;45.8312151
|
|
||||||
;;;coworking_space;;Le Phare;;;6072733919.0;1.2565707;45.8284758
|
|
||||||
;;;coworking_space;;La Ruchidée;;;6072852870.0;1.2430521;45.8317033
|
|
||||||
;;;coworking_space;;Garage Coworking;;;6073166729.0;-0.5269299;44.88022
|
|
||||||
;;;coworking_space;;The Woodstock;;;6073185352.0;-0.5298255;44.8784227
|
|
||||||
;;;coworking_space;;Coloc 2 Chefs;;;6073196934.0;-0.5305368;44.8850252
|
|
||||||
;;;coworking_space;;Moulin de Retournay;;;6073209537.0;-0.0170624;46.8630266
|
|
||||||
;;;coworking_space;;Le Cocon;;;6073263328.0;0.0316228;44.519247
|
|
||||||
;;;coworking_space;;L'Élan coworking;;;6073340340.0;0.8698729;46.4264007
|
|
||||||
;;;coworking_space;;Le Lab des Bidouilleurs;;;6073347699.0;0.8777942;46.4287589
|
|
||||||
;;;coworking_space;;Le Kiosque;;;6073409123.0;0.3411277;44.1362131
|
|
||||||
;;;coworking_space;;Centre Social du pays de Nexon;;;6073450150.0;1.1835869;45.6815055
|
|
||||||
;;;coworking_space;;Brainlab;;;6073475895.0;-0.4905757;46.3275844
|
|
||||||
;;;coworking_space;;Kaptain Coworking;;;6073532067.0;-0.4852816;46.3251258
|
|
||||||
;;;coworking_space;;Pôle I.Étech;;;6073630754.0;-0.7616051;43.4789196
|
|
||||||
;;;coworking_space;;Kowork;;;6073659087.0;-1.0677796;44.348991
|
|
||||||
;;;coworking_space;;ParthLab;;;6073682511.0;-0.2490254;46.6464956
|
|
||||||
;;;coworking_space;;Cozyn;;;6073741940.0;-0.3644691;43.2918621
|
|
||||||
;;;coworking_space;;Enso;;;6073753414.0;-0.3620152;43.3124201
|
|
||||||
;;;coworking_space;;L'Espacerelle;;;6073778952.0;-0.3654459;43.293299
|
|
||||||
;;;coworking_space;;ESSAIM;;;6073914549.0;0.3398356;46.6096645
|
|
||||||
;;;coworking_space;;La Gibbeuse;;;6073933566.0;0.3316273;46.5635495
|
|
||||||
;;;coworking_space;;Kaptain Coworking;;;6075694145.0;0.33919;46.6117106
|
|
||||||
;;;coworking_space;;Le Lieu Multiple;;;6075746346.0;0.3479087;46.5799671
|
|
||||||
;;;coworking_space;;Maison des étudiant·e·s;;;6075749146.0;0.3865009;46.5686334
|
|
||||||
;;;coworking_space;;Le Plan Bis;;;6075793918.0;0.338257;46.5863962
|
|
||||||
;;;coworking_space;;La Ruche;;;6075827551.0;0.3815175;46.5715774
|
|
||||||
;;;coworking_space;;ZeBocal;;;6075978429.0;0.340329;46.5823237
|
|
||||||
;;;coworking_space;;Pôle Etudiant Pour l'Innovation, le Transfert, l'Entreprenariat;;;6075999400.0;0.3835722;46.5676464
|
|
||||||
;;;coworking_space;;Ecolieu Jeanot;;;6076368309.0;-0.9269114;43.9584846
|
|
||||||
;;;coworking_space;;Cowork Rochefort Océan;;;6076390720.0;-0.9637054;45.9398708
|
|
||||||
;;;coworking_space;;Espace Copernic;;;6076431743.0;-0.7157023;44.8927484
|
|
||||||
;;;coworking_space;;Maison des entreprises;;;6076436095.0;-1.3358851;45.9710246
|
|
||||||
;;;coworking_space;;L'Atelier 28;;;6076467828.0;-1.2363807;43.7112801
|
|
||||||
;;;coworking_space;;Le Granit;;;6076477585.0;-0.1635639;46.7892038
|
|
||||||
;;;coworking_space;;Cowork etc;;;6076518115.0;-0.6265046;45.7473214
|
|
||||||
;;;coworking_space;;Ecoworking33;;;6076570215.0;-0.6083352;44.6814178
|
|
||||||
;;;coworking_space;;Les Ateliers Synaptiques;;;6078419466.0;0.7396066;45.4908453
|
|
||||||
;;;coworking_space;;La Mezzanine;;;6078542940.0;-0.5570678;45.2485955
|
|
||||||
;;;coworking_space;;La Grappe;;;6078590828.0;-0.5204183;45.9435225
|
|
||||||
;;;coworking_space;;Simone & les Mauhargats;;;6078607728.0;-0.2262426;44.5650442
|
|
||||||
;;;coworking_space;;La Distillerie de Rêve;;;6078631903.0;0.8386818;46.6826746
|
|
||||||
;;;coworking_space;;Le Champ des Possibles;;;6078673549.0;0.3926397;45.2016541
|
|
||||||
;;;coworking_space;;Fablab Coh@bit;;;6078859550.0;-0.60805;44.7911334
|
|
||||||
;;;coworking_space;;L'Overground;;;6078900329.0;-0.5844578;44.8210222
|
|
||||||
;;;coworking_space;;La Fourmilière;;;6079185052.0;-0.0292646;46.7198224
|
|
||||||
;;;coworking_space;;Le Clab;;;6079228624.0;-0.7036364;45.9652893
|
|
||||||
;;;coworking_space;;Le Zinc à 5 pattes;;;6079249579.0;-0.0241806;46.5757743
|
|
||||||
;;;coworking_space;;Graines de Possibles;;;6079263932.0;0.698811;44.4054489
|
|
||||||
;;;coworking_space;;La Sirène;;;6080103833.0;-0.5846178;44.834617
|
|
||||||
;;;coworking_space;;Co-gîto;;;6145873996.0;2.2195353;47.8645018
|
|
||||||
;;;coworking_space;;Jeannette Collectif;;;6162002468.0;-1.5534724;47.2065672
|
|
||||||
;;;coworking_space;;Le Cocotier;;;6185949537.0;0.6891295;47.3882704
|
|
||||||
;;;coworking_space;;L'Atelier;;;6185952964.0;0.6891719;47.3880937
|
|
||||||
;;;coworking_space;;Aloé Co-working;;;6220857072.0;4.3913287;45.4239385
|
|
||||||
;;;coworking_space;;Les Cuisines de Cap'éco;;;6246449654.0;1.3073677;43.5915709
|
|
||||||
;;;coworking_space;;Bleu de travail;;;6381868954.0;1.1404406;42.9847448
|
|
||||||
;;;coworking_space;;Le Tank;;;6386811637.0;2.374926;48.855192
|
|
||||||
;;;coworking_space;;Deskopolitan;;;6429242856.0;2.3586787;48.8711413
|
|
||||||
;;;coworking_space;;Ekitegia;;;6438941201.0;-1.4641646;43.4868764
|
|
||||||
;;;coworking_space;;Télécentre;;;6458974125.0;-0.5052437;44.7852532
|
|
||||||
;;;coworking_space;;HUB612;;;6504777869.0;4.8496644;45.763212
|
|
||||||
;;;coworking_space;;Entrelac;;;6556177209.0;6.2324741;46.1969033
|
|
||||||
;;;coworking_space;;Cowork'in Montpellier;;no;6687780231.0;3.8820728;43.603357
|
|
||||||
;;;coworking_space;;Tiers lieu de Saint Lary Soulan;;;6698778764.0;0.3210411;42.816417
|
|
||||||
;;;coworking_space;;e-Meute;;;6787729880.0;-0.4692001;46.3281128
|
|
||||||
;;;coworking_space;;Atoubois Atelier Coopératif;;;6787773410.0;-0.4540011;46.3346927
|
|
||||||
;;;coworking_space;;Le Lab ENO;;;6787774929.0;-0.4485284;46.3241162
|
|
||||||
;;;coworking_space;;ImagiVienne;;;6787792813.0;0.3380584;46.5488294
|
|
||||||
;;;coworking_space;;La Regratterie;;;6787864763.0;0.3434437;46.6342269
|
|
||||||
;;;coworking_space;;Espace Galilée;;;6787925941.0;0.3651679;46.6576587
|
|
||||||
;;;coworking_space;;Co&work La Rochelle;;;6788194922.0;-1.2146375;46.1610094
|
|
||||||
;;;coworking_space;;Les Cabanes Urbaines;;;6788231852.0;-1.1556773;46.151913
|
|
||||||
;;;coworking_space;;La Cailletière;;;6788623910.0;-1.2530587;45.9153892
|
|
||||||
;;;coworking_space;;La Filature;;;6816819333.0;1.1690167;49.2253548
|
|
||||||
;;;coworking_space;;Regus Euralille 3;;;6904970883.0;3.0807774;50.6236865
|
|
||||||
;;;coworking_space;;Espace 3A;;;6950725895.0;6.1635968;48.6863342
|
|
||||||
;;;coworking_space;;Regus;;;7083738290.0;-1.6220774;48.1361172
|
|
||||||
;;;coworking_space;;Wigi;;;7145922206.0;-0.5994558;44.8399508
|
|
||||||
;;;coworking_space;;Le 18;;;7149459796.0;4.8298369;45.752985
|
|
||||||
;;;coworking_space;;Mota Coworking;;;7171369993.0;-0.5943882;44.8415222
|
|
||||||
;;;coworking_space;;Möbius;;;7277504140.0;2.3464471;43.2110081
|
|
||||||
;;;coworking_space;;La Cafetière;;;7464494405.0;5.5512017;46.6694627
|
|
||||||
;;;coworking_space;;Le temps de vivre;;limited;7473625643.0;1.1358268;45.795825
|
|
||||||
;;;coworking_space;;L'Usine Végétale;;;7635802730.0;-0.0282214;45.0537134
|
|
||||||
;;;coworking_space;;Le Coffice;;no;7717421060.0;2.3727031;48.8266734
|
|
||||||
;;;coworking_space;;Coworkshop;;;7743234816.0;6.7654524;43.4248578
|
|
||||||
;;;coworking_space;;L'Atelier Corail;;;7790664399.0;-4.0936809;47.9987487
|
|
||||||
;;;coworking_space;;;;;7831664163.0;1.720227;45.5833455
|
|
||||||
;;;coworking_space;;Le 18 coworking;;;7873752102.0;4.8427936;45.7598702
|
|
||||||
;;;coworking_space;;Regus;;;7891193979.0;7.7121808;48.6128813
|
|
||||||
;;;coworking_space;;Startway Coworking;;;7923610535.0;2.3538264;48.8680396
|
|
||||||
;;;coworking_space;;Business Class;;;7933414612.0;2.4856406;48.8024285
|
|
||||||
;;;coworking_space;;Entrepreneurial People;;;7936842569.0;4.8353119;45.7442075
|
|
||||||
;;;coworking_space;;Wework;;;7995703446.0;2.3215238;48.8746834
|
|
||||||
;;;coworking_space;;La galerie;;;7995899102.0;2.320765;48.8862018
|
|
||||||
;;;coworking_space;;Work'in Tours;;;8123859513.0;0.6901592;47.392874
|
|
||||||
;;;coworking_space;;La Bulle;;;8151073918.0;4.8434371;45.7643464
|
|
||||||
;;;coworking_space;;Le Delta;;;8219936821.0;5.4928876;47.0916479
|
|
||||||
;;;coworking_space;;Du 72 au 78;;;8235174822.0;2.2911428;48.8245089
|
|
||||||
;;;coworking_space;;Le Tremplin;;;8331986401.0;5.8839183;48.6754397
|
|
||||||
;;;coworking_space;;myWO;;;8361065417.0;4.8412226;45.7583148
|
|
||||||
;;;coworking_space;;La Pépinière numérique de Bellevue;;yes;8429949432.0;4.2709967;46.970174
|
|
||||||
;;;coworking_space;Regus;Regus;;;8436843594.0;1.9004501;47.9164887
|
|
||||||
;;;coworking_space;;Une pause ailleurs;;;8514888181.0;-0.367204;43.2962684
|
|
||||||
;;;coworking_space;;Double Clic;;;8571730237.0;6.2331896;43.562357
|
|
||||||
;;;coworking_space;;Wojo;;;8596010413.0;2.3737738;48.8286712
|
|
||||||
;;;coworking_space;;Krysalid;;;8635717717.0;4.8461081;45.7624191
|
|
||||||
;;;coworking_space;;;;;8671321428.0;5.7068662;46.8396528
|
|
||||||
;;;coworking_space;;Le Textile Lab;;;8709292436.0;4.8351163;45.770122
|
|
||||||
;;;coworking_space;;La Fabrique;;;8809538004.0;0.7264752;44.3057357
|
|
||||||
;;;coworking_space;;Smile Coworking;;;8837844796.0;-1.7264446;48.2048257
|
|
||||||
;;;coworking_space;;Taldea Coworking;;;8844793069.0;-1.4743412;43.4809042
|
|
||||||
;;;coworking_space;;Myflexoffice;;yes;8889320856.0;2.3538039;48.8635012
|
|
||||||
;;;coworking_space;;Myflexoffice;;limited;8889320866.0;2.3542181;48.8633717
|
|
||||||
;;;coworking_space;;Cro-Work-In;;yes;8979414849.0;7.7234428;48.5926854
|
|
||||||
;;;coworking_space;;LBA Centres d’Affaires;;;8983744280.0;4.8456638;47.0238811
|
|
||||||
;;;coworking_space;;La Théière;;;8989911718.0;1.1438091;42.9847536
|
|
||||||
;;;coworking_space;;Le tiers-lieu;;;9025068499.0;1.3802311;44.736179
|
|
||||||
;;;coworking_space;;Uto-Pic;;;9043795557.0;5.5416436;45.174891
|
|
||||||
;;;coworking_space;;Le Cube Coworking;;;9074289091.0;-1.1584867;45.3776973
|
|
||||||
;;;coworking_space;;Bonburo;;;9132119906.0;-2.7662471;47.6633055
|
|
||||||
;;;coworking_space;;Le Comptoir d'Éducation Populaire;;;9135537831.0;-0.4854766;43.8705218
|
|
||||||
;;;coworking_space;;;;yes;9148162826.0;2.4321163;48.7894644
|
|
||||||
;;;coworking_space;;Osokle;;;9160851439.0;-0.3680055;43.2959622
|
|
||||||
;;;coworking_space;;Le colibri;;;9179823533.0;2.3510901;48.8295902
|
|
||||||
;;;coworking_space;;;;yes;9183032718.0;2.4284791;48.6256775
|
|
||||||
;;;coworking_space;;TribuLAB;;;9199833162.0;0.6708795;46.0119463
|
|
||||||
;;;coworking_space;;Hiptown Euratech;;;9208100580.0;3.0221215;50.634012
|
|
||||||
;;;coworking_space;;La Fourmilière;;;9221344267.0;5.6345882;44.9163188
|
|
||||||
;;;coworking_space;;La Bulle d'Air;;;9245576068.0;2.4168782;48.5997989
|
|
||||||
;;;coworking_space;;Espace Gii;;;9280086876.0;2.301126;48.8328221
|
|
||||||
;;;coworking_space;;;;;9376510215.0;2.577108;44.3504537
|
|
||||||
;;;coworking_space;;Co-working Chambon;;;9376651799.0;4.3030009;45.06154
|
|
||||||
;;;coworking_space;;Hop'n work;;;9385714405.0;3.0305985;50.6528496
|
|
||||||
;;;coworking_space;;2B Coworking;;;9419921809.0;4.9755845;45.7108051
|
|
||||||
;;;coworking_space;;;;yes;9431693071.0;2.0574639;49.0629019
|
|
||||||
;;;coworking_space;;;;yes;9434276198.0;2.157355;48.9380057
|
|
||||||
;;;coworking_space;;L'Atelier Cail;;;9444408745.0;4.4075737;45.4400871
|
|
||||||
;;;coworking_space;;Ferme forestière de Louley;;;9465831048.0;-1.0857459;45.2245997
|
|
||||||
;;;coworking_space;;;;;9469292784.0;2.3091918;48.8338976
|
|
||||||
;;;coworking_space;;Alexis - Grand Est;;;9473530969.0;6.1676856;48.6672611
|
|
||||||
;;;coworking_space;;Startway;;yes;9502811511.0;5.0364442;47.3243724
|
|
||||||
;;;coworking_space;;Carré 34;;;9508101703.0;4.9386764;45.7534676
|
|
||||||
;;;coworking_space;;Café@work;;;9525448417.0;3.5177015;50.3619525
|
|
||||||
;;;coworking_space;;Espace La Clé;;;9537429472.0;6.2959544;45.7520447
|
|
||||||
;;;coworking_space;;Tiers-lieu du Porge;;;9547334577.0;-1.0923523;44.872409
|
|
||||||
;;;coworking_space;;L'Éclosoir - Cowork des Monts du Pilat;;;9560634409.0;4.5581966;45.2959932
|
|
||||||
;;;coworking_space;;Le Local;;;9566588029.0;-1.6598307;43.3875508
|
|
||||||
;;;coworking_space;;ChloroFeel;;;9597942892.0;4.9996082;45.7711098
|
|
||||||
;;;coworking_space;;Work&Station;;;9660992530.0;2.1844631;48.7997011
|
|
||||||
;;;coworking_space;;La ZUUT;;;9676513675.0;-1.7522549;48.5494983
|
|
||||||
;;;coworking_space;;La Boussole;;;9694831854.0;5.5525163;46.6748961
|
|
||||||
;;;coworking_space;;La grange café;;;9808590814.0;-2.756666;47.6588098
|
|
||||||
;;;coworking_space;;La maison;;;9879131527.0;1.4530865;43.5732602
|
|
||||||
;;;coworking_space;;;;yes;9890121328.0;2.6857043;48.2679072
|
|
||||||
;;;coworking_space;;El Capitan;;;9900097680.0;-0.4081357;48.7553727
|
|
||||||
;;;coworking_space;;Le KL’HUB;;;9903892636.0;-0.7502955;43.7504597
|
|
||||||
;;;coworking_space;;;;yes;9904186153.0;3.2501581;48.5134721
|
|
||||||
;;;coworking_space;;;;;9916959633.0;3.2201384;48.9738452
|
|
||||||
;;;coworking_space;;Université du Domicile;;;9939890127.0;0.0919789;48.4326133
|
|
||||||
;;;coworking_space;;La Kaftièr;;;9942119318.0;6.3433565;45.2779383
|
|
||||||
;;;coworking_space;;;;yes;9958919446.0;2.4114062;48.9439268
|
|
||||||
;;;coworking_space;;;;yes;9961229281.0;3.0125801;48.5613573
|
|
||||||
;;;coworking_space;;Coworking Pépinière Lutxi;;;9969492415.0;-1.2167027;43.1704352
|
|
||||||
;;;coworking_space;;;;;9992118712.0;-4.5215639;48.3826804
|
|
||||||
;;;coworking_space;;;;yes;9993044833.0;3.1256583;48.9507677
|
|
||||||
;;;coworking_space;;Wojo;;;9997195634.0;2.3218593;48.8388629
|
|
||||||
;;;coworking_space;;L'Essentiel Coworking;;;10013360935.0;4.860772;45.5108812
|
|
||||||
;;;coworking_space;;Cowork in Grenoble;;;10021419203.0;5.7334905;45.1933648
|
|
||||||
;;;coworking_space;;La Caserne;;;10027578120.0;0.3319286;46.5793685
|
|
||||||
;;;coworking_space;;La Cantine Numérique;;yes;10028938798.0;-1.5601598;47.2061599
|
|
||||||
;;;coworking_space;;MiniHub;;;10034687312.0;-1.2904623;47.0779808
|
|
||||||
;;;coworking_space;;La Cordée - Opéra;;;10053499205.0;4.8377618;45.7672643
|
|
||||||
;;;coworking_space;;Coworking O.D.A.C.E;;;10053895667.0;-0.8963098;43.2081622
|
|
||||||
;;;coworking_space;;Étincelle Coworking;;;10069523731.0;1.4459098;43.6054991
|
|
||||||
;;;coworking_space;;;;;10069991564.0;2.8736356;48.9570276
|
|
||||||
;;;coworking_space;;;;yes;10100595152.0;1.8155945;48.8025892
|
|
||||||
;;;coworking_space;;;;;10117018698.0;2.8106912;48.9030778
|
|
||||||
;;;coworking_space;;Tiers-lieu la Mouline;;;10128400859.0;1.2628873;44.7292201
|
|
||||||
;;;coworking_space;;;;yes;10130702649.0;1.8314375;48.6435961
|
|
||||||
;;;coworking_space;;flexwork;;no;10132948902.0;2.6069769;46.348652
|
|
||||||
;;;coworking_space;;Work&Co;;;10142773514.0;2.3696981;51.0261892
|
|
||||||
;;;coworking_space;;L'Alchimie;;;10159170986.0;2.8260918;49.4196416
|
|
||||||
;;;coworking_space;;L'Adelphe tiers-lieu;;;10168859822.0;-0.6539685;45.0286855
|
|
||||||
;;;coworking_space;;Le Cercle Pointu;;;10179139601.0;-0.7308668;47.2207287
|
|
||||||
;;;coworking_space;;La plage;;;10180132357.0;7.755201;48.5763897
|
|
||||||
;;;coworking_space;;;;;10180938112.0;-3.1591635;47.8348126
|
|
||||||
;;;coworking_space;;kappa R;;;10196754775.0;2.3237015;43.2132772
|
|
||||||
;;;coworking_space;;;;yes;10210202333.0;1.6026004;48.7959002
|
|
||||||
;;;coworking_space;;Officina 06;;;10245043960.0;4.3901662;45.4316923
|
|
||||||
;;;coworking_space;;Pura Vida;;;10276105035.0;-3.1588074;47.6156204
|
|
||||||
;;;coworking_space;;New Way Management;;;10288113457.0;7.0031351;43.6739247
|
|
||||||
;;;coworking_space;;L'Accordeur;;;10554546980.0;-52.3299441;4.9372887
|
|
||||||
;;;coworking_space;;Les ateliers partagés de l'estuaire;;yes;10609396691.0;-0.9549125;45.943386
|
|
||||||
;;;coworking_space;;La salle d'Ateliers du Passage;;;10681938799.0;-0.3690815;43.3008133
|
|
||||||
;;;coworking_space;;Bocal;;;10686416652.0;6.0180877;47.239762
|
|
||||||
;;;coworking_space;;Cowork'in Vienne;;;10702728183.0;4.8641737;45.5141753
|
|
||||||
;;;coworking_space;;Le Lab 2;;;10718397262.0;1.3103972;47.5923549
|
|
||||||
;;;coworking_space;;Morning;;;10805325063.0;2.3315008;48.8751374
|
|
||||||
;;;coworking_space;Le Pêle Coworking;Le Pêle Coworking;;yes;10806898942.0;6.4256416;45.9045089
|
|
||||||
;;;coworking_space;;Pilo;;yes;10844047842.0;4.8273553;45.7716297
|
|
||||||
;;;coworking_space;;Margaitaenea;;;10893039984.0;-1.2066233;43.4735758
|
|
||||||
;;;coworking_space;;;;;10893431745.0;6.0792146;44.5582494
|
|
||||||
;;;coworking_space;;;;;10971008611.0;-0.2137121;46.9764071
|
|
||||||
;;;coworking_space;;;;;11038112364.0;-0.437466;45.4385964
|
|
||||||
;;;coworking_space;;;;;11053126940.0;2.3140655;48.8622617
|
|
||||||
;;;coworking_space;;;;;11063469108.0;1.6731352;47.6562635
|
|
||||||
;;;coworking_space;;Lotus Bleu;;;11076581413.0;1.086924;49.4450338
|
|
||||||
;;;coworking_space;;Fabrico;;;11076803139.0;4.893651;44.9341849
|
|
||||||
;;;coworking_space;;La jardinerie coworking;;;11115907338.0;6.1201755;45.9012698
|
|
||||||
;;;coworking_space;;La Java;;;11119139509.0;-1.1402112;44.9992002
|
|
||||||
;;;coworking_space;;La Pourvoirie Créative;;;11119175859.0;-0.8364645;45.3080173
|
|
||||||
;;;coworking_space;;;;no;11125194376.0;2.3318455;48.6694494
|
|
||||||
;;;coworking_space;;Cambrousse;;;11132982107.0;5.0109729;47.4102664
|
|
||||||
;;;coworking_space;;morning;;;11144335261.0;2.3269751;48.8816739
|
|
||||||
;;;coworking_space;;Wework;;;11144335288.0;2.3275575;48.8805919
|
|
||||||
;;;coworking_space;;;;;11172013905.0;2.2715155;48.9804296
|
|
||||||
;;;coworking_space;;SEA;;;11200074246.0;-1.0623606;45.5592959
|
|
||||||
;;;coworking_space;;Start Way;;;11222743844.0;7.2606831;43.7033536
|
|
||||||
;;;coworking_space;;Poly gones;;;11231975516.0;4.8258016;45.7585811
|
|
||||||
;;;coworking_space;;Startway;;;11261802890.0;2.3279728;48.8417722
|
|
||||||
;;;coworking_space;;La Curiosité;;;11264778283.0;2.3431778;48.8412734
|
|
||||||
;;;coworking_space;;La Ruche;;;11288819458.0;-2.2720104;47.2596151
|
|
||||||
;;;coworking_space;;ICI Nantes - Make ICI - Ateliers Partagés;;;11323244485.0;-1.5378129;47.2260913
|
|
||||||
;;;coworking_space;;Charlie Coworking;;;11346476432.0;6.1729574;48.7018342
|
|
||||||
;;;coworking_space;;;;yes;11380008584.0;2.7287282;48.7454338
|
|
||||||
;;;coworking_space;;;;;11414542528.0;2.3764365;48.8447082
|
|
||||||
;;;coworking_space;;;;yes;11415392953.0;2.0124995;49.0487779
|
|
||||||
;;;coworking_space;;Les bureaux partagés;;;11508874302.0;3.5043451;43.6957243
|
|
||||||
;;;coworking_space;;Albert and Co;;;11595537866.0;2.7752991;50.2854482
|
|
||||||
;;;coworking_space;;HQ;;;11652348585.0;6.1739926;48.6903269
|
|
||||||
;;;coworking_space;;La Mijoteuse;;;11674024018.0;1.3399948;43.609513
|
|
||||||
;;;coworking_space;;Générateur9;;;11703386555.0;4.796605;45.7731592
|
|
||||||
;;;coworking_space;;La Fontaine Coworking;;;11724474392.0;0.6209228;44.2064971
|
|
||||||
;;;coworking_space;;Le Ioio;;;11761591581.0;6.0252733;47.2355776
|
|
||||||
;;;coworking_space;;Espace Coworking;;;11778579940.0;0.5946793;47.6037682
|
|
||||||
;;;coworking_space;;Patch Work;;;11783642825.0;2.3354021;48.8743704
|
|
||||||
;;;coworking_space;;Good Moods;;;11827091696.0;6.1320683;45.9178747
|
|
||||||
;;;coworking_space;;Moule à Gaufres;;;11836571952.0;1.9023806;47.9228675
|
|
||||||
;;;coworking_space;;La Factory Coworking Orleans;;;11836609927.0;1.9039474;47.9101578
|
|
||||||
;;;coworking_space;;Lab'O coworking;;;11836612997.0;1.8949813;47.8935229
|
|
||||||
;;;coworking_space;;Coworking Orléans;;;11836617315.0;1.9044643;47.9028483
|
|
||||||
;;;coworking_space;;Loco 24;;;11836671121.0;1.898728;47.9034594
|
|
||||||
;;;coworking_space;;L'Espace;;;11836708268.0;1.9059381;47.9044973
|
|
||||||
;;;coworking_space;;;;yes;11937475288.0;2.3130791;48.6531549
|
|
||||||
;;;coworking_space;;;;;11955543456.0;2.13446;48.7955888
|
|
||||||
;;;coworking_space;;Work & Station;;;11955579713.0;2.135848;48.7955187
|
|
||||||
;;;coworking_space;;KOMUNA collectif d'artisan.e.s;;;12025865023.0;4.707082;45.6785312
|
|
||||||
;;;coworking_space;;Citywork;;;12036432552.0;4.8342633;45.7622165
|
|
||||||
;;;coworking_space;;La Conciergerie Participative Eurêka;;;12061118323.0;3.9166859;43.6196344
|
|
||||||
;;;coworking_space;;Bastide Ikigaï;;;12099120487.0;5.4321869;43.5020578
|
|
||||||
;;;coworking_space;;Maison Hatier;;;12119164441.0;4.398438;45.4389919
|
|
||||||
;;;coworking_space;;Dis Vague;;;12126082224.0;-1.1496372;45.0747598
|
|
||||||
;;;coworking_space;;Les Casiers;;;12147642520.0;-3.1153841;47.5984624
|
|
||||||
;;;coworking_space;;CocoLéon;;;12174926516.0;-3.9204084;48.6642338
|
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -8780,7 +8780,7 @@ amenity;capacity;name;operator;wheelchair;id;latitude;longitude
|
|||||||
;2;;;;10067297504.0;4.9311554;45.7478406
|
;2;;;;10067297504.0;4.9311554;45.7478406
|
||||||
;2;;Freshmile SAS;;10068495383.0;1.3172649;43.3312332
|
;2;;Freshmile SAS;;10068495383.0;1.3172649;43.3312332
|
||||||
;2;;alizé;;10068658135.0;1.4503842;43.6039509
|
;2;;alizé;;10068658135.0;1.4503842;43.6039509
|
||||||
;4;;;;10069084922.0;-0.4805666;43.8913154
|
;;;;;10069084922.0;-0.4805666;43.8913154
|
||||||
;;;Izivia;;10069564005.0;4.9700049;45.7257534
|
;;;Izivia;;10069564005.0;4.9700049;45.7257534
|
||||||
;2;;SIEEN;;10072398688.0;2.926;47.4097267
|
;2;;SIEEN;;10072398688.0;2.926;47.4097267
|
||||||
;2;;Révéo;;10072469241.0;2.5708318;44.3638592
|
;2;;Révéo;;10072469241.0;2.5708318;44.3638592
|
||||||
@ -15114,7 +15114,6 @@ amenity;capacity;name;operator;wheelchair;id;latitude;longitude
|
|||||||
;2;;Communauté d’agglomération de l’Auxerrois;;12256429115.0;3.5496201;47.8502284
|
;2;;Communauté d’agglomération de l’Auxerrois;;12256429115.0;3.5496201;47.8502284
|
||||||
;2;;Communauté d’agglomération de l’Auxerrois;;12256429116.0;3.5496564;47.8501888
|
;2;;Communauté d’agglomération de l’Auxerrois;;12256429116.0;3.5496564;47.8501888
|
||||||
;2;;Communauté d’agglomération de l’Auxerrois;;12256429117.0;3.5497012;47.8500958
|
;2;;Communauté d’agglomération de l’Auxerrois;;12256429117.0;3.5497012;47.8500958
|
||||||
;3;;;;12257933467.0;6.6764072;43.402178
|
;;;;;12257933467.0;6.6764072;43.402178
|
||||||
;2;;la métropole mobilité;;12258060284.0;5.445624;43.5190996
|
;2;;la métropole mobilité;;12258060284.0;5.445624;43.5190996
|
||||||
;;;;;12258346802.0;-0.2348171;49.2494624
|
;;;;;12258346802.0;-0.2348171;49.2494624
|
||||||
;2;;;;12261076795.0;-1.1455784;45.7173746
|
|
||||||
|
Can't render this file because it is too large.
|
@ -129643,7 +129643,6 @@
|
|||||||
"type": "node",
|
"type": "node",
|
||||||
"id": 7338848875,
|
"id": 7338848875,
|
||||||
"tags": {
|
"tags": {
|
||||||
"access": "yes",
|
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station",
|
||||||
"capacity": "2",
|
"capacity": "2",
|
||||||
"fee": "yes",
|
"fee": "yes",
|
||||||
@ -241284,8 +241283,7 @@
|
|||||||
"id": 10069084922,
|
"id": 10069084922,
|
||||||
"tags": {
|
"tags": {
|
||||||
"access": "customers",
|
"access": "customers",
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station"
|
||||||
"capacity": "4"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"geometry": {
|
"geometry": {
|
||||||
@ -243760,7 +243758,6 @@
|
|||||||
"type": "node",
|
"type": "node",
|
||||||
"id": 10079718920,
|
"id": 10079718920,
|
||||||
"tags": {
|
"tags": {
|
||||||
"access": "yes",
|
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station",
|
||||||
"capacity": "2",
|
"capacity": "2",
|
||||||
"fee": "yes",
|
"fee": "yes",
|
||||||
@ -410362,7 +410359,6 @@
|
|||||||
"type": "node",
|
"type": "node",
|
||||||
"id": 12241464775,
|
"id": 12241464775,
|
||||||
"tags": {
|
"tags": {
|
||||||
"access": "yes",
|
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station",
|
||||||
"fee": "yes",
|
"fee": "yes",
|
||||||
"motorcar": "yes",
|
"motorcar": "yes",
|
||||||
@ -412016,8 +412012,7 @@
|
|||||||
"type": "node",
|
"type": "node",
|
||||||
"id": 12257933467,
|
"id": 12257933467,
|
||||||
"tags": {
|
"tags": {
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station"
|
||||||
"capacity": "3"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"geometry": {
|
"geometry": {
|
||||||
@ -412063,24 +412058,6 @@
|
|||||||
49.2494624
|
49.2494624
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "Feature",
|
|
||||||
"properties": {
|
|
||||||
"type": "node",
|
|
||||||
"id": 12261076795,
|
|
||||||
"tags": {
|
|
||||||
"amenity": "charging_station",
|
|
||||||
"capacity": "2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"geometry": {
|
|
||||||
"type": "Point",
|
|
||||||
"coordinates": [
|
|
||||||
-1.1455784,
|
|
||||||
45.7173746
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"version": 0.6,
|
"version": 0.6,
|
||||||
"generator": "Overpass API 0.7.62.1 084b4234",
|
"generator": "Overpass API 0.7.62.1 084b4234",
|
||||||
"osm3s": {
|
"osm3s": {
|
||||||
"timestamp_osm_base": "2024-10-18T13:32:59Z",
|
"timestamp_osm_base": "2024-10-18T09:32:01Z",
|
||||||
"timestamp_areas_base": "2024-10-08T10:29:11Z",
|
"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."
|
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
|
||||||
},
|
},
|
||||||
@ -92818,7 +92818,6 @@
|
|||||||
"lat": 50.0328780,
|
"lat": 50.0328780,
|
||||||
"lon": 1.3162452,
|
"lon": 1.3162452,
|
||||||
"tags": {
|
"tags": {
|
||||||
"access": "yes",
|
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station",
|
||||||
"capacity": "2",
|
"capacity": "2",
|
||||||
"fee": "yes",
|
"fee": "yes",
|
||||||
@ -171043,8 +171042,7 @@
|
|||||||
"lon": -0.4805666,
|
"lon": -0.4805666,
|
||||||
"tags": {
|
"tags": {
|
||||||
"access": "customers",
|
"access": "customers",
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station"
|
||||||
"capacity": "4"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -172783,7 +172781,6 @@
|
|||||||
"lat": 50.0329324,
|
"lat": 50.0329324,
|
||||||
"lon": 1.3162257,
|
"lon": 1.3162257,
|
||||||
"tags": {
|
"tags": {
|
||||||
"access": "yes",
|
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station",
|
||||||
"capacity": "2",
|
"capacity": "2",
|
||||||
"fee": "yes",
|
"fee": "yes",
|
||||||
@ -289913,7 +289910,6 @@
|
|||||||
"lat": 49.9715611,
|
"lat": 49.9715611,
|
||||||
"lon": 1.2056650,
|
"lon": 1.2056650,
|
||||||
"tags": {
|
"tags": {
|
||||||
"access": "yes",
|
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station",
|
||||||
"fee": "yes",
|
"fee": "yes",
|
||||||
"motorcar": "yes",
|
"motorcar": "yes",
|
||||||
@ -291103,8 +291099,7 @@
|
|||||||
"lat": 43.4021780,
|
"lat": 43.4021780,
|
||||||
"lon": 6.6764072,
|
"lon": 6.6764072,
|
||||||
"tags": {
|
"tags": {
|
||||||
"amenity": "charging_station",
|
"amenity": "charging_station"
|
||||||
"capacity": "3"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -291126,16 +291121,6 @@
|
|||||||
"tags": {
|
"tags": {
|
||||||
"amenity": "charging_station"
|
"amenity": "charging_station"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "node",
|
|
||||||
"id": 12261076795,
|
|
||||||
"lat": 45.7173746,
|
|
||||||
"lon": -1.1455784,
|
|
||||||
"tags": {
|
|
||||||
"amenity": "charging_station",
|
|
||||||
"capacity": "2"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -8,12 +8,24 @@ overpass_website="https://overpass-api.de/api/interpreter"
|
|||||||
|
|
||||||
output_file_name='irve_osm_latest'
|
output_file_name='irve_osm_latest'
|
||||||
|
|
||||||
|
bash ./get_datasets.sh
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
pwd
|
||||||
echo " - mapping du fichier IRVE publié par Etalab "
|
echo " - mapping du fichier IRVE publié par Etalab "
|
||||||
ts-node convert_to_osm_tags.ts --source="etalab_data/irve_bornes_recharge/latest.json" --output-file="_irve-latest-etalab.geojson"
|
ts-node convert_to_osm_tags.ts --source="etalab_data/irve_bornes_recharge/latest.json" --output-file="_irve-latest-etalab"
|
||||||
|
geojson2osm "$PWD/output/my_converted_data_set__irve-latest-etalab.json" > "$PWD/osm_output/bornes-irve-filetered_latest.osm"
|
||||||
|
|
||||||
|
# convert existing data
|
||||||
|
geojson2osm "$PWD/data_other/irve_osm_latest.geojson" > "$PWD/osm_output/osm-existing-bornes-irve.osm"
|
||||||
|
|
||||||
|
|
||||||
echo " - mapping des analyses Osmose sur l'item 8411 (charging_station)"
|
echo " - mapping des analyses Osmose sur l'item 8411 (charging_station)"
|
||||||
ts-node convert_to_osm_tags.ts --osmose=true --source="etalab_data/irve_bornes_recharge/osmose-item-irve-8411-intégrables.json" --output-file="irve-latest-osmose.geojson"
|
ts-node convert_to_osm_tags.ts --osmose=true --source="etalab_data/irve_bornes_recharge/osmose-item-irve-8411-intégrables.json" --jardinage --output-file="irve-latest-osmose"
|
||||||
|
geojson2osm "$PWD/output/my_converted_data_set__irve-latest-osmose.json" > "osm_output/my_converted_data_set__irve-latest-osmose.osm"
|
||||||
|
|
||||||
|
#ts-node convert_to_osm_tags.ts --osmose=true --engine=true --source="etalab_data/défibrillateurs/dae-osmose-8370.json" --output-file="_dae-osmose-8370-latest-osmose"
|
||||||
|
#geojson2osm "$PWD/output/my_converted_data_set__dae-osmose-8370-latest-osmose.json" > "osm_output/my_converted_data_set__dae-osmose-8370-latest-osmose.osm"
|
||||||
|
|
||||||
echo "fichier généré: $PWD/output/converted__irve-latest-etalab.json"
|
echo "fichier généré: $PWD/output/converted__irve-latest-etalab.json"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user