New
- Added
arcgis.learn
module to provide a set of Deep Learning Tools - Tools for
Pixel Classification
andObject Detection
- Tools to
prepare_data()
created fromArcGIS Pro Export Training Data for Deep Learning
- Full support for passing rendering of input image layers
- Added support for
webhooks
with aWebhook Manager
- Added ability to create a hosted item in any folder
- Added new
describe_data()
tool toarcgis.geoanalytics.manage_data
module - Added new
data_enrichment
module to thearcgis.geonanalytics
submodules - includes the
enrich_from_grid()
function - Added new
time_boundary_split
,time_boundary_unit
, andtime_boundary_reference
parameters to thegeoanalytics.find_locations.detect_incidents()
,geoanalytics.manage_data.calculate_fields()
andgeoanalytics.summarize_data.reconstruct_tracks()
tools - Added support for
clone_items()
by owner of multi-source views - Added
dependencies
property toItem
objects - Added optional
include_route_layers
parameter tofeatures.analysis.plan_routes()
tool - Added
distance_method
parameter to raster distance functions: euclidean_distance
euclidean_allocation
euclidean_direction
- Added
flow_direction_type
parameter to hydrology functions: - Added new
Global Raster Functions
: region_group
corridor
path distance
path_distance_allocation
path_distance_back_link
- Added new
Raster Analytics Functions
: build_footprints()
build_overview()
calculate_statistics()
- Added new
Raster Functions
focal_stats()
lookup()
- Added
report_format
parameter toorthomapping.generate_report()
- Added support for uploading large files
- Added
find_point_clusters()
tool toarcgis.features.analysis
module - Added
update_item_delete_policy()
andschedule
function toCollaboration
objects - Added
copy_feature_service_data
parameter toupdate_portal_group_link()
function - Added
compute_pixel_location()
function toImagery Layers
- Added
ics_to_pixel
property toRaster Catalog Items
- Added support for returning
tables
as dataframes to thequery()
- Support resetting values on
user.update()
Fixes
- Deprecated
Group.invite_by_email()
function https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Group.invite_by_email - Fixed error when creating
GIS
object in an enviroment where API for Python was installed with no dependencies - Fixed issue when creating spatially enabled dataframe from an empty feature layer
- Fixed issue when spatially enabled dataframe treated
NaN
values as 0 - Fixed issue on
share()
method wheneveryone=True
thatorg=True
- Fixed issue to ensure a
query()
with no results returns correct empty object type - Fixed issue when text used for
file_type
parameter onanalyze
`] - Ensured
role
androle_id
are always set for connected user - Fixed issues with zoom functionality on map
- Fixed issue when
ImageryLayer.service
property returned incorrect value - Fixed
create_viewhshed()
to acceptabove_ground_level_output_name
parameter - Fixed
flow_direction()
to properly readoutput_name
parameter - Updated
apps
module documentation to clarify acceptable item types for various parameters - Fixed
Table.fromitem()
function to correctly create table objects from items containing tables - Updated default parameter type for
spatial index
- Fixed issue when chaining
raster functions
andglobal functions
- Fixed
raster analytics functions
to properly work withFeature Layer
inputs - Fixed issue with
optimum_travel_cost_network()
function - Fixed issue with
collaboration.create()
function - Fixed issue where
get_datastores()
returned incomplete results when same server functioned asraster analytics
andgeoanalytics
server - Fixed
FeatureSet.to_geojson
to properly convert linestrings - Fixed issue on calling Enterprise utility services when connected using web-tier authentication
- Fixed issue on
register()
function to return properly formatted response - Fixed issue with indexing on the
band_ids
parameter ofextract_band()
- Fixed BUG-000119016 - issue where exporting a
spatially enabled dataframe
to a feature class convertedFeature Service
Null values date field(s) to a specific date(‘1/1/2001’) - Fixed issue with
gis.users.invite()
improperly formatting email request