up extractions geojson
This commit is contained in:
parent
9c077791dc
commit
72c4b5568f
@ -1,2 +1,8 @@
|
||||
# Les extracteurs
|
||||
Ces scripts permettent de récupérer des données sous licence ODBL depuis openstreetmap.
|
||||
ils se trouvent dans mappings/extractors.
|
||||
|
||||
On peut les exécuter tous à la suite avec le script `run_all_extractors.sh`
|
||||
```shell
|
||||
bash update_scripts/run_all_extractors.sh
|
||||
```
|
||||
|
@ -2,7 +2,7 @@
|
||||
"version": 0.6,
|
||||
"generator": "Overpass API 0.7.62.1 084b4234",
|
||||
"osm3s": {
|
||||
"timestamp_osm_base": "2024-10-17T10:05:12Z",
|
||||
"timestamp_osm_base": "2024-10-17T11:30:28Z",
|
||||
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
|
||||
},
|
||||
"elements": [
|
||||
|
@ -2,8 +2,8 @@
|
||||
"version": 0.6,
|
||||
"generator": "Overpass API 0.7.62.1 084b4234",
|
||||
"osm3s": {
|
||||
"timestamp_osm_base": "2024-10-17T10:01:02Z",
|
||||
"timestamp_areas_base": "2024-10-09T00:21:11Z",
|
||||
"timestamp_osm_base": "2024-10-17T11:35:46Z",
|
||||
"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": [
|
||||
@ -291114,5 +291114,5 @@
|
||||
}
|
||||
|
||||
],
|
||||
"remark": "runtime error: Query timed out in \"print\" at line 4 after 35 seconds."
|
||||
"remark": "runtime error: Query timed out in \"print\" at line 4 after 26 seconds."
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
"version": 0.6,
|
||||
"generator": "Overpass API 0.7.62.1 084b4234",
|
||||
"osm3s": {
|
||||
"timestamp_osm_base": "2024-10-17T10:09:21Z",
|
||||
"timestamp_areas_base": "2024-10-09T00:21:11Z",
|
||||
"timestamp_osm_base": "2024-10-17T11:32:41Z",
|
||||
"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": [
|
||||
@ -38613,5 +38613,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
],
|
||||
"remark": "runtime error: Query timed out in \"print\" at line 4 after 26 seconds."
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
"version": 0.6,
|
||||
"generator": "Overpass API 0.7.62.1 084b4234",
|
||||
"osm3s": {
|
||||
"timestamp_osm_base": "2024-10-17T09:54:55Z",
|
||||
"timestamp_areas_base": "2024-10-09T00:21:11Z",
|
||||
"timestamp_osm_base": "2024-10-17T11:36:46Z",
|
||||
"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": [
|
||||
@ -600981,6 +600981,35 @@
|
||||
"surveillance:type": "camera",
|
||||
"surveillance:zone": "traffic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 12258055469,
|
||||
"lat": 48.9596764,
|
||||
"lon": 0.9268656,
|
||||
"tags": {
|
||||
"camera:direction": "350",
|
||||
"camera:mount": "pole",
|
||||
"camera:type": "fixed",
|
||||
"man_made": "surveillance",
|
||||
"surveillance": "traffic",
|
||||
"surveillance:type": "camera",
|
||||
"surveillance:zone": "traffic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"id": 12258055471,
|
||||
"lat": 48.9596739,
|
||||
"lon": 0.9268659,
|
||||
"tags": {
|
||||
"camera:direction": "190",
|
||||
"camera:type": "fixed",
|
||||
"man_made": "surveillance",
|
||||
"surveillance": "traffic",
|
||||
"surveillance:type": "camera",
|
||||
"surveillance:zone": "traffic"
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user