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:
Supports:
- Python 3.5+
- Python API for ArcGIS 1.4.1+
A set of Python scripts using the ArcGIS API for Python v1.4.1+. These scripts support Workforce in both ArcGIS Online and ArcGIS Enterprise.
- Install ArcGIS API for Python package as described here.
- Clone or download this repository
- In terminal/cmd navigate to the
scripts
folder - Install arrow from PyPi using pip and the requirements.txt file (
pip install -r requirements.txt
) - You should now be able to run all scripts in the
scripts
folder (provided you use the correct arguments)
Find a bug or want to request a new feature? 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.