Skip to content

Commit 8e5368d

Browse files
author
Neha Sharma
committed
syncing with next
1 parent aed7cd0 commit 8e5368d

File tree

3 files changed

+12
-37
lines changed

3 files changed

+12
-37
lines changed

samples/02_power_users_developers/building_a_change_detection_app_using_jupyter_dashboard.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
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-
},
2720
{
2821
"cell_type": "markdown",
2922
"metadata": {
@@ -687,7 +680,7 @@
687680
}
688681
},
689682
"kernelspec": {
690-
"display_name": "Python 3 (ipykernel)",
683+
"display_name": "Python 3",
691684
"language": "python",
692685
"name": "python3"
693686
},
@@ -701,7 +694,7 @@
701694
"name": "python",
702695
"nbconvert_exporter": "python",
703696
"pygments_lexer": "ipython3",
704-
"version": "3.11.0"
697+
"version": "3.8.2"
705698
},
706699
"toc": {
707700
"base_numbering": 1,
@@ -737,5 +730,5 @@
737730
}
738731
},
739732
"nbformat": 4,
740-
"nbformat_minor": 4
733+
"nbformat_minor": 2
741734
}

samples/02_power_users_developers/jupyter_dashboard_for_raster_analytics.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
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-
},
2720
{
2821
"cell_type": "markdown",
2922
"metadata": {
@@ -583,7 +576,7 @@
583576
}
584577
},
585578
"kernelspec": {
586-
"display_name": "Python 3 (ipykernel)",
579+
"display_name": "Python 3",
587580
"language": "python",
588581
"name": "python3"
589582
},
@@ -597,7 +590,7 @@
597590
"name": "python",
598591
"nbconvert_exporter": "python",
599592
"pygments_lexer": "ipython3",
600-
"version": "3.11.0"
593+
"version": "3.8.2"
601594
},
602595
"toc": {
603596
"base_numbering": 1,
@@ -784,5 +777,5 @@
784777
}
785778
},
786779
"nbformat": 4,
787-
"nbformat_minor": 4
780+
"nbformat_minor": 2
788781
}

samples/02_power_users_developers/population_exploration_dashboard.ipynb

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
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-
},
173
{
184
"cell_type": "markdown",
195
"metadata": {
@@ -30,6 +16,8 @@
3016
}
3117
},
3218
"source": [
19+
"# A dashboard to explore world population\n",
20+
"\n",
3321
"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",
3422
"\n",
3523
"This sample uses the fast on-the-fly processing power of raster functions available in the `raster` module of the Python API.\n",
@@ -218,7 +206,8 @@
218206
}
219207
}
220208
}
221-
}
209+
},
210+
"scrolled": false
222211
},
223212
"outputs": [
224213
{
@@ -360,7 +349,7 @@
360349
"name": "python",
361350
"nbconvert_exporter": "python",
362351
"pygments_lexer": "ipython3",
363-
"version": "3.11.0"
352+
"version": "3.7.16"
364353
},
365354
"toc": {
366355
"base_numbering": 1,
@@ -377,5 +366,5 @@
377366
}
378367
},
379368
"nbformat": 4,
380-
"nbformat_minor": 4
369+
"nbformat_minor": 2
381370
}

0 commit comments

Comments
 (0)