This document provides step-by-step instructions for installing and using the Geodiversity Tools toolbox in ArcGIS Pro.
- Open the project page on GitHub.
- Click Code → Download ZIP.
- Extract the ZIP file to a location of your choice (e.g.,
C:\GeodiversityTools).
You should now have a directory structure similar to:
GeodiversityTools/ ├── Docs/ ├── Scripts/ ├── Symbology/ ├── TestData/ ├── Toolbox/ │ └── GeodiversityTools.atbx └── README.md
-
Open ArcGIS Pro.
-
Open any project.
-
Go to the Catalog pane.
-
Right-click Toolboxes → Add Toolbox.
-
Browse to: ...\GeodiversityTools\Toolbox\GeodiversityTools.atbx
-
Confirm.
The toolbox will now appear in your Toolboxes list.
Tools may reference external Python script files located in: ...\GeodiversityTools\scripts\
If you move the repository, update script paths:
- Right-click a script .py file → Properties.
- Go to Execution.
- Update the Script File location.
- Save.
Run any tool (e.g., R_SD) on a sample DEM raster and polygon grid layer.
If you encounter an error:
- ensure that raster paths contain no special characters,
- check whether the path to the \GeodiversityTools folder is not too long,
- verify that the input data — including feature types and attribute field types — comply with the requirements of the tool,
- check that statistics, temporary, and raster folders are writable,
- after an unsuccessful tool run, check the geodatabase and the analytical grid attribute table for any remaining temporary intermediate feature classes or fields,
- check the messages generated by the tool during execution in ArcGIS Pro and address any issues encountered.
All tools use the default ArcGIS Pro Python environment (arcpy).
No additional installation is required.
To update to a newer version:
- Download the new version from GitHub.
- Replace old toolbox + scripts.
- Restart ArcGIS Pro.
For troubleshooting, refer to the Geodiversity Tools user guide GeodiversityTools.pdf.