{"id":773120,"date":"2026-05-11T10:51:40","date_gmt":"2026-05-11T17:51:40","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcuser&#038;p=773120"},"modified":"2026-05-11T10:51:40","modified_gmt":"2026-05-11T17:51:40","slug":"tracking-plans-and-places-in-kenton-county","status":"publish","type":"arcuser","link":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county","title":{"rendered":"Tracking Plans and Places in Kenton County"},"author":6921,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","transcript_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[493251],"tags":[327152,425592,23402,493483,201052],"arcuser_issues":[493467],"class_list":["post-773120","arcuser","type-arcuser","status-publish","format-standard","hentry","category-gis-at-work","tag-affordable-housing","tag-arcgis-experience-builder","tag-automation","tag-kenton-county","tag-python","arcuser_issues-spring-2026"],"acf":{"short_description":"Kenton County has streamlined its ability to track development activity for residents and stakeholders.","pdf":{"host_remotely":false,"file":"","file_url":""},"flexible_content":[{"acf_fc_layout":"content","content":"How many housing units did we build last year in our county? Where were they built? How many were built the year before that? How many lots do we have available for development?\r\n\r\nAs communities across the United States grapple with a lack of available and affordable housing, being able to answer these questions is vital for county governments. But in Kenton County, Kentucky, answers were difficult to come by. Tackling these questions required plats from the engineering department, zone change approvals from the planning department, and final building permits from the building inspection department. Then, the GIS department needed to map that information. Multiple data silos, five internal departments, four permitting sources. The development and permitting process worked well, but the reporting side was agonizingly slow.\r\n\r\nLocated directly across the Ohio River from downtown Cincinnati, Kenton County has attracted a strong portfolio of development projects, large and small. While beneficial for the local economy, frequent development activity has added complexity to the already complex task of managing development and permitting for the county and its 19 cities.\r\n\r\nWithin Planning and Development Services of Kenton County (PDS), individual departments used their own tools, workflows, and software platforms to manage their respective parts of the development process effectively. What was lacking was a comprehensive way for PDS leadership, elected officials, and the public to view the entire development activity picture in the county on demand.\r\n\r\nBeginning in fall 2024, PDS staff set out to change this. The goal was to develop a tracking system\u00a0centered\u00a0on the location of developments across the county. The backbone of this tracking system would rely on GIS to address the questions that spreadsheets and permit reports\u00a0can\u2019t\u00a0answer. The result was the Kenton County Development Tracker, an ArcGIS Experience Builder app that\u00a0leverages\u00a0ArcGIS Online, ArcGIS Server, ArcGIS Enterprise, and extensive Python automation to provide a near real-time view into development activity throughout Kenton County. By mapping development plats, new subdivisions, and building\u00a0permit\u00a0data, PDS has developed a tool that makes this data the most accessible to the public it has ever been.\r\n<h2>From Data to Display<\/h2>\r\nThe development process begins with two types of data\u2014plats and permits. For the Development Tracker, plats\u00a0represent\u00a0the land area of the development project. A plat\u00a0can be a subdivision of land or a planning commission action (land rezoning) if a subdivision of land is not\u00a0required. Within these plats, final building permits (certificates of occupancy) are tracked for each individual home, apartment, or suite."},{"acf_fc_layout":"image","image":773122,"image_position":"left","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"Through Python automation and the use of geoprocessing tools, the data within each development is aggregated and the tracker displays a summary of the development area that shows units built, units planned, lots built, lots vacant, units built last year, units built so far this year, and percentage of full build-out.\u00a0The end result\u00a0is a one-click solution that makes it easy to see development progress and relevant information for a\u00a0particular project.\r\n\r\nHowever, developments are constantly evolving, and each project has unique features that must be accounted for. Sometimes a developer includes a pocket park as a recreation feature on a parcel within the subdivision, a parcel is reserved for a monument sign, or a building already exists on the parcel of land that is being further developed. Each of these situations can negatively\u00a0impact\u00a0the ability of the automation to recognize the status of a development or the individual parcels within a development. To solve this problem, certain parcels are excluded from being summarized in the\u00a0automation process."},{"acf_fc_layout":"image","image":773123,"image_position":"right","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"For example, the Pinnacles of Fort Mitchell is a recent development with a mix of\u00a0townhomes\u00a0and single-family detached housing. The plat\u00a0submitted\u00a0to PDS showed 50 total lots in the development. However, two of those lots were\u00a0nonbuildable\u00a0lots (reserved for a monument sign and\u00a0an\u00a0homeowner-association-owned property with entrance landscaping) and were flagged as such in the GIS. The total planned lots\u00a0was\u00a0automatically revised down, allowing the total build-out to be calculated based on 48 lots and 48 units. This is important because the Development Tracker reports the percentage of planned lots built as a metric for the entire development. Without this adjustment, full build-out would appear to be incomplete,\u00a0rendering\u00a0an inaccurate picture of the development by incorrectly showing lots available for future building activity.\r\n\r\nMoreover, not all projects fit cleanly into predetermined categories. For example, some cities use a request for proposal (RFP) or request for qualifications (RFQ) process to unlock development opportunities. In most cases, RFP\/RFQ projects lack the specific\u00a0details that development tracking is geared toward\u2014for example, total planned lots and total planned residential units. The Development Tracker takes these future opportunities into account by including them as a separate map layer, allowing a comprehensive look at the entire development picture\u2014vacant, built, planned, and future\u2014and placing future development opportunities into the context of active developments, all within a single map.\r\n<h2>Behind the Automation<\/h2>"},{"acf_fc_layout":"image","image":773124,"image_position":"left","orientation":"vertical","hyperlink":""},{"acf_fc_layout":"content","content":"Extensive automation is crucial in keeping the data that feeds the applications current. The Development Tracker relies on\u00a0a number of\u00a0feature classes that are edited daily through Spatial Database Engine (SDE) and SQL Server in a versioned editing environment. From there,\u00a0ArcPy\u00a0scripting and geoprocessing run on the SQL database feature classes to create new analysis-derived feature classes that are specific to development activity in Kenton County. The newly created data is then transferred from the internal network to an external Amazon Web Services (AWS) cloud environment, via Simple Storage Service (S3) buckets. Using\u00a0ArcPy\u00a0and Windows Task Scheduler, the data processing and data transfer are automated to run on a set schedule, with the most important tasks running nightly.\r\n\r\nOnce the data has been transferred to AWS,\u00a0ArcPy\u00a0automation updates the geodatabase that serves as the source data for the ArcGIS Enterprise map services, including the updated Development Activity layers. ArcGIS Pro is used to set the feature class symbology and labels, then the projects are shared out as map services in the hosted ArcGIS Enterprise environment.\r\n\r\nOnce\u00a0established, the map services are added to an ArcGIS Online web map by their URL REST endpoints. The web map is used to create pop-ups from the map service layers. This includes the use of ArcGIS Arcade expressions to run calculations and to select and count point data, which is also shown in the configured pop-ups. The web map is then loaded into an Experience Builder application. Experience Builder is used to configure navigation tools, add widgets, and\u00a0determine\u00a0the functionality and appearance of the app. Finally, the app files are downloaded from Experience Builder and copied to the website host server, where the application is served out for public consumption.\r\n\r\nTo\u00a0maintain\u00a0the most current inventory of active and future projects along with any other unreported developments, PDS has also developed an application called\u00a0CivicScope. This app uses ArcGIS Dashboards, ArcGIS Survey123, ArcGIS Instant Apps, and Microsoft Power Automate to allow local officials from all 20\u00a0jurisdictions\u00a0in the county to report missing or incorrect development information to PDS for review.\u00a0CivicScope\u00a0is a credentialed application that allows authorized users to\u00a0submit\u00a0updates\u00a0to known and future development activities with\u00a0a high level\u00a0of authoritative confidence. This solution allows PDS to close the feedback loop on development processes throughout the county.\r\n<h2>A Suite of Solutions<\/h2>\r\nWith the tracking process, automation, and reporting mechanisms in place, the focus turned to how PDS could take this geographic data and turn it into actionable information for PDS leadership, elected officials, and the public."},{"acf_fc_layout":"image","image":773125,"image_position":"right","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"Enter the PDS Development Hub, a site created with ArcGIS Hub to do just that. The site is a one-stop destination for all development-related information in Kenton County. It includes the Kenton County Development Tracker, the Active Subdivision Dashboard, dashboards tracking\u00a0nonresidential\u00a0economic development projects, and reports from local agencies, all working together to paint\u00a0an accurate\u00a0and near real-time view of development across the county.\r\n\r\nThe automation involved in the Development Hub follows the same early steps as the Development Tracker. The site\u00a0contains\u00a0map viewers that are fed by the same map services as the Development\u00a0Tracker, and\u00a0also combines data from the ArcGIS Online environment to power\u00a0additional\u00a0housing dashboards and key performance indicator dashboards hosted on the Development Hub site.\r\n\r\nEach of these solutions\u2014the Kenton County Development Tracker, the PDS Development Hub site, and\u00a0CivicScope\u2014is a powerful stand-alone tool. But the pieces work together to form a comprehensive suite of solutions that prioritizes public accessibility and data transparency. By implementing a more robust suite of solutions, PDS has used GIS to inform and engage its leadership, stakeholders, and the communities in Kenton County."}],"references":null},"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>Tracking Plans Places in Kenton County | Spring 2026 | ArcUser<\/title>\n<meta name=\"description\" content=\"Kenton County has streamlined its ability to track development activity for residents and stakeholders.\" \/>\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\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tracking Plans and Places in Kenton County\" \/>\n<meta property=\"og:description\" content=\"Kenton County has streamlined its ability to track development activity for residents and stakeholders.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2026\/05\/arcuser-banner-tracking-wide.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Esri\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county\",\n\t            \"name\": \"Tracking Plans Places in Kenton County | Spring 2026 | ArcUser\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2026-05-11T17:51:40+00:00\",\n\t            \"description\": \"Kenton County has streamlined its ability to track development activity for residents and stakeholders.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Tracking Plans and Places in Kenton County\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/2ea2e24ff1bf1335829717357eaf3b3a\",\n\t            \"name\": \"Lidia Davidson\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/secure.gravatar.com\/avatar\/69fae831c26e7d10c2c6cdaff1c8c9f2e148d083fe79f851e5ad201f7793fad5?s=96&d=blank&r=g\",\n\t                \"contentUrl\": \"https:\/\/secure.gravatar.com\/avatar\/69fae831c26e7d10c2c6cdaff1c8c9f2e148d083fe79f851e5ad201f7793fad5?s=96&d=blank&r=g\",\n\t                \"caption\": \"Lidia Davidson\"\n\t            },\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Tracking Plans Places in Kenton County | Spring 2026 | ArcUser","description":"Kenton County has streamlined its ability to track development activity for residents and stakeholders.","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\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county","og_locale":"en_US","og_type":"article","og_title":"Tracking Plans and Places in Kenton County","og_description":"Kenton County has streamlined its ability to track development activity for residents and stakeholders.","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2026\/05\/arcuser-banner-tracking-wide.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county","url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county","name":"Tracking Plans Places in Kenton County | Spring 2026 | ArcUser","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2026-05-11T17:51:40+00:00","description":"Kenton County has streamlined its ability to track development activity for residents and stakeholders.","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/tracking-plans-and-places-in-kenton-county#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"Tracking Plans and Places in Kenton County"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/2ea2e24ff1bf1335829717357eaf3b3a","name":"Lidia Davidson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/69fae831c26e7d10c2c6cdaff1c8c9f2e148d083fe79f851e5ad201f7793fad5?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/69fae831c26e7d10c2c6cdaff1c8c9f2e148d083fe79f851e5ad201f7793fad5?s=96&d=blank&r=g","caption":"Lidia Davidson"},"url":""}]}},"sort_order":"9","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/773120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcuser"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/6921"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/773120\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=773120"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=773120"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=773120"},{"taxonomy":"arcuser_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser_issues?post=773120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}