Skip to content

Commit 8ed3a72

Browse files
priyankatutejapriyankatuteja
andauthored
user feedback incorporated (#1154)
* user feedback incorporated * incorporated user comments * incorporated user comments * incorporated user comments * incorporated user comments Co-authored-by: priyankatuteja <[email protected]>
1 parent 3305137 commit 8ed3a72

File tree

8 files changed

+171
-174
lines changed

8 files changed

+171
-174
lines changed

guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 10 additions & 7 deletions
Large diffs are not rendered by default.

guide/03-the-gis/using-the-gis.ipynb

Lines changed: 141 additions & 138 deletions
Large diffs are not rendered by default.

guide/04-feature-data-and-analysis/appending-features.ipynb

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
},
1919
{
2020
"cell_type": "markdown",
21-
"metadata": {
22-
"heading_collapsed": true
23-
},
21+
"metadata": {},
2422
"source": [
2523
"* [Import the Libraries](#Import-Libraries)\n",
2624
"* [Make a GIS Connection](#Make-a-GIS-Connection)\n",
@@ -1468,34 +1466,34 @@
14681466
},
14691467
{
14701468
"cell_type": "code",
1471-
"execution_count": 52,
1469+
"execution_count": 1,
14721470
"metadata": {},
14731471
"outputs": [
14741472
{
14751473
"data": {
14761474
"text/html": [
14771475
"<div class=\"item_container\" style=\"height: auto; overflow: hidden; border: 1px solid #cfcfcf; border-radius: 2px; background: #f6fafa; line-height: 1.21429em; padding: 10px;\">\n",
14781476
" <div class=\"item_left\" style=\"width: 210px; float: left;\">\n",
1479-
" <a href='https://geosaurus.maps.arcgis.com/home/item.html?id=7f30d2a3ce0b4586b204289d1a2b7449' target='_blank'>\n",
1480-
" <img src='http://static.arcgis.com/images/desktopapp.png' class=\"itemThumbnail\">\n",
1477+
" <a href='https://www.arcgis.com/home/item.html?id=da04728cc11b4e0fa1ad2c5d2c0af90c' target='_blank'>\n",
1478+
" <img src='https://www.arcgis.com/sharing/rest//content/items/da04728cc11b4e0fa1ad2c5d2c0af90c/info/thumbnail/thumbnail.png' class=\"itemThumbnail\">\n",
14811479
" </a>\n",
14821480
" </div>\n",
14831481
"\n",
14841482
" <div class=\"item_right\" style=\"float: none; width: auto; overflow: hidden;\">\n",
1485-
" <a href='https://geosaurus.maps.arcgis.com/home/item.html?id=7f30d2a3ce0b4586b204289d1a2b7449' target='_blank'><b>world_boundaries_1558730141</b>\n",
1483+
" <a href='https://www.arcgis.com/home/item.html?id=da04728cc11b4e0fa1ad2c5d2c0af90c' target='_blank'><b>World Boundaries</b>\n",
14861484
" </a>\n",
1487-
" <br/><img src='https://geosaurus.maps.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/featureshosted16.png' style=\"vertical-align:middle;\">Feature Layer Collection by arcgis_python\n",
1488-
" <br/>Last Modified: May 24, 2019\n",
1489-
" <br/>0 comments, 0 views\n",
1485+
" <br/>Layer of boundaries for countries across the globe.<img src='https://www.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/featureshosted16.png' style=\"vertical-align:middle;\">Feature Layer Collection by api_data_owner\n",
1486+
" <br/>Last Modified: May 16, 2019\n",
1487+
" <br/>0 comments, 27 views\n",
14901488
" </div>\n",
14911489
" </div>\n",
14921490
" "
14931491
],
14941492
"text/plain": [
1495-
"<Item title:\"world_boundaries_1558730141\" type:Feature Layer Collection owner:arcgis_python>"
1493+
"<Item title:\"World Boundaries\" type:Feature Layer Collection owner:api_data_owner>"
14961494
]
14971495
},
1498-
"execution_count": 52,
1496+
"execution_count": 1,
14991497
"metadata": {},
15001498
"output_type": "execute_result"
15011499
}
@@ -3388,7 +3386,7 @@
33883386
"name": "python",
33893387
"nbconvert_exporter": "python",
33903388
"pygments_lexer": "ipython3",
3391-
"version": "3.6.8"
3389+
"version": "3.7.11"
33923390
},
33933391
"toc": {
33943392
"base_numbering": 1,
@@ -3406,4 +3404,4 @@
34063404
},
34073405
"nbformat": 4,
34083406
"nbformat_minor": 2
3409-
}
3407+
}

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,13 +1401,6 @@
14011401
"lyr = sdf.spatial.to_featurelayer('census_cities', folder='census')\n",
14021402
"lyr"
14031403
]
1404-
},
1405-
{
1406-
"cell_type": "code",
1407-
"execution_count": null,
1408-
"metadata": {},
1409-
"outputs": [],
1410-
"source": []
14111404
}
14121405
],
14131406
"metadata": {
@@ -1426,7 +1419,7 @@
14261419
"name": "python",
14271420
"nbconvert_exporter": "python",
14281421
"pygments_lexer": "ipython3",
1429-
"version": "3.6.8"
1422+
"version": "3.7.11"
14301423
}
14311424
},
14321425
"nbformat": 4,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@
12771277
"cell_type": "markdown",
12781278
"metadata": {},
12791279
"source": [
1280-
"In Part 1 of the geocoding guides, we have discussed what is geocoding, two ways to perform geocoding, how geocoding works, and the requirements and costs needed to perform geocoding. For advanced topics of geocoding, please go to <a href=\"part2_locate_addresses.ipynb\">Part 2</a> of the sequential guides."
1280+
"In Part 1 of the geocoding guides, we have discussed what is geocoding, two ways to perform geocoding, how geocoding works, and the requirements and costs needed to perform geocoding. For advanced topics of geocoding, please go to <a href=\"https://developers.arcgis.com/python/guide/part2-locating-addresses/\">Part 2</a> of the sequential guides."
12811281
]
12821282
}
12831283
],
@@ -1297,7 +1297,7 @@
12971297
"name": "python",
12981298
"nbconvert_exporter": "python",
12991299
"pygments_lexer": "ipython3",
1300-
"version": "3.7.10"
1300+
"version": "3.7.11"
13011301
},
13021302
"toc": {
13031303
"base_numbering": 1,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@
18861886
"source": [
18871887
"## Conclusions\n",
18881888
"\n",
1889-
"In Part 2, we have walked through various approaches of performing `geocode()` to locate addresses using single line address, or multi-field address, with or without advanced parameters. Next in <a href=\"./part3_finding_point_of_interests.ipynb\">Part 3</a>, we will talk about how to geocode point of interests."
1889+
"In Part 2, we have walked through various approaches of performing `geocode()` to locate addresses using single line address, or multi-field address, with or without advanced parameters. Next in <a href=\"https://developers.arcgis.com/python/guide/part3-finding-point-of-interests/\">Part 3</a>, we will talk about how to geocode point of interests."
18901890
]
18911891
}
18921892
],
@@ -1906,7 +1906,7 @@
19061906
"name": "python",
19071907
"nbconvert_exporter": "python",
19081908
"pygments_lexer": "ipython3",
1909-
"version": "3.7.10"
1909+
"version": "3.7.11"
19101910
},
19111911
"toc": {
19121912
"base_numbering": 1,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@
21802180
"name": "python",
21812181
"nbconvert_exporter": "python",
21822182
"pygments_lexer": "ipython3",
2183-
"version": "3.7.10"
2183+
"version": "3.7.11"
21842184
},
21852185
"toc": {
21862186
"base_numbering": 1,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"source": [
2424
"## Geocoders for `GIS` instances\n",
2525
" \n",
26-
"As previously mentioned in <a href=\"part1_what_is_geocoding.ipynb#How-geocoding-works?\">Part 1</a>, `Geocoders` are tools that can find spatial coordinates of addresses, business names, places of interest and so on, and output points that can be visualized on a map, inserted as stops for a route, or loaded as input for spatial analysis. `Geocoders` can also used to generate batch results for a set of addresses, as well as for reverse geocoding, the process of determining the address at a particular x/y location.\n",
26+
"As previously mentioned in <a href=\"https://developers.arcgis.com/python/guide/part1-what-is-geocoding/\">Part 1</a>, `Geocoders` are tools that can find spatial coordinates of addresses, business names, places of interest and so on, and output points that can be visualized on a map, inserted as stops for a route, or loaded as input for spatial analysis. `Geocoders` can also used to generate batch results for a set of addresses, as well as for reverse geocoding, the process of determining the address at a particular x/y location.\n",
2727
"\n",
2828
"Geocoders can come from many sources, e.g. Esri, Google Maps, and Epi Info 7.2, with various advantages and disadvantages with regard to ease of use, exporting maps, and the ability to geocode addresses outside of the United States. Keep in mind that geocoders are not always precise. Approximate latitudes and longitudes can be found for most addresses, especially in urban areas, but the exact latitude and longitude can vary by a few decimal points depending on which geocoder you use. \n",
2929
"\n",
@@ -903,7 +903,7 @@
903903
"name": "python",
904904
"nbconvert_exporter": "python",
905905
"pygments_lexer": "ipython3",
906-
"version": "3.7.10"
906+
"version": "3.7.11"
907907
},
908908
"toc": {
909909
"base_numbering": 1,

0 commit comments

Comments
 (0)