{"id":175651,"date":"2011-07-01T20:12:22","date_gmt":"2011-07-01T20:12:22","guid":{"rendered":"http:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=175651"},"modified":"2018-12-18T11:35:34","modified_gmt":"2018-12-18T19:35:34","slug":"locating-a-park-through-suitability-analysis","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis","title":{"rendered":"Locating a park through suitability analysis"},"author":5051,"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,37151],"tags":[23241,27971,26361,24321],"industry":[],"product":[36991],"class_list":["post-175651","blog","type-blog","status-publish","format-standard","hentry","category-analytics","category-design-planning","tag-best-practices","tag-editing","tag-geodesign","tag-geoprocessing","product-arcgis-desktop"],"acf":{"short_description":"Park analysis and design: Locating a park through suitability analysis (part 2)","flexible_content":[{"acf_fc_layout":"content","content":"<p><strong>Park analysis and design: Locating a park through suitability analysis (part 2)<\/strong><a href=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image1.jpg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image1.jpg\" alt=\"\" align=\"right\" border=\"0\" \/><\/a><\/p>\n<p><a href=\"https:\/\/blogs.esri.com\/Dev\/blogs\/arcgisdesktop\/archive\/2011\/06\/30\/Park-analysis-and-design.aspx\" target=\"_blank\" rel=\"noopener\">In my previous blog post<\/a>, I analyzed park accessibility in the City of Redlands and discovered several areas of the city that were farther than one mile from an existing park along the walkable street network. Now, I want to determine where to best locate a new park within the areas I identified as being underserved by current parks.<\/p>\n<p>To answer this question, I\u2019ll conduct a suitability analysis to find parcels that are most appropriate for a new park.<\/p>\n<p>There are two main types of suitability analysis: binary and weighted. Binary suitability analysis involves a binary final answer \u20141 or 0, or in our case, suitable and unsuitable. A weighted suitability analysis allows for a range of final answers, from 1 to 10, for example, and allows certain layers to have more influence (weight) on the result of the model. For this example, I\u2019m going to create a binary suitability analysis model.<\/p>\n<p>As with our park accessibility analysis, I\u2019ll start with several datasets from the City of Redlands, including parks, schools, roads, trails (off-road and on), existing and proposed bicycle lanes, and vacant parcels. Before I construct a model, I should know the distances the new park should be from certain features. In most cases, I\u2019m looking to be close to certain features, but in other cases, I want to make sure I\u2019m far enough away, such as with highways and existing parks.\u00a0\u00a0<a href=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image2.jpg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image2.jpg\" alt=\"\" border=\"0\" \/><\/a><\/p>\n<p>Remember that any of these values can be changed to suit any criteria. ModelBuilder allows a workflow to be created, run, and then modified to suit different ideas of how far each feature should be from a new park.<\/p>\n<p><strong>Creating a data processing workflow<\/strong><br \/>\nMy analysis should read like a flowchart: buffer the schools, trails, and bicycle lanes to make the \u2018good\u2019 areas. Buffer the existing parks and highways to make the \u2018bad\u2019 areas. Then remove the bad areas from the good areas, and find the areas that are common to the vacant parcels.<\/p>\n<p><a href=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image3.jpg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image3.jpg\" alt=\"\" border=\"0\" \/><\/a><\/p>\n<p><strong>Developing a suitability model<\/strong><br \/>\nTo use the data and tools found in ArcGIS to accomplish suitability analyses, I\u2019ll develop a model using\u00a0<a href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/What_is_ModelBuilder\/002w00000001000000\/\" target=\"_blank\" rel=\"noopener\">ModelBuilder<\/a>. ModelBuilder acts much like a living flowchart, with data elements connecting to tools creating outputs just like the flow processing diagram. A model serves not only as an organizational tool for doing data processing, but the elements of the model store parameter values and data paths that can be changed, and the model itself can be shared and run on different data. For example, other users can change the input datasets to their own parks and street network to achieve the same analysis.<\/p>\n<p><a href=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image4.jpg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image4.jpg\" alt=\"\" border=\"0\" \/><\/a><\/p>\n<p>By definition,\u00a0<a href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/\/002s00000001000000.htm\" target=\"_blank\" rel=\"noopener\">geoprocessing\u00a0<\/a>tools take one or more pieces of geographic data, run a process based on parameters I define, and create a new piece of data as the result. That first result can be fed into another tool which results in yet another piece of data. Once the new data has been created, the old result can be discarded. This data is called intermediate data. Each piece of intermediate data should be written to a\u00a0<a href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/\/001w00000003000000.htm\" target=\"_blank\" rel=\"noopener\">scratch workspace<\/a>, which is defined in the<a href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/\/001w0000003s000000.htm\" target=\"_blank\" rel=\"noopener\">\u00a0environment settings<\/a>\u00a0of the map or model.\u00a0 Keeping intermediate data in a scratch workspace is a great way to ensure I don\u2019t end up with random datasets all over my computer.<\/p>\n<p>Tools for models can be found using the\u00a0<a href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/\/00660000007q000000.htm\" target=\"_blank\" rel=\"noopener\">Search window<\/a>. The Search window will allow me to type in the name of a tool, dataset, or script and show results across all types of data. To add a tool to a model, drag the tool by its name, and drop it on the model canvas. Model elements can be connected using the Connect tool from the model window. Double-clicking a tool or element will open a dialog box that allows me to ensure the settings are correct before I run the model. ModelBuilder will also check the inputs are valid before running, and I can check them all manually by clicking the Validate Entire Model tool from the ModelBuilder toolbar. I can save the model in a toolbox, which can be stored anywhere on disk or in a geodatabase, as I am doing.<\/p>\n<p><a href=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image5.jpg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image5.jpg\" alt=\"\" border=\"0\" \/><\/a><\/p>\n<p>When the model runs, a dialog box shows me the progress, notification that it is finished, and any messages, warnings, or errors that might have occurred. The\u00a0<a href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/Using_the_Results_window\/002100000013000000\/\" target=\"_blank\" rel=\"noopener\">Results window<\/a>\u00a0is the location to track the status of a model or other geoprocessing operation.<\/p>\n<p><strong>Reusing models as tools\u00a0<\/strong><br \/>\nAnother nice feature of models is they can be\u00a0<a href=\"http:\/\/help.arcgis.com\/en\/arcgisdesktop\/10.0\/help\/index.html#\/A_quick_tour_of_creating_tools_with_ModelBuilder\/002w0000007m000000\/\" target=\"_blank\" rel=\"noopener\">used in other models as tools<\/a>. Since I already proved the effectiveness of measuring distances along the road network versus straight-line buffers, I can\u00a0<a href=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image6.jpg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image6.jpg\" alt=\"\" align=\"right\" border=\"0\" \/><\/a>take the method I developed and use it as a tool in my park suitability model. I\u2019ll call the tool Buffer Along Roads and use it for the schools and existing parks, which are the only datasets that require travel to be measured along the road network.<\/p>\n<p>My model tool will operate as any other tool: it requires an input point dataset and will create a polygon dataset containing buffers along the roads using the distances exposed in the reclassification scheme. Once I\u2019ve created these distance polygons, I then choose the ones that meet my criteria\u2014in this case those that are \u00bd mile from existing parks and within \u00bd mile of schools.\u00a0 From there, the rest of my analysis can continue using straight-line buffers from bike lanes, trails, and highways.<\/p>\n<p><strong>Determining the final location<\/strong><br \/>\nWhen the model is finished, I see that there is more than one suitable location for a new park. I then have some work to do to figure out the final parcel or location. For example, perhaps I\u2019m looking for the area that is closest to downtown. Using my park access analysis as an example, converting the final suitable polygons to points and running them through a cost distance tool would be one method to use.<\/p>\n<p><a href=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image7.jpg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"http:\/\/downloads.esri.com\/blogs\/arcgisdesktop\/image7.jpg\" alt=\"\" border=\"0\" \/><\/a><\/p>\n<p>However, I want to allow the citizens to provide input. In the next entry in this series, I\u2019ll use ArcGIS Server to collect volunteered geographic information, crowd-sourced, or user-generated content to allow users to vote on their favorite location for a new park. This concept is now being referred to as \u201cparticipatory planning\u201d.<\/p>\n<p><strong>Accessing the data and models<\/strong><br \/>\nThe data and models for this blog post can be found\u00a0<a href=\"http:\/\/www.arcgis.com\/home\/item.html?id=a626e200b4f9424f9eb788e4620cdeb9\">here<\/a><br \/>\nThe rest of the data and tools for this blog series can be found in the Park Analysis and Design group\u00a0<a href=\"http:\/\/www.arcgis.com\/home\/group.html?owner=blackpoll&amp;title=Park%20Analysis%20And%20Design\" target=\"_blank\" rel=\"noopener\">here\u00a0<\/a>(make sure to filter by Show: All Content at the top of the page)<\/p>\n<p><strong>Update<\/strong><\/p>\n<p><a href=\"https:\/\/blogs.esri.com\/Dev\/blogs\/arcgisdesktop\/archive\/2011\/06\/30\/Park-analysis-and-design.aspx\">Part 1 \u2013 Park analysis and design \u2013 Measuring access to parks<\/a><\/p>\n<p><a href=\"http:\/\/blogs.esri.com\/Dev\/blogs\/arcgisdesktop\/archive\/2011\/07\/01\/Locating-a-park-through-suitability-analysis.aspx\">Part 2 \u2013 Park analysis and design: Locating a park through suitability analysis<\/a><\/p>\n<p><a href=\"http:\/\/blogs.esri.com\/Dev\/blogs\/arcgisdesktop\/archive\/2011\/07\/29\/Voting-on-a-new-park-location.aspx\">Part 3 \u2013 Park analysis and design:\u00a0 Voting on a new park location<\/a><\/p>\n<p><a href=\"http:\/\/blogs.esri.com\/Dev\/blogs\/arcgisdesktop\/archive\/2011\/08\/02\/Sketching-the-design-of-a-new-park.aspx\">Part 4 \u2013 Park analysis and design:\u00a0 Sketching the design of a new park<\/a><\/p>\n<p><em>Content for the post from Matthew Baker<\/em><\/p>\n"}],"authors":[{"ID":5051,"user_firstname":"Rhonda","user_lastname":"Glennon","nickname":"rmglennon","user_nicename":"rmglennon","display_name":"Rhonda Glennon","user_email":"rhondaglennon@gmail.com","user_url":"","user_registered":"2018-03-02 00:16:41","user_description":"","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/d2c7fed4b8d1ac8e001ff137e8389dfc6baa093dbfd27e927e365cd1a5ecd765?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/d2c7fed4b8d1ac8e001ff137e8389dfc6baa093dbfd27e927e365cd1a5ecd765?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>Locating a park through suitability analysis<\/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-desktop\/analytics\/locating-a-park-through-suitability-analysis\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Locating a park through suitability analysis\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis\" \/>\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-12-18T19:35:34+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-desktop\/analytics\/locating-a-park-through-suitability-analysis#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis\"},\"author\":{\"name\":\"Rhonda Glennon\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/456ae678337eaf3e5744e13ac689107c\"},\"headline\":\"Locating a park through suitability analysis\",\"datePublished\":\"2011-07-01T20:12:22+00:00\",\"dateModified\":\"2018-12-18T19:35:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis\"},\"wordCount\":6,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"Best Practices\",\"editing\",\"GeoDesign\",\"geoprocessing\"],\"articleSection\":[\"Analytics\",\"Design and Planning\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis\",\"name\":\"Locating a park through suitability analysis\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2011-07-01T20:12:22+00:00\",\"dateModified\":\"2018-12-18T19:35:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Locating a park through suitability analysis\"}]},{\"@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\/456ae678337eaf3e5744e13ac689107c\",\"name\":\"Rhonda Glennon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d2c7fed4b8d1ac8e001ff137e8389dfc6baa093dbfd27e927e365cd1a5ecd765?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d2c7fed4b8d1ac8e001ff137e8389dfc6baa093dbfd27e927e365cd1a5ecd765?s=96&d=blank&r=g\",\"caption\":\"Rhonda Glennon\"},\"url\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Locating a park through suitability analysis","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-desktop\/analytics\/locating-a-park-through-suitability-analysis","og_locale":"en_US","og_type":"article","og_title":"Locating a park through suitability analysis","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2018-12-18T19:35:34+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-desktop\/analytics\/locating-a-park-through-suitability-analysis#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis"},"author":{"name":"Rhonda Glennon","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/456ae678337eaf3e5744e13ac689107c"},"headline":"Locating a park through suitability analysis","datePublished":"2011-07-01T20:12:22+00:00","dateModified":"2018-12-18T19:35:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis"},"wordCount":6,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["Best Practices","editing","GeoDesign","geoprocessing"],"articleSection":["Analytics","Design and Planning"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis","name":"Locating a park through suitability analysis","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2011-07-01T20:12:22+00:00","dateModified":"2018-12-18T19:35:34+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-desktop\/analytics\/locating-a-park-through-suitability-analysis#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Locating a park through suitability analysis"}]},{"@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\/456ae678337eaf3e5744e13ac689107c","name":"Rhonda Glennon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d2c7fed4b8d1ac8e001ff137e8389dfc6baa093dbfd27e927e365cd1a5ecd765?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d2c7fed4b8d1ac8e001ff137e8389dfc6baa093dbfd27e927e365cd1a5ecd765?s=96&d=blank&r=g","caption":"Rhonda Glennon"},"url":""}]}},"text_date":"July 1, 2011","author_name":"Rhonda Glennon","author_page":false,"custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2025\/08\/Newsroom-Keyart-Wide-1920-x-1080.jpg","primary_product":"ArcMap","tag_data":[{"term_id":23241,"name":"Best Practices","slug":"best-practices","term_group":0,"term_taxonomy_id":23241,"taxonomy":"post_tag","description":"","parent":0,"count":57,"filter":"raw"},{"term_id":27971,"name":"editing","slug":"editing","term_group":0,"term_taxonomy_id":27971,"taxonomy":"post_tag","description":"","parent":0,"count":167,"filter":"raw"},{"term_id":26361,"name":"GeoDesign","slug":"geodesign","term_group":0,"term_taxonomy_id":26361,"taxonomy":"post_tag","description":"","parent":0,"count":35,"filter":"raw"},{"term_id":24321,"name":"geoprocessing","slug":"geoprocessing","term_group":0,"term_taxonomy_id":24321,"taxonomy":"post_tag","description":"","parent":0,"count":131,"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":37151,"name":"Design and Planning","slug":"design-planning","term_group":0,"term_taxonomy_id":37151,"taxonomy":"category","description":"","parent":0,"count":118,"filter":"raw"}],"product_data":[{"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-desktop","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/175651","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\/5051"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=175651"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/175651\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=175651"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=175651"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=175651"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=175651"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=175651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}