Visualization of this paper
Abstract :
We investigate the traffic flows of the Korean highway system, which contains both public and private transportation information. We find that the traffic flow
In blue, we can see the actual average traffic per day. In black we have the estimated traffic. Please aknowledge the fact that the precise value is not the point of the simualtion. The goal is to examine tendancies to check if the model might be close to reality. Moreover, for visualization puroposes, the width of the black ligne is not proportionnal to the real flow, but to T[i,j]^(0,7). The purpose of such a non-linear transformation is to avoid having massive flows covering the image or the inverse, not seeing any small-medium flows.
After making sure that your environnement check out the requirements, you can use the following commands :
from gravLawModel import GravLawModel
model = GravLawModel(country="your_country_name", iso_a3="your_country_isoa3_code")
model.flow_calculate()
model.save()
For now, real values are only available for France, but you can easily modify the code to plot those of another country, if you know where to find them of course.