|
7 | 7 | "# What's new in version 1.8.4"
|
8 | 8 | ]
|
9 | 9 | },
|
| 10 | + { |
| 11 | + "cell_type": "markdown", |
| 12 | + "metadata": {}, |
| 13 | + "source": [ |
| 14 | + "## New" |
| 15 | + ] |
| 16 | + }, |
| 17 | + { |
| 18 | + "cell_type": "markdown", |
| 19 | + "metadata": {}, |
| 20 | + "source": [ |
| 21 | + "### [`Guides`](https://developers.arcgis.com/python/guide/)\n", |
| 22 | + "* [Managing ArcGIS Applications](https://developers.arcgis.com/python/guide/)\n", |
| 23 | + " * [Authoring ArcGIS Dashboards using [`arcgis.apps.dashboard`](https://developers.arcgis.com/python/api-reference/arcgis.apps.dashboard.html)](https://developers.arcgis.com/python/guide/authoring-arcgis-dashboards)\n", |
| 24 | + "* [Deep Learning with ArcGIS](https://developers.arcgis.com/python/guide/)\n", |
| 25 | + " * [How ChangeDetection Works?](https://developers.arcgis.com/python/guide/how-change-detection-works)\n", |
| 26 | + " * [Inference only Text Models in [`arcgis.learn`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html)](https://developers.arcgis.com/python/guide/inference-only-text-models-in-arcgis-learn)\n", |
| 27 | + " * [Retraining Windows and Doors Extraction model](https://developers.arcgis.com/python/guide/retraining-windows-doors-extraction-model)\n", |
| 28 | + " * [Unsupervised Machine learning using arcgis.learn guide](https://developers.arcgis.com/python/guide/unsupervised-ml-model-guide)\n", |
| 29 | + " * [YOLOv3 Object Detector](https://developers.arcgis.com/python/guide/yolov3-object-detector)\n", |
| 30 | + " * [Faster R-CNN Object Detector](https://developers.arcgis.com/python/guide/faster-rcnn-object-detector)\n", |
| 31 | + " * [Edge Detection with [`arcgis.learn`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#)](https://developers.arcgis.com/python/guide/edge-detection-with-arcgis-learn)\n", |
| 32 | + " * [Image Captioning](https://developers.arcgis.com/python/guide/how-image-captioning-works)\n", |
| 33 | + " * [How SequenceToSequence Works](https://developers.arcgis.com/python/guide/how-sequencetosequence-works)" |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "cell_type": "markdown", |
| 38 | + "metadata": {}, |
| 39 | + "source": [ |
| 40 | + "### [`Samples`](https://developers.arcgis.com/python/sample-notebooks/)\n", |
| 41 | + "* GIS Analysts and Data Scientists\n", |
| 42 | + " * [Translating Story Map from one language to another using Deep Learning](https://developers.arcgis.com/sample-notebooks/translating-story-map-from-one-language-to-another)\n", |
| 43 | + " * [Generating rgb imagery from digital surface model using Pix2Pix](https://developers.arcgis.com/sample-notebooks/generating-rgb-imagery-from-digital-surface-model-using-pix2pix)\n", |
| 44 | + " * [Change Detection of Buildings from Satellite Imagery](https://developers.arcgis.com/sample-notebooks/change-detection-of-buildings-from-satellite-imagery)\n", |
| 45 | + " * [Land Parcel Extraction using Edge Detection model ](https://developers.arcgis.com/sample-notebooks/land-parcel-extraction-using-edge-detection-deep-learning-model)\n", |
| 46 | + " * [Address Correction and Standardization using SequenceToSequence model](https://developers.arcgis.com/sample-notebooks/address-standardization-and-correction-with-sequencetosequence)" |
| 47 | + ] |
| 48 | + }, |
10 | 49 | {
|
11 | 50 | "cell_type": "markdown",
|
12 | 51 | "metadata": {},
|
13 | 52 | "source": [
|
14 | 53 | "## Fixes"
|
15 | 54 | ]
|
16 | 55 | },
|
| 56 | + { |
| 57 | + "cell_type": "markdown", |
| 58 | + "metadata": {}, |
| 59 | + "source": [ |
| 60 | + "### [`Guides`](https://developers.arcgis.com/python/guide)\n", |
| 61 | + "* [Deep Learning with ArcGIS](https://developers.arcgis.com/python/guide)\n", |
| 62 | + " * Updates guides with `PointRend` enhancement\n", |
| 63 | + " * [How PSPNet works?](https://developers.arcgis.com/python/guide/how-pspnet-works/)\n", |
| 64 | + " * [How MaskRCNN works?](https://developers.arcgis.com/python/guide/how-maskrcnn-works/)\n", |
| 65 | + " * [How DeepLabV3 Works](https://developers.arcgis.com/python/guide/how-deeplabv3-works/)" |
| 66 | + ] |
| 67 | + }, |
17 | 68 | {
|
18 | 69 | "cell_type": "markdown",
|
19 | 70 | "metadata": {},
|
20 | 71 | "source": [
|
21 | 72 | "### [`Samples`](https://developers.arcgis.com/python/sample-notebooks/)\n",
|
| 73 | + "* GIS Analysts and Data Scientists\n", |
| 74 | + " * Updates `Try-It-Live` functionality\n", |
| 75 | + " * [Reconstructing 3D buildings from Aerial LiDAR with Deep Learning](https://developers.arcgis.com/python/sample-notebooks/building-reconstruction-using-mask-rcnn/)\n", |
| 76 | + " * [Land cover classfication using sparse training data](https://developers.arcgis.com/python/sample-notebooks/land-cover-classification-using-sparse-training-data/)\n", |
| 77 | + " * [Feature Categorization using Satellite Imagery and Deep Learning](https://developers.arcgis.com/python/sample-notebooks/feature-categorization-using-satellite-imagery-and-deep-learning/)\n", |
| 78 | + " * [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", |
| 79 | + " * Updates samples to correct data paths when `.` in paths\n", |
| 80 | + " * [Extracting Building Footprints From Drone Data\n", |
| 81 | + "](https://developers.arcgis.com/python/sample-notebooks/extracting-building-footprints-from-drone-data/)\n", |
| 82 | + " * [Increase Image Resolution using [`SuperResolution`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#superresolution)](https://developers.arcgis.com/python/sample-notebooks/increase-image-resolution-using-superresolution/)\n", |
| 83 | + " * [Shipwrecks detection using bathymetric data](https://developers.arcgis.com/python/sample-notebooks/shipwrecks-detection-using-bathymetric-data/)\n", |
22 | 84 | "* Power Users/Developers\n",
|
23 | 85 | " * Updates samples that were missing maps in visualization sections\n",
|
24 | 86 | " * [Building a change detection app using Jupyter Dashboard](https://developers.arcgis.com/python/sample-notebooks/building-a-change-detection-app-using-jupyter-dashboard/)\n",
|
|
0 commit comments