Water Quality Processing Pipeline for Arc of Delta Fishes Project
Requires ArcGIS 10.4 or above or ArcGIS Pro 1.3 or above. ArcGIS 10.5 or ArcGIS Pro 2 and above recommended.
This section is for any future developers of this code base. If you just want to use these tools, skip to the section Installing the code.
The documentation on installing these tools refers to a zip file. These zip files are distributed as releases on this repository. The master branch includes the latest release-ready code, and the zip packages are built using the powershell script make_distribution.ps1 in this repository.
To start, clone the repository. Open up Powershell ISE on windows and navigate to the repository root folder in the console.
Edit make_distribution.ps1
to point line 8 to a Python interpreter with all dependencies installed (from requirements.txt).
Update line 17 to point to the distribution
folder of this repository and line 4 to be the location of the output
distribution zip file.
Then, run make_distribution.ps1
. It will generate a new file named distribution.zip in the same folder. This zip file
contains a compiled Python wheel, the setup script (user_setup.py) and the python toolbox and metadata files.