Introduction
These tutorials have for objective to present the GIS capacities of GAMA. In particular, we present how to load GIS data and to agentify them. In the same way, we present how to apply complex operations on geometries.
Tutorials
Two tutorials are available:
- Road traffic in a city: presents how to use a network of polylines as a background layer for other species of agents.
- Robot exploration: presents how to use a complex polygon as a background layer for other species of agents.
| |
| Road traffic in a city | Robot exploration |
Remark
In addition to these tutorials, GAMA provides a set of toy models that illustrate some of the GIS capacities of GAMA:
- evolution (models/evolution): illustrate some of the capacities of GAMA concerning the application of geometric operation (scaling, rotation, intersection, ...) of GAMA.
- network (models/demogis/models): illustrates the use of a pathfinder in the context of a network of polylines.
- triangulation (models/demogis/models): illustrates the triangulation operation and the use of a pathfinder in the context of a polygon.
- squareDiscretisation(models/demogis/models): illustrates the tesselation in squares and the use of a pathfinder in the context of a polygon.
- skeletonization (models/demogis/models): illustrates the skeletonization operation.