<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>StreetLight Data | Liz Roten</title><link>https://www.lizroten.com/tag/streetlight-data/</link><atom:link href="https://www.lizroten.com/tag/streetlight-data/index.xml" rel="self" type="application/rss+xml"/><description>StreetLight Data</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>© Liz Roten 2024</copyright><lastBuildDate>Thu, 14 Dec 2023 00:00:00 +0000</lastBuildDate><image><url>https://www.lizroten.com/media/icon_hu9684a0c7728a1791553eb63a20e70951_11434_512x512_fill_lanczos_center_3.png</url><title>StreetLight Data</title><link>https://www.lizroten.com/tag/streetlight-data/</link></image><item><title>Transportation Climate Solutions</title><link>https://www.lizroten.com/talk/streetlight-ghg-webinar/</link><pubDate>Thu, 14 Dec 2023 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/talk/streetlight-ghg-webinar/</guid><description>&lt;p>New federal requirements announced by the FHWA will put pressure on agencies to measure greenhouse gases (GHG) from transportation and track reductions. StreetLight has already been widely used to help agencies reduce transportation emissions through strategies like mode shift, electrification, and GHG measurement.&lt;/p>
&lt;p>Now, to help public agencies and consulting firms meet climate goals faster, StreetLight has launched a greenhouse gas (GHG) emissions product.&lt;/p>
&lt;p>Join our webinar on Thursday, December 14 2PM Eastern / 11AM Pacific as we discuss:&lt;/p>
&lt;ul>
&lt;li>How data supports the most critical emissions reduction strategies&lt;/li>
&lt;li>How the right GHG calculations produces more actionable emissions insights&lt;/li>
&lt;li>A deep dive on our new GHG emissions measurement product&lt;/li>
&lt;li>How Metropolitan Council, the Twin Cities’ MPO, use our data for emissions work&lt;/li>
&lt;/ul></description></item><item><title>Leveraging vector processing with R to analyze StreetLight Data</title><link>https://www.lizroten.com/talk/leveraging-streelightr-api-r/</link><pubDate>Thu, 03 Nov 2022 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/talk/leveraging-streelightr-api-r/</guid><description>&lt;p>Introducing &lt;code>{streetlightR}&lt;/code>, an R wrapper for the StreetLight InSight® API. I highlight two case studies where we used vector processing to complete thousands of StreetLight analyses and compile the metrics into granular and meaningful results.&lt;/p></description></item><item><title>{streetlightR}</title><link>https://www.lizroten.com/project/streetlightr/</link><pubDate>Thu, 03 Nov 2022 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/project/streetlightr/</guid><description>&lt;h1 id="streetlightr">streetlightR&lt;/h1>
&lt;!-- badges: start -->
&lt;p>&lt;a href="https://github.com/Metropolitan-Council/streetlightR/actions" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://github.com/Metropolitan-Council/streetlightR/workflows/R-CMD-check/badge.svg" alt="R build status" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;!-- badges: end -->
&lt;p>streetlightR is an R wrapper for &lt;a href="https://www.streetlightdata.com/" target="_blank" rel="noopener">StreetLight Data&amp;rsquo;s&lt;/a> InSight® API that makes it easier for users to create analyses, upload zone sets, fetch results, and more.&lt;/p>
&lt;p>To get a sense for what you can do with this package, see our &lt;a href="https://github.com/Metropolitan-Council/streetlightR/blob/main/inst/2022.11-StL-API.pdf" target="_blank" rel="noopener">presentation&lt;/a> to the StreetLight API users group in November 2022.&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;pre>&lt;code class="language-{r}">remotes::install_github(&amp;quot;Metropolitan-Council/streetlightR&amp;quot;)
&lt;/code>&lt;/pre>
&lt;h2 id="streetlight-api">StreetLight API&lt;/h2>
&lt;p>StreetLight Data offers a limited-feature API for subscribers. Contact StreetLight &lt;a href="mailto:support@streetlightdata.com">support&lt;/a> to request an API key and documentation access.&lt;/p>
&lt;h3 id="api-key-management">API key management&lt;/h3>
&lt;p>Contact StreetLight Data support to request an API key. Then, use &lt;code>streetlight_api_key()&lt;/code> to save the key for future use.&lt;/p>
&lt;pre>&lt;code class="language-{r}">library(streetlightR)
streetlight_api_key(key = &amp;quot;9999999&amp;quot;, install = TRUE)
&lt;/code>&lt;/pre></description></item><item><title>Regional Truck Corridor Study</title><link>https://www.lizroten.com/project/truck-corridor-study/</link><pubDate>Fri, 31 Dec 2021 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/project/truck-corridor-study/</guid><description>&lt;p>The study update process began in 2021 with a few goals.&lt;/p>
&lt;ol>
&lt;li>Migrate existing calculations and documentation scattered in Excel workbooks, ArcGIS documents, and PDFs to reproducible R code and RMarkdown documents, complete with version control and testing.&lt;/li>
&lt;li>Re-score existing corridors using most recent available data.&lt;/li>
&lt;li>Evaluate new truck corridors and freight facilities as submitted by agency partners.&lt;/li>
&lt;/ol>
&lt;p>Throughout the process, I carefully balanced preserving the original methodology and accounting for each data source&amp;rsquo;s quirks.&lt;/p>
&lt;p>Some data used in the original study were unavailable. Working with our transportation planners, I developed a method for estimating truck volume and truck percentage of total traffic using &lt;a href="https://www.streetlightdata.com/" target="_blank" rel="noopener">StreetLight Data&lt;/a>. I then carefully integrated the data sources and patched missing data to complete the project. Finally, I completed an comprehensive project wrap-up, tracking down emails, chat messages, and meeting notes to compile a definitive &amp;ldquo;how&amp;rdquo; and &amp;ldquo;why&amp;rdquo; for each data source and analysis method. I used &lt;a href="https://groundhogr.com/" target="_blank" rel="noopener">&lt;code>{groundhog}&lt;/code>&lt;/a> to preserve package versions and implemented a clever script naming convention to organize files. Documentation is a love letter to your future self - and I went all out.&lt;/p>
&lt;h2 id="interactive">Interactive&lt;/h2>
&lt;p>I decided to build the visualization using Tableau because I wanted to take advantage of Tableau&amp;rsquo;s dynamic tooltips, in which you can insert a mini plot. The interaction between elements, such as a map and a table, is more streamlined. Tableau can also turn out a snazzy visualization relatively quickly.&lt;/p>
&lt;h3 id="screenshots">Screenshots&lt;/h3>
&lt;div class="gallery">
&lt;a data-fancybox="gallery-truck-corridor-study" href="https://www.lizroten.com/media/albums/truck-corridor-study/corridor_179.PNG" >
&lt;img src="https://www.lizroten.com/media/albums/truck-corridor-study/corridor_179_huf9c119ed56b43bc7835bd6044b532550_269136_0x190_resize_q75_h2_lanczos_3.webp" loading="lazy" alt="corridor_179.PNG" width="235" height="190">
&lt;/a>
&lt;a data-fancybox="gallery-truck-corridor-study" href="https://www.lizroten.com/media/albums/truck-corridor-study/corridor_232.PNG" >
&lt;img src="https://www.lizroten.com/media/albums/truck-corridor-study/corridor_232_hu7da22254c19e816a38c61d784322e9cf_264088_0x190_resize_q75_h2_lanczos_3.webp" loading="lazy" alt="corridor_232.PNG" width="238" height="190">
&lt;/a>
&lt;a data-fancybox="gallery-truck-corridor-study" href="https://www.lizroten.com/media/albums/truck-corridor-study/freight_facilities.PNG" >
&lt;img src="https://www.lizroten.com/media/albums/truck-corridor-study/freight_facilities_hudeec7288ccc83c37c9d14e22eec82795_383450_0x190_resize_q75_h2_lanczos_3.webp" loading="lazy" alt="freight_facilities.PNG" width="239" height="190">
&lt;/a>
&lt;/div>
&lt;h2 id="background">Background&lt;/h2>
&lt;p>Regional truck freight corridors were initially developed through the 2017 Regional Truck Highway Corridors Study. A technical advisory work group of public agency staff most directly engaged in highway planning guided this data-driven study that analyzed the region’s principal and minor arterials. Ultimately the study applied four data factors to establish corridor score rankings and to group the corridors into tiers 1, 2, and 3, in order of priority.&lt;/p>
&lt;p>In 2018 the Met Council adopted the study’s final regional truck corridors into the Transportation Policy Plan and first applied the tiered corridors as project selection criteria in the Regional Solicitation process for distributing federal transportation funds. The corridors have also been used as qualifying criteria in recent funding cycles of MnDOT’s Minnesota Highway Freight Program.&lt;/p></description></item><item><title>Square Lake Park Master Plan</title><link>https://www.lizroten.com/project/square-lake-master-plan/</link><pubDate>Mon, 01 Feb 2021 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/project/square-lake-master-plan/</guid><description>&lt;h2 id="summary">Summary&lt;/h2>
&lt;p>Square Lake Park Special Recreation Feature recently underwent a master plan update. I served on the technical advisory committee (TAC) and conducted a focused analysis estimating annual visitation and visitor activity within the park. I presented findings to Washington County staff and the entire TAC.&lt;/p>
&lt;h3 id="overall-visitation">Overall visitation&lt;/h3>
&lt;p>Square Lake Park has just one entrance and is surrounded by relatively low-traffic roads. I drew a gate over the park entrance and estimated the number of vehicles that pass through the gate using &lt;a href="https://www.streetlightdata.com/" target="_blank" rel="noopener">StreetLight Volume&lt;/a>. Then, I applied a persons-per-vehicle multiplier to estimate the number of visitors. I also used &lt;a href="https://www.streetlightdata.com/" target="_blank" rel="noopener">StreetLight&amp;rsquo;s&lt;/a> visitor home location metrics to estimate the spatial distribution of visitors.&lt;/p>
&lt;figure id="figure-liz-roten-for-metropolitan-council-2021">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Liz Roten for Metropolitan Council, 2021" srcset="
/project/square-lake-master-plan/visitor_home_metrics_hubd6411e6b27e792e6bf68170c827eb86_154764_039e4beaeb6ea3cf38d620d6d66d007c.webp 400w,
/project/square-lake-master-plan/visitor_home_metrics_hubd6411e6b27e792e6bf68170c827eb86_154764_04acd44b8907ebcdb719d6b4bb683cef.webp 760w,
/project/square-lake-master-plan/visitor_home_metrics_hubd6411e6b27e792e6bf68170c827eb86_154764_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://www.lizroten.com/project/square-lake-master-plan/visitor_home_metrics_hubd6411e6b27e792e6bf68170c827eb86_154764_039e4beaeb6ea3cf38d620d6d66d007c.webp"
width="676"
height="606"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Liz Roten for Metropolitan Council, 2021
&lt;/figcaption>&lt;/figure>
&lt;h3 id="activity-within-the-park">Activity within the park&lt;/h3>
&lt;p>To visualize visitor activity within the park, I generated a hexagon grid and ran &lt;a href="https://www.streetlightdata.com/" target="_blank" rel="noopener">StreetLight&lt;/a> analyses for different trip intersection types.&lt;/p>
&lt;p>These maps visualize the activity within Square Lake Park on an average day during operating hours (6am - 10pm) in Summer 2019. Each map shows a grid of hexagons covering Square Lake Park. The hexagons are colored such that darker shades indicate greater activity, and lighter shades indicate lower activity. Each trip intersection type highlights the ways in which visitors enjoy the park. However, activity on Square Lake, such as paddling, boating, or using the fishing pier, is not detected.&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
View a higher resolution of this viz &lt;a href="https://www.lizroten.com/docs/Hex%20map%20series.pdf" target="_blank">here&lt;/a>
&lt;/div>
&lt;/div>
&lt;h3 id="streetlight-data">StreetLight Data&lt;/h3>
&lt;p>Data in this data visualization comes from &lt;a href="https://www.streetlightdata.com/" target="_blank" rel="noopener">StreetLight Data&lt;/a>, an independent data provider which cleans, processes and assimilates millions of spatial data points from a combination of mobile phone Location-Based Services (LBS) data and GPS data. The data is anonymized, aggregated, and accessed only through specific analyses.&lt;/p></description></item><item><title>Using location-based services data for calculating the transportation greenhouse gas emissions of communities in Minnesota's Metropolitan Region</title><link>https://www.lizroten.com/talk/ampo-streetlight-ghg/</link><pubDate>Wed, 28 Oct 2020 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/talk/ampo-streetlight-ghg/</guid><description>&lt;h2 id="conferences">Conferences&lt;/h2>
&lt;p>We&amp;rsquo;ve had the pleasure of presenting this project at multiple conferences. See the list below.&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://ampo.org/events/2020-ampo-annual-conference/" target="_blank" rel="noopener">AMPO 2020 (October 2020)&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://ccaps.umn.edu/mn-transportation-conference" target="_blank" rel="noopener">Minnesota&amp;rsquo;s Transportation Conference (March 2021)&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title>Greenhouse Gas Emissions Inventory</title><link>https://www.lizroten.com/project/greenhouse-gas-inventory/</link><pubDate>Thu, 16 Jul 2020 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/project/greenhouse-gas-inventory/</guid><description>&lt;p>I developed a methodology for estimating greenhouse gas emissions from passenger and commercial vehicles for every city or township in the Twin Cities region. Data implemented include aggregated, anonymized location-based services data provided by &lt;a href="https://www.streetlightdata.com/" target="_blank" rel="noopener">StreetLight Data&lt;/a>, the &lt;a href="https://www.epa.gov/moves" target="_blank" rel="noopener">Environmental Protection Agency&amp;rsquo;s MOVES model&lt;/a>, and &lt;a href="https://www.dot.state.mn.us/traffic/data/" target="_blank" rel="noopener">MnDOT&amp;rsquo;s&lt;/a> vehicle classification data. The resulting data is implemented in the Council&amp;rsquo;s larger greenhouse gas inventory, which quantifies emissions from sources including energy, transportation, agriculture, and waste management.&lt;/p>
&lt;p>The data is available in our interactive tool, &lt;a href="https://metrotransitmn.shinyapps.io/ghg_tool/" target="_blank" rel="noopener">Twin Cities Greenhouse Gas Inventory&lt;/a>&lt;/p>
&lt;p>In May 2021, the Council was awarded two badges from the &lt;a href="https://metrocouncil.org/News-Events/Council-News/Newsletters/Climate-badges-Global-Covenant-of-Mayors-2021.aspx" target="_blank" rel="noopener">Global Covenant of Mayors for Climate and Energy&lt;/a>, in part, for work done with this tool and the &lt;a href="https://www.lizroten.com/project/greenhouse-gas-strategy">GHG Strategy Planning Tool&lt;/a>.&lt;/p>
&lt;p>You can find more information on the Council&amp;rsquo;s website &lt;a href="https://metrocouncil.org/tcghginventory.aspx" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;blockquote>
&lt;p>Climate change is occurring all around the world, including right here in the Twin Cities region. Minnesota has already experienced more extreme rainfall and warmer winters due to climate change, and more changes are on the way. The good news is that local jurisdictions can take meaningful action now to address climate change.&lt;/p>
&lt;p>The climate is changing due to human activities which release greenhouse gases (GHGs) into the atmosphere and cause average temperatures to rise. Many human activities emit carbon dioxide, as well as even more powerful greenhouse gases like methane, nitrous oxide, and others. Each of these gases exist naturally in the environment, but human-built systems for energy, transportation, agriculture, and waste management are responsible for releasing climate-altering quantities of these gases.&lt;/p>
&lt;/blockquote></description></item><item><title>Using location-based services to locate high activity areas within Twin Cities regional parks</title><link>https://www.lizroten.com/talk/wilmds-streetlight-parks/</link><pubDate>Tue, 08 Oct 2019 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/talk/wilmds-streetlight-parks/</guid><description/></item><item><title>Como Regional Park Hex Grid StreetLight Analysis</title><link>https://www.lizroten.com/project/como-hex-streetlight-parks/</link><pubDate>Fri, 21 Jun 2019 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/project/como-hex-streetlight-parks/</guid><description>&lt;h2 id="summary">Summary&lt;/h2>
&lt;p>To better understand activity within Como Regional Park and how that activity shifts with the seasons, I created a hexagon grid over the park and then used aggregated and anonymized location-based services data provided by &lt;a href="https://www.streetlightdata.com/" target="_blank" rel="noopener">StreetLight Data&lt;/a> to measure relative activity in each hexagon.&lt;/p>
&lt;p>This project was my first endeavor with Tableau and was used as a pilot before we dedicated additional resources to using StreetLight Data for parks research.&lt;/p>
&lt;h2 id="details">Details&lt;/h2>
&lt;h3 id="streetlight-data">StreetLight Data&lt;/h3>
&lt;p>Data in this data visualization comes from StreetLight, an independent data provider which cleans, processes and assimilates millions of spatial data points from a combination of mobile phone Location-Based Services (LBS) data and GPS data. The data is anonymized, aggregated, and accessed only through specific analyses.&lt;/p>
&lt;p>This viz draws on LBS data. Cell phone apps that use LBS collect the device&amp;rsquo;s location in space and time. StreetLight detects trips, a movement with clear start and stop locations. StreetLight uses trips to create the StreetLight Traffic Index, which is a normalized measure of the relative traffic, or activity, in an area. The data’s spatial precision is 65ft or better and StreetLight estimates a 23% penetration rate for the combined US and Canada adult population.&lt;/p>
&lt;h3 id="analysis">Analysis&lt;/h3>
&lt;p>For this viz, we made a hexagon grid over Como Regional Park. We then ran a StreetLight analysis to measure the relative traffic in each hexagon and repeated the analysis for Winter (November 2017 - February 2018), Summer (May 2018 - August 2018), and all 2018. StreetLight returns a Traffic Index value for each hexagon for every trip intersection type, day type, and day part configuration.&lt;/p>
&lt;h3 id="interactive-map">Interactive Map&lt;/h3>
&lt;p>In the Tableau viz, you can view the analysis results. Each hexagon on the map changes color according to its Traffic Index, or activity level. The darker the color, the higher the traffic. You can view the exact Traffic Index value of any hexagon by hovering over it. Use the map tools in the upper left corner to pan, zoom, and adjust the map view. We suggest you view this story in full screen for the best display.&lt;/p></description></item><item><title>Using Location-based Data in Regional Parks Visitors Research</title><link>https://www.lizroten.com/talk/tcrg-streetlight-parks/</link><pubDate>Sat, 08 Jun 2019 00:00:00 +0000</pubDate><guid>https://www.lizroten.com/talk/tcrg-streetlight-parks/</guid><description/></item></channel></rss>