abstreet/importer/config/br/sao_paulo/cfg.json
Dustin Carlino d1a7ae4418 Start importing a piece of Sao Paulo for a collaboration.
No elevation data until the next big round of regeneration; having
trouble getting Docker set up on my resurrected machine.
2021-07-06 10:57:53 -07:00

17 lines
442 B
JSON

{
"osm_url": "https://download.geofabrik.de/south-america/brazil/sudeste-latest.osm.pbf",
"map_config": {
"driving_side": "Right",
"bikes_can_use_bus_lanes": true,
"inferred_sidewalks": true,
"street_parking_spot_length": 80000
},
"onstreet_parking": "JustOSM",
"public_offstreet_parking": "None",
"private_offstreet_parking": {
"FixedPerBldg": 10
},
"include_railroads": true,
"extra_buildings": null
}