Skip to content

Commit 2324081

Browse files
committed
updated with changes added since 2020-12-11
1 parent e1a4d60 commit 2324081

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,23 @@
3232
" * [Part 4 - What to enrich with? (What are Data Collections and Analysis Variables?)](https://developers.arcgis.com/python/guide/part4-what-to-enrich-datacollections-analysisvariables/)\n",
3333
" * [Part 5 - Generating Reports](https://developers.arcgis.com/python/guide/part5-generate-reports/)\n",
3434
" * [Part 6 - Standard Geography Queries](https://developers.arcgis.com/python/guide/part6-std-geography-query/)\n",
35+
"* Data Engineering Guides\n",
36+
" * [Part 1 - Introduction to Data Engineering](https://developers.arcgis.com/python/guide/part1-introduction-to-dataengineering)\n",
37+
" * [Part 2 - Introduction to NumPy](https://developers.arcgis.com/python/guide/part2-introduction-to-numpy)\n",
38+
" * [Part 3 - Introduction to Pandas](https://developers.arcgis.com/python/guide/part3-introduction-to-pandas)\n",
39+
" * [Part 4 - Productivity with Pandas](https://developers.arcgis.com/python/guide/part4-productivity-with-pandas)\n",
40+
" * [Part 5 - Working with Time Series Data](https://developers.arcgis.com/python/guide/part5-time-series-in-pandas)\n",
3541
"* Install and set up\n",
3642
" * Reconfigures Guide into:\n",
37-
" * [`Install and set up`](https://developers.arcgis.com/python/guide/install-and-set-up/)\n",
38-
" * [`Install older versions`](https://developers.arcgis.com/python/guide/install-older-versions)\n",
43+
" * [Install and set up](https://developers.arcgis.com/python/guide/install-and-set-up/)\n",
44+
" * [Install older versions](https://developers.arcgis.com/python/guide/install-older-versions)\n",
3945
"* Deep Learning with ArcGIS\n",
40-
" * [Geo-Referencing and Digitization of Scanned Maps](https://developers.arcgis.com/python/guide/geo-referencing-and-digitization-of-scanned-maps.ipynb)"
46+
" * [Geo-Referencing and Digitization of Scanned Maps](https://developers.arcgis.com/python/guide/geo-referencing-and-digitization-of-scanned-maps)\n",
47+
" * [How SuperResolution Works](https://developers.arcgis.com/python/guide/how-superresolution-works)\n",
48+
" * [Text Classifiction workflow with [`arcgis.learn`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html)](https://developers.arcgis.com/python/guide/text-classfiction)\n",
49+
" * [How Multi-Task Road Extractor works](https://developers.arcgis.com/python/guide/how-multi-task-road-extractor-works)\n",
50+
" * [How Pix2Pix works](https://developers.arcgis.com/python/guide/how-pix2pix-works)\n",
51+
" * [How CycleGAN Works](https://developers.arcgis.com/python/guide/how-cyclegan-works)"
4152
]
4253
},
4354
{
@@ -54,7 +65,11 @@
5465
" * Adds [Detection of electric utility features and vegetation encroachments from satellite images using deep learning](https://developers.arcgis.com/python/sample-notebooks/detection-of-electric-utility-features-and-vegetation-encroachments-from-satellite-images-using-deep-learning)\n",
5566
" * Adds [River Turbidity Estimation using Sentinel-2 data](https://developers.arcgis.com/python/sample-notebooks/river-turbidity-estimation-using-sentinel2-data-)\n",
5667
" * Adds [Mapping Infrastructural Damage due to Beirut Blast](https://developers.arcgis.com/python/sample-notebooks/infrastructural-damage-due-to-blast-in-beirut)\n",
57-
" * Adds [Coastline extraction using Landsat-8 multispectral imagery and band ratio technique](coastline-extraction-usa-landsat8-multispectral-imagery)"
68+
" * Adds [Coastline extraction using Landsat-8 multispectral imagery and band ratio technique](https://developers.arcgis.com/python/sample-notebooks/coastline-extraction-usa-landsat8-multispectral-imagery)\n",
69+
" * Adds [Identifying country names from incomplete house addresses](https://developers.arcgis.com/python/sample-notebooks/identifying-country-names-from-incomplete-house-addresses)\n",
70+
" * Adds [SAR to RGB image translation using CycleGAN](https://developers.arcgis.com/python/sample-notebooks/04_gis_analysts_data_scientists/sar_to_rgb_image_translation_using_cyclegan)\n",
71+
" * Adds [Creating building models using point cloud classification](https://developers.arcgis.com/python/sample-notebooks/creating-buiding-models-using-point-clout-classfication)\n",
72+
" * Adds [Automatic road extraction using deep learning](https://developers.arcgis.com/python/sample-notebooks/automatic-road-extraction-using-deep-learning)"
5873
]
5974
},
6075
{
@@ -512,15 +527,16 @@
512527
" * Updates [Managing Workforce projects](https://developers.arcgis.com/python/guide/managing-workforce-projects/)\n",
513528
"* Deep Learning with ArcGIS\n",
514529
" * Updates `fastai` link with [Object Detection Workflow with `arcgis.learn`](https://developers.arcgis.com/python/guide/object-detection/)\n",
515-
" * Updates to [Working with Multispectral Data](https://developers.arcgis.com/python/guide/working-with-multispectral-data/)"
530+
" * Updates to [Working with Multispectral Data](https://developers.arcgis.com/python/guide/working-with-multispectral-data/)\n",
531+
" * Updates to [Named Entity Extraction Workflow with [`arcgis.learn`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html)](https://developers.arcgis.com/python/guide/how-named-entitry-recognition-works)\n",
532+
" * Updates to [Point Cloud Segmentation using PointCNN](https://developers.arcgis.com/python/guide/point-cloud-segmentation-using-pointcnn)"
516533
]
517534
},
518535
{
519536
"cell_type": "markdown",
520537
"metadata": {},
521538
"source": [
522539
"### [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
523-
"* Enhances `Deep Learning Samples` by providing training data\n",
524540
"* Power Users/Developers\n",
525541
" * Updates to various samples:\n",
526542
" * [A dashboard to explore world population](https://developers.arcgis.com/python/sample-notebooks/population-exploration-dashboard/)\n",
@@ -529,7 +545,7 @@
529545
" * [Raster Analytics Dashboard](https://developers.arcgis.com/python/sample-notebooks/jupyter-dashboard-for-raster-analytics/)\n",
530546
" * [Building a change detection app using Jupyter Dashboard](https://developers.arcgis.com/python/sample-notebooks/building-a-change-detection-app-using-jupyter-dashboard/)\n",
531547
"* GIS analysts and data scientists\n",
532-
" * Fixes typo for output type in [Increase Image Resolution using SuperResolution](https://developers.arcgis.com/python/sample-notebooks/increase-image-resolution-using-superresolution/)\n",
548+
" * Enhances `Deep Learning Samples` by providing training data\n",
533549
" * Fixes typos in `sdf` field names for [Data Summarization - Construction permits near Washington DC, part 2/2](https://developers.arcgis.com/python/sample-notebooks/analyze-patterns-in-construction-permits-part2/)\n",
534550
" * Adds data for [Finding a New Home](https://developers.arcgis.com/python/sample-notebooks/finding-a-new-home/)\n",
535551
" * [Plant species identification using a TensorFlow-Lite model within mobile devices](https://developers.arcgis.com/python/sample-notebooks/train-a-tensorflow-lite-model-for-identifying-plant-species/)\n",
@@ -541,12 +557,18 @@
541557
" * [Automate Road Surface Investigation Using Deep Learning](https://developers.arcgis.com/python/sample-notebooks/automate-road-surface-investigation-using-deep-learning/)\n",
542558
" * Adds missing inference data to the `predict` and `predict_video` functions in \n",
543559
" * Removes hard-coded `lr_find()` value\n",
544-
" * Fixes Table of Contents and hyperlinks in [Information extraction from Madison city crime incident reports using Deep Learning](https://developers.arcgis.com/python/sample-notebooks/information-extraction-from-madison-city-crime-incident-reports-using-deep-learning/)\n",
560+
" * [Information extraction from Madison city crime incident reports using Deep Learning](https://developers.arcgis.com/python/sample-notebooks/information-extraction-from-madison-city-crime-incident-reports-using-deep-learning/)\n",
561+
" * Fixes Table of Contents and hyperlinks\n",
562+
" * Adds Save and load trained models section\n",
563+
" * Updates Prerequisites and imports\n",
545564
" * Updates model training data in [Automate Building Footprint Extraction using Deep learning](https://developers.arcgis.com/python/sample-notebooks/automate-building-footprint-extraction-using-instance-segmentation/)\n",
546565
" * Updates to organization type and data paths in [Land Cover Classification using Satellite Imagery and Deep Learning](https://developers.arcgis.com/python/sample-notebooks/land-cover-classification-using-unet/)\n",
547566
" * [Land cover classification using sparse training data](https://developers.arcgis.com/python/sample-notebooks/land-cover-classification-using-sparse-training-data/)\n",
548567
" * Updates no data explanations\n",
549-
" * Removes data mapping"
568+
" * Removes data mapping\n",
569+
" * [Increase image resolution using [`SuperResolution`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#superresolution)](https://developers.arcgis.com/python/sample-notebooks/increase-image-resolution-using-superresolution)\n",
570+
" * Changed Meta Data Format when exporting training data to `Export Tiles`\n",
571+
" * Fixes typo for output type "
550572
]
551573
},
552574
{

0 commit comments

Comments
 (0)