I am new to Netlogo, but want to use it for my next ABM. However I can't find any information on the ability of Netlogo to use 2D time series as drivers for the turtles. I know that Netlogo can use static information like bathymetry, but what about temperatures and spatial changes in temperature over time?
Can anyone point me in the right direction or describe if this functionality is present.
Edit: To expand on the issue. If I want a turtle to respond to rainfall, and I have a file with spatial information on the hourly rain fall, like a weather map, that changes in time and space. How would I go about loading this file? And if this is possible, which file types would be usable?