Loading GIS and CSV Data to the Model 1 Comment Edit This is my second post on the NetLogo GIS extension. The GIS map below shows the villages along with the turtle agents that belong to each ... Read More
Writing Data to a Text File Add Comment Edit Sometimes, I want to load the same set of turtles and data to my model. To keep it handy for me, I created the writeData procedure wh... Read More
Connecting or Linking Turtles from a CSV File 2 Comments Edit I have worked on a small social network model which uses an external file that contains all the information related to the person agents suc... Read More
Reading from .CSV file 5 Comments Edit I've been working on a project that involves rows of household community data. The records are stored in an Excel file which I conver... Read More
Loading Shapefile (.SHP) to NetLogo 5 Comments Edit Adding GIS data to your NetLogo model is useful when you want to create visualizations of spatial data. The NetLogo GIS extension can hand... Read More