{"id":171091,"date":"2023-02-06T14:31:46","date_gmt":"2023-02-06T22:31:46","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=171091"},"modified":"2023-02-24T10:47:44","modified_gmt":"2023-02-24T18:47:44","slug":"dicing-godzillas-features-with-too-many-vertices","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices","title":{"rendered":"Dicing Godzillas (features with too many vertices)"},"author":5211,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23341,23851],"tags":[24321,28481],"industry":[],"product":[36561,36991],"class_list":["post-171091","blog","type-blog","status-publish","format-standard","hentry","category-analytics","category-data-management","tag-geoprocessing","tag-overlay","product-arcgis-pro","product-arcgis-desktop"],"acf":{"short_description":"Vertices are the x,y coordinate pairs that define the shape of a feature, and the size of an individual feature.","flexible_content":[{"acf_fc_layout":"content","content":"<p>Note: This article has been updated for ArcGIS Pro.<\/p>\n<p>Vertices are the x,y coordinate pairs that define the shape of a feature, and the size of an individual feature (polygon, polyline, or multipoint) is defined its number of vertices. When a single feature has a million or so vertices, it can cause out-of-memory errors and, in some cases, a system crash \u2013 never a good thing. We call such gargantuan features \u2018Godzillas\u2019 because they wreak havoc on your computer\u2019s resources. Godzillas are usually long and crenulated coastlines or street casings digitized at a high degree of accuracy.<span id=\"more-1191\"><\/span><\/p>\n<p>Operations that are particularly vulnerable to Godzillas are:<\/p>\n<ul>\n<li>Editing operations, such as cutting, pasting, reshaping, or moving a feature.<\/li>\n<li>Geoprocessing tools that operate on feature geometry, such as most of the tools in the\u00a0<a href=\"http:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/analysis-toolbox\/an-overview-of-the-analysis-toolbox.htm\">Analysis toolbox<\/a>, tools found in the\u00a0<a href=\"http:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/an-overview-of-the-features-toolset.htm\">Features toolset<\/a>\u00a0and\u00a0<a href=\"http:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/an-overview-of-the-feature-class-toolset.htm\">Feature Class toolset<\/a>\u00a0in the\u00a0<a href=\"http:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/an-overview-of-the-data-management-toolbox.htm\">Data Management toolbox<\/a>. Tools that don\u2019t manipulate features, such as Add Field, are not affected by a Godzilla.<\/li>\n<\/ul>\n<p>Godzillas typically raise the geoprocessing error codes\u00a0<a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/tool-reference\/tool-errors-and-warnings\/001001-010000\/tool-errors-and-warnings-00426-00450-000426.htm\">000426 (Out Of Memory)<\/a>,\u00a0<a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/tool-reference\/tool-errors-and-warnings\/010001-020000\/tool-errors-and-warnings-10001-10025-010005.htm\">010005 (Unable to allocate memory)<\/a>,\u00a0<a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/tool-reference\/tool-errors-and-warnings\/999001-999999\/tool-errors-and-warnings-999998-999999-999998.htm\">999998 (Something unexpected caused the tool to fail)<\/a>, and\u00a0<a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/tool-reference\/tool-errors-and-warnings\/999001-999999\/tool-errors-and-warnings-999998-999999-999998.htm\">999999 (Something unexpected caused the tool to fail)<\/a>.<\/p>\n<h3>How Godzillas are created<\/h3>\n<ul>\n<li>Data entry using\u00a0<strong>stream digitizing<\/strong>\u00a0(as opposed to point-by-point digitizing) is the usual culprit\u2014it is easy to create features with too many vertices using stream digitizing.<\/li>\n<li>Features\u00a0<strong>imported from other software<\/strong>\u00a0are another source of Godzillas. Typically, the software that creates them is single-purpose data entry software with no analytic capability like ArcGIS.<\/li>\n<li>The\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/dissolve.htm\">Dissolve<\/a>\u00a0tool can create a Godzilla by combining smaller (but still fairly large) features into one feature. This is known as the\u00a0<strong>combinatorial problem<\/strong>. The Dissolve tool has logic that prevents it from creating a Godzilla (you\u2019ll receive the warning code\u00a0<a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/tool-reference\/tool-errors-and-warnings\/001001-010000\/tool-errors-and-warnings-00051-00075-000059.htm\">000059<\/a>) but this logic is based on the machine\u2019s available memory at the time Dissolve is run. So, while the output may not be a Godzilla on the machine where Dissolve ran, it may be on another machine with less available memory.<\/li>\n<\/ul>\n<h3>How many vertices define a Godzilla?<\/h3>\n<p>Unfortunately there is no simple answer since it depends entirely on the available memory your machine has\u2013more memory means more vertices per feature can be processed. You can increase available memory by closing down all other applications other than ArcGIS , if using ArcGIS Desktop 10.x and earlier turning off background processing as described in the Desktop help topic <a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/analyze\/executing-tools\/foreground-and-background-processing.htm\">Foreground and background processing<\/a>, and re-running your operation. But this is a one-time solution: what you really need to do is get rid of the Godzilla.<\/p>\n<h3>Finding Godzillas<\/h3>\n<p>If you think you\u2019ve got a Godzilla, your first task is to count the number of vertices for every feature in your feature class. The recipe for this is:<\/p>\n<ol>\n<li>Use the\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/add-field.htm\">Add Field<\/a>\u00a0tool to add a new field named VERTEXCOUNT. The field type is LONG.<\/li>\n<li>Next, use the\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/calculate-field.htm\">Calculate Field<\/a>\u00a0tool with this expression:\u00a0!shape!.pointcount, as illustrated below.<\/li>\n<li>After Calculate Field runs, open the feature class attribute table and sort on the VERTEXCOUNT column, or use the\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/analysis-toolbox\/summary-statistics.htm\">Summary Statistics <\/a>tool to find the MAX of VERTEXCOUNT<\/li>\n<\/ol>\n<p><img decoding=\"async\" src=\"http:\/\/edn1.esri.com\/blogimages\/gp\/072310_1920_DicingGodzi1.png\" alt=\"\" \/><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/02\/072310_1920_DicingGodzi1.png\" \/><\/p>\n<p>The VERTEXCOUNT field you added and calculated is not automatically recalculated or maintained. Anytime the geometry of features change, you\u2019ll have to run Calculate Field again. Of course, if you no longer need the VERTEXCOUNT field, use\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/delete-field.htm\">Delete Field<\/a>\u00a0to remove it.<\/p>\n<h3>Simplifying your data<\/h3>\n<p>The first question you should ask is if you really need all those vertices to describe the shape of your Godzilla. If you don\u2019t need all the vertices, use the\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/cartography-toolbox\/simplify-polygon.htm\">Simplify Polygon<\/a>\u00a0or\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/cartography-toolbox\/simplify-line.htm\">Simplify Line<\/a>\u00a0tool. These tools weed out unnecessary vertices. After running Simplify Polygon or Simplify Line, recalculate VERTEXCOUNT by running Calculate Field again. If the vertex count does not drop dramatically (or the tool fails to run because of the Godzilla), you\u2019ll need to dice your Godzilla as described next.<\/p>\n<h3>Using the Dice tool<\/h3>\n<p>The\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/dice.htm\">Dice<\/a>\u00a0tool takes input features and a vertex limit and outputs a new feature class with diced features, as illustrated below. The Dice tool works with multipoints, lines, and polygons.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/edn1.esri.com\/blogimages\/gp\/072310_1920_DicingGodzi2.png\" alt=\"\" \/><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/02\/072310_1920_DicingGodzi2.png\" \/><\/p>\n<h4>Choosing a vertex limit for the Dice tool<\/h4>\n<p>Obviously, the vertex limit value for the Dice tool needs to be less than the maximum of VERTEXCOUNT. Smaller vertex limits create more features, but this is hardly ever a concern since adding more features is rarely a computational issue\u2014it\u2019s the Godzilla that\u2019s the problem. Here are some suggestions:<\/p>\n<ul>\n<li><strong>Use half the maximum VERTEXCOUNT<\/strong>\u00a0\u2013 A good starting point is to set the vertex limit to half of the maximum VERTEXCOUNT.<\/li>\n<li><strong>Experiment with the Godzilla instead of the entire feature class\u00a0<\/strong>\u2013 The Dice tool works on selected features, so you can select your Godzilla, run the Dice tool, visually inspect the result, and try different vertex limits until you\u2019re happy with the results. At this point, you can either run Dice on the entire feature class, or replace the Godzilla with its diced version as follows:\n<ul>\n<li>Select the Godzilla and run the <a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/delete-features.htm\">Delete Features<\/a>\u00a0tool, inputting the layer with the selected Godzilla.<\/li>\n<li>Run the\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/append.htm\">Append<\/a>\u00a0tool to append the diced Godzilla into its original feature class.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h4>Apportioning attributes<\/h4>\n<p>When using Dice (or any overlay tool found in the\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/analysis-toolbox\/an-overview-of-the-overlay-toolset.htm\">Overlay toolset<\/a>), all attribute values from the input feature class are carried across to the output feature class. If any of the input attributes contain values that are apportioned by area (such as a population count), you\u2019ll want these attribute values to be apportioned among the new features created by Dice. To apportion attributes, use the\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/make-feature-layer.htm\">Make Feature Layer<\/a>\u00a0tool and check \u201cUse Ratio Policy\u201d for any attribute that needs to be apportioned by area, and use the output of Make Feature Layer as the input to Dice. The ratio is based on the ratio in which the original geometry is divided. If the geometry is divided in half, each new feature\u2019s attribute gets one-half of the value of the original object\u2019s attribute.<\/p>\n<h4>Maintaining parentage<\/h4>\n<p>The Dice tool does not maintain the parent Object ID of the original feature, so unless you have a unique ID field, you\u2019ll have no way of knowing the original feature from which the new feature was created. Therefore, you should add a unique ID field before Dice is run. If you don\u2019t already have a unique ID field, do this:<\/p>\n<ul>\n<li>Use Add Field to add a new field named UniqueID with the field type of LONG.<\/li>\n<li>Use Calculate Field to calculate UniqueID equal to OBJECTID.<\/li>\n<\/ul>\n<h4>Geometry errors<\/h4>\n<p>The\u00a0<a href=\"https:\/\/desktop.arcgis.com\/en\/arcmap\/latest\/tools\/data-management-toolbox\/check-geometry.htm\">Check Geometry<\/a>\u00a0tool identifies possible geometry errors such as null coordinates, empty rings, and self intersections. Godzillas, because of their size, are error suspects. The Dice tool cannot check the geometry of the input features since the operation may fail on the Godzilla, so any errors in the input will be written to the output. If you haven\u2019t run Check Geometry prior to running Dice, you should run Check Geometry on the output of Dice.<\/p>\n<h4>Geometry changes after running Dice<\/h4>\n<h5>Polygons<\/h5>\n<ul>\n<li>If an individual connected component (a feature and any internal rings) exceeds the vertex limit it will be subdivided by using it\u2019s envelope to split it into two equal parts based on its vertex count. This subdivision is repeated until the results of splitting parts are under the set vertex limit.<\/li>\n<li>Splitting of simple polygons is done along a polygon\u2019s smallest diameter.<\/li>\n<li>For large very complex polygons the initial dice line is determined with a best guess algorithm which samples the data to get an idea of the density of vertices across the feature envelope.<\/li>\n<li>The total vertex count of all parts of a diced polygon feature in the output should never be less than the starting vertex count for the polygon prior to running the dice tool.<\/li>\n<\/ul>\n<h5>Lines<\/h5>\n<ul>\n<li>If a part exceeds the vertex limit it will be subdivided into parts with roughly the same number of vertices. You can think of this as subdividing a single part into parts of (almost) equal vertices. Dice does not count up vertices from the beginning vertex until the vertex limit is reached to create a feature. There are too many cases where very short lines would be created.<\/li>\n<li>All splitting of lines occur at an existing vertex (which are duplicated to participate in two consecutive new parts).<\/li>\n<li>The total vertex count of all parts of the diced line feature in the output should never be less than the starting vertex count for the line prior to running the dice tool.<\/li>\n<\/ul>\n<h5>Multipart Points<\/h5>\n<ul>\n<li>If the multipoint exceeds the vertex limit it is subdivided by using the feature\u2019s envelope to split it in two. This is repeated until no multipoint exceeds the vertex limit.<\/li>\n<li>An attempt is made to spatially group the points within a multipoint feature when splitting.<\/li>\n<li>The total vertex count of all parts of the diced multipoint feature in the output should always equal the starting vertex count for the multipoint feature prior to running the dice tool.<\/li>\n<\/ul>\n<p>This post was contributed by Ken Hartling, a product engineer on the geoprocessing team<\/p>\n"}],"authors":[{"ID":5211,"user_firstname":"Ken","user_lastname":"Hartling","nickname":"ken2472","user_nicename":"ken-hartling","display_name":"KenH","user_email":"khartling@esri.com","user_url":"","user_registered":"2018-03-02 00:16:52","user_description":"","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/853a4bc0e1bcb61646fa1de63d2a468e5dba40e06221050178aad75e1f2b7fca?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/853a4bc0e1bcb61646fa1de63d2a468e5dba40e06221050178aad75e1f2b7fca?s=192&#038;d=blank&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'\/>"}],"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>Dicing Godzillas (features with too many vertices)<\/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\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dicing Godzillas (features with too many vertices)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices\" \/>\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=\"2023-02-24T18:47:44+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-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices\"},\"author\":{\"name\":\"KenH\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/a5b1857859c0a2d5f7bcf148f81f3fe6\"},\"headline\":\"Dicing Godzillas (features with too many vertices)\",\"datePublished\":\"2023-02-06T22:31:46+00:00\",\"dateModified\":\"2023-02-24T18:47:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices\"},\"wordCount\":7,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"geoprocessing\",\"overlay\"],\"articleSection\":[\"Analytics\",\"Data Management\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices\",\"name\":\"Dicing Godzillas (features with too many vertices)\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2023-02-06T22:31:46+00:00\",\"dateModified\":\"2023-02-24T18:47:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dicing Godzillas (features with too many vertices)\"}]},{\"@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\/a5b1857859c0a2d5f7bcf148f81f3fe6\",\"name\":\"KenH\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/853a4bc0e1bcb61646fa1de63d2a468e5dba40e06221050178aad75e1f2b7fca?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/853a4bc0e1bcb61646fa1de63d2a468e5dba40e06221050178aad75e1f2b7fca?s=96&d=blank&r=g\",\"caption\":\"KenH\"},\"url\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Dicing Godzillas (features with too many vertices)","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-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices","og_locale":"en_US","og_type":"article","og_title":"Dicing Godzillas (features with too many vertices)","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2023-02-24T18:47:44+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-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices"},"author":{"name":"KenH","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/a5b1857859c0a2d5f7bcf148f81f3fe6"},"headline":"Dicing Godzillas (features with too many vertices)","datePublished":"2023-02-06T22:31:46+00:00","dateModified":"2023-02-24T18:47:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices"},"wordCount":7,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["geoprocessing","overlay"],"articleSection":["Analytics","Data Management"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices","name":"Dicing Godzillas (features with too many vertices)","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2023-02-06T22:31:46+00:00","dateModified":"2023-02-24T18:47:44+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/analytics\/dicing-godzillas-features-with-too-many-vertices#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Dicing Godzillas (features with too many vertices)"}]},{"@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\/a5b1857859c0a2d5f7bcf148f81f3fe6","name":"KenH","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/853a4bc0e1bcb61646fa1de63d2a468e5dba40e06221050178aad75e1f2b7fca?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/853a4bc0e1bcb61646fa1de63d2a468e5dba40e06221050178aad75e1f2b7fca?s=96&d=blank&r=g","caption":"KenH"},"url":""}]}},"text_date":"February 6, 2023","author_name":"KenH","author_page":false,"custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcGIS Pro","tag_data":[{"term_id":24321,"name":"geoprocessing","slug":"geoprocessing","term_group":0,"term_taxonomy_id":24321,"taxonomy":"post_tag","description":"","parent":0,"count":131,"filter":"raw"},{"term_id":28481,"name":"overlay","slug":"overlay","term_group":0,"term_taxonomy_id":28481,"taxonomy":"post_tag","description":"","parent":0,"count":9,"filter":"raw"}],"category_data":[{"term_id":23341,"name":"Analytics","slug":"analytics","term_group":0,"term_taxonomy_id":23341,"taxonomy":"category","description":"","parent":0,"count":1333,"filter":"raw"},{"term_id":23851,"name":"Data Management","slug":"data-management","term_group":0,"term_taxonomy_id":23851,"taxonomy":"category","description":"","parent":0,"count":926,"filter":"raw"}],"product_data":[{"term_id":36561,"name":"ArcGIS Pro","slug":"arcgis-pro","term_group":0,"term_taxonomy_id":36561,"taxonomy":"product","description":"","parent":0,"count":2045,"filter":"raw"},{"term_id":36991,"name":"ArcMap","slug":"arcgis-desktop","term_group":0,"term_taxonomy_id":36991,"taxonomy":"product","description":"","parent":36981,"count":325,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-pro","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/171091","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\/5211"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=171091"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/171091\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=171091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=171091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=171091"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=171091"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=171091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}