Skip to content

Commit 9a0a3b2

Browse files
committed
add note for geoenrichment licensing and format changes in content pub sample
1 parent 2188090 commit 9a0a3b2

13 files changed

+292
-123
lines changed

guide/05-working-with-the-spatially-enabled-dataframe/part2_data_io_reading_data.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,6 +2826,13 @@
28262826
"</div>\n"
28272827
]
28282828
},
2829+
{
2830+
"cell_type": "markdown",
2831+
"metadata": {},
2832+
"source": [
2833+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
2834+
]
2835+
},
28292836
{
28302837
"cell_type": "code",
28312838
"execution_count": 51,

guide/12-enrich-data-with-thematic-information/part1_introduction_to_geoenrichment.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"The GeoEnrichment module provides a python interface for access the demographic data provided through Business Analyst to enrich study areas, access standard geographies, and create reports. Accessing standard geographies enables retrieving and enriching standard jurisdictional areas such as counties, postal (zip) codes or US Census Block Groups in the United States."
2121
]
2222
},
23+
{
24+
"cell_type": "markdown",
25+
"metadata": {},
26+
"source": [
27+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
28+
]
29+
},
2330
{
2431
"cell_type": "markdown",
2532
"metadata": {
@@ -1492,7 +1499,7 @@
14921499
"metadata": {
14931500
"anaconda-cloud": {},
14941501
"kernelspec": {
1495-
"display_name": "Python 3",
1502+
"display_name": "Python 3 (ipykernel)",
14961503
"language": "python",
14971504
"name": "python3"
14981505
},
@@ -1506,7 +1513,7 @@
15061513
"name": "python",
15071514
"nbconvert_exporter": "python",
15081515
"pygments_lexer": "ipython3",
1509-
"version": "3.9.11"
1516+
"version": "3.11.0"
15101517
},
15111518
"livereveal": {
15121519
"scroll": true

samples/02_power_users_developers/openstreetmap_exploration.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,13 @@
421421
"In addition to the useful GeoAccessor methods and properties we can access via a Data Frame, we may also pass a Data Frame to the [enrich()](https://developers.arcgis.com/python/api-reference/arcgis.geoenrichment.html#enrich) method to learn something useful about the area we are studying. Even before we fetch data from OpenStreetMap, it should be clear from the differences in population size, population density, and the study area being assessed, that any comparison between DC and Paris would not be fair. At the end of the notebook we will set up a solution to help us find a city that might be more comparable to Paris or DC."
422422
]
423423
},
424+
{
425+
"cell_type": "markdown",
426+
"metadata": {},
427+
"source": [
428+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
429+
]
430+
},
424431
{
425432
"cell_type": "code",
426433
"execution_count": 5,
@@ -1336,7 +1343,7 @@
13361343
"name": "python",
13371344
"nbconvert_exporter": "python",
13381345
"pygments_lexer": "ipython3",
1339-
"version": "3.9.16"
1346+
"version": "3.11.0"
13401347
},
13411348
"toc": {
13421349
"base_numbering": 1,
@@ -1365,5 +1372,5 @@
13651372
}
13661373
},
13671374
"nbformat": 4,
1368-
"nbformat_minor": 2
1375+
"nbformat_minor": 4
13691376
}

samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part2.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,13 @@
531531
"Are there demographic characteristics about the Clarksburg ZIP Code that contributed to its high growth? If so, are there other areas with those characteristics that may experience growth in the future? To answer these questions, you'll use the **Enrich Data** analysis tool. This tool adds demographic attributes of your choice to your data. Specifically, you'll add Tapestry information to each ZIP Code. <a href=\"https://doc.arcgis.com/en/esri-demographics/latest/regional-data/tapestry-segmentation.htm\">Tapestry</a> is a summary of many demographic and socioeconomic variables, including age groups and lifestyle choices. It'll teach you more about the types of people who live in your area of interest and help you better understand the reasons why growth happened where it did.\n"
532532
]
533533
},
534+
{
535+
"cell_type": "markdown",
536+
"metadata": {},
537+
"source": [
538+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
539+
]
540+
},
534541
{
535542
"cell_type": "markdown",
536543
"metadata": {},
@@ -909,7 +916,7 @@
909916
"name": "python",
910917
"nbconvert_exporter": "python",
911918
"pygments_lexer": "ipython3",
912-
"version": "3.11.8"
919+
"version": "3.11.0"
913920
},
914921
"toc": {
915922
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/analyzing_growth_factors_of_airbnb_properties_in_new_york_city.ipynb

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,13 @@
10791079
"The feature data is now created using selected demographics information for each tracts. This is accomplished accessing the geoenrichment services from Esri, which consists the latest census data. The entire data repository is first visualized, out of which the relevant variables are finalized from a literature study. These selected variables are searched for adding in the feature set."
10801080
]
10811081
},
1082+
{
1083+
"cell_type": "markdown",
1084+
"metadata": {},
1085+
"source": [
1086+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
1087+
]
1088+
},
10821089
{
10831090
"cell_type": "code",
10841091
"execution_count": 121,
@@ -10193,9 +10200,7 @@
1019310200
{
1019410201
"cell_type": "code",
1019510202
"execution_count": 190,
10196-
"metadata": {
10197-
"scrolled": false
10198-
},
10203+
"metadata": {},
1019910204
"outputs": [
1020010205
{
1020110206
"data": {
@@ -10827,9 +10832,9 @@
1082710832
"name": "python",
1082810833
"nbconvert_exporter": "python",
1082910834
"pygments_lexer": "ipython3",
10830-
"version": "3.11.9"
10835+
"version": "3.11.0"
1083110836
}
1083210837
},
1083310838
"nbformat": 4,
10834-
"nbformat_minor": 2
10839+
"nbformat_minor": 4
1083510840
}

samples/04_gis_analysts_data_scientists/analyzing_violent_crime.ipynb

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,13 @@
570570
"We will add analysis variables, i.e, poverty, to our layer. This will enrich our layer with the poverty data. "
571571
]
572572
},
573+
{
574+
"cell_type": "markdown",
575+
"metadata": {},
576+
"source": [
577+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
578+
]
579+
},
573580
{
574581
"cell_type": "code",
575582
"execution_count": 22,
@@ -663,9 +670,7 @@
663670
{
664671
"cell_type": "code",
665672
"execution_count": 26,
666-
"metadata": {
667-
"scrolled": false
668-
},
673+
"metadata": {},
669674
"outputs": [
670675
{
671676
"data": {
@@ -1362,7 +1367,7 @@
13621367
"notebookRuntimeVersion": "9.0"
13631368
},
13641369
"kernelspec": {
1365-
"display_name": "Python 3",
1370+
"display_name": "Python 3 (ipykernel)",
13661371
"language": "python",
13671372
"name": "python3"
13681373
},
@@ -1376,9 +1381,9 @@
13761381
"name": "python",
13771382
"nbconvert_exporter": "python",
13781383
"pygments_lexer": "ipython3",
1379-
"version": "3.7.9"
1384+
"version": "3.11.0"
13801385
}
13811386
},
13821387
"nbformat": 4,
1383-
"nbformat_minor": 2
1388+
"nbformat_minor": 4
13841389
}

samples/04_gis_analysts_data_scientists/california_wildfires_2017_thomas_fire_analysis.ipynb

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@
132132
{
133133
"cell_type": "markdown",
134134
"metadata": {
135-
"collapsed": true
135+
"collapsed": true,
136+
"jupyter": {
137+
"outputs_hidden": true
138+
}
136139
},
137140
"source": [
138141
"## Remote Sensing and Image Processing"
@@ -317,9 +320,7 @@
317320
{
318321
"cell_type": "code",
319322
"execution_count": 33,
320-
"metadata": {
321-
"scrolled": false
322-
},
323+
"metadata": {},
323324
"outputs": [
324325
{
325326
"data": {
@@ -798,6 +799,13 @@
798799
"### Age Pyramid of affected population"
799800
]
800801
},
802+
{
803+
"cell_type": "markdown",
804+
"metadata": {},
805+
"source": [
806+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
807+
]
808+
},
801809
{
802810
"cell_type": "code",
803811
"execution_count": null,
@@ -837,7 +845,7 @@
837845
"name": "python",
838846
"nbconvert_exporter": "python",
839847
"pygments_lexer": "ipython3",
840-
"version": "3.12.4"
848+
"version": "3.11.0"
841849
},
842850
"toc": {
843851
"base_numbering": 1,
@@ -854,5 +862,5 @@
854862
}
855863
},
856864
"nbformat": 4,
857-
"nbformat_minor": 2
865+
"nbformat_minor": 4
858866
}

samples/04_gis_analysts_data_scientists/designate_bike_routes_for_commuting_professionals.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,13 @@
15241524
"We will use the Enrich Layer tool to add population data to the clipped layer made in the previous step. "
15251525
]
15261526
},
1527+
{
1528+
"cell_type": "markdown",
1529+
"metadata": {},
1530+
"source": [
1531+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
1532+
]
1533+
},
15271534
{
15281535
"cell_type": "code",
15291536
"execution_count": null,

samples/04_gis_analysts_data_scientists/drive_time_analysis_for_opioid_epidemic.ipynb

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,8 +1166,20 @@
11661166
"cell_type": "markdown",
11671167
"metadata": {},
11681168
"source": [
1169-
"The 3 geo-enrichment factors that we will be including in this study are:\n",
1170-
"\n",
1169+
"The 3 geo-enrichment factors that we will be including in this study are:"
1170+
]
1171+
},
1172+
{
1173+
"cell_type": "markdown",
1174+
"metadata": {},
1175+
"source": [
1176+
"> **Note:** Organizations should review the [data attributions](https://www.esri.com/en-us/legal/terms/data-attributions) and [Master Agreement](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf) to make sure they are in compliance when geoenriching data and making it available to other systems."
1177+
]
1178+
},
1179+
{
1180+
"cell_type": "markdown",
1181+
"metadata": {},
1182+
"source": [
11711183
"> 1. 2017 Total Population (Analysis Variable - TOTPOP_CY)\n",
11721184
"> 2. 2017 Health Insurance (Analysis Variable - X8002_X)\n",
11731185
"> 3. 2017 Education : Bachelor's Degree (Analysis Variable - BACHDEG_CY)"
@@ -1627,7 +1639,7 @@
16271639
"name": "python",
16281640
"nbconvert_exporter": "python",
16291641
"pygments_lexer": "ipython3",
1630-
"version": "3.11.10"
1642+
"version": "3.11.0"
16311643
},
16321644
"toc": {
16331645
"base_numbering": 1,

0 commit comments

Comments
 (0)