Skip to content

Commit c8a6819

Browse files
author
pri10421
committed
updated changes
1 parent 2167cb1 commit c8a6819

4 files changed

Lines changed: 125 additions & 164 deletions

samples/04_gis_analysts_data_scientists/analyze_new_york_city_taxi_data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
}
414414
],
415415
"source": [
416-
"bigdata_fileshares = datastores.search(id='4f498adb-8e5a-4b7e-96d1-9accacb26a50')\n",
416+
"bigdata_fileshares = datastores.search(id='0e7a861d-c1c5-4acc-869d-05d2cebbdbee')\n",
417417
"bigdata_fileshares"
418418
]
419419
},

samples/04_gis_analysts_data_scientists/creating_hurricane_tracks_using_geoanalytics.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
],
8484
"source": [
85-
"subset_map = arcgis_online.map(\"USA\")\n",
85+
"subset_map = gis.map(\"USA\")\n",
8686
"subset_map"
8787
]
8888
},
@@ -380,7 +380,7 @@
380380
"import arcgis\n",
381381
"datastores = arcgis.geoanalytics.get_datastores()\n",
382382
"\n",
383-
"bigdata_fileshares = datastores.search()\n",
383+
"bigdata_fileshares = datastores.search(id='a215eebc-1bab-42d5-9aa0-45fe2549ba55')\n",
384384
"bigdata_fileshares"
385385
]
386386
},
@@ -397,7 +397,7 @@
397397
"metadata": {},
398398
"outputs": [],
399399
"source": [
400-
"data_item = bigdata_fileshares[4]"
400+
"data_item = bigdata_fileshares[0]"
401401
]
402402
},
403403
{
@@ -585,7 +585,8 @@
585585
},
586586
"outputs": [],
587587
"source": [
588-
"from arcgis.geoanalytics.summarize_data import reconstruct_tracks"
588+
"from arcgis.geoanalytics.summarize_data import reconstruct_tracks\n",
589+
"from datetime import datetime as dt"
589590
]
590591
},
591592
{
@@ -604,7 +605,7 @@
604605
"source": [
605606
"agg_result = reconstruct_tracks(years_50, \n",
606607
" track_fields='Serial_Num',\n",
607-
" output_name='construct tracks test')"
608+
" output_name='construct tracks test' + str(dt.now().microsecond))"
608609
]
609610
},
610611
{

samples/04_gis_analysts_data_scientists/crime_analysis_and_clustering_using_geoanalytics_and_pyspark.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
}
256256
],
257257
"source": [
258-
"bigdata_fileshares = bigdata_datastore_manager.search(id='4f498adb-8e5a-4b7e-96d1-9accacb26a50')\n",
258+
"bigdata_fileshares = bigdata_datastore_manager.search(id='0e7a861d-c1c5-4acc-869d-05d2cebbdbee')\n",
259259
"bigdata_fileshares"
260260
]
261261
},

0 commit comments

Comments
 (0)