|
27 | 27 | "\n", |
28 | 28 | "### [Guides](../)\n", |
29 | 29 | "* [Deep Learning](../)\n", |
30 | | - " * [Machine Learning Basics](../)\n", |
31 | 30 | " * [2D Computer Vision](../)\n", |
32 | 31 | " * [Other Imagery Topics](../)\n", |
33 | 32 | " * [How SR3 super-resolution works](../guide/how-sr3-works/)\n", |
|
301 | 300 | " * [`zonal_geometry_as_table()`](/python/api-reference/arcgis.raster.analytics.html#zonal_geometry_as_table)\n", |
302 | 301 | "* [`create_viewshed()`](/python/api-reference/arcgis.raster.analytics.html#create-viewshed)\n", |
303 | 302 | " * Adds new parameters:\n", |
304 | | - " * `vertical_error`\n", |
305 | | - " * `refractivity_coefficient`\n", |
306 | | - " * `horizontal_start_angle`\n", |
307 | | - " * `horizontal_end_angle`\n", |
308 | | - " * `vertical_upper_angle`\n", |
309 | | - " * `vertical_lower_angle`\n", |
| 303 | + " * *vertical_error*\n", |
| 304 | + " * *refractivity_coefficient*\n", |
| 305 | + " * *horizontal_start_angle*\n", |
| 306 | + " * *horizontal_end_angle*\n", |
| 307 | + " * *vertical_upper_angle*\n", |
| 308 | + " * *vertical_lower_angle*\n", |
310 | 309 | "* [`summarize_raster_within()`](/python/api-reference/arcgis.raster.analytics.html#summarize-raster-within)\n", |
311 | 310 | " * Adds options for *statistic_type* argument:\n", |
312 | 311 | " * *MAJORITY_COUNT*\n", |
313 | 312 | " * *MAJORITY_PERCENT*\n", |
314 | 313 | " * *MINORITY_COUNT*\n", |
315 | | - " * *MINORITY_PERCENT\n", |
| 314 | + " * *MINORITY_PERCENT*\n", |
316 | 315 | "* [`zonal_statistics_as_table()`](/python/api-reference/arcgis.raster.analytics.html#zonal-statistic-as-table)\n", |
317 | 316 | " * Adds options for *statistic_type* argument\n", |
318 | 317 | " * *MAJORITY_COUNT*\n", |
319 | 318 | " * *MAJORITY_PERCENT*\n", |
320 | 319 | " * *MINORITY_COUNT*\n", |
321 | | - " * *MINORITY_PERCENT\n", |
| 320 | + " * *MINORITY_PERCENT*\n", |
322 | 321 | " * *MAJORITY_VALUE_COUNT_PERCENT*\n", |
323 | 322 | " * *MINORITY_VALUE_COUNT_PERCENT*\n", |
324 | 323 | " \n", |
|
335 | 334 | " * *MAJORITY_COUNT*\n", |
336 | 335 | " * *MAJORITY_PERCENT*\n", |
337 | 336 | " * *MINORITY_COUNT*\n", |
338 | | - " * *MINORITY_PERCENT\n", |
| 337 | + " * *MINORITY_PERCENT*\n", |
339 | 338 | "\n", |
340 | 339 | "#### [`arcgis.raster.orthomapping`](/python/api-reference/arcgis.raster.orthomapping.html)\n", |
341 | 340 | "* Adds error messaging when attempting to create an item from one which is not an Orthomapping Project\n", |
|
355 | 354 | " * [`LocateSettings`](/python/api-reference/arcgis.network.toc.html#locatesettings)\n", |
356 | 355 | "* Adds enumeration:\n", |
357 | 356 | " * [`ToleranceUnits`](/python/api-reference/arcgis.network.toc.html#toleranceunits)\n", |
358 | | - " * [`SolverType`](`ToleranceUnits`](/python/api-reference/arcgis.network.toc.html#solvertype)\n", |
| 357 | + " * [`SolverType`](/python/api-reference/arcgis.network.toc.html#solvertype)\n", |
359 | 358 | "* Adds function:\n", |
360 | 359 | " * [`publish_routing_services()`](/python/api-reference/arcgis.network.toc.html#publish-routing-services)\n", |
361 | 360 | "* Adds parameter documentation to `solve()` methods:\n", |
|
375 | 374 | "* Adds parameter documentation for these parameters to all tools except `edit_vehicle_routing_problem` and `solve_vehicle_routing_problem`\n", |
376 | 375 | " * *accumulate attributes*\n", |
377 | 376 | " * *ignore_invalid_locations*\n", |
378 | | - "* Adds parameter documentation for this parameter to `generate_service_areas()`\n", |
| 377 | + "* Adds parameter documentation to `generate_service_areas()`\n", |
379 | 378 | " * *exclude_sources_from_polygon_generation*\n", |
380 | 379 | "\n", |
381 | 380 | "#### [`arcgis.notebook`](https://next.sites.afd.arcgis.com/python/api-reference/arcgis.notebook.html)\n", |
|
446 | 445 | " * Adds *lazy loading* to all imports in module\n", |
447 | 446 | " * Adds warning to indicate if template is newer than the ArcGIS Enteprise \n", |
448 | 447 | " * [`WebExperience`](/python/api-reference/arcgis.apps.expbuilder.html#webexperience)\n", |
449 | | - " * [`clone()`](/api-reference/arcgis.apps.expbuilder.html#arcgis.apps.expbuilder.expbuilder.WebExperience.clone\n", |
| 448 | + " * [`clone()`](/api-reference/arcgis.apps.expbuilder.html#arcgis.apps.expbuilder.expbuilder.WebExperience.clone)\n", |
450 | 449 | " * Adds deprecation message as items are now supported with *ContentManager.clone_items()*\n", |
451 | 450 | " \n", |
452 | 451 | "#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n", |
453 | 452 | "* Adds error checking when *predict()* method run on unsupported multrispectral data\n", |
454 | 453 | "* Adds error messaging when *sensitive_feature* argument is not of correct type when using `fairness_score()` method\n", |
455 | 454 | "* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n", |
456 | 455 | " * [`prepare_data()`](/python/api-reference/arcgis.learn.toc.html#prepare-data)\n", |
457 | | - " * Updates *channels_of_interest* documentations description for PSETAE model\n", |
| 456 | + " * Updates *channels_of_interest* documentation description for PSETAE model\n", |
458 | 457 | " * Adds support for the *num_workers* argument for:\n", |
459 | 458 | " * [`ChangeDetector`](/python/api-reference/arcgis.learn.toc.html#changedetector)\n", |
460 | 459 | " * [`Pix2Pix`](/python/api-reference/arcgis.learn.toc.html#pix2pix)\n", |
|
525 | 524 | " * [Google Colaboratory](../guide/install-google-colab)\n", |
526 | 525 | " * Updates to instructions\n", |
527 | 526 | "* [Deep Learning](../)\n", |
528 | | - " * [Machine Learning Basics](../)\n", |
529 | 527 | " * [2D Computer Vision](../)\n", |
530 | 528 | " * [Object Detection](../)\n", |
531 | 529 | " * [YOLOv3 Object Detector](../guide/yolov3-object-detector)\n", |
|
711 | 709 | " * Fixes error in general code execution with certain *standard_geography_query* input\n", |
712 | 710 | " \n", |
713 | 711 | "#### [`arcgis.geometry.functions`](/python/api-reference/arcgis.geometry.functions.html#functions)\n", |
714 | | - "* Fix BUG-000154257 where some functions returned a `The opertion was attempted on an empty geometry 400 error` when proper formatting not used for *offset_units* argument\n", |
| 712 | + "* Fixes BUG-000154257 where some functions returned a `The opertion was attempted on an empty geometry 400 error` when proper formatting not used for *offset_units* argument\n", |
715 | 713 | "\n", |
716 | 714 | "#### [`arcgis.mapping`](/python/api-reference/arcgis.mapping.toc.html)\n", |
717 | 715 | "* [Working with 2D Maps](/python/api-reference/arcgis.mapping.toc.html#working-with-2d-maps)\n", |
|
739 | 737 | "#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n", |
740 | 738 | "* [Data Preparation Methods](/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n", |
741 | 739 | " * [`estimate_batch_size()`](/python/api-reference/arcgis.learn.toc.html#estimate-batch-size)\n", |
742 | | - " * Fixes issue where method overestimates in evaluations mode for some Object Detection models\n", |
| 740 | + " * Fixes issue where method overestimates in evaluation mode for some Object Detection models\n", |
743 | 741 | " * [`Transform3d`](/python/api-reference/arcgis.learn.toc.html#transform3d)\n", |
744 | 742 | " * Fixes *jitter* values to be float only\n", |
745 | 743 | "* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n", |
|
0 commit comments