New
- Added full capabilities to install
arcgis
package withpip
- Added
Upload Manager
to aid in upload operations to the server - Added
shapely
support to theSpatial DataFrame
- Added
is_empty
property for checkinggeometry
- Added support for
GeoJSON
LineStrings
, andPolygons
- Added support for
Operations Views
s andDashboards
toclone_items
function onContent Manager
- Added ability to
Content Manager
tosearch
formap image layers
- Enhanced
Map Image Layer.export()
to output image and kmz formats - Added ability to export data from non-hosted
feature layer
to Excel - Added support for multiple profiles persisted in the .
arcgisprofile
- Added ability to plot a
GeoSeries
(SeeSpatial DataFrame
with suite of symbology and rendering options - Added
admin
functionality for Portal users withpublisher
privileges - Added
output_cellsize
parameter toresample
raster function - Added ability to read list of
Feature Layers
toFeatureLayerCollectionManager.create_view
method - Added ability to register SDE Connection Files as a data store
- Improved performance when
cloning
items - Added parameters to
user.update()
method to accept first and last names as input - Added
distanceSplit
anddistanceSplitUnit
parameters toGeoAnalytics.reconstruct_tracks
function - Added
cellSize
,cellSizeUnits
, andshapeType
parameters tofeatures.analyze_patterns.find_hot_spot
function - Added support for Content Categories for portal items
- Added ability to convert Rasters to Features with
ImageryLayer.to_features()
function - Added [
draw_graph
] function toImageryLayer
objects for for visualizing Raster function workflows - Added support for additional rasters as inputs to
raster functions
- Added additional rendering support to
MapView
andFeatureLayer
" objects - Added
users_update_items
parameter toGroupManager.create()
to allow members to update all items in group - Added
token
parameter toGIS
for logging into GIS from external contexts - Enhanced automation of creating users with
security_question
parameter touser.update()
method - Added support for
MapImageLayer
tomap.add_layer()
method
Fixes
Group.add_user
method will acceptuser
objects or astring
representing username as input.- Updated date handling and integer types available on the
Spatial DataFrame
- Fixed issue where mixed-content layers were failing when using the
map widget
- Fixed issue where
FeatureSet.df
was not properly setting the spatial reference - Detailed warnings issued exporting layer with
global function
in the function chain - Fixed issue where PNG files referenced in thumbnail parameter on
user.update()
method raised an exception - Fixed error when drawing
FeatureCollections
withdatetime
fields - Fixed bug where
ContentManager.import_data()
returned error if Pandas dataframe did not contain addresses - Fixed bug when using
SpatialDataFrame.to_featurelayer()
method for environments lackingArcPy
site-package - Fixed issue where
time-enabled hosted feature layers
failed to clone to portal items - Fixed projection issue when using
SpatialDataFrame.to_featureclass()
method whenArcPy
site-package not present - Fixed problem with
Geoenrichment.Country.subgeographies
queries not returning results - Fixed handling of
NoneType
responses for Geoprocessing service requests - Fixed bug where
user.update_level()
method was not changing level of user - Added missing parameters to
raster.classify
function - Fixed errors when writing dates to feature attributes