Hey,
I’m working on a NetLogo model where I’ve loaded a raster file as my base map, which represents land use (this works). Additionally, I loaded a polygon shapefile representing protected areas as well as a river shapefile (lines) using the GIS extension. I want each patch to know whether it is inside one of these protected areas or not or if it is a river or not. I read about apply-coverage, but I can't get it working. Also, this doesn't work for lines (the rivers), what other primitives do I need to use here?
Thanks a lot!