{"id":1233972,"date":"2021-05-19T17:52:53","date_gmt":"2021-05-20T00:52:53","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1233972"},"modified":"2021-05-21T12:04:43","modified_gmt":"2021-05-21T19:04:43","slug":"whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents","title":{"rendered":"What\u2019s New in ArcGIS Enterprise 10.9: Publishing large cache contents"},"author":8382,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[37511],"tags":[387782,757801,760302,31911,33381],"industry":[],"product":[36841,36571],"class_list":["post-1233972","blog","type-blog","status-publish","format-standard","hentry","category-sharing-collaboration","tag-arcgis-api-for-python","tag-arcgis-enterprise-10-9","tag-arcgis-pro-2-8","tag-scene-layers","tag-tile-layers","product-api-python","product-arcgis-enterprise"],"acf":{"short_description":"Using ArcGIS Enterprise 109 with ArcGIS API for Python, to publish vector, tile, scene layers that reference content in folder\/cloud data stores ","flexible_content":[{"acf_fc_layout":"content","content":"<p>With the release of ArcGIS Enterprise 10.8.1, we <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/3d-gis\/publishing-large-scene-layers-in-a-snap\/\">shared an alternative workflow for publishing the contents of large scene layer packages<\/a>.\u00a0 You can do this by simply extracting the contents of your package to a folder or a cloud data store and publishing a scene layer that references it using the <a href=\"https:\/\/developers.arcgis.com\/python\/\">ArcGIS API for Python<\/a>. ArcGIS Enterprise will serve content directly from the registered data store. This workflow is faster and far more efficient for larger data, as it does not require allocation of additional disk resources in ArcGIS Enterprise.<\/p>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>What&#8217;s new<\/h2>\n<p>At ArcGIS Enterprise 10.9, we have taken a step further by improving and extending this workflow for tile content stored in map, elevation, and vector tile packages.<\/p>\n<p>It\u2019s a simple three-step process:<\/p>\n<ol>\n<li>Create ready-to-serve content.<\/li>\n<li>Register the location where the cache content resides as a user managed data store with ArcGIS Enterprise.<\/li>\n<li>Publish a map, vector, elevation, or scene layer that references the ready to serve content.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>Step1: Create ready-to-serve content<\/h2>\n<p>ArcGIS Pro 2.8 provides an enhanced <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/tool-reference\/data-management\/extract-package.htm\">Extract Package<\/a> geoprocessing tool to extract the contents of packages (slpk, vtpk, or tpkx) to one of the following:<\/p>\n<ul>\n<li>A file system: choose the &#8220;output Folder&#8221; parameter in the tool and navigate to the desired location.<\/li>\n<li>An object store in the cloud: choose the &#8220;Target Cloud connection&#8221; parameter and browse to a folder in the cloud using a Cloud storage connection file (.acs). You can build this file using the <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/tool-reference\/data-management\/create-cloud-storage-connection-file.htm\">Create Cloud Storage Connection File<\/a> geoprocessing tool.<\/li>\n<\/ul>\n<p>You can even write your own:<\/p>\n<ul>\n<li>Tile cache using the open <a href=\"https:\/\/github.com\/Esri\/tile-package-spec\">tile package specification<\/a>. Read more about it in the following <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis\/data-management\/cook-your-own-caches-with-a-new-open-source-tile-package-spec\/\">blog<\/a>.<\/li>\n<li>Scene cache with the desired storage format, using the version 1.7 <a href=\"https:\/\/github.com\/Esri\/i3s-spec\/#version-17\">i3s specification<\/a> available in GitHub.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>Step2: Register a user managed data store<\/h2>\n<p>Ensure you have the following <a href=\"https:\/\/enterprise.arcgis.com\/en\/portal\/latest\/administer\/windows\/roles.htm#ESRI_SECTION1_4FF9051EFB814C249AB26B0ACFF7C79F\">privileges<\/a>\u00a0assigned to your\u00a0<a href=\"https:\/\/enterprise.arcgis.com\/en\/portal\/latest\/administer\/windows\/roles.htm#ESRI_SECTION1_911D5C251A304BA08B70ABE88D5E4E94\">role<\/a>\u00a0in ArcGIS Enterprise:<\/p>\n<ul>\n<li>Register data stores<\/li>\n<li>Create, update and delete content<\/li>\n<li>Publish server-based layers<\/li>\n<\/ul>\n<p>The built-in\u00a0<a href=\"https:\/\/enterprise.arcgis.com\/en\/portal\/latest\/administer\/windows\/roles.htm#ESRI_SECTION1_911D5C251A304BA08B70ABE88D5E4E94\">Publisher role<\/a>\u00a0includes these privileges.<\/p>\n<ol>\n<li>Add the location where the cache layer content resides as a\u00a0<a href=\"https:\/\/developers.arcgis.com\/python\/api-reference\/arcgis.gis.toc.html#arcgis.gis.DatastoreManager.add_folder\">data store item <\/a>in the ArcGIS Enterprise portal.<\/li>\n<li>Register the <a href=\"https:\/\/enterprise.arcgis.com\/en\/portal\/latest\/administer\/windows\/add-items.htm#ADD_DATASTORE\">folder or cloud data store<\/a> to the desired federated ArcGIS site. Under the help topic\u00a0<a href=\"https:\/\/enterprise.arcgis.com\/en\/portal\/latest\/administer\/windows\/add-items.htm#ADD_DATASTORE\">Add items &gt; Add data store<\/a> you will find steps for this workflow.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>Step 3: Publish layers that references the ready to serve content<\/h2>\n<p>Use the sample script listed below to <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents\/\">publish<\/a> a scene\/elevation\/vector\/tile layer using the cache content located in the data store managed by you.<\/p>\n"},{"acf_fc_layout":"sidebar","content":"","image_reference":false,"layout":"code_snippet","image_reference_figure":"","snippet":"import json\r\nfrom arcgis.gis import GIS\r\n# Create a connection to your ArcGIS Enterprise for publishing\r\ngis=GIS(url=\"https:\/\/my_portal_name\/portal\", username=\"my_username\", password=\"my_pwd\")\r\n\r\n# Item id of the user managed datastore where the ready to serve cache is located\r\ncache_store_id = \u201c94f0c26d44fa40de95e703a69382a45b\u201d\r\n\r\n#location of the content to be published inside the user managed datastore\r\ncachepath= \/TilepackageContent\/mymap.tiles\r\n\r\n# Create a dictionary for your service \r\nservice_conf= {\r\n    \"type\": \"MapServer\",\r\n    \"serviceName\": \"MyMap\",\r\n    \"properties\": {\"pathInCachedStore\":\"cachepath \",\r\n    \"cacheStoreId\": \"cache_store_id\",}}\r\n \r\nitems = gis.datastore.publish(config=service_conf, server_id=\"OkzFw2JpsPgwetm7\", folder=\"\/\",\r\n                 description=\"Tile layer of my county and other description\", \r\n                 tags=\"pythonAPI test\").result()\r\nitems","spotlight_name":"","section_title":"","position":"Center","spotlight_image":false},{"acf_fc_layout":"content","content":"<p>The publish help <a href=\"https:\/\/developers.arcgis.com\/rest\/users-groups-and-items\/publish-datasets-to-datastore.htm\">topic<\/a> on the ArcGIS Developer site lists sample service configurations for scene, vector, tile, and elevation layers.<\/p>\n<p>To accomplish step2 using the ArcGIS API for Python, see the following <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/3d-gis\/publishing-large-scene-layers-in-a-snap\/\">blog post<\/a> for sample script.<\/p>\n"},{"acf_fc_layout":"blockquote","content":"<p>No matter the size of your cache content, share it among your peers, with ease.<\/p>\n"}],"authors":[{"ID":8382,"user_firstname":"Garima","user_lastname":"Tiwari","nickname":"GTiwari","user_nicename":"gtiwari","display_name":"Garima Tiwari","user_email":"GTiwari@esri.com","user_url":"","user_registered":"2018-09-11 20:03:42","user_description":"Garima Tiwari is Principal Product Engineer in Esri. She has a background in Geology and Environmental Sciences.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2019\/10\/9NTjcGGGQ3uidN7BglvoTA_thumb_129e-460x465.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":"","card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/05\/easy-to-move.jpg","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/05\/publish-large-cache.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 Enterprise 10.9: Publishing large cache contents<\/title>\n<meta name=\"description\" content=\"Using ArcGIS Enterprise 109 with ArcGIS API for Python to publish large vector, tile, scene content in folder or cloud data stores.\" \/>\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\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents\" \/>\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 Enterprise 10.9: Publishing large cache contents\" \/>\n<meta property=\"og:description\" content=\"Using ArcGIS Enterprise 109 with ArcGIS API for Python to publish large vector, tile, scene content in folder or cloud data stores.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-21T19:04:43+00:00\" \/>\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\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents\"},\"author\":{\"name\":\"Garima Tiwari\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/233b5f45fbfca1c3697945f7590aaacd\"},\"headline\":\"What\u2019s New in ArcGIS Enterprise 10.9: Publishing large cache contents\",\"datePublished\":\"2021-05-20T00:52:53+00:00\",\"dateModified\":\"2021-05-21T19:04:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents\"},\"wordCount\":10,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"ArcGIS API for Python\",\"ArcGIS Enterprise 10.9\",\"ArcGIS Pro 2.8\",\"scene layers\",\"tile layers\"],\"articleSection\":[\"Sharing and Collaboration\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents\",\"name\":\"What\u2019s New in ArcGIS Enterprise 10.9: Publishing large cache contents\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2021-05-20T00:52:53+00:00\",\"dateModified\":\"2021-05-21T19:04:43+00:00\",\"description\":\"Using ArcGIS Enterprise 109 with ArcGIS API for Python to publish large vector, tile, scene content in folder or cloud data stores.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents#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 Enterprise 10.9: Publishing large cache contents\"}]},{\"@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\/233b5f45fbfca1c3697945f7590aaacd\",\"name\":\"Garima Tiwari\",\"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\/2019\/10\/9NTjcGGGQ3uidN7BglvoTA_thumb_129e-460x465.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2019\/10\/9NTjcGGGQ3uidN7BglvoTA_thumb_129e-460x465.jpg\",\"caption\":\"Garima Tiwari\"},\"description\":\"Garima Tiwari is Principal Product Engineer in Esri. She has a background in Geology and Environmental Sciences.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/gtiwari\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What\u2019s New in ArcGIS Enterprise 10.9: Publishing large cache contents","description":"Using ArcGIS Enterprise 109 with ArcGIS API for Python to publish large vector, tile, scene content in folder or cloud data stores.","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\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents","og_locale":"en_US","og_type":"article","og_title":"What\u2019s New in ArcGIS Enterprise 10.9: Publishing large cache contents","og_description":"Using ArcGIS Enterprise 109 with ArcGIS API for Python to publish large vector, tile, scene content in folder or cloud data stores.","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2021-05-21T19:04:43+00:00","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\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents"},"author":{"name":"Garima Tiwari","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/233b5f45fbfca1c3697945f7590aaacd"},"headline":"What\u2019s New in ArcGIS Enterprise 10.9: Publishing large cache contents","datePublished":"2021-05-20T00:52:53+00:00","dateModified":"2021-05-21T19:04:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents"},"wordCount":10,"commentCount":3,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["ArcGIS API for Python","ArcGIS Enterprise 10.9","ArcGIS Pro 2.8","scene layers","tile layers"],"articleSection":["Sharing and Collaboration"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents","name":"What\u2019s New in ArcGIS Enterprise 10.9: Publishing large cache contents","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2021-05-20T00:52:53+00:00","dateModified":"2021-05-21T19:04:43+00:00","description":"Using ArcGIS Enterprise 109 with ArcGIS API for Python to publish large vector, tile, scene content in folder or cloud data stores.","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-enterprise\/sharing-collaboration\/whats-new-in-arcgis-enterprise-10-9-publishing-large-cache-contents#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 Enterprise 10.9: Publishing large cache contents"}]},{"@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\/233b5f45fbfca1c3697945f7590aaacd","name":"Garima Tiwari","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\/2019\/10\/9NTjcGGGQ3uidN7BglvoTA_thumb_129e-460x465.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2019\/10\/9NTjcGGGQ3uidN7BglvoTA_thumb_129e-460x465.jpg","caption":"Garima Tiwari"},"description":"Garima Tiwari is Principal Product Engineer in Esri. She has a background in Geology and Environmental Sciences.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/gtiwari"}]}},"text_date":"May 19, 2021","author_name":"Garima Tiwari","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/gtiwari","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/05\/publish-large-cache.jpg","primary_product":"ArcGIS Enterprise","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":757801,"name":"ArcGIS Enterprise 10.9","slug":"arcgis-enterprise-10-9","term_group":0,"term_taxonomy_id":757801,"taxonomy":"post_tag","description":"","parent":0,"count":14,"filter":"raw"},{"term_id":760302,"name":"ArcGIS Pro 2.8","slug":"arcgis-pro-2-8","term_group":0,"term_taxonomy_id":760302,"taxonomy":"post_tag","description":"","parent":0,"count":5,"filter":"raw"},{"term_id":31911,"name":"scene layers","slug":"scene-layers","term_group":0,"term_taxonomy_id":31911,"taxonomy":"post_tag","description":"","parent":0,"count":16,"filter":"raw"},{"term_id":33381,"name":"tile layers","slug":"tile-layers","term_group":0,"term_taxonomy_id":33381,"taxonomy":"post_tag","description":"","parent":0,"count":7,"filter":"raw"}],"category_data":[{"term_id":37511,"name":"Sharing and Collaboration","slug":"sharing-collaboration","term_group":0,"term_taxonomy_id":37511,"taxonomy":"category","description":"","parent":0,"count":424,"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"},{"term_id":36571,"name":"ArcGIS Enterprise","slug":"arcgis-enterprise","term_group":0,"term_taxonomy_id":36571,"taxonomy":"product","description":"","parent":0,"count":977,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-enterprise","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1233972","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\/8382"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=1233972"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1233972\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=1233972"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=1233972"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=1233972"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=1233972"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=1233972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}