My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
GISTutorialRoadTraffic14  
Updated Dec 2, 2011 by benoit.g...@gmail.com

summary Tutorial: Road traffic in a city



Introduction

This tutorial has for goal to present the use of GIS data and complex geometries. In particular, this tutorial shows how to load gis data, to agentify them and to use a network of polylines to constraint the movement of agents. All the files related to this tutorial (shapefiles and models) are available here.

The model built in this tutorial concerns the study of the road traffic in a small city. Two layers of GIS data are used: a road layer (polylines) and a building layer (polygons). The building GIS data contain an attribute: the 'NATURE' of each building: a building can be either 'Residential' or 'Industrial'. In this model, people agents are moving along the road network. Each morning, they are going to an industrial building to work, and each night they are coming back home. Each time a people agent takes a road, it wears it out. More a road is worn out, more a people agent takes time to go all over it. The town council is able to repair some roads.

Road_traffic_image

Road traffic in a city: model list

This tutorial is composed of 8 models. For each model we will present its purpose, an explicit formulation and the corresponding GAML code.

  1. Loading of GIS data (buildings and roads)
  2. Integration of people agents
  3. Movement of the people agents
  4. Definition of weight for the road network
  5. Dynamic update of the road network
  6. Definition of a chart display
  7. Automatic repair of roads
  8. Complex repair of roads

Sign in to add a comment
Powered by Google Project Hosting