Skip to content

Commit e8b91ac

Browse files
author
Atma Mani
committed
Merge branch 'master' of github.com:Esri/arcgis-python-api
2 parents 14b6780 + 12bbae8 commit e8b91ac

18 files changed

+21822
-286
lines changed

guide/13-managing-arcgis-applications/configuring-location-tracking-and-track-views.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"[Location tracking](https://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-location-tracking.htm) is an organization-wide capability, providing the ability to record where users are and where they have been. Location tracking makes use of a feature service that stores tracked locations as point features in the scalable spatiotemporal big data store. The tracks are secure within the location tracking service: users only see their own tracks, with additional permissions required to view the tracks of others. The tracks can be used for situational awareness and for analysis to answer questions related to where users have been.\n",
2323
"\n",
24-
"[Tracker for ArcGIS](https://www.esri.com/en-us/arcgis/products/tracker-for-arcgis/overview) empowers location tracking, using two apps: the **Track Viewer web app** and the **Tracker for ArcGIS mobile app**. The Track Viewer web app enables administrators to create track views, defining who is tracked and who can view those tracks. The Tracker mobile app is optimized for tracking locations in the field, running in background while minimizing the impact on device battery. The mobile app records tracks whether or not there is a data connection, and gives mobile users control of when they are and aren't tracked.\n",
24+
"[ArcGIS Tracker](https://www.esri.com/en-us/arcgis/products/tracker-for-arcgis/overview) empowers location tracking, using two apps: the **Track Viewer web app** and the **ArcGIS Tracker mobile app**. The Track Viewer web app enables administrators to create track views, defining who is tracked and who can view those tracks. The Tracker mobile app is optimized for tracking locations in the field, running in background while minimizing the impact on device battery. The mobile app records tracks whether or not there is a data connection, and gives mobile users control of when they are and aren't tracked.\n",
2525
"\n",
2626
"The ArcGIS API for Python makes it easy to manage location tracking capability in an automated, repeatable, and scalable way."
2727
]
@@ -469,7 +469,7 @@
469469
"cell_type": "markdown",
470470
"metadata": {},
471471
"source": [
472-
"In order to sign into the Tracker mobile app and upload tracks, users must be provisioned a [Tracker for ArcGIS](https://www.esri.com/en-us/arcgis/products/tracker-for-arcgis/overview) License.\n",
472+
"In order to sign into the Tracker mobile app and upload tracks, users must be provisioned an [ArcGIS Tracker](https://www.esri.com/en-us/arcgis/products/tracker-for-arcgis/overview) License.\n",
473473
"\n",
474474
"We can see how many licenses are available and how many are assigned"
475475
]
@@ -529,15 +529,15 @@
529529
}
530530
],
531531
"source": [
532-
"tracker_license = gis.admin.license.get('Tracker for ArcGIS')\n",
532+
"tracker_license = gis.admin.license.get('ArcGIS Tracker')\n",
533533
"tracker_license.report"
534534
]
535535
},
536536
{
537537
"cell_type": "markdown",
538538
"metadata": {},
539539
"source": [
540-
"A Tracker for ArcGIS License can be assigned as follows"
540+
"An ArcGIS Tracker License can be assigned as follows"
541541
]
542542
},
543543
{
@@ -670,7 +670,7 @@
670670
"name": "python",
671671
"nbconvert_exporter": "python",
672672
"pygments_lexer": "ipython3",
673-
"version": "3.7.3"
673+
"version": "3.7.4"
674674
}
675675
},
676676
"nbformat": 4,

guide/13-managing-arcgis-applications/managing-workforce-for-arcgis-projects.ipynb renamed to guide/13-managing-arcgis-applications/managing-workforce-projects.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Managing Workforce for ArcGIS projects\n",
7+
"# Managing Workforce projects\n",
88
"\n",
9-
"[Workforce for ArcGIS](http://doc.arcgis.com/en/workforce/) is a mobile solution that uses the power of location-based decision making for better field workforce coordination and teamwork. It is composed of a web app used by project administrators and dispatchers in the office, and a mobile app used by mobile workers on their devices. Organizations using Workforce for ArcGIS get these benefits:\n",
9+
"[ArcGIS Workforce](http://doc.arcgis.com/en/workforce/) is a mobile solution that uses the power of location-based decision making for better field workforce coordination and teamwork. It is composed of a web app used by project administrators and dispatchers in the office, and a mobile app used by mobile workers on their devices. Organizations using ArcGIS Workforce get these benefits:\n",
1010
"\n",
1111
"- Everything you need on one device. Mobile workers can easily view and process work assignments, provide updates on work status, and inform others of their location, all from one device.\n",
1212
"\n",
@@ -574,7 +574,7 @@
574574
"name": "python",
575575
"nbconvert_exporter": "python",
576576
"pygments_lexer": "ipython3",
577-
"version": "3.6.1"
577+
"version": "3.7.4"
578578
}
579579
},
580580
"nbformat": 4,

0 commit comments

Comments
 (0)