Skip to content

Commit 91fc616

Browse files
author
David Vitale
authored
Merge pull request #914 from mohi9282/fixes_issues_v184
Updates to items_metadata and minor fixes
2 parents 313a584 + 873299e commit 91fc616

13 files changed

+1811
-9
lines changed

guide/14-deep-learning/how-sequencetosequence-works.ipynb

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# How SequenceToSequence works"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -838,9 +845,9 @@
838845
],
839846
"metadata": {
840847
"kernelspec": {
841-
"display_name": "deep-learning",
848+
"display_name": "Python 3",
842849
"language": "python",
843-
"name": "deep-learning"
850+
"name": "python3"
844851
},
845852
"language_info": {
846853
"codemirror_mode": {
@@ -852,7 +859,20 @@
852859
"name": "python",
853860
"nbconvert_exporter": "python",
854861
"pygments_lexer": "ipython3",
855-
"version": "3.7.9"
862+
"version": "3.8.3"
863+
},
864+
"toc": {
865+
"base_numbering": 1,
866+
"nav_menu": {},
867+
"number_sections": true,
868+
"sideBar": true,
869+
"skip_h1_title": false,
870+
"title_cell": "Table of Contents",
871+
"title_sidebar": "Contents",
872+
"toc_cell": false,
873+
"toc_position": {},
874+
"toc_section_display": true,
875+
"toc_window_display": false
856876
}
857877
},
858878
"nbformat": 4,

items_metadata.yaml

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,76 @@ samples:
683683
licenseInfo: ""
684684
runtime: advanced_gpu
685685
tags: ["Data Science", "GIS", "Building", "Classification", "Deep Learning"]
686-
686+
- title: Address Standardization and Correction using SequenceToSequence model
687+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=959062ea7437471b9f39c4bb3f88d122
688+
path: ./samples/04_gis_analysts_data_scientists/address-standardization-and-correction-with-sequencetosequence.ipynb
689+
thumbnail: ./static/thumbnails/address_standardization.jpg
690+
snippet: Train a model using SequenceToSequence class of arcgis.learn.text module to translate the non-standard and erroneous address to their standard and correct form.
691+
description: Train a model using SequenceToSequence class of arcgis.learn.text module to translate the non-standard and erroneous address to their standard and correct form.
692+
licenseInfo: ""
693+
runtime: advanced_gpu
694+
tags: ["Data Science", "GIS", "Text", "Classification", "Deep Learning"]
695+
- title: Using and updating GIS content
696+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=46a02bf3fe8546ec9ec4ffb230b94059
697+
path: ./samples/05_content_publishers/using_and_updating_GIS_content.ipynb
698+
thumbnail: ./static/thumbnails/default.png
699+
snippet: This sample shows you how to update the content of web maps and web scenes.
700+
description: This sample shows you how to update the content of web maps and web scenes.
701+
licenseInfo: ""
702+
tags: ["Data Science", "GIS", "Text", "Classification"]
703+
- title: Updating features in a feature layer
704+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=e8e2b0ac54584d079420b35b011d3d50
705+
path: ./samples/05_content_publishers/updating_features_in_a_feature_layer.ipynb
706+
thumbnail: ./static/thumbnails/default.png
707+
snippet: As content publishers, you may be required to keep certain web layers upto date. As new data arrives, you may have to append new features, update existing features etc.
708+
description: As content publishers, you may be required to keep certain web layers upto date. As new data arrives, you may have to append new features, update existing features etc.
709+
licenseInfo: ""
710+
tags: ["Data Science", "GIS", "Text", "Classification"]
711+
- title: Land Parcel Extraction using Edge Detection model
712+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=e164250b748240b5909159602dee826a
713+
path: ./samples/04_gis_analysts_data_scientists/land_parcel_extraction_using_edge_detection_deep_learning_model.ipynb
714+
thumbnail: ./static/thumbnails/default.png
715+
snippet: This sample shows how ArcGIS API for Python can be used to train a deep learning edge detection model to extract parcels from satellite imagery.
716+
description: This sample shows how ArcGIS API for Python can be used to train a deep learning edge detection model to extract parcels from satellite imagery.
717+
licenseInfo: ""
718+
runtime: advanced_gpu
719+
tags: ["Data Science", "GIS", "Edge Detection", "Land Parcel", "Deep Learning"]
720+
- title: Change Detection of Buildings from Satellite Imagery
721+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=d700b1713cbf404bad01d92dfca0c91b
722+
path: ./samples/04_gis_analysts_data_scientists/change_detection_of_buildings_from_satellite_imagery.ipynb
723+
thumbnail: ./static/thumbnails/default.png
724+
snippet: ChangeDetector is used to identify areas of persistent change between two different time periods using remotely sensed images.
725+
description: ChangeDetector is used to identify areas of persistent change between two different time periods using remotely sensed images.
726+
licenseInfo: ""
727+
runtime: advanced_gpu
728+
tags: ["Data Science", "GIS", "Change Detection", "Deep Learning"]
729+
- title: Generating rgb imagery from digital surface model using Pix2Pix
730+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=d2d58e9d0e624f4baddd983d8acea3da
731+
path: ./samples/04_gis_analysts_data_scientists/generating_rgb_imagery_from_digital_surface_model_using_pix2pix.ipynb
732+
thumbnail: ./static/thumbnails/default.png
733+
snippet: The aim of this notebook is to make use of arcgis.learn Pix2Pix model to translate or convert the gray-scale DSM to a RGB imagery.
734+
description: The aim of this notebook is to make use of arcgis.learn Pix2Pix model to translate or convert the gray-scale DSM to a RGB imagery.
735+
licenseInfo: ""
736+
runtime: advanced_gpu
737+
tags: ["Data Science", "GIS", "Image Translation", "Deep Learning"]
738+
- title: Coastline extraction using Landsat-8 multispectral imagery and band ratio technique
739+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=4d8d5789a5e045bbbd02a01903841439
740+
path: ./samples/04_gis_analysts_data_scientists/coastline_extraction-usa-landsat8_multispectral_imagery.ipynb
741+
thumbnail: ./static/thumbnails/default.png
742+
snippet: Landsat-8 multispectral imagery is used in the current study as it covers a wavelength ranging from 0.43 to 12.51 micrometers, and hence suitable for coastal and aerosol studies.
743+
description: Landsat-8 multispectral imagery is used in the current study as it covers a wavelength ranging from 0.43 to 12.51 micrometers, and hence suitable for coastal and aerosol studies.
744+
licenseInfo: ""
745+
runtime: advanced_gpu
746+
tags: ["Data Science", "GIS", "Coastline Extraction", "Imagery"]
747+
- title: Translating Story Map from one language to another using Deep Learning
748+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=15a731751bad43c7abf7258b7aa90bac
749+
path: ./samples/04_gis_analysts_data_scientists/translating_story_map_from_one_language_to_another.ipynb
750+
thumbnail: ./static/thumbnails/default.png
751+
snippet: In this notebook, we will pick a story map written in English language, and create another story map with the text translated to Spanish language using the arcgis.learn.text's TextTranslator class.
752+
description: In this notebook, we will pick a story map written in English language, and create another story map with the text translated to Spanish language using the arcgis.learn.text's TextTranslator class.
753+
licenseInfo: ""
754+
runtime: advanced_gpu
755+
tags: ["Data Science", "GIS", "Story Map", "Text Translation", "Deep Learning"]
687756
guides: []
688757
labs:
689758
- title: Create Data

samples/04_gis_analysts_data_scientists/address-standardization-and-correction-with-sequencetosequence.ipynb

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Address Standardization and Correction using SequenceToSequence model"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -912,10 +919,14 @@
912919
}
913920
],
914921
"metadata": {
922+
"esriNotebookRuntime": {
923+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
924+
"notebookRuntimeVersion": "4.0"
925+
},
915926
"kernelspec": {
916-
"display_name": "deep-learning",
927+
"display_name": "Python 3",
917928
"language": "python",
918-
"name": "deep-learning"
929+
"name": "python3"
919930
},
920931
"language_info": {
921932
"codemirror_mode": {
@@ -927,7 +938,20 @@
927938
"name": "python",
928939
"nbconvert_exporter": "python",
929940
"pygments_lexer": "ipython3",
930-
"version": "3.7.9"
941+
"version": "3.8.3"
942+
},
943+
"toc": {
944+
"base_numbering": 1,
945+
"nav_menu": {},
946+
"number_sections": true,
947+
"sideBar": true,
948+
"skip_h1_title": false,
949+
"title_cell": "Table of Contents",
950+
"title_sidebar": "Contents",
951+
"toc_cell": false,
952+
"toc_position": {},
953+
"toc_section_display": true,
954+
"toc_window_display": false
931955
}
932956
},
933957
"nbformat": 4,

samples/04_gis_analysts_data_scientists/building_reconstruction_using_mask_rcnn.ipynb

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

samples/04_gis_analysts_data_scientists/change_detection_of_buildings_from_satellite_imagery.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,6 +1714,10 @@
17141714
}
17151715
],
17161716
"metadata": {
1717+
"esriNotebookRuntime": {
1718+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
1719+
"notebookRuntimeVersion": "4.0"
1720+
},
17171721
"kernelspec": {
17181722
"display_name": "Python 3",
17191723
"language": "python",

samples/04_gis_analysts_data_scientists/coastline_extraction-usa-landsat8_multispectral_imagery.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,10 @@
14721472
}
14731473
],
14741474
"metadata": {
1475+
"esriNotebookRuntime": {
1476+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
1477+
"notebookRuntimeVersion": "4.0"
1478+
},
14751479
"kernelspec": {
14761480
"display_name": "Python 3",
14771481
"language": "python",

samples/04_gis_analysts_data_scientists/generating_rgb_imagery_from_digital_surface_model_using_pix2pix.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,10 @@
12271227
}
12281228
],
12291229
"metadata": {
1230+
"esriNotebookRuntime": {
1231+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
1232+
"notebookRuntimeVersion": "4.0"
1233+
},
12301234
"kernelspec": {
12311235
"display_name": "Python 3",
12321236
"language": "python",

samples/04_gis_analysts_data_scientists/land_cover_classification_using_sparse_training_data.ipynb

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

samples/04_gis_analysts_data_scientists/land_parcel_extraction_using_edge_detection_deep_learning_model.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,10 @@
11861186
}
11871187
],
11881188
"metadata": {
1189+
"esriNotebookRuntime": {
1190+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
1191+
"notebookRuntimeVersion": "4.0"
1192+
},
11891193
"kernelspec": {
11901194
"display_name": "Python 3",
11911195
"language": "python",

samples/04_gis_analysts_data_scientists/translating_story_map_from_one_language_to_another.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,10 @@
585585
}
586586
],
587587
"metadata": {
588+
"esriNotebookRuntime": {
589+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
590+
"notebookRuntimeVersion": "4.0"
591+
},
588592
"kernelspec": {
589593
"display_name": "Python 3",
590594
"language": "python",

0 commit comments

Comments
 (0)