{"id":1093541,"date":"2020-12-20T23:03:13","date_gmt":"2020-12-21T07:03:13","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1093541"},"modified":"2020-12-20T23:03:13","modified_gmt":"2020-12-21T07:03:13","slug":"whats-new-in-arcgis-api-for-python-v183","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183","title":{"rendered":"What\u2019s new in ArcGIS API for Python v1.8.3"},"author":7141,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[37101,738191],"tags":[387782,186132,164102,757961,24341],"industry":[],"product":[36841],"class_list":["post-1093541","blog","type-blog","status-publish","format-standard","hentry","category-announcements","category-developers","tag-arcgis-api-for-python","tag-deep-learning","tag-jupyter-notebook","tag-pandas","tag-python","product-api-python"],"acf":{"short_description":"v1.8.3 of the Python API packs powerful new capabilities and performance improvements. Read about some of the key new functionality in this blog.","flexible_content":[{"acf_fc_layout":"content","content":"<h1>Version 1.8.3 of the ArcGIS API for Python is here<\/h1>\n<p style=\"text-align: justify;\">The Python API is designed to serve a wide spectrum of users &#8211; from GIS administrators, to Python developers and data scientists. Our users have trusted the API and use it to administer their web GIS, publish, update and clone a wide variety of GIS data, build sophisticated analytical models and automate their mission critical workflows. Over the last few years, the API has grown from a quaint little library to one with several different modules. Now we have over 2300 methods and functions!<\/p>\n"},{"acf_fc_layout":"sidebar","content":"<p><strong>Article Summary:<\/strong> <code>v1.8.3<\/code> of the ArcGIS API for Python has been released. This release adds a slew of new features and capabilities.<\/p>\n<ul>\n<li>No time to read the full article? Scroll to the end for an 1 slide overview.<\/li>\n<li>Want the complete list of new features? You can get them from the <a href=\"https:\/\/developers.arcgis.com\/python\/guide\/release-notes\/#What's-new-in-version-1.8.3\">release notes.<\/a><\/li>\n<li>Ready to try out the new API? You can upgrade\u00a0 by typing <code>conda upgrade -c esri arcgis<\/code> into your anaconda prompt.<\/li>\n<\/ul>\n","image_reference":false,"layout":"standard","image_reference_figure":"","snippet":"","spotlight_name":"","section_title":"","position":"Center","spotlight_image":false},{"acf_fc_layout":"image","image":{"ID":1093721,"id":1093721,"title":"python api over 2300 tools","filename":"python-api-over-2300-tools.jpg","filesize":186741,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools.jpg","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\/python-api-over-2300-tools","alt":"Python API - over 2300 tools","author":"7141","description":"","caption":"The ArcGIS API for Python has grown into a vast library with over 2300 methods and functions!","name":"python-api-over-2300-tools","status":"inherit","uploaded_to":1093541,"date":"2020-12-18 07:45:07","modified":"2020-12-21 00:12:57","menu_order":0,"mime_type":"image\/jpeg","type":"image","subtype":"jpeg","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1500,"height":844,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools-213x200.jpg","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools.jpg","medium-width":464,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools.jpg","medium_large-width":768,"medium_large-height":432,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools.jpg","large-width":1500,"large-height":844,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools.jpg","1536x1536-width":1500,"1536x1536-height":844,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools.jpg","2048x2048-width":1500,"2048x2048-height":844,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools-826x465.jpg","card_image-width":826,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools.jpg","wide_image-width":1500,"wide_image-height":844}},"image_position":"center","orientation":"horizontal","hyperlink":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-over-2300-tools.jpg"},{"acf_fc_layout":"content","content":"<p style=\"text-align: justify;\">The picture above (presented at <a href=\"https:\/\/www.esri.com\/training\/catalog\/5e2750afea39935a53625340\/python-libraries-for-spatial-data-science\/\">Python Libraries for Spatial Data Science<\/a> talk) distills some of the key capabilities of the API. At version 1.8.3, we have tried to enhance each of these aspects and this blog is a rundown of the top features.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2 style=\"text-align: justify;\">Framework improvements<\/h2>\n<p style=\"text-align: justify;\">One of the biggest improvements we performed behind the scenes was migrating the HTTP communication modules to use <a href=\"https:\/\/requests.readthedocs.io\/en\/master\/\"><strong>requests<\/strong><\/a> (a popular 3<sup>rd<\/sup> party module) from built-in <code>urllib<\/code> module. There is no change to your scripts, except that now and going forward we can better support some of your custom and complex authentication systems. For JSON parsing, we switched to <a href=\"https:\/\/github.com\/ultrajson\/ultrajson\"><strong>UltraJSON<\/strong><\/a><strong>. <\/strong>Combined, we were able to improve support for fundamental features such as multipart uploads while extracting performance improvements<strong>. <\/strong>Apart from this, we have added support for Python 3.8, JupyterLab 1x, 2x and Pandas v1.0.<\/p>\n<h2 style=\"text-align: justify;\">GIS Administration<\/h2>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-notebooks\/overview\">ArcGIS Notebooks<\/a> and the <a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-notebooks\/workspace-options\/arcgis-enterprise\">Notebook Server<\/a> play a key role in enabling spatial data science capability of the ArcGIS Platform. The <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.gis.nb.html?highlight=nb#module-arcgis.gis.nb\"><strong>arcgis.gis.nb<\/strong><\/a> module has been enhanced allowing you to manage notebook servers. You can now inspect the instances that are running and their properties. This module also enables powerful workflows such as executing notebooks on demand and scheduling notebooks. In the future, we plan to support managing different versions of notebook items.<\/p>\n<p style=\"text-align: justify;\">There have been numerous small updates and fixes to other parts of the GIS administration API. When creating users, for instance, you can now use smart defaults you as an admin have defined for your org. A new <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.gis.admin.html?highlight=agolusagereports#arcgis.gis.admin.AGOLUsageReports\"><strong>AGOLUsageReports<\/strong><\/a> class allows better compilation of usage reports in ArcGIS Online, something our users have been asking for.<\/p>\n<p style=\"text-align: justify;\">On the security front, the API now supports authentication using API keys. This is a new login mechanism targeted toward GIS developers and you will be learning more about it in the coming months.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2 style=\"text-align: justify;\">Content management<\/h2>\n<p style=\"text-align: justify;\">We are excited to introduce the new `<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.apps.dashboard.html\"><strong>arcgis.apps.dashboard<\/strong><\/a><strong>`<\/strong> module that allows users to compose <a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-dashboards\/overview\">ArcGIS Dashboards apps<\/a> using Python! A lot of data scientists want a medium that is simpler than notebooks to communicate their results and we hope this module can help them quickly compose such apps.<\/p>\n<p style=\"text-align: justify;\">Content migration and cloning is a very important workflow for our users, and we are happy to introduce a new <strong>\u2018<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.gis.toc.html?highlight=groupmigrationmanager#arcgis.gis.GroupMigrationManager\">GroupMigrationManager<\/a>\u2019<\/strong> workflow that allows group admins to migrate content from one group to another across organizations. Long term users of the API would be familiar with `<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.gis.toc.html?highlight=groupmigrationmanager#arcgis.gis.ContentManager.clone_items\">clone_items<\/a>` function that is native to the Python API. It has been enhanced to support a slew of new app types along with various bug fixes.<\/p>\n<p style=\"text-align: justify;\">This release also adds new publishing workflows \u2013 such as publishing directly from content deposited into a data store and the ability to set desired item ids for certain workflows and environments.<\/p>\n<p style=\"text-align: justify;\">On the <strong>OGC and FOSS4G <\/strong>fronts, we have added a new `<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.mapping.ogc.html\"><strong>arcgis.mapping.ogc<\/strong><\/a>` sub-module to work with OGC layers. Another exciting development is the ability to directly read in-memory <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.features.toc.html?highlight=from_geodataframe#arcgis.features.GeoAccessor.from_geodataframe\">GeoPandas GeoDataFrame<\/a> objects into ArcGIS! The API now supports reading geopackage files and newer columnar file formats like <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.features.toc.html?highlight=feather#arcgis.features.GeoAccessor.from_feather\">feather<\/a>. We are researching some of these new patterns to increase the performance of the Spatially enabled DataFrame (SeDF) objects.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2 style=\"text-align: justify;\">Spatial analysis<\/h2>\n<p style=\"text-align: justify;\">Let\u2019s talk about <strong>Spatially enabled DataFrames (SeDF)<\/strong>. You can now pass SeDF objects as inputs to spatial analysis tools. This allows you to easily enable data engineering workflows to use the powerful spatial analysis tools available as ready-to-use tools on your web GIS. Another feature is the ability to <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.features.toc.html?highlight=sanitize#arcgis.features.GeoAccessor.sanitize_column_names\">sanitize column names<\/a> before saving the DataFrame. SeDF objects now support a new `<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.features.toc.html?highlight=sanitize#arcgis.features.GeoAccessor.renderer\">renderer<\/a>` property to store symbology or drawing info. When you read a <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.features.toc.html?#arcgis.features.GeoAccessor.from_layer\">feature layer<\/a>, the renderer will now pick up the symbology defined on that web layer and utilize that to visualize the layer on a map. You can override it with your custom symbols at any time.<\/p>\n<p style=\"text-align: justify;\">Now almost all web tools in Python API support <strong>asynchronous processing<\/strong>. Async processing allows you to submit big and long running tasks to the server and get back a <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.geoprocessing.html#gpjob\">GPJob<\/a> object. This essentially frees up the Python kernel, allowing you to run subsequent commands while the server keeps working on the submitted job. You can poll the job object anytime to know the status or cancel the job.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2 style=\"text-align: justify;\">Raster analysis<\/h2>\n<p style=\"text-align: justify;\">While raster is part of spatial analysis section covered above, a lot of work went into it that we thought it warrants a new section of its own. In major news, we added two new classes \u2013 `<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.raster.toc.html#raster\"><strong>Raster<\/strong><\/a><strong>`<\/strong> and `<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.raster.toc.html#rastercollection\"><strong>RasterCollection<\/strong><\/a>` that allows you to work with a wide variety of imagery data in a seamless manner. You can read and work with local file-based raster data just as well as those published as imagery layers (services). When you read local raster data, the API chooses ArcPy as the processing engine and if you read an Image service, it uses the ArcGIS Image Server as the back-end engine. This allows users to work with one API immaterial of where the data is stored and processed in the back-end.<\/p>\n<p style=\"text-align: justify;\">A slew of new raster functions and distributed raster analytics tools for applications such as trend analysis, multidimensional analysis, change detection etc. have been added.<\/p>\n<h2 style=\"text-align: justify;\">Deep Learning<\/h2>\n<p style=\"text-align: justify;\">A significant feature of the API is its ability to train deep learning models for geospatial applications using the `<a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/analytics\/deep-learning-models-in-arcgis-learn\/\"><strong>arcgis.learn<\/strong><\/a>` module. The API now supports over 30 models for various advanced workflows. These models can work with a wide variety of data such as planimetric &amp; oriented imagery, point cloud, feature, tabular, time-series data and <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/analytics\/dev-summit-2020-extract-and-map-data-from-unstructured-text-2\/\">unstructured text<\/a>. This release adds models for key workflows such as <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.learn.toc.html#bdcnedgedetector\">edge detection<\/a>, <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.learn.toc.html#changedetector\">change detection<\/a>, <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.learn.toc.html#multitaskroadextractor\">road extraction<\/a> and <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.learn.toc.html#image-translation-models\">image translation<\/a>.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":1095181,"id":1095181,"title":"geospatial ai in arcgis","filename":"arcgis-ai-2020.jpg","filesize":143435,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020.jpg","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\/arcgis-ai-2020","alt":"geospatial ai in arcgis","author":"7141","description":"","caption":"Geospatial AI in ArcGIS","name":"arcgis-ai-2020","status":"inherit","uploaded_to":1093541,"date":"2020-12-20 22:45:07","modified":"2020-12-20 22:45:36","menu_order":0,"mime_type":"image\/jpeg","type":"image","subtype":"jpeg","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1920,"height":1080,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020-213x200.jpg","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020.jpg","medium-width":464,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020.jpg","medium_large-width":768,"medium_large-height":432,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020.jpg","large-width":1920,"large-height":1080,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020-1536x864.jpg","1536x1536-width":1536,"1536x1536-height":864,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020.jpg","2048x2048-width":1920,"2048x2048-height":1080,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020-826x465.jpg","card_image-width":826,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020.jpg","wide_image-width":1920,"wide_image-height":1080}},"image_position":"center","orientation":"horizontal","hyperlink":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/arcgis-ai-2020.jpg"},{"acf_fc_layout":"content","content":"<p style=\"text-align: justify;\">A new computer-vision model allows users to go from <a href=\"https:\/\/developers.arcgis.com\/python\/guide\/geo-referencing-and-digitization-of-scanned-maps\/\">scanned paper maps to georeferenced vector layers<\/a>! This release challenges the somewhat common myth in geospatial industry that deep learning is best suited only for imagery data by forging ahead with models that work on tabular and <a href=\"https:\/\/developers.arcgis.com\/python\/sample-notebooks\/solar-energy-prediction-using-weather-variables\/\">time-series data<\/a>. The <strong>`<\/strong><a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.learn.toc.html#fullyconnectednetwork\"><strong>FullyConnectedNetwork<\/strong><\/a><strong>` <\/strong>model allows you to feed tabular and raster layers into a deep neural network, letting it learn and model even the most complex of patterns. The <strong>`<\/strong><a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.learn.toc.html#timeseriesmodel\"><strong>TimeSeriesModel<\/strong><\/a><strong>` <\/strong>allows you to perform time-series forecasting.<\/p>\n<p style=\"text-align: justify;\">The new <strong>`<\/strong><a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.learn.toc.html#mlmodel\"><strong>MLModel<\/strong><\/a><strong>` <\/strong>class allows you to integrate machine learning models from the popular <a href=\"https:\/\/scikit-learn.org\/\">scikit-learn<\/a> library and the new `<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.learn.toc.html#arcgis-learn-text-module\"><strong>arcgis.learn.text<\/strong><\/a>` submodule now houses a number of models for natural language processing (NLP). What does NLP have to do with GIS you ask? For starters, you can extract <a href=\"https:\/\/developers.arcgis.com\/python\/sample-notebooks\/information-extraction-from-madison-city-crime-incident-reports-using-deep-learning\/\">addresses and location information from unstructured text<\/a>, <a href=\"https:\/\/developers.arcgis.com\/python\/sample-notebooks\/identifying-country-names-from-incomplete-house-addresses\/\">predict missing parts of an incomplete address<\/a>, and auto-correct errors in addresses making them suitable for geocoding.<\/p>\n<p style=\"text-align: justify;\">To simplify the installation of the libraries and frameworks needed to light up deep learning, we have added new <a href=\"https:\/\/github.com\/Esri\/deep-learning-frameworks\">deep learning installers<\/a> for ArcGIS Pro and Enterprise and a new <a href=\"https:\/\/anaconda.org\/Esri\/arcgis_learn\">conda metapackage<\/a> for independent installation.<\/p>\n<p style=\"text-align: justify;\">A significant addition around this release is the availability of <strong>ready-to-use<\/strong> <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis\/imagery\/introducing-ready-to-use-deep-learning-models\/\">deep learning models in Esri Living Atlas<\/a>. Since these models have been previously trained by Esri, you can skip over the tedious and data-intensive task of cleaning and preparing large volumes of data necessary to train your models or procuring the hardware necessary for such tasks. You can download the models and proceed to perform inference.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>Mapping and visualization<\/h2>\n<p style=\"text-align: justify;\">The map widget in Jupyter notebooks can now link with other map widgets in the same notebook. You can thus <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.widgets.html#arcgis.widgets.MapView.sync_navigation\">synchronize navigation<\/a> between two or more widgets allowing you to load and visualize different layers side by side for the same extent. Once linked any interaction in one of the linked maps will cause other maps to follow suit as shown in the animation below.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":1095191,"id":1095191,"title":"three 2D widgets sync 1080p 90fms","filename":"three-2D-widgets-sync-1080p-90fms.gif","filesize":1476769,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms.gif","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\/three-2d-widgets-sync-1080p-90fms","alt":"","author":"7141","description":"","caption":"The map widgets now support synchronized navigation","name":"three-2d-widgets-sync-1080p-90fms","status":"inherit","uploaded_to":1093541,"date":"2020-12-20 23:03:23","modified":"2020-12-21 06:26:02","menu_order":0,"mime_type":"image\/gif","type":"image","subtype":"gif","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1080,"height":567,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms-213x200.gif","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms.gif","medium-width":464,"medium-height":244,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms.gif","medium_large-width":768,"medium_large-height":403,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms.gif","large-width":1080,"large-height":567,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms.gif","1536x1536-width":1080,"1536x1536-height":567,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms.gif","2048x2048-width":1080,"2048x2048-height":567,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms-826x434.gif","card_image-width":826,"card_image-height":434,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms.gif","wide_image-width":1080,"wide_image-height":567}},"image_position":"center","orientation":"horizontal","hyperlink":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/three-2D-widgets-sync-1080p-90fms.gif"},{"acf_fc_layout":"content","content":"<p style=\"text-align: justify;\">You are not limited to linking just 2D maps. The synced navigation works just as well between 2D and 3D modes of widgets allowing you to easily view both perspective and planimetric rendering of the same study area.<\/p>\n<p style=\"text-align: justify;\">By now, you must be familiar with the ability to <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.widgets.html#arcgis.widgets.MapView.take_screenshot\">take screenshots<\/a> of your map widgets. While screenshots embed a static version of the map as an image in the notebook, with this release, you can <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.widgets.html#arcgis.widgets.MapView.end_time\">embed live, interactive versions<\/a> of the map. Thus, when you export your notebook as a HTML file, you now have the ability to choose whether to embed your maps as static images or as dynamic web maps. When the map in a notebook is just not big enough to fully appreciate the geography, you can use the existing <a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.widgets.html#arcgis.widgets.MapView.export_to_html\">export to HTML function<\/a> to generate a full size web page of your map.<\/p>\n<p style=\"text-align: justify;\">Did I mention you can load local file-based raster files on the map widget? Yes, you can now simply add the new Raster class as a layer to your maps and easily visualize your imagery and raster data.<\/p>\n<p style=\"text-align: justify;\">Fans of JupyterLab IDE? We now support versions 1x and 2x of lab and you can now search for the \u2018arcgis\u2019 extension within the lab and install it without breaking a sweat. JupyterLab is a cool new interface and I recommend you <a href=\"https:\/\/developers.arcgis.com\/python\/guide\/using-the-jupyter-lab-environment\/\">check it out<\/a> if you haven\u2019t already.<\/p>\n<h2 style=\"text-align: justify;\">Documentation<\/h2>\n<p style=\"text-align: justify;\">The year 2020 has been a very busy year for us in terms of documentation. We started on a mission to overhaul some of our older guides and replace them with comprehensive, tutorial style notebooks. So far, we have rewritten guides for <a href=\"https:\/\/developers.arcgis.com\/python\/guide\/part1-introduction-to-network-analysis\/\">network analysis<\/a>, <a href=\"https:\/\/developers.arcgis.com\/python\/guide\/part1-introduction-to-geoenrichment\/\">GeoEnrichment<\/a>, <a href=\"https:\/\/developers.arcgis.com\/python\/guide\/orthomapping-guide-1\/\">orthomapping<\/a> and the <a href=\"https:\/\/developers.arcgis.com\/python\/guide\/part1-introduction-what-is-geometry\/\">geometry<\/a> modules. You\u2019ll notice these guides begin by providing sufficient foundational information followed by a layout diagram which describes what different parts of the module are and how they work with rest of the API. These guides are also numbered in parts, demonstrating a clear progression for our new users.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":1095221,"id":1095221,"title":"python api-guides-newstyle","filename":"pythonap-guides-newstyle.png","filesize":152296,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\/pythonap-guides-newstyle","alt":"","author":"7141","description":"","caption":"On-going documentation improvements feature guides with object model diagrams, comprehensive workflows and tutorial style progression.","name":"pythonap-guides-newstyle","status":"inherit","uploaded_to":1093541,"date":"2020-12-21 00:06:38","modified":"2020-12-21 00:08:29","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1070,"height":1125,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle.png","medium-width":248,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle.png","medium_large-width":768,"medium_large-height":807,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle.png","large-width":1027,"large-height":1080,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle.png","1536x1536-width":1070,"1536x1536-height":1125,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle.png","2048x2048-width":1070,"2048x2048-height":1125,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle-442x465.png","card_image-width":442,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle-1027x1080.png","wide_image-width":1027,"wide_image-height":1080}},"image_position":"center","orientation":"horizontal","hyperlink":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/pythonap-guides-newstyle.png"},{"acf_fc_layout":"content","content":"<p style=\"text-align: justify;\">We have also embarked on a long-term project to improve the API reference by adding contextual snippets for parameters, cross referencing keywords, adding schematic images for certain tools and example Python scripts.<\/p>\n<p style=\"text-align: justify;\">The \u2018try-it-live\u2019 experience has now been migrated to a <a href=\"https:\/\/www.arcgis.com\/home\/group.html?id=2464da88f55e45d89aedcae843167f51&amp;view=grid&amp;focus=notebooks#content\">new home in ArcGIS Online<\/a>. When you click on the \u2018Try it live\u2019 button on sample notebooks, you will be taken to a notebook that runs on ArcGIS Online! Simply login with your credentials and test drive the samples.<\/p>\n<h2 style=\"text-align: justify;\">Conclusion<\/h2>\n<p style=\"text-align: justify;\">Wow! That was a long drive through the various modules of the API and I have only covered the key features. How about I leave you with a single slide overview of the above?<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":1095231,"id":1095231,"title":"python-api-2020-1slide-new","filename":"python-api-2020-1slide-new.png","filesize":332177,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\/python-api-2020-1slide-new","alt":"","author":"7141","description":"","caption":"New features in v1.8.3 of the Python API - at a glance","name":"python-api-2020-1slide-new","status":"inherit","uploaded_to":1093541,"date":"2020-12-21 00:09:18","modified":"2020-12-21 00:09:49","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1920,"height":1080,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new.png","medium-width":464,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new.png","medium_large-width":768,"medium_large-height":432,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new.png","large-width":1920,"large-height":1080,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new-1536x864.png","1536x1536-width":1536,"1536x1536-height":864,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new.png","2048x2048-width":1920,"2048x2048-height":1080,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new-826x465.png","card_image-width":826,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new.png","wide_image-width":1920,"wide_image-height":1080}},"image_position":"center","orientation":"horizontal","hyperlink":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-2020-1slide-new.png"},{"acf_fc_layout":"content","content":"<p>Thirsty for more details? Check out our very detailed <a href=\"https:\/\/developers.arcgis.com\/python\/guide\/release-notes\/#What's-new-in-version-1.8.3\">release notes<\/a>.<\/p>\n<p>2020 has been challenging to each of us in so many unique and different ways. I am proud of our team that came together and accomplished all of the above. We are passionate about what we do and are determined to bring you a first-class Python API for geospatial analysis.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":1095241,"id":1095241,"title":"python api team pic new","filename":"python-api-team-pic-new.png","filesize":347382,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\/python-api-team-pic-new","alt":"","author":"7141","description":"","caption":"The Python API team","name":"python-api-team-pic-new","status":"inherit","uploaded_to":1093541,"date":"2020-12-21 00:10:51","modified":"2020-12-21 00:11:33","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1920,"height":1080,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new.png","medium-width":464,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new.png","medium_large-width":768,"medium_large-height":432,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new.png","large-width":1920,"large-height":1080,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new-1536x864.png","1536x1536-width":1536,"1536x1536-height":864,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new.png","2048x2048-width":1920,"2048x2048-height":1080,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new-826x465.png","card_image-width":826,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new.png","wide_image-width":1920,"wide_image-height":1080}},"image_position":"center","orientation":"horizontal","hyperlink":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/python-api-team-pic-new.png"},{"acf_fc_layout":"content","content":"<p>From all of us at the Python API team, thank you for being our users. We wish you a safe and happy holiday season.<\/p>\n"}],"authors":[{"ID":7141,"user_firstname":"Atma","user_lastname":"Mani","nickname":"atmamani","user_nicename":"atmamani","display_name":"Atma Mani","user_email":"AMani@esri.com","user_url":"","user_registered":"2018-03-02 00:19:21","user_description":"Atma Mani is a principal and lead product engineer for ArcGIS API for Python at Esri. He has over 13 years of experience working for private, academic and government research institutions, applying different facets of the geospatial technology. He holds a bachelor\u2019s in Engineering from College of Engineering, Anna University, India and a master\u2019s degree from University of Northern Iowa.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/atma-headshot-213x200.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":[{"ID":1035891,"post_author":"6911","post_date":"2020-10-13 11:49:30","post_date_gmt":"2020-10-13 18:49:30","post_content":"","post_title":"Introducing pretrained geospatial deep learning models","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"introducing-ready-to-use-deep-learning-models","to_ping":"","pinged":"","post_modified":"2021-11-19 09:09:52","post_modified_gmt":"2021-11-19 17:09:52","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1035891","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"}],"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/solving-spaital-problems.jpg","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/key-capabilities-plain.jpg"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What\u2019s new in ArcGIS API for Python v1.8.3<\/title>\n<meta name=\"description\" content=\"Over 30 deep learning models, numerous spatial analysis tools, improved tools for administration &amp; content management, syncing map widgets...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What\u2019s new in ArcGIS API for Python v1.8.3\" \/>\n<meta property=\"og:description\" content=\"Over 30 deep learning models, numerous spatial analysis tools, improved tools for administration &amp; content management, syncing map widgets...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\"},\"author\":{\"name\":\"Atma Mani\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/a0e86d9884ec4083185f0a185ba3e713\"},\"headline\":\"What\u2019s new in ArcGIS API for Python v1.8.3\",\"datePublished\":\"2020-12-21T07:03:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\"},\"wordCount\":9,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"ArcGIS API for Python\",\"deep learning\",\"Jupyter Notebook\",\"Pandas\",\"python\"],\"articleSection\":[\"Announcements\",\"Developers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\",\"name\":\"What\u2019s new in ArcGIS API for Python v1.8.3\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2020-12-21T07:03:13+00:00\",\"description\":\"Over 30 deep learning models, numerous spatial analysis tools, improved tools for administration & content management, syncing map widgets...\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What\u2019s new in ArcGIS API for Python v1.8.3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/a0e86d9884ec4083185f0a185ba3e713\",\"name\":\"Atma Mani\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/atma-headshot-213x200.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/atma-headshot-213x200.jpg\",\"caption\":\"Atma Mani\"},\"description\":\"Atma Mani is a principal and lead product engineer for ArcGIS API for Python at Esri. He has over 13 years of experience working for private, academic and government research institutions, applying different facets of the geospatial technology. He holds a bachelor\u2019s in Engineering from College of Engineering, Anna University, India and a master\u2019s degree from University of Northern Iowa.\",\"sameAs\":[\"https:\/\/x.com\/atma_mani\"],\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/atmamani\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What\u2019s new in ArcGIS API for Python v1.8.3","description":"Over 30 deep learning models, numerous spatial analysis tools, improved tools for administration & content management, syncing map widgets...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183","og_locale":"en_US","og_type":"article","og_title":"What\u2019s new in ArcGIS API for Python v1.8.3","og_description":"Over 30 deep learning models, numerous spatial analysis tools, improved tools for administration & content management, syncing map widgets...","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183"},"author":{"name":"Atma Mani","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/a0e86d9884ec4083185f0a185ba3e713"},"headline":"What\u2019s new in ArcGIS API for Python v1.8.3","datePublished":"2020-12-21T07:03:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183"},"wordCount":9,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["ArcGIS API for Python","deep learning","Jupyter Notebook","Pandas","python"],"articleSection":["Announcements","Developers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183","name":"What\u2019s new in ArcGIS API for Python v1.8.3","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2020-12-21T07:03:13+00:00","description":"Over 30 deep learning models, numerous spatial analysis tools, improved tools for administration & content management, syncing map widgets...","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-python\/developers\/whats-new-in-arcgis-api-for-python-v183#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"What\u2019s new in ArcGIS API for Python v1.8.3"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/a0e86d9884ec4083185f0a185ba3e713","name":"Atma Mani","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/atma-headshot-213x200.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/atma-headshot-213x200.jpg","caption":"Atma Mani"},"description":"Atma Mani is a principal and lead product engineer for ArcGIS API for Python at Esri. He has over 13 years of experience working for private, academic and government research institutions, applying different facets of the geospatial technology. He holds a bachelor\u2019s in Engineering from College of Engineering, Anna University, India and a master\u2019s degree from University of Northern Iowa.","sameAs":["https:\/\/x.com\/atma_mani"],"url":"https:\/\/www.esri.com\/arcgis-blog\/author\/atmamani"}]}},"text_date":"December 20, 2020","author_name":"Atma Mani","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/atmamani","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2020\/12\/key-capabilities-plain.jpg","primary_product":"ArcGIS API for Python","tag_data":[{"term_id":387782,"name":"ArcGIS API for Python","slug":"arcgis-api-for-python","term_group":0,"term_taxonomy_id":387782,"taxonomy":"post_tag","description":"","parent":0,"count":44,"filter":"raw"},{"term_id":186132,"name":"deep learning","slug":"deep-learning","term_group":0,"term_taxonomy_id":186132,"taxonomy":"post_tag","description":"","parent":0,"count":65,"filter":"raw"},{"term_id":164102,"name":"Jupyter Notebook","slug":"jupyter-notebook","term_group":0,"term_taxonomy_id":164102,"taxonomy":"post_tag","description":"","parent":0,"count":8,"filter":"raw"},{"term_id":757961,"name":"Pandas","slug":"pandas","term_group":0,"term_taxonomy_id":757961,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"},{"term_id":24341,"name":"python","slug":"python","term_group":0,"term_taxonomy_id":24341,"taxonomy":"post_tag","description":"","parent":0,"count":171,"filter":"raw"}],"category_data":[{"term_id":37101,"name":"Announcements","slug":"announcements","term_group":0,"term_taxonomy_id":37101,"taxonomy":"category","description":"","parent":0,"count":1964,"filter":"raw"},{"term_id":738191,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":738191,"taxonomy":"category","description":"","parent":0,"count":423,"filter":"raw"}],"product_data":[{"term_id":36841,"name":"ArcGIS API for Python","slug":"api-python","term_group":0,"term_taxonomy_id":36841,"taxonomy":"product","description":"","parent":36601,"count":151,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=api-python","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1093541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/7141"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=1093541"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1093541\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=1093541"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=1093541"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=1093541"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=1093541"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=1093541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}