{"id":633,"date":"2015-02-12T12:35:34","date_gmt":"2015-02-12T12:35:34","guid":{"rendered":"https:\/\/grindgis.com\/?p=633"},"modified":"2015-08-12T01:02:56","modified_gmt":"2015-08-12T01:02:56","slug":"python-license-error-000824","status":"publish","type":"post","link":"https:\/\/grindgis.com\/?p=633","title":{"rendered":"Python License Error &#8211; 000824, Running code for Spatial Analyst or 3D Analyst"},"content":{"rendered":"<p><span style=\"color: #333333; font-family: Georgia;\">I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error &#8211; 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add. Python is a high level programming l<\/span>anguage\u00a0that you can use to automate the work in the Arcgis. Here is the <a title=\"Free Python Course for GIS Users from coursera.org\" href=\"https:\/\/grindgis.com\/blog\/free-python-course-for-gis-users-from-coursera-org\" target=\"_blank\">free course<\/a>\u00a0on the python.<\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #44546a; font-family: Georgia;\"><em>import arcpy<\/em><br \/>\n<\/span><\/p>\n<p><span style=\"color: #44546a; font-family: Georgia;\"><em>demPath = &#8220;C:\/GIS Master Program\/2nd Semester\/GIS 570\/Lesson 1\/folder\/foxlake&#8221;<\/em><br \/>\n<\/span><\/p>\n<p><span style=\"color: #44546a; font-family: Georgia;\"><em>contourPath = &#8220;C:\/GIS Master Program\/2nd Semester\/GIS 570\/Lesson 1\/homework\/task1\/practice\/contour4.shp&#8221;<\/em><br \/>\n<\/span><\/p>\n<p><span style=\"color: #44546a; font-family: Georgia;\"><em>arcpy.gp.Contour_sa(demPath,contourPath,&#8221;25&#8243;,&#8221;0&#8243;,&#8221;1&#8243;)<\/em><br \/>\n<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #00b050; font-family: Georgia;\"><strong>And I got the below message,<\/strong><br \/>\n<\/span><\/p>\n<p><span style=\"color: #0070c0; font-family: Georgia;\"><em>Traceback (most recent call last):<\/em><br \/>\n<em>File &#8220;C:\/GIS Master Program\/2nd Semester\/GIS 570\/Lesson 1\/homework\/test&#8221;, line 4, in &lt;module&gt;<\/em><br \/>\n<em>arcpy.gp.Contour_sa(demPath,contourPath,&#8221;25&#8243;,&#8221;0&#8243;,&#8221;1&#8243;)<\/em><br \/>\n<em>File &#8220;C:\\Program Files (x86)\\ArcGIS\\Desktop10.2\\arcpy\\arcpy\\geoprocessing\\_base.py&#8221;, line 498, in &lt;lambda&gt;<\/em><br \/>\n<em>return lambda *args: val(*gp_fixargs(args, True))<\/em><br \/>\n<em>ExecuteError: Failed to execute. Parameters are not valid.<\/em><br \/>\n<strong><em>ERROR 000824: The tool is not licensed.<\/em><\/strong><br \/>\n<em>Failed to execute (Contour).<\/em><br \/>\n<\/span><\/p>\n<p><span style=\"color: red; font-family: Georgia;\">So it was the Error 000824<br \/>\n<\/span><\/p>\n<p><span style=\"color: red; font-family: Georgia;\">After doing so much Google search finally found the answer that we have turn on extension within the code. So to turn on spatial Analyst code will be<br \/>\n<\/span><\/p>\n<p><span style=\"color: red; font-family: Georgia; font-size: 12pt; background-color: white;\"><strong>gp.CheckOutExtension(&#8220;Spatial&#8221;)<br \/>\n<\/strong><\/span><\/p>\n<p><span style=\"color: #00b050; font-family: Georgia; font-size: 10pt; background-color: white;\"><strong>Finally code that did run is.<br \/>\n<\/strong><\/span><\/p>\n<p><span style=\"color: #323e4f;\"><em># The following code will create 25 metres contour from Foxlake Dem<br \/>\n<\/em><\/span><\/p>\n<p><span style=\"color: #323e4f;\"><em>import arcpy, arcinfo<br \/>\n<\/em><\/span><\/p>\n<p><span style=\"color: #323e4f;\"><em>arcpy.CheckOutExtension(&#8220;spatial&#8221;)<br \/>\n<\/em><\/span><\/p>\n<p><span style=\"color: #323e4f;\"><em>demPath = &#8220;C:\/GIS Master Program\/2nd Semester\/GIS 570\/Lesson 1\/folder\/foxlake&#8221;<br \/>\n<\/em><\/span><\/p>\n<p><span style=\"color: #323e4f;\"><em>contourPath = &#8220;C:\/GIS Master Program\/2nd Semester\/GIS 570\/Lesson 1\/homework\/task1\/practice\/contour4.shp&#8221;<br \/>\n<\/em><\/span><\/p>\n<p><span style=\"color: #323e4f;\"><em>arcpy.gp.Contour_sa(demPath,contourPath,&#8221;25&#8243;,&#8221;0&#8243;,&#8221;1&#8243;)<br \/>\n<\/em><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error &#8211; 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":642,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30,135,29,104],"tags":[141,31,143,138,144,140,142,69,63,136,139,137],"class_list":["post-633","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-arcgis","category-python","category-software","category-tutorials","tag-141","tag-arcgis","tag-arcinfo","tag-arcpy","tag-contour","tag-error","tag-error-000824","tag-programming","tag-python","tag-python-code","tag-python-gui","tag-spatial-analyst","entry","has-media"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error - 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"admin\"\/>\n\t<meta name=\"keywords\" content=\"000824,arcgis,arcinfo,arcpy,contour,error,error 000824,programming,python,python code,python gui,spatial analyst\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/grindgis.com\/?p=633\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials | easy to learn gis, love geography\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Python License Error \u2013 000824, Running code for Spatial Analyst or 3D Analyst\" \/>\n\t\t<meta property=\"og:description\" content=\"I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error - 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/grindgis.com\/?p=633\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2015-02-12T12:35:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2015-08-12T01:02:56+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Python License Error \u2013 000824, Running code for Spatial Analyst or 3D Analyst\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error - 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#article\",\"name\":\"Python License Error \\u2013 000824, Running code for Spatial Analyst or 3D Analyst\",\"headline\":\"Python License Error &#8211; 000824, Running code for Spatial Analyst or 3D Analyst\",\"author\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/grindgis.com\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/Python-error-000824.png\",\"width\":650,\"height\":350,\"caption\":\"Python error 000824\"},\"datePublished\":\"2015-02-12T12:35:34+00:00\",\"dateModified\":\"2015-08-12T01:02:56+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#webpage\"},\"articleSection\":\"Arcgis, Python, Software, Tutorials, 000824, Arcgis, arcinfo, arcpy, contour, error, Error 000824, programming, Python, Python code, python gui, spatial analyst\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/grindgis.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=29#listItem\",\"name\":\"Software\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=29#listItem\",\"position\":2,\"name\":\"Software\",\"item\":\"https:\\\/\\\/grindgis.com\\\/?cat=29\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=30#listItem\",\"name\":\"Arcgis\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=30#listItem\",\"position\":3,\"name\":\"Arcgis\",\"item\":\"https:\\\/\\\/grindgis.com\\\/?cat=30\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#listItem\",\"name\":\"Python License Error &#8211; 000824, Running code for Spatial Analyst or 3D Analyst\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=29#listItem\",\"name\":\"Software\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#listItem\",\"position\":4,\"name\":\"Python License Error &#8211; 000824, Running code for Spatial Analyst or 3D Analyst\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?cat=30#listItem\",\"name\":\"Arcgis\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/#organization\",\"name\":\"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials\",\"description\":\"easy to learn gis, love geography\",\"url\":\"https:\\\/\\\/grindgis.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/grindgis.com\\\/wp-content\\\/uploads\\\/2015\\\/01\\\/cropped-logo1.png\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633\\\/#organizationLogo\",\"width\":174,\"height\":48},\"image\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/grindgis.com\\\/?author=1\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/91cc14e604da110c467e47fc0fd18a3e1d4df92a1ca0b4bf6674ba184bce918b?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#webpage\",\"url\":\"https:\\\/\\\/grindgis.com\\\/?p=633\",\"name\":\"Python License Error \\u2013 000824, Running code for Spatial Analyst or 3D Analyst\",\"description\":\"I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error - 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/grindgis.com\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/Python-error-000824.png\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633\\\/#mainImage\",\"width\":650,\"height\":350,\"caption\":\"Python error 000824\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/?p=633#mainImage\"},\"datePublished\":\"2015-02-12T12:35:34+00:00\",\"dateModified\":\"2015-08-12T01:02:56+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/grindgis.com\\\/#website\",\"url\":\"https:\\\/\\\/grindgis.com\\\/\",\"name\":\"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials\",\"description\":\"easy to learn gis, love geography\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/grindgis.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Python License Error \u2013 000824, Running code for Spatial Analyst or 3D Analyst","description":"I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error - 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add.","canonical_url":"https:\/\/grindgis.com\/?p=633","robots":"max-image-preview:large","keywords":"000824,arcgis,arcinfo,arcpy,contour,error,error 000824,programming,python,python code,python gui,spatial analyst","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/grindgis.com\/?p=633#article","name":"Python License Error \u2013 000824, Running code for Spatial Analyst or 3D Analyst","headline":"Python License Error &#8211; 000824, Running code for Spatial Analyst or 3D Analyst","author":{"@id":"https:\/\/grindgis.com\/?author=1#author"},"publisher":{"@id":"https:\/\/grindgis.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/02\/Python-error-000824.png","width":650,"height":350,"caption":"Python error 000824"},"datePublished":"2015-02-12T12:35:34+00:00","dateModified":"2015-08-12T01:02:56+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/grindgis.com\/?p=633#webpage"},"isPartOf":{"@id":"https:\/\/grindgis.com\/?p=633#webpage"},"articleSection":"Arcgis, Python, Software, Tutorials, 000824, Arcgis, arcinfo, arcpy, contour, error, Error 000824, programming, Python, Python code, python gui, spatial analyst"},{"@type":"BreadcrumbList","@id":"https:\/\/grindgis.com\/?p=633#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/grindgis.com#listItem","position":1,"name":"Home","item":"https:\/\/grindgis.com","nextItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=29#listItem","name":"Software"}},{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=29#listItem","position":2,"name":"Software","item":"https:\/\/grindgis.com\/?cat=29","nextItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=30#listItem","name":"Arcgis"},"previousItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=30#listItem","position":3,"name":"Arcgis","item":"https:\/\/grindgis.com\/?cat=30","nextItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?p=633#listItem","name":"Python License Error &#8211; 000824, Running code for Spatial Analyst or 3D Analyst"},"previousItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=29#listItem","name":"Software"}},{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?p=633#listItem","position":4,"name":"Python License Error &#8211; 000824, Running code for Spatial Analyst or 3D Analyst","previousItem":{"@type":"ListItem","@id":"https:\/\/grindgis.com\/?cat=30#listItem","name":"Arcgis"}}]},{"@type":"Organization","@id":"https:\/\/grindgis.com\/#organization","name":"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials","description":"easy to learn gis, love geography","url":"https:\/\/grindgis.com\/","logo":{"@type":"ImageObject","url":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png","@id":"https:\/\/grindgis.com\/?p=633\/#organizationLogo","width":174,"height":48},"image":{"@id":"https:\/\/grindgis.com\/?p=633\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/grindgis.com\/?author=1#author","url":"https:\/\/grindgis.com\/?author=1","name":"admin","image":{"@type":"ImageObject","@id":"https:\/\/grindgis.com\/?p=633#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/91cc14e604da110c467e47fc0fd18a3e1d4df92a1ca0b4bf6674ba184bce918b?s=96&d=mm&r=g","width":96,"height":96,"caption":"admin"}},{"@type":"WebPage","@id":"https:\/\/grindgis.com\/?p=633#webpage","url":"https:\/\/grindgis.com\/?p=633","name":"Python License Error \u2013 000824, Running code for Spatial Analyst or 3D Analyst","description":"I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error - 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/grindgis.com\/#website"},"breadcrumb":{"@id":"https:\/\/grindgis.com\/?p=633#breadcrumblist"},"author":{"@id":"https:\/\/grindgis.com\/?author=1#author"},"creator":{"@id":"https:\/\/grindgis.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/02\/Python-error-000824.png","@id":"https:\/\/grindgis.com\/?p=633\/#mainImage","width":650,"height":350,"caption":"Python error 000824"},"primaryImageOfPage":{"@id":"https:\/\/grindgis.com\/?p=633#mainImage"},"datePublished":"2015-02-12T12:35:34+00:00","dateModified":"2015-08-12T01:02:56+00:00"},{"@type":"WebSite","@id":"https:\/\/grindgis.com\/#website","url":"https:\/\/grindgis.com\/","name":"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials","description":"easy to learn gis, love geography","inLanguage":"en-US","publisher":{"@id":"https:\/\/grindgis.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Grind GIS-GIS and Remote Sensing Blogs, Articles, Tutorials | easy to learn gis, love geography","og:type":"article","og:title":"Python License Error \u2013 000824, Running code for Spatial Analyst or 3D Analyst","og:description":"I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error - 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add.","og:url":"https:\/\/grindgis.com\/?p=633","og:image":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png","og:image:secure_url":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png","article:published_time":"2015-02-12T12:35:34+00:00","article:modified_time":"2015-08-12T01:02:56+00:00","twitter:card":"summary","twitter:title":"Python License Error \u2013 000824, Running code for Spatial Analyst or 3D Analyst","twitter:description":"I was trying to create the contour line from the PhytonGUI but failed to create it. It keep on showing me the error - 000824. Below code generates 25 m interval contour using spatial analyst but only inside ArcGis command window. It did not work outside Arcgis because I was missing important code to add.","twitter:image":"https:\/\/grindgis.com\/wp-content\/uploads\/2015\/01\/cropped-logo1.png"},"aioseo_meta_data":{"post_id":"633","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 04:59:25","updated":"2025-06-04 14:20:49","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/grindgis.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/grindgis.com\/?cat=29\" title=\"Software\">Software<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/grindgis.com\/?cat=30\" title=\"Arcgis\">Arcgis<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPython License Error \u2013 000824, Running code for Spatial Analyst or 3D Analyst\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/grindgis.com"},{"label":"Software","link":"https:\/\/grindgis.com\/?cat=29"},{"label":"Arcgis","link":"https:\/\/grindgis.com\/?cat=30"},{"label":"Python License Error &#8211; 000824, Running code for Spatial Analyst or 3D Analyst","link":"https:\/\/grindgis.com\/?p=633"}],"_links":{"self":[{"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/posts\/633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=633"}],"version-history":[{"count":0,"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/posts\/633\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=\/wp\/v2\/media\/642"}],"wp:attachment":[{"href":"https:\/\/grindgis.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/grindgis.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}