|
15 | 15 | "* API-Reference documentation updates across many modules\n",
|
16 | 16 | " * Adds hyperlinks to return value objects\n",
|
17 | 17 | " * Adds text emphasis to terms within class, property, method and function descriptions\n",
|
18 |
| - " * Adds and expands upon code snippets" |
| 18 | + " * Adds and expands upon code snippets\n", |
| 19 | + " * Adds conceptual grouping of classes and submodules in [`mapping`](https://developers.arcgis.com/python/api-reference/arcgis.mapping.toc.html) module instead of presenting members alphabetically" |
19 | 20 | ]
|
20 | 21 | },
|
21 | 22 | {
|
|
28 | 29 | " * Adds `Area and Lengths` sections to `Pattern using arcgis.geometry.functions: uses server-side geometry engine` section\n",
|
29 | 30 | "* [`Working with the Spatially Enabled DataFrame`](https://developers.arcgis.com/python/guide/)\n",
|
30 | 31 | " * [Introduction to the Spatially Enabled DataFrame](https://developers.arcgis.com/python/guide/introduction-to-the-spatially-enabled-dataframe/)\n",
|
31 |
| - " * Updates the entire guide \n", |
| 32 | + " * Updates part of guide\n", |
32 | 33 | "* [`Deep Learning with ArcGIS`](https://developers.arcgis.com/python/guide/)\n",
|
33 | 34 | " * [Deep learning on time series data](https://developers.arcgis.com/python/guide/dl-on-time-series-data)\n",
|
34 | 35 | " * Adds `Sequence Length` section\n",
|
|
112 | 113 | " * returned when `edit_features(future=True)`\n",
|
113 | 114 | "* [`FeatureLayer`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
|
114 | 115 | " * Adds `future` parameter to [`edit_features()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features) so function can run asynchronously\n",
|
115 |
| - "* [`GeoAccessor`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=from_featureset#geoaccessor) (also known as the _Spatially Enabled DataFrame_)\n", |
116 | 116 | " * Adds ability to create a Spatially Enabled DataFrame from the Protocol Buffer Format\n",
|
117 | 117 | "* [`FeatureSet`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featureset)\n",
|
118 | 118 | " * Fixes issue where initializing an object from a file incorrectly formats date fields"
|
|
145 | 145 | "metadata": {},
|
146 | 146 | "source": [
|
147 | 147 | "#### [`arcgis.raster.analytics`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html)\n",
|
148 |
| - "* Adds `md_to_upload` parameter to allow publishing `ImageryLayers` from mosaic datasets in `ArcGIS Online` to:\n", |
| 148 | + "* Adds `md_to_upload` parameter to allow publishing `ImageryLayers` from existing mosaic datasets in `ArcGIS Online` to:\n", |
149 | 149 | " * [`create_image_collection()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#create-image-collection)\n",
|
150 | 150 | " * [`copy_raster()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#copy-raster)\n",
|
151 | 151 | "* Adds code snippets for:\n",
|
|
155 | 155 | " * [`sample()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#sample)\n",
|
156 | 156 | " * [`zonal_statistics_as_table()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#zonal-statistics-as-table)\n",
|
157 | 157 | "* [`create_image_collection()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#create-image-collection)\n",
|
158 |
| - " * Adds support for path to local rasters as `input_rasters` argument" |
| 158 | + " * Adds documentation to highlight support for local rasters as `input_rasters` argument" |
159 | 159 | ]
|
160 | 160 | },
|
161 | 161 | {
|
162 | 162 | "cell_type": "markdown",
|
163 | 163 | "metadata": {},
|
164 | 164 | "source": [
|
165 | 165 | "#### [`arcgis.raster.functions`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#)\n",
|
166 |
| - "* Adds parameter tables to documentation\n", |
| 166 | + "* Enhances API Reference documentation with more details and converts parameter lists to tabular format\n", |
167 | 167 | "* [`convolution()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#convolution)\n",
|
168 | 168 | " * Adds NumPy array as an option for the `kernel` parameter\n",
|
169 | 169 | "* [`stretch()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#stretch)\n",
|
170 |
| - " * Adds `colorramp` parameter" |
171 |
| - ] |
172 |
| - }, |
173 |
| - { |
174 |
| - "cell_type": "markdown", |
175 |
| - "metadata": {}, |
176 |
| - "source": [ |
177 |
| - "#### [`arcgis.raster.utils`](https://developers.arcgis.com/python/api-reference/arcgis.raster.utils.html)\n", |
178 |
| - "* Adds utility to handle `datetime.date` objects as input for `time` arguments " |
| 170 | + " * Adds `colorramp` parameter\n", |
| 171 | + "* [`wndwi()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#wndwi)\n", |
| 172 | + " * Adds documentation " |
179 | 173 | ]
|
180 | 174 | },
|
181 | 175 | {
|
|
187 | 181 | " * Adds [`group_by_proximity()`](https://developers.arcgis.com/python/api-reference/arcgis.geoanalytics.use_proximity.html#group-by-proximity) tool"
|
188 | 182 | ]
|
189 | 183 | },
|
190 |
| - { |
191 |
| - "cell_type": "markdown", |
192 |
| - "metadata": {}, |
193 |
| - "source": [ |
194 |
| - "#### [`arcgis.geoenrichment`](https://developers.arcgis.com/python/api-reference/arcgis.geoenrichment.toc.html)\n", |
195 |
| - "* Adds support for using `ArcGIS Pro` with the `Business Analyst` extension (and at least one country data pack) as a local data source" |
196 |
| - ] |
197 |
| - }, |
198 | 184 | {
|
199 | 185 | "cell_type": "markdown",
|
200 | 186 | "metadata": {},
|
201 | 187 | "source": [
|
202 | 188 | "#### [`arcgis.geometry.functions`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html)\n",
|
203 |
| - "* Adds support (and documentation) for two Enumerations to use as input for various functions. See code snippet at [`area_and_lengths`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html#areas-and-lengths):\n", |
| 189 | + "* Simplifies how units are specified by introducing two Enumerations. See code snippet for area_and_lengths: [`area_and_lengths`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html#areas-and-lengths):\n", |
204 | 190 | " * [`AreaUnits`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html#areaunits) for input as the `area_unit` parameter\n",
|
205 | 191 | " * [`LengthUnits`](https://developers.arcgis.com/python/api-reference/arcgis.geometry.functions.html#lengthunits) for input as the `length_unit` parameter"
|
206 | 192 | ]
|
|
358 | 344 | "metadata": {},
|
359 | 345 | "source": [
|
360 | 346 | "#### [`arcgis.gis.features`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html)\n",
|
361 |
| - "* optimizes request sent to server for default `where` clause of `query()` method for:\n", |
| 347 | + "* Optimizes request sent to server for default `where` clause of `query()` method for:\n", |
362 | 348 | " * [`FeatureLayer`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
|
363 | 349 | " * [`Table`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#table)\n",
|
364 | 350 | "* [`FeatureLayer`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
|
|
399 | 385 | "#### [`arcgis.raster`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#)\n",
|
400 | 386 | "* [`RasterCollection`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#rastercollection)\n",
|
401 | 387 | " * Fixes code snippet for [`map()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.map) method\n",
|
402 |
| - " * Fixes [`max()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.max) failure on object created from an `ImageryLayer` url" |
| 388 | + " * Fixes [`max()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.max) failure on object created from an `ImageryLayer` url\n", |
| 389 | + "* [`ImageryLayer`]()\n", |
| 390 | + " * Fixes [`compute_histograms()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.compute_histograms) to properly work with time extent passed as a list of `datetime.date` objects" |
403 | 391 | ]
|
404 | 392 | },
|
405 | 393 | {
|
|
408 | 396 | "source": [
|
409 | 397 | "#### [`arcgis.raster.analytics`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html)\n",
|
410 | 398 | "* [`predict_using_trend_raster`](https://developers.arcgis.com/python/api-reference/arcgis.raster.analytics.html#predict-using-trend-raster)\n",
|
411 |
| - " * Fixes incorrect format used in the request sent with a `dimension_values` argument" |
| 399 | + " * Fixes incorrect format used in the request sent with a `dimension_values` argument for ArcGIS Online" |
412 | 400 | ]
|
413 | 401 | },
|
414 | 402 | {
|
415 | 403 | "cell_type": "markdown",
|
416 | 404 | "metadata": {},
|
417 | 405 | "source": [
|
418 | 406 | "#### [`arcgis.raster.functions`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#)\n",
|
419 |
| - "* **New Function**\n", |
420 |
| - " * [`wndwi()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#wndwi)\n", |
421 | 407 | "* [`convolution()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#convolution)\n",
|
422 | 408 | " * Fixes issue with incorrect output for user-defined kernels\n",
|
423 | 409 | "* [`multidimensional_filter()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#arcgis.raster.functions.multidimensional_filter)\n",
|
|
0 commit comments