|
42 | 42 | " * [Validate item metadata](/python/samples/validate-item-metadata/)\n", |
43 | 43 | " * [Validate user profiles](/python/samples/validate-user-profiles/)\n", |
44 | 44 | "* [GIS analysts and data scientists](/python/samples)\n", |
45 | | - " * [Investigate Chennai Floods](/python/samples/track-river-pollutants/)\n", |
| 45 | + " * [Network Analysis Investigating Chennai Floods](/python/samples/track-river-pollutants/)\n", |
46 | 46 | "* [Deep Learning](/python/samples)\n", |
47 | 47 | " * [2D Computer Vision](/python/samples)\n", |
48 | 48 | " * [Object Detection](/python/samples)\n", |
|
245 | 245 | " * _pbf_\n", |
246 | 246 | " \n", |
247 | 247 | "#### [`arcgis.raster`](/python/api-reference/arcgis.raster.toc.html#)\n", |
248 | | - "* Adds support for more _STAC_ datasets through existing methods in the module, notably _Earth Search_ and _Planetary computer_:\n", |
| 248 | + "* Adds support for more _STAC_ datasets through existing methods in the module, notably _Earth Search_ and _Planetary computer_, and _Sentinel Hub STAC_ APIs:\n", |
249 | 249 | " * [`RasterCollection.from_stac_api()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.from_stac_api)\n", |
250 | | - " * [`RasterCollection.from_stac_catalog()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.from_stac_catalog)\n", |
251 | 250 | " * [`Raster.from_stac_item()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.Raster.from_stac_item)\n", |
252 | 251 | "* [`ImageryLayer`](/python/api-reference/arcgis.raster.toc.html#imagerylayer)\n", |
253 | 252 | " * Adds methods:\n", |
254 | 253 | " * [`refresh_service()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.refresh_service) \n", |
255 | 254 | " * [`dimension_profile()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.dimension_profile)\n", |
256 | 255 | " * [`query_gps_info()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.query_gps_info)\n", |
257 | 256 | "* [`RasterCollection`](/python/api-reference/arcgis.raster.toc.html#rastercollection)\n", |
258 | | - " * [`mosaic()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.mosaic)\n", |
259 | | - " * Enhances method to use new _merge_rasters()_ method internally\n", |
| 257 | + " * Adds new methods:\n", |
| 258 | + " * [`add_field()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.add_field)\n", |
| 259 | + " * [`group_by()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.group_by)\n", |
| 260 | + " * [`merge()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.merge)\n", |
| 261 | + " * [`reduce()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.reduce)\n", |
| 262 | + " * [`summarize_field()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.summarize_field)\n", |
260 | 263 | "\n", |
261 | 264 | "#### [`arcgis.raster.analytics`](/python/api-reference/arcgis.raster.analytics.html#)\n", |
262 | 265 | "* Adds functions:\n", |
| 266 | + " * Allow aggregation functions (such as _max()_, _mean()_, _sum()_, etc) to accept _RasterCollection_ object as input\n", |
263 | 267 | " * [`derive_continuous_flow()`](/python/api-reference/arcgis.raster.analytics.html#derive-continuous-flow)\n", |
264 | 268 | " * [`multidimensional_principal_components()`](/python/api-reference/arcgis.raster.analytics.html#multidimensional-principal-components)\n", |
265 | 269 | " * [`predict_using_regression_model()`](/python/api-reference/arcgis.raster.analytics.html#predict-using-regression-model)\n", |
|
286 | 290 | "* Adds classes:\n", |
287 | 291 | " * [`Project`](/python/api-reference/arcgis.raster.orthomapping.html#project)\n", |
288 | 292 | " * [`Mission`](/python/api-reference/arcgis.raster.orthomapping.html#mission)\n", |
289 | | - "* Methods enhanced to accept additional object types as inputs\n", |
| 293 | + "* Methods enhanced to accept `Mission` object as inputs\n", |
290 | 294 | " \n", |
291 | 295 | "#### [`arcgis.raster.utils`](/python/api-reference/arcgis.raster.utils.html)\n", |
292 | 296 | "* Adds support for using _FeatureLayer_ objects as input for mask environment parameters\n", |
|
611 | 615 | "\n", |
612 | 616 | "#### [`arcgis.raster`](/python/api-reference/arcgis.raster.toc.html)\n", |
613 | 617 | "* [`Raster`](/python/api-reference/arcgis.raster.toc.html#raster)\n", |
614 | | - " * Fixes `AttributeError '_ArcpyRaster' object has not attribute '_engine_obj'` when initializing from local raster\n", |
615 | 618 | " * [`export_image()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.Raster.export_image)\n", |
616 | 619 | " * Fixes `ValueError` message when exporting locally even though method functions properly\n", |
617 | 620 | "* [`ImageryLayer`](/python/api-reference/arcgis.raster.toc.html#imagerylayer)\n", |
618 | 621 | " * Ensure that 64-bit integer values are handled correctly because of improper _datetime_ handling\n", |
619 | | - " * [`temporal_profile()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.temporal_profile)\n", |
620 | | - " * Fixes `TypeError` issue when drawing a trend line\n", |
621 | 622 | " * [`query()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.query)\n", |
622 | 623 | " * Fixes incorrect output returned if _time_filter_ argument is a _datetime.date_ object\n", |
623 | 624 | "\n", |
|
629 | 630 | "* [`copy_raster()`](/python/api-reference/arcgis.raster.analytics.html#copy-raster)\n", |
630 | 631 | " * Fixes `Failed to execute` error because of improper handling if token not present in token-based authentication\n", |
631 | 632 | "\n", |
632 | | - "#### [`arcgis.raster.functions.gbl`](/python/api-reference/arcgis.raster.functions.gbl.html)\n", |
633 | | - "* [`distance_allocation()`](/python/api-reference/arcgis.raster.functions.gbl.html#distance-allocation)\n", |
634 | | - " * Fixes `KeyError` when using function in ArcGIS Notebooks on ArcGIS Enterprise\n", |
635 | | - "\n", |
636 | 633 | "#### [`arcgis.raster.functions.RFT`](/python/api-reference/arcgis.raster.functions.RFT.html)\n", |
637 | 634 | " * Fixes issue with incorrect rendering when RFT module is used on a layer\n", |
638 | 635 | "\n", |
|
0 commit comments