File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 26
26
"cell_type" : " markdown" ,
27
27
"metadata" : {},
28
28
"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. "
30
30
]
31
31
},
32
32
{
50
50
{
51
51
"cell_type" : " code" ,
52
52
"execution_count" : null ,
53
- "metadata" : {},
53
+ "metadata" : {
54
+ "collapsed" : true
55
+ },
54
56
"outputs" : [],
55
57
"source" : [
56
58
" feature_service_srch_results = gis.content.search(query='title: \" Griffith*\" AND type: \" Feature Service\" ')\n " ,
67
69
{
68
70
"cell_type" : " code" ,
69
71
"execution_count" : null ,
70
- "metadata" : {},
72
+ "metadata" : {
73
+ "collapsed" : true
74
+ },
71
75
"outputs" : [],
72
76
"source" : [
73
77
" feature_service_item = feature_service_srch_results[0]\n " ,
85
89
{
86
90
"cell_type" : " code" ,
87
91
"execution_count" : null ,
88
- "metadata" : {},
92
+ "metadata" : {
93
+ "collapsed" : true
94
+ },
89
95
"outputs" : [],
90
96
"source" : [
91
97
" sdf = SpatialDataFrame.from_layer(feature_layer)\n " ,
You can’t perform that action at this time.
0 commit comments