A set of Python scripts and notebooks to help administer and configure Workforce projects.
Several example Jupyter notebooks are provided to demonstrate some more advanced workflows that are possible via the ArcGIS API for Python and Workforce:
- 1 - Configuring a Project
- 2 - Importing Assignments
- 3 - Assigning Work
- 4 - Optimally Creating and Assigning Work Orders Based on Routes
Notebooks used for previous demos are also available:
In addition, we have uploaded our AGOL-compatible notebooks into a publicly accessible group of Hosted Notebooks in ArcGIS Online
Supports:
- Python 3.6+
- Python API for ArcGIS 1.8.3+
The Workforce team released a new version of the app supporting offline-enabled Projects in July 2020. To work with those projects in Python and deploy the corresponding scripts in this repo, users will need to update their version of the Python API to 1.8.3. This can be downloaded in Conda prior to 1.8.3's official release via:
conda install -c esri/label/prerelease -c esri arcgis
A set of Python scripts using the ArcGIS API for Python v1.8.3+. These scripts support Workforce in both ArcGIS Online and ArcGIS Enterprise.
Note that some may scripts may work with a Python API for ArcGIS version that is less than 1.8.3 but this cannot be guaranteed.
- Install ArcGIS API for Python package via Conda as described here.
- Clone or download this repository
- In terminal/cmd navigate to the
scripts
folder - Create Conda environment
- Install Anaconda
- Run
conda env create --file environment.yml
to create the virtual environment with the correct dependencies - Run
conda activate workforce-scripts
to activate the environment
- (Optional - dev only) Configure pre-commit to run flake8 linting on pushes
pre-commit install --hook-type pre-push
To run in ArcGIS Notebooks:
- Visit our AGOL Hosted Notebooks group
- Click on "Content"
- Choose a notebook you'd like
- Click on the thumbnail for "Open Notebook" to open in ArcGIS Notebooks
- ArcGIS API for Python
- Workforce for ArcGIS
- Usecases for the Workforce Python module
- Scheduling Workforce Python scripts with Windows Task Scheduler
- Scheduling Workforce Python scripts in Linux / MacOS
Although we do our best to ensure these scripts and notebooks work as expected, they are provided as is and there is no official support.
If you find a bug, please let us know by submitting an issue.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2020 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's LICENSE file.