Skip to content

Commit 283dba1

Browse files
committed
Updated gis profile
Updates to GIS profile and part 3 per Atma's comments
1 parent 768c903 commit 283dba1

6 files changed

Lines changed: 6 additions & 1334 deletions

guide/16-geoenrichment-guides/part1_introduction_to_geoenrichment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"outputs": [],
129129
"source": [
130130
"# Create a GIS Connection\n",
131-
"gis = GIS(\"https://datascienceqa.esri.com/portal\", \"portaladmin\", \"esri.agp\", verify_cert=False)"
131+
"gis = GIS(profile='your_online_profile')"
132132
]
133133
},
134134
{

guide/16-geoenrichment-guides/part2_enrich_study_areas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"outputs": [],
7676
"source": [
7777
"# Create a GIS Connection\n",
78-
"gis = GIS(\"https://datascienceqa.esri.com/portal\", \"portaladmin\", \"esri.agp\", verify_cert=False)"
78+
"gis = GIS(profile='your_online_profile')"
7979
]
8080
},
8181
{

guide/16-geoenrichment-guides/part3_explore_named_areas.ipynb

Lines changed: 1 addition & 1328 deletions
Large diffs are not rendered by default.

guide/16-geoenrichment-guides/part4_enrich_collections_and_sedf.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"outputs": [],
7777
"source": [
7878
"# Create a GIS Connection\n",
79-
"gis = GIS(\"https://datascienceqa.esri.com/portal\", \"portaladmin\", \"esri.agp\", verify_cert=False)"
79+
"gis = GIS(profile='your_online_profile')"
8080
]
8181
},
8282
{

guide/16-geoenrichment-guides/part5_generate_reports.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"outputs": [],
4040
"source": [
4141
"# Create a GIS Connection\n",
42-
"gis = GIS(\"https://datascienceqa.esri.com/portal\", \"portaladmin\", \"esri.agp\", verify_cert=False)"
42+
"gis = GIS(profile='your_online_profile')"
4343
]
4444
},
4545
{
@@ -599,7 +599,6 @@
599599
]
600600
},
601601
{
602-
"attachments": {},
603602
"cell_type": "markdown",
604603
"metadata": {},
605604
"source": [

guide/16-geoenrichment-guides/part6_std_geo_query.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"outputs": [],
4040
"source": [
4141
"# Create a GIS Connection\n",
42-
"gis = GIS(\"https://datascienceqa.esri.com/portal\", \"portaladmin\", \"esri.agp\", verify_cert=False)"
42+
"gis = GIS(profile='your_online_profile')"
4343
]
4444
},
4545
{

0 commit comments

Comments
 (0)