Skip to content

Commit 695a3e1

Browse files
authored
Merge pull request #1998 from Esri/jy-remove-jdboard-samples
add note about remove samples based on archived repo
2 parents 0151f60 + f10b6ed commit 695a3e1

File tree

3 files changed

+37
-12
lines changed

3 files changed

+37
-12
lines changed

samples/02_power_users_developers/building_a_change_detection_app_using_jupyter_dashboard.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Building-a-change-detection-app-using-Jupyter-Dashboard\" data-toc-modified-id=\"Building-a-change-detection-app-using-Jupyter-Dashboard-1\"><span class=\"toc-item-num\">1&nbsp;&nbsp;</span>Building a change detection app using Jupyter Dashboard</a></span><ul class=\"toc-item\"><li><span><a href=\"#Connect-to-ArcGIS-Online\" data-toc-modified-id=\"Connect-to-ArcGIS-Online-1.1\"><span class=\"toc-item-num\">1.1&nbsp;&nbsp;</span>Connect to ArcGIS Online</a></span></li><li><span><a href=\"#Create-widget-controls-to-accept-place-of-interest\" data-toc-modified-id=\"Create-widget-controls-to-accept-place-of-interest-1.2\"><span class=\"toc-item-num\">1.2&nbsp;&nbsp;</span>Create widget controls to accept place of interest</a></span></li><li><span><a href=\"#Create-date-slider-controls\" data-toc-modified-id=\"Create-date-slider-controls-1.3\"><span class=\"toc-item-num\">1.3&nbsp;&nbsp;</span>Create date slider controls</a></span></li><li><span><a href=\"#Query-the-time-enabled-landast-imagery-layer\" data-toc-modified-id=\"Query-the-time-enabled-landast-imagery-layer-1.4\"><span class=\"toc-item-num\">1.4&nbsp;&nbsp;</span>Query the time enabled landast imagery layer</a></span></li><li><span><a href=\"#Perform-change-detection-when-the-action-button-is-clicked\" data-toc-modified-id=\"Perform-change-detection-when-the-action-button-is-clicked-1.5\"><span class=\"toc-item-num\">1.5&nbsp;&nbsp;</span>Perform change detection when the action button is clicked</a></span></li><li><span><a href=\"#Conclusion\" data-toc-modified-id=\"Conclusion-1.6\"><span class=\"toc-item-num\">1.6&nbsp;&nbsp;</span>Conclusion</a></span></li></ul></li></ul></div>"
1818
]
1919
},
20+
{
21+
"cell_type": "markdown",
22+
"metadata": {},
23+
"source": [
24+
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
25+
]
26+
},
2027
{
2128
"cell_type": "markdown",
2229
"metadata": {
@@ -680,7 +687,7 @@
680687
}
681688
},
682689
"kernelspec": {
683-
"display_name": "Python 3",
690+
"display_name": "Python 3 (ipykernel)",
684691
"language": "python",
685692
"name": "python3"
686693
},
@@ -694,7 +701,7 @@
694701
"name": "python",
695702
"nbconvert_exporter": "python",
696703
"pygments_lexer": "ipython3",
697-
"version": "3.8.2"
704+
"version": "3.11.0"
698705
},
699706
"toc": {
700707
"base_numbering": 1,
@@ -730,5 +737,5 @@
730737
}
731738
},
732739
"nbformat": 4,
733-
"nbformat_minor": 2
740+
"nbformat_minor": 4
734741
}

samples/02_power_users_developers/jupyter_dashboard_for_raster_analytics.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#Interactive-raster-analytics-using-Jupyter-Dashboards\" data-toc-modified-id=\"Interactive-raster-analytics-using-Jupyter-Dashboards-1\"><span class=\"toc-item-num\">1&nbsp;&nbsp;</span>Interactive raster analytics using Jupyter Dashboards</a></span><ul class=\"toc-item\"><li><ul class=\"toc-item\"><li><span><a href=\"#Import-IPython-Widgets-and-Display\" data-toc-modified-id=\"Import-IPython-Widgets-and-Display-1.0.1\"><span class=\"toc-item-num\">1.0.1&nbsp;&nbsp;</span>Import IPython Widgets and Display</a></span></li><li><span><a href=\"#Connect-to-ArcGIS-Online-and-Access-the-Landsat-Services\" data-toc-modified-id=\"Connect-to-ArcGIS-Online-and-Access-the-Landsat-Services-1.0.2\"><span class=\"toc-item-num\">1.0.2&nbsp;&nbsp;</span>Connect to ArcGIS Online and Access the Landsat Services</a></span></li><li><span><a href=\"#Create-a-Map-and-Add-Landsat-Layers\" data-toc-modified-id=\"Create-a-Map-and-Add-Landsat-Layers-1.0.3\"><span class=\"toc-item-num\">1.0.3&nbsp;&nbsp;</span>Create a Map and Add Landsat Layers</a></span></li><li><span><a href=\"#Get-RFTs-from-Landsat-Service\" data-toc-modified-id=\"Get-RFTs-from-Landsat-Service-1.0.4\"><span class=\"toc-item-num\">1.0.4&nbsp;&nbsp;</span>Get RFTs from Landsat Service</a></span></li><li><span><a href=\"#Create-a-Dropdown-from-the-RFTs\" data-toc-modified-id=\"Create-a-Dropdown-from-the-RFTs-1.0.5\"><span class=\"toc-item-num\">1.0.5&nbsp;&nbsp;</span>Create a Dropdown from the RFTs</a></span></li></ul></li><li><span><a href=\"#Create-a-List-of-AOIs-or-Study-Areas-We-Might-Want-to-Run-Raster-Analytics-Over-and-Add-Them-to-a-Dropdown\" data-toc-modified-id=\"Create-a-List-of-AOIs-or-Study-Areas-We-Might-Want-to-Run-Raster-Analytics-Over-and-Add-Them-to-a-Dropdown-1.1\"><span class=\"toc-item-num\">1.1&nbsp;&nbsp;</span>Create a List of AOIs or Study Areas We Might Want to Run Raster Analytics Over and Add Them to a Dropdown</a></span></li><li><span><a href=\"#Add-A-Button-for-Initializting-a-Raster-Analytics-Process\" data-toc-modified-id=\"Add-A-Button-for-Initializting-a-Raster-Analytics-Process-1.2\"><span class=\"toc-item-num\">1.2&nbsp;&nbsp;</span>Add A Button for Initializting a Raster Analytics Process</a></span></li></ul></li></ul></div>"
1818
]
1919
},
20+
{
21+
"cell_type": "markdown",
22+
"metadata": {},
23+
"source": [
24+
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
25+
]
26+
},
2027
{
2128
"cell_type": "markdown",
2229
"metadata": {
@@ -576,7 +583,7 @@
576583
}
577584
},
578585
"kernelspec": {
579-
"display_name": "Python 3",
586+
"display_name": "Python 3 (ipykernel)",
580587
"language": "python",
581588
"name": "python3"
582589
},
@@ -590,7 +597,7 @@
590597
"name": "python",
591598
"nbconvert_exporter": "python",
592599
"pygments_lexer": "ipython3",
593-
"version": "3.8.2"
600+
"version": "3.11.0"
594601
},
595602
"toc": {
596603
"base_numbering": 1,
@@ -777,5 +784,5 @@
777784
}
778785
},
779786
"nbformat": 4,
780-
"nbformat_minor": 2
787+
"nbformat_minor": 4
781788
}

samples/02_power_users_developers/population_exploration_dashboard.ipynb

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# A dashboard to explore world population"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
15+
]
16+
},
317
{
418
"cell_type": "markdown",
519
"metadata": {
@@ -16,8 +30,6 @@
1630
}
1731
},
1832
"source": [
19-
"# A dashboard to explore world population\n",
20-
"\n",
2133
"The Python API, along with the [Jupyter Dashboard](http://jupyter-dashboards-layout.readthedocs.io/) project enables Python developers to quickly build and prototype interactive web apps. This sample illustrates one such app which can be used to detect the changes in vegetation between the two dates. Increases in vegetation are shown in green, and decreases are shown in magenta. \n",
2234
"\n",
2335
"This sample uses the fast on-the-fly processing power of raster functions available in the `raster` module of the Python API.\n",
@@ -206,8 +218,7 @@
206218
}
207219
}
208220
}
209-
},
210-
"scrolled": false
221+
}
211222
},
212223
"outputs": [
213224
{
@@ -349,7 +360,7 @@
349360
"name": "python",
350361
"nbconvert_exporter": "python",
351362
"pygments_lexer": "ipython3",
352-
"version": "3.7.16"
363+
"version": "3.11.0"
353364
},
354365
"toc": {
355366
"base_numbering": 1,
@@ -366,5 +377,5 @@
366377
}
367378
},
368379
"nbformat": 4,
369-
"nbformat_minor": 2
380+
"nbformat_minor": 4
370381
}

0 commit comments

Comments
 (0)