Skip to content

Commit 68df597

Browse files
committed
quick edits
1 parent 7351a29 commit 68df597

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

labs/load_spatial_data_frame.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cell_type": "markdown",
2727
"metadata": {},
2828
"source": [
29-
"Log into ArcGIS Online by making a GIS connection using your developer account. Replace `username` and `password` with your own credentials"
29+
"Log into ArcGIS Online by making a GIS connection using your developer account. Replace `username` and `password` with your own credentials."
3030
]
3131
},
3232
{
@@ -50,7 +50,9 @@
5050
{
5151
"cell_type": "code",
5252
"execution_count": null,
53-
"metadata": {},
53+
"metadata": {
54+
"collapsed": true
55+
},
5456
"outputs": [],
5557
"source": [
5658
"feature_service_srch_results = gis.content.search(query='title: \"Griffith*\" AND type: \"Feature Service\"')\n",
@@ -67,7 +69,9 @@
6769
{
6870
"cell_type": "code",
6971
"execution_count": null,
70-
"metadata": {},
72+
"metadata": {
73+
"collapsed": true
74+
},
7175
"outputs": [],
7276
"source": [
7377
"feature_service_item = feature_service_srch_results[0]\n",
@@ -85,7 +89,9 @@
8589
{
8690
"cell_type": "code",
8791
"execution_count": null,
88-
"metadata": {},
92+
"metadata": {
93+
"collapsed": true
94+
},
8995
"outputs": [],
9096
"source": [
9197
"sdf = SpatialDataFrame.from_layer(feature_layer)\n",

0 commit comments

Comments
 (0)