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
Getting a value from a specific field in a .CSV file Add Comment Edit The code below can be used to retrieve a specific field in a .csv file. In my previous example, each row has 10 values(e.g. 1,1,1,1,4,2,2,2... 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