Multiple agent placement in specific geographical location

Set up an input number of agents (turtles) at an input location (cell or patch) in an grid holding the input spatial data (map).

1
mention
5
contributors

What Multiple agent placement in specific geographical location can do for you

Set up an input number of agents (turtles) at an input location (cell or patch) in an grid holding the input spatial data (map).

Inputs

NameTypeDescription
map (spatial input data)png/bmp (grid or raster)image file containing the colour representation of spatial data (e.g. elevation). The example file attached ("world.png") was taken from the public repository associated to Romanowska, Wren, & Crabtree 2021 (https://github.com/SantaFeInstitute/ABMA/blob/master/ch1/ch1_map.png).
numberOfTurtlesintegernumber of agents (turtles) to be created
inputXintegerx coordinate of the desired/created agents’ location
inputYintegery coordinate of the desired/created agents’ location

Outputs

NameTypeDescription
agentsobject (agentset)agents initialised at input location
worldobject (world)world’s grid initialised with input spatial data
Language
  • NetLogo
Modelling
  • initialisation
Module type
  • Algorithm
Programming
  • Object-oriented
Keywords
No keywords available
License
</>Source code

Mentions

Contributors

IR
Iza Romanowska
CW
Colin D. Wren
SC
Stefani A. Cabtree

Member of community

NASSA

Related software

Out of Africa dispersal - Conditional isotropic diffusion

OU

A generalisation of a demic diffusion model, where a number of agents (turtles) are initialised at a given region in a given map, and then reproduce themselves at each time step with a certain probability and only if there is a free adjacent grid cell (patch). A reimplementation of the classical ...

Updated 1 hour ago
2 4