Skip to content

ucd-cws/arcproject-wq-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcproject-wq-processing

Water Quality Processing Pipeline for Arc of Delta Fishes Project

Code Issues

Requires ArcGIS 10.4 or above or ArcGIS Pro 1.3 or above. ArcGIS 10.5 or ArcGIS Pro 2 and above recommended.

Building the installation package

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.

Installing the code

Installation and Usage Information