@@ -906,6 +906,60 @@ samples:
906
906
# licenseInfo: ""
907
907
# runtime: advanced
908
908
# tags: ["Data Science", "GIS", "Site Suitability", "Raster Analysis"]
909
+ # - title: Lunar Craters Detection using Deep Learning
910
+ # url: https://www.arcgis.com/home/item.html?id=a1406e406ec746f4b33fcf0aba55e980
911
+ # path: ./samples/04_gis_analysts_data_scientists/lunar_craters_detection_from_dem_using_deep_learning.ipynb
912
+ # thumbnail: ./static/thumbnails/default.png
913
+ # snippet: This notebook will demonstrate how the ArcGIS API for Python can be used to train a deep learning crater detection model using a Digital Elevation Model (DEM), which can then be deployed in ArcGIS Pro or ArcGIS Enterprise.
914
+ # description: This notebook will demonstrate how the ArcGIS API for Python can be used to train a deep learning crater detection model using a Digital Elevation Model (DEM), which can then be deployed in ArcGIS Pro or ArcGIS Enterprise.
915
+ # licenseInfo: ""
916
+ # runtime: advanced
917
+ # tags: ["Data Science", "GIS", "Raster Analysis"]
918
+ # - title: Training a wind turbine detection model using large volumes of training data
919
+ # url: https://www.arcgis.com/home/item.html?id=d127b9f7cfb54283bec551d9e9911b33
920
+ # path: ./samples/04_gis_analysts_data_scientists/training_a_wind_turbine_detection_model_using_large_volume_of_training_data.ipynb
921
+ # thumbnail: ./static/thumbnails/default.png
922
+ # snippet: This notebook trains a wind turbine detection model using large volumes of training data.
923
+ # description: This notebook trains a wind turbine detection model using large volumes of training data.
924
+ # licenseInfo: ""
925
+ # runtime: advanced
926
+ # tags: ["Data Science", "GIS", "Raster Analysis"]
927
+ # - title: Landsat 8 to Sentinel-2 using Pix2Pix
928
+ # url: https://www.arcgis.com/home/item.html?id=3576325e2d4c4dbfa56a4217882134f9
929
+ # path: ./samples/04_gis_analysts_data_scientists/landsat8_to_sentinel2_pix2pix.ipynb
930
+ # thumbnail: ./static/thumbnails/default.png
931
+ # snippet: In this notebook, we use the Pix2Pix model to convert 30 meter resolution Landsat 8 imagery to 10 meter resolution Sentinel-2 imagery.
932
+ # description: In this notebook, we use the Pix2Pix model to convert 30 meter resolution Landsat 8 imagery to 10 meter resolution Sentinel-2 imagery.
933
+ # licenseInfo: ""
934
+ # runtime: advanced
935
+ # tags: ["Data Science", "GIS", "Raster Analysis"]
936
+ # - title: Image scene classification using FeatureClassifier
937
+ # url: https://www.arcgis.com/home/item.html?id=6ea5821a4a864b3990bb13ea1c77887f
938
+ # path: ./samples/04_gis_analysts_data_scientists/image_scene_classification_using_feature_classifier.ipynb
939
+ # thumbnail: ./static/thumbnails/default.png
940
+ # snippet: In this notebook, we will train an object classification model on image data from an external source and use that model for inferencing in ArcGIS Pro.
941
+ # description: In this notebook, we will train an object classification model on image data from an external source and use that model for inferencing in ArcGIS Pro.
942
+ # licenseInfo: ""
943
+ # runtime: advanced
944
+ # tags: ["Data Science", "GIS", "Raster Analysis"]
945
+ # - title: Covid case forecasting Using TimeSeriesModel from arcgis.learn
946
+ # url: https://www.arcgis.com/home/item.html?id=b0748b483e104389b6ac51dbacb48e8a
947
+ # path: ./samples/04_gis_analysts_data_scientists/covid_case_forecasting_for_alabama_state_using_timeseriesmodel_from_arcgis_learn.ipynb
948
+ # thumbnail: ./static/thumbnails/default.png
949
+ # snippet: This notebook uses the deep learning TimeSeriesModel from arcgis.learn to analyze confirmed cases for all counties in Alabama.
950
+ # description: This notebook uses the deep learning TimeSeriesModel from arcgis.learn to analyze confirmed cases for all counties in Alabama.
951
+ # licenseInfo: ""
952
+ # runtime: advanced
953
+ # tags: ["Data Science", "GIS", "Raster Analysis"]
954
+ # - title: Image Captioning Using Deep Learning
955
+ # url: https://www.arcgis.com/home/item.html?id=e43047eb5ae7407ab651a1324e1ba529
956
+ # path: ./samples/04_gis_analysts_data_scientists/image_captioning_using_deep_learning.ipynb
957
+ # thumbnail: ./static/thumbnails/default.png
958
+ # snippet: This sample shows how ArcGIS API for Python can be used to train ImageCaptioner model using Remote Sensing Image Captioning Dataset.
959
+ # description: This sample shows how ArcGIS API for Python can be used to train ImageCaptioner model using Remote Sensing Image Captioning Dataset.
960
+ # licenseInfo: ""
961
+ # runtime: advanced
962
+ # tags: ["Data Science", "GIS", "Raster Analysis"]
909
963
910
964
guides : []
911
965
labs :
0 commit comments