Skip to content

Commit acfe1bc

Browse files
author
Atma Mani
authored
Merge pull request #709 from mohi9282/mohi9282-v1.8.1-minor-fixes
v1.8.1 minor fixes to samples. Looks good, thanks @mohi9282
2 parents cdef6c9 + b7e69a6 commit acfe1bc

10 files changed

+21
-21
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,13 +488,13 @@
488488
"* Fixes [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#prepare-data) errors when the training data was created with `Output No Feature Data` option checked\n",
489489
"* Fixes error with [`export_point_dataset()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#export-point-dataset) on [`PointCNN`]() when working with data that has non-contiguous classes\n",
490490
"* Fixes [`lr_find()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn.lr_find) and [`fit()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn.fit) functions when used with [`export_point_dataset()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#export-point-dataset) output created when `max_points` argument exceeds default\n",
491-
"* Fixes errors with [`RetinaNet.predict()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.RetinaNet.predict) on objects craeted with `resnet101` or `resnet152` backbones\n",
491+
"* Fixes errors with [`RetinaNet.predict()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.RetinaNet.predict) on objects created with `resnet101` or `resnet152` backbones\n",
492492
"* Fixes error with `show_results()` when using multispectral data\n",
493493
"* Multiple improvements to the [`predict_las()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.PointCNN.predict_las) function using the `PointCNN` model\n",
494494
" * preserves point cloud formatting and version of input and output\n",
495495
" * fixes output and messaging when `print_metrics` is `True`\n",
496496
" * fixes loss of information in the `las` file\n",
497-
"* Removes of 'non-zero' classcodes specific accuracy at completion of epoch when using [`PointCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn)\n",
497+
"* Removal of 'non-zero' classcodes specific accuracy at completion of epoch when using [`PointCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn)\n",
498498
"* Change default behavior of [`export_point_dataset( )`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#export-point-dataset) `extra_features` to empty"
499499
]
500500
},
@@ -2149,7 +2149,7 @@
21492149
"name": "python",
21502150
"nbconvert_exporter": "python",
21512151
"pygments_lexer": "ipython3",
2152-
"version": "3.6.8"
2152+
"version": "3.7.6"
21532153
},
21542154
"toc": {
21552155
"base_numbering": 1,

guide/03-the-gis/accessing-and-managing-users.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
"\n",
457457
"In addition to `role` that can be set, a `level` can be used to allocate accounts based on the privileges that members need. The level determines which privileges are available to the member. The enterprise offers two levels of membership. Level 1 membership is for members who only need privileges to **view** content, such as maps and apps, that has been shared with them through the organization, as well as join groups within the organization. Level 2 membership is for members who need to view, create, and share content and own groups, in addition to other tasks.\n",
458458
"\n",
459-
"A `user_type` determines the privileges that can be granted to a member. It affects the applications a user can use and actions they can perform in the organization. Learn more about the different values that `user_type` paramter can take [here](https://developers.arcgis.com/rest/enterprise-administration/portal/create-user.htm).\n",
459+
"A `user_type` determines the privileges that can be granted to a member. It affects the applications a user can use and actions they can perform in the organization. Learn more about the different values that `user_type` parameter can take [here](https://developers.arcgis.com/rest/enterprise-administration/portal/create-user.htm).\n",
460460
"\n",
461461
"\n",
462462
"Let us log in to an ArcGIS Enterprise and create some users:"

guide/03-the-gis/working-with-different-authentication-schemes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"source": [
315315
"### Web-tier authentication secured with IWA\n",
316316
"\n",
317-
"If your Enterprise is configured with the [ArcGIS Portal WebAdaptor for IIS on Microsoft's IIS Web Server and enabled for Windows Authentication with Kerberos or NTLM providers](https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/use-integrated-windows-authentication-with-your-portal.htm), you can omit passing in the username and password.. The ArcGIS API for Python is able to figure out when the GIS is using Windows authentication and picks the login credentials from the currently running process providing a seamless and secure login experience. \n",
317+
"If your Enterprise is configured with the [ArcGIS Portal WebAdaptor for IIS on Microsoft's IIS Web Server and enabled for Windows Authentication with Kerberos or NTLM providers](https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/use-integrated-windows-authentication-with-your-portal.htm), you can omit passing in the username and password. The ArcGIS API for Python is able to figure out when the GIS is using Windows authentication and picks the login credentials from the currently running process providing a seamless and secure login experience. \n",
318318
"\n",
319319
"> **Note:** SAML-compliant identity providers configured to use Kerberos or NTLM will not create this same seamless login experience.\n",
320320
"\n",
@@ -375,7 +375,7 @@
375375
"metadata": {},
376376
"source": [
377377
"##### Interactive Login Experience\n",
378-
"This uses interactive sign-in experience: you would be redirected to your organization's sign in page using the configured identity provider. Upon signing in, you would get a code, that you can paste back to complete the sign in process:"
378+
"This uses interactive sign-in experience: you would be redirected to your organization's sign-in page using the configured identity provider. Upon signing in, you would get a code that you can paste back to complete the sign-in process:"
379379
]
380380
},
381381
{
@@ -611,7 +611,7 @@
611611
"name": "python",
612612
"nbconvert_exporter": "python",
613613
"pygments_lexer": "ipython3",
614-
"version": "3.6.10"
614+
"version": "3.7.6"
615615
}
616616
},
617617
"nbformat": 4,

samples/03_org_administrators/clone_portal_users_groups_and_content.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"This sample notebook can be used for cloning a portal, from say, a staging to a production environment. It clones the users, groups and the content. It does not copy over services though, and works at the tier of portal items.\n",
1010
"\n",
11-
"**Note**: To user this notebook as a Python script, checkout the accompanying [SDK GitHub](https://github.com/Esri/arcgis-python-api) repository. Running this as a script from a Python IDE allows you to set breakpoints, debug and inspect the script when an exception is raised."
11+
"**Note**: To use this notebook as a Python script, check out the accompanying [SDK GitHub](https://github.com/Esri/arcgis-python-api) repository. Running this as a script from a Python IDE allows you to set breakpoints, debug, and inspect the script when an exception is raised."
1212
]
1313
},
1414
{
@@ -1477,7 +1477,7 @@
14771477
"name": "python",
14781478
"nbconvert_exporter": "python",
14791479
"pygments_lexer": "ipython3",
1480-
"version": "3.6.9"
1480+
"version": "3.7.6"
14811481
}
14821482
},
14831483
"nbformat": 4,

samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Data Visualization: Construction permits, part 1/2"
7+
"# Data Visualization - Construction permits, part 1/2"
88
]
99
},
1010
{
@@ -1862,7 +1862,7 @@
18621862
"name": "python",
18631863
"nbconvert_exporter": "python",
18641864
"pygments_lexer": "ipython3",
1865-
"version": "3.6.10"
1865+
"version": "3.7.6"
18661866
},
18671867
"toc": {
18681868
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Data Summarization: Construction permits, part 2/2"
7+
"# Data Summarization - Construction permits, part 2/2"
88
]
99
},
1010
{
@@ -1183,7 +1183,7 @@
11831183
"name": "python",
11841184
"nbconvert_exporter": "python",
11851185
"pygments_lexer": "ipython3",
1186-
"version": "3.6.10"
1186+
"version": "3.7.6"
11871187
},
11881188
"toc": {
11891189
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/calculate_post_fire_landslide_risk.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Raster Analytics: Calculate wildfire landslide risk"
7+
"# Raster Analytics - Calculate wildfire landslide risk"
88
]
99
},
1010
{
@@ -985,7 +985,7 @@
985985
"name": "python",
986986
"nbconvert_exporter": "python",
987987
"pygments_lexer": "ipython3",
988-
"version": "3.6.10"
988+
"version": "3.7.6"
989989
},
990990
"toc": {
991991
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/part1_prepare_hurricane_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Data Preparation: Hurricane analysis, part 1/3"
7+
"# Data Preparation - Hurricane analysis, part 1/3"
88
]
99
},
1010
{
@@ -4075,7 +4075,7 @@
40754075
"name": "python",
40764076
"nbconvert_exporter": "python",
40774077
"pygments_lexer": "ipython3",
4078-
"version": "3.6.10"
4078+
"version": "3.7.6"
40794079
},
40804080
"toc": {
40814081
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/part2_explore_hurricane_tracks.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Exploratory Statistics: Hurricane analysis, part 2/3"
7+
"# Exploratory Statistics - Hurricane analysis, part 2/3"
88
]
99
},
1010
{
@@ -2378,7 +2378,7 @@
23782378
"name": "python",
23792379
"nbconvert_exporter": "python",
23802380
"pygments_lexer": "ipython3",
2381-
"version": "3.6.10"
2381+
"version": "3.7.6"
23822382
},
23832383
"toc": {
23842384
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/part3_analyze_hurricane_tracks.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Correlation: Hurricane analysis, part 3/3"
7+
"# Correlation - Hurricane analysis, part 3/3"
88
]
99
},
1010
{
@@ -2570,7 +2570,7 @@
25702570
"name": "python",
25712571
"nbconvert_exporter": "python",
25722572
"pygments_lexer": "ipython3",
2573-
"version": "3.6.10"
2573+
"version": "3.7.6"
25742574
},
25752575
"toc": {
25762576
"base_numbering": 1,

0 commit comments

Comments
 (0)