Skip to content

Commit 07be58d

Browse files
author
Atma Mani
authored
Merge pull request #1103 from mohi9282/v191_release
Minor changes for v191 release
2 parents 9f89714 + 8f51bed commit 07be58d

File tree

7 files changed

+88
-32
lines changed

7 files changed

+88
-32
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208
"<div class=\"alert alert-info\">\n",
209209
" <b>Note:</b> In the absence of <code>arcpy</code>, the ArcGIS API for Python looks for a <code>shapely</code> geometry engine. To allow for a seamless experience, both <a href=\"https://pypi.org/project/Shapely/\">Shapely</a> and <a href=\"https://pypi.org/project/Fiona/\">Fiona</a> packages must be present in your current conda environment. If these packages are not installed, you may install them using <code>conda</code> as follows:\n",
210210
" \n",
211-
" conda install shapely\n",
212-
" conda install fiona\n",
211+
"<code>conda install shapely\n",
212+
"conda install fiona</code>\n",
213213
"</div>"
214214
]
215215
},
@@ -1520,9 +1520,11 @@
15201520
"metadata": {},
15211521
"source": [
15221522
"<div class=\"alert alert-info\">\n",
1523-
" <b>Note:</b> Given the importance and popularity of <i>Spatially enabled DataFrame</i>, we are revisiting our documentation for this topic. Our goal is to enhance the existing documentation to showcase the various capabilities of Spatially enabled DataFrame in detail with even more examples this time. \n",
1523+
" <b>Note:</b> Given the importance and popularity of <i>Spatially enabled DataFrame</i>, we are revisiting our documentation for this topic. Our goal is to enhance the existing documentation to showcase the various capabilities of Spatially enabled DataFrame in detail with even more examples this time.\n",
15241524
"\n",
1525-
" Creating quality documentation is time-consuming and exhaustive but we are committed to providing you with the best experience possible. With that in mind, we will be rolling out the revamped guides on this topic as different parts of a guide series (like the <a href=\"https://developers.arcgis.com/python/guide/part1-introduction-to-dataengineering/\">Data Engineering</a> or <a href=\"https://developers.arcgis.com/python/guide/part1-introduction-what-is-geometry/\">Geometry</a> guide series). This is \"part-1\" of the guide series for Spatially enabled DataFrame. You will continue to see the existing documentation as we revamp it to add new parts. Stay tuned for more on this topic.\n",
1525+
"<br></br>\n",
1526+
"\n",
1527+
"Creating quality documentation is time-consuming and exhaustive but we are committed to providing you with the best experience possible. With that in mind, we will be rolling out the revamped guides on this topic as different parts of a guide series (like the <a href=\"https://developers.arcgis.com/python/guide/part1-introduction-to-dataengineering/\">Data Engineering</a> or <a href=\"https://developers.arcgis.com/python/guide/part1-introduction-what-is-geometry/\">Geometry</a> guide series). This is \"part-1\" of the guide series for Spatially enabled DataFrame. You will continue to see the existing documentation as we revamp it to add new parts. Stay tuned for more on this topic.\n",
15261528
"</div>"
15271529
]
15281530
}
@@ -1543,7 +1545,7 @@
15431545
"name": "python",
15441546
"nbconvert_exporter": "python",
15451547
"pygments_lexer": "ipython3",
1546-
"version": "3.7.10"
1548+
"version": "3.8.10"
15471549
},
15481550
"toc": {
15491551
"base_numbering": 1,

guide/14-deep-learning/track_objects_using_SiamMask.ipynb renamed to guide/14-deep-learning/track_objects_using_siammask.ipynb

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,22 @@
480480
"name": "python",
481481
"nbconvert_exporter": "python",
482482
"pygments_lexer": "ipython3",
483-
"version": "3.8.5"
483+
"version": "3.8.10"
484+
},
485+
"toc": {
486+
"base_numbering": 1,
487+
"nav_menu": {},
488+
"number_sections": true,
489+
"sideBar": true,
490+
"skip_h1_title": false,
491+
"title_cell": "Table of Contents",
492+
"title_sidebar": "Contents",
493+
"toc_cell": false,
494+
"toc_position": {},
495+
"toc_section_display": true,
496+
"toc_window_display": false
484497
}
485498
},
486499
"nbformat": 4,
487500
"nbformat_minor": 4
488-
}
501+
}

items_metadata.yaml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ samples:
4040
licenseInfo: ""
4141
tags: ["Data Science", "GIS", "airbnb"]
4242
- title: Analyzing violent crime
43-
url: https://www.arcgis.com/home/home/item.html?id=f19cbf3595de4bf898e7228a46b79ffd
43+
url: https://www.arcgis.com/home/item.html?id=f19cbf3595de4bf898e7228a46b79ffd
4444
path: ./samples/04_gis_analysts_data_scientists/analyzing_violent_crime.ipynb
4545
thumbnail: ./static/thumbnails/analyzing_violent_crime.png
4646
snippet: Analyze violent crime in Chicago
@@ -816,6 +816,42 @@ samples:
816816
# licenseInfo: ""
817817
# runtime: advanced
818818
# tags: ["Data Science", "GIS", "Site Suitability", "Raster Analysis"]
819+
# - title: Glacial Terminus Extraction using HRNet
820+
# url: https://www.arcgis.com/home/item.html?id=e4ee1dbbfdb44853b5cfaef8b2789f7e
821+
# path: ./samples/04_gis_analysts_data_scientists/glacial_terminus_extraction_using_hrnet.ipynb
822+
# thumbnail: ./static/thumbnails/default.png
823+
# snippet: This notebook presents the use of an HRNet model from the arcgis.learn module to accomplish the first task of segmenting calving fronts.
824+
# description: This notebook presents the use of an HRNet model from the arcgis.learn module to accomplish the first task of segmenting calving fronts.
825+
# licenseInfo: ""
826+
# runtime: advanced
827+
# tags: ["Data Science", "GIS", "Site Suitability", "Raster Analysis"]
828+
# - title: Finetuning Pre-trained Building Footprint Model
829+
# url: https://www.arcgis.com/home/item.html?id=c90460e8950a4a7e98c2c060deeb5c10
830+
# path: ./samples/04_gis_analysts_data_scientists/finetuning_pre-trained_building_footprint_model.ipynb
831+
# thumbnail: ./static/thumbnails/default.png
832+
# snippet: In this workflow, we will load the training data, finetune a pre-trained model and extract footprints.
833+
# description: In this workflow, we will load the training data, finetune a pre-trained model and extract footprints.
834+
# licenseInfo: ""
835+
# runtime: advanced
836+
# tags: ["Data Science", "GIS", "Site Suitability", "Raster Analysis"]
837+
# - title: Multi-class change detection using image segmentation deep learning models
838+
# url: https://www.arcgis.com/home/item.html?id=b478f6cc89554986a955999054db59c4
839+
# path: ./samples/04_gis_analysts_data_scientists/multi_class_change_detection_using_segmentation_deep_learning_models.ipynb
840+
# thumbnail: ./static/thumbnails/default.png
841+
# snippet: In this notebook, we will show a novel way to detect and classify change using semantic segmentation models available in arcgis.learn.
842+
# description: In this notebook, we will show a novel way to detect and classify change using semantic segmentation models available in arcgis.learn.
843+
# licenseInfo: ""
844+
# runtime: advanced
845+
# tags: ["Data Science", "GIS", "Site Suitability", "Raster Analysis"]
846+
# - title: Classification of SfM-derived point clouds using deep learning
847+
# url: https://www.arcgis.com/home/item.html?id=f39a0594e523450b898d312dcf72badc
848+
# path: ./samples/04_gis_analysts_data_scientists/classification_of_sfm_derived_point_clouds_using_deep_learning.ipynb
849+
# thumbnail: ./static/thumbnails/default.png
850+
# snippet: In this sample notebook, we will be using the term: 'SfM-derived point clouds' with context to describe point clouds generated from ESRI Site Scan for ArcGIS and ArcGIS Drone2Map.
851+
# description: In this sample notebook, we will be using the term: 'SfM-derived point clouds' with context to describe point clouds generated from ESRI Site Scan for ArcGIS and ArcGIS Drone2Map.
852+
# licenseInfo: ""
853+
# runtime: advanced
854+
# tags: ["Data Science", "GIS", "Site Suitability", "Raster Analysis"]
819855
guides: []
820856
labs:
821857
- title: Create Data

samples/04_gis_analysts_data_scientists/finetuning_pre-trained_building_footprint_model.ipynb

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -673,27 +673,6 @@
673673
"source": [
674674
"<center>A subset of detected building footprints"
675675
]
676-
},
677-
{
678-
"cell_type": "code",
679-
"execution_count": null,
680-
"metadata": {},
681-
"outputs": [],
682-
"source": []
683-
},
684-
{
685-
"cell_type": "code",
686-
"execution_count": null,
687-
"metadata": {},
688-
"outputs": [],
689-
"source": []
690-
},
691-
{
692-
"cell_type": "code",
693-
"execution_count": null,
694-
"metadata": {},
695-
"outputs": [],
696-
"source": []
697676
}
698677
],
699678
"metadata": {
@@ -712,7 +691,20 @@
712691
"name": "python",
713692
"nbconvert_exporter": "python",
714693
"pygments_lexer": "ipython3",
715-
"version": "3.7.10"
694+
"version": "3.8.10"
695+
},
696+
"toc": {
697+
"base_numbering": 1,
698+
"nav_menu": {},
699+
"number_sections": true,
700+
"sideBar": true,
701+
"skip_h1_title": false,
702+
"title_cell": "Table of Contents",
703+
"title_sidebar": "Contents",
704+
"toc_cell": false,
705+
"toc_position": {},
706+
"toc_section_display": true,
707+
"toc_window_display": false
716708
}
717709
},
718710
"nbformat": 4,

samples/04_gis_analysts_data_scientists/glacial_terminus_extraction_using_hrnet.ipynb

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
"source": [
875875
"The gif below was achieved with the model trained in this notebook and visualizes the segmented calving front for Rink Isbrae, a major West Greenland outlet glacier.\n",
876876
"\n",
877-
"<p align=\"center\"><img src=\"../../static/img/Glacier_tips.gif\" /></p>"
877+
"<p align=\"center\"><img src=\"../../static/img/glacier_tips.gif\" /></p>"
878878
]
879879
},
880880
{
@@ -908,7 +908,20 @@
908908
"name": "python",
909909
"nbconvert_exporter": "python",
910910
"pygments_lexer": "ipython3",
911-
"version": "3.7.9"
911+
"version": "3.8.10"
912+
},
913+
"toc": {
914+
"base_numbering": 1,
915+
"nav_menu": {},
916+
"number_sections": true,
917+
"sideBar": true,
918+
"skip_h1_title": false,
919+
"title_cell": "Table of Contents",
920+
"title_sidebar": "Contents",
921+
"toc_cell": false,
922+
"toc_position": {},
923+
"toc_section_display": true,
924+
"toc_window_display": false
912925
}
913926
},
914927
"nbformat": 4,
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)