Skip to content

Commit 650da50

Browse files
Merge remote-tracking branch 'origin/next' into tarun/locating-addresses
2 parents c3a3c27 + 0551c6a commit 650da50

7 files changed

+1911
-2146
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
"## Storing your credentials locally\n",
536536
"If you are signing in frequently to a particular GIS and would like to store the credentials locally on your computer, then you could do so using the `profile` parameter of your `GIS`.\n",
537537
"\n",
538-
"Persistent profiles for the GIS can be created by giving the GIS authorization credentials and specifying a profile name. The profile stores all of the authorization credentials (except the password) in the user’s home directory in an unencrypted config file named `.arcgisprofile.` The profile securely stores the password in an O.S. specific password manager through the [keyring](https://pypi.python.org/pypi/keyring) python module. (Note: Linux systems may need additional software installed and configured for proper security) Once a profile has been saved, passing the profile parameter by itself uses the authorization credentials saved in the configuration file/password manager by that profile name. Multiple profiles can be created and used in parallel.\n"
538+
"Persistent profiles for the GIS can be created by giving the GIS authorization credentials and specifying a profile name. The profile stores all of the authorization credentials (except the password) in the user’s home directory in an unencrypted config file named `.arcgisprofile.` The profile securely stores the password in an OS specific password manager through the [keyring](https://pypi.python.org/pypi/keyring) python module. (Note: Linux systems may need additional software installed and configured for proper security) Once a profile has been saved, passing the profile parameter by itself uses the authorization credentials saved in the configuration file/password manager by that profile name. Multiple profiles can be created and used in parallel.\n"
539539
]
540540
},
541541
{

guide/09-finding-places-with-geocoding/part3_finding_point_of_interests.ipynb

Lines changed: 835 additions & 1013 deletions
Large diffs are not rendered by default.

guide/09-finding-places-with-geocoding/part4_batch_geocoding.ipynb

Lines changed: 324 additions & 331 deletions
Large diffs are not rendered by default.

guide/14-deep-learning/feature_categorization.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)