Skip to content

Commit d5bdebd

Browse files
authored
Merge pull request #2061 from Esri/updating-item-ids
update item ids and urls in samples
2 parents be229f5 + 7b9a4f5 commit d5bdebd

File tree

25 files changed

+258
-236
lines changed

25 files changed

+258
-236
lines changed

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

Lines changed: 56 additions & 46 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 81 additions & 74 deletions
Large diffs are not rendered by default.

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

Lines changed: 30 additions & 25 deletions
Large diffs are not rendered by default.

guide/06-imagery-and-raster-analysis/image_classfication_and_segmentation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,13 +516,13 @@
516516
"text/html": [
517517
"<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",
518518
" <div class=\"item_left\" style=\"width: 210px; float: left;\">\n",
519-
" <a href='https://pythonapi.playground.esri.com/portal/home/item.html?id=2dde2215c7c84c15bd9cb4d9d92fc7b6' target='_blank'>\n",
519+
" <a href='https://pythonapi.playground.esri.com/portal/home/item.html?id=79ee8e5a8fe546f4a4ea869eebb375be' target='_blank'>\n",
520520
" <img src='https://pythonapi.playground.esri.com/portal/portalimages/desktopapp.png' class=\"itemThumbnail\">\n",
521521
" </a>\n",
522522
" </div>\n",
523523
"\n",
524524
" <div class=\"item_right\" style=\"float: none; width: auto; overflow: hidden;\">\n",
525-
" <a href='https://pythonapi.playground.esri.com/portal/home/item.html?id=2dde2215c7c84c15bd9cb4d9d92fc7b6' target='_blank'><b>landsat_pviot_345_8bit</b>\n",
525+
" <a href='https://pythonapi.playground.esri.com/portal/home/item.html?id=79ee8e5a8fe546f4a4ea869eebb375be' target='_blank'><b>landsat_pviot_345_8bit</b>\n",
526526
" </a>\n",
527527
" <br/>segment<img src='https://pythonapi.playground.esri.com/portal/home/js/jsapi/esri/css/images/item_type_icons/imagery16.png' style=\"vertical-align:middle;\">Imagery Layer by api_data_owner\n",
528528
" <br/>Last Modified: August 08, 2019\n",

guide/06-imagery-and-raster-analysis/using-raster-analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
}
152152
],
153153
"source": [
154-
"montana_landsat = portal.content.search(\"ImgSrv_Landast_Montana2015\")[0].layers[0]\n",
154+
"montana_landsat = portal.content.search(\"ImgSrv_Landsat_Montana_2015\")[0].layers[0]\n",
155155
"montana_landsat"
156156
]
157157
},

guide/10-mapping-and-visualization/part3_visualizing_spatial_data_on_the_map_widget.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

guide/10-mapping-and-visualization/part5_saving_updating_and_embedding_map_widget.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

land_parcel_extraction_using_edge_detection_deep_learning_model.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"metadata": {},
123123
"outputs": [],
124124
"source": [
125-
"training_area_raster = gis.content.get('8202ffe4fcaf4ba9bfefe2154f98e7b8')\n",
125+
"training_area_raster = gis.content.get('4f9d56b58e354aac9ed043355a4fa870')\n",
126126
"training_area_raster"
127127
]
128128
},
@@ -1154,7 +1154,7 @@
11541154
"metadata": {},
11551155
"outputs": [],
11561156
"source": [
1157-
"test_area_raster = gis.content.get('481f2ba520274f0fabfe470d2c8def39')\n",
1157+
"test_area_raster = gis.content.get('ed2951a19296485d9334460f343c5a0c')\n",
11581158
"test_area_raster"
11591159
]
11601160
},

0 commit comments

Comments
 (0)