{"id":406972,"date":"2021-02-22T19:58:12","date_gmt":"2021-02-23T03:58:12","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcuser&#038;p=406972"},"modified":"2021-11-01T21:31:09","modified_gmt":"2021-11-02T04:31:09","slug":"features-and-capabilities-in-the-new-arcgis-api-for-python","status":"publish","type":"arcuser","link":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python","title":{"rendered":"Features and Capabilities in the New ArcGIS API for Python"},"author":1031,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[10712,10392,25002],"tags":[335362,23402,278902,161922],"arcuser_issues":[473092],"class_list":["post-406972","arcuser","type-arcuser","status-publish","format-standard","hentry","category-arcgis-api-for-python","category-arcgis-online","category-developers-corner","tag-arcgis-notebooks","tag-automation","tag-data-science","tag-gis-management","arcuser_issues-arcuser-winter-2021"],"acf":{"short_description":"The 1.8.3 release of the ArcGIS API for Python adds a slew of new features and capabilities. ","pdf":{"host_remotely":false,"file":406982,"file_url":""},"flexible_content":[{"acf_fc_layout":"blockquote","content":"The 1.8.3 release of the ArcGIS API for Python adds a slew of new features and capabilities. Over the last few years, it has expanded and now includes several different modules and more than 2,300\u00a0methods and functions."},{"acf_fc_layout":"content","content":"The ArcGIS API for Python is designed to serve a wide spectrum of users, including GIS administrators, Python developers, and data scientists. The API can be used for tasks like administering web GIS; publishing, updating, and cloning a wide variety of GIS data; building sophisticated analytical models; and automating mission critical workflows.\r\n<h2>Framework Improvements<\/h2>\r\nOne of the biggest improvements performed behind the scenes was migrating the HTTP communication modules to use Requests (a popular third-party module) from a built-in urllib module. There is no change to your scripts, except that Esri can now better support some custom and complex authentication systems. For JSON parsing, Esri switched to UltraJSON, a faster JSON decoder and encoder. These changes improve support for fundamental features, such as multipart uploads, while extracting performance improvements. In addition, support for Python 3.8, JupyterLab 1x and 2x, and Pandas v1.0 was added.\r\n\r\n&nbsp;"},{"acf_fc_layout":"image","image":407012,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>GIS Administration<\/h2>\r\nArcGIS Notebooks and the Notebook Server play a key role in enabling the <a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/spatial-analytics-data-science\/overview\">spatial data science capabilities<\/a> of ArcGIS. The ArcGIS.gis.nb module has been enhanced, allowing you to manage instances of Notebook Server that are running and inspect their properties. This module also enables powerful workflows such as executing notebooks on demand and scheduling notebooks. Plans include support for managing different versions of these items.\r\n\r\nThere are numerous small updates and fixes to other parts of the GIS administration API. When creating users, administrators can now use smart defaults they have defined for their organizations. The new ArcGIS Online Usage Reports class allows better compilation of usage reports in ArcGIS Online, something users have been asking for.\r\n\r\nOn the security front, the API now supports authentication using API keys. This new login mechanism targets GIS developers; more information will be released in the coming months.\r\n<h2>Content Management<\/h2>\r\nThe new ArcGIS.apps.dashboard module lets users create ArcGIS Dashboards apps using Python. Many data scientists want a medium that is simpler than notebooks to communicate results. This module can help them quickly compose such apps.\r\nContent migration and cloning are important workflows for users. The new GroupMigrationManager workflow allows group administrators to migrate content from one group to another across organizations.\r\n\r\nLong-term users of the API who are familiar with the clone_items function that is native to the Python API will find that it has been enhanced to support additional app types along with various bug fixes.\r\n\r\nThis release also adds new publishing workflows such as publishing directly from content deposited into a data store and the ability to set desired item IDs for certain workflows and environments.\r\n\r\nOn the Open Geospatial Consortium (OGC), Inc. and Free and Open Source Software for Geospatial (FOSS4G) fronts, Esri has added the ArcGIS.mapping.ogc sub-module to work with OGC layers. Another exciting development is the ability to directly read in-memory GeoPandas GeoDataFrame objects into ArcGIS. The API now supports reading GeoPackage files and newer columnar file formats such as feather. Esri is researching new patterns to increase the performance of Spatially Enabled DataFrame (SeDF) objects.\r\n<h2>Spatial Analysis<\/h2>\r\nYou can now pass SeDF objects as inputs to spatial analysis tools, allowing you to easily enable data engineering workflows that use the powerful ready-to-use tools for spatial analysis in your Web GIS. Another feature is the ability to sanitize column names (i.e., cleaning column names by converting them to strings, removing special characters, and renaming columns) before saving the DataFrame.\r\n\r\nSeDF objects now support a new renderer property to store symbology or drawing information. When reading a feature layer, the renderer will pick up the symbology defined on that web layer and utilize it to visualize the layer on a map. You can override it with custom symbols at any time.\r\n\r\nNow almost all web tools in the Python API support asynchronous processing. Async processing allows you to submit big and long-running tasks to the server and get back a GPJob object. This essentially frees up the Python kernel so subsequent commands can run while the server keeps working on the submitted job. The job object can be polled anytime to know its status or cancel the job.\r\n<h2>Raster Analysis<\/h2>\r\nEsri added two new classes\u2014Raster and RasterCollection\u2014that allow 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 and publish it as imagery layers (services). When you read local raster data, the API chooses ArcPy as the processing engine. When you read an image service, it uses the ArcGIS Image Server as the back-end engine. This allows you to work with the same API, no matter where the data is stored and\/or processed on the back end. New raster functions and distributed raster analytics tools for applications, such as trend analysis, multidimensional analysis, and change detection, have been added.\r\n\r\n&nbsp;"},{"acf_fc_layout":"image","image":407032,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>Deep Learning<\/h2>\r\nThe ability to train deep learning models for geospatial applications using the ArcGIS.learn module is a significant feature of the API. It supports more than 30 models for various advanced workflows. These models can work with a wide variety of data such as planimetric and oriented imagery, point cloud, feature, tabular, time-series data and unstructured text. This release adds models for key workflows such as edge detection, change detection, road extraction, and image translation.\r\n\r\nA new computer-vision model allows users to go from scanned paper maps to georeferenced vector layers. This release challenges the common myth in the geospatial industry that deep learning is suitable only for imagery data by innovating with models that work on tabular and time-series data.\r\n\r\nThe FullyConnectedNetwork model allows users to feed tabular and raster layers into a deep neural network, letting it learn and model even the most complex of patterns. The TimeSeriesModel allows you to perform time-series forecasting.\r\n\r\nThe new MLModel class allows you to integrate machine learning models from the popular scikit-learn library and the new ArcGIS.learn.text submodule. which has models for natural language processing (NLP).\r\n\r\nWhat does NLP have to do with GIS? For starters, you can extract addresses and location information from unstructured text, predict missing parts of an incomplete address, and autocorrect errors in addresses, making them suitable for geocoding.\r\nTo simplify the installation of the libraries and frameworks needed for deep learning, Esri has added new deep learning installers for ArcGIS Pro and ArcGIS Enterprise and a new conda metapackage for independent installation.\r\n\r\nA significant addition around this release is the availability of ready-to-use deep learning models in the ArcGIS Living Atlas of the World. <em>[To learn more about these models, see \u201c<a href=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/deep-learning-models\/\">Ready-to-Use Geospatial Deep Learning Models<\/a>,\u201d also in this issue.]<\/em> Since these models have been previously trained by Esri, they eliminate the tedious and data-intensive task of cleaning and preparing the large volumes of data necessary to train models or procuring the hardware necessary for such tasks. Instead, you can simply download the models and perform inference.\r\n<h2>Mapping and Visualization<\/h2>\r\nThe map widget in Jupyter Notebook can now link with other map widgets in the same notebook. This allows you to synchronize navigation between two or more widgets 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 update. The synced navigation works with 2D and 3D modes of widgets, so both perspective and planimetric rendering of the same study area can be viewed.\r\n\r\nIn addition to static map images, live, interactive versions of a map can be embedded in a notebook. When exporting a notebook as an HTML file, maps can be embedded as static images or dynamic web maps. If a map in a notebook is not big enough, use the export to HTML function to generate a full-size web page of your map.\r\n\r\nLocal file-based raster files can be loaded on the map widget by adding the new Raster class as a layer to a map and easily visualize imagery and raster data.\r\n\r\nJupyterLab IDE versions 1x and 2x are supported. Search for the ArcGIS extension within the JupyterLab IDE and easily install it.\r\n<h2>Documentation<\/h2>\r\nOlder guides were replaced in 2020 with comprehensive, tutorial-style Notebook guides for network analysis, geoenrichment, orthomapping, and the geometry modules. These guides provide foundational information followed by a layout diagram that describes the parts of the module and how they work with the rest of the API. These guides are numbered to aid new users.\r\nEsri has also embarked on a long-term project to improve the API reference by adding contextual snippets for parameters, cross-referencing keywords, schematic images for certain tools, and example Python scripts.\r\n\r\nThe <a href=\"https:\/\/bit.ly\/2Mgo9Eo\">Try-it-Live samples<\/a> experience for the API has now been migrated to ArcGIS Online. These sample notebooks run in ArcGIS Online\u2014simply log in and test-drive them.\r\n<h2>Conclusion<\/h2>\r\nThe members of the Python API team are passionate about what they do and are determined to bring you a first-class Python API for geospatial analysis.\r\n\r\nReady to try out the new API? You can upgrade by typing \u201cconda upgrade-c esri ArcGIS\u201d into your anaconda prompt.\r\nThirsty for more details? Check out the <a href=\"https:\/\/bit.ly\/3pAn20J\">release notes<\/a>."},{"acf_fc_layout":"blockquote","content":"Ready to try out the new API? You can upgrade by typing \u201cconda upgrade-c esri ArcGIS\u201d into your anaconda prompt."}],"references":null},"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>Features and Capabilities in the New ArcGIS API for Python<\/title>\n<meta name=\"description\" content=\"The ArcGIS API for Python is designed to serve a wide spectrum of users, including GIS administrators, Python developers, and data scientists. The API can be used for tasks like administering web GIS; publishing, updating, and cloning a wide variety of GIS data; building sophisticated analytical models; and automating mission critical workflows.\" \/>\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\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Features and Capabilities in the New ArcGIS API for Python\" \/>\n<meta property=\"og:description\" content=\"The ArcGIS API for Python is designed to serve a wide spectrum of users, including GIS administrators, Python developers, and data scientists. The API can be used for tasks like administering web GIS; publishing, updating, and cloning a wide variety of GIS data; building sophisticated analytical models; and automating mission critical workflows.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-02T04:31:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2021\/02\/python-api_banner.jpg\" \/>\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\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python\",\n\t            \"name\": \"Features and Capabilities in the New ArcGIS API for Python\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2021-02-23T03:58:12+00:00\",\n\t            \"dateModified\": \"2021-11-02T04:31:09+00:00\",\n\t            \"description\": \"The ArcGIS API for Python is designed to serve a wide spectrum of users, including GIS administrators, Python developers, and data scientists. The API can be used for tasks like administering web GIS; publishing, updating, and cloning a wide variety of GIS data; building sophisticated analytical models; and automating mission critical workflows.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Features and Capabilities in the New ArcGIS API for Python\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468\",\n\t            \"name\": \"Monica Pratt\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"contentUrl\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"caption\": \"Monica Pratt\"\n\t            },\n\t            \"description\": \"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.\",\n\t            \"sameAs\": [\n\t                \"https:\/\/x.com\/ArcUser\"\n\t            ],\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Features and Capabilities in the New ArcGIS API for Python","description":"The ArcGIS API for Python is designed to serve a wide spectrum of users, including GIS administrators, Python developers, and data scientists. The API can be used for tasks like administering web GIS; publishing, updating, and cloning a wide variety of GIS data; building sophisticated analytical models; and automating mission critical workflows.","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\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python","og_locale":"en_US","og_type":"article","og_title":"Features and Capabilities in the New ArcGIS API for Python","og_description":"The ArcGIS API for Python is designed to serve a wide spectrum of users, including GIS administrators, Python developers, and data scientists. The API can be used for tasks like administering web GIS; publishing, updating, and cloning a wide variety of GIS data; building sophisticated analytical models; and automating mission critical workflows.","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2021-11-02T04:31:09+00:00","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2021\/02\/python-api_banner.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python","url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python","name":"Features and Capabilities in the New ArcGIS API for Python","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2021-02-23T03:58:12+00:00","dateModified":"2021-11-02T04:31:09+00:00","description":"The ArcGIS API for Python is designed to serve a wide spectrum of users, including GIS administrators, Python developers, and data scientists. The API can be used for tasks like administering web GIS; publishing, updating, and cloning a wide variety of GIS data; building sophisticated analytical models; and automating mission critical workflows.","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/features-and-capabilities-in-the-new-arcgis-api-for-python#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"Features and Capabilities in the New ArcGIS API for Python"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468","name":"Monica Pratt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","contentUrl":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","caption":"Monica Pratt"},"description":"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.","sameAs":["https:\/\/x.com\/ArcUser"],"url":""}]}},"sort_order":"15","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/406972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcuser"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/1031"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/406972\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=406972"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=406972"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=406972"},{"taxonomy":"arcuser_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser_issues?post=406972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}