{"id":178571,"date":"2012-03-28T22:34:47","date_gmt":"2012-03-29T05:34:47","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=178571"},"modified":"2021-10-17T14:18:55","modified_gmt":"2021-10-17T21:18:55","slug":"invalid-geometry-check-explained","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained","title":{"rendered":"Invalid Geometry Check Explained\u2026"},"author":288792,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23851,22941],"tags":[38701,27971,155352],"industry":[],"product":[37001,36991],"class_list":["post-178571","blog","type-blog","status-publish","format-standard","hentry","category-data-management","category-mapping","tag-data-collection-and-management","tag-editing","tag-quality-assurance","product-data-reviewer","product-arcgis-desktop"],"acf":{"short_description":"What exactly does Data Reviewer\u2019s Invalid Geometry check find? Before I provide an answer, let\u2019s explore how invalid geometries are introduced","flexible_content":[{"acf_fc_layout":"content","content":"<p>What exactly does Data Reviewer\u2019s\u00a0<a title=\"Invalid Geometry Web Help\" href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/Finding_invalid_geometry\/010200000058000000\/\" target=\"_blank\" rel=\"noopener\">Invalid Geometry<\/a>\u00a0check find? Before I provide an answer, let\u2019s explore how invalid geometries are introduced in your geodatabase in the first place. Typically loading data from shapefiles or CAD files can introduce invalid geometries. When data is migrated into an enterprise geodatabase using the simple loader invalid geometries such as empty, null, and no envelope will be filtered. However, if you\u2019re using a third party data\u00a0migration tool, all features including invalid geometries could be migrated. Similarly, when importing data into a personal or file geodatabase all geometries will be copied over. While the\u00a0<a title=\"Check Geometry GP Tool\" href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/\/001700000034000000\" target=\"_blank\" rel=\"noopener\">Check Geometry<\/a>\u00a0geoprocessing tool reports such geometry problems, it only works on shapefiles and personal or file geodatabases, and not on enterprise geodatabases. That\u2019s where Data Reviewer\u2019s Invalid Geometry check is helpful.<\/p>\n<p><a title=\"Invalid Geometry Check Dialog\" href=\"http:\/\/blogs.esri.com\/esri\/arcgis\/files\/2012\/03\/InvalidGeometryCheck.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-medium wp-image-8961\" src=\"http:\/\/blogs.esri.com\/esri\/arcgis\/files\/2012\/03\/InvalidGeometryCheck-300x263.png\" alt=\"\" width=\"300\" height=\"263\" \/><\/a><\/p>\n<p>The check returns features that meet one of the following conditions:<\/p>\n<p>1. Nothing<\/p>\n<p>2. Empty<\/p>\n<p>3. Has an empty envelope<\/p>\n<p>4. Not simple<\/p>\n<p><strong>Okay, so what do these conditions mean?<\/strong><\/p>\n<p>Let me address the first three conditions as they are somewhat related.\u00a0 You might ask, \u201cif they are related why is Data Reviewer reporting these issue(s) independently?\u201d For each feature the three conditions have different meanings. Furthermore, the issues\u00a0could have been caused by different workflow errors. As a user, all you really need to know is that the feature has no geometry.\u00a0 However, I\u2019d like to explore these conditions a bit more and\u00a0provide a brief description of each.<\/p>\n<p><em>Nothing<\/em><\/p>\n<p>The feature has\u00a0<strong>nothing<\/strong>\u00a0in the\u00a0<strong>SHAPE field<\/strong>\u00a0(<em>SHAPE = &lt;Null&gt;<\/em>). This type of error is returned\u00a0when Data Reviewer is unable to retrieve the geometry information for that feature.<\/p>\n<p><em>Empty geometry<\/em><\/p>\n<p>The geometry of a feature is considered empty if it has\u00a0<strong>zero or no points<\/strong>\u00a0and it does not contain geometric information (represented by\u00a0<em>SHAPE _LEN\u00a0<\/em>and\/or\u00a0<em>SHAPE_AREA\u00a0<\/em>fields) beyond its original initialization state.<\/p>\n<p><em><strong>Note:<\/strong><\/em><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><em>A point\/multipoint geometry type contains point(s) as its geometry information.<\/em><\/li>\n<li><em>A line\/polyline geometry type contains line segment(s) as its geometry information which is again represented by points.<\/em><\/li>\n<li><em>A polygon geometry type contains rings (formed by line segments) as its geometry information which is again represented by points.<\/em><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Empty geometries can be introduced when editing or creating data programmatically and when importing bad data into your GIS.<\/p>\n<p><em>Has an empty envelope\u00a0<\/em><\/p>\n<p>This condition occurs when a feature\u2019s envelope (bounding rectangle) does not have any geometric information. This is similar to empty geometry.\u00a0<strong>\u00a0<\/strong><\/p>\n<p><em>Not simple<\/em><\/p>\n<p>Geometry is considered\u00a0<strong>non-simple<\/strong>\u00a0if any of the below are true.<strong>\u00a0<\/strong><\/p>\n<p><a title=\"Non-simple Geometries\" href=\"http:\/\/blogs.esri.com\/esri\/arcgis\/files\/2012\/03\/Invalid-Geo-Table1.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9076\" src=\"http:\/\/blogs.esri.com\/esri\/arcgis\/files\/2012\/03\/Invalid-Geo-Table1.png\" alt=\"\" width=\"646\" height=\"454\" \/><\/a><\/p>\n<p>Short segments seem to be the most common non-simple geometry users find in their data.\u00a0 This occurs when the vertices in a polyline or polygon boundary are too close; but\u00a0still are within the database\u2019s XY tolerance.\u00a0 Depending on the type of data, this may or may not be a critical issue for you.\u00a0In the case of a utility, for instance, this type of error could have a huge impact. An utility may be basing the rotation of point features (i.e. tees) on the angle of its connected lines (i.e. pipes). In the screenshot on the left\u00a0you can clearly see the tee is not rotated properly.\u00a0 What you can\u2019t see, but illustrated in the screenshot on the right, is the extra vertex at the end of the pipe which is affecting the\u00a0angle of the tee.<\/p>\n<p><a title=\"Short segment example\" href=\"http:\/\/blogs.esri.com\/esri\/arcgis\/files\/2012\/03\/screenshot-3.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9032\" src=\"http:\/\/blogs.esri.com\/esri\/arcgis\/files\/2012\/03\/screenshot-3.png\" alt=\"\" width=\"657\" height=\"288\" \/><\/a><\/p>\n<div>\n<div>Invalid geometries are basic data integrity errors that should\u00a0be addressed\u00a0in order to\u00a0validate your data for other types of issues. As a side note, for those of you already using the Invalid Geometry check,\u00a0Service Pack 3 for ArcGIS Data Reviewer 10 includes an enhancement for storing the geometry of a feature when it is returned as non-simple.\u00a0 You can now\u00a0navigate directly to the feature, making it easier to address the issue.<\/div>\n<\/div>\n<p><em>\u00a0<\/em><\/p>\n<p><em>\u00a0<\/em><em>Content contributed by Michelle Johnson<\/em><\/p>\n"}],"authors":[{"ID":288792,"user_firstname":"Jay","user_lastname":"Cary","nickname":"Jay Cary","user_nicename":"jcary","display_name":"Jay Cary","user_email":"jcary@esri.com","user_url":"","user_registered":"2021-10-14 16:13:27","user_description":"Jay Cary is a Product Manager in the Esri Professional Services R&amp;D Center. As a product manager at Esri, Mr. Cary is responsible for supporting software product development, marketing, and customer advocacy for multiple product teams. Before joining Esri in 2007, he worked as a program manager with 15+ years of GIS management and consulting experience in both local and federal government sectors.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/g3927872-jay-cary-5.jpg-jpgW760-213x200.jpeg' 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>Invalid Geometry Check Explained\u2026<\/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\/data-reviewer\/data-management\/invalid-geometry-check-explained\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Invalid Geometry Check Explained\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained\" \/>\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-10-17T21:18:55+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\/data-reviewer\/data-management\/invalid-geometry-check-explained#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained\"},\"author\":{\"name\":\"Jay Cary\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/9b5031314f807b776bb81f1b626924b0\"},\"headline\":\"Invalid Geometry Check Explained\u2026\",\"datePublished\":\"2012-03-29T05:34:47+00:00\",\"dateModified\":\"2021-10-17T21:18:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained\"},\"wordCount\":4,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"Data Collection and Management\",\"editing\",\"quality assurance (QA)\"],\"articleSection\":[\"Data Management\",\"Mapping\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained\",\"name\":\"Invalid Geometry Check Explained\u2026\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2012-03-29T05:34:47+00:00\",\"dateModified\":\"2021-10-17T21:18:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Invalid Geometry Check Explained\u2026\"}]},{\"@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\/9b5031314f807b776bb81f1b626924b0\",\"name\":\"Jay Cary\",\"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\/2024\/11\/g3927872-jay-cary-5.jpg-jpgW760-213x200.jpeg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/g3927872-jay-cary-5.jpg-jpgW760-213x200.jpeg\",\"caption\":\"Jay Cary\"},\"description\":\"Jay Cary is a Product Manager in the Esri Professional Services R&amp;D Center. As a product manager at Esri, Mr. Cary is responsible for supporting software product development, marketing, and customer advocacy for multiple product teams. Before joining Esri in 2007, he worked as a program manager with 15+ years of GIS management and consulting experience in both local and federal government sectors.\",\"sameAs\":[\"www.linkedin.com\/in\/jay-cary\"],\"jobTitle\":\"Product Manager\",\"worksFor\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/jcary\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Invalid Geometry Check Explained\u2026","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\/data-reviewer\/data-management\/invalid-geometry-check-explained","og_locale":"en_US","og_type":"article","og_title":"Invalid Geometry Check Explained\u2026","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2021-10-17T21:18:55+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\/data-reviewer\/data-management\/invalid-geometry-check-explained#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained"},"author":{"name":"Jay Cary","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/9b5031314f807b776bb81f1b626924b0"},"headline":"Invalid Geometry Check Explained\u2026","datePublished":"2012-03-29T05:34:47+00:00","dateModified":"2021-10-17T21:18:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained"},"wordCount":4,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["Data Collection and Management","editing","quality assurance (QA)"],"articleSection":["Data Management","Mapping"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained","name":"Invalid Geometry Check Explained\u2026","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2012-03-29T05:34:47+00:00","dateModified":"2021-10-17T21:18:55+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/data-reviewer\/data-management\/invalid-geometry-check-explained#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Invalid Geometry Check Explained\u2026"}]},{"@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\/9b5031314f807b776bb81f1b626924b0","name":"Jay Cary","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\/2024\/11\/g3927872-jay-cary-5.jpg-jpgW760-213x200.jpeg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/g3927872-jay-cary-5.jpg-jpgW760-213x200.jpeg","caption":"Jay Cary"},"description":"Jay Cary is a Product Manager in the Esri Professional Services R&amp;D Center. As a product manager at Esri, Mr. Cary is responsible for supporting software product development, marketing, and customer advocacy for multiple product teams. Before joining Esri in 2007, he worked as a program manager with 15+ years of GIS management and consulting experience in both local and federal government sectors.","sameAs":["www.linkedin.com\/in\/jay-cary"],"jobTitle":"Product Manager","worksFor":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/jcary"}]}},"text_date":"March 28, 2012","author_name":"Jay Cary","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/jcary","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcGIS Data Reviewer","tag_data":[{"term_id":38701,"name":"Data Collection and Management","slug":"data-collection-and-management","term_group":0,"term_taxonomy_id":38701,"taxonomy":"post_tag","description":"","parent":0,"count":8,"filter":"raw"},{"term_id":27971,"name":"editing","slug":"editing","term_group":0,"term_taxonomy_id":27971,"taxonomy":"post_tag","description":"","parent":0,"count":166,"filter":"raw"},{"term_id":155352,"name":"quality assurance (QA)","slug":"quality-assurance","term_group":0,"term_taxonomy_id":155352,"taxonomy":"post_tag","description":"","parent":0,"count":6,"filter":"raw"}],"category_data":[{"term_id":23851,"name":"Data Management","slug":"data-management","term_group":0,"term_taxonomy_id":23851,"taxonomy":"category","description":"","parent":0,"count":921,"filter":"raw"},{"term_id":22941,"name":"Mapping","slug":"mapping","term_group":0,"term_taxonomy_id":22941,"taxonomy":"category","description":"","parent":0,"count":2692,"filter":"raw"}],"product_data":[{"term_id":37001,"name":"ArcGIS Data Reviewer","slug":"data-reviewer","term_group":0,"term_taxonomy_id":37001,"taxonomy":"product","description":"","parent":36981,"count":43,"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=data-reviewer","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/178571","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\/288792"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=178571"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/178571\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=178571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=178571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=178571"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=178571"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=178571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}