12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "defaults": {
- "rules": {
- "cached": "rules.json"
- },
- "network": {
- "user_class_purposes": [
- [
- "HBWork",
- "HBEmployerBusiness",
- "HBEducation",
- "HBShopping",
- "HBPersonalBusiness",
- "HBRecSocial",
- "HBFriendsRelatives",
- "HBHoliday"
- ]
- ]
- },
- "demand": {
- "args": {
- "filetype": "ufm"
- }
- },
- "solution": {
- "args": {
- "filetype": "ufs"
- }
- },
- "audit": {
- "cached": "audit.json"
- },
- "sectors": {
- "cached": "sector_system_physical_boundaries.json"
- },
- "overlays": {
- "cached": "mapbox-styles.json"
- },
- "time_period": "IP"
- },
- "variants": {
- "x1congestion": {
- "network": {
- "file": "Exmouth_Network.dat",
- "gis-file": "Exmouth_Network.gis"
- },
- "solution": {
- "file": "Exmouth_Network.UFS"
- },
- "demand": {
- "file": "ExmouthRandMatrix.UFM"
- },
- "time_period": "IP"
- },
- "x3congestion": {
- "network": {
- "file": "Exmouth_Network_x3Congestion.dat",
- "gis-file": "Exmouth_Network.gis"
- },
- "solution": {
- "file": "Exmouth_Network_x3Congestion.UFS"
- },
- "demand": {
- "file": "ExmouthRandMatrix_x3Congestion.UFM"
- },
- "time_period": "IP"
- },
- "x5congestion": {
- "network": {
- "file": "Exmouth_Network_x5Congestion.dat",
- "gis-file": "Exmouth_Network.gis"
- },
- "solution": {
- "file": "Exmouth_Network_x5Congestion.UFS"
- },
- "demand": {
- "file": "ExmouthRandMatrix_x5Congestion.UFM"
- },
- "time_period": "IP"
- }
- }
- }
|