Skip to content

Individual based-model to determine which management option (buffers or corridors between ponds) is better for promoting the population of newts.

License

Notifications You must be signed in to change notification settings

FelixNoessler/Buffers-or-corridors-for-great-crested-newts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buffers or corridors for the great crested newts

This repository contains the NetLogo model code and also the code for analysing the model. The model can be found here. The simulation experiments and the sensitivity analysis are found in the folder model analysis.

model overview

Installation

In order to run the model NetLogo and a Python installation is needed. Additionally the Python packages scipy, numpy, scikit-image and shapely are required. Additionally, the NetLogo extensions shell and gis are required. Please keep the folder structure within /model otherwise the Python script for creating the landscape and the pcolor.asc cannot be found.

Under Ubuntu systems Python and the packages can be installed with:

sudo apt install python3
pip3 install scipy numpy shapely scikit-image

If Python is not installed in the global path, the NetLogo code have to be adjusted in order to find the Python installation.

Example from buffer scenario

model overview

Example from corridor scenario

model overview

MIT License

Copyright (c) 2021 Felix Nößler, Susanne Kohrs, Maximillian Hedt

About

Individual based-model to determine which management option (buffers or corridors between ponds) is better for promoting the population of newts.

Topics

Resources

License

Stars

Watchers

Forks