mirror of
https://forge.chapril.org/tykayn/parking-land
synced 2025-06-20 01:44:42 +02:00
generate map with folium
This commit is contained in:
parent
2399302e4e
commit
8cb321a9c8
23 changed files with 115808 additions and 80 deletions
40
test_data.json
Normal file
40
test_data.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"city_name": "Ville Test",
|
||||
"longueur_route_km": 228.33,
|
||||
"road_cycleway_km": 12.5,
|
||||
"compte_highways": 3530,
|
||||
"surface_route_km2": 1.59,
|
||||
"building_count": 2516,
|
||||
"building_area": 2.65,
|
||||
"building_sizes": [
|
||||
0,
|
||||
10,
|
||||
50,
|
||||
100,
|
||||
200,
|
||||
500,
|
||||
Infinity
|
||||
],
|
||||
"building_size_counts": [
|
||||
120,
|
||||
450,
|
||||
780,
|
||||
650,
|
||||
400,
|
||||
116
|
||||
],
|
||||
"compte_piste_cyclable": 42,
|
||||
"car_parking_capacity_provided": 491,
|
||||
"roundabout_count": 12,
|
||||
"mini_roundabout_count": 5,
|
||||
"surface_parking_km2": 0.35,
|
||||
"surface_bicycle_parking_km2": 0.042,
|
||||
"parking_with_capacity_count": 43,
|
||||
"capacity_bicycle_parking_provided": 125,
|
||||
"bicycle_parking_surface_from_capacity_provided_in_m2": 250,
|
||||
"charging_stations": 14,
|
||||
"charging_stations_with_capacity_count": 12,
|
||||
"charging_stations_capacity_provided": 28,
|
||||
"charging_points": 32,
|
||||
"date_generation": "16/03/2025 12:35:11"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue