New
- Added support to render and work with Vector Tile Layers in
arcgis.mapping
module with a newVectorTileLayer
class. - Added ability to add text and archives as resource files to Items.
- Added a
find_outliers
task to thearcgis.features.analysis
module to locate features and clusters that differ significantly - Added support for Living Atlas Content
- Added ability to select layers to add when creating new feature service from
FeatureLayerCollection
item - Added
detect_track_incidents
tool to thearcgis.geoanalytics.find_locations
module - Added support for unfederated ArcGIS Server instances from the
arcgis.gis.server
module - Added ability to cancel Geoprocessing jobs with keyboard
- Added ability to publish map services from Geoanalytics results for visualizing large spatiotemporal feature services
- Added ability to login with a public account to ArcGIS Online
- Added support for Dynamic Map Image Layers
- Enhanced search capabilities to look for specific categories
- Added ability to create
Features
from and convert features to geojson - Improved spatial refernce support when using
arcgis.features.SpatialDataFrame
- Improved function to export
SpatialDataFrame
by checking for required modules - Improved performance when creating
Imagery Layers
- Added new functions to
raster.functions
module. See here for function details complex
- computes magnitude from an input raster with complex pixel typescolormap_to_rgb
- converts a single-band raster with a colormap to three-band rasterstatistics_histogram
- defines the statistics and histogram of a raster to help render outputtasseled_cap
- analyzes certain multispectral datasets and calculates new bands useful to map vegetation and urban developmet changesidentity
- default function required in a mosaic dataset if there is no other functioncolorspace_converstion
- converts the color model of a three-band unsigned 8-bit images from HSV or RGB, or vice versagrayscale
- converts a multi-band image into a single-band grayscale imagepansharpen
- enhances spatial resolution of a multi-band image by fusing with higher-resolution panchromatic imagespectral_conversion
- applies a matrix to affect the spectral values output by a multi-band imageraster_calculator
- allows you to call all existing math functions for building expressionsspeckle
- filters a speckled radar dataset to smooth out noise- Added a new
GeoEnrichment
module - Added ability to set and configure the identity provider for managing user credentials
- Added support for passing geometry columns into
PySal
functions - Added a new
esri_access
property toUser
objects so Esri training materials could be accessed - Added support for feeding
SpatialDataFrame
objects toGeoProcessing
tools - A new
SpatialDataFrame.plot()
method to do bar, line and scatterplots - Added support for multi-part
Polygon
geometries inFeatureSet
objects - Added support for creating
Hosted Feature Layer Views
- Added support for cloning items directly from the
ContentManager
- Added ability to directly read, write and author Web Maps from
arcgis.mapping.WebMap
objects - Added support for High Performance on
geocoding
andgeoanalytics
- Added
geocode_locations
tool inarcgis.geoanalytics.find_locations
module - Added functionality to the
ReconstructTracks
andJoinFeatures
in thearcgis.geoanalytics.summarize_data
module - Added support for setting content status on
Item
objects
Fixes
- BUG-00010973 Using the "services.list()" function fails with Traceback error
- BUG-000105897 When iterating over items from a non-existent folder, the Python API iterates over the ArcGIS Online root folder
- BUG-000105969 When creating replicas, a json data format replica was not being created in the output directory
- BUG-000109342 Errow when importing premium toolboxes using
geoprocessing.import_toolbox
function - Fixed
FeatureSet
issue so geometry type is set properly - Fixed issue where new datastores were not being returned from the
servers.datastores.list()
method - Fixed issue where querying a
FeatureLayer
withreturnIDsOnly
,returnCountOnly
, andreturnIdsOnly
were not returning all records - Fixed issue where publishing from service definition files was not placing service items in folders
- Fixed issue where no error was reported when creating a big data file share using an invalid path
- Fixed issue when using the defaults for the
arcgis.admin.System.reindex
function - Fixed issue where
publish_sd()
function to publish from service definition files was not available - Fixed issue where Python API tried to use ArcGIS Online basemaps in a disconnected environment
- Improved ability to save
Features
in non-English data - Fixed issue where creating a
SpatialDataFrame
from a feature class was not importing spatial reference correctly - Improved security on anonymous connections to ArcGIS Online
- Fixed security issue using NTLM and Kerberos works with Python 3.6.1
- Improved performance for download of Python API
- Fixed issue where geometry extents were not properly returned which affected some projecting operations
- Fixed issue where fields over 255 characters in length were not properly created
- Fixed issue when updating the large thumbnail on an item the image was not updating to the proper type