Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -89,7 +89,7 @@
"outputs": [],
"source": [
"gis = GIS(\"home\")\n",
"ent_gis = ent_gis = GIS('https://pythonapi.playground.esri.com/portal', 'arcgis_python', 'amazing_arcgis_123')"
"ent_gis = GIS('https://pythonapi.playground.esri.com/portal', 'arcgis_python', 'amazing_arcgis_123')"
]
},
{
Expand Down Expand Up @@ -119,25 +119,25 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<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",
" <div class=\"item_left\" style=\"width: 210px; float: left;\">\n",
" <a href='https://pythonapi.playground.esri.com/portal/home/home/item.html?id=8202ffe4fcaf4ba9bfefe2154f98e7b8' target='_blank'>\n",
" <img src='https://pythonapi.playground.esri.com/portal/home/portalimages/desktopapp.png' class=\"itemThumbnail\">\n",
" <a href='https://pythonapi.playground.esri.com/portal/home/item.html?id=8202ffe4fcaf4ba9bfefe2154f98e7b8' target='_blank'>\n",
" <img src='https://pythonapi.playground.esri.com/portal/portalimages/desktopapp.png' class=\"itemThumbnail\">\n",
" </a>\n",
" </div>\n",
"\n",
" <div class=\"item_right\" style=\"float: none; width: auto; overflow: hidden;\">\n",
" <a href='https://pythonapi.playground.esri.com/portal/home/home/item.html?id=8202ffe4fcaf4ba9bfefe2154f98e7b8' target='_blank'><b>train_area_edgedetection_tif</b>\n",
" <a href='https://pythonapi.playground.esri.com/portal/home/item.html?id=8202ffe4fcaf4ba9bfefe2154f98e7b8' target='_blank'><b>train_area_edgedetection_tif</b>\n",
" </a>\n",
" <br/>Training area raster for exporting training data<img src='https://pythonapi.playground.esri.com/portal/home/home/js/jsapi/esri/css/images/item_type_icons/imagery16.png' style=\"vertical-align:middle;\">Imagery Layer by api_data_owner\n",
" <br/>Training area raster for exporting training data<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",
" <br/>Last Modified: January 15, 2021\n",
" <br/>0 comments, 0 views\n",
" <br/>0 comments, 1 views\n",
" </div>\n",
" </div>\n",
" "
Expand All @@ -146,7 +146,7 @@
"<Item title:\"train_area_edgedetection_tif\" type:Imagery Layer owner:api_data_owner>"
]
},
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -936,23 +936,23 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<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",
" <div class=\"item_left\" style=\"width: 210px; float: left;\">\n",
" <a href='https://pythonapi.playground.esri.com/portal/home/home/item.html?id=481f2ba520274f0fabfe470d2c8def39' target='_blank'>\n",
" <img src='https://pythonapi.playground.esri.com/portal/home/portalimages/desktopapp.png' class=\"itemThumbnail\">\n",
" <a href='https://pythonapi.playground.esri.com/portal/home/item.html?id=481f2ba520274f0fabfe470d2c8def39' target='_blank'>\n",
" <img src='https://pythonapi.playground.esri.com/portal/portalimages/desktopapp.png' class=\"itemThumbnail\">\n",
" </a>\n",
" </div>\n",
"\n",
" <div class=\"item_right\" style=\"float: none; width: auto; overflow: hidden;\">\n",
" <a href='https://pythonapi.playground.esri.com/portal/home/home/item.html?id=481f2ba520274f0fabfe470d2c8def39' target='_blank'><b>test_raster_tif</b>\n",
" <a href='https://pythonapi.playground.esri.com/portal/home/item.html?id=481f2ba520274f0fabfe470d2c8def39' target='_blank'><b>test_raster_tif</b>\n",
" </a>\n",
" <br/>test raster for edge detection model<img src='https://pythonapi.playground.esri.com/portal/home/home/js/jsapi/esri/css/images/item_type_icons/imagery16.png' style=\"vertical-align:middle;\">Imagery Layer by api_data_owner\n",
" <br/>test raster for edge detection model<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",
" <br/>Last Modified: January 18, 2021\n",
" <br/>0 comments, 0 views\n",
" </div>\n",
Expand All @@ -963,7 +963,7 @@
"<Item title:\"test_raster_tif\" type:Imagery Layer owner:api_data_owner>"
]
},
"execution_count": 9,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand Down