The eradication of rodents is central to island restoration efforts and the aerial broadcast of rodenticide bait is the preferred dispersal method. To improve accuracy and expedite the evaluation of aerial operations, we developed an algorithm for the numerical estimation of rodenticide density (NERD). The NERD algorithm performs calculations with increased accuracy, displaying results almost in real-time. NERD describes the relationship between bait density, the mass flow rate of rodenticide through the bait bucket, and helicopter speed and produces maps of bait density on the ground. NERD also facilitates the planning of helicopter flight paths and allows for the instant identification of areas with low or high bait density.
pip install geci-nerd
You can explore the functionality of NERD through interactive Jupyter notebooks. These are the options to access the demonstration notebooks:
- Visit IslasGECI.org for an online Jupyter Notebook environment.
- View a static version on GitHub. Simply navigate to the "examples" folder.
- Alternatively, you can run the Jupyter notebooks locally using Docker. Follow the instructions below:
First, pull the latest demo image:
docker pull islasgeci/nerd_demo:latestThen, run the container:
docker run --detach --publish 8080:8888 --rm islasgeci/nerd_demoLastly, explore the Jupyter notebooks at http://localhost:8080/