hop
This commit is contained in:
parent
1e7dba294a
commit
816435b005
@ -11,6 +11,10 @@ Pour récupérer le jeu de données pour les bornes elec et convertir le geojson
|
||||
```bash
|
||||
bash refresh_data.sh
|
||||
```
|
||||
|
||||
Export depuis overpass turbo dans OSM
|
||||
https://overpass-turbo.eu/s/1yhY
|
||||
|
||||
## config
|
||||
Configurer le filtre de département et les autres options dans convert_to_osm_tags.ts.
|
||||
|
||||
|
204423
mapping_geojson_to_osm_tags/data_other/export.json
Normal file
204423
mapping_geojson_to_osm_tags/data_other/export.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -76,12 +76,12 @@ const MappingIRVE: MappingConfigType = {
|
||||
"Non accessible": {
|
||||
value_converted: "no"
|
||||
},
|
||||
"Mo-Fr 08:30-12:00,Mo-Fr 14:00-19:00,Sat 09:00-18:30": {
|
||||
value_converted: "Mo-Fr 08:30-12:00,Mo-Fr 14:00-19:00,Sat 09:00-18:30"
|
||||
},
|
||||
"24/7": {
|
||||
value_converted: ""
|
||||
}
|
||||
// "Mo-Fr 08:30-12:00,Mo-Fr 14:00-19:00,Sat 09:00-18:30": {
|
||||
// value_converted: "Mo-Fr 08:30-12:00,Mo-Fr 14:00-19:00,Sat 09:00-18:30"
|
||||
// },
|
||||
// "24/7": {
|
||||
// value_converted: ""
|
||||
// }
|
||||
|
||||
// choix:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# get the updated geojson
|
||||
#wget https://www.data.gouv.fr/fr/datasets/r/7eee8f09-5d1b-4f48-a304-5e99e8da1e26 -P ./etalab_data -O latest.json
|
||||
wget https://www.data.gouv.fr/fr/datasets/r/7eee8f09-5d1b-4f48-a304-5e99e8da1e26 -P ./etalab_data -O all.json
|
||||
# https://www.data.gouv.fr/fr/datasets/r/8d9398ae-3037-48b2-be19-412c24561fbb pour le jeu de données irve schema v2, non utilisé dans ce script
|
||||
# filter its tags
|
||||
nvm use stable
|
||||
|
Loading…
Reference in New Issue
Block a user