{"id":121631,"date":"2007-06-12T17:29:00","date_gmt":"2007-06-12T17:29:00","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/products\/product\/uncategorized\/setting-the-z-factor-parameter-correctly\/"},"modified":"2018-10-17T10:37:27","modified_gmt":"2018-10-17T17:37:27","slug":"setting-the-z-factor-parameter-correctly","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly","title":{"rendered":"Setting the Z Factor parameter correctly"},"author":4351,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[22931,22941],"tags":[38211],"industry":[],"product":[],"class_list":["post-121631","blog","type-blog","status-publish","format-standard","hentry","category-imagery","category-mapping","tag-arcgis-methods"],"acf":{"short_description":"By Charlie Frye, Esri Chief Cartographer\r\n\r\n\r\n\r\nWe set the Z-Factor parameter based on our Latitude.\r\n\r\nThe Z-Factor parameter is in many Spati...","flexible_content":[{"acf_fc_layout":"content","content":"<p><strong>By Charlie Frye, Esri Chief Cartographer<\/strong><\/p>\n<p><img decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/MappingCenter2007\/blog\/June07Images\/Z-Factor_Thumb.jpg\" alt=\"Z factor - Thumbnail\" align=\"left\" border=\"0\" hspace=\"5\" \/><\/p>\n<p>We set the Z-Factor parameter based on latitude (angular distance north or south of the equator).<\/p>\n<p>The Z-Factor parameter is in many Spatial Analyst and 3D Analyst tools; <a title=\"ArcGIS Web Help: Hillshade tool\" href=\"http:\/\/webhelp.esri.com\/arcgisdesktop\/9.2\/index.cfm?id=4360&amp;pid=4351&amp;topicname=Hillshade\" target=\"_blank\" rel=\"noopener\">Hillshade<\/a> and <a title=\"ArcGIS Web Help: Slope tool\" href=\"http:\/\/webhelp.esri.com\/arcgisdesktop\/9.2\/index.cfm?id=4362&amp;pid=4351&amp;topicname=Slope\">Slope<\/a> are the two that I use most. Not setting the Z-Factor correctly makes the hillshades look heavy or leaden. It will also make slope values, e.g., for percent slope very small, like 0.00023% &#8211; 0.00032% instead of 1.8% to 7.2%.<\/p>\n<p><!--more--><\/p>\n<p>When we download digital elevation models (DEMs) in raster format, the spatial reference is usually a <a title=\"ArcGIS Web Help: About geographic coordinate systems\" href=\"http:\/\/webhelp.esri.com\/arcgisdesktop\/9.2\/index.cfm?id=81&amp;pid=80&amp;topicname=About_geographic_coordinate_systems\">geographic coordinate system<\/a> (versus a <a title=\"ArcGIS Web Help: About projected coordinate systems\" href=\"http:\/\/webhelp.esri.com\/arcgisdesktop\/9.2\/index.cfm?id=87&amp;pid=86&amp;topicname=About_projected_coordinate_systems\">projected coordinate system<\/a>). Using these DEMS to create a hillshade using the Hillshade tool with the default values often produces a result that looks molten or over-done. This happens because linear units are not and cannot be defined for geographic coordinate systems.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/MappingCenter2007\/blog\/June07Images\/Z-Factor_Fig1.jpg\" alt=\"Z factor - Figure 1\" align=\"middle\" border=\"0\" hspace=\"5\" \/><\/p>\n<p><img decoding=\"async\" src=\"http:\/\/downloads2.esri.com\/MappingCenter2007\/blog\/June07Images\/Z-Factor_Fig2.jpg\" alt=\"Z factor - Figure 2\" align=\"middle\" border=\"0\" hspace=\"5\" \/><\/p>\n<p>Because the Hillshade Tool needs linear units to perform the function, it assumes that the linear unit of measurement (X,Y) is the same as the height unit of measurement (Z). The problem occurs when the linear units for the geographic coordinate system are different than the Z units for the DEM, like decimal degrees (which will vary across the extent of the data set depending on latitude), with a Z unit in meters or feet.<\/p>\n<p>There are two ways to avoid this problem: 1) project the DEM using the <a title=\"ArcGIS Web Help: Project Raster tool\">Project Raster tool<\/a> so that the linear units are defined (the linear unit is an inherent property of projected coordinate systems), or 2) use the optional Z-Factor parameter in the Hillshade tool (which multiplies the decimal degree value by the conversion factor to produce a measurement feet or meters, depending on the value you use). In terms of best practices, for medium and large scale maps we recommend projecting the DEM before producing a hillshade or doing any analysis. The only reason we can think of not to project a DEM or any data products produced from the DEM is when these will be part of a web service where the client of the service can choose a projection for the data themselves (projecting and then re-projecting a raster can result in unwanted loss of information).<\/p>\n<p>If it is necessary to retain the DEM in a geographic coordinate system, knowing the appropriate values for the optional Z-Factor parameter is essential. The exact values will vary depending on the latitude of your dataset, here are some values to start with:<\/p>\n<p>While there is variation in latitude within the extent of the data set (from the northern to southern edges), it is usually OK to use a single value in the approximate center of your dataset. Also, it is usually OK to use an approximate value since the visual differences in using similar numbers are so minimal. If you need to calculate a more exact value, simply determine the length of one degree at the latitude being mapped.<\/p>\n<table>\n<tbody>\n<tr>\n<td>Latitude<\/td>\n<td><\/td>\n<td>Z factor (in meters)<\/td>\n<td>Z factor (in feet)<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">0<\/td>\n<td><\/td>\n<td align=\"right\">0.00000898<\/td>\n<td align=\"right\">0.00000273<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">10<\/td>\n<td><\/td>\n<td align=\"right\">0.00000912<\/td>\n<td align=\"right\">0.00000278<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">20<\/td>\n<td><\/td>\n<td align=\"right\">0.00000956<\/td>\n<td align=\"right\">0.00000291<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">30<\/td>\n<td><\/td>\n<td align=\"right\">0.00001036<\/td>\n<td align=\"right\">0.00000316<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">40<\/td>\n<td><\/td>\n<td align=\"right\">0.00001171<\/td>\n<td align=\"right\">0.00000357<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">50<\/td>\n<td><\/td>\n<td align=\"right\">0.00001395<\/td>\n<td align=\"right\">0.00000425<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">60<\/td>\n<td><\/td>\n<td align=\"right\">0.00001792<\/td>\n<td align=\"right\">0.00000546<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">70<\/td>\n<td><\/td>\n<td align=\"right\">0.00002619<\/td>\n<td align=\"right\">0.00000798<\/td>\n<\/tr>\n<tr>\n<td align=\"right\">80<\/td>\n<td align=\"right\"><\/td>\n<td align=\"right\">0.00005156<\/td>\n<td align=\"right\">0.00001571<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>In addition to the Hillshade tool, there are many other tools in the Spatial Analyst and 3D Analyst that depend on proper use of the optional Z-Factor parameter when the data you are working with uses a spatial reference that is geographic coordinate system. You can use the same guidelines as above in these cases as well.<\/p>\n<p>Note that you should also use the Z-Factor when the X,Y values are in feet and the Z units are in meters, or visa versa.<\/p>\n"}],"authors":[{"ID":4351,"user_firstname":"Charlie","user_lastname":"Frye","nickname":"Charlie Frye","user_nicename":"cfrye","display_name":"Charlie Frye","user_email":"cfrye@esri.com","user_url":"","user_registered":"2018-03-02 00:15:58","user_description":"I am the Chief Cartographer at Esri and work on the Living Atlas Team. I have been with Esri in Software Products since 1994. I specialize in GIS engineering and information product design. I am the author of many global scientific and thematic layers on topics that include ecosystems, landforms, population, climate, emissions, etc.  Contact me at cfrye@esri.com with questions or feedback.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/CF_R3.png' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":"","card_image":false,"wide_image":false},"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>Setting the Z Factor parameter correctly<\/title>\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\/product\/imagery\/setting-the-z-factor-parameter-correctly\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting the Z Factor parameter correctly\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly\" \/>\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=\"2018-10-17T17:37:27+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\/product\/imagery\/setting-the-z-factor-parameter-correctly#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly\"},\"author\":{\"name\":\"Charlie Frye\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/cb24d44b9b7464f8eafd9fde29ae5c7a\"},\"headline\":\"Setting the Z Factor parameter correctly\",\"datePublished\":\"2007-06-12T17:29:00+00:00\",\"dateModified\":\"2018-10-17T17:37:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly\"},\"wordCount\":6,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"ArcGIS Methods\"],\"articleSection\":[\"Imagery &amp; Remote Sensing\",\"Mapping\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly\",\"name\":\"Setting the Z Factor parameter correctly\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2007-06-12T17:29:00+00:00\",\"dateModified\":\"2018-10-17T17:37:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting the Z Factor parameter correctly\"}]},{\"@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\/cb24d44b9b7464f8eafd9fde29ae5c7a\",\"name\":\"Charlie Frye\",\"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\/2018\/04\/CF_R3.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/CF_R3.png\",\"caption\":\"Charlie Frye\"},\"description\":\"I am the Chief Cartographer at Esri and work on the Living Atlas Team. I have been with Esri in Software Products since 1994. I specialize in GIS engineering and information product design. I am the author of many global scientific and thematic layers on topics that include ecosystems, landforms, population, climate, emissions, etc. Contact me at cfrye@esri.com with questions or feedback.\",\"knowsAbout\":[\"ArcGIS\"],\"knowsLanguage\":[\"English\"],\"jobTitle\":\"Distinguished GIS Engineer and Chief Cartographer\",\"worksFor\":\"Environmental Systems Research Institute, Inc.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/cfrye\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Setting the Z Factor parameter correctly","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\/product\/imagery\/setting-the-z-factor-parameter-correctly","og_locale":"en_US","og_type":"article","og_title":"Setting the Z Factor parameter correctly","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2018-10-17T17:37:27+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\/product\/imagery\/setting-the-z-factor-parameter-correctly#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly"},"author":{"name":"Charlie Frye","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/cb24d44b9b7464f8eafd9fde29ae5c7a"},"headline":"Setting the Z Factor parameter correctly","datePublished":"2007-06-12T17:29:00+00:00","dateModified":"2018-10-17T17:37:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly"},"wordCount":6,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["ArcGIS Methods"],"articleSection":["Imagery &amp; Remote Sensing","Mapping"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly","name":"Setting the Z Factor parameter correctly","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2007-06-12T17:29:00+00:00","dateModified":"2018-10-17T17:37:27+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/product\/imagery\/setting-the-z-factor-parameter-correctly#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Setting the Z Factor parameter correctly"}]},{"@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\/cb24d44b9b7464f8eafd9fde29ae5c7a","name":"Charlie Frye","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\/2018\/04\/CF_R3.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/CF_R3.png","caption":"Charlie Frye"},"description":"I am the Chief Cartographer at Esri and work on the Living Atlas Team. I have been with Esri in Software Products since 1994. I specialize in GIS engineering and information product design. I am the author of many global scientific and thematic layers on topics that include ecosystems, landforms, population, climate, emissions, etc. Contact me at cfrye@esri.com with questions or feedback.","knowsAbout":["ArcGIS"],"knowsLanguage":["English"],"jobTitle":"Distinguished GIS Engineer and Chief Cartographer","worksFor":"Environmental Systems Research Institute, Inc.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/cfrye"}]}},"text_date":"June 12, 2007","author_name":"Charlie Frye","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/cfrye","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":false,"tag_data":[{"term_id":38211,"name":"ArcGIS Methods","slug":"arcgis-methods","term_group":0,"term_taxonomy_id":38211,"taxonomy":"post_tag","description":"","parent":0,"count":48,"filter":"raw"}],"category_data":[{"term_id":22931,"name":"Imagery &amp; Remote Sensing","slug":"imagery","term_group":0,"term_taxonomy_id":22931,"taxonomy":"category","description":"","parent":0,"count":770,"filter":"raw"},{"term_id":22941,"name":"Mapping","slug":"mapping","term_group":0,"term_taxonomy_id":22941,"taxonomy":"category","description":"","parent":0,"count":2697,"filter":"raw"}],"product_data":[],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/121631","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\/4351"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=121631"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/121631\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=121631"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=121631"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=121631"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=121631"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=121631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}