diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 4ef6c456a9..0000000000 --- a/_config.yml +++ /dev/null @@ -1,63 +0,0 @@ -# Site settings -title: Utah Mapping Portal -email: ugrc@utah.gov -description: Utah Mapping Portal | The Utah Geospatial Resource Center -baseurl: "" -url: "https://gis.utah.gov" -highlighter: rouge -twitter_username: MapUtah -github_username: agrc -facebook_username: UtahAGRC -vimeo_username: utahagrc -podcast_username: utahgeospatialpodcast -permalink: /:title/ -production_url: "https://gis.utah.gov" -livereload: true -reload_port: 35729 -analytics: - google: - tracking_id: "G-MD7LCFF9Y1" -sass: - style: compressed -github: - repository_url: https://github.com/agrc/gis.utah.gov - repository_name: gis.utah.gov -markdown: kramdown -kramdown: - input: GFM - syntax_highlighter: rouge - hard_wrap: false -timezone: America/Denver -breadcrumbs: - root: - hide: false # show breadcrumbs on root/home page - image: false # Show image or title text -defaults: - - scope: - path: "" - type: "posts" - values: - layout: "post" - published: "true" - - scope: - path: "" - type: "pages" - values: - layout: "page" - published: "true" -exclude: - - "node_modules" - - "scripts" - - "Gemfile.lock" - - "Gemfile" - - "GruntFile.js" - - "bower.json" - - "package.json" - - "*.bak" - - "README.md" - - "docker-compose.yml" - - "LICENSE" - - "CODE_OF_CONDUCT.md" -include: - - "_redirects" - - "_headers" diff --git a/about/contributing/edit-existing/images/CreatePullRequest_Button.png b/about/contributing/edit-existing/images/CreatePullRequest_Button.png deleted file mode 100644 index 5f550545ab..0000000000 Binary files a/about/contributing/edit-existing/images/CreatePullRequest_Button.png and /dev/null differ diff --git a/about/contributing/edit-existing/images/Createpullrequestsimple.png b/about/contributing/edit-existing/images/Createpullrequestsimple.png deleted file mode 100644 index 67637a7a93..0000000000 Binary files a/about/contributing/edit-existing/images/Createpullrequestsimple.png and /dev/null differ diff --git a/about/contributing/edit-existing/images/DangerZone.png b/about/contributing/edit-existing/images/DangerZone.png deleted file mode 100644 index 37e1506116..0000000000 Binary files a/about/contributing/edit-existing/images/DangerZone.png and /dev/null differ diff --git a/about/contributing/edit-existing/images/GitHubFork_Button.png b/about/contributing/edit-existing/images/GitHubFork_Button.png deleted file mode 100644 index 7564e8d0b4..0000000000 Binary files a/about/contributing/edit-existing/images/GitHubFork_Button.png and /dev/null differ diff --git a/about/contributing/edit-existing/images/ProposeFileChange_Button.png b/about/contributing/edit-existing/images/ProposeFileChange_Button.png deleted file mode 100644 index bd619d30cd..0000000000 Binary files a/about/contributing/edit-existing/images/ProposeFileChange_Button.png and /dev/null differ diff --git a/about/contributing/edit-existing/images/PullRequest_screenshot.png b/about/contributing/edit-existing/images/PullRequest_screenshot.png deleted file mode 100644 index 562f838f1f..0000000000 Binary files a/about/contributing/edit-existing/images/PullRequest_screenshot.png and /dev/null differ diff --git a/about/contributing/edit-existing/images/editgithub.png b/about/contributing/edit-existing/images/editgithub.png deleted file mode 100644 index febee1c29e..0000000000 Binary files a/about/contributing/edit-existing/images/editgithub.png and /dev/null differ diff --git a/about/contributing/edit-existing/index.md b/about/contributing/edit-existing/index.md deleted file mode 100644 index 9110429c0a..0000000000 --- a/about/contributing/edit-existing/index.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: How to Edit Existing Content on gis.utah.gov -author: - display_name: JP - email: ugrc@utah.gov -tags: [] -date: 2016-04-19 16:11:21 -categories: - - Tutorial ---- - -## Method 1: Edit an existing page from website -{: .text-left} - -1. Create a free [GitHub account](https://github.com/join), if you do not already have one. -1. Click `Edit this page on GitHub` in the bottom right of any webpage on gis.utah.gov. -![Edit this page on GitHub]({% link about/contributing/edit-existing/images/editgithub.png %}){: loading="lazy" } -1. You will be brought to a page where you can propose a file change to the webpage. - 1. By proposing a file change using this method, GitHub will automatically create your own local version of the UGRC Website, or a “fork”, in your GitHub account. - 1. The fork will contain a branch called `Patch-1`. -1. Edit the file in GitHub window. - 1. Files are either in html or markdown. Check the file extension. -1. When finished with the edits, please write a summary of what was edited, added, or deleted under Propose file change. -1. Click the Propose file change green button. -![Propose Edit]({% link about/contributing/edit-existing/images/ProposeFileChange_Button.png %}){: loading="lazy" } -1. You will be brought to a new screen. Click the Create pull request green button. -![Create Pull Request]({% link about/contributing/edit-existing/images/CreatePullRequest_Button.png %}){: loading="lazy" } -1. If you only have one edit, the change summary will be autocompleted. Otherwise, write a summary of all edits. -1. Click the Create pull request green button. -![Create Pull Request]({% link about/contributing/edit-existing/images/CreatePullRequest_Button.png %}){: loading="lazy" } -1. Congratulations! You contributed! - -## Method 2: Editing a page from within the UGRC Website GitHub repository -{: .text-left} - -1. Create a free [GitHub account](https://github.com/join), if you do not already have one. -1. Go to the UGRC website repository on GitHub: [{{ site.github.repository_url }}]({{ site.github.repository_url }}). -1. You’ll need to create your own “fork”, or version, of the website repository. To do this, click ![Fork]({% link about/contributing/edit-existing/images/GitHubFork_Button.png %}) in the upper right. Then, click your GitHub username. -1. Navigate to the page you wish to edit. - 1. Blog posts are in the `_posts` folder. - 1. Data pages are in the `data` folder. -1. Click the pencil icon in the upper right to edit the webpage. - 1. Files are either in html or markdown. -1. When finished with edit, please write a summary of what was edited, added, or deleted under Commit changes. -1. Click the Commit changes green button. -1. Repeat steps 4-6 until you are done with your edits for the time being. -1. Create a pull request, to request the edits be pulled to the master. -![Create Pull Request From Repository]({% link about/contributing/edit-existing/images/PullRequest_screenshot.png %}){: loading="lazy" } - 1. Click the Pull Requests tab under username/agrc.github.io in the upper left. - 1. Click the New pull request green button. - 1. Click the Create pull request green button. - ![Create Pull Request From Repository]({% link about/contributing/edit-existing/images/Createpullrequestsimple.png %}){: loading="lazy" } - 1. Write a summary of your edits. - 1. Click the Create pull request green button. - ![Create Pull Request From Repository]({% link about/contributing/edit-existing/images/Createpullrequestsimple.png %}){: loading="lazy" } -1. Congratulations! You contributed! - -**_Important note if you return to make edits at a later date:_** - -1. In order to not create conflicts between website versions, you need to delete your repository and then create a new fork. -1. Browse to your repository: https://github.com/username/{{ site.github.repository_name }} -1. Click the Settings tab for your repository. -1. Scroll to the Danger Zone at the bottom. Click the Delete this repository button. ![Danger Zone]({% link about/contributing/edit-existing/images/DangerZone.png %}){: loading="lazy" } -1. Now you are free to go create a new fork and keep on editing! diff --git a/about/contributing/images/content-templater.png b/about/contributing/images/content-templater.png deleted file mode 100644 index 4850562180..0000000000 Binary files a/about/contributing/images/content-templater.png and /dev/null differ diff --git a/about/contributing/index.md b/about/contributing/index.md deleted file mode 100644 index 0c371d0900..0000000000 --- a/about/contributing/index.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: How to Contribute to gis.utah.gov -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2016-04-19 16:11:21 -categories: - - Tutorial ---- - -The Utah GIS community accomplishes great things when working together. The [UGIC Conference](https://ugic.org/), the many [GIS User Groups](/collaboration/community/user-groups), and datasets like Statewide [Address Points](/products/sgid/address) are some examples of the community working together to create meaningful products. This website is no different; contributions to gis.utah.gov are welcome and encouraged! - -
- -

- How to create a post on gis.utah.gov from UGRC on Vimeo. -

-
- -#### Modifying Existing content - -We have a great article that describes two methods for [editing existing content](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests) on the gis.utah.gov website. - -#### Creating New Content - -When you, your group, or your employer have content that would benefit the audience of gis.utah.gov, please consider publishing it here. The ease of contributing stems from the website being hosted on [GitHub.com](https://github.com/home). Once you have gone through the process once, you will be an expert. You might consider watching the above 1 minute video to reading the ~900 words below as they both describe the same process and reading will take 4 minutes longer. - -> GitHub fosters a fast, flexible, and collaborative development process that lets you work on your own or with others. - -#### A Post or a Page - -The first decision an author needs to make is whether to create a `Post` or a `Page`. Differentiating between the two is done by the type of content being created. If your content is newsy or time sensitive, then it would be considered a `Post`. If the content has permanent value and fits into the organizational structure of the website, then it would considered a `Page`. If you are having trouble deciding, _always_ choose a `Post`. - -#### The Starting Point - -![templater screenshot]({% link about/contributing/images/content-templater.png %}) -{:.inline-text-right loading="lazy" } -The ever resourceful [Scott Davis](https://twitter.com/@SThomasDavis) created a great tool, the [Templater](http://agrc.github.io/templater/), to create a starting point for authoring new content. This is _the_ entry point for all authors creating new content. - -**Start** by creating a title. This will be used to create the url on the website and also the heading for the article. **Next** choose your content type based on the decision above. Fill out the Author information - This will be displayed above the title on the post. Please use your **full name**. Once you **click** `Generate`, the templater will present you with a `File Path` and `Contents`. - -#### GitHub - -You will need a GitHub account to participate, so [create a free GitHub account](https://github.com/join) if you do not already have one. Navigate to the [UGRC organization](https://github.com/agrc/) on GitHub and find the [website source code]({{ site.github.repository_url }}). [Fork](https://help.github.com/articles/github-glossary/#fork) the [repository](https://help.github.com/articles/github-glossary/#repository) to create a personal copy of gis.utah.gov website in the GitHub cloud. - -#### Creating and Naming New Content - -The gis.utah.gov website is generated using [Jekyll](http://jekyllrb.com/). Jekyll is a tool that aids in the creation of the websites content as well as the look and feel. Jekyll dictates how the website directory structure is organized. - -New `Posts` should be placed in the [`_posts`]({{ site.github.repository_url }}/tree/master/_posts) folder of your fork (*https://github.com/YOUR USER NAME/{{ site.github.repository_name }}/tree/master/_posts*). This can be accomplished by clicking the `New File` button. Copy and paste the content generated in the `File Path` input that the templater created. The Templater adds the `_posts/` prefix to the file name so make sure you create the new file from the root of the website or you might create a new folder in `_posts/_posts/your-new-file.md`. - -`Pages` can go anywhere in the website structure. To achieve the extensionless urls, an `index.md` or `index.html` file is created inside of a folder. The folder name will be the url to the content. eg: `gis.utah.gov/folder-name`. Folders can be nested within folders as can be seen in the [existing structure]({{ site.github.repository_url }}/tree/master/data). The templater will take care of the naming, therefore clicking the `New File` button and pasting the content generated in the `File Path` input should give the desired result. - -By default, the templater has given the new file a `.md` markdown extension. - -> Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). - -There are many implementations of markdown, but all Jekyll websites use [kramdown](http://kramdown.gettalong.org/syntax.html). You have the choice to write your post in html or markdown. Please update the extension to match your choice. - -#### Authoring New Content - -The templator has created the [YAML Front Matter](https://jekyllrb.com/docs/frontmatter/) required to display your new content correctly. You can ignore that. Copy and paste the `Contents` text from the templater into the `Edit new file` location of GitHub. You can continue to author your content in GitHub or use your favorite text editor. Once you are finished, write a [commit message](https://help.github.com/articles/github-glossary/#commit) and commit the new file. - -#### Adding Images and Assets - -By convention, the gis.utah.gov website places all of it's images in the [`images`]({{ site.github.repository_url }}/tree/master/images) folder and all other assets (PDF's, text files, etc) in the [`downloads`]({{ site.github.repository_url }}/tree/master/downloads) folder. From the `images` or `downloads` directory in your browser, drag the assets you would like to reference in your post on to the browser window[^1]. GitHub will recognize this and upload the assets. Finally, add a meaningful commit message describing the changes and commit the changes. - -#### The Pull Request - -To close the contribution loop, a [pull request](https://help.github.com/articles/github-glossary/#pull-request) must be created asking UGRC to pull in your commits to be incorporated into the website. In your fork of the website, there will be a `Pull request` button. Clicking this button and following through the steps to completion will summarize the changes made and send a notification to UGRC of the request. The pull request creates a link between your [branch](https://help.github.com/articles/github-glossary/#branch) and the UGRC repository. Any subsequent commits will show up in the pull request. It is a living connection while the pull request is open. This gives UGRC and the contributor a chance to have a discussion and fix any errors. - -Once the pull request is accepted and merged, the website will automatically regenerate and deploy to production. The edits will be live, [@MapUtah](https://twitter.com/@MapUtah) will post about the new content the UGRC [facebook](https://facebook.com/utahagrc) page will post about the new content. - -#### Clean Up - -Once this process is completed you are safe to delete your fork of the gis.utah.gov website. You should no longer need it and it will quickly become outdated. - -[^1]: There may be browser limitations with this functionality. diff --git a/about/gis-for-911/index.html b/about/gis-for-911/index.html deleted file mode 100644 index 84efeaf3f3..0000000000 --- a/about/gis-for-911/index.html +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: GIS for 911 -author: - display_name: Bert Granberg - email: ugrc@utah.gov -tags: - - '911' -categories: [] -date: 2012-11-07 17:55:50 -0700 ---- -

Utah Mapping Data and Services in Support of 911 and Emergency Response

-

A portion of the emergency response (911) - related mapping data and services maintained by UGRC are funded through - the State's 911 restricted fund. According to State statute:

-
- Sevier DPS -
Agencies Dispatched by Richfield DPS
-
-

53-10-605. (1) Subject to annual legislative appropriation from the fund to: (c) the state's Automated Geographic - Reference Center in the Division of Information Technology Services, an amount equal to 1 cent per month levied on - telephone services under Section 69-2-5.6 shall be used to enhance and upgrade statewide digital mapping - standards.

-
- Address Points Example -
Address Points Example
-
-

Additionally, State law specifies that the State Geographic Information Database (SGID), managed by UGRC, is the - central clearinghouse for geospatial data. The SGID  includes road centerline, address data, boundary, ownership, - aerial photography, and base map services that are utilized by local, state, federal, and tribal agencies across Utah. -

-

UGRC provides coordination, data integration, and quality assurance to bring local data together and make it - functional as a statewide map data layer. Additionally, UGRC staff have provided technical assistance to local PSAPs - and jurisdictions in support of improved data resources and technical expertise.

-

UGRC also participates in the Utah 911 Committee's monthly meetings and stays abreast to GIS-related activities that - involve or impact the Public Safety Answering Points (PSAPs) throughout the state. Click here for more information about the Utah 911 Committee.

-

The following annual reports are based on the State's fiscal years (July 1 to June 30) and summarize UGRC's - GIS-related activities in support of local PSAPs and emergency response. Click on a fiscal year to view that year's - report: FY12, FY11, FY10, FY09, FY08, FY07, FY06, FY05.

diff --git a/about/gisac/index.md b/about/gisac/index.md deleted file mode 100644 index ba08ad8be2..0000000000 --- a/about/gisac/index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Utah Geographic Information Systems Advisory Council (GISAC) -author: - display_name: UGRC Staff - email: ugrc@utah.gov -tags: [] -categories: [] -date: 2020-08-28 00:00:00 -0600 ---- - -### GISAC Tasks - -- Define a [minimum metadata standard](/documentation/policy/metadata) for Utah ✔️ -- Recommend the use of UGRC's geocoding and address validation tool as a starting point for new projects -- Provide guidelines for AGOL tags -- Create a data maturity assessment checklist -- Create a statewide directory of GIS professionals/contacts -- Create a GISAC page as part of gis.utah.gov ✔️ -- Create a list of GIS software and hardware for each agency -- Create an executive summary of what GISAC is and does -- Create a document that describes how GIS helps run the business of government. In other words, stories of how GIS streamlines business processes for the agencies we represent. -- Create an index of IT and GIS widgets available to all or at least implemented and proven successful (i.e. repeatable) - -### Be Known, Be Found, Be Seen - -As a part of our effort to build a statewide directory of GIS professionals we have created a form to collect your information. Please [register](https://forms.gle/ea6iPCQ72xwEkRR18) to become a part of this public GIS professional directory. - -### Share Your Skills and Experience - -To best understand and document the skills and experiences of Utah GIS professionals, GISAC has created a [form](https://forms.gle/NqozmhkBsra9Ehfk9)[^1] to aid the creation of an inventory of technical GIS-related products, including software, hardware, SaaS, and PaaS, that agencies have or are using. With the data collected through the form, GISAC can help spread relevant information to assist decision-makers when they are building or deploying GIS solutions. Please complete the [form](https://forms.gle/NqozmhkBsra9Ehfk9)[^1] to help create this resource. - -### Stay Informed - -The [GISAC Utah Public Notice](https://utah.gov/pmn/sitemap/publicbody/2172.html) website is the resource to stay connected and informed of future meeting schedules and past meeting notes and other resources. We encourage you to sign up for email notifications. - -[^1]: This form is password protected and only available to UtahID account holders. diff --git a/about/index.md b/about/index.md deleted file mode 100644 index f125548254..0000000000 --- a/about/index.md +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: About UGRC -layout: page_nocrumb -author: - display_name: UGRC Staff - email: ugrc@utah.gov -tags: [] -categories: [] -date: 2011-06-30 23:18:14 -0600 ---- - -
-#### Quick Links - -- [UGRC Contacts](/contact) -- [UGRC Mission](/about) -- [GIS-related Utah Statute](/about/code) -- [UGRC Policies](/documentation/policy) -- [UGRC Staff Presentations](https://agrc.github.io/Presentations) -- [Utah GIS Resources]({% link training/index.html %}) -- [UGRC Media Resources](/about/media) -- [UGRC Directions and Parking](/contact/visiting) -- [Contributing to this website](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests) - {: .dotless } - -
- -## Our Background - -{: .text-left } - -The Utah Geospatial Resource Center (UGRC) is the State of Utah’s map technology coordination office. UGRC staff ([directory/contacts](/contact)) have knowledge of and experience with geographic information system (GIS) desktop software, hosted map- and web-services, mapping data resources, and GIS professionals and their activities around the state. Since 1984, we have been [encouraging and facilitating](https://storymaps.arcgis.com/stories/8be2e6de2abf442eb72f5faa8a32dd2b) the effective use of geospatial information and technology for Utah. Read more about how we aim to continue this mission in our [strategic plan](https://drive.google.com/a/utah.gov/uc?id=1fMCCpjSbjKrHBIPuMiagakcmBBD61F9d&export=download), last updated in 2020. - -We are located on the 4th floor of the Taylorsville State Office building. You can follow these ([directions to find parking](/contact/visiting)). UGRC is within the [Division of Technology Services](https://dts.utah.gov/) within the [Department of Government Operations](https://govops.utah.gov/). - -UGRC is directed under [mapping-related sections of Utah statute](/about/code) to coordinate GIS resources within state government including the management of the State Geographic Information Database (SGID) and the operation of [The Utah Reference Network for Global Positioning Systems (TURNGPS)](http://turngps.utah.gov) that provides high precision correction services for surveying, mapping, and machine control. - -UGRC was one of the first geospatial information offices in the country, established a few years before its formal adoption in code in 1984. After many years, our storefront remains located at the intersection of geography, technology, and the quest for enterprise-wide efficiency. - -UGRC is funded through a combination of State general and restricted funds and cost-recovery revenue sources from project work and grant awards. This hybrid approach ensures some stable base for SGID and coordination activities but keeps us on our toes by requiring us to keep up with the latest developments in our field so we can offer cutting edge GIS consulting services to those in need. - -
- -
- - -## What We Do at UGRC - -
-
-- [Utah’s State Geographic Information Database](/products/sgid) -- [Address Geocoding Services](/products/sgid/address) -- [Aerial Photography](/products/sgid/aerial-photography) -- [Base Maps Web Services](/products/base-maps) -- Broadband Mapping Support -- [Cartwheels]({% link images/Cartwheel.jpg %}) -- Custom Cartography -- [Custom Web Map Apps](/solutions/for-application-developers) -- Data Acquisition Partnerships & Contracting -- [GIS Coordination Newsletter](/contact) -- [gis.utah.gov website](/blog/2016-03-25-about-our-new-v6-website-in-ghpages) -{: .dotless .no-padding } -
-
-- [Google Imagery License](/products/discover) -- [Lidar Elevation Models](/products/sgid/elevation) -- Location Analytics -- [911 Map Data Support]( /products/sgid/911) -- [Municipal](https://municert.utah.gov), Voting, and other Civic Boundaries -- [Public Land Survey System](https://plss.utah.gov) -- Spatial Database Design, Integration and Hosting -- [Statewide Address Point Aggregation](/products/sgid/address) -- [Statewide Road Centerline Aggregation](/products/sgid/transportation/road-centerlines) -- Statewide GIS Strategic & Business Plans -- [TURN GPS sub-centimeter precision](/products/sgid/cadastre/turn-gps) -{: .dotless .no-padding } -
- -## GIS Organizations & Affiliates - -
-
-### Statewide - -- [Utah Geographic Information Systems Advisory Council (GISAC)](/collaboration/) - - GISAC is composed of individuals from many state agencies all working together to further the cause of GIS in Utah. UGRC is trying to create a forum in which all levels of GIS expertise can mingle, learn from each other, and learn of each other's challenges. GISAC also sends recommendations to the CIO as potential rules or recommendations that would enhance GIS coordination and cooperation throughout Utah. - {: .dotless } -- [Utah Geographic Information Council (UGIC)](https://ugic.org) - - UGIC is a nonprofit organization whose mission is to lead the effective application of geographic information in Utah. It is their vision to provide a modern, accurate, documented, and accessible geospatial information infrastructure for all of Utah. - {: .dotless } - {: .dotless } -
-
- -### Local - -- [Salt Lake User Group (SLUG)](http://www.slug-gis.info/) - - SLUG brings together GIS practitioners in the core of the urbanized Wasatch Front with interesting presentations and discussions about GIS. - {: .dotless } -- [Other local level GIS User Group info](/collaboration/community/user-groups) -{: .dotless } -
-
- -### National - -- [National States Geographic Information Council (NSGIC)](https://nsgic.org) - - NSGIC promotes the coordinated, impactful, and cost-efficient application of GIS and other location-based information and analytics to best serve the nation, with emphasis on the power of initiatives and public policy that connect across local, state, federal, and private sector partners. - {: .dotless } - {: .dotless } -
- -
- -### GIS Events - -- [Utah Geographic Information Council Annual Conference (UGIC)](https://ugic.org) - - The UGIC Conference is the premiere Utah GIS conference. It is a great way to meet local GIS professionals and stay current on what is happening with GIS trends. - {: .dotless } -- [Annual UGIC Maps on the Hill (MOTH)](/collaboration/events/maps-on-the-hill) - - MOTH is an excellent opportunity for students and professionals to share maps, mapping tools, and mapping projects with elected officials, fellow practitioners, and the public. - {: .dotless } -- GIS Day - - GIS Day showcases geospatial technologies to students to make them aware of the possibilities and capabilities of geographic information technologies and much more! - {: .dotless } - {: .dotless } diff --git a/about/maps-on-the-hill/MOTH2022.jpg b/about/maps-on-the-hill/MOTH2022.jpg deleted file mode 100644 index ad46117dd2..0000000000 Binary files a/about/maps-on-the-hill/MOTH2022.jpg and /dev/null differ diff --git a/about/maps-on-the-hill/MOTH2023.jpg b/about/maps-on-the-hill/MOTH2023.jpg deleted file mode 100644 index d6f2b57a4d..0000000000 Binary files a/about/maps-on-the-hill/MOTH2023.jpg and /dev/null differ diff --git a/about/maps-on-the-hill/index.md b/about/maps-on-the-hill/index.md deleted file mode 100644 index 2f7468cf65..0000000000 --- a/about/maps-on-the-hill/index.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: Maps on the Hill -author: - display_name: JP -tags: [] -date: 2016-03-23 17:55:50 -0700 -categories: [] ---- - -Maps on the Hill, an event held at the State Capitol during the Utah Legislative Session, is supported by the Utah Geographic Information Council ([UGIC](https://ugic.org/)) and UGRC. The event highlights interesting maps and mapping technology with elected officials, fellow practitioners and the public. Students and professionals present on a broad range of topics to show the diversity of mapping resources in Utah, and to demonstrate how mapping technology can be used to support decision makers. - -
- -
- -{: .dotless .no-padding} - -
- -
- -{: .dotless .no-padding} - -
- -
- -{: .dotless .no-padding} - -
- -
- -{: .dotless .no-padding} - -
- -
- -{: .dotless .no-padding} - -
-
- -
-
- -{: .dotless .no-padding } - -
-
- -{: .dotless .no-padding } - -
-
- -{: .dotless .no-padding } - -
-
- -
-
- -
- -
diff --git a/about/maps-on-the-hill/moth2012.png b/about/maps-on-the-hill/moth2012.png deleted file mode 100644 index 387319bd91..0000000000 Binary files a/about/maps-on-the-hill/moth2012.png and /dev/null differ diff --git a/about/maps-on-the-hill/moth2013.png b/about/maps-on-the-hill/moth2013.png deleted file mode 100644 index 20560fe849..0000000000 Binary files a/about/maps-on-the-hill/moth2013.png and /dev/null differ diff --git a/about/maps-on-the-hill/moth2014.png b/about/maps-on-the-hill/moth2014.png deleted file mode 100644 index c2fbd3c7ad..0000000000 Binary files a/about/maps-on-the-hill/moth2014.png and /dev/null differ diff --git a/about/maps-on-the-hill/moth2015.png b/about/maps-on-the-hill/moth2015.png deleted file mode 100644 index a881c52ba0..0000000000 Binary files a/about/maps-on-the-hill/moth2015.png and /dev/null differ diff --git a/about/maps-on-the-hill/moth2016.png b/about/maps-on-the-hill/moth2016.png deleted file mode 100644 index c7010b2be1..0000000000 Binary files a/about/maps-on-the-hill/moth2016.png and /dev/null differ diff --git a/about/maps-on-the-hill/moth2017.png b/about/maps-on-the-hill/moth2017.png deleted file mode 100644 index 29265f04e3..0000000000 Binary files a/about/maps-on-the-hill/moth2017.png and /dev/null differ diff --git a/about/maps-on-the-hill/moth2018.png b/about/maps-on-the-hill/moth2018.png deleted file mode 100644 index da3b10af28..0000000000 Binary files a/about/maps-on-the-hill/moth2018.png and /dev/null differ diff --git a/about/maps-on-the-hill/moth2019.png b/about/maps-on-the-hill/moth2019.png deleted file mode 100644 index 47a59864b7..0000000000 Binary files a/about/maps-on-the-hill/moth2019.png and /dev/null differ diff --git a/about/maps-on-the-hill/moth2020.png b/about/maps-on-the-hill/moth2020.png deleted file mode 100644 index 3c2675a3f7..0000000000 Binary files a/about/maps-on-the-hill/moth2020.png and /dev/null differ diff --git a/about/organizations/index.html b/about/organizations/index.html deleted file mode 100644 index 68cd76ef8c..0000000000 --- a/about/organizations/index.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: UGRC Partners -author: - display_name: UGRC Staff - email: ugrc@utah.gov -tags: [] -categories: [] -date: 2011-04-05 22:02:21 -0600 ---- -
-
-

National States Geographic Information Council

-

NSGIC provides a unified voice on geographic information and technology issues, advocates State interests, and - supports its membership in their statewide initiatives.

-
-
-

User Groups

-

User groups are a valuable resource for GIS professionals to get the latest information on technology, data, and - projects. User groups are formed and managed by GIS professionals and students in regions throughout the state. - Click here for more information and links.

-
-
-

Utah Geographic Information Council

-

UGIC is the official statewide association of GIS professionals in Utah.  It sponsors several activities and - regional groups in advocating for the GIS profession.

-
-
-

Committee on Geographic - Names

-

The committee's primary functions are to act as the State's liaison with the U.S. Board of Geographic Names and - to review all geographic name changes and additions in Utah.

-
-
-

Utah Association of Counties

-

The committee's primary functions are to act as the State's liaison with the U.S. Board of Geographic Names and - to review all geographic name changes and additions in Utah.

-
-
diff --git a/about/organizations/user-groups/index.md b/about/organizations/user-groups/index.md deleted file mode 100644 index 00a6556247..0000000000 --- a/about/organizations/user-groups/index.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: User Groups -author: - display_name: UGRC Staff - email: ugrc@utah.gov -tags: [] -categories: [] -date: 2011-06-30 23:16:09 -0600 ---- - -#### Canyon Country Partnership Geographic Data Committee - -The Canyon Country Partnership Geographic Data Committee (CCP) was the first chartered user group in Utah. The members of the group created the Utah Transportation Model and the first Hydrology Model. The group consists of Geospatial technicians and specialists from State and Federal Agencies, and private organizations, in Carbon, Emery, Wayne, Grand, and San Juan Counties. It is open to anyone that would like to attend. - -For more information, please contact Pete Kilbourne: . - -#### Central Utah User Group - -Central Utah User Group (CUUG) members are made up of state, local, and federal agencies, and private organizations throughout Juab, Millard, Piute, Sanpete, Sevier, and Wayne Counties. CUUG focuses on professional development in GIS, discussing technical issues, and sharing GIS information. New members are always welcome! CUUG meets quarterly on the 4th Thursday of January, March, June, and September in Richfield, Utah. - -For more information, please contact Jason Anderson: . - -#### Northern Utah GIS - -Northern Utah GIS (NUGIS) consists of Geo-spatial technicians and specialists from Davis, Weber, Box Elder, and Rich Counties. - -For more information, please contact Kasey Hansen: . - -#### Salt Lake User Group - -Not limited to those users within Salt Lake County, the Salt Lake Area Users Group (SLUG) brings together GIS practitioners in the core of the urbanized Wasatch Front. This area has a high concentration of experienced professionals as well as budding students along with a richness of data resources. Meeting quarterly, SLUG is a forum for exchanging ideas, solutions, and on-going practical applications of GIS. - -For more information and to join the mailing list visit: [www.slug-gis.info](http://www.slug-gis.info/). - -#### Southwest Utah User Group - -The Southwest Utah User Group G5 consists of Geo-spatial technicians and specialists from State and Federal Agencies, private organizations, Washington, Iron, Beaver, Kane, and Garfield Counties. This user group conducts quarterly meetings featuring trainings, discussions on GIS and other Geo-spatial applications and/or problems that those attending might need help with. - -For more information, please contact Dale Simper: . - -#### Utah Valley User Group - -The Utah Valley GIS Users Group (UVGIS) is a community of GIS professionals, users and students located in Utah Valley and neighboring areas. The group meets quarterly and is an opportunity for networking, sharing data, exchanging ideas/solutions, and implementing GIS technologies. - -For more information, visit the group's [facebook](https://www.facebook.com/UVGIS/?fref=ts) or [linkedin](https://www.linkedin.com/groups/4468201/profile) pages. diff --git a/about/policy/data-sharing-agreement/index.md b/about/policy/data-sharing-agreement/index.md deleted file mode 100644 index 2ab6d143e7..0000000000 --- a/about/policy/data-sharing-agreement/index.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: State Geographic Information Database (SGID) Data Sharing Agreement -layout: page_nocrumb -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - license - - policy -categories: [] -date: 2021-07-14 17:00:00 -0700 ---- - -## Applicability -{: .text-left} - -The following Data Sharing Agreement applies to all individuals and organizations sharing data with the SGID in any way. - -You consent to this Data Sharing Agreement when you submit a [Porter issue](https://github.com/agrc/porter/issues/new?assignees=%40steveoh%2C+%40gregbunce%2C+%40rkelson&labels=introduction%2C+porter&template=1-introduce-sgid-dataset.md&title=Add+%3Cdataset+name%3E+from+%3Csource%3E) to introduce your data to the SGID. In cases where UGRC submits the Porter issue on your behalf, UGRC will contact you via email to get your consent to this agreement. If you need to discuss different GRAMA/license/disclaimer terms, please note this in the Porter issue. - -## Definitions -{: .text-left} - -**"Aggregate data"** refers to any data that cover a specific area of the state and are provided by another organization (such as a city or county) for UGRC to combine with other similar data into statewide datasets. - -**"External data"** refers to any data stored or hosted by a person or organization outside of UGRC. - -**"Hosted data"** refers to any data stored, maintained, and served by UGRC, whether created by UGRC or provided by another organization. It may include aggregate data. - -**"SGID entry"** refers to any of the following: - -1. Links in the SGID Index to external data -1. Links and references in [opendata.gis.utah.gov](https://opendata.gis.utah.gov) to external data in the form of ArcGIS Online items owned by other organizations -1. Hosted data in the Open SGID -1. Hosted data in UGRC's ArcGIS Online organization that are shared with an SGID ArcGIS Online group or the "AGRC Shelf" group - -The **"steward"** refers to the individual or organization that shares data with UGRC for inclusion in the SGID. - -## General Provisions -{: .text-left} - -- UGRC will make all SGID entries available to the general public without any form of login or account. -- UGRC may edit any hosted data to fix any technical errors that prevent the data from being shared in the SGID. -- UGRC may edit any aggregate data to conform with established standards and schemas for statewide datasets. -- UGRC will follow our established [SGID policies](/documentation/policy/sgid). -- The steward will ensure any links or connections to external data remain live and do not require any form of login or account. -- The steward will take reasonable efforts to not modify the schema of all external data, with the exception of adding new fields. -- The steward will provide UGRC with two weeks prior notice, if possible, of any schema changes to hosted data. -- UGRC will remove SGID entries according to our [removal policy](/documentation/policy/sgid) through the normal [dataset deprecation process](https://github.com/agrc/porter/blob/main/.github/ISSUE_TEMPLATE/2-deprecate-sgid-dataset.md). -- UGRC will grant requests for immediate removal of accidentally shared non-public data or other urgent situations and will handle these on a case-by-case basis. - -## License and Disclaimer -{: .text-left} - -The following items apply unless the steward and UGRC specifically negotiate different terms: - -- UGRC considers all SGID entries "Public" for purposes of the Utah [Government Records Access and Management Act (GRAMA)](https://archives.utah.gov/rim/government-records-law.html). -- UGRC licenses all hosted data under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). -- All hosted data are subject to the [standard UGRC disclaimer](/documentation/policy/license-disclaimer). -- UGRC will include the aforementioned license and disclaimer in the metadata of all hosted data. diff --git a/about/policy/index.md b/about/policy/index.md deleted file mode 100644 index e7a1b6e61c..0000000000 --- a/about/policy/index.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: UGRC Policy -layout: page_nocrumb -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - policy - - license -categories: [] -date: 2019-12-04 10:01:27 -0700 ---- - -#### [UGRC Data License and Disclaimer](/documentation/policy/license-disclaimer) -{: .text-left} - -UGRC’s data license and general data disclaimer. - -#### [UGRC Data Sharing Agreement](/documentation/policy/data-sharing-agreement) -{: .text-left} - -Agreement between UGRC and data stewards for data shared through the SGID. - -#### [SGID Database Policies](/documentation/policy/sgid) -{: .text-left} - -UGRC’s guidelines for creating, editing, maintaining, and removing data in the SGID. - -#### [Open SGID Terms of Use](/documentation/policy/open-sgid) -{: .text-left} - -UGRC’s guidelines for using the Open SGID database. - -#### [Licensed High-Resolution Imagery Citation](/documentation/discover) -{: .text-left} - -Citation requirements for high-resolution imagery licensed from Google and Hexagon. -UGRC’s policy for creating, editing, maintaining, and removing data in the SGID database. - -#### [Basic Metadata Guidelines](/documentation/policy/metadata) -{: .text-left} - -UGRC’s metadata guidelines for data in the SGID database. - -#### [State of Utah Privacy Policy](https://www.utah.gov/support/privacypolicy.html) -{: .text-left} - -[gis.utah.gov](/) follows the state's master Privacy Policy. diff --git a/about/policy/license-disclaimer/index.md b/about/policy/license-disclaimer/index.md deleted file mode 100644 index db8cf0a743..0000000000 --- a/about/policy/license-disclaimer/index.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: Utah Geospatial Resource Center Data License and Disclaimer -layout: page_nocrumb -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - license - - policy -categories: [] -date: 2021-07-21 12:00:00 -0700 ---- -The following applies to all services and content created or hosted by the Utah Geospatial Resource Center (UGRC), including SGID data hosted or aggregated by UGRC. - -There are two exceptions to this coverage: - -1. The high-resolution imagery from Google and Hexagon, which have their own license and [attribution requirements](/documentation/discover). -2. External data hosted by other organizations and included in the SGID by reference, which are subject to the licenses and disclaimers specified by their owners. - -## License -{: .text-left} - -Unless otherwise stated in a dataset's metadata, UGRC licenses our data and services under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). -{: .text-left} - -[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/) -{: .text-center loading="lazy" } - -### License Attribution -{: .text-left} - -You should include **appropriate attribution** when using data or services provided by UGRC in your maps, web applications, or other content. This includes providing credit to UGRC and indicating you made any changes to the data. We may consider exceptions to this requirement on a case-by-case basis. - -For referenced data hosted by other organizations (such as data from the Utah Geological Survey), please contact the owner for attribution guidelines. - -**Detailed references** in a paper or book should follow your particular style guide. Please include the last updated date if it is available in the metadata or the date you accessed/downloaded the data if not. For example, this is what it could look like in an MLA-esque format: - -- State Geographic Information Database. _Utah Address Points_. (Feature class). Salt Lake City, UT: Utah Geospatial Resource Center, July 2021. Geospatial point data. 27 July 2021. https://gis.utah.gov/data/location/address-data/. - -**Maps** and **web apps** should include a reference to both UGRC and the SGID in the "Sources" attribution: - -- `Data Sources: ESRI, US Census Bureau, UGRC SGID (data modified), ...` - -Any **data distributions** (databases, web services, etc.) that contain SGID data must include credit to UGRC, a link to the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license, and a note of any changes made to the data. They should also include the disclaimer below and relevant metadata as outlined in our [metadata policy](/documentation/policy/metadata). The dataset's description could include the following line: - -- County boundary data derived from the UGRC SGID under the CC BY 4.0 license (https://creativecommons.org/licenses/by/4.0/). Several new fields were calculated from US Census Bureau data. - -If you are using **logos** as part of your attribution, you can download our current logos in `.png`, `.ai`, and `.psd` formats from our [media resources](/about/media) page. - -## Disclaimer -{: .text-left} - -We created the following standard disclaimer for all hosted SGID data with input from the State Attorney General's office: - -> The data, including but not limited to geographic data, tabular data, and analytical data, are provided “as is” and “as available”, with no guarantees relating to the availability, completeness, or accuracy of data, and without any express or implied warranties. -> -> These data are provided as a public service for informational purposes only. You are solely responsible for obtaining the proper evaluation of a location and associated data by a qualified professional. UGRC reserves the right to change, revise, suspend or discontinue published data and services without notice at any time. -> -> Neither UGRC nor the State of Utah are responsible for any misuse or misrepresentation of the data. UGRC and the State of Utah are not obligated to provide you with any maintenance or support. The user assumes the entire risk as to the quality and performance of the data. You agree to hold the State of Utah harmless for any claims, liability, costs, and damages relating to your use of the data. You agree that your sole remedy for any dissatisfaction or claims is to discontinue use of the data. -{: style=" - font-size: 100%; - font-style: normal; - color: #111; - "} - -We created this disclaimer with the hope that it could provide inspiration if you are looking for an example disclaimer. However, we are not lawyers. Please work with your own legal counsel before adopting a disclaimer. Any republished UGRC data should include this disclaimer in it's unmodified form. diff --git a/about/policy/metadata/index.md b/about/policy/metadata/index.md deleted file mode 100644 index b427489262..0000000000 --- a/about/policy/metadata/index.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - metadata - - sgid -date: 2020-07-09 09:33:34 -0600 -title: Basic Metadata Requirements -categories: [] ---- - -Effective metadata helps people understand the source of a dataset, how up-to-date it is, and any of its inherent restrictions or limitations. Listed below are the minimum metadata items that should be present in any SGID datasets. These correspond to the Esri [Item Description](https://pro.arcgis.com/en/pro-app/latest/help/metadata/view-and-edit-metadata.htm) metadata style and the metadata displayed on an item's ArcGIS Online page. -## Basic SGID Metadata - -#### Title -{: .text-left} - -The title should match the dataset name. If it's a statewide dataset, the title should begin with the word "Utah". - -Example: `Utah County Boundaries` - -#### Tags -{: .text-left} - -Tags are used by ArcGIS Online in its search algorithms and can be used in Open Data to group data. At a minimum, each SGID dataset's tags should include the stewarding agency (ie: UGRC), "SGID", and the appropriate category name. We also recommend adding any additional, relevant tags that might help with data discoverability. However, there is no need to include words that are contained in the layer's title (these will be omitted). - -All words in tags should be title-cased except for articles (“of”, “the”, “and”, etc.) or abbreviations. Each tag should be separated by a comma. Please refer to [Using tags effectively](https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/using-tags-effectively/) for more ideas and information. - -Example: `UGRC, SGID, Recreation, Paths, Biking, Hiking, Horseback Riding` - -#### Summary -{: .text-left} - -The summary should _briefly_ explain the dataset in under 250 characters (an ArcGIS Online limitation). It is primarily used when reviewing ArcGIS Online search results. The summary may end up being very similar to the dataset name for some datasets. - -Example: `Utah public library and bookmobile locations` - -#### Description -{: .text-left} - -The description is a more in-depth version of the summary and should stand on its own. It is a great place for details on the source of the data, how frequently it's updated, its usability at certain scales, or any common misconceptions. A good description is also important because it's the main info displayed in [Open Data](https://opendata.gis.utah.gov/) (the summary is not shown). - -The first line of the description should be the date the dataset was last updated so people have a clear and consistent place to see how fresh or stale it is. - -For datasets hosted by UGRC, this section should also contain a link to the corresponding [gis.utah.gov data page](/products/sgid). - -#### Credits (as in the source of the data) -{: .text-left} - -The credits should clearly state who created the dataset and how you can get in contact with them. - -Example: `UGRC, UDOT` - -#### Use Limitations/Terms of Use -{: .text-left} - -This section includes both usage limitations (any constraints on where or how the dataset can be used, including disclaimers and attribution rules) and the intellectual property license (if any) associated with the dataset (like Creative Commons). - -We use [Sweeper](https://github.com/agrc/sweeper) to automatically populate our hosted datasets with our standard [disclaimer](/documentation/policy/license-disclaimer) and [license](/documentation/policy/license-disclaimer). - -Open Data will try to find references to the common licenses and will link to the appropriate license. Otherwise, it just lists "Custom License" and displays the item's Terms of Use text. diff --git a/about/policy/open-sgid/index.md b/about/policy/open-sgid/index.md deleted file mode 100644 index 7d805d1b0b..0000000000 --- a/about/policy/open-sgid/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Open SGID Policy and Terms of Use -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - policy - - sgid -categories: [] -date: 2020-05-04 10:01:27 -0500 ---- - -The following guidelines apply when using the Open SGID database. - -## Do -{: .text-left } - -- Search our [known-issues](https://github.com/agrc/open-sgid/issues) page if you are having trouble. -- Create new issues on GitHub if you find a bug or need help. -- {% include contact.html subject=page.title text="Contact " contact=site.data.contacts.opensgid %} if you need further assistance. -- Use for a wide variety of individual purposes, such as: - - Cartography - - Make cool maps - - Geoprocessing - - Solve problems - - Analysis - - Write spatial queries - - Scripting - - Click fewer buttons - - Exploring - - Discover a rich catalog of statewide, open source spatial data - -## Do Not -{: .text-left } - -- Create web or map services from Open SGID tables. -- Create processes that make excessive database calls. -- Keep a connection open for multiple days. - -UGRC will offer support for the Open SGID from 6:00 a.m. to 7:00 p.m. Monday through Friday. Please contact UGRC beforehand if you need to plan for assistance outside of this time frame. - -Visit the [Open SGID GitHub repository](https://github.com/agrc/open-sgid) for more information, including the current database version, connection information, and known issues. - -Visit the [Open SGID connection page](/documentation/sgid/open-sgid) for examples on how to connect using a few of the more common applications. diff --git a/about/policy/sgid/index.md b/about/policy/sgid/index.md deleted file mode 100644 index 14f9409423..0000000000 --- a/about/policy/sgid/index.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -title: SGID Policies -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - policy - - sgid -categories: [] -date: 2020-01-14 17:00 ---- - -The policies on this page govern the way we interact with data in the [SGID](/documentation/sgid). Many of these policies also apply to external data being submitted to the SGID. - -- TOC list -{:toc} - -A Brief Word on Language -{: style=" - margin-bottom: .3em; - font-size: 1.4em; - text-align: left; - font-weight: 300; - color: #323232; - padding-top: .5em; - margin: 0 0 1em; - "} - -We use the following terms intentionally on this page: - -- **Must**: This is as close to a hard and fast rule as we get (short of the legislative "thou shalt" language in our establishing [laws](/about/code)). -- **Should**: We generally follow this rule, but we allow for exceptions at our discretion. -- **May**: We can apply this rule, but our policies don't necessarily require or encourage us to act. -- **Will**: We will take the prescribed action if the specified conditions occur. - ---- - -## SGID Dataset Qualifications - -Datasets added to the SGID must meet the following criteria. We may remove any existing datasets that do not meet these criteria. All additions to the SGID should follow the appropriate [sharing process](/documentation/sgid/sharing) and be tracked through [Porter](https://github.com/agrc/porter). - -### General Qualifications -{: .text-left} - -These criteria apply to all datasets added to the SGID, regardless of which part of the SGID they belong to. - -- Datasets must cover a **state-wide** geographic extent, be part of a state-wide project or initiative (such as roads, address points, and parcels), or be relevant to broader projects or mandates that have a state-wide interest (e.g. geologic hazard mapping or endangered species mapping). -- The entity providing the dataset must be the **authoritative** or original source (for example, a dataset of geologic hazards as identified by the Utah Geological Survey must come from the UGS, not another organization). -- Datasets should have a reasonable **update schedule** included in the metadata. - - We may add datasets that result from a one-time project and won't be updated in the future, but this should be clearly stated in the metadata. -- Datasets must not contain any information considered `private`, `protected`, or `controlled` under the Utah [Government Records Access and Management Act (GRAMA)](https://archives.utah.gov/opengovernment/) or any other personally identifiable information (PII). - -### SGID Index Qualifications -{: .text-left} - -These criteria apply to all datasets added only to the [SGID Index](/documentation/sgid) and not anywhere else in the SGID (for example, download links for resources hosted on an entity's own server). - -- Datasets should be **publicly available** without requiring a login. - - We may add references to datasets that are restricted due to safety or security concerns as a way to raise awareness that the datasets exist but are restricted. -- Dataset links should be **stable** and maintained for the forseeable future. Frequently changing links are difficult to maintain, and dead or out-of-date links damage our collective credibility and the public's confidence in our data. - -### SGID Open Data Qualifications -{: .text-left} - -These criteria apply to ArcGIS Online items shared through the [SGID Open Data site](https://opendata.gis.utah.gov). - -- Datasets must be **publicly available** without an ArcGIS login. -- Datasets should have a **stable schema**. Clients might be using the services directly, and deleting or renaming fields can break pop-ups, definition queries, and other schema-dependent actions. - - Just adding new fields is generally ok. -- All datasets from a single entity must be shared from the same **ArcGIS Online user** OR have a custom and consistent organization name specified in the ArcGIS Online item metadata as described in the "Source" note in the [SGID Open Data sharing process](/documentation/sgid/sharing). -- Datasets must define the following metadata items in the ArcGIS Online item: - - The **title** should include "Utah" if the rest of the title is not immediately and uniquely identifiable as a Utah dataset. - - The **description** must include a summary of the dataset. The first line should include the date the dataset was last updated. - - The **tags** should include the source entity's name and any other relevant words not found in the title (please refer to Esri's [post about using tags effectively](https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/using-tags-effectively/) for more information). -- Datasets should enable the "Allow others to export data to different formats" option in their ArcGIS Online settings to enable end users to **download** the dataset as a file geodatabase. - -We strongly encourage dataset owners to follow these ArcGIS Online-specific guidelines, even though the SGID Open Data site does not use them directly: - -- The items' **thumbnails** appear when a user searches for the dataset on ArcGIS Online or in ArcGIS Pro. A [branded thumbnail](https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/put-your-best-thumbnail-forward/) tells users that this is an authoritative dataset. For example, we use thumbnails that include the category logo for all the SGID data we share in ArcGIS Online. -- Mark the item as **authoritative** in ArcGIS Online. This helps users decide which dataset to use when their search in ArcGIS Online returns several similar results. - -### Open SGID Qualifications -{: .text-left} - -These criteria apply to datasets delivered to UGRC for inclusion in the [Open SGID](/documentation/sgid). - -- Datasets should be useful to **multiple agencies or organizations'** daily activities or decision-making. Datasets primarily used internally by a single agency aren't great candidates for the Open SGID; instead, it would be great to have references to them in the SGID Open Data site or the SGID Index. -- The entity providing the dataset should lack the internal **capability** to publicly serve the data (such as through an existing ArcGIS Online organization). - - We may chose not include a dataset if an entity has the capability to share it but lacks server capacity or is trying to reduce data storage costs. -- Datasets should be a **core and vital** GIS layer for the state (for example, land ownership category boundaries). -- Datasets should have a **stable schema**. Clients may be using the datasets directly from the database and may be relying on the presence and order of specific fields. -- Datasets should have **accurate metadata** that meets our [minimum metadata standards](/documentation/policy/metadata). - ---- - -## Dataset Deprecation and Removal - -Datasets being removed from the SGID must follow these policies. - -### General Removal Policies -{: .text-left} - -- We reserve the right to remove any dataset at any time. -- Removals should be tracked in [Porter](https://github.com/agrc/porter). -- The steward should give users a heads up at least two weeks prior to removal whenever possible. - - UGRC should post removal and deprecation notices on the [@MapUtah](https://twitter.com/maputah) X account. -- Stewards of ArcGIS Online services should perform a brownout by marking the data as `Deprecated` in the item's settings and including "deprecated" in the item's title. -- When possible, UGRC will change the sharing level of items being removed from our own ArcGIS Online organization from public to private two weeks before deleting the items completely to allow quick restoration if end users need time to find an alternative. - - End users should not rely on this two-week blackout. - - When possible, we encourage other stewards to adopt this same two-week sharing blackout as well. - -### Reasons for Removal -{: .text-left} - -Many items were added to the SGID before we adopted these policies and guidelines. We may evaluate them from time to time for removal. In the spirit of continuity, we do not intend to do an immediate, wholesale trimming of the SGID. - -While not comprehensive, the following list includes the most common reasons for removing datasets: - -- Datasets that cease to meet any of the qualifications above. -- A dataset's schema has substantially changed. - - A new dataset with the new schema should be introduced instead of breaking the existing schema. -- The dataset is out-of-date. -- The dataset is no longer being updated by the steward. -- The steward has requested us to remove the dataset. -- A more authoritative source for the dataset exists elsewhere. -- A link has been abandoned and no longer returns a proper web page. - -In addition, we may remove any ArcGIS Online items from SGID Open Data that aren't shared through the [sharing process](/documentation/sgid/sharing). We may remove items from the staging group if the submitter fails to provide adequate information according to the guidelines in the [sharing process](/documentation/sgid/sharing). - -### "Static" Datasets -{: .text-left} - -We anticipate some SGID datasets historically made available through the SDE connection or currently hosted in the Open SGID won't receive future updates, such as the boundary lines for adjacent counties in the surrounding states. We will remove these datasets from the Open SGID but leave in ArcGIS Online, where they will be tagged as `static` and remain members of a Utah SGID group. -### "Shelved" Datasets -{: .text-left} - -Over time, we will remove datasets from the Open SGID that are no longer current but continue to have historical value (e.g., Census/ACS data or previous tax district boundaries). Their associated ArcGIS Online items will be tagged as `shelved` and placed in the public [UGRC Shelf](http://utah.maps.arcgis.com/home/group.html?id=8765687b7b0545668fff02d1b750f7a9) ArcGIS Online group for future reference. Shelved datasets are not included in the SGID Open Data site. - ---- - -## Miscellaneous Policies - -### Dates in Dataset Names -{: .text-left } - -We will include dates in the names of datasets in the `census`, `political`, or `tax` categories to identify datasets where the most current data may not reflect the current calendar year, such as the latest Census demographic data. - -For all other categories, dates should only be used for datasets that are no longer effective/active or are soon-to-be effective/active. This implies that the **most current and relevant** data contains **no date suffix**. Historical or future data should contain a date suffix to help identification at a glance. - -The best way to identify a dataset's vintage or time frame is to view the metadata on its [data page](/products/sgid). - -### Internal Database Standards -{: .text-left} - -The SGID uses the ESRI default Resolution and Tolerance: - -- XY Resolution: 0.0001 Meter -- XY Tolerance: 0.001 Meter - -Any coded-value domain codes must match their values (for example, `"Interstate Highway" - "Interstate Highway"` instead of `1 - "Interstate Highway"`). - -### Editing Policies -{: .text-left} - -No edits or updates should be made to the internal geodatabase from 7:00PM to 10:00AM MST to allow automated scripts to push dataset updates to ArcGIS Online and the Open SGID. UGRC should ensure that data are production-ready before the editing window ends. - -All bulk data updates being pushed into the SGID should be run through [Sweeper](https://github.com/agrc/sweeper) or another automated process to review and fix common data and metadata problems. - -Whenever a dataset is updated, the `Last update date` must be updated in the following places: - -- The [Data Stewardship spreadsheet](https://docs.google.com/spreadsheets/d/11ASS7LnxgpnD0jN4utzklREgMf1pcvYjcXcIcESHweQ/edit#gid=0) -- The dataset's data page -- The first line of the metadata's `Description` field - -UGRC should implement a unified metadata database and associated automated tools to capture the last update date in a single location. - -Any time a schema change or update is performed, the editor should also update any coded-value domain descriptions that do not match the domain value. See this [document](https://docs.google.com/document/d/12bdtmtv-ZVF9g-lFshbobx8DbKX9LfbL44HawLjFTVw/edit?usp=sharing) for more on this effort. diff --git a/data/911/index.html b/data/911/index.html deleted file mode 100644 index 0c16b141a6..0000000000 --- a/data/911/index.html +++ /dev/null @@ -1,68 +0,0 @@ ---- -author: - display_name: Greg Bunce - email: gbunce@utah.gov -tags: - - '911' - - dispatch - - ems - - fire - - law enforcement - - next generation 911 - - psap -date: 2017-12-27 11:06:38 -0600 -categories: [] -NG911: - downloads: - - url: https://drive.google.com/a/utah.gov/uc?id=1Sp6v4FmNV5fhdfEWPTxPGHMbnz-yeY47&export=download - label: 'UtahNG911GIS: File Geodatabase' - updates: - - January 12, 2024 - endpoints: - - url: https://opendata.gis.utah.gov/datasets/utah-public-safety-answering-point-boundaries - label: Open Data Feature Layer (PSAP Boundaries) - - url: https://opendata.gis.utah.gov/datasets/utah-public-safety-answering-point-locations - label: Open Data Feature Layer (PSAP Locations) ---- -
- NG911 Sample -
Sample of NG911 Dataset
-
-{% include abstract.html -name="911" -exclude_parent=true -type="GIS Database" -stewards="UGRC" -abstract="This data package contains datasets relating to 911 data in Utah. The data provided in this package conforms -to the National Emergency Number Association (NENA) standards for the NG9-1-1 Data Model. The primary source for these -datasets is the SGID." %} -
-
-

Next Generation 911

-
-
- PSAP Map -

The Utah NG911 GIS Database contains datasets conforming to the National Emergency Number Association (NENA) - standards for the NG9-1-1 Data Model. In addition to the required Road Centerlines, Address Points, PSAP Boundary, - Law Enforcement, Fire, and Emergency Medical Service datasets, the database also contains many of the recommended - datasets including: Cell Towers, Counties, Hydrology Line, Streams, Lakes, Incorporated Municipalities, Mile - Markers, Railroads, States, and Unincorporated Communities. This database also contains the recommended Road - Centerlines’ Alias Names table and the Address Points’ Landmark Names Alias tables.

-

At first, UGRC will update the Utah NG911 GIS Database on a monthly cycle - in conjunction with our road update cycle. This dataset has been - updated on this cycle since December 2017. Updates will become more frequent when UGRC finalizes a mechanism to - receive direct edits from the authoritative data editors (ex: PSAPs, jurisdictions, sheriff’s office, etc.). This - mechanism will ensure up-to-date, accurate data that UGRC will push into the Utah NG911 GIS Database. Updates to - this NG911 database will become much more frequent when that mechanism becomes operational. It is our goal to keep - these datasets as up-to-date and accurate as possible.

-

Follow us on X, where you will get information about - updates.

-

There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.roads %}

-
- {% include packagedata.html - name="NG911" - info=page.NG911 - %} -
diff --git a/data/address-geocoders-locators/index.html b/data/address-geocoders-locators/index.html deleted file mode 100644 index d20d0de62f..0000000000 --- a/data/address-geocoders-locators/index.html +++ /dev/null @@ -1,163 +0,0 @@ ---- -author: - display_name: DevTeam - email: ugrc@utah.gov -tags: - - address - - geocoding - - locator -date: 2017-08-29 16:08:29 -0600 -title: Address Locators -categories: [] -Masquerade: - downloads: - - url: https://masquerade.ugrc.utah.gov/arcgis/rest/services/UtahLocator/GeocodeServer - label: Service URL - updates: - - Review the release notes on GitHub. -OfficialClient: - downloads: - - url: https://github.com/agrc/api-client/releases/download/v1.6.8/UGRC.API.Client-1.6.8-x64.dmg - label: MacOS App - - url: https://github.com/agrc/api-client/releases/download/v1.6.8/ugrc-api-client-1.6.8-win32-setup.exe - label: Windows App - updates: - - Review the release notes on GitHub. -GeocodingToolbox: - downloads: - - url: https://github.com/agrc/geocoding-toolbox/blob/master/tool/AGRC%20Geocode%20Tools.zip?raw=true - label: 'ArcGIS Pro Toolbox (starting at Pro 1.3)' - - url: https://github.com/agrc/geocoding-toolbox/blob/py-2/tool/AGRC%20Geocode%20Tools.zip?raw=true - label: 'ArcGIS Desktop Toolbox (starting at 10.5)' - updates: - - May 2020, Most of the code was modernized and rewritten - - March 2020, The ArcGIS Pro tool was promoted to master - - January 2014, The ArcGIS Desktop tool was created ---- - -
- Address Locator -
Concept of an Address Locator
-
-{% include abstract.html -name="Address Locators" stewards="UGRC" type="Geolocators" category="address" -webapp="https://api.mapserv.utah.gov" abstract="Adding a geographic point for an address is a fundamental GIS task. To handle this task, UGRC has created many services and tools to cater to the wide geocoding user base. Starting from the ground up, UGRC helps maintain statewide address points and roads datasets. These two datasets are the foundation for geocoding. Building on top of the reference data, UGRC creates and maintains ArcGIS Locators. Locators are where most of the magic happens - taking the input data and finding a location from the reference data. These locators are available for download on this page. With the reference data and the locators blocks in place, UGRC can put together geocoding systems and tools. The UGRC WebAPI is a web service that can geocode over the web via http. Users can send requests via their favorite programming language, application, or web browser. This service has intimate Utah addressing knowledge to get the best results out of user input and is the recommended way to geocode addresses. UGRC also provides pre-built clients to use the Web API that can be downloaded below. UGRC hopes to have the data and tools ready for your needs to geocode." %} -
-
-

Official UGRC API Client

-
-
-

- UGRC API logoThe UGRC API Client is a cross-platform, stand-alone desktop geocoding tool designed to carefully guide you step-by-step through your geocoding tasks. This app is our most user friendly geocoding client for geocoding *.csv files. It does not require a license or subscription to use and automatically downloads updates as soon as they are available to stay current and add new features. -

-
Related Resources
- -

- {% include contact.html subject=page.title hide-punctuation=true - contact=site.data.contacts.webapi %} or new issues can be created in the - Github repository. -

- {% include packagedata.html name="OfficialClient" - info=page.OfficialClient %} -
-
-
-
-

Masquerade

-
-
-

- Masquerade is a proxy service hosted by UGRC that makes our geocoding service and Open SGID datasets easily accessible in Esri products. It does this by impersonating an Esri locator service. You should be able to use the URL below anywhere you would normally use an Esri geocode service: -

-

- https://masquerade.ugrc.utah.gov/arcgis/rest/services/UtahLocator/GeocodeServer -

-
Related Resources
- -

- {% include contact.html subject=page.title hide-punctuation=true - contact=site.data.contacts.masquerade %} or new issues can be created in the - Github repository. -

- {% include packagedata.html name="Masquerade" - info=page.Masquerade %} -
-
-
-
-

UGRC API

-
-
-

- {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-4x - fa-pull-left" %} The UGRC API is an HTTP-enabeled service for accessing our geospatial data stored in the State Geographic Information Datasource (SGID) over the internet. The endpoints provided by the API are a great way to add geospatial functionality to your web pages and applications or desktop workflows. You will be able to geocode addresses and search all the data in the SGID. To get started, - read the getting started guide. There are also examples of geocoding in multiple programming languages. To use the UGRC API, you will need a general understanding of programming. If you are new to programming, or do not know how to program, you can you one of the prebuilt clients. -

-
Related Resources
- - -

- {% include contact.html subject=page.title hide-punctuation=true - contact=site.data.contacts.webapi %} or new issues can be created in the - Github repository. -

-
-
diff --git a/data/address/address-grids/index.html b/data/address/address-grids/index.html deleted file mode 100644 index 03cbefcba7..0000000000 --- a/data/address/address-grids/index.html +++ /dev/null @@ -1,473 +0,0 @@ ---- -author: - display_name: Bert Granberg - email: ugrc@utah.gov -tags: [] -date: 2011-12-01 15:18:09 -0700 -title: Utah Addressing Systems (Address Grids) -categories: [] ---- -

James Wingate, formerly of Blue Stakes, has compiled most of the address coordinate system descriptions listed below. - UGRC will update this list as more information is brought to our attention. If you have additional information or - corrections to contribute, please contribute {% include contact.html - subject=page.title contact=site.data.contacts.address_grids text='or email' %}

-

UGRC has created a polygon feature - class that approximates the boundaries of each local address coordinate system (ACS) and each quadrant (NE, NW, - SE, SW) within each local ACS.

-

Beaver County

-
Municipalities with their own address origins
-
    -
  • Beaver – has own origin – Main St/Hwy 160 (0 E/W) and Center St/Hwy 21 (0 N/S) -
  • Milford – has own origin – Main St/Hwy 257 (0 E\W) and Center St/ Hwy 21 (0 N/S) -
  • Minersville – has own origin – Main St (0 N/S) and Center St/Hwy 130 (0 E/W) -
-

Some county addresses count off of Beaver. There may be different origins for the county addresses, but it’s hard to - tell with all the null roads. Search 9300 S (8500 N next road north).
-

Box Elder County

-
Municipalities with their own address origins
-
    -
  • Bear River City – counts from Brigham City. -
  • Brigham City – has own origin – Main St/Hwy 30 (0 E/W) and Forest St (0 N/S) -
  • Corinne – counts from Brigham City. -
  • Deweyville – counts from Brigham City. -
  • Elwood – counts from Brigham City. -
  • Fielding – has own origin – Main St (0 N/S) and Center St (0 E/W) -
  • Garland – has own origin – Main St (0 E/W) and Factory St (0 N/S) -
  • Honeyville – counts from Brigham City -
  • Howell – counts from Brigham City. -
  • Mantua – has own origin – Main St (0 E/W) and Center St (0 N/S) -
  • Perry – counts from Brigham City. -
  • Plymouth – counts from Brigham City. -
  • Portage – counts from Brigham City. -
  • Snowville – has own origin – Main St (0 N/S) and Stone Rd (0 E/W) -
  • Tremonton – has own origin – Main St (0 N/S) and Tremont St (0 E/W) -
  • Willard – has own origin – Main St (0 E/W) and Center St (0 N/S) -
-

Unincorporated county – counts from Brigham City.

-

Cache County

-
Municipalities with their own address origins
-
    -
  • Amalga – follows unincorporated county (counts from Logan) -
  • Clarkston – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Cornish – follows unincorporated county (counts from Logan) -
  • Hyde Park – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Hyrum – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Lewiston – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Logan* – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Mendon – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Millville – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Newton – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Nibley – counts from Logan -
  • North Logan – counts from Logan -
  • Paradise – follows unincorporated county (counts from Logan) -
  • Providence – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Richmond – has own origin – Main St (0 N/S) & State St (0 E/W) -
  • River Heights – counts from Logan -
  • Smithfield – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Trenton – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Wellsville – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Unincorporated county – counts from Logan -
-

* Streets in Logan containing addresses that don't count from Logan's address origin correctly. Per Chuck Shaw, - Logan City GIS and Kent Braddy, Cache Co Planning. (11/12/2008)

-
    -
  • Crockett Ave -
  • River Park Dr -
  • Teal Loop -
  • Mallard Loop -
  • South Place Dr -
  • Somerset Pl -
  • Kensington Pl -
  • Hampton Ct -
  • Stirling Pl -
  • Coventry Pl -
  • Penhurst Ln -
  • Trail Cir -
-Address numbers for all of Cache County -
    -
  • Even – always on South and East side of the street -
  • Odd – always on North and West side of the street -
-

This is different from most cities, where even addresses are typically on the right and odds on the left as - you move outward from the address origin. This is the case for the entire county, although supposedly a few addresses - have deviated.

-
Carbon County
-
Municipalities with their own address origins
-
    -
  • East Carbon – has its own origin? – SR 123 (0 N/S) & Grassy Trail Dr/ Main St (0 E/W)? -
  • Helper – has own origin – Janet St (0 N/S) & Main St/Hwy 244 (0 E/W) -
  • Price – has own origin – Main St (0 N/S) & Carbon Ave/Hwy 10 (0 E/W) -
  • Scofield – has own origin? –  Missing (0 N/S) & Main St/Scofield Hwy/Hwy 96 (0 E/W) -
  • Sunnyside – Looks like it counts off East Carbon -
  • Wellington – has own origin – Main St/Hwy 191 (0 N/S) & Center St (0 E/W) -
-

Daggett County

-
Municipalities with their own address origins
-
    -
  • Manila – has its own origin – SR 43 (0 N/S) & Main St/SR 44 (0 E/W) -
-
Unincorporated areas with their own origins (updated 1/11)
-
    -
  • Birch Creek - Birch Creek Rd (0 E/W) -
  • Browns Park -
  • Clay Basin -
  • Deer Lodge -
  • Diamond Mountain -
  • Dutch John -
  • Greendale -
  • Spirit Lake -
-

Davis County

-
Municipalities with their own address origins
-
    -
  • Bountiful – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Centerville – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Clearfield – has own origin – Center St (0 N/S) & Main St/State St/SR 126 (0 E/W) -
  • Clinton – counts off of Clearfield’s address origin (see Clearfield) -
  • Farmington – has own origin – State St/SR 227 (0 N/S) & Main St/SR 106 (0 E/W) -
  • Fruit Heights – counts off of Kaysville’s address origin (see Kaysville) -
  • Kaysville – has own origin – Center St (0 N/S) & Main St/SR 273 (0 E/W) -
  • Layton – has own origin – Gentile St/SR 109 (0 N/S) & Main St/ SR 126 (0 E/W) -
  • North Salt Lake – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • South Weber – counts off of Ogden’s address origin (see Ogden in Weber Co) -
  • Sunset – counts off of Clearfield’s address origin (see Clearfield) -
  • Syracuse – counts off of Clearfield’s address origin (see Clearfield) -
  • West Bountiful – counts off of Bountiful’s address origin (see Bountiful) -
  • West Point – counts off of Clearfield’s address origin (see Clearfield) -
  • Woods Cross – counts off of Bountiful’s address origin (see Bountiful) -
-
Address origins for unincorporated cities
-
    -
  • Hill Air Force Base -
-
Notes
-
    -
  • There is a large pocket of unincorporated county between Bountiful and NSL – addresses count from Bountiful’s - origin in this area. -
-

Duchesne County

-
Municipalities with their own address origins
-
    -
  • Duchesne – intersection of Main St (0 N/S) and Center St (0 E/W) -
  • Myton – intersection of Main St (0 N/S) and Center St (0 E/W) -
  • Roosevelt – intersection of Lagoon St (0 N/S) and State St (0 E/W) -
-
Municipalities that count from Unincorporated County address origin located at: Intersection of South Cove Rd/US 40 - [200 N Roosevelt] (0 N/S) and State St (0 E/W) in Roosevelt
-
    -
  • Altamont -
  • Tabiona -
-

The unincorporated county origin covers all of Duchesne County except for the areas within Duchesne City, Myton and - Roosevelt city boundaries. A significant portion of Uintah County also counts from this origin, including the - municipality of Ballard Town and roughly 25% of the unincorporated area.

-

Roosevelt City grid and County grid both have same 0 E/W, but their 0 N/S locations differ by two blocks. This can be - slightly confusing, as evidenced by traveling north along State St in Roosevelt. Proceeding north from Lagoon St, - after a few blocks you will hit 500 N (City), then 600 N (City) and then 500 N (County). This is because the county - origin begins two blocks farther north than the city origin.

-

Emery County

-
Municipalities with their own address origins
-
    -
  • Castle Dale – has own origin – Main St (0 N/S) & Hwy 10 (0 E/W) -
  • Clawson – has own origin – Center St/Old Hwy 6 (0 N/S) & Main St (0 E/W) -
  • Cleveland – has own origin – Main St/Hwy 155 (0 N/S) & Center St/Hwy 155 (0 E/W) -
  • Elmo – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Emery – has own origin – Main St/Hwy 10 (0 N/S) & Center St (0 E/W) -
  • Ferron – has own origin – Main St (0 N/S) & State St/SR 10 (0 E/W) -
  • Green River – has own origin – Main St/SR 19 (0 N/S) & Long St (0 E/W) -
  • Huntington – has own origin – Center St (0 N/S) & Main St/Hwy 10 (0 E/W) -
  • Orangeville – has own origin – Center St (0 N/S) & Main St (0 E/W) -
-

Garfield County

-
Municipalities with their own address origins
-
    -
  • Antimony – ? -
  • Boulder – ? -
  • Bryce Canyon City – ? -
  • Cannonville – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Escalante – has own origin – Main St/Hwy 12 (0 N/S) & Center St (0 E/W) -
  • Hatch – has own origin – Center St (0 N/S) & Main St/Hwy 89 (0 E/W) -
  • Henrieville – has own origin – Main St/Hwy 12 (0 N/S) & Center St (0 E/W) -
  • Panguitch – has own origin – Center St/Hwy 89 (0 N/S) & Main St/Hwy 89/143 (0 E/W) -
  • Tropic – has own origin – Center St (0 N/S) & Main St/Hwy 12 (0 E/W) -
-

Grand County

-
Municipalities with their own address origins
-
    -
  • Castle Valley – has own origin – Center St/Shafer Ln (0 N/S) & Castle Valley Dr(0 E/W) -
  • Moab – has own origin – Center St (0 N/S) & Main St/Hwy 191 (0 E/W) -
-

Iron County

-
Municipalities with their own address origins
-
    -
  • Brian Head – has own origin – Bear Flat Rd (0 N/S) & SR 143 (0 E/W) (confirmed 8/10) -
  • Cedar City – has own origin – Center St/SR 14 (0 N/S) & Main St/SR 130 (0 E/W) -
  • Enoch – addresses based on Cedar City origin -
  • Kanarraville – has own origin – Center St (0 N/S) & Main St/Kanarraville Rd (0 E/W) -
  • Paragonah – has own origin – Center St (0 N/S) & Main St/SR 271 (0 E/W) -
  • Parowan – has own origin – Center St/SR 143 (0 N/S) & Main St/SR 274 (0 E/W) -
-

Juab County

-
Municipalities with their own address origins
-
    -
  • Eureka – has own origin – Main St/Hwy 6 (0 N/S) & Center St (0 E/W) -
  • Levan – has own origin – Center St (0 N/S) & Main St/Hwy 28 (0 E/W) -
  • Mona – has own origin – Center St (0 N/S) & Main St/Hwy 91 (0 E/W) -
  • Nephi – has own origin – Center St (0 N/S) & Main St/Hwy 41 (0 E/W) -
  • Rocky Ridge – ?no addresses for any roads? -
  • Santaquin – *See Utah Co* -
-
Other
-
    -
  • Juab County West Grid - has own origin - Snake Valley Rd & Pole Line -
-

Kane County

-
Municipalities with their own address origins
-
    -
  • Alton – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Big Water – has own origin - US 89 (0 N/S) & Arron Burr Dr (0 E/W) -
  • Glendale – has own origin - Center St/Mill St (0 N/S) & Main St/SR (0 E/W) -
  • Kanab – has own origin - Center St/US 89 (0 N/S) & Main St (0 E/W) -
  • Orderville - has own origin- State St/US 89 (0 N/S) & Center ST (0 E/W) (updated 1/11) -
-
Unincorporated areas with their own address origins (updated 1/11)
-
    -
  • Bullfrog -
  • Cannonville -
  • Duck Creek -
-

Millard County

-
Municipalities with their own address origins
-
    -
  • Delta – has own origin – Main St/Hwy 50 (0 N/S) & Center St (0 E/W) -
  • Fillmore – has own origin – Center St/Eagle Ave (0 N/S) & Main St/SR 99 (0 E/W) -
  • Hinckley – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Holden – has own origin – Center St (0 N/S) & Main St/Hwy 64 (0 E/W) -
  • Kanosh – has own origin – Center St (0 N/S) & Main St/SR 133 (0 E/W) -
  • Leamington – has own origin – Main St/Hwy 132 (0 N/S) & Center St (0 E/W) -
  • Lynndyl – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Meadow – has own origin – Center St (0 N/S) & Main St/SR 133 (0 E/W) -
  • Oak City – has own origin – Center St (0 N/S) & Main St/Hwy 125 (0 E/W) -
  • Scipio – has own origin – Center St (0 N/S) & State St/Hwy 50 (0 E/W) -
-

Morgan County

-
Municipalities with their own address origins
-
    -
  • Morgan – has own origin – Young St (0 N/S) & State St/SR 66 (0 E/W) -
-

Piute County

-
Municipalities with their own address origins
-
    -
  • Circleville – has own origin – Main St/US 89 (0 N/S) & Center St (0 E/W) -
  • Junction – has own origin – Center St/SR 153 (0 N/S) & Main St/US 89 (0 E/W) -
  • Kingston – has own origin – Main St/SR 62 (0 N/S) & Center St/Kingston Ln (0 E/W) -
  • Marysvale – has own origin – Center St/Bullion Ave (0 N/S) & Main St/US 89 (0 E/W) -
-
Unincorporated towns with their own address origins
-
    -
  • Angle - has own origin - Mani St (0 N/S) & SR 62 (0 E/W) (updated 1/11) -
  • Greenwich - has own origin - Center St (0 N/S) & Main St/SR 62 (0 E/W) (updated 1/11) -
  • Otter Creek - has own origin - Junction of SR 62 & SR 22 (updated 1/11) -
-

Rich County

-
Municipalities with their own address origins
-
    -
  • Garden City – has own origin – Logan Rd/US 89 (0 N/S) & Bear Lake Blvd/Us 89/SR 30 (0 E/W) -
  • Lake Town – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Randolph – has own origin – Church St (0 N/S) & Main St/SR 16 (0 E/W) -
  • Woodruff – has own origin – Center St/Monte Cristo Hwy/SR 39 (0 N/S) & Main St/SR 16 (0 E/W) -
-

Salt Lake County

-

Address origins

-
All cities in Salt Lake County count off the same address origin in downtown Salt Lake City at the intersection of - South Temple (0 N/S) & Main St (0 E/W) with the exception of the following two areas: -
-
    -
  • Copperton – located between county coordinates of 10200 S and 10600 S (approximately) & 8500 W and 8900 W - (approximately) -
  • Pepperwood Subdivision – located in the city of Sandy and extends from 2000 E to Wasatch Blvd (3265 E) and from - Dimple Dell Rd (10650 S) to Lone Hollow Rd (11270 S). -
-

San Juan County

-
Municipalities with their own address origins
-
    -
  • Blanding – has own origin – Center St/Hwy 191 (0 N/S) & Main St/Hwy 191 (0 E/W) -
  • Monticello – has own origin – Center St/Hwy 491 (0 N/S) & Main St/Hwy 191 (0 E/W) -
-

Sanpete County

-
Municipalities with their own address origins
-
    -
  • Centerfield – has own origin – Center St (0 N/S) & Main St/Hwy 89 (0 E/W) -
  • Ephraim – has own origin – Center St (0 N/S) & Main St/Hwy 89 (0 E/W) -
  • Fairview – has own origin – Center St (0 N/S) & State St/Hwy 89 (0 E/W) -
  • Fayette – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Fountain Green – has own origin – Center St (0 N/S) & State St/Hwy 132 (0 E/W) -
  • Gunnison – has own origin – Center St (0 N/S) & Main St/Hwy 89 (0 E/W) -
  • Manti – has own origin – Union Rd (0 N/S) & Main St/Hwy 89 (0 E/W) -
  • Mayfield – has own origin – Canyon Rd (0 N/S) & Main St/Hwy 137 (0 E/W) -
  • Maroni – has own origin – Main St/Hwy 132 (0 N/S) & Center St (0 E/W) -
  • Mount Pleasant – has own origin – Main St/Hwy 116 (0 N/S) & State St/Hwy 89 (0 E/W) -
  • Spring City – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Sterling – has own origin – Center St (0 N/S) & Hwy 89 (0 E/W) -
  • Wales – has own origin – Center St (0 N/S) & State St (0 E/W) -
-

Sevier County

-
Municipalities with their own address origins
-
    -
  • Annabella – has own origin – Main St (0 E/W) and Center St (0 N/S) -
  • Aurora – has own origin – Hwy 260 (0 E/W) and Center St (0 N/S) -
  • Central Valley – has own origin – Main St (0 E/W) and Center St (0 N/S) -
  • Elsinore – has own origin – Main St (0 N/S) and Center St (0 E/W) -
  • Glenwood – has own origin – Main St (0 E/W) and Center St (0 N/S) -
  • Joseph – has own origin – Main St (0 N/S) and Center St (0 E/W) -
  • Koosharem – has own origin – Torgersen Ln/Hwy 62 (0 E/W) and Center St/Langdon Mtn/Monroe Mtn (0 N/S) -
  • Monroe – has own origin – Main St (0 E/W) and Center St (0 N/S) -
  • Redmond – has own origin – Main St (0 N/S) and Center St (0 E/W) -
  • Richfield – has own origin – Main St (0 E/W) and Center St (0 N/S) -
  • Salina – has own origin – Main St (0 N/S) and State St (0 E/W) -
  • Sigurd – has own origin - Main St & Center St -
-
Unincorporated areas with their own address origins
-
    -
  • Accord Lakes - ? -
  • Fish Lake - Twin Creek Road & SR 25 (?) -
  • Monroe Mountain - Around Cove Mountain Road & White Pine Creek Rd (?) -
  • Venice – Venice Main St (0 E/W) & Venice Center St (0 N/S) -
  • Sevier – ? -
-

Summit County

-
Municipalities with their own address origins
-
    -
  • Coalville – has own origin – Center St (0 N/S) and Main St (0 E/W) -
  • Francis – counts off of Kamas’ address origin (see Kamas). -
  • Henefer – has own origin – Center St (0 N/S) and Main St/SR 86 (0 E/W) -
  • Kamas – has own origin – Center St/SR 150 (0 N/S) and Main St/SR 32 (0 E/W) -
  • Oakley – counts off of Kamas’ address origin (see Kamas) -
  • Park City – ? -
-

Tooele County

-
Municipalities with their own address origins
-
    -
  • Grantsville – has own origin – Main St/Hwy 138 (0 N/S) & Hale St (0 E/W) -
  • Ophir – has own origin – Ophir Canyon Rd/Main St (0 N\S) there is no E/W center line marked by a street. E/W is - divided at a random point along Ophir Canyon Rd -
  • Rush Valley – has own origin – SR 199 (0 N/S) & Main St (0 E/W) -
  • Stockton – has own origin although it is not exact – Silver Ave (0 N/S) & Connor Ave on the north side of - Silver Ave and Grant Ave on the south side of Silver Ave (0 E/W) -
  • Tooele – has own origin – Vine St (0 N/S) & Main St/SR 36 (0 E/W) -
  • Vernon – has own origin – Castagno Rd (0 N/S) & Main St (0 E/W) -
  • Wendover – has own origin although it is not exact – Wnedover Blvd/East Wendover Blvd (0 N/S) & Aria Blvd on - the north side of Wendover Blvd and 1st St on the south side of Wendover Blvd (0 E/W) -
-

Uintah County

-
Municipalities with their own address origins
-
    -
  • Ballard – counts from Duchesne Co origin - US 40 [200 N Roosevelt] (0 N/S – Ballard) & State St (0 E/W – - Roosevelt) -
  • Naples – addresses based on Vernal’s origin -
  • Vernal – has own origin – Main St/US 40 (0 N/S) & Vernal Ave/US 191 (0 E/W) -
  • Unincorporated county – approx 75% counts from Vernal, approx 25% counts from Duchesne Co origin -
-

Utah County

-
    -
  • Alpine – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • American Fork – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Cedar Fort – has own origin – Center St (0 N/S) & Church St (0 E/W) -
  • Cedar Hills – follows unincorporated Utah County address grid -
  • Draper – follows Salt Lake County address grid -
  • Eagle Mountain – has own origin – section corner for the extreme SW corner of section 35 of T6S R2W (approx - lat/long 40.24693, -112.04393) on their city limit border with Fairfield. The vast majority of all addresses count - north and east from this point; however the city limits do allow for a very few south or west addresses. -
  • Elk Ridge – has own origin – section line of sections 23 & 26 of T9S R2E (0 N/S) and Hillside Dr (0 E/W). -
  • Fairfield – follows unincorporated Utah County address grid -
  • Genola – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Goshen – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Highland – follows unincorporated Utah County address grid -
  • Lehi – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Lindon – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Mapleton – has own origin – Maple St (0 N/S) & Main St (0 E/W) -
  • Orem – has own origin – Center St (0 N/S) & where Main St (0 E/W) would cross Center St if it existed in that - area (Main St does not exist between 400 S & 300 N). The 0 E/W point is also the section line between sections - 14 & 15 of T6S R2E. -
  • Payson – has own origin – Utah Ave (0 N/S) & Main St (0 E/W) -
  • Pleasant Grove – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Provo – has own origin – Center St (0 N/S) & University Ave (0 E/W) -
  • Salem – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Santaquin – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Saratoga Springs – has own origin – section line between sections 23 & 26 of T5S R1W (0 N/S) & Redwood Rd - / Main St (0 E/W) -
  • Spanish Fork – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Springville – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Vineyard – has own origin – Center St / Gammon Rd (0 N/S) & Main St (0 E/W) -
  • Woodland Hills – has own origin – north city limit boundary (0 N/S) where Woodland Hills Dr (0 E/W) meets Salem - City. This is on the border of sec 13 of T9S R2E and sec 18 of T9S R3E (approx lat/long 40.03098, -111.65381). Thus, - there would be no north addresses in Woodland Hills. -
  • Unincorporated Utah County – origin is in Provo at approx 120 S 120 E at section corner of sections 1 & 12 of - T7S R2E and sections 6 & 7 of T7S R3E. This is the origin for all unincorporated areas as well as Cedar Hills, - Fairfield and Highland, but not Provo. -
-

Wasatch County

-
Municipalities with their own address origins
-
    -
  • Charleston – counts from Heber City -
  • Daniel – counts from Heber City -
  • Heber City – has own origin – Main St (0 E/W) and Center St (0 N/S) -
  • Midway – has own origin – Main St (0 N/S) and Center St (0 E/W) *Note: N/S origin is very close to the same as - Heber City (about 2.5 blocks off) -
  • Park City – see Summit County -
  • Unincorporated county – Mostly from Heber City (could have some different areas?) -
  • Wallsburg – has own origin – E Main St/ W Main Canyon Rd (0 N/S) and N Center St/S Main Canyon Rd (0 E/W) -
-

Add Independence and Hideout once their municipality borders are obtained

-

Washington County

-
Address origins (last edited 10/29/08)
-
    -
  • Springdale – No prefix or suffix directionals used. There is also no official address origin. If there was an - origin, it would be where Zion Park Blvd (SR 9) meets the north city boundary line, which is also the border of Zion - National Park. Zion Park Blvd (ZPB) would be the zero road, where addresses along the cross streets get larger as - they get farther away from ZPB. But there is no standard of how far addresses count; the addresses could jump by 2 - from house to house or by 50. All segments of ZPB have S as the prefix directional, since the origin would be the - north city boundary. E-911 is uses address points for Springdale. (per Tom Dansie – Director of Community - Development – 10/29/08) -
-
    -
  • Toquerville – Center St (0 N/S) & Toquerville Blvd (0 E/W) -
  • Leeds – Center St (0 N/S) & Main St (0 E/W) -
  • Rockville – Main St (0 N/S) & Center St (0 E/W) -
  • Virgin – SR 9 (0 N/S) & Mill St (0 E/W) – note: Main St was formerly 0 N/S; entire address grid changed in - June 2008 -
  • LaVerkin – Center St (0 N/S) & Main St (0 E/W) -
  • Hurricane – State St / SR 9 (0 N/S) & Main St (0 E/W) -
  • Apple Valley – State St / SR 59 (0 N/S) & Main St (0 E/W) -
  • Hilldale – address origin is in Colorado City, Arizona, at Township Ave (0 N/S) & Midway St (0 E/W). All N-S - roads in Utah have N addresses. -
  • Enterprise – Main St (0 N/S) & Center St (0 E/W) -
  • New Harmony – Center St (0 N/S) & Main St (0 E/W) -
  • Ivins – Center St (0 N/S) & Main St (0 E/W) -
  • St George – Tabernacle St (0 N/S) & Main St (0 E/W) -
  • Santa Clara – addresses count from St George origin -
  • Washington – Telegraph St (0 N/S) & Main St (0 E/W) -
-

Irregularities: Some alpha roads that have SUF_DIR populated (e.g. Bloomington Dr N) and - numeric roads with S_TYPE populated (e.g. 2780 S Cir).

-

There are likely other origins for unincorporated towns – Veyo, Central, Pine Valley, and Gunlock. Pintura counts - from the Toquerville address grid. Pinto?

-

Wayne County

-
Address origins
-
    -
  • Bicknell – has own origin – Main St/SR 24 (0 N/S) & Center St (0 E/W) -
  • Caineville- has own origin- SR 24 (0 N/S) & Center St (0 E/W) (updated 1/11) -
  • Grover- has own origin- SR 12 (0 N/S) & Center St (0 E/W) (updated 1/11) -
  • Fremont- has own origin- Main St (0 N/S) & SR 72 (0 E/W) (updated 1/11) -
  • Hanksville – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Loa – has own origin – Center St (0 N/S) & Main St/SR 24 (0 E/W) -
  • Lyman – has own origin – Center St (0 N/S) & Main St (0 E/W) -
  • Teasdale- has own origin- Center St (0 N/S) & Main St (0 E/W) (updated 1/11) -
  • Torrey – has own origin – Main St (0 N/S) & Center St (0 E/W) -
  • Others as per 2007? countywide address grid and resigning project? -
  • Others as of 2011- Old Fishlake, Capitol Reef National Park, Notom -
-

Weber County

-
Countywide origin – Wall Ave (100 E/W) between addresses of 120 N Wall and 106 (S) Wall Ave (in Ogden)
diff --git a/data/address/census-luca-2020.md b/data/address/census-luca-2020.md deleted file mode 100644 index 01dcf3b122..0000000000 --- a/data/address/census-luca-2020.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: Utah Census LUCA 2020 -author: - display_name: Bert Granberg - email: ugrc@utah.gov -date: 2017-11-07 15:35:53 -categories: - - Featured -tags: - - address - - census - - demographic - - location - - luca ---- -![Census LUCA Program, 2018]({% link images/LUCA2018.png %}){: .inline-text-right .outline loading="lazy" }This page contains information, data resources, tips, etc. for Utah participants in the US Census Bureau's Local Update of Census Addresses (LUCA) program. - -### Contents -{: .text-left } -- [Background](#background) -- [Timeline](#timeline) -- [Contacts and Coordination](#contacts-and-coordination) -- [Prepping for LUCA Review](#prepping-for-the-luca-review) -- [Prioritizing](#prioritizing) -- [Security and Process Design](#security-and-process-design) -- [Data Resources](#data-resources) -- [Reference Materials](#reference-materials) -{: .dotless } - -### Background -{: .text-left } -The Census Bureau's Local Update of Census Addresses (LUCA) program allows city, county, and state government to review and suggest edits to the master residential address list that Census uses to plan and execute their survey work. Of particular importance is the ability for Census to track responses across multiple survey mechanisms (field workers, survey-by-mail, and, this year, online response). - -While LUCA participation is optional, many cities and counties plan to participate in the address list review. The closer the Census Bureau's master database matches the actual addresses on the ground in your community, the better shot you've got to be fully counted. - -**Why?** _Here's the big reason to for state and local government to participate in LUCA:_ Nationally, over $675 billion is distributed annually, using census data as part of the formula, from the federal level back to state and local government. [Utah's annual share alone was $3.25 billion in 2015](https://gwipp.gwu.edu/sites/gwipp.gwu.edu/files/downloads/Utah%20CFD%2008-18-17.pdf). Getting Census positioned -- with a complete address list -- to make a full count of Utah residents helps ensure Utah gets back a proper share or what it pays in. - -The decision to participate in the LUCA review is made by your highest elected official (Mayor, Commissioner, etc.) and the registration deadline is December 15th, 2017. The 120 day LUCA review time frame will begin for each jurisdiction in or after February 2018. - -While limited paper and spreadsheet review options exist, **_the main vehicle for the LUCA review is via a GIS platform_**. To review and edit the address list, LUCA participants can use either the QGIS-based application Census provides (called GUPS), or other GIS software, such as ArcGIS Desktop or ArcGIS Pro, that will produce an output shapefile that adheres to the rigid data content/formal specification for LUCA. - -### Timeline -{: .text-left } -**Census LUCA and other Master Address File programs schedule** - -- **_December 15, 2017_**. Deadline for counties and cities to register to participate in LUCA address review. ([see Registration section of this page for instructions](https://www.census.gov/geo/partnerships/luca.html)) -- **_February 2018_**. LUCA review process begins. Participants will each be assigned a 120 day review window that starts upon receipt of their jurisdictions address file from Census. -- **_Summer 2019_**. Feedback received back from LUCA program. -- **_Late 2019_*.* Census Bureau targeted address canvassing field work begins. -- **_Summer 2019 - Spring 2020_**. Census Bureau New Construction address program in operation. -- **_April 1, 2020_**. Census Day. - -_Other_: In addition to the LUCA program, Census will operate a new construction program, coordinate with USPS to receive new 'street delivery' mail addresses, and will conduct targeted 'address canvasing' field work. - -{% capture liaison %}{% include contact.html subject=page.title contact=site.data.contacts.luca_liaison hide-punctuation=true text=' ' %}{% endcapture %} -{% capture trainer %}{% include contact.html subject=page.title contact=site.data.contacts.luca_trainer hide-punctuation=true text=' ' %}{% endcapture %} -### Contacts And Coordination -{: .text-left } -- State LUCA Liaison: {{ liaison }} -- [Utah City and County LUCA participants](https://docs.google.com/a/utah.gov/spreadsheets/d/1uhPiDjofUyz9C4PKXkV-5i0Uyawfd1ozu_y2uffwsR0/edit?usp=sharing) (Final, as of Jan 04, 2018). -- Census LUCA Trainer: {{ trainer }} - -### Prepping for LUCA Review -{: .text-left } -Our primary recommendation is for cities and counties to collaborate to improve their own address lists (and GIS coordinates for address locations) prior to embarking on the LUCA review. See _Prioritizing_ and _Process Design_ discussions below. - -### Prioritizing -{: .text-left } -LUCA is all about improving the Census Bureau's master address file. But, given the state has over 1.1 million addresses and the LUCA review window is 120 days long, reviewing every address would entail reviewing 10,000 addresses per day during that period. The Census master address file contains, in theory, all of the addresses successfully surveyed during the 2010 census. Additionally, Census has stated that their partnership with the US Postal Service means that they have all of the locations that currently receive street delivery style mail (think traditional mailboxes filled daily by a letter carrier). - -For these reasons, we encourage participants to focus on these types of addresses. - -- Addressed residential structures without traditional street deliver mail (to a mailbox at/near the entrance to a structure) -- SubAddress locations, with unit numbers (apartments, trailer courts, etc) -- Addressed structures within gated communities and other areas with clustered mailboxes -- Redeveloped areas where new/infill housing has been added, densified, or existing housing has been converted to non-residential -- Group Quarters (dorms, group homes, homeless housing, assisted living facilities, etc) -- Unaddressed residential structures likely to have a permanent occupant on April 1, 2020 - -### Security and Process Design -{: .text-left } -One of the keys to understanding the LUCA process, and to keeping your organization out of trouble, is to remember that, within LUCA, data can only flow one way -- to the Census Bureau. - -This means you must keep the master address file provided by Census for your jurisdiction confidential. You may not use the Census master address file to improve your own address data resources in any way. - -And, for these reasons, you should design your process to improve your local address data first, ideally in GIS format. Then, when you're done creating and improving your own data, start the comparison and submission process that is specific to LUCA. Address data created outside of the LUCA review has fantastically broad benefit. But, if you create an address point within LUCA, it can only be used by the Census Bureau. - -### Data Resources -{: .text-left } -[![Address Count Comparison Example - click to enlarge]({% link images/PreLUCAAddressCountComparison.png %}){: .inline-text-right .outline loading="lazy" }](https://docs.google.com/presentation/d/1hSYqhRELa7idGcsfsF7Cnb1BqNfMl1zqInk_yud65-4/edit#slide=id.p)**Statewide GIS Data Resources for the LUCA process** - -- Census Address Count Block File. UGRC has prepared this dataset per Census directions as a [statewide shapefile](https://drive.google.com/file/d/1UvxJVLQo4mYxXD6V5CPcuzGJHyPII-Sm/view?usp=sharing) or [file geodatabase download](https://drive.google.com/file/d/1Nm_q7k7bHet-s2ZsPVXrI27m70ztrBiE/view?usp=sharing) or it can be used via an SDE connection (SGID10.Location.LUCABlockAddressCounts2017). An additional field has been added that contains the count of records in the current version of the SGID10.Location.AddressPoints statewide address map layer compiled from county address authorities. -- Roads Missing from Census TIGER. _Available February 2018_, this file will contain a statewide collection of road centerline segments missing from the Census LUCA data files. In its instructions at the Utah LUCA training, Census indicated that LUCA participants can submit missing road segments but encouraged everyone to focus on missing addresses or address corrections. As soon as UGRC receives the statewide LUCA files, we will use a change detection algorithm to identify missing roads statewide and these will be part of the Utah state-level LUCA submission. Since the LUCA roads layer is not protected Title 13 data, we will make the missing roads layer available for download and local jurisdictions can concentrate on addressing and any other missing roads (if desired). -- State-level address lists. _TBD_ UGRC plans to contact state agency programs with address lists that may be valuable to the LUCA process, to explore data sharing. Potential data partners may include the Driver's License, Motor Vehicle Registration, and the Tax Commission. Ensuring confidentiality is expected to be critical in any use of these address resources. -- [Utah-specific Address Geocoding Tools Webpage](/products/sgid/address) allow users to geocode against Utah road centerlines or address points via [the Web API](https://api.mapserv.utah.gov) or [an ArcMap Add-in](/products/sgid/address). -- The LUCA data that will be provided to participants will reflect municipal and county boundaries that UGRC submitted to Census BAS boundary survey in spring of 2017. For this reason, addresses within annexations that took place after the UGRC's BAS submission will not appear in the address lists that cities receive. -- UGRC will, periodically in the build up to the 2020 census, be providing Census with Utah's official municipal boundaries. All annexations of cities and counties that are certified by the Lt. Governor are kept in the [SGID.Boundaries.Municipalities layer](/products/sgid/boundaries/municipal). UGRC extends an open invitation to review these boundaries for accuracy at anytime. {% capture boundaries %}{% include contact.html subject=page.title contact=site.data.contacts.boundaries %}{% endcapture %}{{ boundaries }} - -### Reference Materials -{: .text-left } -- [Official LUCA program flyer](https://www2.census.gov/geo/pdfs/partnerships/luca/2020CensusLUCA_Flyer.pdf) -- [LUCA Information Guide](https://www2.census.gov/geo/pdfs/partnerships/luca/2020LUCA_InfoGuide.pdf)) -- Register to Participate in LUCA, [see Registration section of this page for instructions](https://www.census.gov/geo/partnerships/luca.html)) -- [Powerpoints from November 2nd Census Bureau LUCA Training in Salt Lake City](https://drive.google.com/file/d/0BxoOAQyOvGgaOHhPSXhCTEdBdnN6a0d2VTk3OW5iVjdBXzAw/view?usp=sharing) -- [Census Bureau's LUCA FAQ](https://www2.census.gov/geo/pdfs/partnerships/luca/2020LUCA_FAQ.pdf) -- [LUCA Address File Submission Data Content Standard](https://drive.google.com/file/d/0BxoOAQyOvGgaaWtpTmc1aHVvRFZ6SGh0RHNpbjZlSU9yOVVj/view?usp=sharing) diff --git a/data/address/index.html b/data/address/index.html deleted file mode 100644 index f9074a6571..0000000000 --- a/data/address/index.html +++ /dev/null @@ -1,57 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - geocoding - - overview -date: 2012-04-11 16:47:23 -0600 -title: Address Overview -categories: [] ---- -{% include table_overview.html name="Addressing" %} - - - Address Points - GIS Data Layer - UGRC, Local Governments - Address point locations in Utah. - - - Address System Quadrants - GIS Data Layer - UGRC - Polygons that depict the four quadrants of each address system in Utah. - - - Utah Local Addressing System (Address Grids) - Information - Address Coordinate Descriptions - UGRC - Text that describes the address coordinate systems in Utah. - - - UGRC API for Geocoding - Geocoding API - UGRC - The foundational service for all Utah geocoding and query access to the SGID. - - - Official UGRC API Client for Geocoding - Cross-Platform Desktop Geocoding Application - UGRC - The recommended client for geocoding Utah addresses. - - - Masquerade - Esri-compliant Locator Service - UGRC - A service that enables the UGRC API geocoding endpoint and OpenSGID datasets to be easily accessible in Esri products with only a URL. - - - -

Related Data

- diff --git a/data/aerial-photography/Hexagon_lg.png b/data/aerial-photography/Hexagon_lg.png deleted file mode 100644 index ab99a90bee..0000000000 Binary files a/data/aerial-photography/Hexagon_lg.png and /dev/null differ diff --git a/data/aerial-photography/Hexagon_thumb.png b/data/aerial-photography/Hexagon_thumb.png deleted file mode 100644 index cdefe98383..0000000000 Binary files a/data/aerial-photography/Hexagon_thumb.png and /dev/null differ diff --git a/data/aerial-photography/doq/index.html b/data/aerial-photography/doq/index.html deleted file mode 100644 index 607d8a4c98..0000000000 --- a/data/aerial-photography/doq/index.html +++ /dev/null @@ -1,152 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - '1977' - - aerial photography - - data - - doq - - imagery -date: 2011-08-15 17:13:22 -0600 -title: Digital Orthophoto Quadrangle -categories: [] -SCSPhotomaps: - downloads: - - url: https://raster.utah.gov/?cat=Historical - label: Imagery tiles via interactive map - updates: - - 1936-1952 -1970BLM: - downloads: - - url: https://raster.utah.gov/?cat=DOQ%201970s%20(1m) - label: Imagery tiles via interactive map - updates: - - 1970 -1977DOQ: - downloads: - - url: https://raster.utah.gov/?cat=DOQ%201977%20(1m) - label: 1977 Salt Lake County DOQs - updates: - - 1977 -1990DOQ: - downloads: - - url: https://raster.utah.gov/?cat=DOQ%201990s%20(1m) - label: DOQs by Quad or County - updates: - - Mid 1990's -2003DOQ: - downloads: - - url: https://raster.utah.gov/?cat=Color%20DOQ%202003%20(1m) - label: Iron and Beaver County Color DOQs - updates: - - 2003 ---- -
- - DOQ Sample - -
1990's DOQ Sample
-
-{% include abstract.html -name="DOQs" -stewards="UGRC" -type="Imagery" -webapp="https://raster.utah.gov/?catGroup=DOQ%201990s%20(1m),DOQ%201977%20(1m),Color%20DOQ%202003%20(1m),Historical&title=Utah%20DOQ%20Imagery" -abstract="A Digital Orthophoto Quadrangle (DOQ) is a digital image that has the properties of an orthographic -projection, derived from a digitized perspective aerial photograph or other remotely sensed image data by differential -rectification so that image displacements caused by camera tilt and terrain relief are removed. The DOQ combines the -image characteristics of the original photograph with the georeferenced qualities of a map. Ground features are -displayed in their true position, allowing for the direct measurement of distance, areas, angles, and positions." %} -
-
-

2003 Color DOQs

-
-
-

UGRC has 1-meter color DOQs for most of Iron and Beaver counties from 2003. The Iron and Beaver county color DOQs - are in a UTM NAD83 projection.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
- {% include packagedata.html name="2003DOQ" - info=page.2003DOQ %} -
-
-
-

Mid 1990's Black and White DOQ

-
-
-

UGRC has a statewide coverage of 1-meter resolution Black and White Digital Orthophoto Quads (DOQs). All tiles - have a UTM NAD83 Zone 12 North meters projection. The .jpg files are usually between 30 to 40 MB. - The .met file is all the original header information from the image and contains the dates - the images were flown and photographed. Some DOQs have 2 vintages of dates the images were flown. Usually one - image will be from 1993 and another 1997 or newer. Refer to Find_a_DOQ.txt for quadrangle names and associated UGRC Q number. -

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
- {% include packagedata.html name="1990DOQ" - info=page.1990DOQ %} -
-
-
-

1977 Black and White DOQs

-
-
-

UGRC has a complete 1-meter Black and White Salt Lake County DOQ coverage from 1977. The DOQs are available as - single quads and also as a Mr.Sid county mosaic. The Salt Lake County 1977 DOQs are in a UTM NAD83 projection.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
- {% include packagedata.html name="1977DOQ" - info=page.1977DOQ %} -
-
-
-

1970s 1 Meter Color and Infrared DOQs

-
-
-

UGRC has 1-meter color and infrared imagery from the BLM collected in the 1970s. This is not a statewide - coverage. The image tiles have a UTM NAD83 projection.

-
Related Resources
- -
- {% include packagedata.html name="1970BLM" - info=page.1970BLM %} -
-
-
-

1936-1952 Soil Conservation Service (SCS) Photomaps

-
-
-

UGRC has 1-meter Black and White Soil Conservation Service (SCS) Photomaps from 1936-1952. This is not a - statewide coverage. The Photomaps have a UTM NAD27 projection. The date the photo was taken can be found for some - of the tiles in the Year field of the tile-index. -

-
Related Resources
-
- {% include packagedata.html name="SCSPhotomaps" - info=page.SCSPhotomaps %} -
diff --git a/data/aerial-photography/hro/index.html b/data/aerial-photography/hro/index.html deleted file mode 100644 index bb4c5f4b48..0000000000 --- a/data/aerial-photography/hro/index.html +++ /dev/null @@ -1,211 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - 1 foot - - aerial photography - - hro - - imagery -date: 2011-08-15 17:04:48 -0600 -title: High Resolution Orthophotography -categories: [] ---- -
- - hro image of utah -
HRO 2012 Sample
-
-{% include abstract.html -name="HRO" -stewards="UGRC" -type="GeoTIFF" -webapp="https://raster.utah.gov/?catGroup=HRO%202012%20(12.5cm),HRO%202012%20(1ft),HRO%202009%20(25cm),HRO%202006%20(25cm),HRO%202003%20(30cm)&title=Utah%20HRO%20Imagery" -abstract="High resolution orthorectified images combine the image characteristics of an aerial photograph with the -geometric qualities of a map. An orthoimage is a uniform-scale image where corrections have been made for feature -displacement such as building tilt and for scale variations caused by terrain relief, sensor geometry, and camera tilt. -A mathematical equation based on ground control points, sensor calibration information, and a digital elevation model is -applied to each pixel to rectify the image to obtain the geometric qualities of a map." %} -
-
-

2012

-
-
-

UGRC has High Resolution Orthophotography (HRO) 6-inch (12.5 cm) resolution 4-band aerial photography from 2012 - for the Wasatch Front. Although the imagery is generically referred to as 6-inch imagery it is actually 12.5 - centimeter or 4.92 inch resolution. The imagery in the Uintah Basin is 1-foot resolution. The GeoTIFF images are - approximately 175 mb per 2000x2000 meter block. The images have a UTM NAD83 meters projection and are from the - spring of 2012. The .XML files contain the metadata for the imagery and CALDATE contains - the date the imagery was flown and collected. The flight date of the Uintah Basin 1-foot imagery is June 4th, - 2012.

-

The image tile boundaries can be viewed in this HRO2012 - Index shapefile. The index also contains the field USNG that corresponds to the image tile - names.

-

The naming convention for the imagery tiles is based off the U.S. National Grid (USNG). Utah is in USNG grid - zone 12T and 12S.

-

To display the 4-band images as a color infrared (CIR) or a false color image in ArcMap, use the - Layer Properties->Symbology tab. Change the Red Channel to Band_4, Green to - Band_1, and Blue to Band_2. (example below) -

- - - - - - - - - - - -
-
- -
RGB
-
-
-
- -
HRO (RGB)
-
-
-
- -
CIR
-
-
-
- -
HRO (CIR)
-
-
- -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
-
-
-

2009

-
-
- - 2009 HRO sample - -

UGRC has High Resolution Orthophotography (HRO) 1-foot (25 cm) resolution color aerial photography from 2009 for - the Wasatch Front, Canyonlands National Park, and Moab. Although the imagery is generically referred to as 1-foot - imagery it is 25 centimeter or 9.84 inch resolution. The GeoTIFF images are approximately 15 mb per 2000x2000 - meter block. The images have a UTM NAD83 meters projection and are from the spring of 2009. The .XML - files contain the metadata for the imagery and CALDATE is the date the imagery was flown and - collected.

-

The image tile boundaries can be viewed in this HRO2009 - Index shapefile. The naming convention for the imagery tiles is based off the U.S. National Grid (USNG). Utah is in USNG grid - zone 12T and 12S.

- -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
-
-
-

2006

-
-
- - 2006 HRO sample - -

UGRC has High Resolution Ortho-Photography (HRO) 1-foot (25 cm) resolution color aerial photography from 2006 for - many areas across the state of Utah. Although the imagery is generically referred to as 1-foot imagery it is 25 - centimeter or 9.84 inch resolution. The GeoTIFF images average 50 mb per 4000x4000 meter block. The images have a - UTM NAD83 meters projection and are from 2006. Some tiles are incomplete and have black areas as a result - of the proximity to the flight boundary. The .XML files contain the metadata for the - imagery and CALDATE contains the date the imagery was flown and collected.

-

The HRO2006 Index shapefile can be used to determine what images to download. The naming convention for the imagery - tiles is based off the U.S. National Grid - (USNG). Utah is in USNG grid zone 12T and 12S.

- -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
-
-
-

2003

-
-
- - 2006 HRO sample - -

UGRC has Urban Area Ortho-Imagery (UAO) 1-foot resolution color aerial photography from 2003 for the Wasatch - Front north of Utah County.

-

The UAO - Index shapefile can be used to determine what images to download. The images have a UTM NAD83 meters - projection and are from 2003. Image flight dates can be found in the .xml file of the associated - image tile. The naming convention for the imagery tiles is based off the U.S. National Grid (USNG). Utah is in USNG grid - zone 12T and 12S.

- -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
diff --git a/data/aerial-photography/imagery-problems/index.md b/data/aerial-photography/imagery-problems/index.md deleted file mode 100644 index 5d13ff351a..0000000000 --- a/data/aerial-photography/imagery-problems/index.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - faq - - help -date: 2012-11-15 16:33:52 -0700 -title: Imagery Format Problem Fixes and Workarounds -categories: [] ---- -Some users experience problems using the latest imagery products provided by UGRC. This including the HRO from 2012 and NAIP from 2009, 2011, 2014, and 2016. Users affected are typically working on one of the following software platforms: - -- MicroStation -- AutoCAD -- Manifold -- Apple Preview -- Photoshop -- Microsoft Picture Manager - -### Common Issues -{:.text-left} - -#### Washedout or Unrecognized Images - -**4-Band Imagery**: The imagery products contain 4-bands of imagery (Infrared, Red, Green, Blue) as opposed to the standard 3-band color imagery (Red, Green, Blue) most are familiar with. The new imagery can, and most software platforms default to, display as a natural color image. **In some cases the 4th band of imagery is not recognized by the software and is either displayed with the other 3-bands of imagery** giving an odd [washedout]({% link images/TIFF6_washedout.png %}) appearance. Other software platforms may [not recognize]({% link images/TIFF6_MicroStationError.jpg %}) the imagery at all. - -#### Solutions - -- Use the ArcMap tool `Composite Bands (Data Management)` to convert the image to a different format. Specify the bands to use for the output file. Instead of adding the `.tif` image to the tool add `Band_1`, `Band_2`, and `Band_3` as the Input Rasters. (ex. `C:\HRO \12SVK240260.tif\Band_1`, `C:\HRO \12SVK240260.tif\Band_2`, `C:\HRO \12SVK240260.tif\Band_3`) -- Use the ArcMap tool `Raster To Other Format (Conversion)` to convert the image to a different format. -- **Microstation** users should convert the 4-band images into 3-band images and use the Raster Manager to add the new 3-band images. (_see FWTools example 1 below_) - -#### Striping or Artifacts - -**Compression**: The imagery is compressed from its native TIFF format to a JPEG in TIFF compression utilizing the YCbCr color space. The TIFF 6.0 format is widely implemented however some older software versions and even some new ones do not have the capability to utilize this format. This can cause images to be improperly displayed with [stripes]({% link images/TIFF6_Stripes.png %}) or [other artifacts]({% link images/TIFF6_Stripes2.png %}). - -#### Solutions - -- Download the free image viewer [IrfanViewServer](http://www.irfanview.com) and save the image to a `jpg` format. -- Download the free [FWTools](http://fwtools.maptools.org) toolkit and decompress the TIFF. (_see FWTools example 2 below_) - -##### FWTools - -After downloading the latest version of the software, [add the FWTools executable to your path](https://www.computerhope.com/issues/ch000549.htm). Use the path to the `bin` directory eg: `C:\Program Files (x86)\FWTools2.4.7\bin\`. - -There is a GUI for the toolkit but it is preferred to use the FWTool `gdal_translate.exe` in a command line window. To open the command prompt, Windows users should click `Start` then type `cmd` and hit enter or click to open. - -###### Convert from 4 to 3 bands - -At the command prompt you can use the following code example to convert the 4-band images to 3-band images. - -**Syntax** `gdal_translate.exe -of Gtiff -b 1 -b 2 -b 3 -co "Compress=JPEG" -co "JPEG_QUALITY=75" -co "Tiled=YES" -co "PHOTOMETRIC=YCBCR" -co "TFW=YES" InImagePathandName OutImagePathandName` - - **Example 1** `gdal_translate.exe -of Gtiff -b 1 -b 2 -b 3 -co "Compress=JPEG" -co "JPEG_QUALITY=75" -co "Tiled=YES" -co "PHOTOMETRIC=YCBCR" -co "TFW=YES" C:\HRO\12TVL080740.tif C:\HRO\new\12TVL080740.tif` - -###### Decompress TIFF - -At the command prompt you can use the following code example to uncompress the imagery, remove the JPEG in TIFF compression with the YCbCr color space, and convert the 4-band images to 3-band images. **Be aware that the uncompressed file sizes can be very large**. For instance, a 175mb HRO2012 TIFF will uncompress to around 750mb. - -**Syntax** `gdal_translate.exe -of Gtiff -b 1 -b 2 -b 3 -co "Compress=NONE" -co "TFW=YES" InImagePathandName OutImagePathandName` - -**Example 2** `gdal_translate.exe -of Gtiff -b 1 -b 2 -b 3 -co "Compress=NONE" -co "TFW=YES" C:\HRO\12TVL080740.tif C:\HRO\new\12TVL080740.tif` diff --git a/data/aerial-photography/index.html b/data/aerial-photography/index.html deleted file mode 100644 index 89c385a9b0..0000000000 --- a/data/aerial-photography/index.html +++ /dev/null @@ -1,180 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - aerial photography - - doq - - google imagery - - hro - - naip - - remote sensing -date: 2011-08-23 21:14:54 -0600 -title: Aerial Photography Products for Utah -categories: [] ---- -

All aerial photography downloads available from UGRC, with the exception of the licensed Hexagon and Google - imagery in Web Mercator WGS84 (WKID:3857), have a UTM NAD83 zone 12 north meters projection (WKID:26912). Other aerial photography resources include EarthExplorer, USGS - EROS Archive, and USDA - FPAC.

-

If you have any problems or issues with the Hexagon or Google imagery products, take a look at the Imagery Format Problem Fixes and - Workarounds. In addition to a list of common issues, we also provide descriptions and workarounds. {% include - contact.html subject=page.title contact=site.data.contacts.imagery text="If you are can't find the information - you need there, please direct any questions or comments to" %}

-

Most of the products below are also available as web services from our Discover basemap and imagery service. Please - check the main Discover page for more information.

-
-
-

Hexagon Licensed Imagery

-
-
- - Hexagon Imagery - -
    -
  • Natural Color (RGB) -
  • ~1-foot or ~6-inch pixels -
-

UGRC has a public-sector license to Hexagon's 15cm (~6-inch) aerial photography. The 15cm - Hexagon imagery is a higher-resolution copy of the statewide 2021 NAIP imagery. The 15cm imagery has a horizontal positional - accuracy of 1.07m (CE90). The flight dates of the imagery can be found in the - Utah Hexagon Service Dates layer from our Open Data site.

-
-
-

This is a licensed product. To see whether you are eligible to use the Hexagon Imagery, head - over to our Discover licensed imagery page to get the most - accurate information.

-
-
- -
-
-

Google Licensed Imagery

-
-
- - Google Imagery - -
    -
  • Natural Color (RGB) -
  • ~6-inch pixels -
-

UGRC has a public-sector license to Google's statewide 6-inch aerial photography. The Google license is for color - aerial photography, typically collected during the spring, summer, or fall. The imagery is statewide, and the - resolution is 6 inch or better with a horizontal positional accuracy to achieve or exceed 1 meter (CE90) in most - areas without significant vertical relief. The flight dates of the imagery can be found in the - Utah Google Service Dates layer from our Open Data site

-
-
-

This is a licensed product. To see whether you are eligible to use the Google Imagery, head over - to our Discover licensed imagery page to get the most accurate - information.

-
-
- -
-
-

High Resolution Orthophotography | HRO

-
-
- - hro - -
    -
  • Natural Color (RGB) -
  • False Color (CIR) -
  • ~1-foot or ~6-inch pixels -
-

High Resolution Orthophotography (HRO) is color aerial photography collected in the spring or fall for select - areas in Utah. The resolution is 1 foot or better with a horizontal positional accuracy of +- 75cm for 2006 and - 2009 and +- 37.5cm for 2012 imagery. The 2003 Urban Area Orthoimagery (UAO) is considered part of the HRO - collection. Currently there is HRO imagery from 2003, 2006, 2009, and 2012.

-
-
-

Download Links

- -
-
- -
-
-

National Agriculture Imagery Program | NAIP

-
-
- - hro - -
    -
  • Natural Color (RGB) -
  • False Color (CIR) -
  • ~1-meter pixels -
-

The - National Agriculture Imagery Program (NAIP) typically collects color aerial photography every 2 or 3 years - in the middle of the summer. Starting in 2006 the acquisitions have been statewide. The resolution is usually 1 meter with a - horizontal positional accuracy of -/+ 5 meters. The 2018 & 2021 imagery is .6 meter (60 centimeter) resolution with a horizontal - positional accuracy of -/+ 4 meters. In addition to the 3-band RGB color imagery, there is a - color-infrared dataset from 2006 and a 3-band and 4-band dataset from 2009. The 2011 dataset is 4-band for the - TIFF images and 3-band for the county mosaics. The 2014, 2016, 2018, & 2021 datasets are 3-band with separate - single-band image tiles for the 4th band for the TIFF images, and the county mosaics are 3-band. Currently there - is NAIP imagery from 2003, 2004, 2006, 2009, 2011, 2014, 2016, 2018, and 2021.

-
- -
- -
-
-

Digital Orthophoto Quads | DOQ

-
-
- - hro - -
    -
  • Black and White -
  • ~1-meter pixels -
-

Digital Orthophoto Quads (DOQ) are typically black-and-white aerial photos with a 1-meter resolution. In some - cases the DOQs are 0.5 meter, color, or 4-band. The boundaries of the imagery tiles correspond to the boundaries - of 1:24,000 US Geological Society (USGS) topographic maps. The 1990s collection is statewide.

-
- -
- -
-
-

1935-Present Utah Geological Survey Scanned Aerial Imagery Collection

-
-
-

The Utah Geological Survey (UGS) scanned aerial imagery collection can be downloaded via the UGS interactive map.

-
-
diff --git a/data/aerial-photography/naip/index.html b/data/aerial-photography/naip/index.html deleted file mode 100644 index 75773b53f4..0000000000 --- a/data/aerial-photography/naip/index.html +++ /dev/null @@ -1,285 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - aerial photography - - apfo - - imagery - - naip - - usda -date: 2011-08-15 17:04:48 -0600 -title: National Agricultural Imagery Program -categories: [] ---- -
- - Naip Sample - -
NAIP Sample
-
-{%- capture abstract -%} -The U.S. Department of Agriculture -National Agricultural Imagery Program (NAIP) is aerial photography typically collected every 2 or 3 years in the -middle of the summer. Starting in 2006 the acquisitions have been statewide. The resolution is usually 1 meter with a -horizontal positional accuracy of -/+ 5 meters. The 2018 & 2021 imagery is .6 meter (60 centimeter) resolution with a horizontal -positional accuracy of -/+ 4 meters. -

-

For more information about the history of the NAIP collections take a look at this - -Map Tour from the USDA or visit their NAIP GeoHub. A 4-band imagery service of the -most current NAIP imagery for all the states in the U.S. is also available from USDA. The USDA NAIP GIS Service URL is -https://gis.apfo.usda.gov/arcgis/rest/services/NAIP.

-{%- endcapture -%} - -{% include abstract.html -name="NAIP" -type="Imagery" -webapp="https://raster.utah.gov/?catGroup=NAIP%202021%20(60cm),NAIP%202018%20(60cm),NAIP%202016%20(1m),NAIP%202014%20(1m),NAIP%202011%20(1m),NAIP%202009%20(1m),NAIP%202006%20(1m),NAIP%202004%20(1m),NAIP%202003%20(2m)&title=Utah%20NAIP%20Imagery" -abstract=abstract %} - -
-
-

2021

-
-
-

UGRC has statewide - National Agricultural Imagery Program (NAIP) aerial photography for Utah. The imagery is .6 meter (60 centimeter) - resolution and was collected in the summer and fall of 2021. Although the NAIP imagery collection is typically 4-band - imagery, we have separated the Red, Green, and Blue bands from the Infrared band. To merge the RGB images with the - single infrared band to create a 4-band image you can use the ArcGIS Composite Bands (Data Management) tool, the - Image Analysis window to add a Function Chain, or - create a Reference Mosaic. 3-band Mr. Sid RGB and CIR (NIR-R-G) county - mosaics are also available.

-

The date the photography was flown can be found in the SrcImgDate field of the NAIP2021 - Index shapefile or the SDATE field of the county mosaics shapefile. The images have a UTM NAD83 meters projection. -

- - -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
- -
-
-

2018

-
-
-

UGRC has statewide - National Agricultural Imagery Program (NAIP) aerial photography for Utah. The imagery is .6 meter (60 centimeter) - resolution and was collected in the summer of 2018. Although the NAIP imagery collection is typically 4-band - imagery, we have separated the Red, Green, and Blue bands from the Infrared band. To merge the RGB images with the - single infrared band to create a 4-band image you can use the ArcGIS Composite Bands (Data Management) tool, the - Image Analysis window to add a Function Chain, or - create a Reference Mosaic. 3-band Mr. Sid RGB and CIR (NIR-R-G) county - mosaics are also available.

-

The date the photography was flown can be found in the SrcImgDate field of the NAIP2018 - Index shapefile, in the .txt metadata files after Calendar_Date, or the - SDATE field of the county mosaics shapefile. The images have a UTM NAD83 meters projection. -

- - -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
- -
-
-

2016

-
-
-

UGRC has statewide - National Agricultural Imagery Program (NAIP) aerial photography for Utah. The imagery is 1-meter resolution and was - collected in the summer of 2016. Although the NAIP imagery collection is typically 4-band imagery, we have - separated the Red, Green, and Blue bands from the Infrared band. To merge the RGB images with the single infrared - band to create a 4-band image you can use the ArcGIS Composite Bands (Data Management) tool, the Image Analysis - window to add a Function Chain, or create a Reference Mosaic. 3-band Mr. Sid county mosaics are also - available.

-

The date the photography was flown can be found in the SrcImgDate field of the NAIP2016 - Index shapefile, in the .txt metadata files after Calendar_Date, or the - SDATE field of the county mosaics shapefile. The images have a UTM NAD83 meters projection. -

- - -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
- -
-
-

2014

-
-
-

UGRC has statewide - National Agricultural Imagery Program (NAIP) aerial photography for Utah. The imagery is 1-meter resolution and was - collected in the summer of 2014. Although the NAIP imagery collection is typically 4-band imagery, we have - separated the Red, Green, and Blue bands from the Infrared band. To merge the RGB images with the single infrared - band to create a 4-band image you can use the ArcGIS Composite Bands (Data Management) tool, the Image Analysis - window to add a Function Chain, or create a Reference Mosaic.

-

The date the photography was flown can be found in the SrcImgDate field of the NAIP2014 - Index shapefile, in the .txt metadata files after Calendar_Date, or the - SDATE field of the county mosaics shapefile. The images have a UTM NAD83 meters projection. -

- -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
- -
-
-

2011

-
-
-

UGRC has statewide - National Agricultural Imagery Program (NAIP) 4-band aerial photography for Utah. The imagery is 1-meter resolution - and was collected in the summer of 2011. The date the photography was flown can be found in the - SrcAImgDate field of the NAIP2011_4-band_Index - shapefile, the IDATE field in the NAIP2011_4-band_FlightDate_Index - shapefile, in the .txt metadata files after Calendar_Date, or the SDATE field of the - county mosaics shapefile. The images have a UTM NAD83 meters projection. -

- -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
- -
-
-

2009

-
-
-

UGRC has statewide - National Agricultural Imagery Program (NAIP) natural color aerial photography for Utah. The - imagery is 1-meter resolution and was collected in the summer of 2009. The date the photography was flown can be - found in the SrcImgDate field of the NAIP2009 - Index shapefile for the individual .tiff files or the SDATE field of the county - mosaics index file. The images have a UTM NAD83 meters projection.

- -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
- -
-
-

2006 and Older

-
-
-

UGRC has - National Agricultural Imagery Program (NAIP) natural color aerial photography for many of the - agricultural areas of Utah in 2-meter resolution for 2003 and 1-meter resolution for 2004 and 2006. The 2006 NAIP - is a statewide coverage. The images are grouped together by county. They can be downloaded as a .zip - file. The .zip file contains a compressed .sid Mr.Sid image. When adding the image to a - View or Data Frame, add the .sid file and not the associated bands. The date the photography was - flown for 2003 can be found in the .txt file of county mosaic. For 2004 the date is in the - IDAT field of the compressed county mosaic index. For the 2006 imagery the NAIP2006 - Index shapefile or the .txt file of the associated image quarter quad .tif image - tile contain the date the image was flown. The images have a UTM NAD83 meters projection. -

- -
-
Related Resources
- -
-

{% include contact.html subject=page.title contact=site.data.contacts.imagery %}

-
-
diff --git a/data/base-map-and-imagery/index.md b/data/base-map-and-imagery/index.md deleted file mode 100644 index eab32b9121..0000000000 --- a/data/base-map-and-imagery/index.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -author: - display_name: Bert Granberg - email: ugrc@utah.gov -date: 2011-11-03 18:11:05 -0600 -title: SGID Base Map and Imagery Services -categories: - - Developer -tags: - - imagery ---- -[![discover logo]({% link about/media/ugrc-logo-Discover.png %}){: .flex .flex--center loading="lazy" style="max-width:60%"}](/products/discover) - -Do you need a quick base map for your [GIS, CAD, or web services](/products/discover)? UGRC provides several multiscale base map and imagery service options that deliver pre-rendered base map tiles to your platform as fast as your internet connection will allow. - -
-
-
Imagery plus overlay
- -
-
-
Terrain
- -
-
-
Lite
- -
-
-

- {% include fa_icon.html exclamation=true class="svg-inline--fa fa-w-18" %} - **If you want to use the UGRC base maps, you'll need to request a [free account](/products/discover") so we can create a quad word key for you**. - {% include fa_icon.html exclamation=true class="svg-inline--fa fa-w-18" %} -

-{: .pop .text-center } - -UGRC’s [Discover](/products/discover) cloud-base server provides imagery and base map services in OGC-standard WMTS and WMS formats in the Web Mercator WGS84 projection (wkid: 3857). Discover provides over [20 services](/products/discover) that are free to use (**however, a few services do require a [signed license agreement](/documentation/discover/licensed-imagery))**. - -

-{% include fa_icon.html information=true class="svg-inline--fa fa-w-16 fa-fw" %} Each cache consists of around **3 to 17 million** 256-pixel square tiles ranging from **15G to over 200GB**. These caches use the subset of the Google, Microsoft, and esri [scale levels](https://www.esri.com/arcgis-blog/products/product/mapping/web-map-zoom-levels-updated/?) that apply to our state. The [update schedule](/documenation/discover/maintenance-schedule) will keep you in the loop as to when the tiles were last updated. If you would like to download imagery, visit the [aerial photography](/products/sgid/aerial-photography) data page. -

- -#### The Services on Discover - -

-{% include fa_icon.html map=true class="svg-inline--fa fa-w-18 fa-fw" %} The **Terrain** base map highlights the natural form of the land. It features mountain peak elevation labels, contour lines, and locations of ski resort locations and other places of interest. -

- -

-{% include fa_icon.html map=true class="svg-inline--fa fa-w-18 fa-fw" %} We also provide a minimal base map called **Lite**. It has muted colors that don't distract from data overlaid on top of it.

- -

-{% include fa_icon.html photo=true class="svg-inline--fa fa-w-16 fa-fw" %}{% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Discover includes aerial imagery as well, including the **Utah** base map. This layer shows either the 2018 NAIP or the latest Google aerial photography depending on your zoom level. For licensing reasons, you will need to qualify for an [organizational account login](/documentation/discover/licensed-imagery) to use to this base map. -

- -

-{% include fa_icon.html photo=true class="svg-inline--fa fa-w-16 fa-fw" %} Don't fret if you don't qualify for the licensed imagery! The current and historical **NAIP** imagery layers are available for all users. These layers come in normal-color (RGB) and false-color infrared (NRG) versions. -

- -

-{% include fa_icon.html map=true class="svg-inline--fa fa-w-18 fa-fw" %} **Overlay** is an exciting layer that displays styled roads and place names on an otherwise transparent set of tiles, which allows it to be overlaid on other data as a reference layer. The **Hybrid** layer combines this with the **Utah** base map for an attractively labeled imagery base map. -

- -

-{% include fa_icon.html map=true class="svg-inline--fa fa-w-18 fa-fw" %} Discover also includes the **Topo** and **Address Points** base maps. The Topo map displays the most relevant USGS quad sheet (i.e., 250K, 100K, or 24K) depending on your scale. The Address Points layer lets you quickly and easily view around 2.5 million address points. -

- -*[OGC]: Open Geospatial Consortium -*[WMTS]: Web Map Tile Service -*[WMS]: Web Map Service diff --git a/data/bioscience/department-wildlife-resources-habitat-areas/index.html b/data/bioscience/department-wildlife-resources-habitat-areas/index.html deleted file mode 100644 index 7d92b26f2a..0000000000 --- a/data/bioscience/department-wildlife-resources-habitat-areas/index.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - bioscience - - habitat - - wildlife -date: 2011-11-18 10:09:30 -0700 -categories: [] -GameHabitat: - downloads: - - url: https://dwr-data-utahdnr.hub.arcgis.com/search?collection=Dataset&q=habitat - label: Utah Division of Wildlife Resources - data download page - updates: - - These datasets have a varied update schedule or are updated as needed. ---- -
- Habitat -
Snowshoe Hare Habitat Sample
-
-{% include abstract.html -type="External Agency Website" -name="Habitat Areas" -stewards="DNR, Division of Wildlife Resources" -abstract="Wildlife habitats created by the Utah Division of Wildlife Resources. Many of these habitats were created or -confirmed by field biologists. Most habitat datasets contain a Crucial/Substantial value system." %} -
-
-

Game Habitat

-
-
- Game Habitat -

Habitat areas for the following species in Utah: bandtailed pigeon, bison, black bear, blue grouse, bonetailed - chub, - california big horn sheep, california quail, chuckar, desert bighorn sheep, gambles quail, greater sage grouse, - gunnison sage grouse, hungarian partridge, moose, mountain goat, mule deer, pronghorn, razorback sucker, - ringnecked pheasant, rocky mountain - bighorn sheep, rocky mountain elk, ruffed grouse, sharp tailed grouse, snowshoe hare, white tailed ptarmigan, and - wild turkey. There are no use limitations, but the Utah Division of Wildlife Resources provides no warranty nor - accepts any responsibility - or liability for any inaccurate or incomplete data associated with this file.

-
Related Resources
- -
- {% include packagedata.html name="GameHabitat" - info=page.GameHabitat %} -
diff --git a/data/bioscience/index.html b/data/bioscience/index.html deleted file mode 100644 index 6dd8b94991..0000000000 --- a/data/bioscience/index.html +++ /dev/null @@ -1,77 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - bioscience - - fire - - gap landcover - - habitat - - overview - - vegetation - - wildfire -date: 2011-10-19 15:24:03 -0600 -title: Bioscience Overview -categories: [] ---- -{% include table_overview.html name="Bioscience" %} - - - Beaver Restoration - Assessment - map data - US Fish and Wildlife Service - The Utah statewide Beaver Restoration Assessment Tool (BRAT) is a decision support and planning tool for beaver - management. The backbone to BRAT is a capacity model developed to assess the upper limits of riverscapes to - support beaver dam-building - activities. Both existing and potential capacity were estimated with readily available spatial datasets to - evaluate five key lines of evidence: 1) a perennial water source, 2) availability of dam building materials, 3) - ability to build a dam - at baseflow, 4) likelihood of dams to withstand a typical flood, and 5) likelihood that stream gradient would - limit or completely eliminate dam building by beaver. Fuzzy inference systems were used to combine these lines of - evidence while accounting - for uncertainty. - - - Dominant Vegetation - map data - Utah Division of Wildlife Resources (DWR) - Statewide distribution of dominant vegetation species in Utah. The data were derived from 1:24,000 scale - orthophoto quadrangles, 1:40,000 scale aerial photos and field mapping by the Utah Division of Wildlife Resources - (approximate date Jan. 2001). Explore the companion the domain codes - dataset to make sense of the codes. - - - GAP Landcover Classification (Raster) - map data and map services - USGS GAP Analysis Program, USU RS/GIS Lab - Landcover classification for the State of Utah for the purposes of regional terrestrial biodiversity - assessment.
Visit swregap.org for all of the documents and downloads. - - - DWR Habitat - Areas - map data - DNR, Utah Division of Wildlife Resources (DWR) - Habitat areas for game species of Utah and generalized occurrence data for habitat areas of protected species. - - - - -

Related Data

- diff --git a/data/boundaries/citycountystate/index.html b/data/boundaries/citycountystate/index.html deleted file mode 100644 index d92055e8c3..0000000000 --- a/data/boundaries/citycountystate/index.html +++ /dev/null @@ -1,201 +0,0 @@ ---- -author: - display_name: M Heagin - email: mheagin@utah.gov -tags: - - boundaries - - cities - - counties - - data -date: 2011-09-07 23:56:02 -0600 -categories: [] -MetroTownships: - hub: - name: Utah Metro Townships - item_id: 103c6dc6764747079919c20927f40a9f - updates: - - Update to Magna Metro Township October 2018 - - Updates to this dataset are published as needed. - opensgid: - table: boundaries.metro_townships -StateBoundary: - hub: - name: Utah State Boundary - item_id: 8344c33ec2114341a59c4c1d72bcf38a - updates: - - July 2014 Adjusted to newest CadNSDI v2 PLSS-GCDB; biggest shift along Wyoming & Summit County line (47 ft) - - November 2011 - - March 2011 ---- -
- Municipal Boundaries -
Municipal boundaries sample
-
-{% include abstract.html -name="City, County, and State Boundaries" -stewards="UGRC, State and Local Government Partners" -webapp="https://www.arcgis.com/home/webmap/viewer.html?webmap=e2e0430f97114c3aa958262fa5e3e6ed" -abstract="This dataset contains mapping data representing the state, county, municipal, and metro township boundaries -for Utah." %} -
-
-

Municipal Boundaries

-
-
- MunicipalBoundaries -

Municipal Boundaries is a multi-purpose statewide dataset of municipal boundaries for cartography and approximate - boundary identification.

-

Municipal Boundaries are maintained by UGRC with the help of many state, county, and local entities. Changes and - updates are through certification by the Lt. Governor’s Office sent in by City and County Recorders offices. All - features are adjusted to the current Geographic Coordinate Database (GCDB) points.

-

Data developed with coordinate geometry (COGO) from legal descriptions were used. When necessary the data was - adjusted to conform to known physical features. This dataset does not represent exact legal boundaries, but, - rather a set of boundaries used for the administrative purposes that conforms to logical & administrative - rules (e.g. no two cities or redevelopment areas may cover the same geographic extent).

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision).

-

There are no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute - content to: State of Utah, SGID.

-

The municipal boundary dataset is maintained by UGRC in partnership with state and local government.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.boundaries %}

-
-
-
- {% include fa_icon.html download=true lower=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Downloads and Web Services
-
-
-
    - {% include downloads.html name="Utah Municipal Boundaries" item_id="543fa1f073714198a3dbf8a292bdf30c" %} -
-
-
-
-
- {% include fa_icon.html calendar=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Updates
-
-
-

Updates to this dataset are published at a monthly interval or as needed.

- -
-
-
-
-
-

Metro Townships

-
-
- MetroTownships -

MetroTownships is a multi-purpose statewide dataset of metro townships boundaries for cartography and approximate - boundary identification.

-

MetroTownships represent unincorporated locations where the residents don't want to be part of an incorporated - municipality but do want some say in how they are governed. They are maintained by UGRC with the help of many - state, county, and local entities. Changes and updates are through certification by the Lt. Governor’s Office sent - in by City and County Recorders offices. All features are adjusted to the current Geographic Coordinate Database - (GCDB) points.

-

Data developed with coordinate geometry (COGO) from legal descriptions were used. When necessary the data was - adjusted to conform to known physical features. This dataset does not represent exact legal boundaries, but, - rather a set of boundaries used for the administrative purposes that conforms to logical & administrative - rules (e.g. no two cities or township areas may cover the same geographic extent).

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are - no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute content to: - State of Utah, SGID. The metro townships boundary dataset is maintained by UGRC in partnership with state and - local government.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.boundaries %}

-
- {% include packagedata.html name="MetroTownships" info=page.MetroTownships %} -
-
-
-

County Boundaries

-
-
- County Boundaries -

County Boundaries is a multi-purpose statewide dataset of county boundaries for cartography and approximate - boundary identification. Includes July 2012 major update of Millard and Juab counties.

-

County Boundaries are maintained by UGRC with the help of many state, county, and local entities. Changes and - updates are through certification by the Lt. Governor’s Office sent in by City and County Recorders offices.

-

Data developed with coordinate geometry (COGO) from legal descriptions were used. When necessary the data was - adjusted to conform to known physical features. This dataset does not represent exact legal boundaries, but, - rather a set of boundaries used for the administrative purposes that conforms to logical & administrative - rules.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). The - county boundary dataset is is maintained by UGRC in partnership with state and local government.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.boundaries %}

-
-
-
- {% include fa_icon.html download=true lower=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Downloads and Web Services
-
-
-
    - {% include downloads.html name="Utah County Boundaries" item_id="90431cac2f9f49f4bcf1505419583753" %} -
-
-
-
-
- {% include fa_icon.html calendar=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Updates
-
-
-
    -
  • November 2020 (Davis - and Weber Counties Adjust Shared Boundary) -
  • July 2014 Adjusted to newest CadNSDI v2 PLSS-GCDB; minor adjustments 10 ft to 40 ft all in non-populated - areas. -
  • July 2012 Juab and Millard Counties Adjust Shared Boundary -
  • November 2011 -
  • March 2011 -
-
-
-
-
-

Utah State Boundary

-
-
- Utah -

Utah State Boundary is a dataset of the Utah state boundary.

-

Utah State Boundary is maintained by UGRC with the help of many state, county, and local entities. Changes and - updates are through certification by the Lt. Governor’s Office sent in by City and County Recorders offices. All - features are adjusted to the current Geographic Coordinate Database (GCDB) points.

-

Data developed with coordinate geometry (COGO) from legal descriptions were used. When necessary the data were - adjusted to conform to known physical features. This dataset does not represent exact legal boundaries, but, - rather a set of boundaries used for the administrative purposes that conforms to logical & administrative - rules.

-

In addition to the boundary of the state of Utah this dataset contains another larger boundary around the state - that can be used for cartographic purposes to mask other data layers that extend past the boundary of the state. - The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). The state - boundary dataset is is maintained by UGRC in partnership with state and local government.

-
- {% include packagedata.html name="StateBoundary" info=page.StateBoundary %} -
diff --git a/data/boundaries/conservation-districts/index.html b/data/boundaries/conservation-districts/index.html deleted file mode 100644 index 40797500ef..0000000000 --- a/data/boundaries/conservation-districts/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - data -date: 2011-09-19 09:35:26 -0600 -categories: [] -ConservationDistricts: - hub: - name: Utah Conservation Districts - item_id: 9c41b6d6ce7346858ed0ea0dc7727c13 - updates: - - November 2022 - - 2000 -ConservationZones: - hub: - name: Utah Conservation Zones - item_id: 355fe28d943e49e7a400ac1fb2140413 - updates: - - 2000 ---- -
- conservation_soils -
Conservation Districts and Zones
-
-{% include abstract.html -name="Soil Conservation Districts and Zones" -stewards="UDAF" -abstract="This dataset contains GIS mapping data pertaining to the soil conservation district and zone boundaries -created by the Utah Department of Agriculture and Food (UDAF)." %} -
-
-

Conservation Districts

-
-
- Conservation Districts -

This dataset shows the Conservation District (formerly Soil Conservation District) boundaries in the state of - Utah. This dataset was created to update district and zone boundaries to conform to the boundary descriptions as - approved by the Utah Soil Conservation Commission.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). This - dataset is maintained by the Utah Department of Agriculture and Food (UDAF) in cooperation with UGRC.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="ConservationDistricts" - info=page.ConservationDistricts %} -
-
-
-

Conservation Zones

-
-
- Conservation Zones -

This dataset shows the Conservation District (formerly Soil Conservation District) zone boundaries in the state - of Utah. This dataset was created to update district and zone boundaries to conform to the boundary descriptions - as approved by the Utah Soil Conservation Commission.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are - no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute content to: - State of Utah. This dataset is maintained by the Utah Department of Agriculture and Food (UDAF) in cooperation with UGRC.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="ConservationZones" - info=page.ConservationZones %} -
diff --git a/data/boundaries/index.html b/data/boundaries/index.html deleted file mode 100644 index 4e89f3dfb9..0000000000 --- a/data/boundaries/index.html +++ /dev/null @@ -1,115 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - boundaries - - data - - overview -date: 2011-09-06 15:47:24 -0600 -title: Boundary Data Overview -categories: [] ---- -{% include table_overview.html name="Boundary" %} - - - BLM National Monuments and - Conservation Areas - map data - BLM - BLM National Monuments and Conservation Areas. Includes current Bears Ears and Grand Staircase Escalante - National Monument boundaries as of the Biden Administration. - - - City, County and State Boundaries - map data - UGRC - Utah city (municipal), county, and state boundaries - - - State House, State Senate, - State School Board & Congressional Districts - map data - UGRC - New 2022-2023 Utah State House, Senate, School Board and U.S. Congressional Districts. These districts take - affect in the fall 2022 elections. - - - Inland Port Authority - Boundary - map data - UGRC - Utah Inland Port Authority Boundary as described in House Bill 2001 - - - Judicial Districts - map data - UGRC - Judicial Districts, or District Court Districts, are state trial courts of general jurisdiction. There are 71 - full-time district judges serving in the state's eight judicial districts. - - - Land Ownership - map data - SITLA - Statewide land ownership categories. - - - Parcels - map data - UGRC - Parcel boundaries and information - - - PLSS / GCDB - map data - UGRC - Public Lands Coordinate System / Geographic Coordinate Database - - - School Districts - map data - UGRC - School district boundaries - - - Soil Conservation Districs and Zones - - map data - UGRC & USDA-NRCS - Soil conservaions districts and zones. - - - Voter Precincts - map data - UGRC, Lt. Governor's Office - Voting precinct and sub precinct areas, also known as VISTA ballot areas. - - - Wilderness and Protected Land Boundaries - map data - UGRC - Wilderness boundaries including BLM re-inventory and suitability, WSAs, roadless inventory and existing - wilderness. - - - Zip Codes - map data - UGRC - Zip code boundaries - - - -

Other Boundary Data

- -

Related Data

- diff --git a/data/boundaries/school-districts/index.html b/data/boundaries/school-districts/index.html deleted file mode 100644 index 0977d37f95..0000000000 --- a/data/boundaries/school-districts/index.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -author: - display_name: M Heagin - email: mheagin@utah.gov -tags: - - boundaries - - school districts - - schools -date: 2011-11-18 11:59:47 -0700 -categories: [] -SchoolDistricts: - hub: - name: Utah School District Boundaries - item_id: 3e69ecf5c46a492aa9974f6fa03d1378 - updates: - - March, 2017 - - September 2017 ---- -
- School District Boundaries -
School District Boundaries
-
-{% include abstract.html -name="School Districts" -stewards="UGRC" -webapp="https://www.arcgis.com/home/webmap/viewer.html?webmap=f776908620be4604bfa5f96f5df5ebcb" -abstract="School Districts represents external school district boundaries in Utah." %} -
-
-

School District Boundaries

-
-
-

School Districts in Utah.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="SchoolDistricts" - info=page.SchoolDistricts %} -
diff --git a/data/boundaries/wilderness/index.html b/data/boundaries/wilderness/index.html deleted file mode 100644 index 2b5b354e44..0000000000 --- a/data/boundaries/wilderness/index.html +++ /dev/null @@ -1,183 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - boundaries - - wilderness -date: 2011-09-08 14:58:25 -0600 -categories: [] -WildernessBoundaries: - hub: - name: Utah Wilderness Areas - item_id: 61aa9c31ec96412480f99990d5668a98 - updates: - - 2020 - Emery County wilderness areas added - - 2009 - Washington County wilderness areas created - - 2006 - BLM wilderness created in the Cedar Mountains (Tooele County) -USForestServiceRoadlessInventory: - hub: - name: Utah USFS Roadless Inventory - item_id: a4a2f064846b4981824ffb2246b050c9 - updates: - - Updates to this dataset are published by the USFS -BLMWildernessStudyAreas: - hub: - name: BLM Wilderness Study Areas for Utah - item_id: abd5d645b0e144558d0ab15e1f043490 - updates: - - 1991 -BLM1998WildernessReinventory: - hub: - name: Utah Wilderness BLM 98 Reinventory - item_id: 100c91969f42465aba4be03065a6c659 - updates: - - 2001 -BLMWildernessSuitability: - hub: - name: Utah Wilderness BLM Suitability - item_id: 0edc4466143e4c57960e9eb5df05f233 - updates: - - 1991 ---- -
- Wilderness Boundary -
Wilderness Boundary
-
-{% include abstract.html -name="Wilderness, Roadless and WSA Boundaries" -stewards="UGRC, BLM, U.S. Forest Service and SITLA" -abstract="This dataset contains GIS mapping data pertaining to wilderness boundaries including BLM re-inventory and -stability, WSAs, National Forest inventoried roadless areas and existing federally designated wilderness." %} -
-
-

Wilderness Boundaries

-
-
- Wilderness -

This data represents the combined BLM and USFS wilderness areas of Utah. Wilderness areas from the BLM National - Lands Conservation System (NLCS) were merged with U.S. Forest Service wilderness areas in the National Wilderness - Preservation System, preserving the polygon geometry and the name attributes only. The complete BLM and USFS data - can be found at:

- -
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="WildernessBoundaries" - info=page.WildernessBoundaries %} -
-
-
-

U.S. Forest Service Roadless Inventory

-
-
- Roadless -

The USFS Roadless Inventory dataset contains all the National Forest Inventoried Roadless Areas. The IRA data was - originally submitted to GSTC (Geometronics Service and Technical Center) by all the national forests through their - Regional Office for the Forest Service's Roadless Area Conservation Initiative. The data was consolidated at the - GSTC and used the Draft Environment Impact Statement. Between the draft and final states of the Environmental - Impact Statement, the data was updated by the forests to reflect any corrections to Inventories Roadless Areas - that were based on their existing forest plan. The data was also supplemented to include Special Designated Area - information and to include Inventories Roadless Areas with Special Designated Areas. The data was resubmitted to - the GSTC on July 21, 2000 for consolidation and the completed coverage was used in the Roadless Area Conservation - Final Environmental Impact Statement. IRAs are based on completed forest plans, forest plans in revision where the - agency has established an inventory (this information should be available in Appendix C of most foret plans) or - other assessments that are completed and adopted by the agency. RARE II information was used in cases where a - forest does not have a more current roadless inventory that was established using RARE II information.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are - no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute content to: - State of Utah, SGID. The dataset is maintained by the United States Forest Service.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="USForestServiceRoadlessInventory" - info=page.USForestServiceRoadlessInventory %} -
-
-
-

BLM Wilderness Study Areas (WSAs)

-
-
- WSAs -

The Wilderness BLM WSAs dataset contains all the BLM Wilderness Study Areas (WSAs). It also identifies lands that - are not WSAs but were administratively endorsed for wilderness by the BLM in the 1991 wilderness study reports - sent to the President and Congress. It also identifies acquired lands that are not WSAs, but are managed as if - they were WSAs as a result of congressional direction.

-

This layer is generally used for WSA identification and management, planning, and case-by-case actions where NEPA - documentations is prepared. The data was digitized at the BLM Utah State Office from 1:24,000 USGS quadrangle - paper maps using MOSS ADS. This data was also integrated with GCDB, Transportation, and Hydrography at 1:24,000 - scale.

-

There are no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute - content to: State of Utah, SGID. The dataset is maintained by the United States Forest Service.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="BLMWildernessStudyAreas" - info=page.BLMWildernessStudyAreas %} -
-
-

BLM 1998 Wilderness Reinventory

-
-
- Reinventory -

The Wilderness BLM98 Reinventory dataset represents the 1998 Bureau of Land Management (BLM) Wilderness - Characteristics Inventory. It represents the BLM's inventory of areas that have Wilderness Characteristics. The - data set is at 1:24,000. The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter - coordinate precision). There are no constraints or warranties with regard to the use of this dataset. Users are - encouraged to attribute content to: State of Utah, SGID. The dataset is maintained by the United States Forest - Service.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="BLM1998WildernessReinventory" - info=page.BLM1998WildernessReinventory %} -
-
-
-

BLM Wilderness Suitability

-
-
- Suitability -

The Wilderness BLM Suitability data layer identifies which WSAs or portions of WSAs were recommended to - Congress as suitable for wilderness designation. This layer is used as an historical reference only. This layer - shows lands that was recommended to the President and Congress for wilderness designation as a result of the - FLPMA Section 603 wilderness review mandate.

-

Do not use this layer for WSA identification and management, planning, or for case-by-case actions where - National Environmental Policy ACT (NEPA) documentation is prepared.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There - are no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute - content to: State of Utah, SGID. The dataset is maintained by the United States Forest Service.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="BLMWildernessSuitability" - info=page.BLMWildernessSuitability %} -
diff --git a/data/boundaries/zip-codes/index.html b/data/boundaries/zip-codes/index.html deleted file mode 100644 index 2b14046c1d..0000000000 --- a/data/boundaries/zip-codes/index.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - boundaries - - zip codes -date: 2011-09-08 14:56:18 -0600 -title: Zip Codes -categories: [] -ZipCodeBoundaries: - hub: - name: Utah ZIP Code Areas - item_id: 4f9d1d1301864f8cabef08cbae7b2d3c - updates: - - April, 2022 - Improved boundaries in Davis county - - November, 2019 - Added 84765 polygon for Motoqua in Washington County - - January, 2019 - Added 84059 zip code in Utah County - - February, 2016 - Updated 84321, 84235, 85326, 84332, 84339 - - July, 2015 - Split the 84095 (South Jordan) zip code along the Bangerter Hwy to create the new zip code 84009 (South Jordan) - - January, 2015 - Improvements were made to 84773 (Teasdale) and 84775 (Torrey) - - January, 2015 - Adjusted the 84747 (Loa) and 84716 (Boulder) zip code boundaries to follow the address grid quadrant boundaries ---- - -
- Zip Codes -
Zip Codes
-
-{% include abstract.html name="Zip Codes" stewards="UGRC" abstract="This dataset -contains the estimated geographic extents for all five digit zip codes in Utah -that are not P.O. box only." %} -
-
-

Zip Code Boundaries

-
-
- Zip Codes -

- Zip Codes Boundaries represent an ongoing effort to approximate the - geographic extents of five digit zip codes. The dataset was produced using - a combination of methods and is based on several sets of source data. - Editing methods include: -

-
    -
  1. - Using local zipcode polygon data obtained from counties and cities. -
  2. -
  3. - Identifying place locations (cities, towns, populated areas, etc.) from - the postal service website and address information system (AIS) and - building zipcode boundaries around these places. -
  4. - -
  5. Using the 2000 Census TIGER line file’s zip code attributes.
  6. -
- -

- In addition, UGRC has used the locations of mailing addresses known to be - valid to fine tune this dataset. The native spatial reference for this - dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There - are no constraints or warranties with regard to the use of this dataset. - Users are encouraged to attribute content to: State of Utah, SGID. -

- -
Related Resources
- - -

- {% include contact.html subject=page.title - contact=site.data.contacts.zip_codes %} -

-
- {% include packagedata.html name="ZipCodeBoundaries" - info=page.ZipCodeBoundaries %} -
diff --git a/data/cadastre/index.html b/data/cadastre/index.html deleted file mode 100644 index c9d109fcbc..0000000000 --- a/data/cadastre/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -tags: - - cadastre - - data - - overview -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2011-09-06 15:39:19 -0600 -title: Cadastre Data and Services Overview -categories: [] ---- -{% include table_overview.html name="Cadastre" %} - - - Parcels - map data - UGRC - Parcel boundaries and information - - - PLSS / GCDB - map data - UGRC - Public Lands Coordinate System / Geographic Coordinate Database - - - Land Ownership - map data - SITLA - Statewide land ownership categories - - - GPS Reference Network - network - UGRC - RTK GPS reference network - - - -

Other Cadastre Data

- -

Related Data

- diff --git a/data/cadastre/land-ownership/index.html b/data/cadastre/land-ownership/index.html deleted file mode 100644 index b5fc5cb953..0000000000 --- a/data/cadastre/land-ownership/index.html +++ /dev/null @@ -1,240 +0,0 @@ ---- -tags: - - cadastre - - designations - - land ownership - - ownership -author: - display_name: UGRC Staff -date: 2011-11-18 10:20:13 -0700 -categories: [] -LandOwnership: - downloads: - - url: https://trust-lands-open-data-gcp-sitla.hub.arcgis.com/datasets/2f59731608274691922d2d16bde2404f_0/explore?location=39.472880%2C-111.547246%2C8.13 - label: 'Land Ownership: Downloads' - updates: - - October 25, 2023 ---- -
- Land Ownership Map -
Land Ownership
-
-{% capture abstract %} -Cadastre.LandOwnership feature class depicts land ownership status and areas of responsibility for the State of Utah -surface lands at a scale of 1:24,000. Maintenance of this data layer is performed by a cooperative federal and state -effort between the Bureau of Land Management (BLM) and the State of Utah School and Institutional Trust Lands -Administration (SITLA). Cadastre.LandOwnership is a statewide dataset of land ownership status, and therefore is a -compilation of all surface land ownership administration, and designation categories. Both the Utah School and -Institutional Trust Lands Administration (SITLA) and the Bureau of Land Management (BLM) update this dataset regularly. -Revisions of the dataset are made available weekly. SITLA publishes a feature - service via their ArcGIS Server. Standard colors are recommended when displaying this feature class. A layer file -containing the standard color scheme is available by contacting SITLA GIS staff directly by {% include contact.html -subject=page.title contact=site.data.contacts.sitla hide-punctuation=true text='contacting' %}, or visiting https://trustlands.utah.gov. -{% endcapture %} - -{% include abstract.html -name="Land Ownership" -stewards="SITLA, BLM, & Partners" -abstract=abstract %} -
-
-

Land Ownership

-
-
-

Users are strongly encouraged to familiarize themselves with the data content in the fields named: - OWNER, OWNERAGENCY, ADMIN, DESIG, and the two label fields as - values from these fields can be used to select subsets for display or analysis (see example layers below).

-

{% include contact.html subject=page.title contact=site.data.contacts.sitla %}

-
Related Resources
- -

Important descriptive attribute fields listed with valid values or, a short description of features with 'name' - label attributes and examples.

-
OWNER
-

The physical Owner of the parcel of land

-
    -
  • Federal (Owned by The United States of America) -
  • Private (Private, County, City or Town Ownership) -
  • State (Owned by the State of Utah) -
  • Tribal (Native American Tribal Ownership) -
-
OWNER AGENCY
-

The physical Agency who is responsible for the parcel ownership, OWNER AGENCY may differ from ADMIN if the - agency is NOT the administrator of the parcel

-
    -
  • BLM (US Bureau of Land Management) -
  • BR (US Bureau of Reclamation) -
  • DNR (State of Utah Department of Natural Resources) -
  • DOD (US Department of Defense) -
  • DOE (US Department of Energy) -
  • NPS (US National Park Service) -
  • OS (Other State Agency, State Facilities, and others state holdings) -
  • OF (United States Other Federal Land may include any of the following: AEC, BOM, FAA, GSA, or others) -
  • Private (Privately held properties, including City, County and Non-Profit) -
  • SITLA (State of Utah School and Institutional Trust Lands Administration) -
  • Tribal (Tribal Lands) -
  • UDOT (State of Utah Department of Transportation) -
  • USFS (US Forest Service) -
  • USFWS (US Fish and Wildlife Service) -
-
ADMIN
-

-
    -
  • BLM (US Bureau of Land Management) -
  • BR (US Bureau of Reclamation) -
  • DOD (US Department of Defense) -
  • DOE (US Department of Energy) -
  • NPS (National Park Service) -
  • OS (State of Utah, Other holdings) -
  • Private (Privately held properties) -
  • SITLA (School and Institutional Trust Lands Administration) -
  • FFSL (Utah DNR - Div. of Forestry, Fire & State Lands) -
  • Tribal (Tribal lands) -
  • UDWR (Utah DNR - Div. of Wildlife Resources) -
  • UDOT (Utah Department of Transportation) -
  • USFS (US Forest Service) -
  • USFWS (US Fish and Wildlife Service) -
  • USP (Utah DNR - State Parks) -
-
DESIG
-

Describes the "Type" of Land Use or Designation. This field characterizes general land management - designations for parcels of land and describes how, or for what use the land is to be managed (ex: Designated as - Wilderness, National Park, State Park). This field can accommodate, if necessary, further withdrawals, leases, - or permits designated by the ADMIN. E.g. If the USFS places a withdrawal on a parcel, i.e. for wilderness - designation, the DESIG field can be used to account for this case. However, only a single designation can be - addressed in the DESIG field; we cannot account for multiple withdrawals, leases, or permits on a parcel in this - data standard. The data steward or editor must decide the most pertinent information to describe in the - DESIG field.

-
    -
  • Bankhead Jones (Federal lands (BLM and USFS) acquired under the Bankhead-Jones Farm Tenant Act) -
  • Conservation Lands (Land that is being protected, through outright purchase or the purchase of development - rights. Easements are held by private non-profit organizations, municipalities and fed or state agencies.) -
  • Indian Reservation (Indian Reservations and/or Native American Tribal Lands) -
  • Military (Military Reservations and Corps of Engineers) -
  • N/A (No specified designation) -
  • National Forest (US National Forest) -
  • National Historic Site (US National Historic Site) -
  • National Monument (US National Monument) -
  • National Park (US National Park) -
  • National Recreation Area (US National Recreation Area) -
  • National Wildlife Refuge (US National Wildlife Refuge) -
  • Other (Designation not specified in detail) -
  • Parks and Recreation (Parks and Recreation Areas) -
  • Primitive Area (US Primitive Area) -
  • Public Water Reserve (US Public Water Reserve) -
  • Reclamation Withdrawl (US Reclamation Withdrawl) -
  • Repository (US Repository) -
  • State Sovereign Land (Sovereign Land consists of the beds of Utah's navigable rivers and lakes) -
  • State Trust Land (State of Utah School and Institutional Trust Lands Administration (SITLA) is an independent - agency of state government. It was created in 1994 by the Utah state legislature to manage lands granted to the - state of Utah by the United States for the support of public schools and other beneficiary institutions.) -
  • Wilderness (Congressionally Designated Wilderness) -
  • Wildlife Reserve/Management Area (Federal, State, Private or Tribal Designated Wildlife Areas) -
-
LABEL_FEDERAL
-

Administrative names for identifying State Lands, including State Parks, Wildlife Areas, State Trust Lands - Administrative Blocks and Sovereign Lands and the Private Lands within each proclamation boundary, where - applicable

-

This field contains label text if the feature is a:

-
    -
  • Federal Bird Refuge -
  • Federal Military installation -
  • USFS National Forest (and corresponding districts) -
  • National Historic Site -
  • National Monument -
  • National Park (and corresponding units) -
  • National Recreation Area -
  • Federal Primitive Area -
  • Tribal Land or Reservation -
  • Congressionally Designated Wilderness Area -
-

Examples: Arches National Park (Klondike Bluffs), Canyonlands National Park (The Needles District), Dugway - Proving Grounds US Army, Fish Springs National Wildlife Refuge, Grand Gulch Primitive Area, Uinta National - Forest (Mount Nebo Wilderness Area), White Mesa Ute Tribal Lands

-
LABEL_STATE
-

Administrative names for identifying State Lands, including State Parks, Wildlife Areas, State Trust Lands - Administrative Blocks and Sovereign Lands and the Private Lands within each proclamation boundary, where - applicable

-

This field contains label text if the feature is a:

-
    -
  • State Fish Hatchery -
  • School and Institutional Trust Lands Administration (SITLA) Block -
  • State Park -
  • State Wildlife Area -
-

Examples: 9-Mile State Wildlife Area, Dead Horse Point State Park, State Trust Lands Book Cliffs Block, - Whiterocks Fish Hatchery

-

Shape_area field is in square meters.

-
- {% include packagedata.html name="LandOwnership" info=page.LandOwnership %} -
-
-
-

Land Ownership Subset Query Examples

-
-
-

The following land ownership-related data layers can easily be derived from Cadastre.LandOwnership by using - subset (definition) queries to select a specific set of features:

-

Federal Land ownershipLand owned by the Federal Government. This - includes land administered by the US Bureau of Land Management, the US Bureau of Reclamation, the US Department of - Defense, the US Department of Energy, the US National Park Service, the Utah State Department of Wildlife - Resources, the US Forest Service, the US Fish and Wildlife Service and, in some cases, the Utah State Department - of State Parks.

-

To work with only federal lands, specify a SELECT Where Clause of: OWNER = 'Federal'

- -

BLM Land ownershipBureau of Land Management (BLM). The BLM has a multi-use mission. Land uses - include energy development, livestock grazing, recreation, and timber harvesting, while protecting a wide array of - natural, cultural, and historical resources.

-

To work with only BLM administered lands (may be different than BLM-owned lands), specify a SELECT Where Clause - of: ADMIN = 'BLM'

- -

National Parks and Monuments land ownershipNational Parks and Monuments. - There are five national parks in Utah and seven national monuments in Utah.

-

To work with only National Parks and Monuments (Grand Staircase Escalante NM is administered by the BLM), specify - a SELECT Where Clause of: - (ADMIN = 'NPS' or ADMIN = 'BLM') and (DESIG = 'National Park' or DESIG = 'National Monument')

-

To work with all National Park Service Parks, Monuments, & Recreation areas specify a SELECT Where Clause of: - ADMIN = 'NPS'

-

Private land ownershipPrivate land. In this subset, all non-public - lands are assumed private. Private land includes town, city, and county held properties.

-

To work with only Privately* held lands, specify a SELECT Where Clause of: OWNER = 'Private'

-

* Note that lands designated as private may include land currently held by local and other government - agencies, not considered to be part of the public lands inventory.

- -

State Trust land ownership School and Institutional Trust Lands Administration - (SITLA). SITLA is an independent agency of Utah State government. It was created in 1994 by the Utah - State Legislature to manage lands granted to the State of Utah by the United States for the support of public - schools and other beneficiary institutions.

-

To work with only land held by the State of Utah School and Institutional Trust Lands Administration (SITLA), - specify a SELECT Where Clause of: - OWNER AGENCY = 'SITLA' -

- -

Tribal land ownershipNative American Tribal Land.

-

To work with only Tribal lands* specify a SELECT Where Clause of: Owner = 'Tribal'

-

* Note, some private land held by tribes may not be reflected.

- -

Wilderness land ownership Wilderness. Congressional designated - wilderness (BLM and US Forest Service)

-

To work with only formally designated wilderness areas (USFS and BLM), specify a SELECT Where Clause of: - DESIG = 'Wilderness' -

-
-
diff --git a/data/cadastre/parcels/index.html b/data/cadastre/parcels/index.html deleted file mode 100644 index eaf8200c43..0000000000 --- a/data/cadastre/parcels/index.html +++ /dev/null @@ -1,389 +0,0 @@ ---- -tags: - - cadastre - - parcels -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2011-09-07 16:17:52 -0600 -categories: [] ---- -
- Parcels -
-{%- capture abstract -%} -Utah parcel data contains GIS mapping data representing parcel boundaries. UGRC has parcel data for all 29 Utah counties. Some -counties are more complete than others. In addition to the polygon geometry various attributes are provided. Users should be aware the owner -type field OWN_TYPE in the Basic Parcel polygons is a very generalized ownership type (Federal, Private, State, -Tribal) and is populated with the value of the OWNER field where the parcel's centroid intersects the Land Ownership polygon layer. -{%- endcapture -%} - -{% include abstract.html -name="Utah Parcel Data" -stewards="UGRC and Local Government" -webapp="https://parcels.utah.gov" -abstract=abstract %} - -

While addresses are provided with the parcel boundaries the authoritative dataset for addresses from UGRC - is the Address Points layer.

-
-
-

Utah Basic Parcels

-
-
- Parcels -

Parcels_{County name} are datasets for cartography and approximate boundary identification.

-

In 2005, HB113 was passed requiring the UGRC Cadastral Surveyor to work with local government to create a parcel - database for the State. -

-

63A-16-505.(3)(vi) coordinate with county recorders and surveyors to create a statewide parcel layer in - the State Geographic Information Database (SGID) containing parcel boundary, parcel identifier, parcel address, - owner type, and county recorder contact information.
-

-

The SGID contains county parcel data for each of the 29 counties in Utah and is updated as new data is provided - from the data steward in each county. A statewide parcel dataset is available from - AGOL and - UGRC Open Data site in addition to vector tiles - with labels and - without labels.

-

Parcel polygons contain attributes unique to each parcel such as a unique parcel number (PARCEL_ID), - address for the parcel (PARCEL_ADD, PARCEL_CITY, PARCEL_ZIP), update - information (ParcelsCur, ParcelsRec, ParcelsPub, ParcelYear, - ParcelNotes), a generalized land ownership designation (OWN_TYPE), and the phone number - for the county recorders office (RECORDER). -

-

This data when possible is updated twice a year with the newest data available from the counties. Some counties - along the Wasatch Front are updated monthly when possible.

-

There are no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute - content to: State of Utah, SGID.

-

{% include contact.html subject=page.title contact=site.data.contacts.parcels %}

-
-
-
- {% include fa_icon.html download=true lower=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Downloads
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CountyBasic ParcelsLIR ParcelsMore Information
BeaverJune 20232023county - website
Box ElderOctober 20232020county parcel web app
CacheSeptember 20232022county parcel web app
CarbonOctober 20232023county parcel web app
DaggettJune 20212021county parcel web app
DavisDecember 20232023county parcel web app
DuchesneMarch 20192023county parcel web app
EmeryJune 20232023county - website
GarfieldOctober 20222023county - website
GrandJanuary 20242023county parcel web app
IronSeptember 20232023county parcel web app
JuabMay 20232023county parcel search
KaneNovember 20232022county parcel search
MillardAugust 20222023county parcel web app
MorganDecember 20232023county - website
PiuteApril 20232023county parcel web app -
RichDecember 20212020county - website
Salt LakeDecember 20232023county parcel web app
San JuanMay 20142023county - website
SanpeteOctober 20152017county website -
SevierNovember 20232018county parcel web app
SummitJuly 20232022county parcel web app
TooeleNovember 20232023county parcel web app
UintahMarch 2022county - website
UtahJanuary 20242023county parcel web app
WasatchMay 20232022county parcel web app
WashingtonJanuary 20242023county parcel web app
WayneJuly 20102018county - website
WeberDecember 20232023county parcel search
LIR Parcels - Archive
- -
-
-
-
- {% include fa_icon.html calendar=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Updates
-
-
-
    -
  • January 2024 - Grand, Utah, Washington -
  • December 2023 - Davis, Morgan, Salt Lake, Utah, Washington, Weber -
  • November 2023 - Davis, Grand, Kane, Salt Lake, Sevier, Tooele, Utah, Washington, Weber -
  • October 2023 - Box Elder, Carbon, Davis, Utah, Washington -
  • September 2023 - Davis, Cache, Iron, Kane, Salt Lake, Utah, Washington, Weber -
  • August 2023 - Davis, Salt Lake, Tooele, Utah, Washington, Weber -
  • July 2023 - Box Elder, Davis, Summit, Utah, Washington, Weber -
  • June 2023 - Beaver, Davis, Emery, Kane, Salt Lake, Utah, Washington, Weber -
  • May 2023 - Cache, Davis, Juab, Kane, Morgan, Salt Lake, Tooele, Utah, Wasatch, Washington, Weber -
  • April 2023 - Carbon, Davis, Piute, Salt Lake, Utah, Washington -
  • March 2023 - Box Elder, Davis, Iron, Kane, Utah, Washington -
  • February 2023 - Cache, Davis, Tooele, Utah, Washington, Weber -
  • January 2023 - Carbon, Davis, Kane, Utah, Wasatch, Washington, Weber -
  • December 2022 - Davis, Grand, Morgan, Salt Lake, Tooele, Utah, Washington, Weber -
  • November 2022 - Davis, Utah, Washington, Weber -
  • October 2022 - Carbon, Davis, Garfield, Iron, Salt Lake, Utah, Washington, Weber -
  • September 2022 - Box Elder, Davis, Kane, Morgan, Salt Lake, Utah, Washington, Weber -
  • August 2022 - Cache, Davis, Millard, Summit, Tooele, Utah, Washington, Weber -
  • July 2022 - Box Elder, Carbon, Davis, Iron, Kane, Salt Lake, Utah, Washington, Weber -
  • June 2022 - Beaver, Davis, Emery, Salt Lake, Tooele, Utah, Wasatch, Washington -
  • May 2022 - Davis, Morgan, Utah, Washington, Weber -
  • April 2022 - Davis, Salt Lake, Utah, Wasatch, Washington, Weber -
  • March 2022 - Box Elder, Davis, Garfield, Iron, Kane, Uintah, Utah, Washington, Weber -
  • February 2022 - Davis, Grand, Kane, Summit, Utah, Wasatch, Washington, Weber -
  • January 2022 - Davis, Utah, Washington, Weber -
-
-
-
-
-
-

Utah Land Information Record Parcels

-
-
- Parcels -

Parcels_{County name}_LIR are datasets for cartography and approximate boundary identification.

-

The Land Information Record Parcels (LIR) contain GIS mapping data representing parcel boundaries and county tax - roll attributes. UGRC has Land Information Record Parcels for some of the counties in Utah. Since each County has - its own database and process for maintaining tax year assessment information, users should expect some variability - in each County's LIR dataset.

-

In addition to the polygon geometry the attributes COUNTY_NAME, COUNTY_ID, - ASSESSOR_SRC, BOUNDARY_SRC, DISCLAIMER, CURRENT_ASOF, - PARCEL_ID, SERIAL_NUM, PARCEL_ADD, PARCEL_CITY, - TAXEXEMPT_TYPE, TAX_DISTRICT, TOTAL_MKT_VALUE, LAND_MKT_VALUE, - PARCEL_ACRES, PROP_CLASS, PRIMARY_RES, HOUSE_CNT, - SUBDIV_NAME, BLDG_SQFT, BLDG_SQFT_INFO, FLOORS_CNT, - FLOORS_INFO, BUILT_YR, EFFBUILT_YR, CONST_MATERIAL are - maintained in the Land Information Record Parcels dataset when available. -

-

The Land Information Records (LIR) work group organized by the Governor's Office of Management and Budget has - facilitated a voluntary sharing of tax roll parcel data from County Assessors to support public safety, economic - development, transportation, planning and the provisions of public services. In May of 2016, the Land Information - Records work group released its recommendations for - sharing an enhanced set of tax parcel GIS data. A draft of the tax - year parcel GIS data schema is available.

-

Tax year parcel GIS data will be updated annually with the finalized year-end tax assessment data that is - completed by May 22nd each year then submitted to the Utah Geospatial Resource Center (UGRC) for loading into the SGID - each year in July.

-

There are no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute - content to: State of Utah, SGID.

-

{% include contact.html subject=page.title contact=site.data.contacts.lir_parcels %}

-
-
-
- {% include fa_icon.html download=true lower=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Downloads
-
-
-

Reference the table above.

-
-
-
-
- {% include fa_icon.html calendar=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Updates
-
-
-

This data, when possible, is updated annually.

-
-
-
diff --git a/data/cadastre/plss/index.html b/data/cadastre/plss/index.html deleted file mode 100644 index 32db2c9e48..0000000000 --- a/data/cadastre/plss/index.html +++ /dev/null @@ -1,375 +0,0 @@ ---- -tags: - - cadastre - - parcel fabric -author: - display_name: Mike Heagin - email: mheagin@utah.gov -date: 2014-04-30 12:46:28 -0600 -categories: [] -ParcelFabric: - downloads: - - url: https://drive.google.com/a/utah.gov/uc?id=1g8O9ohO4Odf9XMm6ZkXZZ9c6iyGmkREX&export=download - label: PLSS Fabric Version 2.3 - updates: - - December 15, 2020 - - October 15, 2019 - - January 15, 2019 - - January 1, 2018 - - November 1, 2016 - - May 2, 2016 -CadNSDI: - downloads: - - url: https://drive.google.com/uc?id=13DUod-JnR2W7JLbRM1wjS-bCDrRs93Ij&export=download - label: BLM CadNSDI GIS Version 2.3 - updates: - - December 15, 2020 - - October 15, 2019 - - January 15, 2019 - - January 1, 2018 - - November 1, 2016 - - August 28, 2015 -PLSSPointsGCDB: - hub: - name: Utah PLSS Point GCDB - item_id: ef75c3c063ac4b9b996b70e21ce248fe - updates: - - December 15, 2020 - - October 15, 2019 - - January 15, 2019 - - January 1, 2018 - - November 1, 2016 - - August 28, 2015 -Townships: - hub: - name: Utah PLSS Townships GCDB - item_id: 5f801b03df2644dd99dcbaa5840bf12d - updates: - - December 15, 2020 - - October 15, 2019 - - January 15, 2019 - - January 1, 2018 - - November 1, 2016 - - August 28, 2015 -Sections: - hub: - name: Utah PLSS Sections GCDB - item_id: 471c7281c52849b2860d36135e751c83 - updates: - - December 15, 2020 - - October 15, 2019 - - January 15, 2019 - - January 1, 2018 - - November 1, 2016 - - August 28, 2014 -QuarterSection: - hub: - name: Utah PLSS Quarter Sections GCDB - item_id: 58b655046e2f4a258dbbf6a6aeaa7b23 - updates: - - April 8, 2022 - - December 15, 2020 - - October 15, 2019 - - May 15, 2019 - - January 15, 2019 - - February 14, 2018 - - January 1, 2018 - - November 1, 2016 - - August 28, 2015 -QuarterQuarterSection: - hub: - name: Utah PLSS Quarter Quarter Sections GCDB - item_id: f3454ae613034039b63830c78105bec8 - updates: - - December 15, 2020 - - October 15, 2019 - - May 15, 2019 - - January 15, 2019 - - January 1, 2018 - - November 1, 2016 - - August 28, 2015 ---- -
- PLSS / GCDB -
PLSS / GCDB Sample
-
-{% include abstract.html -name="PLSS/GCDB Cadastre Data" -stewards="UGRC, BLM, and SITLA" -webapp="https://plss.utah.gov" -abstract="This dataset contains GIS mapping data representing the statewide Public Land Survey System (PLSS) and the -Geographic Coordinate System Database (GCDB) for Utah. The GCDB Data was created to provide the BLM and the public with -a set of geographic foundation data that accurately portrays the locations of PLSS corners. The GCDB data is based on -the best and most current survey records available and uses known geographic positions of control stations within the -PLSS network. This data is a key component of geographic data upon which all cadastral information will be assembled. -

-

UGRC is working together with Counties and the BLM to continually enhance the Geographic Coordinate Data Base (GCDB). - The GCDB map layers in the State Geographic Information Database (SGID) are a collection of geographic information - representing the Public Land Survey System (PLSS) for the State of Utah.

-

Public Land Survey - System Master Plan

-

All data users of PLSS data should be aware that UGRC is continually updating data available from the SGID. - This data is Utah PLSS Fabric Version 2.3 2020 of the Utah GCDB. This data set represents the GIS - version of the Public Land Survey System. Updates are expected annually as horizontal control positions from published - sources and global positioning system (GPS) observations are added. The GCDB grid is adjusted using various method of - adjustment to determine the best geographic position of the survey points." %} -

-
-

PLSS Fabric Version 2.3

-
-
-

The State of Utah Public Land Survey System (PLSS) Fabric version 1.0 was generated from the Cadastral National - Spatial Data Infrastructure (CadNSDI) version 2.0 which are the core or essential elements of cadastral - information that provide the framework for building and using cadastral (land records) information nationwide.

-

The PLSS data within the CadNSDI is typically survey data, control observations and other supplemental - measurements, but in some cases survey information has not been completely abstracted or is not available and in - these cases non Geographic Coordinate Database (GCDB) information has been used such as digitized maps or data - from other sources. In all cases the data steward is identified in the data sets and the metadata records.

-

The PLSS Fabric is created and maintained through a collaborative partnership between the State of Utah - Department of Technology Services, Utah Geospatial Resource Center (UGRC); the State of Utah School and - Institutional Trust Lands Administration (SITLA), and the United States Department of the Interior, Bureau of Land - Management (BLM) and BLM contractor Premier Data Solutions (Premier) with contributions from the Utah Mapping and - Information Partnership (UMIP) through the Department of Environmental Quality (DEQ).

-

Survey Control added to the PLSS Fabric is provided by the BLM Surveyors, County Surveyors, County Contract - Surveyors and Private Surveyors throughout the State. Survey Control can be added or viewed using the UGRC PLSS Web Application.

-
Important Notes for PLSS Fabric Version 2.3
-
    -
  • The Fabric works best with ArcMap 10.4.1. Improvements were made in ArcMap 10.5 in 2017.
  • -
  • The newest Version 2.3 includes updates from BLM, UGRC and SITLA.
  • -
  • Continuous updates will be made to the PLSS Fabric and are available for download from this page. Please - return frequently to download the latest version of the Fabric with new control added.
  • -
  • Data for CadNSDI Versions and the GCDB downloadable layers (soon to be Utah PLSS) are published from the - fabric which is the production database now.
  • -
-

{% include contact.html subject=page.title contact=site.data.contacts.plss %}

-
- {% include packagedata.html name="ParcelFabric" info=page.ParcelFabric %} -
-
-
-

CadNSDI GIS Version 2.3

-
-
-

The Bureau of Land Management (BLM) Geographic Coordinate Data Base (GCDB) is a collection of geographic - information representing the United States Public Land Survey System (PLSS) and other official surveys. This - version of the GCDB data is published from the Utah PLSS Fabric V2.2; which uses BLM’s official survey records - including Cadastral survey plats and field notes supplemented with local survey records and geodetic control - information.

-
Important Notes for CadNSDI GIS Version 2.3
-
    -
  • The Zip file contains the following feature classes as provided by the BLM with no changes made: - ConflictedAreas, MeanderedWater, MetadataGlance, - PLSSFirstDivision, PLSSIntersected, PLSSPoint, - PLSSSecondDivision, PLSSSpecialSurvey, PLSSTownship, - SurveySystem. -
  • -
  • The current version CadNSDI_GIS_v2.3, dataset was released December 2020
  • -
-

There are no constraints or warranties with regard to the use of this dataset. This state-wide dataset is - maintained by all partners of Utah PLSS Fabric Group.

-

The geographic coordinates and their associated products are NOT legal land survey records. The - coordinates can NOT be used as a substitute for a legal land survey. They can be used - for record keeping, mapping, graphics and planning purposes only. No warranty is made by the Bureau of Land - Management for use of the data for purposes not intended by BLM.

-
Related Resources
- -

Questions can be directed to The local BLM office Bureau of Land - Management Utah Contacts

-
- {% include packagedata.html name="CadNSDI" info=page.CadNSDI %} -
-
-
-

PLSS Point GCDB

-
-
- PLSS Point GCDB -

PLSSPoint_GCDB is a point dataset that depicts the Public Land Survey System (PLSS) for the State of Utah and are - based on Geographic Coordinate Data Base (GCDB) coordinate data. This dataset was created to provide continuous data for the state - of Utah. This data is Utah PLSS Fabric Version 2.3 2020 of the Utah GCDB. This data set represents the GIS Version - of the Public Land Survey System. Updates are expected annually as horizontal control positions from published - sources and global positioning system (GPS) observations are added. The primary source for the data is cadastral - survey records housed by the BLM supplemented with local records and geographic control coordinates from states, - counties as well as other federal agencies such as the USGS and USFS. The CADNSDI or the Cadastral Publication - Data Standard is the cadastral data component of the NSDI. This is the publication guideline for cadastral data - that is intended to provide a common format and structure and content for cadastral information that can be made - available across jurisdictional boundaries, providing a consistent and uniform cadastral data to meet business - needs that includes connections to the source information from the data stewards. The data stewards determine - which data are published and should be contacted for any questions on data content or for additional information. - The cadastral publication data is data provided by cadastral data producers in a standard form on a regular basis. - Cadastral publication data has two primary components, land parcel data and cadastral reference data. It is - important to recognize that the publication data are not the same as the operation and maintenance or production - data. The production data is structured to optimize maintenance processes, is integrated with internal agency - operations and contains much more detail than the publication data. The publication data is a subset of the more - complete production data and is reformatted to meet a national standard so data can be integrated across - jurisdictional boundaries and be presented in a consistent and standard form nationally.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter x,y coordinate precision; 0.001 - mile m coordinate precision). There are no constraints or warranties with regard to the use of this dataset. Users - are encouraged to attribute content to: UDOT.
This statewide dataset is maintained by UGRC in partnership - with the BLM and SITLA. The geographic coordinates and their associated products are NOT legal land survey - records. The coordinates can NOT be used as a substitute for a legal land survey. They can be used for record - keeping, mapping, graphics and planning purposes only. No warranty is made by the Bureau of Land Management for - use of the data for purposes not intended by BLM.

-

{% include contact.html subject=page.title contact=site.data.contacts.plss %}

-
- {% include packagedata.html name="PLSSPointsGCDB" info=page.PLSSPointsGCDB %} -
-
-
-

PLSS Townships GCDB

-
-
- PLSS Townships GCDB -

plss_township_gcdb is a polygon dataset. In the Public Land Survey System, a township refers to a unit of land, - nominally 6 miles per side, usually containing 36 sections.This layer is based on Geographic Coordinate Data Base - (GCDB) coordinate data. The locations of Public Land Survey System (PLSS) corners, as represented in geographic - coordinate pairs, were derived from a variety of source documents, which include U.S. General Land Office and BLM - survey plats/notes, as well as survey data obtained from other U.S. Government agencies, private sector survey - firms, and local governments. The attributes assigned to PLSS polygons were taken from the BLM's Legal Land - Description (LLD) data set, contained within the Legacy Rehost for the year 2000 (LR2000) automated records - system. The coordinate data was produced by using control stations of known location, with varying degrees of - accuracy, from various sources which include but are not limited to; U.S. Geological Survey (USGS) topological - quadrangles and other sources, National Geodetic Survey (NGS) and US Coast & Geodetic Survey (USC&GS) - Cooperative Base Network (CBN) control, Federal Base Network control (FBN), and Continuous Operating Reference - Stations (CORS), and Global Positioning System (GPS) data, which is then analyzed and adjusted in concert with - official survey data for any given geographic area. This data is a useful representation of the geometry and - topology of parcels contained within the PLSS, but its application is intended for mapping purposes only. The GCDB - data is not a substitute for a legal land survey.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter x,y coordinate precision; 0.001 - mile m coordinate precision). There are no constraints or warranties with regard to the use of this dataset. Users - are encouraged to attribute content to UGRC. This statewide dataset is maintained by UGRC in partnership with the - BLM and SITLA. The geographic coordinates and their associated products are NOT legal land survey records. The - coordinates can NOT be used as a substitute for a legal land survey. They can be used for record keeping, mapping, - graphics and planning purposes only. No warranty is made by the Bureau of Land Management for use of the data for - purposes not intended by BLM.

-

{% include contact.html subject=page.title contact=site.data.contacts.plss %}

-
- {% include packagedata.html name="Townships" info=page.Townships %} -
-
-
-

PLSS Sections GCDB

-
-
- PLSS Sections GCDB -

plss_sections_gcdb is a polygon dataset. Public Land Survey System Townships first divisions (Sections) are - normally Public Land Survey System Tracts or Public Land Survey System Sections. This entity is the primary or - first subdivisions of a Public Land Survey System Township commonly 1 mile square approximately 640 acres.This - layer is based on Geographic Coordinate Data Base (GCDB) coordinate data. The locations of Public Land Survey - System (PLSS) corners, as represented in geographic coordinate pairs, were derived from a variety of source - documents, which include U.S. General Land Office and BLM survey plats/notes, as well as survey data obtained from - other U.S. Government agencies, private sector survey firms, and local governments. The attributes assigned to - PLSS polygons were taken from the BLM's Legal Land Description (LLD) data set, contained within the Legacy Rehost - for the year 2000 (LR2000) automated records system. The coordinate data was produced by using control stations of - known location, with varying degrees of accuracy, from various sources which include but are not limited to; U.S. - Geological Survey (USGS) topological quadrangles and other sources, National Geodetic Survey (NGS) and US Coast - & Geodetic Survey (USC&GS) Cooperative Base Network (CBN) control, Federal Base Network control (FBN), and - Continuous Operating Reference Stations (CORS), and Global Positioning System (GPS) data, which is then analyzed - and adjusted in concert with official survey data for any given geographic area. This data is a useful - representation of the geometry and topology of parcels contained within the PLSS, but its application is intended - for mapping purposes only. The GCDB data is not a substitute for a legal land survey.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter x,y coordinate precision; 0.001 - mile m coordinate precision).< There are no constraints or warranties with regard to the use of this dataset. - Users are encouraged to attribute content to UGRC. This statewide dataset is maintained by UGRC in partnership - with the BLM and SITLA. The geographic coordinates and their associated products are NOT legal land survey - records. The coordinates can NOT be used as a substitute for a legal land survey. They can be used for record - keeping, mapping, graphics and planning purposes only. No warranty is made by the Bureau of Land Management for - use of the data for purposes not intended by BLM.

-

{% include contact.html subject=page.title contact=site.data.contacts.plss %}

-
- {% include packagedata.html name="Sections" info=page.Sections %} -
-
-
-

PLSS Quarter Sections GCDB

-
-
- PLSS Quarter Sections GCDB -

plss_quarter_sections_gcdb is a polygon dataset. Quarter section data is commonly an aliquot part of a section - 160 acres in size. Sections are divided by running straight lines from the fixed quarter section corners to the - opposite corresponding quarter section corners, thus creating quarters of a section and defining the center of the - section. This data is derived from the PLSSIntersected feature class of the Utah PLSS Fabric GISv2.3 2020. This - layer is based on Geographic Coordinate Data Base (GCDB) coordinate data. The locations of Public Land Survey - System (PLSS) corners, as represented in geographic coordinate pairs, were derived from a variety of source - documents, which include U.S. General Land Office and BLM survey plats/notes, as well as survey data obtained from - other U.S. Government agencies, private sector survey firms, and local governments. The attributes assigned to - PLSS polygons were taken from the BLM's Legal Land Description (LLD) data set, contained within the Legacy Rehost - for the year 2000 (LR2000) automated records system. The coordinate data was produced by using control stations of - known location, with varying degrees of accuracy, from various sources which include but are not limited to; U.S. - Geological Survey (USGS) topological quadrangles and other sources, National Geodetic Survey (NGS) and US Coast - & Geodetic Survey (USC&GS) Cooperative Base Network (CBN) control, Federal Base Network control (FBN), and - Continuous Operating Reference Stations (CORS), and Global Positioning System (GPS) data, which is then analyzed - and adjusted in concert with official survey data for any given geographic area. This data is a useful - representation of the geometry and topology of parcels contained within the PLSS, but its application is intended - for mapping purposes only. The GCDB data is not a substitute for a legal land survey.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter x,y coordinate precision; 0.001 - mile m coordinate precision). There are no constraints or warranties with regard to the use of this dataset. Users - are encouraged to attribute content to UGRC. This statewide dataset is maintained by UGRC for navigation purposes - and because of user's request. The geographic coordinates and their associated products are NOT legal land survey - records. The coordinates can NOT be used as a substitute for a legal land survey. They can be used for record - keeping, mapping, graphics and planning purposes only. No warranty is made by the Bureau of Land Management for - use of the data for purposes not intended by BLM.

-

The Quarter Sections are no longer a standard and is now published as a Reference layer by the UGRC. This data is - derived from the Intersected layer of the CadNSDI published version of the PLSS, which includes quarter-quarter, - sixteenth or government lot division, mineral surveys, and many Unsurveyed areas of the PLSS. Many areas will not - have a designated location (NE, NW, SW, SE) in the original data so will not be classified in the Quarter Sections - layer. This data is from the Utah PLSS Fabric Version 2.3 2020 of the Utah GCDB.

-

Quarter Sections were consolidated from the Quarter Quarter Sections to better represent the four quarters in all Aliquot Part areas. Areas with Lots or Special Surveys remain as is. Updated 4/8/2022

-

{% include contact.html subject=page.title contact=site.data.contacts.plss %}

-
- {% include packagedata.html name="QuarterSection" info=page.QuarterSection %} -
-
-
-

PLSS Quarter Quarter Sections GCDB

-
-
- PLSS Quarter Quarter Sections GCDB -

plss_quarter_quarter_sections_gcdb is a polygon dataset. Second division (QuarterQuarter) data is commonly an - aliquot part of quarter sections but could be a lot or other division. GCDB base attribute data was used to create - the second division feature class. Lots were dissolved to the section level. Survey_type: - B (aliquot parts less than 40 acres) for geopolitical splits were attributed as - Survey_type: A. This data is derived from the PLSS Intersected feature class of the Utah - PLSS Fabric GISv2.3 2020. This layer is based on Geographic Coordinate Data Base (GCDB) coordinate data. The - locations of Public Land Survey System (PLSS) corners, as represented in geographic coordinate pairs, were derived - from a variety of source documents, which include U.S. General Land Office and BLM survey plats/notes, as well as - survey data obtained from other U.S. Government agencies, private sector survey firms, and local governments. The - attributes assigned to PLSS polygons were taken from the BLM's Legal Land Description (LLD) data set, contained - within the Legacy Rehost for the year 2000 (LR2000) automated records system. The coordinate data was produced by - using control stations of known location, with varying degrees of accuracy, from various sources which include but - are not limited to; U.S. Geological Survey (USGS) topological quadrangles and other sources, National Geodetic - Survey (NGS) and US Coast & Geodetic Survey (USC&GS) Cooperative Base Network (CBN) control, Federal Base - Network control (FBN), and Continuous Operating Reference Stations (CORS), and Global Positioning System (GPS) - data, which is then analyzed and adjusted in concert with official survey data for any given geographic area. This - data is a useful representation of the geometry and topology of parcels contained within the PLSS, but its - application is intended for mapping purposes only. The GCDB data is not a substitute for a legal land survey. -

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter x,y coordinate precision; 0.001 - mile m coordinate precision). There are no constraints or warranties with regard to the use of this dataset. Users - are encouraged to attribute content to UGRC. This statewide dataset is maintained by UGRC in partnership with the - BLM and local government. The geographic coordinates and their associated products are NOT legal land survey - records. The coordinates can NOT be used as a substitute for a legal land survey. They can be used for record - keeping, mapping, graphics and planning purposes only. No warranty is made by the Bureau of Land Management for - use of the data for purposes not intended by BLM.

-

Updates were made to Quarter Quarter Sections in Utah County to add quarter-quarter sections to areas that were - not broken down less than the Section level. These are labeled as SECDIVTYP = Z and SECDIVTXT = Unsurveyed - Unprotracted. They were added, using information from points collected by county surveyors, that is in the data - and extrapolating information from adjoining sections wherever possible. They are still areas that could not be - interpreted well enough and they were left empty, beyond the section level. - In the future this data will continue to be carried in this feature class but not incorporated into the official - PLSS Fabric.

-

{% include contact.html subject=page.title contact=site.data.contacts.plss %}

-
- {% include packagedata.html name="QuarterQuarterSection" info=page.QuarterQuarterSection %} -
diff --git a/data/cadastre/turn-gps/index.md b/data/cadastre/turn-gps/index.md deleted file mode 100644 index ac82d73579..0000000000 --- a/data/cadastre/turn-gps/index.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -tags: - - cadastre - - gps - - turn -author: - display_name: UGRC Staff - email: ugrc@utah.gov -date: 2011-06-30 23:13:39 -0600 -title: The Utah Reference Network (TURN) GPS -categories: [] ---- -
- -
TURN GPS Stations
-
-{% include abstract.html -name="TURN GPS Network" -stewards="UGRC" -type="GPS Network with $600 Annual Subscription" -webapp="http://turngps.utah.gov/" -abstract="

The Utah Reference Network (TURN) GPS is a GNSS network of permanently located GPS receivers, installed across the state, to generate real time high accuracy GPS positioning. TURN GPS uses the Trimble PIVOT VRS Platform. TURN GPS is used for a range of precision GPS applications including surveying, engineering, construction, and GIS data collection. The current cost is $600 for each user login and is good for a full year from the sign up date.

-

The Coordinate Reference Frame for this network is NAD83(2011)(EPOCH:2010.0000.). The Latitude, Longitude and Ellipsoidal Height of each reference station was calculated by processing 24 hour files using the National Geodetic Survey (NGS) Online Positioning User Service (OPUS) Projects application.

-

Eighteen NGS Continually Operating Reference Stations (CORS) were selected along the perimeter and interior of the network and were constrained to the published coordinates to conduct the final adjustment of the network coordinates.

" %} - -
-
-### Start Using the TURN GPS Network - -
-#### Creating a New Account - -Visit [turngps.utah.gov](http://turngps.utah.gov) and follow these steps to get to the payment page. - -**The price is currently $600 and a credit card is required.** - -1. Click the `Register` link on the left side of the page. -1. Click `New Registration`. -1. Review the terms and conditions and click `I Agree`. -1. Enter the information in the form and click `Register`. -1. That will take you to the payment page. -1. Finally, it will take approximately 24 hours for the subscription payment to cycle through and the activation to be complete for field work. - -These are the things you will need to fill out registration form. - -- Organization (avoid punctuation) -- Login -- Password (8 characters) -- Contact Name, email, phone number -- Physical location/address -- Mailing address - -With an activated subscription, set your GPS unit's VRS connection address to `165.239.144.5` and port `2101` -Enter your new device-specific username and password. -{: .pop } - -#### Renewing An Account - -From the [TURN GPS secure payment site](https://secure.utah.gov/turngps/), select the `Renew Subscription` button and accept the Terms and Conditions _if you agree_. Provide the Organization, Username, and Password for the subscription you are renewing, and proceed to the payment portion using a credit card. When done you will receive a confirmation email and receipt. - -If the account has expired, it will take about 24 hours for the subscription payment to cycle through and the activation to be complete for field work, otherwise you will not notice any interruption. - -##### Connections from Source Table - -Connections from the Source Table: -For Trimble units we have three different connections. -VRS_CMR works older Trimble unit -VRS_CMRp works with Trimble units that are newer but may not have the latest updates to the firmware. -VRS_CMRx works with the newest up to date Trimble units -All of these give you the network solution. - -For non-Trimble units we have two different connections. -VRS_RTCM23 works older non-Trimble unit -VRS_RTCM31 works with non-Trimble units -Both of these give you the network solution. - -MS_CMR, MS_CMRP these are for connecting to single base when you are on the edge of the network or not getting a strong network solution. System will automatically find the closest station and connect you. - -{% capture turn %}{% include contact.html subject=page.title contact=site.data.contacts.turn %}{% endcapture %} - -##### Contacts - -{{ turn }} - -##### Related Resources - -- [TURN GPS Network Wall Map]({% link gps/images/2023TURNGPSNetwork36x44.png %}) -- [TURN GPS Sensor Map](http://turngps.utah.gov/Map/SensorMap.aspx) -- [The Utah Reference Network GPS](http://turngps.utah.gov/) -{: .dotless } - -
-
diff --git a/data/climate/index.html b/data/climate/index.html deleted file mode 100644 index 6a8fa718a8..0000000000 --- a/data/climate/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - climate - - data - - overview - - weather -date: 2011-10-19 16:02:41 -0600 -title: Climate and Weather Overview -categories: [] ---- -{% include table_overview.html name="Climate and Weather" %} - - - Forecast Zones - map data - National Weather Service - This data set is used to delineate the "Public Forecast Zones" that are used by NWS for making forecasts. - - - Weather Stations - map data - Utah Climate Center - This dataset contains the names and locations of weathers stations found throughout Utah. - - - -

Related Data

- diff --git a/data/demographic/census/index.html b/data/demographic/census/index.html deleted file mode 100644 index 590e6e0bc7..0000000000 --- a/data/demographic/census/index.html +++ /dev/null @@ -1,310 +0,0 @@ ---- -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - census - - demographic -date: 2021-02-23 10:21:08 -0600 -categories: [] -2020Census: - downloads: - - url: https://opendata.gis.utah.gov/datasets/utah-census-blocks-2020 - label: 'Utah Census Blocks 2020' - - url: https://opendata.gis.utah.gov/datasets/utah-census-block-groups-2020 - label: 'Utah Census Block Groups 2020' - - url: https://opendata.gis.utah.gov/datasets/utah-census-tracts-2020 - label: 'Utah Census Tracts 2020' - - url: https://opendata.gis.utah.gov/datasets/utah-census-places-2020 - label: 'Utah Census Places 2020' - - url: https://opendata.gis.utah.gov/datasets/utah-census-counties-2020 - label: 'Utah Census Counties 2020' - - url: https://opendata.gis.utah.gov/datasets/utah-census-state-2020 - label: 'Utah Census State 2020' - - url: https://drive.google.com/uc?id=1p8-tWujKXXlH-VjFDLkRJ06VB207_Rmx&export=download - label: Utah Census 2020 PL 94-171 Summary File tables in File Geodatabase format - - url: https://drive.google.com/uc?id=1sv6pAi-fn6UPbMHJ2BZzIM9ApBRAZLVP&export=download - label: Utah Census Block 2020 Streamlined Race Data in File Geodatabase format - updates: - - August 2021 -2000Census: - downloads: - - url: https://drive.google.com/drive/folders/16hcPe8qHPEtwLQPPbzg6HFUTMutRY4Vq - label: 2000 Census Data - updates: - - 2001 -2010Census: - downloads: - - url: https://opendata.arcgis.com/datasets/8fa5d65451694f64b05f17d9e5f9d67e_0.gdb - label: 'File Geodatabase: Census Block Groups' - - url: https://opendata.arcgis.com/datasets/b92a5e772855488a9b7f9c367475d955_0.gdb - label: 'File Geodatabase: Census Blocks' - - url: https://opendata.arcgis.com/datasets/e36dec62351d449899bc6ca98f6263bb_0.gdb - label: 'File Geodatabase: Census Counties' - - url: https://opendata.arcgis.com/datasets/ad629aab2f89456c82457aac06c59601_0.gdb - label: 'File Geodatabase: Census Tracts' - - url: https://opendata.arcgis.com/datasets/8fa5d65451694f64b05f17d9e5f9d67e_0.zip - label: 'Shapefile: Census Block Groups' - - url: https://opendata.arcgis.com/datasets/b92a5e772855488a9b7f9c367475d955_0.zip - label: 'Shapefile: Census Blocks' - - url: https://opendata.arcgis.com/datasets/e36dec62351d449899bc6ca98f6263bb_0.zip - label: 'Shapefile: Census Counties' - - url: https://opendata.arcgis.com/datasets/ad629aab2f89456c82457aac06c59601_0.zip - label: 'Shapefile: Census Tracts' - updates: - - January 2011 -PopulatedBlockAreas2010Approximation: - hub: - name: Utah Population Block Areas 2010 Approx - item_id: 061407fed6324bcfabf1813764caef0a - updates: - - January 2011 -PopulatedPlacePoints2010Approximation: - hub: - name: Utah Population Place Points 2010 Approx - item_id: 03158991802e4bf0b9cc3234eddd0e76 - updates: - - January 2011 -UrbanAreasCensus2010: - hub: - name: Utah Urban Areas Census 2010 - item_id: 5fefbcf3e7a5499c845872d0be11b1c2 - updates: - - January 2011 -UrbanAreasCensus2020: - hub: - name: Utah Urban Areas Census 2020 - item_id: 7a887f592459424a8bdeb69a3bf08df4 - updates: - - July 2023 ---- -
- 2010 Demographic Data -
2010 Demographic Census Data
-
-{% include abstract.html -name="Demographic Data" -stewards="UGRC and U.S. Census Bureau" -abstract="This page contains boundary and demographic data collected by the U.S. Census Bureau for 2020, 2010 and 2000 -censuses. Demographic data includes population counts, household counts, ethnicity counts, etc. The data available on -this page is filtered, geographically, to the state of Utah. This data follows the format released by the Census Bureau, -with just a few modifications for usability." %} -

Read about commonly-used Census - Bureau geography including blocks, block groups, tracts, and places.

-
-
-

2020 U.S. Census Bureau Data

-
-
- 2020 U.S. Census Bureau Data -

The data in this section contains census blocks, census block groups, census tracts, census places, census - counties, and the state boundary from the Census Bureau.

-

Utah’s 2020 census geographic boundaries became available in February 2021 and the demographic redistricting legacy files (the 2020 Census Redistricting P.L. 94-171 Summary Files) became available on August 12, 2021. The Census Bureau will release a more user-friendly version of the 2020 Census Redistricting P.L. 94-171 Summary Files on September 30, 2021. In the meantime, UGRC, with collaboration from the Analytics Group at WFRC, has worked with the August 12 release and has created ready-to-use GIS data in several formats that hopefully make the 2020 redistricting data easier to use. Read more about these offerings in the blog post, 2020 Census Redistricting Data in Easy to Use GIS Formats

-

The 2020 data available on this page was downloaded from the 2020 Census - Redistricting Data (P.L. 94-171) page. All 2020 census geographies reflect boundaries as of January 1, 2020. - Additional GIS files and support products are available on the census - redistricting data page.

-

Geography is a fundamental aspect of the census, providing the framework for the once-a-decade count of - population and housing. Read about some of the key geography changes in the Kem C. Gardner Policy Institute's 2020 - census geography blog and fact sheet.

-

There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="2020Census" - info=page.2020Census %} -
-
-
-

2010 U.S. Census Bureau Data

-
-
- 2010 U.S. Census Bureau Data -

The Census Bureau creates different sized geographic areas to organize this demographic information, the smallest - unit of area being a "census block" and the biggest being counties. The data in this section contains census - blocks, census block groups, census tracts, and counties.

-

There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="2010Census" - info=page.2010Census %} -
-
-
-

2000 U.S. Census Bureau Data

-
-
-

This dataset contains demographic information collected by the Census Bureau in 2000 for the census block, census - block group, census tract, and county levels. Demographic population includes population counts, household counts, - ethnicity counts, etc. The Census Bureau creates different sized geographic areas to organize this demographic - information, the smallest unit of area being a "census block" and the biggest being counties.

-

There are no constraints or warranties with regard to the use of this dataset. -

Related Resources
- -

Summary File 1 and 2 focus on the information collected on the census short form – namely on age, sex, race, - Hispanic/Latino origin, households, families, housing units, and owner/renter status.

-

Summary File 3 and 4 focus on social, economic and housing characteristics compiled from a sample of - approximately 19 million housing units (about 1 in 6 households) that received the Census 2000 long-form - questionnaire. Topics include income, education, occupation, ancestry, disability, foreign birth, commuting, - household financial arrangements, year housing structure built and many other population and housing subjects.

-
- {% include packagedata.html name="2000Census" - info=page.2000Census %} -
-
-
-

Populated Block Areas 2010 Approximation

-
-
- Populated Block Areas 2010 Approximation -

PopBlockAreas2010_Approx contains areas of census blocks that only represent populated areas. This dataset was - created by UGRC using the original 2010 census blocks. The blocks were cut when necessary to only cover - residential areas. This was done using aerial imagery and is an approximation.

-

There are no constraints or warranties with regard to the use of this dataset. This data was created by UGRC - using U.S. Census Bureau 2010 Census data.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.census %}

-
- {% include packagedata.html name="PopulatedBlockAreas2010Approximation" - info=page.PopulatedBlockAreas2010Approximation %} -
-
-
-

Populated Place Points 2010 Approximation

-
-
- Populated Place Points 2010 Approximation -

PopPlacePts2010_Approx represents populated places and their approximate population. Incorporated municipality - populations were determined by the U.S. Census Bureau. The population of unincorporated places were approximated - by UGRC using a given place's surrounding census blocks and their 2010 census population counts.

-

There are no constraints or warranties with regard to the use of this dataset. This data was created by UGRC - using U.S. Census Bureau 2010 Census data.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.census %}

-
- {% include packagedata.html name="PopulatedPlacePoints2010Approximation" - info=page.PopulatedPlacePoints2010Approximation %} -
-
-
-

Urban Areas Census 2020

-
-
- Urban Areas Census 2020 -

The urban areas created by the US Census Bureau "represent densely developed territory, and encompass residential, commercial, and other nonresidential urban land uses. Each urban area must encompass at least 2,000 housing units or at least 5,000 people." They were created by the Bureau following the 2020 census based on the population and housing unit density of individual blocks.

-

The 2020 Census increased the urban population and housing unit count requirements for the first time since 1910, resulting in differences between the 2010 and 2020 boundaries beyond those resulting from population change. In addition, they also stopped distinguishing between "urbanized areas" and "urban clusters" and renamed areas as needed to reflect the updated boundaries.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.census %}

-
- {% include packagedata.html name="UrbanAreasCensus2020" info=page.UrbanAreasCensus2020 %} -
-
-

Urban Areas Census 2010

-
-
- Urban Areas Census 2010 -

UrbanAreasCensus2010 represents Census Bureau delineated urban areas that represent densely developed territory, - encompassing residential, commercial, and other nonresidential urban land uses. In general, this territory - consists of areas of high population density and urban land use resulting in a representation of the "urban - footprint." There are two types of urban areas: urbanized areas (UAs) that contain 50,000 or more people and urban - clusters (UCs) that contain at least 2,500 people, but fewer than 50,000 people (except in the U.S. Virgin Islands - and Guam which each contain urban clusters with populations greater than 50,000). Each urban area is identified by - a 5-character numeric census code that may contain leading zeroes.

-

There are no constraints or warranties with regard to the use of this dataset. This data was created by UGRC - using U.S. Census Bureau 2010 Census data.

-
Related Resources
- -

Summary File 1 (SF 1) and Summary File 2 (SF 2) focus on the information collected on the census short form – - namely on age, sex, race, Hispanic/Latino origin, households, families, housing units, and owner/renter status. -

-

The SF3 and SF4 products are not available for the 2010 census as the 'long form' was not gathered.

-

{% include contact.html subject=page.title contact=site.data.contacts.census %}

-
- {% include packagedata.html name="UrbanAreasCensus2010" - info=page.UrbanAreasCensus2010 %} -
-

Definitions for Commonly-Used Geography

-

The Census Bureau provides data within two types of boundaries: statistical and legal. Statistical boundaries depend - on population thresholds and typically follow features like roads, power lines, and rivers. Legal boundaries are more - familiar, such as city, county, and state boundaries.

-
Census tracts (statistical)
-

Census tracts are small, relatively permanent subdivisions of a county designed to present and compare statistical - data for areas of roughly equal population. Census tracts generally contain between 1,200 and 8,000 people, with an - optimum population of 4,000. Spatially, a census tract will be smaller in higher-density areas, and larger in more - sparsely populated areas. In higher-density areas, tracts can be considered approximately "neighborhood" sized. Census - tracts subdivide the full area of counties and states, and never cross county boundaries.

-
Block groups (statistical)
-

Block groups are divisions of census tracts that generally contain between 600 and 3,000 people. A block group - consists of a cluster of census blocks within the same census tract.

-
Census blocks (statistical)
-

Blocks are the smallest geographic areas and the basis for all tabulated census data. Blocks are statistical areas - bounded by visible features, such as streets, road, streams, and railroad tracks, and by nonvisible boundaries, such - as selected property lines and city, township, school district, and county limits. A block often represents a typical - city block area, however, as with other statistical geographies, rural-area blocks may be very large in spatial size. -

-
Places (legal or statistical)
-

In Utah, census "places" include cities, towns, metro townships, and census-designated places (CDPs). The first three - are legal boundaries in Utah, representing incorporated places that provide governmental functions for residents. - Under Utah law, towns must have populations of at least 100, and cities at least 1,000. Metro townships are a new form - of government created in Utah in 2015 with the passage of Senate Bill 199 (the Community Preservation Act), and exist - only in Utah. CDPs are statistical boundaries delineated to provide data for recognizable places that are not legally - incorporated. The “place” geography is not required to fully cover a county or state’s area, so areas that do not - belong to any place are common. Places may cross county boundaries.

-

Visit the Census Bureau Geography - Glossary to learn more about census geographies.

diff --git a/data/demographic/index.html b/data/demographic/index.html deleted file mode 100644 index d423881e56..0000000000 --- a/data/demographic/index.html +++ /dev/null @@ -1,75 +0,0 @@ ---- -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - data - - demographics - - overview -date: 2011-10-19 16:27:38 -0600 -title: Demographics Overview -categories: [] ---- -{% include table_overview.html name="Demographic" %} - - - 2020 Census Data - map data - UGRC and the U.S. Census Bureau. - 2020 data from the Census Bureau including census blocks, block groups, tracts, places, counties, and the state - boundary.
- Demographic data will be appended to these datasets when it becomes available in September 2021. - - - 2010 Demographic Data - map data - UGRC and the U.S. Census Bureau. - 2010 data from the Census Bureau including census blocks, block groups, tracts, and counties.
- Also included are files created by UGRC containing population for incorporated and unincorporated areas in Utah. - - - - 2000 Demographic Data - map data - UGRC and the U.S. Census Bureau. - 2000 data from the Census Bureau including census blocks, block groups, tracts, counties, MetroMicro statistical - areas, and town demographics. - - - Future Population and - Household Projections (for City Areas), Annual - map data web services - WFRC, MAG, Cache MPO, Dixie MPO, UDOT - Annual projected population and household counts for ‘city areas’ (approximations for current city boundaries), - for each year 2019-2050. - - - Future Population and - Household Projections (for TAZs), Annual - map data web services - WFRC, MAG, Cache MPO, Dixie MPO, UDOT - Annual projected population and household counts for traffic analysis zones (TAZ), for each year 2019-2050. - - - Future Employment Projections - (for City Areas), Annual - map data web services - WFRC, MAG, Cache MPO, Dixie MPO, UDOT - Annual projected job counts by sector (industrial, office, retail, other) for ‘city areas’ (approximations for - current city boundaries), for each year 2019-2050. - - - Future Employment Projections (for - TAZs), Annual - map data web services - WFRC, MAG, Cache MPO, Dixie MPO, UDOT - Annual projected job counts by sector (industrial, office, retail, other) for traffic analysis zones (TAZ), for - each year 2019-2050. - - - -

Related Data

- diff --git a/data/demographic/projections/index.html b/data/demographic/projections/index.html deleted file mode 100644 index a9c08dab0e..0000000000 --- a/data/demographic/projections/index.html +++ /dev/null @@ -1,148 +0,0 @@ ---- -author: - display_name: BG - email: bgranberg@wfrc.org -tags: - - projections - - demographic - - employment - - economy - - planning - - population - - households - - society -date: 2019-09-25 10:00:00 -0600 -title: Projections Data -categories: [] -PopulationAndHouseholdsCityArea: - downloads: - - url: http://data.wfrc.org/datasets/household-projections-city-area - label: Household Count Projections, for City Areas (‘open data’ webpage) - - url: http://data.wfrc.org/datasets/population-projections-city-area - label: Population Projections, for City Areas (‘open data’ webpage) - updates: - - last updated June 2023 -PopulationAndHouseholdsTAZ: - downloads: - - url: http://data.wfrc.org/datasets/household-projections-taz-rtp-2023-1 - label: Household Count Projections, for TAZs - - url: http://data.wfrc.org/datasets/population-projections-taz-rtp-2023-1 - label: Population Projections, for TAZs - updates: - - last updated June 2023 -EmploymentCityArea: - downloads: - - url: https://data.wfrc.org/datasets/all-jobs-projections-city-area-rtp-2023-1 - label: Total Jobs, for City Areas - - url: https://data.wfrc.org/datasets/typical-jobs-projections-city-area-rtp-2023-1 - label: Typical Commute Jobs (TCJ), for City Areas - - url: https://data.wfrc.org/datasets/industrial-jobs-projections-city-area-rtp-2023-1 - label: Industrial Jobs (subset of TCJ), for City Areas - - url: http://data.wfrc.org/datasets/office-jobs-projections-city-area-rtp-2023-1 - label: Office Jobs (subset of TCJ), for City Areas - - url: https://data.wfrc.org/datasets/retail-jobs-projections-city-area-rtp-2023-1 - label: Retail Jobs (subset of TCJ), for City Areas - - url: https://data.wfrc.org/datasets/nontypical-jobs-projections-city-area-rtp-2023-1 - label: Non-typical Commute Jobs, for City Areas - updates: - - last updated June 2023 -EmploymentTAZ: - downloads: - - url: https://data.wfrc.org/datasets/all-jobs-projections-taz-rtp-2023-1 - label: Total Jobs, for TAZs - - url: https://data.wfrc.org/datasets/typical-jobs-projections-taz-rtp-2023-1 - label: Typical Commute Jobs (TCJ), for TAZs - - url: https://data.wfrc.org/datasets/industrial-jobs-projections-taz-rtp-2023-1 - label: Industrial Jobs (subset of TCJ), for TAZs - - url: http://data.wfrc.org/datasets/office-jobs-projections-taz-rtp-2023-1 - label: Office Jobs (subset of TCJ), for TAZs - - url: https://data.wfrc.org/datasets/retail-jobs-projections-taz-rtp-2023-1 - label: Retail Jobs (subset of TCJ), for TAZs - - url: https://data.wfrc.org/datasets/nontypical-jobs-projections-taz-rtp-2023-1 - label: Non-typical Commute Jobs, for TAZs - updates: - - last updated June 2023 ---- -
- 2019-2050 Utah Population, Household, & Job Projections -
2019-2050 Pop, HH, & Job Projections
-
- -{% include abstract.html download="https://data.wfrc.org/search?q=projections" -name="Utah Small Area Demographic & Employment Projections (2019-2050)" -stewards="Wasatch Front Regional Council (WFRC), Mountainland Association of Governments (MAG), Dixie MPO, Cache MPO, UDOT" -abstract="Utah's 4 Metropolitan Planning Organizations, together with UDOT for the state's non-urbanized areas, prepare small area demographic and employment projections to support the transportation planning process. These small area projections are developed from county-level totals released in 2017 by the University of Utah Gardner Policy Institute (GPI). The MPO's and UDOT plan to release updated versions of these GIS layers in 2023, based on updated county projections released by GPI in January of 2022. Two small area geographies are available: Traffic Analysis Zone (TAZ) polygons and City Area polygons. TAZ's average about 1 square mile in size along the Wasatch Front but are larger in rural areas. City Areas are approximations of city boundaries built by combining TAZ polygons.

All links below point at ‘open data’ pages from which shapefiles, KML, CSV, and web services can be downloaded or utilized." %} - -
-
-

Projected Population & Households for City Areas (through 2050)

-
- -
- Population And Households  Projections for City Areas -

Annual projected population and household counts (excluding persons living in group quarters) through 2050 for for ‘City Areas’ that sum the projections for the TAZ geographies that roughly align with each city’s current boundary.

-

There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
-
    -
  • Metadata is available from each of the open data pages listed under the orange 'Downloads' header below. Once an open data page is open, use the 'More v' link (on the left side under the map) to view the full length metadata description.
  • -
  • WFRC and MAG metropolitan planning organizations (MPOs)
  • -
-

{% include contact.html subject=page.title contact=site.data.contacts.wfrc %}

-
- {% include packagedata.html name="PopulationAndHouseholdsCityArea" - info=page.PopulationAndHouseholdsCityArea %} -
-
-
-

Projected Population & Households for TAZs (through 2050)

-
-
- Population And Households Projections for TAZs -

Annual projected population and household counts (excluding persons living in group quarters) through 2050 for Traffic Analysis Zone (TAZ) geographic units.

-

There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
-
    -
  • Metadata is available from each of the open data pages listed under the orange 'Downloads' header below. Once an open data page is open, use the 'More v' link (on the left side under the map) to view the full length metadata description.
  • -
  • WFRC and MAG metropolitan planning organizations (MPOs)
  • -
-

{% include contact.html subject=page.title contact=site.data.contacts.wfrc %}

-
- {% include packagedata.html name="PopulationAndHouseholdsTAZ" - info=page.PopulationAndHouseholdsTAZ %} -
-
-
-

Projected Employment for City Areas (through 2050)

-
-
- Employment Projections for City Areas -

Annual projected employment counts (total, and by sectors) through 2050 for for ‘City Areas’ that sum the projections for the TAZ geographies that roughly align with each city’s current boundary.

-

There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
-
    -
  • Metadata is available from each of the open data pages listed under the orange 'Downloads' header below. Once an open data page is open, use the 'More v' link (on the left side under the map) to view the full length metadata description.
  • -
  • WFRC and MAG metropolitan planning organizations (MPOs)
  • -
-

{% include contact.html subject=page.title contact=site.data.contacts.wfrc %}

-
- {% include packagedata.html name="EmploymentCityArea" - info=page.EmploymentCityArea %} -
-
-
-

Projected Employment for TAZs (through 2050)

-
-
- Employment  Projections for TAZs -

Annual projected employment counts (total, and by sectors) through 2050 for Traffic Analysis Zone (TAZ) geographic units.

-

There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
-
    -
  • Metadata is available from each of the open data pages listed under the orange 'Downloads' header below. Once an open data page is open, use the 'More v' link (on the left side under the map) to view the full length metadata description.
  • -
  • WFRC and MAG metropolitan planning organizations (MPOs)
  • -
-

{% include contact.html subject=page.title contact=site.data.contacts.wfrc %}

-
- {% include packagedata.html name="EmploymentTAZ" - info=page.EmploymentTAZ %} -
diff --git a/data/economy/enterprise-zones/index.html b/data/economy/enterprise-zones/index.html deleted file mode 100644 index 591fa1d3b9..0000000000 --- a/data/economy/enterprise-zones/index.html +++ /dev/null @@ -1,48 +0,0 @@ ---- -tags: - - data - - economic development - - economy -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 15:32:05 -0700 -categories: [] -EnterpriseZones: - hub: - name: Utah Enterprise Zones - item_id: dc4539cb9d1548e1a1f31cf5b63e3ad5 - updates: - - November 2020 - - March 2020 - - December 2019 - - November 2019 - - October 2019 ---- -
- Enterprise Zones -
Enterprise Zones
-
-{% include abstract.html -name="Enterprise Zones" -stewards="UGRC and GOED" -abstract="Enterprise Zones are areas created by the Utah Governors Office of Economic Development to encourage economic -growth and development in specified areas by providing tax breaks to development projects within these boundaries." %} -
-
-

Enterprise Zones

-
-
-

Enterprise Zones was originally created to be used in a web application that allows the public to search by - address and be informed whether or not a property is located within an Enterprise Zone. There are no constraints - or warranties with regard to the use of this dataset.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="EnterpriseZones" - info=page.EnterpriseZones %} -
diff --git a/data/economy/index.html b/data/economy/index.html deleted file mode 100644 index 3eba76728d..0000000000 --- a/data/economy/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -tags: - - data - - economy - - overview -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-10-20 17:13:00 -0600 -title: Economy Overview -categories: [] ---- -{% include table_overview.html name="Economy" %} - - - Enterprise Zones - map data - GOED - Enterprise Zones are areas that have tax breaks to encourage economic growth. - - - Sales Tax Areas and Tax Entity Areas - map data - Utah State Tax Commission - Transit special tax areas and sales tax areas and the accompanying tax entity areas. - - - -

Related Data

- diff --git a/data/economy/taxingareas/index.html b/data/economy/taxingareas/index.html deleted file mode 100644 index af9285ff11..0000000000 --- a/data/economy/taxingareas/index.html +++ /dev/null @@ -1,138 +0,0 @@ ---- -tags: - - data - - economy - - tax -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 15:34:32 -0700 -categories: [] -SalesTaxAreas: - hub: - name: Utah Sales Tax Zones - item_id: 852bc8eeaa534cc586b8936e1b451f54 - updates: - - Updated 2/13/2023 1st Quarter 2023 - - Updated 8/25/2022 3rd Quarter 2022 - - Updated 4/12/2022 2nd Quarter 2022 - - Updated 1/31/2019 1st Quarter 2019 -TaxEntities: - hub: - name: Utah Tax Entities 2022 - item_id: cf717be2436e46758a263d53b63b8cf7 - updates: - - June 2023 - - March 2022 - - January 2021 -TaxAreas: - hub: - name: Utah Tax Areas 2022 - item_id: 1c962302668e431db53d9763962c09f5 - updates: - - June 2023 - - March 2022 - - January 2021 -TransitSpecialTaxAreas: - hub: - name: Utah Transit Special Tax Areas - item_id: 17b06b8c22444f0291703c4c05f18b07 - updates: - - March 2022 - - January 2019 - - March 2018 ---- -
- Taxing area polygons -
Tax Areas
-
-{% include abstract.html -name="Sales Tax Areas and Tax Entity Areas" -stewards="USTC & UGRC" -abstract="These datasets are related to taxation in Utah. They were created by the Utah State Tax Commission (USTC) and -other local government agencies." %} -
-
-

Sales Tax Areas

-
-
- SalesTaxAreas -

Sales Tax Areas contains the approximate boundaries of Sales Tax Collection Areas in Utah. Sales Tax Areas are - formed by municipality boundaries, special sales tax districts and the unincorporated areas of counties not in a - special sales tax district.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="SalesTaxAreas" info=page.SalesTaxAreas %} -
-
-
-

Tax Areas

-
-
- Tax Entities -

Tax Areas 2022 contains the set of taxing areas for the year, formed by each unique 2-dimensional intersection of incorporated - taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two - categories cover the entire state. The property tax levy rate within a tax area should be the same for a specified - property type within that area. Rates for 2023 have not been assigned yet, that data will not be available until September.

-

There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.tax %}

-
- {% include packagedata.html - name="TaxAreas" - info=page.TaxAreas - %} -
-
-
-

Transit Special Tax Areas

-
-
- Economy Transit -

Transit Sales Tax Areas are generally areas outside of incorporated municipalities where additional sales tax is - collected to support transit activities (generally buses).

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.special_tax %}

-
- {% include packagedata.html name="TransitSpecialTaxAreas" info=page.TransitSpecialTaxAreas %} -
-
-
-

Tax Entities

-
-
- TaxEntities -

Tax Entities 2022 contains Tax Entities in Utah. Tax Entities are incorporated bodies that have the power to levy - a local property tax such as school districts, counties, cities, special service districts, redevelopment - districts, library districts, cemetery districts, and mosquito abatement districts. The Tax Entities 2022 dataset - does not represent exact legal boundaries, but rather a set of boundaries used for the administrative purposes by - the USTC Property Tax Division for centrally assesses properties (quarries, rail, linear utilities, etc).

-
Tax Entities with...
-
    -
  • ENT_NBR of 1010 are counties -
  • 2000 level ENT_NBR are school districts -
  • 3000 level ENT_NBR are incorporated cities/towns -
  • 4000 level ENT_NBR are special service districts -
  • 6000 level ENT_NBR are special districts -
  • 8000 and 9000 level ENT_NBR are redevelopment or community - development areas (RDA or CDA) -
-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.tax %}

-
- {% include packagedata.html - name="TaxEntities" - info=page.TaxEntities - %} -
diff --git a/data/elevation-and-terrain/2-meter-lidar/index.html b/data/elevation-and-terrain/2-meter-lidar/index.html deleted file mode 100644 index 036865544a..0000000000 --- a/data/elevation-and-terrain/2-meter-lidar/index.html +++ /dev/null @@ -1,113 +0,0 @@ ---- -tags: - - bare earth - - contour - - elevation - - lidar -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2011-08-15 18:06:56 -0600 -title: 2 Meter LiDAR Elevation Data (2006) -categories: [] -webapps: - - url: https://raster.utah.gov/?cat=2%20Meter%20%7B2006%20LiDAR%7D - label: 2 meter Bare Earth DEMs - - url: https://raster.utah.gov/?cat=1.25%20Meter%20%7B2006%20LiDAR%7D - label: 1.25 meter Bare Earth DEMs and Raw XYZi LiDAR - - url: https://raster.utah.gov/?cat=1%20Meter%20%7B2006%20LiDAR%7D - label: 1 meter Bare Earth DEMs, First Return DEMs, Last Return DEMs, and Raw XYZi LiDAR -TwoMeter: - downloads: - - url: https://raster.utah.gov/?cat=2%20Meter%20%7B2006%20LiDAR%7D - label: 2 meter Bare Earth DEMs for Wasatch Front, Heber and Iron County areas - updates: - - 2006 -125Meter: - downloads: - - url: https://raster.utah.gov/?cat=1.25%20Meter%20%7B2006%20LiDAR%7D - label: 1.25 meter Bare Earth DEMs and Raw XYZi LiDAR for Wasatch Front area - updates: - - 2006 -1Meter: - downloads: - - url: https://raster.utah.gov/?cat=1%20Meter%20%7B2006%20LiDAR%7D - label: 1 meter Bare Earth DEMs, First Return DEMs, Last Return DEMs, and Raw XYZi LiDAR for Salt Lake Valley - updates: - - 2006 ---- -
- Lidar Sample -
LiDAR Sample
-
-{% include abstract.html -name="2 Meter LiDAR Elevation Data from 2006" -stewards="" -type="asc format LiDAR" -webapp=page.webapps -abstract="UGRC has 1, 1.25, and 2 meter LiDAR in .asc format for various areas of the state collected during 2006." %} -
-
-

2 Meter LiDAR

-
-
-

Use this shapefile - to determine what files to download in the Wasatch Front area. The Heber Valley and Iron County areas download as - complete areas in a .zip file. These LiDAR files are in a .asc format and are around 10 mb per 2,000 X 2,000 meter - block. This data has a UTM NAD83 NAVD88 Meters zone 12 Geoid 03 projection.

- -

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

-
- {% include packagedata.html name="TwoMeter" - info=page.TwoMeter %} -
-
-
-

1.25 Meter LiDAR

-
-
- -

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

-
- {% include packagedata.html name="125Meter" - info=page.125Meter %} -
-
-
-

1 Meter LiDAR

-
-
- -

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

-
- {% include packagedata.html name="1Meter" info=page.1Meter %} diff --git a/data/elevation-and-terrain/2011-lidar/index.html b/data/elevation-and-terrain/2011-lidar/index.html deleted file mode 100644 index 32d1783b42..0000000000 --- a/data/elevation-and-terrain/2011-lidar/index.html +++ /dev/null @@ -1,255 +0,0 @@ ---- -tags: - - dem - - elevation - - las - - lidar - - raster - - terrain - - topographic -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2013-02-20 17:29:07 -0700 -title: 2011 1 Meter LiDAR Elevation Data -categories: [] -1Meter: - downloads: - - url: https://raster.utah.gov/?cat=1%20Meter%20%7B2011%20LiDAR%7D - label: 1 meter Bare Earth DEMs - - url: https://portal.opentopography.org/gridsphere/gridsphere?gs_action=lidarDataset&cid=geonlidarframeportlet&opentopoID=OTLAS.042013.26912.1 - label: All available 2011 LiDAR products from Open Topography - updates: - - 2011 ---- -{% include abstract.html -name="2011 1 Meter LiDAR Elevation Data" -stewards="" -type="img and las format LiDAR" -webapp="https://raster.utah.gov/?cat=1%20Meter%20%7B2011%20LiDAR%7D" -abstract="UGRC has 1 meter LiDAR in .img and .las format for various areas of the state -collected during 2011." %} -
-
-

1 Meter LiDAR

-
-
-

The DEMs are available for download but the DSM and .85 meter classified point clouds are available {% include - contact.html subject=page.title contact=site.data.contacts.elevation text='by request from' hide-punctuation=true - %} or from Open - Topography. The areas include the north, east, and south sides of the Great Salt Lake, Cedar Valley, - Hurricane Fault, and more.

-

Use this geodatabase - or this collection of shapefiles - containing the tile indices and boundaries to determine what imagery files to download. The LiDAR - DEM files are in a .img format and are around 10 mb per 2,000x2,000 meter block. This data - has a UTM NAD83 NAVD88 Meters zone 12 Geoid 08 projection.

-

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

-
Related Resources
- -
- {% include packagedata.html name="1Meter" - info=page.1Meter %} -
-
-
-

Bear River

-
- -
-
-
-

Cedar Valley

-
- -
-
-
-

Great Salt Lake (North)

-
- -
-
-
-

Great Salt Lake (Middle)

-
- -
-
-
-

Great Salt Lake (South)

-
- -
-
-
-

Great Salt Lake (Tooele)

-
- -
-
-
-

Hurricane Fault

-
- -
- -
-
-

Ogden Valley (Weber County Upper Valley)

-
- -
-
-
-

Lowry Water

-
- -
diff --git a/data/elevation-and-terrain/2013-2014-lidar/index.html b/data/elevation-and-terrain/2013-2014-lidar/index.html deleted file mode 100644 index df73ebe041..0000000000 --- a/data/elevation-and-terrain/2013-2014-lidar/index.html +++ /dev/null @@ -1,172 +0,0 @@ ---- -tags: - - 8 ppm - - contour - - dem - - elevation - - first return - - hillshade - - las - - lidar - - point cloud - - slope - - topo -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2014-03-04 13:05:19 -0700 -title: Wasatch Front LiDAR Elevation Data -categories: [] -LiDARWasatchFront: - downloads: - - url: https://raster.utah.gov/?cat=.5%20Meter%20%7B2013-2014%20LiDAR%7D - label: Retrieve 2013-2014 Bare Earth DEMs and First Return DSMs via Interactive Map - - url: https://portal.opentopography.org/datasetMetadata?otCollectionID=OT.122014.26912.1 - label: All 2013-2014 products from Open Topography - updates: - - 2014 ---- -{% capture abstract %} -During the Fall of 2013 and the Spring of 2014 UGRC and partners acquired 1,422 square miles of 8 points per meter Quality -Level 1 LiDAR for areas along the Wasatch Front including the urbanized areas of Salt Lake County and Utah County and -areas along the Wasatch Fault from Sanpete County north into Oneida County in southeast Idaho. The .5 meter resolution -bare earth hydro flattened DTMs and first-return/highest-hit DSMs in .img format have a 9.25cm vertical RMSE accuracy. -The LAS classified point clouds are also available {% include contact.html subject=page.title -contact=site.data.contacts.elevation hide-punctuation=true text='by contacting' %} or from Open Topography. This elevation -data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. -{% endcapture %} -
- - Project Area -
Project Area
-
-{% include abstract.html -name="Wasatch Front LiDAR Elevation Data" -stewards="UGRC" -type="LiDAR in img format" -webapp="https://raster.utah.gov/?cat=.5%20Meter%20%7B2013-2014%20LiDAR%7D" -abstract=abstract %} -
-
-

Elevation Data

-
-
-

The 2013-2014 bare earth DTMs and first return DSMs are available for download via the raster.utah.gov interactive map. - All of the 2013-2014 products are available from the Open Topography - interactive map. The naming convention for the tiles are based off the U.S. National Grid (USNG). Utah is distributed - over the USNG grid zone 12T and 12S.

-

If you are a CAD or Microstation user you may need to convert the .img files into a - different file format such as .las. My suggestion is to search the internet for - AutoCad and .img or search the user forums. There are discussions about converting the files from - .img format to a format you can use. There is different software, many free (FW Tools, ER Viewer), - that can convert the .img files to whatever flavor your software needs. GIS software like ArcMap can - convert the files too. The trial version of Global Mapper can also convert the files. You can also be download the - LAS point clouds from Open - Topography. -

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

-
- {% include packagedata.html name="LiDARWasatchFront" - info=page.LiDARWasatchFront %} -
-

Examples

-
-
-

DTM

-
-
- - dem - -

A Digital Terrain Model (DTM), commonly referred to as a DEM, is a digital file consisting of terrain elevations - for ground positions at regularly spaced horizontal intervals. In this dataset features above the ground such as - buildings and trees have been removed from the elevation model. The resolution of this data is .5 Meter and is - sufficient for generating 1 foot contours. This data has a wide range of applications and is most commonly used in - flood and hydro-logic modeling, geologic hazard mapping, contour line creation, and rectification of aerial - photography and satellite imagery.

-
-
-
-
-

DSM

-
-
- - ned - -

A Digital Surface Model (DSM) is similar to a DTM but features above the ground terrain have not been removed - from the elevation model. The resolution of this data is .5 Meter. This data has a wide range of applications - including analyzing solar potential, vegetation quantification, and building or surface feature delineation.

-
-
-
-
-

LiDAR Point Cloud

-
-
- - lidar - -

LiDAR is collected with laser pulses that return to the sensor and are stored as a point cloud. Each point in the - cloud can be assigned an X,Y,Z, intensity, return number, RGB value etc. Each LiDAR point can also have - classifications for landcover types (ex. ground, water, road, building, vegetation, etc.). The LAS point cloud - files associated with this project have the following classifications yet further classification of the point - cloud is possible:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CodeDescription
1Processed, but unclassified
2Bare-earth ground
7Noise
9Water
10Ignored Ground (Breakline proximity)
11Withheld
-
-
diff --git a/data/elevation-and-terrain/2015-lidar-rivers/index.md b/data/elevation-and-terrain/2015-lidar-rivers/index.md deleted file mode 100644 index d88ef377ff..0000000000 --- a/data/elevation-and-terrain/2015-lidar-rivers/index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -tags: - - dem - - lidar -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2017-11-01 23:29:51 -title: 2015 Colorado, Green, and Yampa Rivers LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_rivers.png %}){: .flex .flex--center .outline loading="lazy" } - -[![Project area map]({% link images/lidar_rivers_coverage_sm.png %} "click for map")]({% link images/lidar_rivers_coverage.png %}){:.inline-text-right loading="lazy" } - -During late Fall of 2015 the Utah Division of Forestry, Fire & State Lands and the U.S. National Park Service acquired [~152 square miles]({% link images/lidar_rivers_coverage.png %}) covering ~680 river miles of 8 points per meter LiDAR of the Colorado, Green, and Yampa rivers in Utah and Colorado. The LiDAR collection is mainly of the river course and not the surrounding canyons. A small ~.8 square mile area was also collected in Arches N.P. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS classified point clouds are available from [Open Topography](https://portal.opentopography.org/lidarDataset?opentopoID=OTLAS.092018.6341.1). This elevation data was collected October and November of 2015 during low flow conditions. - - - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.lidar_rivers %} diff --git a/data/elevation-and-terrain/2015-lidar-zion-np/index.md b/data/elevation-and-terrain/2015-lidar-zion-np/index.md deleted file mode 100644 index 4a5316a875..0000000000 --- a/data/elevation-and-terrain/2015-lidar-zion-np/index.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-06-26 12:30:30 -title: 2015 Zion National Park LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_zion_np_2015.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_zion_np_2015_coverage_sm.png %} "click for map")]({% link images/lidar_zion_np_2015_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2015 and 2016 the U.S. Geological Survey and the U.S. Park Service acquired [~239 square miles]({% link images/lidar_zion_np_2015_coverage.png %}) of 2 and 8 points per meter Quality Level 1 & 2 LiDAR for Zion National Park in Utah. The .5 and 1 meter resolution bare earth DEMs '.img' format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, classified to ground, low, medium, and high vegetation, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between November 2015 and July 2016 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12B) projection. - -
    -
  • - - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Retrieve 2015 Bare Earth DEMs via Interactive Map - -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download project Reports and - Metadata -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download shapefiles of project area, tile indices, and breaklines -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download QL1 Point Clouds from the USGS FTP site -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download QL2 Point Clouds from the USGS FTP site -
  • -
- -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12B) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2016-lidar-blbrcvuwv/index.md b/data/elevation-and-terrain/2016-lidar-blbrcvuwv/index.md deleted file mode 100644 index 6d4ff1ac84..0000000000 --- a/data/elevation-and-terrain/2016-lidar-blbrcvuwv/index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: 2016 Bear Lake, Bear River, Cache Valley, and Upper Weber Valley LiDAR Elevation Data -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2017-11-13 15:30:30 -categories: [] -tags: - - dem - - lidar ---- - -![Sample]({% link images/lidar_blbrcvuwv.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_blbrcvuwv_coverage_sm.png %} "click for map")]({% link images/lidar_blbrcvuwv_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During the Fall of 2016 UGRC, Cache and Weber County, and the Utah Department of Emergency Management acquired [~790 square miles]({% link images/lidar_blbrcvuwv_coverage.png %}) of 8 points per meter Quality Level 1 LiDAR. The project areas cover the Cache Valley, Upper Weber Valley, Bear River from Cache County to the Great Salt Lake, and the Bear Lake shoreline. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS classified point clouds are also available from [The National Map](https://apps.nationalmap.gov/downloader), [Open Topography](https://portal.opentopography.org/lidarDataset?opentopoID=OTLAS.092018.6341.1), {{ contact }} This elevation data was collected between September, 2016 and November, 2017 and has a UTM NAD83 (2011) zone 12 north meter NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2016-lidar-forge/index.md b/data/elevation-and-terrain/2016-lidar-forge/index.md deleted file mode 100644 index 30e3e5edf0..0000000000 --- a/data/elevation-and-terrain/2016-lidar-forge/index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -tags: - - dem - - lidar -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2017-11-28 15:30:30 -title: 2016 FORGE LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_forge.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_forge_coverage_sm.png %} "click for map")]({% link images/lidar_forge_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During the Fall of 2016 UGRC and the Utah Geological Survey acquired [~205 square miles]({% link images/lidar_forge_coverage.png %}) of 8 points per meter Quality Level 1 LiDAR of The Frontier Observatory for Research in Geothermal Energy ([FORGE](https://energy.gov/eere/forge/forge-home "more information")) area around Milford, Utah in Beaver and Millard Counties in western Utah. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS classified point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader), [Open Topography](https://portal.opentopography.org/lidarDataset?opentopoID=OTLAS.092018.6341.1), {{ contact }} This elevation data was collected between October 26 and November 3, 2016 and has a UTM NAD83 (2011) zone 12 north meter NAVD88(GEOID12) projection. - - - -View [Geologic Photographs of the Utah FORGE Project](https://geodata.geology.utah.gov/pages/search.php?search=!collection207) from the Utah Geological Survey. - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2016-lidar-gsl/index.md b/data/elevation-and-terrain/2016-lidar-gsl/index.md deleted file mode 100644 index a01e9c463f..0000000000 --- a/data/elevation-and-terrain/2016-lidar-gsl/index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -tags: - - dem - - lidar -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2017-11-13 15:30:30 -title: 2016 Great Salt Lake and Utah Lake LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_gsl.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_gsl_coverage_sm.png %} "click for map")]({% link images/lidar_gsl_coverage.png %}){:.inline-text-right} - -{%- capture contact --%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During the Fall of 2016 UGRC, Utah Geological Survey, and the Utah Division of Forestry, Fire and State Lands acquired [~1,555 square miles]({% link images/lidar_gsl_coverage.png %}) of 2 and 8 ppm Quality Level 1 and 2 LiDAR of the Great Salt Lake and Utah Lake. The GSL portion of the project, collected between September and November 2016, is a combination of .5 QL1 and 1 meter QL2. Some areas are available as .5 meter although the entire GSL project areas is available as 1 meter. During the acquisition the GSL was at a historical low. The Utah Lake portion, collected between October and November 2016, is all .5 meter and is mainly the lake shoreline. More LiDAR around Utah Lake can be found in the [2013-2014 collection]({% link data/elevation-and-terrain/2013-2014-lidar/index.html %}). The .5 and 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS classified point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader), [Open Topography](https://portal.opentopography.org/lidarDataset?opentopoID=OTLAS.092018.6341.1), {{ contact }} This elevation data has a UTM NAD83 (2011) zone 12 north meter NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2016-lidar-kanab/index.md b/data/elevation-and-terrain/2016-lidar-kanab/index.md deleted file mode 100644 index 1791e093a8..0000000000 --- a/data/elevation-and-terrain/2016-lidar-kanab/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-04-22 15:30:30 -title: 2016 Kanab Utah LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_kanab_2016.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_kanab_2016_coverage_sm.png %} "click for map")]({% link images/lidar_kanab_2016_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -In 2016 the Natural Resource Conservation Service (NRCS) acquired LiDAR around Fredonia, AZ that covers [~150 square miles]({% link images/lidar_kanab_2016_coverage.png %}) of Utah with 8 points per meter Quality Level 1 LiDAR and includes Kanab, UT. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, classified to ground, low, medium, and high vegetation, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between October and December, 2016 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2016-lidar-monroe-mtn/index.md b/data/elevation-and-terrain/2016-lidar-monroe-mtn/index.md deleted file mode 100644 index 74d64713cb..0000000000 --- a/data/elevation-and-terrain/2016-lidar-monroe-mtn/index.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -tags: - - dem - - lidar -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2017-05-22 23:29:51 -title: 2016 Monroe Mountain LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_monroe.PNG %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_monroe_coverage_sm.png %} "click for map")]({% link images/lidar_monroe_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During the Summer of 2016 UGRC and the U.S. Forest Service acquired [292 square miles]({% link images/lidar_monroe_coverage.png %}) of 8 points per meter Quality Level 1 LiDAR on Monroe Mountain in central Utah. The acquisition took place with leaf-on conditions to model the forest canopy in addition to ground elevations. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS classified point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader), [Open Topography](https://portal.opentopography.org/lidarDataset?opentopoID=OTLAS.092018.6341.1), {{ contact }} This elevation data was collected between Aug. 27 and Sept. 11, 2016 and has a UTM NAD83 (2011) zone 12 north meter NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} - - - diff --git a/data/elevation-and-terrain/2017-lidar-millsite-res/index.md b/data/elevation-and-terrain/2017-lidar-millsite-res/index.md deleted file mode 100644 index d804e5a7ac..0000000000 --- a/data/elevation-and-terrain/2017-lidar-millsite-res/index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -tags: - - dem - - lidar -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2018-7-23 23:29:51 -title: 2017 Millsite Reservoir LiDAR Elevation Data -categories: [] ---- -![Sample]({% link images/lidar_millsite.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_millsite_coverage_sm.png %} "click for map")]({% link images/lidar_millsite_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During the Fall of 2017 UGRC and the U.S. Department of Agriculture, Natural Resources Conservation Service acquired [~13 square miles]({% link images/lidar_millsite_coverage.png %}) of 8 points per meter Quality Level 1 LiDAR of Millsite Reservoir, Utah. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS classified point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader), [Open Topography](https://portal.opentopography.org/lidarDataset?opentopoID=OTLAS.092018.6341.1), {{ contact }} This elevation data was collected October 21 and 25, 2017 when the reservoir was drained and has a UTM NAD83 (2011) zone 12 north meter NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2017-lidar-washington-co/index.md b/data/elevation-and-terrain/2017-lidar-washington-co/index.md deleted file mode 100644 index f492e6e35f..0000000000 --- a/data/elevation-and-terrain/2017-lidar-washington-co/index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -tags: - - dem - - lidar -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2017-11-13 15:30:30 -title: 2017 Washington County LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_washington_co.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_washington_co_coverage_sm.png %} "click for map")]({% link images/lidar_washington_co_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During the Spring of 2017 UGRC, Washington County, and the Utah Division of Emergency Management acquired [~516 square miles]({% link images/lidar_washington_co_coverage.png %}) of 2 points per meter Quality Level 2 LiDAR of areas within Washington County in Southwestern Utah. The 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS classified point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader), [Open Topography](https://portal.opentopography.org/lidarDataset?opentopoID=OTLAS.092018.6341.1), {{ contact }} This elevation data was collected between January and July, 2017 and has a UTM NAD83 (2011) zone 12 north meter NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2017-lidar-wvw/index.md b/data/elevation-and-terrain/2017-lidar-wvw/index.md deleted file mode 100644 index 96b5a5c126..0000000000 --- a/data/elevation-and-terrain/2017-lidar-wvw/index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -tags: - - dem - - lidar -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2017-10-19 23:29:51 -title: 2017 Washakie and Whites Valley LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_wvw.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_wvw_coverage_sm.png %} "click for map")]({% link images/lidar_wvw_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During the Spring of 2017 UGRC and the Utah Department of Natural Resources, Division of Water Resources acquired [~28 square miles]({% link images/lidar_wvw_coverage.png %}) of 8 points per meter Quality Level 1 LiDAR of Washakie, Utah and Whites Valley in Northern Utah. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS classified point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader), [Open Topography](https://portal.opentopography.org/lidarDataset?opentopoID=OTLAS.092018.6341.1), {{ contact }} This elevation data was collected April 15-16, 2017 and has a UTM NAD83 (2011) zone 12 north meter NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2018-lidar-box-elder/index.md b/data/elevation-and-terrain/2018-lidar-box-elder/index.md deleted file mode 100644 index 111a855eec..0000000000 --- a/data/elevation-and-terrain/2018-lidar-box-elder/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-06-23 12:30:30 -title: 2018 Box Elder County LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_box_elder_2018.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_box_elder_2018_coverage_sm.png %} "click for map")]({% link images/lidar_box_elder_2018_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2018 UGRC, the Natural Resource Conservation Service (NRCS), and the Utah Geological Survey (UGS) acquired [~2,271 square miles]({% link images/lidar_box_elder_2018_coverage.png %}) of 8 points per meter Quality Level 1 LiDAR for areas in Northern Utah. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, classified to ground, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between April and October, 2018 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2018-lidar-central-utah/index.md b/data/elevation-and-terrain/2018-lidar-central-utah/index.md deleted file mode 100644 index a0f887b668..0000000000 --- a/data/elevation-and-terrain/2018-lidar-central-utah/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-04-24 12:30:30 -title: 2018 Central Utah LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_central_utah_2018.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_central_utah_2018_coverage_sm.png %} "click for map")]({% link images/lidar_central_utah_2018_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2018 UGRC, the Utah Division of Emergency Management, the Natural Resource Conservation Service (NRCS), and the Utah Geological Survey (UGS) acquired [~3,759 square miles]({% link images/lidar_central_utah_2018_coverage.png %}) of 2 and 8 points per meter Quality Level 1 & 2 LiDAR for areas in Central Utah. The .5 and 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, classified to ground, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between April and October, 2018 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2018-lidar-northern-utah/index.md b/data/elevation-and-terrain/2018-lidar-northern-utah/index.md deleted file mode 100644 index b96cbe2295..0000000000 --- a/data/elevation-and-terrain/2018-lidar-northern-utah/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-04-28 12:30:30 -title: 2018 Northern Utah LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_northern_utah_2018.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_northern_utah_2018_coverage_sm.png %} "click for map")]({% link images/lidar_northern_utah_2018_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2018 UGRC, the Natural Resource Conservation Service (NRCS), and the Utah Geological Survey (UGS) acquired [~1,632 square miles]({% link images/lidar_northern_utah_2018_coverage.png %}) of 2 and 8 points per meter Quality Level 1 & 2 LiDAR for areas in Northern Utah. The .5 and 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, classified to ground, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between April and October, 2018 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2018-lidar-sanpete-valley/index.md b/data/elevation-and-terrain/2018-lidar-sanpete-valley/index.md deleted file mode 100644 index 68dfa932a2..0000000000 --- a/data/elevation-and-terrain/2018-lidar-sanpete-valley/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-06-24 12:30:30 -title: 2018 Sanpete Valley LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_sanpete_valley_2018.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_sanpete_valley_2018_coverage_sm.png %} "click for map")]({% link images/lidar_sanpete_valley_2018_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2018 UGRC, the Natural Resource Conservation Service (NRCS), and the Utah Geological Survey (UGS) acquired [~440 square miles]({% link images/lidar_sanpete_valley_2018_coverage.png %}) of 8 points per meter Quality Level 1 LiDAR in Central Utah. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, classified to ground, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between April and October, 2018 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2018-lidar-southern-utah/index.md b/data/elevation-and-terrain/2018-lidar-southern-utah/index.md deleted file mode 100644 index fabb264138..0000000000 --- a/data/elevation-and-terrain/2018-lidar-southern-utah/index.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-04-23 12:30:30 -title: 2018 Southern Utah LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_southern_utah_2018.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_southern_utah_2018_coverage_sm.png %} "click for map")]({% link images/lidar_southern_utah_2018_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2018 UGRC, Utah Division of Emergency Management, US National Park Service, and US Forest Service acquired [~5,466 square miles]({% link images/lidar_southern_utah_2018_coverage.png %}) of 2 and 8 points per meter Quality Level 1 & 2 LiDAR for areas in Southern Utah. The .5 and 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, classified to ground, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between April and October, 2018 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2018-lidar-unitah-basin-heber-valley/index.md b/data/elevation-and-terrain/2018-lidar-unitah-basin-heber-valley/index.md deleted file mode 100644 index 2cc16dd36e..0000000000 --- a/data/elevation-and-terrain/2018-lidar-unitah-basin-heber-valley/index.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-08-06 12:30:30 -title: 2018 Uintah Basin and Heber Valley LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_heber_uintah_basin_2018.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_heber_uintah_basin_2018_coverage_sm.png %} "click for map")]({% link images/lidar_heber_uintah_basin_2018_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2018 the Federal Emergency Management Agency (FEMA) acquired [~4,693 square miles]({% link images/lidar_heber_uintah_basin_2018_coverage.png %}) of 2 and 8 points per meter Quality Level 1 & 2 LiDAR for areas in Northern Utah that include the Uintah Basin (QL2) and Heber Valley (QL1). The .5 and 1 meter resolution bare earth DEMs in .img format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, classified to ground, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between June and October, 2018 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. The project was acquired two weeks before the [Dollar Ridge Fire](https://inciweb.nwcg.gov/incident/5881/) started. [Postfire LiDAR and aerial photography of the Strawberry River]({% link data/elevation-and-terrain/2019-lidar-strawberry-river/index.md %}), collected August 15-18, 2019 is also available. - -
    -
  • - - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Retrieve 2018 Bare Earth DEMs via Interactive Map. - -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download project Reports and - Metadata -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download shapefiles of project area, tile indices, and breaklines -
  • -
- -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2019-lidar-kane-county/index.md b/data/elevation-and-terrain/2019-lidar-kane-county/index.md deleted file mode 100644 index 2a76a9b598..0000000000 --- a/data/elevation-and-terrain/2019-lidar-kane-county/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2020-11-16 12:30:30 -title: 2019 Kane County Lidar Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_kane_county_2019.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_kane_county_2019_coverage_sm.png %} "click for map")]({% link images/lidar_kane_county_2019_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2019 UGRC and the Utah Division of Emergency Management acquired [~6,114 square miles]({% link images/lidar_kane_county_2019_coverage.png %}) of 2 points per meter Quality Level 2 LiDAR of Kane County and portions of the Greater Sevier Watershed. The 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2019-lidar-strawberry-river/index.md b/data/elevation-and-terrain/2019-lidar-strawberry-river/index.md deleted file mode 100644 index f9369204cc..0000000000 --- a/data/elevation-and-terrain/2019-lidar-strawberry-river/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2019-12-31 12:30:30 -title: 2019 Strawberry River LiDAR Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_strawberry_river_2019.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_strawberry_river_2019_coverage_sm.png %} "click for map")]({% link images/lidar_strawberry_river_2019_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2019 UGRC and the Utah Reclamation Mitigation Conservation Commission (URMCC) acquired [~92 square miles]({% link images/lidar_strawberry_river_2019_coverage.png %}) of 8 points per meter Quality Level 1 LiDAR and 10cm 4-band aerial photography of the Strawberry River, from Soldier Creek Dam to The Pinnacles, after the [Dollar Ridge Fire](https://inciweb.nwcg.gov/incident/5881/) in 2018. The .5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, colorized and classified to ground, are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected August 15-18, 2019 and has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2020-lidar-central-southern-utah/index.md b/data/elevation-and-terrain/2020-lidar-central-southern-utah/index.md deleted file mode 100644 index 92b79a2c29..0000000000 --- a/data/elevation-and-terrain/2020-lidar-central-southern-utah/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2021-09-01 12:30:30 -title: 2020 Central & Southern Utah Lidar Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_central_southern_utah_2020.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_central_southern_utah_2020_coverage_sm.png %} "click for map")]({% link images/lidar_central_southern_utah_2020_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2020 UGRC, the Natural Resource Conservation Service (NRCS), and the Utah Division of Emergency Management acquired [~5,143 square miles]({% link images/lidar_central_southern_utah_2020_coverage.png %}) of 2 points per meter Quality Level 2 LiDAR of portions of Central and Southern Utah. The 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between September and October, 2020. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection with the exception of a small strip on the western edge of the project area in zone 11. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2020-lidar-fema-hq/index.md b/data/elevation-and-terrain/2020-lidar-fema-hq/index.md deleted file mode 100644 index be7954941f..0000000000 --- a/data/elevation-and-terrain/2020-lidar-fema-hq/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2023-10-17 11:00:00 -title: 2020 FEMA HQ Lidar Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_femahq_2020.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_femahq_2020_coverage_sm.png %} "click for map")]({% link images/lidar_femahq_2020_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2020 UGRC, the Utah Division of Emergency Management, the Natural Resource Conservation Service (NRCS), the U.S. Forest Service (USFS), and the Federal Emergency Management Agency (FEMA) acquired [~13,686 square miles]({% link images/lidar_femahq_2020_coverage.png %}) of 2 and 8 points per meter Quality Level 1 & 2 LiDAR of portions Utah. The .5 and 1 meter resolution bare earth DEMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader). This elevation data was collected between August and November, 2020. - -
    -
  • - - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Retrieve 2020 Bare Earth DTMs via Interactive Map - -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download project Reports and Metadata -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download shapefiles of project area, tile indices, and breaklines -
  • -
- -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2020-lidar-logan-river-watershed/index.md b/data/elevation-and-terrain/2020-lidar-logan-river-watershed/index.md deleted file mode 100644 index f9e4825ca6..0000000000 --- a/data/elevation-and-terrain/2020-lidar-logan-river-watershed/index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: 2020 Logan River Watershed Lidar Elevation Data -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - dem - - lidar - - elevation -categories: [] -date: 2023-06-14 12:30:30 ---- - -![Sample]({% link images/lidar_logan_river_watershed_utah_2020.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_logan_river_watershed_utah_2020_coverage_sm.png %} "click for map")]({% link images/lidar_logan_river_watershed_utah_2020_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2020 Utah State University, Utah Water Research Laboratory acquired [~216 square miles]({% link images/lidar_logan_river_watershed_utah_2020_coverage.png %}) of 8 points per meter LiDAR of the Logan River Watershed in Northern Utah. The 0.5 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have been tested to a 0.106 ft vertical RMSE accuracy and are available for download. This elevation data was collected August 12-13, 2020. - -
    -
  • - - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Retrieve 2020 Bare Earth DTMs and First Return DSMs via Interactive Map - -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download all project area DTMs or DSMs (approx. 9GB each) -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download Project Report -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download shapefiles of project area and tile index -
  • -
- -This elevation data has a State Plane Utah North NAD83(CORS96) NAVD88 projection with units in US Feet. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2020-lidar-northern-central-utah/index.md b/data/elevation-and-terrain/2020-lidar-northern-central-utah/index.md deleted file mode 100644 index ceee115eaf..0000000000 --- a/data/elevation-and-terrain/2020-lidar-northern-central-utah/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2020-09-08 11:00:00 -title: 2020 Northern & Central Utah Lidar Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_northern_central_utah_2020.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_northern_central_utah_2020_coverage_sm.png %} "click for map")]({% link images/lidar_northern_central_utah_2020_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2020 UGRC, the Natural Resource Conservation Service (NRCS), and the Utah Division of Emergency Management acquired [~5,262 square miles]({% link images/lidar_northern_central_utah_2020_coverage.png %}) of 2 and 8 points per meter Quality Level 1 & 2 LiDAR of portions of Northern and Central Utah. The .5 and 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between April and July, 2020. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection with the exception of a small strip on the western edge of the project area in zone 11. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2020-lidar-southern-utah/index.md b/data/elevation-and-terrain/2020-lidar-southern-utah/index.md deleted file mode 100644 index e05cfa8584..0000000000 --- a/data/elevation-and-terrain/2020-lidar-southern-utah/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2020-06-22 12:30:30 -title: 2020 Southern Utah Lidar Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_southern_utah_2020.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_southern_utah_2020_coverage_sm.png %} "click for map")]({% link images/lidar_southern_utah_2020_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -During 2020 UGRC and the Utah Division of Emergency Management acquired [~9,740 square miles]({% link images/lidar_southern_utah_2020_coverage.png %}) of 2 and 8 points per meter Quality Level 1 & 2 LiDAR of portions of Southern Utah. The .5 and 1 meter resolution bare earth DEMs and first-return/highest-hit DSMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds are available from [The National Map](https://apps.nationalmap.gov/downloader) {{ contact }} This elevation data was collected between May and July, 2020. - - - -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID12) projection with the exception of a small strip on the western edge of the project area in zone 11. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/2022-lidar-fish-springs/index.md b/data/elevation-and-terrain/2022-lidar-fish-springs/index.md deleted file mode 100644 index deeeb3a1aa..0000000000 --- a/data/elevation-and-terrain/2022-lidar-fish-springs/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -status: publish -layout: page -tags: - - dem - - lidar - - elevation -author: - display_name: Rick Kelson - email: rkelson@utah.gov -published: true -date: 2023-12-06 11:00:00 -title: 2022 Fish Springs Topobathymetric Lidar Elevation Data -categories: [] ---- - -![Sample]({% link images/lidar_fish_springs_2022.png %}){: .flex .flex--center .outline } - -[![Project area map]({% link images/lidar_fish_springs_2022_coverage_sm.png %} "click for map")]({% link images/lidar_fish_springs_2022_coverage.png %}){:.inline-text-right} - -{%- capture contact -%} -{%- include contact.html subject=page.title contact=site.data.contacts.elevation text='or by request from' -%} -{%- endcapture -%} -In 2022 the U.S. Geological Survey (USGS) acquired [29.5 square miles]({% link images/lidar_fish_springs_2022_coverage.png %}) of 8 points per meter Quality Level 1 Topobathymetric LiDAR of Fish Springs National Wildlife Refuge in Utah. The .5 resolution topo-bathy DEMs in .tif format have a 10.0cm vertical RMSE accuracy and are available for download. The LAS point clouds, intensity images, and orthophotography are available from [The National Map](https://apps.nationalmap.gov/lidar-explorer/#/). This elevation data was collected September 24, 2022. - -
    -
  • - - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Retrieve 2022 Topobathymetric DEMs via Interactive Map - -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download project Reports and Metadata -
  • -
  • - {% include fa_icon.html download=true class="svg-inline--fa fa-w-16" %} Download shapefiles of project area, tile indices, and breaklines -
  • -
- -The naming convention for the tiles are based off the [U.S. National Grid (USNG)](https://www.fgdc.gov/usng/how-to-read-usng/index_html). - -This elevation data has a UTM NAD83 (2011) zone 12 north meters NAVD88(GEOID18) projection. - -{% include contact.html subject=page.title contact=site.data.contacts.elevation %} diff --git a/data/elevation-and-terrain/contours/index.html b/data/elevation-and-terrain/contours/index.html deleted file mode 100644 index 6f1195fdff..0000000000 --- a/data/elevation-and-terrain/contours/index.html +++ /dev/null @@ -1,66 +0,0 @@ ---- -tags: - - contour - - data - - elevation - - topo - - topography -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2013-08-13 08:44:41 -0600 -categories: [] -500FootContours: - hub: - name: Utah Contours 500 Foot - item_id: 46024bfcf19545e4bdfbc3b1e86b74e0 - updates: - - This dataset has not been updated recently. -ContourPolygons: - hub: - name: Utah Contours Generalized 200 Foot - item_id: bc6850cf76924e38870e3bdc7c0dc473 - updates: - - As needed ---- -
- Contours -
Contour sample
-
-{% include abstract.html -name="Statewide Contours" -webapp="https://raster.utah.gov/?catGroup=200%20Foot%20%7BContour%20Interval%7D,500%20Foot%20%7BContour%20Interval%7D&title=Utah%20Contours" -abstract="This datasets contain a statewide coverage of 500 foot contours derived from the 10 meter National Elevation -Datasets (NED) Digital Elevation Model (DEM)." %} -
-
-

500 Foot Contours

-
-
- Contours -

ELEVATION.Contours500Ft is a statewide dataset of contour lines at a 500 foot interval for cartography and - approximate elevation identification. Elevation information is stored in the 500 Foot contour lines in an - attribute ELEV associated with each contour isoline.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83. There are no constraints or warranties with - regard to the use of this dataset. Users are encouraged to attribute content to: State of Utah, SGID. This contour - dataset was created by UGRC.

-

{% include contact.html subject=page.title contact=site.data.contacts.contours %}

-
- {% include packagedata.html name="500FootContours" info=page.500FootContours %} -
-
-
-

Generalized Contour Polygons 200 Foot

-
-
- Contours -

SGID10.ELEVATION.ContoursGeneralized200Ft are intended for general cartographic purposes and representing - approximate elevation and terrain. Contours were created by applying a focal filter to a 30 meter DEM, - reclassifying the DEM into 200 foot intervals and converting to polygons. Would you like to create your own - contour polygons or are you simply curious how it was done? Read the in-depth discussion of how - the contours were created and derived.

-

{% include contact.html subject=page.title contact=site.data.contacts.contours %}

-
- {% include packagedata.html name="ContourPolygons" info=page.ContourPolygons %} -
diff --git a/data/elevation-and-terrain/exploring-lidar/index.html b/data/elevation-and-terrain/exploring-lidar/index.html deleted file mode 100644 index 1db350453f..0000000000 --- a/data/elevation-and-terrain/exploring-lidar/index.html +++ /dev/null @@ -1,136 +0,0 @@ ---- -tags: - - contour - - dem - - elevation - - hillshade - - lidar - - topography -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2014-04-01 17:06:47 -0600 -title: Exploring LiDAR -categories: [] ---- - - lidar - -

Light Detection and Ranging elevation data is an optical remote sensing technology that can measure the distance to, - or other properties of a target by illuminating the target with light pulses from a laser and measuring the time and - intensity of the pulse return to the sensor. Laser pulses from the sensor can exceed 150,000 pulses per second. - Aircraft position (X,Y,Z) is measured twice a second while aircraft attitude (pitch, roll, yaw) is measured 200 times - per second. Currently this is the most accurate type of elevation data available. There are two main types of LiDAR - collections, Terrestrial and Airborne. Airborne LiDAR is most commonly used and available from UGRC.

- - - lidar - -

Bare-Earth Digital Elevation Models (DTM) and First-Return Digital Surface Models (DSM) are commonly used raster - products derived from LiDAR point cloud collections. Bare-Earth DEMs have had features above the ground filtered out - and are what is typically used for floodplain and hydro-logic modeling. First-return (highest-hit) raster products - model a surface but retain the features above the ground such as buildings, utilities, other manmade structures and - vegetation.

-

- lidar -

-

- lidar - LiDAR point clouds can be classified so that each point in the cloud is designated a land cover type (ex. ground, - water, road, building, vegetation, etc.). The vendor for the 2013-2014 Wasatch Front LiDAR project, Watershed Sciences Inc. (WSI) now a Quantum Spatial company, has provided the following samples that - show some of what can be done with the collected LiDAR data. Please note that while the sample data below contains LAS - point cloud data that are fully classified, the point clouds delivered for the project only has the following - classifications (including intensity, return number, and RGB values), yet further classification of the point cloud is - possible:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CodeDescription
1Processed, but unclassified
2Bare-earth ground
7Noise
9Water
10Ignored Ground (Breakline proximity)
11Withheld
-

Lidar Samples

- -

Lidar Resources

- -

LiDAR collections, derivative products and analytics are numerous and can include:

-
    -
  • bare-earth raster elevation models *
  • -
  • first-return (aka Highest-Hit) raster elevation models *
  • -
  • point cloud (with varying levels of point classification) *
  • -
  • laser pulse intensity images *
  • -
  • contour lines
  • -
  • building footprints
  • -
  • vegetation metrics
  • -
  • hydrology modeling
  • -
  • landslide potential
  • -
  • solar potential
  • -
  • 3D modeling
  • -

    * - products delivered for the 2013-2014 Wasatch Front project -

-

If you are a CAD / Microstation user you may need to convert the ERDAS Imagine format .img files into a - different file format such as .tif or .las. A web search for AutoCad and .img - will produce helpful results or search user forums. You will find discussions about converting the .img - format to a format you can use. There are many tools that can convert the files - FW Tools and ER Viewer (free), QGIS (free), - Global Mapper (trial version), MyGeodata Cloud, and ArcMap to name a few. -

-

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

diff --git a/data/elevation-and-terrain/index.html b/data/elevation-and-terrain/index.html deleted file mode 100644 index 90a3a2525d..0000000000 --- a/data/elevation-and-terrain/index.html +++ /dev/null @@ -1,340 +0,0 @@ ---- -tags: - - contours - - data - - dem - - elevation - - lidar - - ned - - terrain -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2011-08-23 22:19:55 -0600 -title: Elevation and Terrain Data -categories: [] -USGS-3DEP-DEM: - downloads: - - url: https://raster.utah.gov/?cat=10%20Meter%20%7BDEM%7D - label: 'Raster App: 10 meter USGS DEMs' - - url: https://raster.utah.gov/?cat=30%20Meter%20%7BDEM%7D - label: 'Raster App: 30 meter USGS DEMs' - - url: https://storage.googleapis.com/state-of-utah-sgid-downloads/usgs-3dep-dems/UT_Statewide_30m_DEM.zip - label: 'Download: Statewide 30 meter USGS DEM' - updates: - - January 2018 ---- -
-
-

USGS 3DEP Elevation Products

-
-
- - dem - -

The USGS 3DEP elevation products from The National Map are the primary elevation datasets available from - the USGS. These elevation products are continually updated by the USGS with LiDAR collected through the 3DEP - program as part of the National Enhanced Elevation - Assessment. Additional 3DEP resources can be found on the - - 3DEP for the Nation Information Hub and the - NSGIC Review of Existing Standard and Derivative 3DEP Data Products and Applications. - ArcGIS Image Services of - these elevation products are also available from the USGS. These include functions available from the processing templates - to view contours, aspects, hillshades, slopes, and digital elevation models.

-

Want to determine where lidar information was used to update 5, 10, and 30 meter USGS DEM products? There are - spatial metadata files for each elevation product that have polygons depicting what the source data is for the DEM - in that area. They can be found on the 3DEP Product Metadata page. - Links to the spatial metadata files for 5 meter, 1/3 Arc-Second (10 meter), and 1 Arc-Second (30 meter) can be - found under “Standard DEMs”. The data dictionary that describes each attribute and their domains is also available - from the 3DEP Spatial Metadata - Glossery. PMETHOD (Production Method) is the attribute you are looking for and any polygon with a PMETHOD - value of 7 has lidar as it’s source. {% include contact.html subject="USGS Elevation Products" - contact=site.data.contacts.tnm_help text="If you need further assistance please contact the" %}

-

The UGRC has a statewide collection of the 10 and 30 meter bare-earth DEMs. This dataset was reprojected to UTM - NAD83 Zone12 meters. The vertical datum is NAVD88. The boundaries of the elevation models can be viewed in the 10 - meter and 30 - meter tile index shapefiles.

-

For information about working with elevation data in the Pro/ArcMap environment take a look at Working with Mosaic and - Reference Datasets.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

-
- {% include packagedata.html name="USGS-3DEP-DEM" - info=page.USGS-3DEP-DEM %} -
-
-
-

LiDAR

-
-
- - lidar - -

Light Detection and Ranging (LiDAR) elevation data is an optical remote sensing technology that can measure the - distance to, or other properties of, a target by illuminating the target with light often using pulses from a - laser. Currently this is the most accurate elevation dataset UGRC has but it is only available for some areas of - the state. In addition to the bare-earth DEMs/DTMs and first-return DSMs, LAS point clouds are available from - The National Map or {% include contact.html subject=page.title contact=site.data.contacts.elevation text='by request from' - %} For more information visit Exploring LiDAR.

-

UGRC has partnered with various agencies over the years to acquire the following lidar datasets. Visit Raster.utah.gov - to explore and download all available lidar collections. The - Utah LiDAR Coverage - application is also available to explore all lidar projects that have been proposed, are in progress, or have been completed in Utah.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
YearResolutionProjectInformation
2022.5 meterFish Springs (topo-bathy)View
2020.5 & 1 meterFEMA HQView
2020.5 meterLogan River WatershedView
20201 meterCentral & Southern UtahView
2020.5 & 1 meterNorthern & Central UtahView
2020.5 & 1 meterSouthern UtahView
20191 meterKane CountyView
2019.5 meterStrawberry RiverView
2018.5 & 1 meterUintah Basin and Heber ValleyView -
2018.5 meterBox Elder CountyView
2018.5 & 1 meterNorthern UtahView
2018.5 & 1 meterCentral UtahView
2018.5 & 1 meterSouthern UtahView
2018.5 meterSanpete ValleyView
2017.5 meterMillsite ReservoirView
2017.5 meterWashakie and Whites ValleyView
20171 meterWashington CountyView
2016.5 meterKanab UtahView
2016.5 meterBear Lake, Bear River, Cache Valley & Upper Weber ValleyView
2016.5 & 1 meterGreat Salt Lake & Utah LakeView
2016.5 meterMonroe MountainView
2016.5 meterFORGEView
2015.5 meterColorado, Green & Yampa RiversView
2015.5 & 1 meterZion National ParkView
2013-2014.5 meterWasatch Front and the Wasatch FaultView
20111 meterGreat Salt Lake, Cedar Valley, Hurricane FaultView
20061 meterWasatch Front, Iron County, Heber ValleyView
-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

-
-
-
-
-

Auto-Correlated DEM

-
-
- - auto-corr_dem -     -

UGRC has a statewide coverage of 5 meter Auto-Correlated DEMs in addition to some 2 meter areas. The DEMs were - created from the imagery collected during the 2006 NAIP and HRO aerial photography flights. The - auto-correlation process is not as rigorous as other methods of elevation modeling such as photogrammetry, lidar - mapping, radar mapping, etc, and therefore end-users should be aware that anomalies are expected within the - elevation dataset. In comparison to the USGS DEM datasets, the 2 and 5-meter DEMs in some areas - provides higher resolution and horizontal accuracy but anomalies are present within the data.

-

The DEM files are stored as .asc formatted files and are ~10MB per 2,000 X 2,000 meter block. This - data is in a UTM NAD83 Zone12 meters projection. The 2 meter DEMs have a Vertical Accuracy of RMSE 4.27' - NSSDA 95% 8.4' - and a Horizontal Accuracy NSSDA, radial RMSE of 4.4', 95% confidence 7.6'. The 5 meter DEMs have a have a Vertical - Accuracy of RMSE 4m - NSSDA 95% of 9.8m and a Horizontal Accuracy RMSE 3m, NSSDA 95% of 5.2m. For more information - about the stated accuracy of the datasets please refer to the metadata and quality assurance reports below.

-
-
-
2 meter DEM
-
-
- -
-
-
-
-
5 meter DEM
-
-
- -
-
-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.elevation %}

-
-
diff --git a/data/energy/coal/index.html b/data/energy/coal/index.html deleted file mode 100644 index 1f0176d3d2..0000000000 --- a/data/energy/coal/index.html +++ /dev/null @@ -1,36 +0,0 @@ ---- -tags: - - energy -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 15:46:14 -0700 -categories: [] -Coal: - hub: - item_id: b24d12d0009748be899d909a546d2d05 - name: Utah Coal Deposit Areas 1988 - updates: - - 1988 ---- -
- Coal Deposits -
Coal Deposits
-
-{% include abstract.html name="Coal Deposits" abstract="This dataset represents areas of coal deposits in Utah." %} -
-
-

Coal Deposits

-
-
-

There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
Related Resources
- -
- {% include packagedata.html name="Coal" info=page.Coal %} -
diff --git a/data/energy/energy-generation/index.html b/data/energy/energy-generation/index.html deleted file mode 100644 index e0bb89a7ad..0000000000 --- a/data/energy/energy-generation/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -tags: - - energy -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 15:43:48 -0700 -categories: [] -PowerPlants: - hub: - name: Utah Power Plants CO2 - item_id: 0fd6aa168ea2463c8adce143a06812ce - updates: - - July 2008 ---- -
- Power Plants -
Power Plants (CO2)
-
-{% include abstract.html name="Power Plants (C02)" -abstract="This dataset contains Power Plant locations from the CO2 project for the State of Utah." %} -
-
-

Power Plants (C02)

-
-
-

This dataset contains the ORIS Code, name, type, CO2 Annual Tons and fuel code for the plants. There are no - constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="PowerPlants" - info=page.PowerPlants %} -
diff --git a/data/energy/index.html b/data/energy/index.html deleted file mode 100644 index 08f12e7688..0000000000 --- a/data/energy/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -tags: - - data - - energy - - overview -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-10-21 11:36:17 -0600 -title: Energy Overview -categories: [] ---- -{% include table_overview.html name="Energy" %} - - - Renewable Energy - map data - UGRC & UREZ - Geographic information for geothermal, solar, and wind energy in Utah. - - - Energy Generation - map data - UGRC - Power plants in Utah. - - - Coal - map data - UGRC - Coal seams, deposits, mines, and leases - - - Oil and Gas - map data - UGRC & DNR-OGM - Oil fields, units, and wells. - - - Uranium - map data - UGRC - Uranium areas, districts, mills and past producers. - - - -

Related Data

- diff --git a/data/energy/oil-gas/index.html b/data/energy/oil-gas/index.html deleted file mode 100644 index f4491d4c5d..0000000000 --- a/data/energy/oil-gas/index.html +++ /dev/null @@ -1,339 +0,0 @@ ---- -tags: - - energy - - gas - - oil -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 15:48:42 -0700 -categories: [] -OilandGasWells: - hub: - org: utahDNR - name: Utah Oil and Gas Well Locations - item_id: 90ee92de69d5402c93b31cbf55ede437 - updates: - - Nightly -OilandGasFields: - hub: - name: Utah Oil and Gas Fields - item_id: 5bb6d8d0ea7440568764dc5a28418be8 - org: utahDNR - updates: - - As Needed ---- -
- Oil and Gas Wells -
Oil and Gas Wells
-
-{% include abstract.html -name="Oil and Gas" -stewards="UGRC & DNR-OGM" -webapp="https://datamining.ogm.utah.gov/" -abstract="These datasets depict oil and gas well surface points, units and fields polygons from the Utah Department of Natural Resources, Oil, Gas and Mining Division. This data was -developed by contractors sponsored in part by the U.S. Department of Energy and the Ground Water Protection Council and -provides the opportunity for the Division to collect more descriptive down-hole information for each wellbore permitted -and drilled. Initially, much of the down-hole information will not be available because there was no place to save it in -the previous databases. Eventually, as new wells are drilled and old legacy data is entered, more descriptive data will -become available for the wells in Utah." %} -
-
-

Oil and Gas Wells

-
-
- Oil Wells -

This dataset depicts oil and gas well points in Utah from the Utah Department of Natural Resources, Oil Gas and - Mining Division. The dataset contains the API code, well and company name, account number, filed number, field - name, elevation, locations coordinates, lease numbers, well type and status, total cumulative oil, gas and water, - and more.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Well Status CodeDescription
NEWNew Application for Permit to Drill (APD), Deepen, or Re-enter - received but not yet approved.
RETNew Application for Permit to Drill (APD), Deepen, or Re-enter - Returned UNAPPROVED.
APDApproved Permit to Drill, Deepen, or Re-enter.
LALocation Abandoned - Approved Permit to Drill (APD) for a NEW well - Rescinded - no site disturbance.
CPCancelled Permit - Approved Permit to Deepen or Re-enter (APD) an EXISTING well.
DRLWell Spudded and/or currently Drilling.
OPSDrilling Operations Suspended - spudded, but no drilling activity for an extended period - well not yet - completed.
PProducing oil or gas well (OW, GW).
SShut-in oil or gas well (OW, GW).
PAIProducing oil or gas zone or lateral AND Active Injection zone or lateral (well types: OWI, GWI, OGI, GGI, - GWD).
PIIProducing oil or gas zone or lateral AND Inactive Injection zone or lateral (well types: OWI, GWI, OGI, - GGI, GWD).
SAIShut-in oil or gas zone or lateral AND Active Injection zone or lateral (well types: OWI, GWI, OGI, GGI, - GWD).
SIIShut-in oil or gas zone or lateral AND Inactive Injection zone or lateral (well types: OWI, GWI, OGI, GGI, - GWD).
TATemporarily-Abandoned oil or gas well.
AActive service well (well types: WI, WD, GI, GS, WS, TW).
IInactive service well (well types: WI, WD, GI, GS, WS, TW).
PAAny well or construct permanently Plugged and Abandoned.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Well Type CodeDescription
OWOil well - capable of producing oil in substantial quantities.
GWNatural Gas well - capable of producing natural gas in substantial quantities and is not an oil well.
OGWCombined Oil and Gas well - producing oil from one lateral or zone and gas from another.
CBMCoalbed Methane well - a gas well that produces from coalbeds and rock strata associated with coalbed. -
CO2Carbon Dioxide well.
HEHelium well.
OWIOil Well/Water Injection Well (capable of alternating functions in a single wellbore OR capable of - producing in one well bore while injecting in another bore). Well is to be reported on both Form 10, Monthly - Production Report and UIC Form 2, Monthly Report of Enhanced Recovery Project with appropriate statuses. -
GWIGas Well/Water Injection Well (capable of alternating functions in a single wellbore OR capable of - producing in one well bore while injecting in another bore). Well is to be reported on both Form 10, Monthly - Production Report and UIC Form 2, Monthly Report of Enhanced Recovery Project with appropriate statuses. -
OGIOil Well/Gas Injection Well (capable of alternating functions in a single wellbore OR capable of producing - in one well bore while injecting in another bore). Well is to be reported on both Form 10, Monthly - Production Report and UIC Form 2, Monthly Report of Enhanced Recovery Project with appropriate statuses. -
GGIGas Well/Gas Injection Well (capable of alternating functions in a single wellbore OR capable of producing - in one well bore while injecting in another bore). Well is to be reported on both Form 10, Monthly - Production Report and UIC Form 2, Monthly Report of Enhanced Recovery Project with appropriate statuses. -
GWDGas Well/Water Disposal Well (capable of alternating functions in a single wellbore OR capable of - producing in one well bore while injecting in another bore). Well is to be reported on both Form 10, Monthly - Production Report and UIC Form 3, Monthly Injection Report with appropriate statuses.
WIWater Injection well (service well).
WDWater Disposal well (service well).
GIGas Injection well (service well).
GSGas Storage well (service well).
WSWater Source well (service well).
TWTest Well (service well - strat test, core test, monitor well, etc.).
DDry Hole (well never produced oil or natural gas in paying quantities).
NAWell Type Not Available or known (old PA wells).
-

There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.oil_wells %}

-
- {% include packagedata.html name="OilandGasWells" info=page.OilandGasWells %} -
-
-
-

Oil and Gas Fields

-
-
- Oil Fields -

This dataset depicts oil and gas field polygons in Utah from the Utah Division of Oil, Gas and Mining. The - dataset contains the field number, field name, status and more.

-

The data provided on this page is the most up-to-date version of the oil and gas fields in Utah. In 2020, ten - fields were specifically expanded to incorporate wildcat/undesignated wells within the Uinta Basin.

-

PROD - codes represent the Producing Formation of the Field. The table below shows the most widely used codes in - the dataset. These codes are used in the following fields: PROD_FORM, FORM_2, FORM_4, and FORM_4.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PROD CodeDescription
GRRVGREEN RIVER
ISMYISMAY
DKTADAKOTA
WSTCWASATCH
DSCRDESERT CREEK
FRSDFERRON SANDSTONE
PRDXPARADOX
MRSNMORRISON
MVRDMESA VERDE
MNCSMANCOS
-

Contact the Utah Division of - Oil, Gas and Mining with any questions.

-
- {% include packagedata.html name="OilandGasFields" info=page.OilandGasFields %} -
-
-
-

Federal Oil and Gas Units

-
-
- Oil Units -

This dataset depicts oil and gas field units in Utah from the U.S. Bureau of Land Management (BLM). The dataset - contains the unit name, operator, status, district and more. It is available via a - BLM Map Service REST end point. Most "Units" in the state of Utah are established and regulated by the BLM. - We are therefore providing this link to their "Utah Oil and Gas Unit Agreements" GIS Layer. This information is - better maintained by the BLM than the data layer previously posted here, which was occasionally updated by the - Utah Division of Oil, Gas and Mining with second-hand information. However, please be aware that none of the state - designated oil and gas units/area's (i.e. OGM Board Designated units and enhanced recovery units) are present in - the data set from the BLM. If you need these data, please contact the Utah Division of Oil, Gas and - Mining. -

-
diff --git a/data/energy/renewable-energy/index.html b/data/energy/renewable-energy/index.html deleted file mode 100644 index 49a67b82f7..0000000000 --- a/data/energy/renewable-energy/index.html +++ /dev/null @@ -1,105 +0,0 @@ ---- -tags: - - energy - - geothermal - - solar - - wind -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 15:41:42 -0700 -categories: [] -Solar: - hub: - name: Utah UREZ Phase 1 Solar Zones - item_id: d1bf59d975014f63ab4fd469324d5475 - updates: - - Unknown -Geothermal: - hub: - name: Utah UREZ Phase 2 Geothermal - item_id: 302bb67128104bf6a8c38f85fd36bd42 - updates: - - Unknown -WindEnergy: - hub: - name: Utah UREZ Phase 1 Wind Zones - item_id: 0330e2f84e614783adc560a91926e0a8 - updates: - - Unknown ---- -
- Renewable Energy -
Renewable Energy
-
-{% include abstract.html -name="Renewable Energy" -stewards="UGRC & UREZ" -abstract="These datasets contain Utah Renewable Energy Zone (UREZ) locations and areas with renewable energy potential -for wind, solar and geothermal resources. View the UREZ II - final report." %} -
-
-

Geothermal

-
-
- Geothermal -

This dataset depicts renewable geothermal resources identified by the Utah Renewable Energy Zone (UREZ) task - force. There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Geothermal" - info=page.Geothermal %} -
-
-
-

Solar

-
-
- Solar -

This dataset depicts renewable solar resources identified by the Utah Renewable Energy Zone (UREZ) task force. -

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Solar" - info=page.Solar %} -
-
-
-

Wind Energy

-
-
- Wind -

This dataset depicts renewable wind resources identified by the Utah Renewable Energy Zone (UREZ) task force and - contains the site name, wind potential, location comments and more.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="WindEnergy" - info=page.WindEnergy %} -
diff --git a/data/energy/uranium/index.html b/data/energy/uranium/index.html deleted file mode 100644 index 0f7ce74289..0000000000 --- a/data/energy/uranium/index.html +++ /dev/null @@ -1,120 +0,0 @@ ---- -tags: - - energy - - uranium -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 15:51:52 -0700 -categories: [] -PermittedUraniumMines: - hub: - name: Utah Permitted Uranium Mines - item_id: 222316608b7d4f23b3e18c7bb0596c75 - updates: - - Unknown -UraniumMills: - hub: - name: Utah Uranium Mills - item_id: d49fd89f13c04a43b9b6ff0a684ad875 - updates: - - Unknown -UraniumPastProducers: - hub: - name: Utah Uranium Past Producers - item_id: bb603c7f82ad473296c0d4bef14da185 - updates: - - Unknown -UraniumAreaBoundaries: - hub: - name: Utah Uranium Area Boundaries - item_id: 3eba2c1bd5bf4165bee3caf6c1525eae - updates: - - Unknown -UraniumDistricts: - hub: - name: Utah UGS Uranium Districts - item_id: 1b9c8a48aae84adb81294e766cbe4b3c - updates: - - Unknown ---- -
- Uranium Data -
Uranium Data
-
-{% include abstract.html -name="Uranium Data" -abstract="This dateset contains the locations permitted uranium mines, current uranium mills, uranium past producers and -uranium area boundaries and districts for the State of Utah." %} -
-
-

Permitted Uranium Mines

-
-
- Uranium Permitted -

This dataset contains the locations of permitted uranium mines in Utah in addition to a mine ID, type, status, - name, operator, product and more. There are no constraints or warranties with regard to the use of this dataset. -

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="PermittedUraniumMines" - info=page.PermittedUraniumMines %} -
-
-
-

Uranium Mills

-
-
- Uranium Mills -

This dataset contains the locations of uranium mills in Utah in addition to mill ID, name, operator and more. - There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="UraniumMills" - info=page.UraniumMills %} -
-
-
-

Uranium Past Producers

-
-
- Uranium Past Producers -

This dataset contains the locations of uranium past producers in Utah in addition to REC_ID, REC_TYPE, DEP_NUM, - year discovered, owner, operator and much more. There are no constraints or warranties with regard to the use of - this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="UraniumPastProducers" - info=page.UraniumPastProducers %} -
-
-
-

Uranium Area Boundaries

-
-
- Uranium Areas -

This dataset contains the locations of uranium areas in Utah in addition to the name of the area. There are no - constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="UraniumAreaBoundaries" - info=page.UraniumAreaBoundaries %} -
-
-
-

Uranium Districts (UGS)

-
-
- Uranium Districts UGS -

This dataset contains the locations of uranium districts in Utah in addition to their name and potential. There - are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="UraniumDistricts" - info=page.UraniumDistricts %} -
diff --git a/data/environment/deq-air-related-contaminant-cleanup-sites/index.html b/data/environment/deq-air-related-contaminant-cleanup-sites/index.html deleted file mode 100644 index 32123e7471..0000000000 --- a/data/environment/deq-air-related-contaminant-cleanup-sites/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -tags: - - daq - - data - - deq - - environment -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-12-08 14:24:01 -0700 -categories: [] -AirEmissions: - hub: - name: Utah DAQ Air Emissions Inventory - item_id: 57a8775a05a04166ba6c808451457583 - updates: - - 2008 ---- -
- map -
DAQ Air Emissions Inventory
-
-{% include abstract.html name="Air-Related Contaminant and Cleanup Sites" -stewards="Utah Department of Environmental Quality" -webapp="https://enviro.deq.utah.gov/" -abstract="Utah DAQ Air Emissions Inventory depicts facility locations and annual emissions. Annual emissions (in tons) -are included for ammonia, pm10, carbon monoxide, sulfer dioxide, volatile organic compounds, and oxides of nitogen for -Utah. To view all DEQ geographic data online, see the DEQ Interactive Map - Viewer." %} -
-
-

Air Emissions Inventory

-
-
-

Usage: No usage tips available at this time.

-

{% include contact.html subject=page.title contact=site.data.contacts.air_quality %}

-
Related Resources
- -
- {% include packagedata.html name="AirEmissions" info=page.AirEmissions %} -
diff --git a/data/environment/deq-land-related-contaminant-cleanup-sites/index.html b/data/environment/deq-land-related-contaminant-cleanup-sites/index.html deleted file mode 100644 index 313d94d9d4..0000000000 --- a/data/environment/deq-land-related-contaminant-cleanup-sites/index.html +++ /dev/null @@ -1,460 +0,0 @@ ---- -tags: - - data - - deq - - environment -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-12-08 14:21:24 -0700 -categories: [] -BFTARGETED: - hub: - name: Utah DEQ Brownfields Targeted - item_id: 630351c0db444fe7933a08eab40e573e - updates: - - Nightly -BFNONTARGETED: - hub: - name: Utah DEQ Brownfields Other - item_id: 5fd65304423d40b38b4d93e50698db70 - updates: - - Nightly -DWMRCHazWasteUsedOilFacilities: - hub: - name: Utah DWMRC Hazardous Waste and Used Oil Facilities - item_id: 8e9e6310622043bca68ffc2298959126 - updates: - - Nightly -DWMRCLLRWUMillFacilities: - hub: - name: Utah DWMRC Low Level Waste Disposal and Uranium Mill Facilities - item_id: 2c81695cbc644afdba7687e0340b5763 - updates: - - Nightly -SolidWasteLandfills: - hub: - name: Utah DWMRC Solid Waste Facilities - item_id: 1ce0d598a0e440558c63535661dc2399 - updates: - - Nightly -FormerlyUsedDefenseSites: - hub: - name: Utah DEQ Formerly Used Defense - item_id: dbcdc13c51614d109102f1251fe9530b - updates: - - Nightly -MilitaryMunitionsResponseProgram: - hub: - name: Utah DEQ Military Munition Response Program - item_id: c77c53794aeb4c448e1307b31c581909 - updates: - - Nightly -EnforceableWrittenAssurances: - hub: - name: Utah DEQ Enforceable Written Assurances - item_id: 7299aa0fdc80426ca0e42c42f59e1518 - updates: - - Nightly -NationalPrioritiesList: - hub: - name: Utah DEQ CERCLA National Priorities List - item_id: f9c01f05050c40d7b86dade7dd877cf9 - updates: - - Nightly -SuperfundSites: - hub: - name: Utah DEQ CERCLA CERCLIS List - item_id: 929a2e7a8d5347b8b3248a450cc42e33 - updates: - - Nightly -InstitutionalControlBufferZones: - hub: - name: Utah DEQ Environmental Covenant Buffer Zones - item_id: d8ea2ca541724277b01726d98197da32 - updates: - - Nightly -UtahToxicReleaseInventoryTierII: - hub: - name: Utah DEQ TIER2 - item_id: 2f725ff758e24dc496b17f87b7301ed8 - updates: - - Nightly -ToxicReleaseInventory: - hub: - name: Utah DEQ Toxic Release Inventory - item_id: 132ac94ba71d4e9b9bcffa57b07feb54 - updates: - - Nightly -VoluntaryCleanupProgram: - hub: - name: Utah DEQ Voluntary Cleanup Program - item_id: e0316bc7899d4e4896e88fe3a46aafa8 - updates: - - Nightly -FacilityPST: - hub: - name: Utah Petroleum Storage Tank Facilities - item_id: 4d31fef4543f449ebe04a84909a11023 - updates: - - Nightly ---- -
- Land Locations -
DEQ Land Locations
-
-{% include abstract.html name="DEQ Land-Related Contaminant and Cleanup Data" -stewards="Utah Department of Environmental Quality" -webapp="https://enviro.deq.utah.gov/" -abstract="US EPA and State designated hazardous materials storage sites and contamination clean up program sites -including CERLA, National Priority List, Underground Storage Tanks (UST), Brownfields, Voluntary Cleanup (VCP), Tier 2, -Toxic Release Inventory (TRI), User Oil Permitted Facilities, Formerly Used Defense (FUD), RCRA Large & Small -Quantity Hazardous Waste Generators, Solid Waste Facilities, and Enforceable Written Assurance sites. To view all DEQ -geographic data online, see the DEQ Interactive Map Viewer." %} -
-
-

Brownfields Targeted for Cleanup

-
-
- brownfields targeted map -

Utah DEQ Brownfields Targeted contains the coordinates of Brownfields Projects targeted for cleanup. These - locations were derived from maps and GPS data and represent sites, not contaminated areas. Brownfields are real - property, the expansion, redevelopment, or reuse of which may be complicated by the presence or potential presence - of a hazardous substance, pollutant, or contaminant. Cleaning up and reinvesting in these properties takes - development pressures off of undeveloped open land, and both improves and protects the environment. For more - information see: https://www.epa.gov/brownfields/.

-

{% include contact.html subject=page.title contact=site.data.contacts.brownfields %}

-
Related Resources
- -
- {% include packagedata.html name="BFTARGETED" - info=page.BFTARGETED %} -
-
-
-

Brownfields Not Targeted For Cleanup

-
-
- brownfields not for cleanup -

Utah DEQ Brownfields Other contains the coordinates of Brownfields Projects not targeted for - cleanup. These locations represent sites, not contaminated areas, and were derived from maps and GPS data. For - more information see: https://www.epa.gov/brownfields/

-

{% include contact.html subject=page.title contact=site.data.contacts.brownfields %}

-
Related Resources
- -
- {% include packagedata.html name="BFNONTARGETED" - info=page.BFNONTARGETED %} -
-
-
-

Hazardous Waste and Used Oil Facilities

-
-
- UsedOil -

Utah DWMRC Hazardous Waste and Used Oil Facilities contains sites that generate hazardous waste; that treat, - store, or dispose of hazardous waste; and sites that transport, market, or recycle used oil.

-

{% include contact.html subject=page.title contact=site.data.contacts.waste %}

-
Related Resources
- -
- {% include packagedata.html name="DWMRCHazWasteUsedOilFacilities" - info=page.DWMRCHazWasteUsedOilFacilities %} -
-
-
-

Low Level Waste Disposal and Uranium Mills

-
-
- Low Level Waste -

Utah DWMRC Low Level Waste Disposal and Uranium Mill Facilities contains sites that treat or dispose of - radioactive waste or process uranium ore.

-

{% include contact.html subject=page.title contact=site.data.contacts.waste %}

-
Related Resources
- -
- {% include packagedata.html name="DWMRCLLRWUMillFacilities" - info=page.DWMRCLLRWUMillFacilities %} -
-
-
-

Solid Waste Landfills

-
-
- SolidWaste -

Utah DWMRC Solid Waste Facilities contains locations for open and closed Solid Waste Landfills in Utah.

-

{% include contact.html subject=page.title contact=site.data.contacts.waste %}

-
Related Resources
- -
- {% include packagedata.html name="SolidWasteLandfills" - info=page.SolidWasteLandfills %} -
-
-
-

Formerly Used Defense Sites (FUDS)

-
-
- SolidWaste -

Utah DEQ Formerly Used Defense contains locations of potential Formerly Used Defense sites. The Department of - Defense (DoD) is responsible for environmental restoration of FUDS. FUD locations are based on coordinates derived - from maps and GPS data. These locations represent sites, not contaminated areas.

-

{% include contact.html subject=page.title contact=site.data.contacts.military %}

-
Related Resources
- -
- {% include packagedata.html name="FormerlyUsedDefenseSites" - info=page.FormerlyUsedDefenseSites %} -
-
-
-

Military Munitions Response Program (MMRP)

-
-
- MMRP -

Utah DEQ Military Munition Response Program contains locations of Military Munitions Response Program sites. MMRP - manages the environmental, health and safety issues presented by unexploded ordnances (UXO), discarded military - munitions (DMM) and munitions constituents (MC). Locations are based on coordinates derived from maps and GPS - data. These locations represent sites, not contaminated areas.

-

{% include contact.html subject=page.title contact=site.data.contacts.military %}

-
Related Resources
- -
- {% include packagedata.html name="MilitaryMunitionsResponseProgram" - info=page.MilitaryMunitionsResponseProgram %} -
-
-
-

Enforceable Written Assurances (EWA)

-
-
- MMRP -

Utah DEQ Enforceable Written Assurances contains locations of potential Enforceable Written Assurance sites. EWAs - will generally ensure to property owners or prospective property owners that there is no unacceptable risk to - human health or the environment. EWA locations are based on coordinates derived from maps and GPS data. These - locations represent sites, not contaminated areas.

-

{% include contact.html subject=page.title contact=site.data.contacts.ewa %}

-
Related Resources
- -
- {% include packagedata.html name="EnforceableWrittenAssurances" - info=page.EnforceableWrittenAssurances %} -
-
-
-

National Priorities List (NPL)

-
-
- NPL -

Utah DEQ CERCLA National Priorities List contains locations of Utah National Priorities List Sites. The NPL is - the list of national priorities among the known releases or threatened releases of hazardous substances, - pollutants, or contaminants throughout the United States. Locations are based on coordinates derived from maps and - GPS data. These locations represent sites, not contaminated areas.

-

{% include contact.html subject=page.title contact=site.data.contacts.npl %}

-
Related Resources
- -
- {% include packagedata.html name="NationalPrioritiesList" - info=page.NationalPrioritiesList %} -
-
-
-

Superfund Sites

-
-
- NPL -

Utah DEQ CERCLA CERCLIS List contains locations of potential EPA Superfund sites. The Comprehensive Environmental - Response, Compensation, and Liability Act (CERCLA), commonly known as Superfund, imposes a tax on the chemical and - petroleum industries and provides Federal authority to respond directly to releases or threatened releases of - hazardous substances that may endanger public health or the environment. Locations are based on coordinates - derived from maps and GPS data. These locations represent sites, not contaminated areas.

-

{% include contact.html subject=page.title contact=site.data.contacts.superfund %}

-
Related Resources
- -
- {% include packagedata.html name="SuperfundSites" - info=page.SuperfundSites %} -
-
-
-

Institutional Control Buffer Zones

-
-
- NPL -

Utah DEQ Environmental Covenant Buffer Zones contains Institutional Control Buffer Zones in Utah.

-
Related Resources
- -
- {% include packagedata.html name="InstitutionalControlBufferZones" - info=page.InstitutionalControlBufferZones %} -
-
-
-

Utah Toxic Release Inventory Tier II

-
-
- NPL -

Utah DEQ TIER2 contains locations of Tier II facilities under the Emergency Planning and Community Right-to-Know - Act (EPCRA). Qualifying facilities report on hazardous and toxic chemicals and are labeled either tier I or tier - II. Locations are based on coordinates derived from maps and GPS data. These locations represent sites, not - contaminated areas. The areas of contamination will be identified at a later stage.

-

{% include contact.html subject=page.title contact=site.data.contacts.toxic_release %}

-
Related Resources
- -
- {% include packagedata.html name="UtahToxicReleaseInventoryTierII" - info=page.UtahToxicReleaseInventoryTierII %} -
-
-
-

Toxic Release Inventory (TRI)

-
-
- NPL -

Utah DEQ Toxic Release Inventory contains TRI locations in Utah. TRI is an EPA database containing data on - disposal or release of toxic chemicals from U.S. facilities and information about how facilities manage those - chemicals through recycling, energy recovery, and treatment. Locations are based on coordinates derived from maps - and GPS data. These locations represent sites, not contaminated areas. The areas of contamination will be - identified at a later stage.

-

{% include contact.html subject=page.title contact=site.data.contacts.toxic_release %}

-
Related Resources
- -
- {% include packagedata.html name="ToxicReleaseInventory" - info=page.ToxicReleaseInventory %} -
-
-
-

Voluntary Cleanup Program (VCP)

-
-
- VCP -

Utah DEQ Voluntary Cleanup Program contains locations of Utah VCP. VCP is a program to encourage the voluntary - cleanup of sites where there has been a contaminant release threatening public health and the environment. - Locations are based on coordinates derived from maps and GPS data. These locations represent sites, not - contaminated areas.

-

{% include contact.html subject=page.title contact=site.data.contacts.vcp %}

-
Related Resources
- -
- {% include packagedata.html name="VoluntaryCleanupProgram" - info=page.VoluntaryCleanupProgram %} -
-
-
-

Petroleum Storage Tank Facilities

-
-
- VCP -

Utah Petroleum Storage Tank Facilities contains the locations of above and below ground storage tanks.

-

{% include contact.html subject=page.title contact=site.data.contacts.ust %}

-
Related Resources
- -
- {% include packagedata.html name="FacilityPST" - info=page.FacilityPST %} -
diff --git a/data/environment/drinking-water-systems-protection-zones/index.html b/data/environment/drinking-water-systems-protection-zones/index.html deleted file mode 100644 index f8c4441ee1..0000000000 --- a/data/environment/drinking-water-systems-protection-zones/index.html +++ /dev/null @@ -1,121 +0,0 @@ ---- -tags: - - data - - deq - - environment -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-12-08 14:25:57 -0700 -categories: [] -AssessmentUnits: - hub: - name: Utah DWQ Assessment Units - item_id: 0f39afb3b29d4c0a8abf7c46ed2e0354 - updates: - - 2010 -MonitoredLakes: - hub: - name: Utah Lake Monitoring - item_id: 95f664327f724c0c8c87f6cd38bf9311 - updates: - - 2010 -GroundWaterPermits: - hub: - name: Utah DWQ Groundwater Permits - item_id: eb1bb5fbe37d43f1aa002b19dd678ac5 - updates: - - 2010 -StreamMonitoredSites: - hub: - name: Utah Stream Monitor Sites - item_id: fbcb87a051fc4784a041074f2a919e4a - updates: - - 2007 ---- -
- DEQ Water-Related Data Graphic -
DEQ Water-Related Data
-
-{% include abstract.html -name="DEQ Water-Related Monitoring" -stewards="Utah Department of Environmental Quality" -webapp="https://enviro.deq.utah.gov/" -abstract="The DEQ's Division of Water Quality is responsible for safe drinking water and monitoring water quality. Below -are DEQ datasets related to protection zones for drinking water. To view all DEQ geographic data online, see the DEQ Interactive Map Viewer" %} -
-
-

Assessment Units

-
-
- Lakes -

Utah DWQ Assessment Units contains areas of water quality assessment units in Utah.

-

{% include contact.html subject=page.title contact=site.data.contacts.drinking_water %}

-
Related Resources
- -
- {% include packagedata.html name="AssessmentUnits" - info=page.AssessmentUnits %} -
-
-
-

Monitored Lakes

-
-
- Lakes -

Utah Lake Monitor Sites contains locations of the 204 lakes in Utah monitored for water quality by the Division - of Water Quality (Department of Environmental Quality). Utah Lake Monitoring contains 729 Monitored Lakes. Each - location is a point, which is located within the lake's high water level shoreline.

-

{% include contact.html subject=page.title contact=site.data.contacts.drinking_water %}

-
Related Resources
- -
- {% include packagedata.html name="MonitoredLakes" - info=page.MonitoredLakes %} -
-
-
-

Ground Water Permits

-
-
- Ground Water Permits -

Utah DWQ Groundwater Permits contains the location, permittee, permitted activity or facility for groundwater - permits, and the Utah Division of Water Quality (DWQ) staff personnel handling the permit.

-

{% include contact.html subject=page.title contact=site.data.contacts.drinking_water %}

-
Related Resources
- -
- {% include packagedata.html name="GroundWaterPermits" - info=page.GroundWaterPermits %} -
-
-
-

Stream Monitored Sites

-
-
- Stream Monitored Sites -

Utah Stream Monitor Sites contains locations for stream water quality monitoring sites in Utah

-

{% include contact.html subject=page.title contact=site.data.contacts.drinking_water %}

-
Related Resources
- -
- {% include packagedata.html name="StreamMonitoredSites" - info=page.StreamMonitoredSites %} -
diff --git a/data/environment/index.html b/data/environment/index.html deleted file mode 100644 index b0d1799620..0000000000 --- a/data/environment/index.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -tags: - - data - - environment - - overview -author: - display_name: Bert Granberg - email: ugrc@utah.gov -date: 2011-12-08 10:24:30 -0700 -title: Environment Overview -categories: [] ---- -{% include table_overview.html name="Environmental" %} - - - DEQ Land-Related - Contaminant and Cleanup Sites - map data - Utah Department of Environmental Quality (DEQ): DERR, Div. of  Solid & Hazardous Waste - The Utah Department of Environmental Quality (DEQ) land based datasets. This includes environmental response and - remediation, radiation control, and solid and hazardous waste. - - - DEQ Air-Related - Contaminant and Cleanup Sites - map data - Utah Department of Environmental Quality (DEQ): Division of Air Quality - Utah Air Emissions Inventory - - - DEQ Water-Related - Monitoring - map data - Utah Department of Environmental Quality (DEQ): Division of Drinking Water - The Utah Department of Environmental Quality (DEQ) water based datasets. Datasets include monitored lakes, - groundwater permits and National Pollution Discharge Elimination System (NPDES) data. - - - diff --git a/data/farming/agricultural-protection-areas/index.html b/data/farming/agricultural-protection-areas/index.html deleted file mode 100644 index edc0733b5f..0000000000 --- a/data/farming/agricultural-protection-areas/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -tags: - - data - - farming -author: - display_name: Greg Bunce - email: gbuncen@utah.gov -date: 2023-05-09 07:55:57 -0600 -categories: [] -AgriculturalProtectionAreas: - hub: - name: Utah Agricultural Protection Areas - item_id: a9fc125d02d54681aec1e5576954ded6 - updates: - - July 2022 ---- -
- Agricultural -
Agricultural Protection Areas Sample
-
-{% include abstract.html -name="Agricultural Protection Areas" -stewards="UDAF" -abstract="These datasets contain statewide Agricultural Protection Area boundaries for use in planning and land management." %} -
-
-

Agricultural Protection Areas

-
-
- Agricultural Protection Areas -

This layer compiles Utah property parcels that have been included in an Agriculture Protection Area (APA) resolution.

-

APAs are approved by the county in which they are located, and catalogued by Utah Department of Agriculture and Food.

-

APAs provide legal protection for agricultural land uses and activities, it also provides notice to neighboring landowners that they border an APA and should expect normal agricultural activities to take place.

-

Not every county has created APAs; Sanpete and Sevier Counties have created APAs, but they are currently not included in this dataset.

-

Utah Code Title 17, Chapter 41(Agriculture, Industrial, or Critical Infrastructure Materials Protection Areas) details how Agriculture Protection Areas are created.

-
Related Resources
- -

There are no constraints or warranties with regard to the use of this dataset.

-
- {% include packagedata.html name="AgriculturalProtectionAreas" - info=page.AgriculturalProtectionAreas %} -
diff --git a/data/farming/grazing-improvements/index.html b/data/farming/grazing-improvements/index.html deleted file mode 100644 index ee41aba480..0000000000 --- a/data/farming/grazing-improvements/index.html +++ /dev/null @@ -1,69 +0,0 @@ ---- -tags: - - data - - farming -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2012-04-23 07:55:57 -0600 -categories: [] -GrazingImprovementAreas: - hub: - name: Utah Grazing Improvement Regions - item_id: 0527832735284326980bb970495b9ee0 - updates: - - September 2009 -GrazingAllotmentAreas: - hub: - name: Utah Grazing Allotments - item_id: 822d0cf8e7da44b7922f8351d7b252e5 - updates: - - September 2009 ---- -
- Grazing -
Grazing Allotment Sample
-
-{% include abstract.html -name="Grazing Improvement and Allotment Areas" -stewards="USDA, UDAF, and UGRC" -abstract="These datasets contain statewide Grazing Improvement Program and grazing allotment boundaries for use in -planning and land management." %} -
-
-

Grazing Improvement Areas

-
-
- Grazing Improvement Areas -

Grazing Improvement Regions contain statewide Grazing Improvement Program boundaries for use in planning and land - management. Each region is managed by a Grazing Improvement Program coordinator.

-
Related Resources
- -

There are no constraints or warranties with regard to the use of this dataset.

-
- {% include packagedata.html - name="GrazingImprovementAreas" - info=page.GrazingImprovementAreas - %} -
-
-
-

Grazing Allotment Areas

-
-
- Grazing Allotment Areas -

Grazing Allotments contain statewide Grazing Allotment boundaries for use in planning and land management. This - dataset also contains the allotment name, number and managing agency.

-

Each allotment is managed by the listed state or federal agency on number of domestic animals allowed on the - allotment and designated as Animal Unit Months (AUMs). The dataset was compiled by Utah Department of Agriculture - and Food GIS staff from multiple state and federal agencies.

-

There are no constraints or warranties with regard to the use of this dataset.

-
- {% include packagedata.html name="GrazingAllotmentAreas" - info=page.GrazingAllotmentAreas %} -
diff --git a/data/farming/index.html b/data/farming/index.html deleted file mode 100644 index 9823b704de..0000000000 --- a/data/farming/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -tags: - - data - - farming - - overview -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-10-21 12:09:20 -0600 -title: Farming Overview -categories: [] ---- -{% include table_overview.html name="Farming" %} - - - Grazing Improvement Regions and Allotment - Areas - map data - UGRC & USDA - Statewide Utah Grazing Improvement Program (GIP) boundaries and allotment areas. - - - Agricultural Protection Areas - map data - Utah Department of Agriculture and Food - Agricultural protection area boundaries in the State of Utah. - - - Soil Conservation Districts and Zones - map data - UGRC & USDA - Soil conservation districts and zones for the State of Utah. - - - Water Related Land Use - map data - Utah Division of Water Resources - Water related land use areas for all agricultural areas of the State of Utah. - - - -

Related Data

- diff --git a/data/geoscience/alluvial-fans/index.html b/data/geoscience/alluvial-fans/index.html deleted file mode 100644 index 588a8378ef..0000000000 --- a/data/geoscience/alluvial-fans/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -tags: - - alluvial - - fans - - geoscience -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2019-02-20 16:53:14 -0600 -categories: [] -AlluvialFans: - hub: - name: Utah Alluvial Fans - item_id: 9bdcd03de4b64cffae7e10b58e07757e - updates: - - 2019 ---- -
- Alluvial Fans -
Alluvial Fans
-
-{% include abstract.html -name="Alluvial Fans" -stewards="Utah Division of Emergency Management (DEM)" -abstract="Active Alluvial Fan designations for Utah. Data represents a combination of existing geologic mapping 1964 – 2013, USGS Quadrangles 1:24,000, 2-ft contour data, historical and modern aerial photography 1937 – 2017, UGS flood and landslide hazard mapping, FEMA National Flood Hazard Layer, and field investigation with photos. The primary risk classification used are high and medium based on the presence of population at risk. Data is supported by a full study report. More detailed information on alluvial fan hazards in Utah is available from the Division of Emergency Management." %} -
-
-

Alluvial Fans

-
-
- -
- Alluvial Fan Mapping Status -
Alluvial Fan Mapping Status
-
-
-

What is an Alluvial Fan?

-

Alluvial fans are created as flowing water interacts with mountains, hills, or steep canyon walls. Silt, sand, gravel, boulders, and woody debris can be deposited over time by powerful rivers or small creeks. The top, or narrow point, of the alluvial fan is called the “apex,” and the wider portion is called the “apron” or “cone.” Alluvial fans can be small or large, depending on the historical water flows. Alluvial fans formed on a steep slope, are narrow, and thus more cone than fan-shaped.

-

Alluvial fan landforms pose unique flooding hazards that are not present on non-fan landforms (e.g. rivers, streams, whose flooding hazards are commonly defined through Federal Emergency Management Agency (FEMA) regulatory floodplains). FEMA defines alluvial fan flooding as “Flooding occurring on the surface of an alluvial fan or similar landform which originates at the apex and is characterized by high-velocity flows; active processes of erosion, sediment transport, and deposition; and unpredictable flowpaths. Alluvial fan flooding is depicted on a Flood Insurance Rate Map (FIRM) as Zone AO, with a flood depth and velocity” (FEMA, 2003). Alluvial fans are generally located at a topographic apex between a mountain front and the adjacent piedmont landform. Properly identifying alluvial fan landforms is a critical first step in understanding flood risk to downstream development.

-

Active alluvial fan landforms are defined by location, composition, and flooding characteristics. They are located at a topographic break between a mountain front and the piedmont, they are composed of unconsolidated alluvium, and exhibit flooding characteristics described previously. Inactive alluvial fan landforms are geologically older and are no longer subject to active fan flooding processes. As they age, inactive alluvial fans develop their own internal, tributary drainage networks that exhibit riverine flooding characteristics.

-

It is recommended that the alluvial fan landform GIS layer and supporting data be used by regulatory officials (federal, state, local, and tribal) when evaluating development and flooding hazards in their jurisdictions.

-
Related Resources
- -

There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.alluvial_fans %}

-
- {% include packagedata.html name="AlluvialFans" - info=page.AlluvialFans %} -
diff --git a/data/geoscience/aquifers/index.html b/data/geoscience/aquifers/index.html deleted file mode 100644 index eede5ed48d..0000000000 --- a/data/geoscience/aquifers/index.html +++ /dev/null @@ -1,70 +0,0 @@ ---- -tags: - - aquifers - - deq - - geoscience - - water -author: - display_name: UGRC Staff - email: ugrc@utah.gov -date: 2012-06-18 12:25:39 -0600 -categories: [] -RechargeDischargeAreas: - hub: - name: Utah Aquifer Recharge Discharge Areas - item_id: 6c3c9b1d4a0a45f0ae851e92b01940c3 - updates: - - May 2016 -BasinFillBoundary: - hub: - name: Utah Aquifer Basin Fill Boundary - item_id: ad928a732ddb4a8db1579a0a8bb8abfe - updates: - - August 2011 ---- -
- Aquifers -
Aquifers
-
-{% include abstract.html -name="Aquifers" -stewards="UGRC, USGS, and DEQ" -abstract="The Aquifers data contains the Recharge Discharge Areas and the Basin Fill Boundaries along the Wasatch Front -and adjacent areas." %} -
-
-

Recharge Discharge Areas

-
-
- Aquifers -

Aquifer Recharge Discharge Areas contains the recharge and discharge areas of the principal aquifers along the - Wasatch Front and adjacent areas.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.aquifers %}

-
- {% include packagedata.html name="RechargeDischargeAreas" - info=page.RechargeDischargeAreas %} -
-
-
-

Basin Fill Boundary

-
-
- AquiferBasinFill -

Aquifer Basin Fill Boundary contains the approximate boundaries of basin fill in ground-water recharge and - discharge areas of the principal aquifers along the Wasatch Front and adjacent areas.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.aquifers %}

-
- {% include packagedata.html name="BasinFillBoundary" - info=page.BasinFillBoundary %} -
diff --git a/data/geoscience/avalanche/index.html b/data/geoscience/avalanche/index.html deleted file mode 100644 index 1922b2b231..0000000000 --- a/data/geoscience/avalanche/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -tags: - - avalanche - - geoscience - - snow -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 16:09:38 -0700 -categories: [] -Avalanche: - hub: - name: Utah Avalanche Paths - item_id: 0df199cef1704e5287ae675ee3dbd3bd - updates: - - 2009 ---- -
- Avalanche Paths -
Avalanche Path Sample
-
-{% include abstract.html name="Avalanche Paths" -stewards="UGRC" -abstract="This dataset represents snow avalanche paths in the tri-canyon area of the Wasatch Front, Utah. This dataset -contains the name, size of slidepath, return interval, starting zone elevation, vertical fall and starting zone aspect -for some of the avalanches. This data was prepared for the Salt Lake County Wasatch Canyons Master Plan originally -published in September 1989." %} -
-
-

Avalanche Paths

-
-
-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Avalanche" info=page.Avalanche %} -
diff --git a/data/geoscience/earthquakes/index.html b/data/geoscience/earthquakes/index.html deleted file mode 100644 index 6ad77a67ce..0000000000 --- a/data/geoscience/earthquakes/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -tags: - - earthquakes - - geoscience -author: - display_name: Matt Peters - email: mpeters@utah.gov -date: 2015-07-07 16:53:14 -0600 -categories: [] -EarthquakeEpicenters1850to2016: - hub: - name: Utah Earthquake Epicenters 1850 to 2016 - item_id: 4c162e09b7b5436bae9a0e656b5343a7 - updates: - - November 2017 -EarthquakeEpicentersMiningInduced1968to2016: - hub: - name: Utah Earthquake Epicenters Mining Induced 1928 to 2016 - item_id: af0cbb8ecca942d58367f68bcd2643b6 - updates: - - November 2017 ---- -
- Earthquakes -
Earthquakes
-
-{% include abstract.html -name="Earthquake Epicenters" -stewards="UGS" -abstract="The earthquake database consists of chronological list of earthquake origin time, location, and size for the Utah region." %} -
-
-

Earthquake Epicenters 1850 to 2016

-
-
- Epicenters Modern -

Earthquake Epicenters 1850 to 2016 represents the modern epicenters of earthquakes in Utah.

-
Related Resources
- -

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute content to: Utah Geological Survey, State of Utah, SGID. Earthquake epicenters were created and are maintained by the Utah Geological Survey.

-

{% include contact.html subject=page.title contact=site.data.contacts.earthquakes %}

-
- {% include packagedata.html name="EarthquakeEpicenters1850to2016" - info=page.EarthquakeEpicenters1850to2016 %} -
-
-
-

Earthquake Epicenters Mining Induced 1968 to 2016

-
-
- Earthquake Epicenters Mining Induced -

Earthquake Epicenters Mining Induced 1968 to 2016 represents the modern epicenters of earthquakes in Utah that are mining induced.

- -
Related Resources
- - -
- {% include packagedata.html name="Earthquake Epicenters Mining Induced 1968 to 2016" - info=page.EarthquakeEpicentersMiningInduced1968to2016 %} -
diff --git a/data/geoscience/index.html b/data/geoscience/index.html deleted file mode 100644 index 686cc49daa..0000000000 --- a/data/geoscience/index.html +++ /dev/null @@ -1,164 +0,0 @@ ---- -tags: - - data - - geoscience - - overview -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-10-21 13:25:19 -0600 -title: Geoscience Overview -categories: [] ---- -{% include table_overview.html name="Geoscience" %} - - - Alluvial Fans - map data - UDEM - Wasatch Front alluvian fans inventory for 2019 - - - Aquifers - map data - USGS & DEQ - Aquifer basin fill boundary and aquifer recharge areas. Shallow ground water. - - - Avalanche Paths - map data - UGRC - Avalanche paths in the tri-canyon area of the Wasatch Front, Utah. - - - Earthquake Epicenters - map data - UGS - Chronological lists of earthquake origin time, location, and size for both naturally occurring and mining - induced earthquakes. - - - Geochronology - map data - UGS - Various geologic dating methods, sites, and project areas in Utah. - - - Geologic Contacts - map data - UGS - Locations of geologic contacts in Utah. - - - Geologic Dikes - map data - UGS - Locations of geologic dikes in Utah. - - - Geologic Formations - map data - UGS - Locations of geologic formations in Utah. - - - Geologic Markers - map data - UGS - Locations of geologic markers in Utah. - - - Geologic Veins - map data - UGS - Locations of geologic veins in Utah. - - - Landslides - map data - UGS - Landslides and debris flows of Utah. - - - Liquefaction - map data - UGS - Liquefaction potential for 6 counties along the Wasatch Front. - - - Minerals - map data - USGS - Mineral deposit locations. - - - Quaternary Faults and Folds - map data - UGS - Compilation of existing information on faults and fault-related folds considered to be potential earthquake - sources in Utah. - - - Volcanic Cones - map data - UGS - Volcanic cones in Utah. - - - Volcanic Flows - map data - UGS - Quaternary volcanic flows in Utah. - - - Volcanic Vents - map data - UGS - Quaternary volcanic vents in Utah. - - - Soil - map data - UGS - Extent of defined soil types throughout Utah. - - - Soil Conservation Districts & Zones - - map data - UGRC & USDA-NRCS - Soil conservation districts and zones. - - - UGS Hazards - map data - UGS - Underlying data found in the Utah Geologic Survey (UGS) Hazards - Portal web application including Caliche Hazard, Collapsible Soil Susceptibility, Corrosive Soil and Rock - Susceptibility, Earth Fissure Hazard, Erosion Hazard Zones, Expansive Soil and Rock Susceptibility, Flood Canyon - Hazard, Flood Hazard, Geologic Radon Susceptibility, Karst Features, Landslide Inventory Polygons, Landslide - Susceptibility, Liquefaction Susceptibility, Piping and Erosion Susceptibility, Rockfall Hazard, Salt Tectonics - Related Ground Deformation, Shallow Bedrock Potential, Shallow Groundwater Susceptibility, Soluble Soil and Rock - Susceptibility, Surface Fault Rupture Hazard Special Study Zone, and Wind Blown Sand Susceptibility. - - - -

Other Geoscience Data

- -

Related Data

- diff --git a/data/geoscience/landslides/index.html b/data/geoscience/landslides/index.html deleted file mode 100644 index 75fcb14f39..0000000000 --- a/data/geoscience/landslides/index.html +++ /dev/null @@ -1,119 +0,0 @@ ---- -tags: - - geoscience - - landslide -author: - display_name: ZB - email: ugrc@utah.gov -date: 2011-11-18 16:09:38 -0700 -categories: [] -InventoryPolygons: - hub: - name: Utah Landslide Inventory Polygons - item_id: 3be19aad83a940cfa7bb331b5fbc28c6 - updates: - - 2018 -InventoryMappedAreas: - hub: - name: Utah Landslide Inventory Mapped Areas - item_id: e0ec1e7d0d5c47e388cc86e89928fe92 - updates: - - 2018 -CompilationAreas: - hub: - name: Utah Landslide Compilation Polygons - item_id: 4698550fd2aa4029bc295f7e0051780e - updates: - - 2016 -CompilationDebrisFlowPaths: - hub: - name: Utah Landslide Compilation Debris Flow Paths - item_id: cda61391c65a4d4aa94a581f6bf57057 - updates: - - 2016 -CompilationScarps: - hub: - name: Utah Landslide Compilation Scarps - item_id: e22096dacc604d5eb8b2e3c5e21f0a58 - updates: - - 2016 ---- -
- Landslides and Debris Flows -
Landslides and Debris Flows
-
-{% include abstract.html name="Landslides and Debris Flows" -stewards="UGS" -abstract="Landslide debris flow paths, deposition areas, and scarps of Utah. Data represents a compilation of existing -mapping of landslides at 1:100,000 pre 2007, and new landslide specific data depicting a more detailed inventory at -1:24,000 post 2008. For specific details on each feature class see the included metadata. More detailed information on -landslide hazards in Utah is available from the UGS." %} -
-
-

Landslide Inventory Polygons

-
-
-

Landslide Inventory Polygons depicts landslide activity and debris flows at scales of 1:24,000 or better and were - captured using LiDAR, stereo aerial photography, other data, and field reconnaissance by the UGS. Landslide - Inventory Polygons represents the most recent landslide mapping efforts of the UGS, and when possible should be - used first.

-

{% include contact.html subject=page.title contact=site.data.contacts.landslides %}

-
- {% include packagedata.html name="Landslides and Debris Flows" - info=page.InventoryPolygons %} -
-
-
-

Landslide Inventory Mapped Areas

-
-
-

Landslide Inventory Mapped Areas is a reference layer displaying the extent of higher resolution Landslide - Inventory Polygon mapping efforts.

-

{% include contact.html subject=page.title contact=site.data.contacts.landslides %}

-
- {% include packagedata.html name="Landslide Inventory Mapped Areas" - info=page.InventoryMappedAreas %} -
-
-
-

Landslide Compilation Areas

-
-
-

Landslide depositions throughout Utah at a variety of scales and accuracies. This dataset represents a - compilation of digitizing efforts by the Utah Geological Survey (UGS), and is not new landslide-specific mapping. - Landslides were compiled from all known pre-1989 published and unpublished references available at the time, - additional landslide paths were later added from 1989-2007 geologic maps and UGS landslide investigations.

-

{% include contact.html subject=page.title contact=site.data.contacts.landslides %}

-
- {% include packagedata.html name="Landslide Compilation Areas" - info=page.CompilationAreas %} -
-
-
-

Landslide Compilation Debris Flow Paths

-
-
-

Landslide Compilation Debris Flow Paths represents debris flow paths throughout Utah at a variety of scales and - accuracies. Data was compiled by the UGRC and UGS from all known pre-1989 published and unpublished references - available at the time. Additional landslide paths were later added from 1989-2007 geologic maps and UGS landslide - investigations.

-

{% include contact.html subject=page.title contact=site.data.contacts.landslides %}

-
- {% include packagedata.html name="Landslide Compilation Debris Flow Paths" - info=page.CompilationDebrisFlowPaths %} -
-
-
-

Landslide Compilation Scarps

-
-
-

Landslide scarp information of Utah compiled by the Utah Geological Survey (UGS). Data was compiled by the UGRC - and UGS from all known pre-1989 published and unpublished references available at the time. Additional landslide - paths were later added from 1989-2007 geologic maps and UGS landslide investigations.

-

{% include contact.html subject=page.title contact=site.data.contacts.landslides %}

-
- {% include packagedata.html name="Landslide Compilation Scarps" - info=page.CompilationScarps %} -
diff --git a/data/geoscience/quaternary-faults/index.html b/data/geoscience/quaternary-faults/index.html deleted file mode 100644 index cef91a0be9..0000000000 --- a/data/geoscience/quaternary-faults/index.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -tags: - - faults - - geoscience -author: - display_name: Zach Beck - email: zbeck@utah.gov -date: 2015-07-07 16:53:14 -0600 -categories: [] -QuaternaryFaults: - hub: - name: Utah Quaternary Faults - item_id: 9c85978d0fb54570bc60bec467e2fa7f - org: utahDNR - updates: - - March 2020 ---- -
- Quaternary Faults -
Quaternary Faults
-
-{% include abstract.html -name="Quaternary Faults" -stewards="UGS" -abstract="The mapped Quaternary faults and folds in the State of Utah." %} -
-
-

Quaternary Faults

-
-
- Quaternary Fault Lines -

Quaternary Faults represent The Utah Geological Survey Quaternary Fault and Fold Database and Map of Utah. This data is a compilation of existing information on faults and fault-related folds considered to be potential earthquake sources (i.e., “active” faults and folds). The faults and folds contained in the database are those considered to have been sources of large earthquakes (about magnitude 6.5 or greater) during the Quaternary Period (past 2.6 million years); these geologic structures are the most likely sources of large earthquakes in the future. The data set is intended to be a comprehensive source of the most current information available for characterizing active faults and folds in Utah for seismic-hazard analysis. This version of the data incorporates fault data from geologic maps and other documents formally published through 2013.

-
Related Resources
- -

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute content to: Utah Geological Survey, State of Utah, SGID. Quaternary faults were created and maintained by the Utah Geological Survey.

-

{% include contact.html subject=page.title contact=site.data.contacts.faults %}

-
- {% include packagedata.html name="QuaternaryFaults" - info=page.QuaternaryFaults %} -
diff --git a/data/geoscience/soil/index.html b/data/geoscience/soil/index.html deleted file mode 100644 index ccc43b1479..0000000000 --- a/data/geoscience/soil/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -tags: - - geoscience - - soil -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-21 10:47:27 -0700 -categories: [] -Soil: - hub: - name: Utah Soils - item_id: 047e5268bed7404e8b7cf349d36c8283 - updates: - - 2022 ---- -
- soil types -
Soils
-
-{% include abstract.html -name="Soils" -stewards="U.S. Department of Agriculture, Natural Resources Conservation Service" -abstract="Soil types and characteristics of Utah derived from the SSURGO database." %} -
-
-

Soils

-
-
-

Utah Soils is a subset of the more comprehensive Natural Resources Conservation Service (NRCS) SSURGO database. - The SSURGO database is a collection of 6 feature classes, one raster, 76 tables, and 69 relationship classes that - represent over a century's worth of soil data collected by the National Cooperative Soil Survey. - Utah Soils is a collection of the more widely used SSURGO soil attributes and SSURGO MUPOLYGON geometry to provide - users an overview of Utah soils data without the complexity of the SSURGO database itself. Users are encouraged to - explore the SSURGO database. - for a more detailed description of the soils of Utah. More information about NRCS and SSURGO can also be found - on their website.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Soil" info=page.Soil %} diff --git a/data/health/health-care-facilities/index.html b/data/health/health-care-facilities/index.html deleted file mode 100644 index f1c57b13ec..0000000000 --- a/data/health/health-care-facilities/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -tags: - - data - - ems - - health -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-21 13:27:50 -0700 -categories: [] -HealthcareFacilities: - hub: - name: Utah Health Care Facilities - item_id: f5e5d7c717c946fe9cd6f2c8d0bf8d86 - updates: - - December, 2017 - - January, 2016 - - July, 2015 - - June, 2015 - - June, 2013 -EmergencyMedicalServices: - hub: - name: Utah Emergency Medical Services - item_id: 4d29084d6e434ef397ae5922ba7402b4 - updates: - - June, 2013 ---- -
- Hospitals -
Health Care Facilities & Emergency Medical Services
-
-{% include abstract.html -name="Healthcare Facilities" -stewards="UGRC, Utah Department of Health, Utah Division of Emergency Management" -abstract="Healthcare Facilities and Emergency Medical Services (EMS) in Utah." %} -
-
-

Healthcare Facilities

-
-
- HealthCareFacilities -

Health Care Facilities represents clinics, dialysis centers, hospitals, and other healthcare related facilities. - This dataset is a work in progress. Listed below are more completed datasets for specific types of healthcare - facilities.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
Related Resources
- -
- {% include packagedata.html name="HealthcareFacilities" - info=page.HealthcareFacilities %} -
-
-
-

Emergency Medical Services

-
-
- EmergencyMedicalServices -

Emergency Medical Services represents the Emergency Medical Service (EMS) Facilities throughout the state of - Utah. An EMS Facility is any location where emergency medical services personnel are stationed or based out of, or - where EMS equipment is stored and ready use. Emergency Medical Services includes both private and - governmental entities. The NAME field contains the name of the EMS Facility.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
Related Resources
- -
- {% include packagedata.html name="EmergencyMedicalServices" - info=page.EmergencyMedicalServices %} -
diff --git a/data/health/health-districts/index.html b/data/health/health-districts/index.html deleted file mode 100644 index 3bda696a7c..0000000000 --- a/data/health/health-districts/index.html +++ /dev/null @@ -1,46 +0,0 @@ ---- -tags: - - data - - districts - - health -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-21 17:16:46 -0700 -categories: [] -HealthDistricts: - hub: - name: Utah Health Care Districts - item_id: 2c738e87f55e4383b82a3c1cd08c8208 - updates: - - January 2016 ---- -
- HealthDistricts -
Health Districts 2015
-
-{% include abstract.html name="Local Health Districts" -stewards="Utah Department of Health & UGRC" -abstract="Local Health Districts contains the health districts in the state of Utah. These districts are often the main -entity for reporting and tracking communicable diseases, as well as providing services to the community and state that -include investigation of disease outbreaks, health education, health screenings and immunizations, and food regulation -for establishments." %} -
-
-

Local Health Districts

-
-
-

Local Health Districts contains the health districts in the state of Utah. These districts are often the main - entity for reporting and tracking communicable diseases, as well as providing services to the community and state - that include investigation of disease outbreaks, health education, health screenings and immunizations, and food - regulation for establishments.

-

The DISTNAME field contains the district name.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="HealthDistricts" info=page.HealthDistricts %} -
diff --git a/data/health/health-small-statistical-areas/index.html b/data/health/health-small-statistical-areas/index.html deleted file mode 100644 index ab3c5dc7db..0000000000 --- a/data/health/health-small-statistical-areas/index.html +++ /dev/null @@ -1,153 +0,0 @@ ---- -tags: - - data -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-21 17:25:17 -0700 -categories: [] -2020SmallHealthStatisticalAreas: - hub: - name: Utah Health Small Statistical Areas 2020 - item_id: 67edfe9ded464e3393c1932b4d39a6b2 - updates: - - May 2020 -2018SmallHealthStatisticalAreas: - hub: - name: Utah Health Small Statistical Areas 2018 - item_id: c0a84e302c8142cb9ca34f88813f23b3 - updates: - - October 2018 -2017SmallHealthStatisticalAreas: - hub: - name: Utah Health Small Statistical Areas 2017 - item_id: 6fe09518dc62415d88570dfd59fbb4c5 - updates: - - November 2017 -2014SmallHealthStatisticalAreas: - downloads: - - url: https://utah.maps.arcgis.com/home/item.html?id=30c1368e89314f34a547779772cb1d13 - label: '2014 Small Statistical Areas' - updates: - - January 2014 -2012SmallHealthStatisticalAreas: - downloads: - - url: https://utah.maps.arcgis.com/home/item.html?id=908b5ff7b88c41a4b89119356c722fde - label: '2012 Small Statistical Areas' - updates: - - October 2012 ---- -
- SmallStatisticalAreas -
2018 Small Health Statistical Areas
-
-{% include abstract.html -name="Small Health Statistical Areas" -stewards="UGRC and Utah Department of Health" -abstract="First developed by the Department of Health in 1997, small statistical areas provide a means of geographically -analyzing and presenting health statistics at the community level. Producing information at this level provides -community planners and others with information that is specific to the populations living in their communities. Small -area analysis allows an investigator to explore ecologic relationships between health status, lifestyle, the environment -and the health system." %} -
-
-

2020 Small Health Statistical Areas

-
-
- Small Health Areas -

Utah Small Health Statistics Areas was developed by the Utah Department of Health by combining neighboring ZIP - code areas to create 99 small areas ranging in population of approximately 8,000 to 86,000 persons. In some - instances a small area may not have a contiguous boundary, in these cases the small area is represented with - multiple polygons. These boundaries were created to allow for more meaningful analysis by reducing areas to the - smallest unit where there is enough data to be reliable and the area is similar.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="2020SmallHealthStatisticalAreas" - info=page.2020SmallHealthStatisticalAreas %} -
-
-
-

2018 Small Health Statistical Areas

-
-
- Small Health Areas -

"Utah Small Health Statistics Areas" was developed by the Utah Department of Health by combining neighboring ZIP - code areas to create 99 small areas ranging in population of approximately 8,000 to 86,000 persons. These - boundaries were created to allow for more meaningful analysis by reducing areas to the smallest unit where there - is enough data to be reliable and the area is similar.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="2018SmallHealthStatisticalAreas" - info=page.2018SmallHealthStatisticalAreas %} -
-
-
-

2017 Small Health Statistical Areas

-
-
- Small Health Areas -

The boundaries were developed by the Utah Department of Health by combining zip code areas within a county to - create 64 small areas with populations of approximately 33,500 people.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="2017SmallHealthStatisticalAreas" - info=page.2017SmallHealthStatisticalAreas %} -
-
-
-

2014 Small Health Statistical Areas

-
-
- Small Health Areas -

The feature layer was developed in 1997 by the Office of Public Health Assessment. There are the 63 small health - statistical areas in Utah. These boundaries were developed by the Utah Department of Health by combining - neighboring ZIP code areas within a county to create 63 small areas of approximately 33,500 persons.

-
    -
  • The Area_Code field contains the statistical area code. -
  • The Area_Name field contains the statistical area name. -
-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="2014SmallHealthStatisticalAreas" - info=page.2014SmallHealthStatisticalAreas %} -
-
-
-

2012 Small Health Statistical Areas

-
-
- Small Health Areas -

Health Small Statistical Areas 2012 are the 62 small health statistical areas in Utah. These boundaries were - developed by the Utah Department of Health by combining neighboring ZIP code areas to create 62 small areas of - approximately 33,500 persons.

-
    -
  • The Area_Code field contains the statistical area code. -
  • The Area_Name field contains the statistical area name. -
-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="2012SmallHealthStatisticalAreas" - info=page.2012SmallHealthStatisticalAreas %} -
diff --git a/data/health/index.html b/data/health/index.html deleted file mode 100644 index 8527c9cff3..0000000000 --- a/data/health/index.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -tags: - - data - - health - - overview -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-10-21 14:23:47 -0600 -title: Health Overview -categories: [] ---- -{% include table_overview.html name="Health" %} - - - Healthcare Facilities - map data - UGRC, Utah Department of Health, Division of Emergency Management - Healthcare Facilities and Emergency Medical Service (EMS) locations in Utah - - - Health Districts - map data - Department of Public Health - Shows the 12 local health departments - - - Health Statistical Areas - map data - Department of Public Health - 2017, 2014, & 2012 small statistical areas for health status information. - - - -

Related Resources

- diff --git a/data/history/index.html b/data/history/index.html deleted file mode 100644 index 9b9b1b14ef..0000000000 --- a/data/history/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -tags: - - data - - history - - overview -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-07 14:12:43 -0700 -title: History Overview -categories: [] ---- -{% include table_overview.html name="History" %} - - - Historic Lake Bonneville - map data - UGRC - The geographic extent of the Lake Bonneville shoreline. - - - Markers and Monuments - map data - Utah State History - Location, text, photos, and other information about historic markers and monuments located throughout Utah. - - - - Historic Districts - map data - UGRC - Historic Districts in Utah. - - - Historic Trails - map data - UGRC - Historic Trails in Utah. - - - Cemeteries - map data - Utah State History - Cemetery locations in Utah. - - - -

Related Data

- diff --git a/data/index.html b/data/index.html deleted file mode 100644 index 0e57c9ab05..0000000000 --- a/data/index.html +++ /dev/null @@ -1,937 +0,0 @@ ---- -layout: default -author: - display_name: UGRC Staff -tags: [] -date: 2012-01-20 07:46:07 -0700 -title: Data -categories: [] ---- -
- -
-

Welcome to the State Geographic Information Database (SGID)

- -

The SGID aims to be the primary source for - state-wide GIS data in Utah by creating a single portal to datasets created by many different agencies and - organizations. With such a broad scope, SGID datasets live in many different places depending on their type, - availability, and popularity: -

    -
  • The UGRC-curated Open SGID database
  • -
  • ArcGIS Online hosted feature services
  • -
  • SGID Open Data site
  • -
  • Raster Discovery web app
  • -
  • Discover base map and imagery services
  • -
  • The UGRC Web API
  • -
-

- -

The SGID Index collects all these - different datasets and locations into one easy-to-search list. It includes links to detailed information - pages about UGRC-maintained datasets as well as direct links to the authoritative sources for datasets - served by other state agencies. You can also click on a category icon below - for a summary of related datasets.

-

Are you curious about the technology and processes that we use to keep SGID data updated and - available? Then the SGID Data Flow - diagram will surely pique your interest.

-

- Search the SGID Index -

-
-
-

Choosing a Data Source

-

With so many ways to get SGID Data, how do you you know which one to use? We created a guide - to help you understand the best ways to access the data based on your use case.

-
-
Browsing for Data
-
- Use the SGID Index
-
- Search the SGID Open Data site
-
- Browse the Utah SGID groups in our ArcGIS - Online organization
-
Desktop mapping (ArcGIS, QGIS, etc)
-
- Connect directly to the Open SGID to load - UGRC-curated vector data
-
- Consume feature services from ArcGIS - Online or Open Data
-
- Download shapefiles or geodatabases from Open Data or from - the steward's website
-
- Add a raster base map or imagery from Discover
-
- Download raster data from the Raster Discovery web app
-
ArcGIS Online webmaps and storymaps
-
- Consume feature services from ArcGIS - Online or Open Data
-
- Add a raster base map or imagery from Discover
-
Custom web app development
-
- Consume feature services from ArcGIS - Online or Open Data
-
- Zoom to an address and search for a boundary or nearby feature with the UGRC Web API
-
- Add a raster base map or imagery from Discover
-
Geocoding Addresses
-
- Geocode individual addresses with the UGRC - Web API
-
- Download our API - Client to geocode a table of addresses with the UGRC Web API
-
- Use our Masquerade service - to geocode within Esri products.
-
-

-
- - -
-

Contributing to the SGID

-

- If you or your agency are a steward of Utah GIS data layers, you can get the best return on your hard work and investment by sharing your data with the SGID, which has 390 datasets as of May, 2023. This ensures your data resources are available to the broadest audience possible. -

-

- Share your data with the SGID! -

-
-
- - - diff --git a/data/indices/aerial-photography-extents/index.html b/data/indices/aerial-photography-extents/index.html deleted file mode 100644 index 82e019f6e7..0000000000 --- a/data/indices/aerial-photography-extents/index.html +++ /dev/null @@ -1,69 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - aerial photography - - data - - indices -categories: [] -date: 2011-09-14 11:02:42 -0600 -AerialPhotographyExtents: - hub: - name: Aerial Photography Extents - item_id: 91f0336b027a426ba14d62aa95a4af9b - updates: - - July 2018 ---- -
- Aerial Photography Extent -
Aerial Photography Extent
-
-{% include abstract.html name="Aerial Photography Extents" -abstract="This dataset contains GIS mapping data representing the aerial photography available in the State of Utah." %} -
-
-

Aerial Photography Extents

-
-
-

Aerial Photography Extents is a polygon dataset of the areas where aerial photography is available in the - State of Utah.

-

Each polygon extent contains the following attribute fields when available or applicable:

-
    -
  • Resolution - the resolution or pixel size of the imagery -
  • Year_Collected - the year collected -
  • Description - a short description -
  • File_Format - the file format -
  • File_Extension - the file extension -
  • Average_File_Size - the average file size of an individual image tile -
  • Total_Size - the total file size of the entire product collection -
  • Horizontal_Accuracy - the horizontal positional accuracy -
  • Vertical_Accuracy - the vertical positional accuracy -
  • Total_Square_Miles - the total square miles of the dataset -
  • Contact - contact information -
  • In_House - whether or not it is distributed from UGRC's FTP site -
  • FTP_Path - the FTP directory to download the data from -
  • Product - a generalize product name -
  • Category - a generalized product category name -
  • Estimated_Date - an estimated date the data was collected -
  • HTML_Page - the URL to a webpage for the product -
  • REST_Endpoint - the REST end point URL -
  • LYR_File - a layer pointer and symbology -
  • FlightDate_Location - where to find the exact flight date for each individual tile of data -
  • Tile_Index - the tile index in the SGID for each product -
  • Upload_Date - the date the polygon extent was loaded into the dataset -
-

These boundaries are maintained by UGRC with the help of many state, county, and local entities. Changes and - updates are made as new imagery is a acquired in Utah. The native spatial reference for this dataset is UTM Zone - 12N, NAD83 (0.01 meter coordinate precision). There are no constraints or warranties with regard to the use of - this dataset. Users are encouraged to attribute content to: State of Utah, SGID.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.indices %}

-
- {% include packagedata.html name="AerialPhotographyExtents" info=page.AerialPhotographyExtents %} -
- diff --git a/data/indices/auto-correlated-dem-extents/index.html b/data/indices/auto-correlated-dem-extents/index.html deleted file mode 100644 index eeae04ae5b..0000000000 --- a/data/indices/auto-correlated-dem-extents/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - auto-correlated - - data - - dem - - elevation -categories: [] -date: 2011-09-15 12:54:10 -0600 -AutoCorrelatedDEMExtents: - hub: - name: Auto Correlated DEM Extents - item_id: 3e82e35d69744ce4991c15daa4edd775 - updates: - - Static since 2007 with no planned updates ---- -
- Auto-Correlated Sample -
Auto-Correlated DEM Extent
-
-{% include abstract.html name="Auto-Correlated DEM Extents" -abstract="This dataset contains GIS mapping data representing the auto-correlated DEM Elevations data available in the -State of Utah." %} -
-
-

Auto-Correlated DEM Extents

-
-
-

AutoCorrelated DEM Extents is a polygon dataset of the areas where auto-correlated DEM elevation is - available in the State of Utah.

-

The auto-correlation process is not as rigorous as other methods of elevation modeling such as - photogrammetry, LiDAR mapping, radar mapping, etc, and therefore end-users should be aware that anomalies are - expected within the elevation dataset.

-

These boundaries are maintained by UGRC. There are no changes or updates anticipated for this dataset.

-

Each polygon extent contains the following attribute fields when available or applicable:

-
    -
  • Resolution - the resolution or pixel size of the data -
  • Year_Collected - the year collected -
  • Description - a short description -
  • File_Format - the file format -
  • File_Extension - the file extension -
  • Average_File_Size - the average file size of an individual image tile -
  • Total_Size - the total file size of the entire product collection -
  • Horizontal_Accuracy - the horizontal positional accuracy -
  • Vertical_Accuracy - the vertical positional accuracy -
  • Total_Square_Miles - the total square miles of the dataset -
  • Contact - contact information -
  • In_House - whether or not it is distributed from UGRC's FTP site -
  • FTP_Path - the FTP directory to download the data from -
  • Product - a generalize product name -
  • Category - a generalized product category name -
  • Estimated_Date - an estimated date the data was collected -
  • HTML_Page - the URL to a webpage for the product -
  • REST_Endpoint - the REST end point URL -
  • LYR_File - a layer pointer and symbology -
  • FlightDate_Location - where to find the exact flight date for each individual tile of data -
  • Tile_Index - the tile index in the SGID for each product -
  • Upload_Date - the date the polygon extent was loaded into the dataset -
-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute - content to: State of Utah, SGID.

- This dataset is maintained by UGRC in partnership with state and local government.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.indices %}

-
- {% include packagedata.html name="AutoCorrelatedDEMExtents" - info=page.AutoCorrelatedDEMExtents %} -
diff --git a/data/indices/contour-extents/index.html b/data/indices/contour-extents/index.html deleted file mode 100644 index 2ed93a3364..0000000000 --- a/data/indices/contour-extents/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - contour - - data - - indices -categories: [] -date: 2011-09-15 13:27:33 -0600 -ContourLineExtents: - downloads: - hub: - name: Contour Line Extents - item_id: df220fc45d2a44f7b9a8ca2a3635e777 - updates: - - No updates planned ---- -
- Contour Sample -
Contour Line Extent
-
-{% include abstract.html name="Contour Lines and Extents" -abstract="This dataset contains GIS mapping data representing the contour lines available in the State of Utah." %} -
-
-

Contour Line Extents

-
-
-

Contour Line Extents is a polygon dataset of the areas where contour line data is available in the State - of Utah.

-
Each polygon extent contains the following attribute fields when available or applicable:
-
    -
  • Interval - the interval of the contour lines -
  • Year_Collected - the year collected -
  • Description - a short description -
  • File_Format - the file format -
  • File_Extension - the file extension -
  • Average_File_Size - the average file size of an individual image tile -
  • Total_Size - the total file size of the entire product collection -
  • Horizontal_Accuracy - the horizontal positional accuracy -
  • Vertical_Accuracy - the vertical positional accuracy -
  • Total_Square_Miles - the total square miles of the dataset -
  • Contact - contact information -
  • In_House - whether or not it is distributed from UGRC's FTP site -
  • FTP_Path - the FTP directory to download the data from -
  • Product - a generalize product name -
  • Category - a generalized product category name -
  • Estimated_Date - an estimated date the data was collected -
  • HTML_Page - the URL to a webpage for the product -
  • REST_Endpoint - the REST end point URL -
  • LYR_File - a layer pointer and symbology -
  • FlightDate_Location - where to find the exact flight date for each individual tile of data -
  • Tile_Index - the tile index in the SGID for each product -
  • Upload_Date - the date the polygon extent was loaded into the dataset -
-

Changes and updates are made as new contour lines are acquired in Utah. The native spatial reference for this - dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are no constraints or warranties with - regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.indices %}

-
- {% include packagedata.html name="ContourLineExtents" info=page.ContourLineExtents %} -
diff --git a/data/indices/h3-index/index.html b/data/indices/h3-index/index.html deleted file mode 100644 index fff665c208..0000000000 --- a/data/indices/h3-index/index.html +++ /dev/null @@ -1,96 +0,0 @@ ---- -author: - display_name: Jake Adams - email: jdadams@utah.gov -tags: - - data - - indices - - h3 -categories: [] -date: 2022-12-12 12:00:00 -0600 ---- -
- H3 Spatial Index -
H3 Spatial Index
-
-{% include abstract.html name="H3 Spatial Grid" -stewards="UGRC using technology developed by Uber Technologies, Inc" -abstract="This dataset contains the H3 reference polygons covering the State of Utah at resolutions 5 through 9." %} -
-
-

H3 Spatial Index

-
-
- H3 Index Sample -

The H3 Spatial Index (created by Uber) helps users aggregate point data using an easily reusable common grid. This allows you to maintain a consistent geometry across all your analyses, which makes them easier to compare. H3 uses highly-optimized math routines to assign lat/long coordinates an ID corresponding to a polygon (almost always hexes) at a given resolution rather than performing a much slower point-in-polygon geometrical operation. Once you've generated IDs for your points, you can use these polygons to aggregate them and display summary statistics on a map.

-

We used the H3 library to create the index polygons that cover the entire State of Utah at resolutions 5 through 9. You can find more information about how we created them, along with an example of how to use them, in our H3 blog post.

-

Like the rest of our SGID data, the spatial reference for these polygons is UTM Zone 12N, NAD83. However, remember that your points must be in WGS 84 lat/long in order to use the H3 API to assign them a hex ID. The polygons are copyright 2022 Uber Technologies, Inc and licensed under version 2.0 of the Apache License.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.h3_hexes %}

-
-
- {% include fa_icon.html download=true lower=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Downloads
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ResolutionOpen SGID TableSGID Open DataFile GeodatabaseShapefile
Level 5indices.h3_hexes_level_6Downloads and APIsDownloadDownload
Level 6indices.h3_hexes_level_6Downloads and APIsDownloadDownload
Level 7indices.h3_hexes_level_7Downloads and APIsDownloadDownload
Level 8indices.h3_hexes_level_8Downloads and APIsDownloadDownload
Level 9indices.h3_hexes_level_9Downloads and APIsDownloadDownload
- -
-
diff --git a/data/indices/index.html b/data/indices/index.html deleted file mode 100644 index 052908f1a8..0000000000 --- a/data/indices/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: Index and Extent Data -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - data - - indices - - extents - - overview -categories: [] -date: 2021-10-14 09:17:56 -0600 ---- -{% include table_overview.html name="Index" %} - - - Aerial Photography Extents - map data - UGRC - Existing Aerial Photography Coverage - - - LiDAR Extents - map data - UGRC - Existing LiDAR Coverage - - - Auto-Correlated DEM Extents - map data - UGRC - Existing Auto-Correlated DEM Coverage - - - Contour Extents - map data - UGRC - Existing Contour Coverage - - - USGS Topographic Map Indices - map data - UGRC - Available U.S. Geologic Survey Digital Topographic Map (24K, 100K, and 250K) Indices - - - H3 Spatial Index - map data - UGRC - H3 Spatial Indices at Resolutions 5-9 - - - U.S. National Grid Index - map data - UGRC - U.S. National Grid Index (1000m X 1000m) - - - diff --git a/data/indices/lidar-extents/index.html b/data/indices/lidar-extents/index.html deleted file mode 100644 index 4572d6d47f..0000000000 --- a/data/indices/lidar-extents/index.html +++ /dev/null @@ -1,71 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - data - - indices - - lidar -categories: [] -date: 2011-09-15 09:48:35 -0600 -LiDARExtents: - hub: - name: LiDAR Extents - item_id: 90556bb0e09640648be66013a6ab56e6 - updates: - - 2022 ---- -
- LiDAR Extents -
LiDAR Extent
-
-{% include abstract.html name="LiDAR Extents" -abstract="This dataset contains GIS mapping data representing the LiDAR elevation data available or being collected in the State of Utah." %} -
-
-

LiDAR Extents

-
-
-

LiDAR Extents is a polygon dataset of the areas where LiDAR elevation data is available in the State of Utah.

-

Each polygon extent contains the following attribute fields when available or applicable:

-
    -
  • Resolution - the resolution or average point spacing -
  • Year_Collected - the year collected -
  • Description - a short description -
  • File_Format - the file format -
  • File_Extension - the file extension -
  • Average_File_Size - the average file size of an individual image tile -
  • Total_Size - the total file size of the entire product collection -
  • Horizontal_Accuracy - the horizontal positional accuracy -
  • Vertical_Accuracy - the vertical positional accuracy -
  • Total_Square_Miles - the total square miles of the dataset -
  • Contact - contact information -
  • In_House - whether or not it is available from UGRC -
  • FTP_Path - the location used to store the data -
  • Product - a generalize product name -
  • Category - a generalized product category name -
  • Estimated_Date - an estimated date the data was collected -
  • HTML_Page - the URL to a webpage for the product -
  • REST_Endpoint - N/A -
  • LYR_File - N/A -
  • FlightDate_Location -N/A -
  • Tile_Index - the tile index for each product -
  • Upload_Date - the date the dataset was uploaded -
  • USGS_QualityLevel - the USGS Quality Level if applicable -
  • Coverage - the bare earth extents that are USGS Quality Level 1 or 2 -
  • Project_Name - the generalized reference name for project area -
  • Project_Status - denotes if the project is Complete or In Progress -
-

These boundaries are maintained by UGRC with the help of many state, county, and local entities. Changes and - updates are made as new LiDAR is a acquired in Utah. The native spatial reference for this dataset is UTM Zone - 12N, NAD83 (0.01 meter coordinate precision). There are no constraints or warranties with regard to the use of - this dataset. Users are encouraged to attribute content to: State of Utah, SGID.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.indices %}

-
- {% include packagedata.html name="LiDARExtents" info=page.LiDARExtents %} -
diff --git a/data/indices/national-grid-index/index.html b/data/indices/national-grid-index/index.html deleted file mode 100644 index b914623f75..0000000000 --- a/data/indices/national-grid-index/index.html +++ /dev/null @@ -1,61 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - data - - indices - - national grid -categories: [] -date: 2011-09-15 14:02:33 -0600 -UnitedStatesNationalGrid: - hub: - name: United States National Grid - item_id: 2eeec11a38d64637a74b5c9ddef0f76f - updates: - - 2018 ---- -
- USNG Index Sample -
U.S. National Grid Index
-
-{% include abstract.html name="United States National Grid (USNG)" -stewards="UGRC in partnership with the Center for Interdisciplinary Geospatial Information Technologies, Delta State -University, Cleveland Mississippi 38733" -abstract="This dataset contains GIS mapping data representing the 1000m X 1000m United States National Grid (USNG) for -Utah." %} -
-
-

United States National Grid (USNG)

-
-
- USNG Index Sample -

National Grid is a polygon dataset of United States National Grid 1000 meter x 1000 meter grid polygons - constructed by the Center for Interdisciplinary Geospatial Information Technologies at Delta State University with - support from the US Geological Survey under the Cooperative Agreement 07ERAG0083. For correct display, please set - the base coordinate system and projection such that it matches the UTM zone for which these data were constructed - using the NAD 83 datum. Further information about the US National Grid is available from https://www.fgdc.gov/usng and a viewing of these layers as applied to local - geography may be seen at the National Map.

-

Each polygon contains the following attribute fields:

-
    -
  • USNG - the fully qualified U.S. National Grid number coordinate describing the lower left - corner of a 1000m x 1000m polygon -
  • GRID1MIL - USNG Grid Zone Designator (GZD) -
  • Grid100K - 100,000 meter USNG square ID -
  • Easthing - lower left Easting of the 1000 meter USNG box -
  • Northing - lower left Northing of the 1000 meter USNG box -
-

The native spatial reference for this dataset is UTM Zone 12N, NAD83. There are no constraints or warranties with - regard to the use of this dataset. Users are encouraged to attribute content to: State of Utah, SGID and The - Center for Interdisciplinary Geospatial Information Technologies, Delta State University, Cleveland Mississippi - 38733.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.indices %}

-
- {% include packagedata.html name="UnitedStatesNationalGrid" info=page.UnitedStatesNationalGrid %} -
diff --git a/data/indices/usgs-topo-indices/index.html b/data/indices/usgs-topo-indices/index.html deleted file mode 100644 index ab292f98fe..0000000000 --- a/data/indices/usgs-topo-indices/index.html +++ /dev/null @@ -1,120 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - data - - drg - - indices -categories: [] -date: 2011-09-15 14:42:10 -0600 -USGS24KDRGIndices: - hub: - name: USGS 24K DRG Index - item_id: fe10115354c14260aef62a60b3137488 - updates: - - Updates to this dataset are not planned -USGS100KDRGIndices: - hub: - name: USGS 100K DRG Index - item_id: 80042c4b51a843c3b480ada0b8d68177 - updates: - - Updates to this dataset are not planned -USGS250KDRGIndices: - hub: - name: USGS 250K Index 1x1 - item_id: 606d75b70d254c7e9da5785704c60369 - downloads: - - url: https://opendata.gis.utah.gov/datasets/usgs-250k-drg-index-1x2 - label: 'USGS 250K DRG Index 1x2: SGID Open Data Downloads and APIs' - - url: https://opendata.arcgis.com/datasets/ed39436090e8472593149659b4ed257e_0.gdb - label: 'USGS 250K DRG Index 1x2: File Geodatabase' - - url: https://opendata.arcgis.com/datasets/ed39436090e8472593149659b4ed257e_0.shp - label: 'USGS 250K DRG Index 1x2: Shapefile' - updates: - - Updates to this dataset are not planned ---- -
- DRG Sample -
USGS Topographic Map Index
-
-{% include abstract.html name="Topographic Map Indices" -abstract="This dataset contains GIS mapping data representing the tile indices for the 24K, 100K, and 250K USGS scanned -topographic maps (DRGs)." %} -
-
-

USGS 24K DRG Indices

-
-
- DRG Index -

The USGS Topographic Map tile indices can be used to determine the 7.5 minute, 1:24,000 scale map boundaries for - Utah.

-

Each tile index contains the following attribute fields:

-
    -
  • Name - the name of the map -
  • OHIO_CODE - code used by USGS -
  • TILE - the image tile name -
  • PATH - the directory where the topographic map tile resides -
-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are - no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute content to: - State of Utah, SGID.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.indices %}

-
- {% include packagedata.html name="USGS24KDRGIndices" info=page.USGS24KDRGIndices %} -
-
-
-

USGS 100K DRG Indices

-
-
- DRG Index -

The USGS Topographic Map tile indices can be used to determine the 30x60 minute, 1:100,000 scale quadrangle map - boundaries for Utah.

-

Each tile index contains the following attribute fields:

-
    -
  • TILE_NAME - UGRC q number -
  • Name - the name of the map -
  • TILE - the image tile name -
  • PATH - the directory where the topographic map tile resides -
-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are - no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute content to: - State of Utah, SGID.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.indices %}

-
- {% include packagedata.html name="USGS100KDRGIndices" info=page.USGS100KDRGIndices %} -
-
-
-

USGS 250K DRG Indices

-
-
- DRG Index -

The USGS Topographic Map tile indices can be used to determine the 1x1 and 1x2 degree, 1:250,000 scale quadrangle - map boundaries for Utah.

-

Each tile index contains the following attribute fields:

-
    -
  • TILE_NAME - UGRC q number name -
-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There are - no constraints or warranties with regard to the use of this dataset. Users are encouraged to attribute content to: - State of Utah, SGID.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.indices %}

-
- {% include packagedata.html name="USGS250KDRGIndices" info=page.USGS250KDRGIndices %} -
diff --git a/data/location/address-data/index.html b/data/location/address-data/index.html deleted file mode 100644 index 8e0aa70757..0000000000 --- a/data/location/address-data/index.html +++ /dev/null @@ -1,135 +0,0 @@ ---- -tags: - - address - - address grid - - address point - - location -author: - display_name: Data Queen - email: agrc@utah.gov -date: 2012-08-15 16:09:42 -0600 -categories: [] -AddressPoints: - hub: - name: Utah Address Points - item_id: 3f4f7a8efcd147febeca8bacaea67a14 - updates: - - December 2024 - Davis, Iron, Salt Lake, Utah, Washington, and Weber Counties - - November 2023 - Davis, Kane, Salt Lake, Tooele, Utah, Washington, and Weber Counties - - October 2023 - Box Elder, Carbon, Davis, Salt Lake, Sevier, Utah, Washington and Weber Counties - - September 2023 - Davis, Iron, Salt Lake, Utah, Washington, and Weber Counties - - August 2023 - Davis, Garfield, Salt Lake, Tooele, Utah, Washington, and Weber Counties - - July 2023 - Box Elder, Davis, Grand, Salt Lake, San Juan, Summit, Utah, Washington, and Weber Counties - - June 2023 - Beaver, Emery, Davis, Salt Lake, Utah, Washington, and Weber Counties - - May 2023 - Cache, Davis, Morgan, Salt Lake, Tooele, Utah, Wasatch, Washington, and Weber Counties - - April 2023 - Davis, Morgan, Piute, Salt Lake, Sevier, Summit, Utah, Washington, and Weber Counties - - March 2023 - Box Elder, Cache, Davis, Iron, Salt Lake, Utah, Washington, Weber Counties - - February 2023 - Carbon, Davis, Garfield, Grand, Salt Lake, Tooele, Utah, Washington, Weber Counties - - January 2023 - Box Elder, Davis, Iron, Salt Lake, Utah, Wasatch, Washington, Weber Counties - - December 2022 - Davis, Morgan, Salt Lake, Tooele, Utah, Washington, Weber Counties - - Address Points were made public by AGRC on June 27, 2013 -AddressSystemQuadrants: - hub: - name: Utah Address System Quadrants - item_id: 3d6d2db8f3554cc8b3ff24b820035fb3 - updates: - - April 2023 - Added the Mammoth address system in Juab county. Additional minor edits to account - for annexations in Utah (Springville, Lehi) and Box Elder (Willard, Garland) counties. - - December 2022 - Added several address grids in Beaver county (Elk Meadows, Ponderosa, - Greenville, Adamsville, Sulphurdale). Made major updates to grids in Utah, Cache, Tooele, - and Box Elder Counties. Renamed 'NSL' to 'North Salt Lake' and 'East Carbon City' to 'East Carbon'. - Minor adjustment to quadrants in Bluff. - - August 2022 - Added the Rocky Ridge address system in northern Juab county - - September 2021 - Updates near Elsinore/Central Valley/Monroe corners due to recent - Elsinore annexation and inputs from Sevier County - - November 2015 - Improvements were made to the Hyrum and Logan address system - boundaries - - October 2015 - Updated the American Fork address system boundary to reflect - recent annexations - - August 2015 - Improvements were made to the Brigham City, Fishlake, Fremont, - Garland, Loa, Lyman, Mantua, Tremonton, and Willard address system boundaries; - Updated the Lehi and Santa Clara address system boundaries to reflect recent - annexations - - July 2015 - Improvements were made to the Price and Wellington address system - boundaries; updated the Lehi and Provo address system boundaries to reflect - recent annexations - - June 2015 - Improvements were made to the Layton and HAFB address system boundaries; - updated the Provo and Spanish Fork address system boundaries to match recent - annexations - - May 2015 - Updated address system boundaries to reflect annexations in Lehi, - Lewiston, and Snowville - ---- -
- Address point map -
Address Points and Grid Areas
-
-{% include abstract.html -name="Address Data" -stewards="UGRC, Local Government Partners" -webapp="https://addressediting.utah.gov/" -abstract="This dataset contains GIS mapping data representing address point locations (near complete) and the address -grid system quadrant boundaries (NE, SE, SW, NW) in Utah." %} -
-
-

Address Points

-
-
- Address Points -

This dataset contains geographic information system (GIS) mapping data representing address point locations for all twenty-nine Utah counties. This data layer ensures that all state entities are using the same verified, accurate county and municipality address information.

-

An address point represents a geographic location that has been assigned a US Postal Service (USPS) address by the local address authority (i.e., county or municipality) but does not necessarily receive mail. Address points may include several pieces of information about the structure or location that's being mapped, such as:

-
    -
  • the full address (i.e., the USPS mailing address, if the address is for a physical location [rather than a PO box]); -
  • the landmark name; -
  • whether the location is a building; -
  • the type of unit; -
  • the city and ZIP code; -
  • unique code identifiers of the specific geographic location, including the Federal Information Processing Standard Publication (FIPS) county code and the US National Grid (USNG) spatial address; -
  • the address source; and -
  • the date that the address point was loaded into the map layer. -
-

This dataset is mapping grade; it is a framework layer that receives regular updates. As with all our datasets, the Utah Geospatial Resource Center (UGRC) works to ensure the quality and accuracy of our data to the best of our abilities.

-

Maintaining the dataset is now an ongoing effort between UGRC, counties, and municipalities. Specifically, UGRC works with each county or municipality's Master Address List (MAL) authority to continually improve the address point data. Counties have been placed on an update schedule depending on the rate of new development and change within them. Populous counties, such as Weber, Davis, Salt Lake, Utah, and Washington, are more complete and are updated monthly, while rural or less populous counties may be updated quarterly or every six months.

-

The information in the Address Points dataset was originally compiled by Utah counties and municipalities and was aggregated by UGRC for the MAL grant initiative in 2012. The purpose of this initiative was to make sure that all state entities were using the same verified, accurate county and municipal address information.

-

Since 2012, more data has been added to the Address Points GIS data and is used for geocoding, 911 response, and analysis and planning purposes. The Address Point data is also used as reference data for the api.mapserv.utah.gov geocoding endpoint, and you can find the address points in many web mapping applications.

-
Address Points in Action
-

The statewide address point layer is used as reference data for the api.mapserv.utah.gov - address locators. You can also find the address points in many web mapping - applications.

-
Address Points as a Service
-

The address points are published as an ArcGIS Online service - as well as a Discover service.

-

{% include contact.html subject=page.title contact=site.data.contacts.address_points %} For county specific - questions, see the contact - list for the Master Address Authority at each county.

-
Related Resources
- -
- {% include packagedata.html name="AddressPoints" info=page.AddressPoints %} -
-
-
-

Address System Quadrants

-
-
- Address System Quadrants -

Location.AddressSystemQuadrants represents the local and countywide address system quadrants (NE, SE, SW, NW) - throughout Utah. Addresses are assigned by local government addressing authorities using a defined addressing - system, or grid. An addressing system consists of an origin point (0,0), a north-south axis, and an east-west - axis, and a boundary within which addresses are assigned using this particular grid. This convention governs the - assignment of addresses and is typically expressed as 100 address ranges per block or 800 address ranges per mile. - Updates to this dataset are published periodically.

-

For additional information regarding Address System Quadrants dataset, read the Utah Local Address - Systems document

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="AddressSystemQuadrants" info=page.AddressSystemQuadrants %} -
diff --git a/data/location/building-footprint/index.html b/data/location/building-footprint/index.html deleted file mode 100644 index 5afb251ebe..0000000000 --- a/data/location/building-footprint/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -tags: - - footprint - - location -author: - display_name: Zach Beck - email: zbeck@utah.gov -date: 2013-10-17 14:53:15 -0600 -categories: [] -BuildingFootprints: - hub: - name: Utah Buildings - item_id: 10c67c4cf75543e3ab767c2eb601b82d - updates: - - October 2018 ---- -
- building footprints -
Building Footprints
-
-{% include abstract.html -name="Building Footprints" -stewards="UGRC" -abstract="Building footprints of Utah showing the perimeter of a building where it meets the ground." %} -
-
-

Building Footprints

-
-
- building footprints -

Buildings was derived from building footprints generated by Microsoft for all 50 States. In some cases the - pixel prediction algorithm used by Microsoft identified and created building footprints where no building existed. - To flag potential errors, building footprints within 750 meters of known populated areas - (PopBlockAreas2010_Approx) and within 500 meters of an address point (AddressPoints) were selected and identified - as being a likely structure, footprints falling outside these areas were identified as possible buildings in the - 'TYPE' field. In addition, attributes were added for address, city, county, and zip where possible

-
- {% include packagedata.html name="BuildingFootprints" - info=page.BuildingFootprints %} -
diff --git a/data/location/gnis/index.html b/data/location/gnis/index.html deleted file mode 100644 index df2d3bf675..0000000000 --- a/data/location/gnis/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -tags: - - gnis - - location - - placenames -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-23 09:22:52 -0700 -categories: [] -GNIS2019: - hub: - name: Utah GNIS Place Names - item_id: 153301fffc8a4128884833e2f7ee1d6e - updates: - - April 3, 2019 -PlaceAreas: - hub: - name: Utah Zoom Locations - item_id: 183633e5f6ea4049858ac0b37f4fdd32 - updates: - - December 2010 ---- -
- UT GNIS -
GNIS Points in Utah
-
-{% include abstract.html -name="GNIS And Place Locations" -type="GIS Data Layer" -stewards="USGS" -abstract="The Geographic Names Information System (GNIS) was developed by the U.S. Geological Survey in cooperation with -the U.S. Board on Geographic Names (BGN), local governments and other interested organizations. The GNIS contains -information about physical and cultural geographic features in the United States and associated areas, both current and -historical, but not including roads and highways. The goal of GNIS is to meet major national needs regarding geographic -names and their standardization and dissemination." -%} -
-
-

GNIS 2019

-
-
- GNIS -

Utah GNIS Place Names contains the latest release of the GNIS dataset for the state of Utah. The dataset consists - of point locations with corresponding feature names. All point entities are categorized by feature type.

-

There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
Related Resources
- -
- {% include packagedata.html name="GNIS2019" - info=page.GNIS2019 %} -
-
-
-

Place Areas (Zoom Locations)

-
-
- GNIS -

This data contains polygons of commonly used places in mapping. It was created by UGRC from multiple sources - including the GNIS point, municipalities, counties, political districts, zipcodes, etc.. The dataset is named - ZoomLocations since the names and geometries can be used to zoom to common areas on a map with - widgets like Sherlock. -

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="PlaceAreas" - info=page.PlaceAreas %} -
diff --git a/data/location/index.html b/data/location/index.html deleted file mode 100644 index 74efc3f6c3..0000000000 --- a/data/location/index.html +++ /dev/null @@ -1,89 +0,0 @@ ---- -tags: - - data - - location - - overview -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-10-21 14:47:35 -0600 -title: Location Overview -categories: [] ---- -{% include table_overview.html name="Location" %} - - - Address Points - GIS Data Layer - UGRC, Local Governments - Address point locations in Utah. This dataset is a work in progress and some counties are more complete than - others. - - - Address System Quadrants - - GIS Data Layer - UGRC, Local Governments - Polygons that depict the four quadrants of each address system in Utah. - - - Address Locators - Locator Service - UGRC - Composite address locators for geocoding that reference the statewide Transportation.Roads feature class and - address point data in Utah. - - - City & Town Locations - GIS Data Layer - UGRC - Cities, towns, and other locations for cartographic purposes. - - - Building Footprints - GIS Data Layer - UGRC, Local Governments - Building footprints in Salt Lake City, Cottonwood Heights, Summit County, Utah County, Washington County, and - Weber County. - - - GNIS - GIS Data Layer - USGS - Point locations from the Geographic Names Information System (GNIS), which was developed by the USGS. - - - LUCA Block Address Counts - 2017 - GIS Data Layer - UGRC - Census Master Address File (MAF) address count compared to state compiled address point - (SGID10.LOCATION.AddressPoints) count by census block. - - - Place Name Areas - GIS Data Layer - UGRC - Polygons of places commonly on a map. Includes cities, counties, political districts, zipcodes, etc. - - - United States Postal Service - GIS Data Layer - UGRC & USPS - Locations of post offices, P.O. box only zipcodes in Utah and zipcode areas. - - - UDOT State Map - Features - GIS Data Layer - UDOT - UDOT's map's places of interest. - - - -

Related Data

- diff --git a/data/location/u-s-postal-service/index.html b/data/location/u-s-postal-service/index.html deleted file mode 100644 index 28c7a6cb1d..0000000000 --- a/data/location/u-s-postal-service/index.html +++ /dev/null @@ -1,119 +0,0 @@ ---- -tags: - - location - - society - - usps - - post office - - zip code - - po box -author: - display_name: JP - email: agrc@utah.gov -date: 2011-11-23 09:29:34 -0700 -categories: [] -USPSPostOffices: - hub: - name: Utah USPS Post Offices - item_id: c58ebc2a7c2643fca10e67dd55af71f1 - updates: - - February 2018 -ZipCodePOBoxes: - hub: - name: Utah Zip Code PO Boxes - item_id: 9a07e9d337314bb2af4de8f32502428e - updates: - - February 2018 -ZipCodeBoundaries: - hub: - name: Utah ZIP Code Areas - item_id: 4f9d1d1301864f8cabef08cbae7b2d3c - updates: - - November, 2019 - Added 84765 polygon for Motoqua in Washington County - - January, 2019 - Added 84059 zip code in Utah County - - February, 2016 - Updated 84321, 84235, 85326, 84332, 84339 - - July, 2015 - Split the 84095 (South Jordan) zip code along the Bangerter Hwy to create the new zip code 84009 (South Jordan) - - January, 2015 - Improvements were made to 84773 (Teasdale) and 84775 (Torrey) - - January, 2015 - Adjusted the 84747 (Loa) and 84716 (Boulder) zip code boundaries to follow the address grid quadrant boundaries ---- -
- Post Offices -
Post Offices and Zipcode Boundaries
-
-{% include abstract.html -name="United States Postal Service" -stewards="UGRC and the USPS" -abstract="These datasets are related to mail delivery. Included are post office locations, zip code PO boxes, and zipcode boundaries in -Utah." %} -
-
-

USPS Post Offices

-
-
- PostOffices -

Utah Post Offices represents the approximate locations of USPS Post Offices in Utah. Each post office includes - the post office name, address, city, zip code, and post office type. Data were originally geocoded from a - USPS list of post office addresses.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="USPSPostOffices" - info=page.USPSPostOffices %} -
-
-
-

Zip Code PO Boxes

-
-
- POBox -

Utah Zip Code PO Boxes represents the approximate locations of USPS PO Boxes in Utah. Each zipcode's assigned - post office has a point, therefore if a post office has multiple zipcodes, it will have multiple points.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision).

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="ZipCodePOBoxes" - info=page.ZipCodePOBoxes %} -
-
-
-

Zip Code Boundaries

-
-
- Zip Codes -

- Zip Codes Boundaries represent an ongoing effort to approximate the - geographic extents of five digit zip codes. The dataset was produced using - a combination of methods and is based on several sets of source data. - Editing methods include: -

-
    -
  1. - Using local zipcode polygon data obtained from counties and cities. -
  2. -
  3. - Identifying place locations (cities, towns, populated areas, etc.) from - the postal service website and address information system (AIS) and - building zipcode boundaries around these places. -
  4. - -
  5. Using the 2000 Census TIGER line file’s zip code attributes.
  6. -
- -

- In addition, UGRC has used the locations of mailing addresses known to be - valid to fine tune this dataset. The native spatial reference for this - dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). There - are no constraints or warranties with regard to the use of this dataset. - Users are encouraged to attribute content to: State of Utah, SGID. -

-

- {% include contact.html subject=page.title - contact=site.data.contacts.zip_codes %} -

-
- {% include packagedata.html name="ZipCodeBoundaries" - info=page.ZipCodeBoundaries %} -
diff --git a/data/planning/housing-unit-inventory/index.html b/data/planning/housing-unit-inventory/index.html deleted file mode 100644 index 658de890ca..0000000000 --- a/data/planning/housing-unit-inventory/index.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -tags: - - planning -author: - display_name: Jacob Adams - email: ugrc@utah.gov -date: 2022-04-22 17:00:00 -0700 -categories: [Planning] -HousingUnitInventory: - hub: - name: Utah Housing Unit Inventory - item_id: bbdc62867c2340949f530a71666223ab - updates: - - In the future, there will be a field for the year a particular feature was evaluated. - - May 2022 - Initial load for Salt Lake, Davis, and Weber Counties ---- -
- Housing Unit Inventory in the Avenues -
Housing Unit Inventory
-
-{% include abstract.html name="Housing Unit Inventory" -stewards="WFRC, MAG, UGRC" -abstract="The Housing Unit Inventory (HUI) is a derivative dataset that, per UCA 63A-16-S506(4), adds additional housing characteristics to the County Assessors' tax parcel data for Utah's most urban counties. It is not a substitute for the excellent datasets maintained by the Assessors but instead presents additional, standardized information about the type and number of housing units, associated grounds and common areas, and related short-term and long-term trends. The HUI is a best-effort product of a resource-limited analysis — users are encouraged to do their own quality assessment, share their findings, and cite this metadata describing how the HUI was produced." %} -
-
-

Housing Unit Inventory

-
-
- -

WFRC, MAG, and UGRC are creating this dataset from the Land Information Record (LIR) parcel datasets published by UGRC. The LIR datasets are made possible by the county assessors voluntary sharing their annual tax assessment data. The tax roll data are frozen as of midnight Jan 1st for the specified year, finalized in late May, and typically loaded into the SGID later that summer.

-

WFRC, the metropolitan planning organization for the urban portions of Salt Lake County, Davis County, and Weber county, prepared the initial 2020 Housing Inventory dataset for their counties and defined the inventory process laid out below. MAG will be providing data for their counties, and UGRC is working with other counties to create inventories as requested.

-
    -
  • The inventory applies apartment unit counts to multi-family rental properties that do not have individually-owned and platted units (traditional apartment buildings, quadplexes, triplexes, mixed use buildings etc). These unit counts come from the address point data layer, with some counts being assigned manually using information from recent aerial photography and other sources.
  • -
  • For cases where individual condos, townhomes, and single family homes have associated common areas, the inventory aggregates and combines the geometries and attributes of the individual units and common areas into a single composite parcel feature called an "owned unit grouping". This sums, averages, and counts the appropriate attributes of the contributing parcels to better characterize the density of these residential land uses (dwelling units per acre or DUA).
  • -
  • Every county uses a slightly different set of designations when defining residential parcel types. The inventory attempts to standardize all the different classifications into the following categories: -
      -
    • Townhouse
    • -
    • Condo
    • -
    • Apartment
    • -
    • Single family
    • -
    • Single family with Accessory Dwelling Units (ADUs, currently only for Salt Lake County)
    • -
    • Duplex
    • -
    • Mixed use (commercial and residential)
    • -
    • Mobile home
    • -
    • Pud (mixed)
    • -
    • Group quarters
    • -
    -
  • -
  • The inventory doesn't include the following types of residential properties: -
      -
    • Nursing, rehabilitation, or assisted living centers
    • -
    • Extended stay hotels
    • -
    • Incarceration facilities
    • -
    • Student housing or dormitories
    • -
    • ADUs outside Salt Lake County
    • -
    -
  • -
-

The inventory uses the following fields to provide data on each parcel or owned unit grouping:

-
    -
  • TYPE: General housing type, single- or multi-family
  • -
  • SUBTYPE: More detailed housing type classification
  • -
  • IS_OUG: 1 or Yes for features that are owned unit groupings (as opposed to a single-parcel home or apartment)
  • -
  • UNIT_COUNT: The number of dwelling units, based on address point data
  • -
  • DUA: Density in dwelling units per acre
  • -
  • ACRES: Total acreage
  • -
  • TOT_BD_FT2: Total building(s) square footage
  • -
  • TOT_VALUE: Total market value
  • -
  • APX_BLT_YR: Approximate year built
  • -
  • BLT_DECADE: The decade the structure(s) were built
  • -
  • CITY: The features' city based on the SGID's municipal boundaries data
  • -
  • COUNTY: The features' county
  • -
  • SUBCOUNTY: If provided in the analysis, this groups the features into predefined areas for later grouping and analysis
  • -
-

{% include contact.html subject=page.title contact=site.data.contacts.housing_unit_inventory %}

-
Related Resources
- -
- {% include packagedata.html name="HousingUnitInventory" - info=page.HousingUnitInventory %} -
diff --git a/data/planning/index.html b/data/planning/index.html deleted file mode 100644 index 86d259e88a..0000000000 --- a/data/planning/index.html +++ /dev/null @@ -1,473 +0,0 @@ ---- -tags: - - data - - overview - - planning -author: - display_name: ugrc - email: ugrc@utah.gov -date: 2011-10-21 15:15:11 -0600 -title: Planning Data Resources -categories: [] ---- -

The list shown below includes dataset names, descriptions, and links to some of the most important statewide and - regional data resources for transportation planning, land use planning, and economic development. It also includes - some datasets that represent the geography of notable formal plans and proposals.

-

The list is meant as a starting point and users are encouraged to reach out to agencies, local government, and - further search across UGRC's State Geographic Information Database for additional existing data. The overall objective - of keeping this list is to connect others to valuable resources efficiently and avoid duplicative work.

-

If you have ideas for additions to this list, {% include contact.html subject="Planning Data Page Additions" - contact=site.data.contacts.sgid text="please contact " hide-punctuation=true %}, or {% include contact.html - subject="Planning Data Page Additions" text=" " contact=site.data.contacts.wfrc %}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SubcategoryProduct NameTypeSteward(s)Description
AccessibilityWorkplace - Accessibilitymap dataWFRCWorkplace Access to Opportunities (ATO) metrics for typical peak period auto and transit commutes, at the - Traffic Analysis Zone (TAZ) level. Includes measures for household (access to jobs) and employer (access to - workers/customers) perspectives. These datasets use a 'distance decay' travel cost weighting based on typical - Wasatch Front commuting and are designed to take the place of "jobs within x minutes" datasets. This extent of - this dataset currently is the Wasatch Front urban area although this will soon be expanded statewide. More info on ATO
AccessibilityHousehold and Employment Intensitymap dataWFRCA quick summary of residential and employment intensity within ~1/4 mile for city-block-sized polygons in the - Wasatch Front urban areas. This roughly represents commuter trip producing and attracting areas. More info on ATO
Active TransportationOn-Street Bike Facilitiesmap dataUGRC, WFRC, MAGExisting and planned bicycle infrastructure on/near roadways (bike lanes, cycle tracks, bike boulevards etc.), - is coded on the road centerline dataset using Bike_L(eft), Bike_R(ight), Bike_Plan_L, Bike_Pln_R attributes. The - Bike_RegPr field is used to distinguish regional bike facilities from more locally oriented facilities. This - dataset is populated based on local data and local plans compiled by WFRC & MAG, and 2019 aerial photography - review by UDOT Traffic and Safety. See Trails and Pathways for non-road bike/ped facilities.
Active TransportationTrails and Pathways (Bike/Ped/Hike)map dataUGRCExisting and planned trails and pathways (off-street), statewide. The Status field differentiates planned from - existing and Carto_Code and Class differentiate different types of trails and pathways. See On-Street Bike - Facilities for bike lanes, cycle tracks, etc.
Active TransportationRoad and Highway Systemmap dataUGRC, WFRC, MAGExisting and planned bicycle infrastructure on/near roadways is coded on the road centerline dataset using - Bike_L(eft), Bike_R(ight), Bike_Plan_L, Bike_Pln_R attributes. The Bike_RegPr field is used to distinguish - regional bike facilities from more locally oriented facilities. This dataset is populated based on local data - and local plans compiled by WFRC & MAG, and 2019 aerial photography review by UDOT Traffic and Safety.
Aerial PhotographyCurrent High Res Aerial Photographymap data servicesUGRCThe most current high resolution aerial photography for Utah is made available to GIS users (desktop and - webapps) from UGRC's Discover server. This commercially-licensed imagery is available at no charge to state and - local government (including tribes, k-12, and colleges), and their contractors and formal partners, for download - and as high-performance web services.
Aerial PhotographyArchival Aerial Photographymap dataUGRC & UGSThis link opens the UGRC aerial photography page with information on accessing older aerial photography - including 1990's era DOQ's and older scanned aerial imagery
Base MapsBase Mapsmap data servicesUGRCUGRC's Discover server provides high-performance base maps -- built exclusively from GIS data in the State - Geographic Information Database -- from its Discover server. Base map themes include terrain, lite, topographic, - address points, and overlay. These are open to public use,, but require a free Discover account.
BoundariesCity, County and State Boundariesmap dataUGRCUtah city (municipal), county, and state boundaries
Cadastral (Land Ownership)Parcelsmap dataUGRCParcel boundaries and characteristics from Utah's County Recorders ("Basic" parcels) and County Assessors - ("LIR" tax parcels -- includes valuation, property types, tax exemption, and improvement characteristics)
Demographic (Socioeconomic)Population and Employment Projections - (TAZ-level)map dataWFRC, MAG, Cache MPO, Dixie MPO, UDOTForecasted population, household, and job counts, annually from 2019-2050, at the Traffic Analysis Zone (TAZ) - and 'City Area' levels. These dataset was developed for the purpose of transportation modeling and conforms with - the county-level population projections developed by GPI for the Utah Population Committee. Utah has 9855 TAZ's - statewide, 3547 of which are within the Wasatch Front urban modeling area. 'City Areas' are combinations of TAZ - that approximate current city boundaries
DemographicEquity Focus Areas (WFRC Area)map dataWFRCWFRC has adopted an Equity Focus Area (EFA) framework as an input to its transportation planning efforts. EFAs - are census block groups where either of the following criteria (last updated in 2023) are met: > 20% low income or > 40% Persons of Color
DestinationsCommunity Centersmap dataWFRCRecreation centers, libraries, and other community recreation facilities along the Wasatch Front
DestinationsCommunity Servicesmap dataWFRC/UDAFCommunity services along the Wasatch Front including city halls, county offices, courthouses, food banks, - human services, the state capitol, vehicle services, and workforce services. Locations were primarily derived - from digitizing or geocoding office locations listed on various state and nonprofit websites (DMV, Utah Food - Bank, DWS)
DestinationsGrocery Storesmap dataWFRC/UDAFGrocery Stores and other food stores from the Utah Department of Agriculture and Food (UDAF) database (2018). - Use the 'TYPE' field to filter by type of store.
DestinationsChild Care Facilitiesmap dataWFRC/HIFLDChild care and preschool facilities from the US DHS HIFLD open data site.
DestinationsHealthcare Facilitiesmap dataUGRC, Utah Department of Health, Division of Emergency ManagementHealthcare Facilities and Emergency Medical Service (EMS) locations in Utah
DestinationsPost Officesmap dataUGRCLocations of Utah Post Offices according to an address list from the Salt Lake City USPS District Office.
DestinationsRetail Centersmap dataWFRCLocations of shopping malls and retail centers along the Wasatch Front.
DestinationsSchools & Librariesmap dataUGRCLocations and information for schools and libraries in Utah.
EnvironmentConservation - Easementsmap dataUGRCConservation Easements in Utah.
EnvironmentConservation Districts and Zones - map dataUGRCConservation Districts and Zones in Utah.
EnvironmentPrimitive Areasmap dataUGRCOnly in Emery County.
EnvironmentPublic Lands Initiative - Proposal PLI Areas and - Public Lands Initiative Proposal - PLI Lines - map dataBLMFeatures in these data were produced by the BLM for HR 5780 to designate federal lands as - wilderness and components of the National Wilderness Preservation System in Utah. The Public Lands Initiative (PLI) is a locally-driven effort to bring - resolution and certainty to some of the most challenging land disputes in Utah.
EnvironmentUrban Interface Areasmap dataUGRCLocations of Wildland Urban Interfaces.
Environment Wilderness, Proposals & Protected Areasmap dataUSFS/BLMWilderness boundaries including BLM re-inventory and suitability, WSAs, roadless inventory and existing - wilderness.
EnvironmentWetlandsmap dataUSFWSWetland areas in Utah.
HealthHealth - Indicatorsmap dataUtah Dept of HealthObesity and physical activity rates by small health statistical areas
HousingMobile Home Parksmap dataWFRCMobile Home parks in the Wasatch Front and Wasatch back areas (Davis, Morgan, Salt Lake, Summit, Tooele, Utah, - Wasatch, Weber counties
Land UseCemeteriesmap dataUtah State HistoryCemetery locations in Utah.
Land UseGeneralized Future Land Usemap dataWFRCA generalized interpretation (2020) of city and county general plans in the WFRC urban area. General plans - present a community's aspirations for allowable future land use types and intensities.
Land UseGolf Coursesmap dataUGRCLocations of Municipal, Private, Public and Resort Golf Courses.
Land UseHousing Unit Inventorymap dataWFRC, MAG, UGRCCharacteristics of housing units on a per-parcel or per-development (for PUDs, townhomes, condos, etc) basis derived from LIR parcels and county assessor data.
Land UseLocal Parksmap dataUGRCLocations of non state and non federal parks.
Land UseWasatch Choice Urban - Centersmap dataWFRC/MAGThis dataset represents the regionally significant centers and other specialized land use from the Wasatch - Choice 2050 Vision Map. Land use types in this dataset include four levels of centers (metropolitan, urban, - city, neighborhood), employment districts, education districts, industrial districts, and special districts - (airports, mining, military, etc.).
TransportationAnnual Average - Daily Traffic (AADT), Historic & Forecastedmap dataWFRC, MAG, Cache MPO, Dixie MPO, UDOTThis statewide traffic volume GIS dataset contains observed (historic, from UDOT) and forecasted traffic - volumes (from MPOs and UDOT) on highways and major roads.
TransportationAnnual Average Daily Traffic (AADT), Historic & Forecasted - webmapWFRC, MAG, Cache MPO, Dixie MPO, UDOTThis statewide traffic volume viewer shows observed (historic, from UDOT) and forecasted traffic volumes (from - MPOs and UDOT) on highways and major roads. The advanced tab allows for traffic volumes to be seen in the - context of forecasted population, employment, and future regional transportation projects.
TransportationAverage Commute Timesmap dataWFRC/MAGProjected average auto and transit commute times (one way) for residents of Wasatch Front traffic analysis - zones (TAZs) for 2019, 2030, 2040, & 2040
TransportationFunctional Class - (Roadways)map dataUDOTUDOT Functional Class definitions (interstate, other freeway/expressway, principal/minor arterial, major/minor - collector, etc.) for existing and planned UDOT and federal aid eligible roads. This dataset can be viewed in - this webmap.
TransportationMajor Transit Investment - Corridors (per SB34)map dataWFRCThis dataset identifies transit service routes that meet the definition within Senate Bill 34 (line 858), - passed during the Utah Legislature's 2019 General Session
TransportationPathways, Trails, and Trailheadsmap dataUGRCEstablished trails and trailheads in Utah.
TransportationRailroadsmap dataUGRCStatewide railroads data, including transit rail
TransportationRoad and Highway Systemmap dataUGRCStatewide road and highway system data for cartography and address location. Includes local streets, - mileposts, and numbered exit data.
TransportationStreet Connectivitymap dataWFRCStreet Connectivity analysis datasets for the Wasatch Front and Back counties. Data set options include - intersection points, dead ends/culdesacs, and intersection density scores by 1 km hexagon and by traffic - analysis zone (TAZ). These can be viewed in WFRC's Street - Connectivity interactive map.
TransportationStreet Network Analysismap dataUGRCNetwork datasets designed for routing, service areas, drive times, and distance analysis. Includes statewide - street network dataset and Wasatch Front multimodal network dataset.
TransportationTransit Routes, Stations, and Stopsmap dataUTARoutes and stops for buses, light rail and commuter rail
TransportationUDOT Business System Data - data portalUDOTUtah Department of Transportation geospatial data and services gateway website. Includes detailed data for - projects, pavement management, planning, medians, barriers, signs,traffic volume, lanes, etc available in - various formats
TransportationUtah Transit Authority (UTA) - Open Data Sitedata portalUTAUtah Transit Authority (UTA) geospatial data and services gateway website. Includes stop/station, route, and - mode-level boarding counts.
TransportationUtah - Transit Authority (UTA) Ridership DashboarddashboardUTAUtah Transit Authority (UTA) ridership dashboard, includes views of Commuter Rail, Light Rail, Streetcar, - Regular Bus, Express Bus, Ski Bus, BRT Bus (UVX), Vanpool, and Paratransit modes
WaterWater Related Land Usemap dataDNRWater usage-related polygon map data, published annually that depicts the types and extent of irrigated crops - as well as information concerning phreatophytes, wet/open water areas, dry land agriculture and - residential/industrial areas
-

Related Data

- diff --git a/data/planning/water-related-land/index.html b/data/planning/water-related-land/index.html deleted file mode 100644 index b1d0b41090..0000000000 --- a/data/planning/water-related-land/index.html +++ /dev/null @@ -1,56 +0,0 @@ ---- -tags: - - planning - - water -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-22 14:24:57 -0700 -categories: [] -WaterRelatedLandUse: - hub: - name: Utah Water Related Land Use - item_id: e3e7fc9316bb4ad09474401ff46e734f - updates: - - SurveyYear contains currency information ---- -
- Water Related Land Use -
Water Related Land Use
-
-{% include abstract.html name="Water Related Land Use" -stewards="DNR" -abstract="Water usage-related polygon map data, published annually by the Utah Division of Water Resources at DNR that -depicts the types and extent of irrigated crops, as well as information concerning phreatophytes, wet/open water areas, -dry land agriculture and residential/industrial areas. The primary business driver for this dataset is for constructing -and analyzing the state's annual water budget." %} -
-
-

Water Related Land Use

-
-
- -

As part of developing and updating the State Water Plan, the Utah Division of - Water Resources collects water-related land use data for the entire state. This data includes the types and - extent of irrigated crops as well as information concerning phreatophytes, wet/open water areas, dry land - agriculture and residential/industrial areas.

-

The data produced by the water-related land use program are used for various planning purposes. Some of these - include: determining cropland water use, evaluating irrigated land losses and conversion to urban uses, planning - for new water development, estimating irrigated acreages for any area, and developing water budgets. Additionally, - the data are utilized by many other state and federal agencies. Water-related land use can be used to depict - Irrigation type (Irrigated, Sub-Irrigated, Non-Irrigated, Riparian, Urban, etc).

-

See the accompanying FGDC metadata for description of extensive Land Use, Irrigation Type, and Vegetation Cover - codes. There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.water_related_land_use %}

-
Related Resources
- -
- {% include packagedata.html name="WaterRelatedLandUse" - info=page.WaterRelatedLandUse %} -
diff --git a/data/political/2002-2011-house-senate-congressional-districts/index.html b/data/political/2002-2011-house-senate-congressional-districts/index.html deleted file mode 100644 index 4e68c767e8..0000000000 --- a/data/political/2002-2011-house-senate-congressional-districts/index.html +++ /dev/null @@ -1,117 +0,0 @@ ---- -tags: - - congress - - house - - political districts - - senate -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 10:41:06 -0700 -categories: [] -House: - hub: - name: Utah House Districts 2002 - item_id: ba4f05befe24410a8c76cf2cb0a0df5a - updates: - - This dataset was last updated in 2002. -StateSenateDistricts: - hub: - name: Utah Senate Districts 2002 - item_id: afff53a1c2fa42ffbc0f1fa3a3a9b2b3 - updates: - - This dataset was last updated in 2002. -UnitedStatesCongressionalDistricts: - hub: - name: Utah US Congress Districts 2002 - item_id: 62580d50881f48489f2813358cad791d - updates: - - This dataset was last updated in 2002. -published: false ---- -

- Note: New political boundaries are available for the elected officials representing the 2012 districts.

-
- SenateLargeColor -
2002-2011 House, Senate, and Congressional Political Districts
-
-{% include abstract.html -name="Political Districts (2002-2012)" -stewards="UGRC and the Lieutenant Governor's Office" -abstract="Utah State House, Senate, School Board Districts, and new U.S. Congressional Districts were first used during the 2002 state and federal elections and took effect after the November 2002 general elections. They will remain in effect until after the November 2012 general elections. All political districts are set by the legislature and are updated after a new national census year." -%} -
-
-

State House Districts

-
-
- StateHouse2002 -

The Utah House of Representatives is comprised of 75 men and women elected to two-year terms. Utah House - Districts 2002 show the house districts that these elected officials represented in 2002. The DIST - field contains the House district number.

-

The COLOR4 field is for use in coloring districts using only 4 colors with no adjacent districts - displayed with the same color.

-

There are no constraints or warranties with regard to the use of this dataset.

-
Related Resources
- -
- {% include packagedata.html - name="House" - info=page.House - %} -
- -
-
-

State Senate Districts

-
-
- StateSenate2002 -

The Utah State Senate is comprised of 29 men and women elected to four-year terms. Utah Senate Districts 2002 - shows the senate districts that these elected officials represented in 2002. The DIST field contains - the Senate district number.

-

The COLOR4 field is for use in coloring districts using only 4 colors with no adjacent districts - displayed with the same color.

-

There are no constraints or warranties with regard to the use of this dataset.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="StateSenateDistricts" - info=page.StateSenateDistricts - %} -
- -
-
-

United States Congressional Districts

-
-
- Congress2002 -

U.S. congressional house districts determine the districts that elect a representative to send to the U.S. - Congress. Utah currently had three congressional house districts until 2012 when it was increased to four. U.S. - Congress Districts 2002 shows the three congressional districts. The DIST field contains the - Congressional district number.

-

There are no constraints or warranties with regard to the use of this dataset.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="UnitedStatesCongressionalDistricts" - info=page.UnitedStatesCongressionalDistricts - %} -
diff --git a/data/political/2012-2022-political-districts/index.html b/data/political/2012-2022-political-districts/index.html deleted file mode 100644 index 3ee7317cad..0000000000 --- a/data/political/2012-2022-political-districts/index.html +++ /dev/null @@ -1,147 +0,0 @@ ---- -tags: - - congressional - - districts - - election - - house - - legislature - - political - - representatives - - school board - - senate - - voting -author: - display_name: MH - email: ugrc@utah.gov -date: 2021-11-27 14:34:36 -0700 -categories: [] -StateHouseDistricts: - hub: - name: Utah House Districts 2012 - item_id: 889a6340381d46e38ad4e1ef842a7b2f - updates: - - This dataset was last updated in 2012. -StateSenateDistricts: - hub: - name: Utah Senate Districts 2012 - item_id: e0988dec873241b2851e2216f3f2fb30 - updates: - - This dataset was last updated in 2012. -StateSchoolBoardDistricts: - hub: - name: Utah School Board Districts 2012 - item_id: e4650ba7b0b04f60a4a86a7a3526bb3b - updates: - - This dataset was last updated in 2012. -UnitedStatesCongressionalDistricts: - hub: - name: Utah US Congress Districts - item_id: f86be475250b474d965e42971f50c0d3 - updates: - - This dataset was last updated in 2012. -published: false ---- -

- Note: New political boundaries are available for the elected officials representing the 2022 districts.

-
- PoliticalDistrictsBig -
2012 Political Districts
-
-{% include abstract.html -name="Political Districts (2012-2022)" -stewards="UGRC and The Lieutenant Governor's Office" -abstract="Utah State House, Senate, School Board Districts, and U.S. Congressional Districts were first used during the 2012 state and federal elections and took effect after the November 2012 general elections. They will remain in effect until after the November 2022 general elections. All political districts are set by the legislature and are updated after a new national census year." -%} - -
-
-

State House Districts 2012 to 2022

-
- StateHouseNew -

The Utah House of Representatives is comprised of 75 men and women elected to two-year terms. Utah House - Districts 2012 to 2022 shows the house districts that elected officials represent.

-

The DIST field contains the House district number.

-

The COLOR4 field is for use in coloring districts using only 4 colors with no adjacent districts - displayed with the same color.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="StateHouseDistricts" - info=page.StateHouseDistricts - %} -
-
- -
-
-

State Senate Districts 2012 to 2022

-
- StateSenateNew -

The Utah State Senate is comprised of 29 men and women elected to four-year terms. Utah Senate Districts 2012 to 2022 - shows the senate districts that elected officials represent.

-

The DIST field contains the Senate district number.

-

The COLOR4 field is for use in coloring districts using only 4 colors with no adjacent districts - displayed with the same color.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="StateSenateDistricts" - info=page.StateSenateDistricts - %} -
-
- -
-
-

State School Board Districts 2012 to 2022

-
- StateSchoolBoardNew -

The Utah State Board of Education is compromised of 15 districts. Utah School Board Districts 2012 to 2022 shows the - school board districts that elected officials represent.

-

The DIST field contains the State School Board district number.

-

The COLOR4 field is for use in coloring districts using only 4 colors with no adjacent districts - displayed with the same color.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="StateSchoolBoardDistricts" - info=page.StateSchoolBoardDistricts - %} -
-
- -
-
-

United States Congressional Districts 2012 to 2022

-
- CongressNew -

U.S. Congress Districts 2012 to 2022 shows the U.S. Congressional Cistricts that elected officials represent.

-

The DISTRICT field contains the U.S. Congress district number.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
- {% include packagedata.html - name="UnitedStatesCongressionalDistricts" - info=page.UnitedStatesCongressionalDistricts - %} -
-
diff --git a/data/political/index.html b/data/political/index.html deleted file mode 100644 index 57df97664b..0000000000 --- a/data/political/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -tags: - - data - - overview - - politics -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-10-21 15:28:41 -0600 -title: Political Overview -categories: [] ---- -{% include table_overview.html name="Politics" %} - - - Current Utah State Legislators - (non-geospatial) - web service - Legislative Research & General Counsel - This XML webservice allows developers to access the current list of State Senators and State Representatives as - well as information regarding individual Legislators (name, district, party, address, email, position, photo, - website, etc). - - - State House, State Senate, State School Board & US Congressional Districts - map data - UGRC - Utah State House, Senate, School Board Districts, and U.S. Congressional Districts will be used during the 2022 state and federal elections and will take effect after the November 2022 general elections. They will remain in effect until after the November 2032 general elections. - - - Voting Precincts - map data - UGRC, Lt. Governor's Office - Voting precinct areas, also known as VISTA ballot areas. - - - Judicial Districts - map data - UGRC - Judicial Districts, or District Court Districts, are state trial courts of general jurisdiction. There are 71 - full-time district judges serving in the state's eight judicial districts. - - - State, County and Municipal Boundaries - map data - UGRC - Utah state boundary, county boundaries, and municipal boundaries - - - -

Related Data

- diff --git a/data/political/judicial-districts/index.html b/data/political/judicial-districts/index.html deleted file mode 100644 index c0066da832..0000000000 --- a/data/political/judicial-districts/index.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -tags: - - courts - - judicial districts -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 10:32:36 -0700 -categories: [] -Districts: - hub: - name: Utah Judicial Districts - item_id: c8c231440f444f9d881f0e546842dfac - updates: - - Last updated in 2005 ---- -
- JudicialDistricts -
Judicial Districts
-
-{% include abstract.html name="Judicial Districts" -abstract="This dataset represents the State Judicial Districts as designated by their political boundaries. District, -Juvenile and Justice courts are located in each of the state's eight judicial districts." -%} - -
-
-

Districts

-
-

The DISTRICT field contains the judicial district number.

-

There are no constraints or warranties with regard to the use of this dataset.

- -
Related Resources
- -
- {% include packagedata.html - name="Districts" - info=page.Districts - %} -
-
diff --git a/data/political/political-districts/index.html b/data/political/political-districts/index.html deleted file mode 100644 index 3c68785694..0000000000 --- a/data/political/political-districts/index.html +++ /dev/null @@ -1,182 +0,0 @@ ---- -tags: - - congressional - - districts - - election - - house - - legislature - - political - - representatives - - school board - - senate - - voting -author: - display_name: MH - email: ugrc@utah.gov -date: 2021-11-27 14:34:36 -0700 -categories: [] -StateHouseDistricts: - hub: - name: Utah House Districts 2022 to 2032 - item_id: f2a30099ab1f404db2c0dffbc2856746 - updates: - - This dataset was last updated in 2022. -StateSenateDistricts: - hub: - name: Utah Senate Districts 2022 to 2032 - item_id: 5289f23d9e76421f89d9a9ef4864937a - updates: - - This dataset was last updated in 2022. -StateSchoolBoardDistricts: - hub: - name: Utah School Board Districts 2022 to 2032 - item_id: ebb7b8e8a0104b448d3bbf3ee82a5580 - updates: - - This dataset was last updated in 2023 for new board members names. -UnitedStatesCongressionalDistricts: - hub: - name: Utah US Congress Districts 2022 to 2032 - item_id: b5ef0b24f994467fb4f22b27b1a47e25 - updates: - - This dataset was last updated in 2022. -CombinedDistricts: - hub: - name: Utah District Combination Areas 2022 - item_id: 12fb03b51a9a4ab9aacd90e19ac6a06f - updates: - - This dataset was last updated in 2022. ---- - -
- PoliticalDistrictsBig -
2022 Political Districts
-
-{% include abstract.html -name="Political Districts" -stewards="UGRC and The Lieutenant Governor's Office" -abstract="Utah State House, Senate, School Board Districts, and U.S. Congressional Districts will be used during the 2022 state -and federal elections and will take effect after the November 2022 general elections. They will remain in effect until after -the November 2032 general elections. All political districts are set by the legislature and are updated after a new national census year." -%} - -
-
-

State House Districts 2022 to 2032

-
- StateHouseNew -

The Utah House of Representatives is comprised of 75 men and women elected to two-year terms. Utah House - Districts 2022 to 2032 shows the house districts that elected officials represent.

-

The DIST field contains the House district number.

-

The COLOR4 field can be used in coloring districts using only 4 colors, usually with no adjacent districts - displayed with the same color. This does not always work for the House Districts due to the number and size of the districts.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="StateHouseDistricts" - info=page.StateHouseDistricts - %} -
-
- -
-
-

State Senate Districts 2022 to 2032

-
- StateSenateNew -

The Utah State Senate is comprised of 29 men and women elected to four-year terms. Utah Senate Districts 2022 to 2032 - shows the senate districts that elected officials represent.

-

The DIST field contains the Senate district number.

-

The COLOR4 field can be used in coloring districts using only 4 colors, usually with no adjacent districts - displayed with the same color.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="StateSenateDistricts" - info=page.StateSenateDistricts - %} -
-
- -
-
-

State School Board Districts 2022 to 2032

-
- StateSchoolBoardNew -

The Utah State Board of Education is compromised of 15 districts. Utah School Board Districts 2022 to 2032 shows the - school board districts that elected officials represent.

-

The DIST field contains the State School Board district number.

-

The COLOR4 field can be used in coloring districts using only 4 colors, usually with no adjacent districts displayed with the same color.

-

The BOARD field has the name of the current board member and is updated as needed.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="StateSchoolBoardDistricts" - info=page.StateSchoolBoardDistricts - %} -
-
- -
-
-

United States Congressional Districts 2022 to 2032

-
- CongressNew -

U.S. Congress Districts 2022 to 2032 shows the U.S. Congressional Districts that elected officials represent.

-

The DISTRICT field contains the U.S. Congress district number.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
Related Resources
- -
- {% include packagedata.html - name="UnitedStatesCongressionalDistricts" - info=page.UnitedStatesCongressionalDistricts - %} -
-
- -
-
-

Combined Political Districts 2022 to 2032

-
- StateHouseNew -

Utah District Combination Areas 2022 is comprised of all 4 politcal districts including the House, Senate, U.S. Congressional, and School Board districs.

-

The Congress, House, School, and Senate fields contain the associated district number.

-

The COLOR4, COLOR4_House, COLOR4_Senate, and COLOR4_SB fields can be used in coloring districts using - only 4 colors, usually with no adjacent district displayed with the same color. This does not always work for the House Districts due to the number and size of the districts.

-

Statewide Political District Boundaries are drawn by the Utah Legislature and adopted into state law.

-
- {% include packagedata.html - name="CombinedDistricts" - info=page.CombinedDistricts - %} -
-
diff --git a/data/political/voter-precincts/index.html b/data/political/voter-precincts/index.html deleted file mode 100644 index ef4d4c000b..0000000000 --- a/data/political/voter-precincts/index.html +++ /dev/null @@ -1,76 +0,0 @@ ---- -tags: - - political - - polling location - - precinct - - vote -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-18 11:11:58 -0700 -categories: [] -VotingPrecincts: - hub: - name: Utah Vista Ballot Areas - item_id: d33f596419d74948a45070275632b8e0 - updates: - - January 12, 2024 - - February 28, 2022 - - June 2021 - - December 2020 - - September 2020 - - October 2019 - - July 2019 ---- -
- JudicialDistricts -
Voting Precincts
-
-{% include abstract.html name="Voting Precincts" -abstract="Voting precincts determine a voter's ballot composition and polling location. Voting precinct boundaries take -their shape from the boundaries of all political districts, including U.S Congress, State Senate, State House, School -Board District, local council districts, special districts etc. However voter precincts must be drawn so that they -contain less than maximum number of voters as specified by state law. Voting precincts are a critical part of the VISTA -application, which is the statewide framework, overseen by the Lt. Governor's Office, for managing voters and -elections." -%} -
-
-

Voting Precincts

-
-
- VotingPrecinctsSmall -

Vista Ballot Areas are voting precincts for all 29 counties in Utah. Precincts boundaries are submitted by County - Clerk offices. Where precincts are split into formal subprecincts, only the subprecincts are included in this - dataset. A 'Dissolve' operation on the PRECINCTID field will produce precinct polygons without subprecinct lines. - Updates are done to the precincts periodically, corresponding with Annexations and city/town boundary changes.

-
-
VISTAID
-
An 11 character field that contains the precinct ID and optional subprecinct ID (separated by a colon).
-
PRECINCTID
-
The precinct component of VISTAID.
-
SUBPRECINCTID
-
The subprecinct component, where applicable, of VISTAID.
-
VERSIONNBR
-
An optional version reference name assigned by the county.
-
EFFECTIVEDATE
-
The date the precinct boundary took effect. A date of 1/1/2011 is the default effective date.
-
RcvdDate
-
Indicate the date the precinct boundary was sent from the county to the UGRC. Updates will reflect the new - city/town boundaries due to annexations.
-
-

{% include contact.html subject=page.title contact=site.data.contacts.voting %}

-
Related Resources
- -
- {% include packagedata.html - name="VotingPrecincts" - info=page.VotingPrecincts - %} -
diff --git a/data/recreation/boat-ramps/index.html b/data/recreation/boat-ramps/index.html deleted file mode 100644 index 6f6b78d7c0..0000000000 --- a/data/recreation/boat-ramps/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -tags: - - boating - - recreation -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-22 15:00:17 -0700 -categories: [] -BoatRamps: - hub: - name: Utah Boat Ramps - item_id: 0d12b74c39eb453088e992bf089d9890 - updates: - - March 2009 ---- -
- Boat Ramps Sample -
Boat Ramps Sample
-
-{% include abstract.html name="Boat Ramps" -stewards="UGRC and DNR" -abstract="This dataset contains Utah Boat Ramps including State Parks, some National Park Service and other ramps. This -dataset also contains the name of the boat ramp, the water body it is on, the type of vessels that can be launched, and -the owner, agency, and administrator of the ramp." %} -
-
-

Boat Ramps

-
-
-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="BoatRamps" - info=page.BoatRamps - %} -
diff --git a/data/recreation/golf-courses/index.html b/data/recreation/golf-courses/index.html deleted file mode 100644 index e2d7e121e6..0000000000 --- a/data/recreation/golf-courses/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -tags: - - golf - - recreation -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-22 15:02:38 -0700 -categories: [] -GolfCourses: - hub: - name: Utah Golf Courses - item_id: d1f957478ea24659a7badb754a22b91c - updates: - - September 2022 - removed 5 closed courses, added 7 new courses - - October 2016 ---- -
- Golf Course -
Golf Course Sample
-
-{% include abstract.html name="Golf Courses" -stewards="UGRC" -abstract="This polygon dataset represents golf course locations within the state of Utah. It should be noted that this is based on the Utah -Golf Association's list of golf courses, individual golf course websites, and other public data, and may be incomplete. This dataset contains -the name, city, number of holes, par, and type of golf course." %} -
-
-

Golf Courses

-
-
-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="GolfCourses" - info=page.GolfCourses - %} -
diff --git a/data/recreation/index.html b/data/recreation/index.html deleted file mode 100644 index fea3785ca5..0000000000 --- a/data/recreation/index.html +++ /dev/null @@ -1,63 +0,0 @@ ---- -tags: - - data - - overview - - recreation -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-10-21 15:42:54 -0600 -title: Recreation Overview -categories: [] ---- -{% include table_overview.html name="Recreation" %} - - - Avalanche Paths - map data - UGRC - Avalanche paths in the tri-canyon area of the Wasatch Front, Utah. - - - Boat Ramps - map data - UGRC & DNR - Locations of boat ramps in Utah. Includes all State Parks with some other locations. - - - Golf Courses - map data - UGRC - Locations of Municipal, Private, Public and Resort Golf Courses. - - - Local Parks - map data - UGRC - Locations of non state and non federal parks. - - - Ski Areas - map data - UGRC - Locations of Utah Ski areas. - - - Trails and Pathways - map data - UGRC - Established trails, pathways, and trailheads in Utah. - - - -

Other Recreation Data

- -

Related Data

- diff --git a/data/recreation/local-parks/index.html b/data/recreation/local-parks/index.html deleted file mode 100644 index acb26e408f..0000000000 --- a/data/recreation/local-parks/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -tags: - - parks - - recreation -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-22 15:04:53 -0700 -categories: [] -LocalParks: - hub: - name: Utah Parks Local - item_id: 818536733987486b8082e4c5dec0a1dd - updates: - - June 2023 - - January 2020 ---- -
- Local Parks -
Local Parks Sample
-
-{% include abstract.html name="Local Parks" -stewards="UGRC" -abstract="This dataset shows the locations of local parks excluding State and Federally owned parks. This dataset also -contains the name, county, city, acres, type and construction status of the parks." %} -
-
-

Local Parks

-
-
-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="LocalParks" - info=page.LocalParks - %} -
diff --git a/data/recreation/ski-areas/index.html b/data/recreation/ski-areas/index.html deleted file mode 100644 index 6a02d460e2..0000000000 --- a/data/recreation/ski-areas/index.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -tags: - - recreation - - ski -author: - display_name: JP - email: ugrc@utah.gov -date: 2011-11-22 15:09:02 -0700 -categories: [] -SkiAreas: - hub: - name: Utah Ski Area Boundaries - item_id: b84f9467fff5430b8a2fca157f45a5cd - updates: - - October 2014 ---- -
- Ski Areas -
Ski Area Sample
-
-{% include abstract.html name="Ski Areas" -stewards="UGRC" -abstract="This data package contains ski area boundaries and ski lifts for Alta, Beaver Mountain, Brian Head, Brighton, -The Canyons, Deer Valley, Eagle Point, Park City, Snowbird, Solitude, Sundance, Nordic Valley, and Cherry Peak. It also -contains some cross country ski trail systems." %} -
-
-

Ski Areas

-
-
-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
Related Resources
- -
- {% include packagedata.html - name="SkiAreas" - info=page.SkiAreas - %} -
diff --git a/data/recreation/trails/index.html b/data/recreation/trails/index.html deleted file mode 100644 index 075085b051..0000000000 --- a/data/recreation/trails/index.html +++ /dev/null @@ -1,137 +0,0 @@ ---- -tags: - - recreation - - trails -author: - display_name: Greg Bunce - email: gbunce@utah.gov -date: 2014-11-24 13:55:24 -0700 -categories: [] -Trails: - hub: - name: Utah Trails and Pathways - item_id: 3080c0a2859a4d23a279e17e17c703c8 - updates: - - October 6, 2023 -Trailheads: - hub: - name: Utah Trailheads - item_id: 9c21cc1f95ba40468deb36bb6fd94943 - updates: - - This feature class was originally obtained in July 2014 and will be updated - periodically. ---- -
- Trails -
Trails Sample
-
-{% include abstract.html -name="Trails and Trailheads" -stewards="UGRC" -webapp="https://utah.maps.arcgis.com/apps/SimpleViewer/index.html?appid=f3337951e0034ebb889ecebcb3a45f39" -abstract="Many Utah trails and trail access points have been obtained through the efforts of The Utah Office of Tourism -and GOED from Orbital View, Inc. The acquired data is crowd-sourced and curated and is currently far from comprehensive, -but it does contain over 20,000 miles of trails and 550 trail access points. UGRC has taken this trail data and -integrated trails from the U.S. Forest Service and other entities, we have included many Community features associated -with Community Parks and neighborhoods that provide opportunities for Active Transportation.

-

The trails dataset currently contains trail names, types, and some information on allowable modes of travel. Although - it is very much ‘draft’ in nature, this dataset represents a starting point to integrate additional trail systems from - other local, state, and federal agencies. The success of this effort will rely heavily on local government and land - stewards to review and continue to improve upon this data.

" %} -
-
-

Trails and Pathways

-
-
- Trails -

The Utah Trails and Pathways map layer represents off-street (features not represented in the road centerline layer) features and important - road connections that augment Utah’s recreational trail and transportation network. This map layer features many - of Utah’s trails and pathways but is not yet complete.

-

Currently, the content primary depicts features used by hikers/pedestrians and bikers. It began with map data - purchased from a private entity (Orbital View, Inc), for which full rights were purchased by the GOED Office of - Outdoor Recreation in July 2014. Since the original purchase, subsequent substantive updates have included: 2014 - Revisions from National Park service; 2015 additions from Emery County; June 2016 additions from Cache County US - Forest Service Geodata Hub (all forests except Sawtooth in NW Box Elder County), and Mountainland Association of - Governments (Utah and Wasatch counties); 2018/2019 additions as part of the multimodal - project; and currently ongoing updates by WFRC transportation planners.

-

Presently, the planned approach for on street bicycle lanes and routes is to incorporate them in the the statewide roads GIS layer using left and right - side attributes. On street bike infrastructure is not expected to be represented in this map layer.

-

Although it is a work in progress, this dataset represents a substantial starting point to integrate additional - trail systems from other local, state, and federal agencies. The success of this effort will rely heavily on local - government and land stewards to review and continue to improve upon this data. Additional segments can be - submitted to UGRC for inclusion in this dataset.

-

Note: Significant enhancements (including a schema change) were made to this layer in June 2020

-
-
CartoCode
-
For a more specific query of facility types, use the CartoCode field: -
    -
  • 1 - Hiking Only (Hiking and walking are the only uses allowed on this facility) -
  • 2 - Hiking and Biking (Singletrack, natural surface facility. Hiking and biking are allowed) -
  • 3 - Paved Shared Use (Paved shared use path, recreational path, urban pathway) -
  • 4 - Road-concurrent (Facility is on or adjacent to a road, generally a natural surface double track, - forest service road, canal road, etc.) -
  • 5 - Biking Only- (Biking is the primary or only use on this facility. High speeds, blind corners and - technical features are common. For safety reasons, hiking, if not expressly prohibited, is not recommended.) -
  • 6 - Equestrian Primary (Equestrian is the primary use on this facility) -
  • 7 - Steps (Steps, staircase, or other feature that is not accessible to wheeled or assistive devices on - otherwise paved / accessible route) -
  • 8 - Bridge, Tunnel (Grade change above or below ground surface, generally a bridge or tunnel) -
  • 9 - Link (Network route connection, see Link on CVDomain_TrailClass tab) -
-
-
Class
-
For a general query of facility types, use the Class field: -
    -
  • Path - Paved, off-street travelway designed for non-motorized users, generally wider and with greater - separation from roadway than a standard sidewalk -
  • Trail - Natural surface travelway (dirt, gravel, slickrock, snow, etc) -
  • Link - Network route connection through a parking lot, alleyway, etc. where a road segment does not exist - but can be traversed via walking or bicycling -
  • Steps - Developed (generally concrete) steps or stairs, usually occurring along a paved route -
  • Grade Separated Crossing - Paved crossing feature above or below roadway, train track, etc. for walking - and bicycling use only -
-
-
Complete Data Model
-
Trails - and Pathways Data Model -
Previous - Data Model (deprecated June 2020) -
-
-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Trails" info=page.Trails %} -
-
-
-

Trailheads

-
-
- Trailheads -

Trailheads are point locations that provide access, and often vehicle parking, for recreational trail users. This - map layer features many of Utah’s trailheads but is not yet complete. In the future, it is expected to include - trailhead data assembled from a variety of sources including: US Forest Service, US National Parks Service, State - Parks, and map data for which full rights were purchased by the GOED Outdoor Recreation Office in July 2014, from - a private entity (Orbital View, Inc).

-

Currently (April 2017), this layer includes only the original data purchased from Orbital View. Additional - trailheads can be submitted to UGRC for inclusion in this map layer.

-

The primary goal for the trailheads map layer is to assign a location and a name to each trailhead. However, the - trailhead data is stored within a more complex data - model that will allow for collection and publishing of more robuts trail and trailhead information in the - future.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Trailheads" - info=page.Trailheads %} -
diff --git a/data/sgid-blog/index.html b/data/sgid-blog/index.html deleted file mode 100644 index e926ea1093..0000000000 --- a/data/sgid-blog/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -tags: [] -author: - display_name: UGRC Staff - email: ugrc@utah.gov -date: 2011-06-29 18:37:36 -0600 -title: SGID Blog -categories: [] ---- -
- {% for post in site.categories['SGID Blog'] %} -
- -
- {{ post.title }} -
-

{{ post.excerpt | strip_html | truncate: 160 }}

-
-
- {% endfor %} -
diff --git a/data/sgid-index/index.html b/data/sgid-index/index.html deleted file mode 100644 index effffae112..0000000000 --- a/data/sgid-index/index.html +++ /dev/null @@ -1,4099 +0,0 @@ ---- -title: SGID Index ---- -
Show Filters
- -
Simple Filter (matches text in individual columns with list.js)
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
categorynameagencydescriptionservice
basemapAddress PointsUGRCA muted basemap great for overlaying data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
basemapHillshadeUGRCGrey elevation based shading.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
basemapLiteUGRCA muted basemap great for overlaying data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
basemapOverlayUGRCRoads and placenames in transparent form. Great for overlaying over data for reference.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
basemapTerrainUGRCContour lines with roads and placenames{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
basemapTopoUGRCUSGS Scanned topographic maps{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
bioscienceBeaver Restoration AssessmentUS Fish and Wildlife ServiceA planning and support tool that models a river's capacity to support beaver dam building activity. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
bioscienceDominant VegetationStatewide distribution of dominant vegetation species in Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
bioscienceHabitat Bandtailed PigeonDiv of Wildlife ResourcesBandtailed pigeon habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat BisonDiv of Wildlife ResourcesBison habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Black BearDiv of Wildlife ResourcesBlack bear habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Bonetailed ChubDiv of Wildlife ResourcesBonetailed chub habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat California Big Horn SheepDiv of Wildlife ResourcesCalifornia bighorn sheep habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat California QuailDiv of Wildlife ResourcesCalifornia quail habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat ChukarDiv of Wildlife ResourcesChukar habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Columbian Sharp Tailed GrouseDiv of Wildlife ResourcesColumbian sharptailed grouse habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Desert Bighorn SheepDiv of Wildlife ResourcesDesert bighorn sheep habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Dusky GrouseDiv of Wildlife ResourcesDusky grouse habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Gambels QuailDiv of Wildlife ResourcesGambels quail habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Greater Sage Grouse BroodDiv of Wildlife ResourcesGreater sage grouse brood habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Greater Sage Grouse OccupiedDiv of Wildlife ResourcesGreater sage grouse occupied habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Greater Sage Grouse WinterDiv of Wildlife ResourcesGreater sage grouse winter habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Gunnison Sage GrouseDiv of Wildlife ResourcesGunnison sage grouse habitat identified by the Dept. of Wildlife Resources.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
bioscienceHabitat Hungarian PartridgeDiv of Wildlife ResourcesHungarian partridge habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat MooseDiv of Wildlife ResourcesMoose habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Mountain GoatDiv of Wildlife ResourcesMountain goat habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat MuledeerDiv of Wildlife ResourcesMuledeer habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat PronghornDiv of Wildlife ResourcesPronghorn habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Razorback SuckerDiv of Wildlife ResourcesRazorback sucker habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Ring Necked PheasantDiv of Wildlife ResourcesRing necked pheasant habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Rocky Mountain Bighorn SheepDiv of Wildlife ResourcesRocky mountain bighorn sheep habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Rocky Mountain ElkDiv of Wildlife ResourcesRocky mountain elk habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Ruffed GrouseDiv of Wildlife ResourcesRuffed grouse habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Snowshoe HareDiv of Wildlife ResourcesSnowshoe hair habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat TurkeyDiv of Wildlife ResourcesWild turkey habitat identified by the Dept. of Wildlife Resources.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
bioscienceHabitat White Tailed PtarmiganDiv of Wildlife ResourcesWhite tailed ptarmigan habitat identified by the Dept. of Wildlife Resources.
bioscienceHabitat Whitewinged DoveDiv of Wildlife ResourcesWhitewinged dove habitat identified by the Dept. of Wildlife Resources.
bioscienceNoxious Weeds LineDWRNOTE: This dataset is an older dataset that we have removed from the SGID and 'shelved' in ArcGIS Online. There may (or may not) be a newer vintage of this dataset in the SGID.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
bioscienceNoxious Weeds PointDWRNOTE: This dataset is an older dataset that we have removed from the SGID and 'shelved' in ArcGIS Online. There may (or may not) be a newer vintage of this dataset in the SGID.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
bioscienceNoxious Weeds PolyDWRNOTE: This dataset is an older dataset that we have removed from the SGID and 'shelved' in ArcGIS Online. There may (or may not) be a newer vintage of this dataset in the SGID.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
bioscienceThreatened And Endangered SpeciesDiv of Wildlife ResourcesThreatened and endangered species locations represented by 1:24,000K quad locations.
bioscienceWAP Conservation Action AreasDiv of Wildlife ResourcesThis data set is a selected set of hydrologic unit boundaries to the subwatershed level to meet the biologic goals set forth by the wildlife action plan team and participating experts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
bioscienceWatershed Restoration Initiative Treatment AreasDiv of Wildlife ResourcesUtah Watershed Restoration Initiative proposed, current, pending complete, and complete projects' terrestrial and aquatic/riparian treatment areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
boundariesAssociation Of GovernmentsUGRCOrganized county government association boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesBLM DistrictsBLMBLM district boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesBLM Monuments And NC AsBLMBLM national monuments and national conservation areas. Includes recently designated Bears Ears National Monument{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesBLM Monuments And NC As HistoricBLMBLM national monuments and national conservation areas. Depicts Grand Staircase Escalante and Bears Ears National Monuments prior to being reduced by the Trump administration.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesBLM Monuments And NC As LineBLMLine elements (PLSS, roads, contours etc) used to create the boundaries of BLM national monuments and national conservation areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesCountiesUGRCUtah county boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesCounties As PuzzleUGRCCounty boundaries as a puzzle.
boundariesCounties As Puzzle PartsUGRCCounty boundaries as a puzzle.
boundariesCounties Label LinesUGRCCounty boundaries as line features for labeling purposes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesCounties ModificationsUGRCChanges to county boundaries over the years.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesFire Restriction Areas 2012UGRCNOTE: This dataset is an older dataset that we have removed from the SGID and 'shelved' in ArcGIS Online. There may (or may not) be a newer vintage of this dataset in the SGID.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesForest ServiceNational forest boundaries submitted for the President's Roadless Area Initiative.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesMetro TownshipsUGRCBoundary for new Metro Townships, as submitted by County Recorders Offices{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesMunicipalitiesUGRCUtah municipal boundaries defined by County Recorders offices and certified by the Lt. Governor's Office.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesMunicipalities CartoUGRCMunicipal boundaries for cartographic purposes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesMunicipalities ModificationsUGRCChanges and modifications made to municipal boundaries over time.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesNavajo ChaptersUGRCNavajo chapter boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesSchool DistrictsUGRCUtah school district boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesUDOT Map Neighbor CountiesCounty boundaries of neighboring states.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesUSFS Roadless InventoryUSGSNational forest inventoried roadless areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesUS StatesUGRCUnited States and D.C. boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesUtahUGRCUtah State boundary.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesUtah Conservation DistrictsUtah Department of Agriculture and FoodConservation District (formerly Soil Conservation District) boundaries in the state of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesUtah Conservation ZonesUtah Department of Agriculture and FoodConservation District (formerly Soil Conservation District) zone boundaries in the state of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesUtah Inland Port Authority HB 2001Utah Office of Legislative ResearchUtah Inland Port Authority Boundary as described in House Bill 2001{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesUtah Wilderness AreasBLM / USFSBLM and USFS designated wilderness areas in Utah{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesWilderness BLM 98 ReinventoryBLM1998 Bureau of Land Management (BLM) wilderness characteristics re-inventory.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesWilderness BLM SuitabilityBLMLands that were recommended to the President and Congress for wilderness designation as a result of the FLPMA Section 603 wilderness review mandate.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesWilderness BLMWS AsBLMLand identified and endorsed as wilderness study areas (WSAs) in the 1991 wilderness study reports sent to the President and Congress.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
boundariesZip CodesUGRCGeographic extents of 5 digit zip codes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreBLM RMP Targeted LandsBLMBLM resource management plan targeted lands.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreGSL Meander LineBLMGreat Salt Lake meander line.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreLand OwnershipSITLALand ownership boundaries, designation status, and areas of responsibility for the State of Utah surface lands. Maintenance of this data layer is performed by a cooperative federal and state effort between the Bureau of Land Management (BLM) and the State of Utah School and Institutional Trust Lands Administration (SITLA).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreLat Long Grid 1 DegreeUGRCOne-degree latitude/longitude graticules.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreMeandered Water GCDBUGRCThese are areas of water that are defined from meander lines of the PLSS and GLO surveys.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreMetadata Glance GCDBUGRCThis is a graphic representation of the data stewards based on PLSS Townships in PLSS areas. In non-PLSS areas the metadata at a glance is based on a data steward defined polygons such as a city or county or other units.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels BeaverCountyBeaver County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required in HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Beaver LIRCountyBeaver County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels Box ElderCountyBox Elder County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Box Elder LIRCountyBox Elder County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels CacheCountyCache County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Cache LIRCountyCache County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels CarbonCountyCarbon County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels DaggettCountyDaggett County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Daggett LIRCountyDaggett County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels DavisCountyDavis County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Davis LIRCountyDavis County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels DuchesneCountyDuchesne County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels EmeryCountyEmery County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Emery LIRCountyEmery County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels GarfieldCountyGarfield County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Garfield LIRCountyGarfield County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels GrandCountyGrand County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels IronCountyIron County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Iron LIRCountyIron County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels JuabCountyJuab County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Juab LIRCountyJuab County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels KaneCountyKane County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Kane LIRCountyKane County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels MillardCountyMillard County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Millard LIRCountyMillard County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels MorganCountyMorgan County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Morgan LIRCountyMorgan County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels PiuteCountyPiute County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Piute LIRCountyPiute County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels RichCountyRich County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Rich LIRCountyRich County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels Salt LakeCountySalt Lake County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Salt Lake LIRCountySalt Lake County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels San JuanCountySan Juan County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels SanpeteCountySanpete County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Sanpete LIRCountySanpete County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels SevierCountySevier County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Sevier LIRCountySevier County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels SummitCountySummit County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Summit LIRCountySummit County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels TooeleCountyTooele County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Tooele LIRCountyTooele County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels UintahCountyUintah County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels UtahCountyUtah County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Utah LIRCountyUtah County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels WasatchCountyWasatch County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Wasatch LIRCountyWasatch County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels WashingtonCountyWashington County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Washington LIRCountyWashington County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreParcels WayneCountyWayne County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels WeberCountyWeber County parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information as required by HB113.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreParcels Weber LIRCountyWeber County LIR parcel boundary and Land Information Records attributes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastrePLSS Edit Tracker{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastrePLSS Point GCDBUGRCPoint dataset that depicts the Public Land Survey System (PLSS) for the State of Utah and is based on the Geographic Coordinate Data Base (GCDB). This dataset was created to provide continuous cadastre data for the state of Utah and is the CadNSDI Version 2.0 2015 of the Utah GCDB.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastrePLSS Quarter Quarter Sections GCDBUGRCPLSSQuarterQuarterSections_GCDB is the fourth level of a hierarchical break down of the Public Land Survey System Rectangular surveys. This data is CadNSDI Version 2.0 2015 of the Utah GCDB.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastrePLSS Quarter Sections GCDBUGRCPLSSQuarterSections_GCDB is the third level of a hierarchical break down of the Public Land Survey System Rectangular surveys. This data is Version 2.0 2015 of the Utah GCDB.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastrePLSS Sections GCDBUGRCPLSSSections_GCDB is the second level of a hierarchical break down of the Public Land Survey System Rectangular surveys. This data is Version 2.0 2015 of the Utah GCDB.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastrePLSS Townships GCDBUGRCPLSSTownship_GCDB is the first level of a hierarchical break down of the Public Land Survey System Rectangular surveys. This data is Version 2.0 2015 of the Utah GCDB.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
Utah ParcelsUGRCThis dataset represents UGRC's best effort to compile statewide parcels for Utah. "Database containing parcel boundary, parcel identifier, parcel address, owner type, and county recorder contact information" - HB113. This is the reason we have this dataset. The intent of the bill was to not include any attributes that the counties rely on for data sales. If you want those other attributes you need to contact the county recorder {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
cadastreTURN GPS Base LinesUGRCRepresents the baselines between the The Utah Reference Network Global Positioning System (TURN GPS) base stations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreTURN GPS StationsUGRCPoints representing the Utah Reference Network Global Positioning System (TURN GPS) base station locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
cadastreUtah Control HROUGRCControl points for Utah High Resolution Orthophotography (HRO) imagery.
cadastreUtah Control NAIPUGRCControl points for Utah National Agricultural Imagery Program (NAIP).
climateNWS Forecast ZonesNWSPublic forecast zones that are used by NWS for issuing forecasts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
climateWeather Stations?Names and locations of weathers stations found throughout Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Block Groups 2000US Census Bureau2000 Census Block Groups are units used by the United States Census Bureau which are between the Census Tract and the Census Block. It is the smallest geographical unit for which the bureau publishes sample data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Block Groups 2010US Census Bureau2010 Census Block Groups are units used by the United States Census Bureau which are between the Census Tract and the Census Block. It is the smallest geographical unit for which the bureau publishes sample data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Block Groups 2020US Census Bureau2020 Census Block Groups are units used by the United States Census Bureau which are between the Census Tract and the Census Block. It is the smallest geographical unit for which the bureau publishes sample data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Blocks 2000US Census Bureau2000 Census Blocks are the smallest geographic unit used by the United States Census Bureau for tabulation of 100-percent data (data collected from all houses, rather than a sample of houses).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Blocks 2009US Census Bureau2009 Census Blocks are the smallest geographic unit used by the United States Census Bureau for tabulation of 100-percent data (data collected from all houses, rather than a sample of houses).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Blocks 2010US Census Bureau2010 Census Blocks are the smallest geographic unit used by the United States Census Bureau for tabulation of 100-percent data (data collected from all houses, rather than a sample of houses).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Blocks 2020US Census Bureau2020 Census Blocks are the smallest geographic unit used by the United States Census Bureau for tabulation of 100-percent data (data collected from all houses, rather than a sample of houses).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Counties 2000US Census Bureau2000 Census county boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Counties 2010US Census Bureau2010 Census county boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Counties 2020US Census Bureau2020 Census county boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Edges 2010US Census Bureau2010 Census line features.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Place Points 2010US Census Bureau2010 Census city and town demographics.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Places 2010US Census Bureau2010 Census city and town demographics.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Places 2020US Census Bureau2020 Census city, town and places (CDP) demographics.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus State 2020US Census Bureau2020 Census State of Utah bounday, as defined by the US Census Bureau.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Tracts 2000US Census Bureau2000 Census Tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity that are updated by local participants prior to each decennial census as part of the Census Bureau's Participant Statistical Areas Program.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Tracts 2010US Census Bureau2010 Census Tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity that are updated by local participants prior to each decennial census as part of the Census Bureau's Participant Statistical Areas Program.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicCensus Tracts 2020US Census Bureau2020 Census Tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity that are updated by local participants prior to each decennial census as part of the Census Bureau's Participant Statistical Areas Program.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicMetro Micro Statistical AreasUS Census BureauGeographic entities delineated by the Office of Management and Budget (OMB) for use by Federal statistical agencies in collecting, tabulating, and publishing Federal statistics.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicPop Block Areas 2010 ApproxUGRCCensus blocks that only represent populated areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicPop Place Pts 2010 ApproxUGRCPopulated places - cities, towns, locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicUn Incorp Areas 2010 ApproxUGRCDerived from 2010 census blocks to identify unincorporated areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicUn Pop Utah ApproxUGRCApproximate unpopulated areas of Utah{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicUrban Areas Census 2010UGRCDerived from 2010 census blocks to identify urban areas and urban clusters.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyEnterprise ZonesGOEDAreas created by the Utah Governors Office of Economic Development to encourage economic growth and development in specified areas by providing tax breaks to development projects within these boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyNon Tax Fee Entities 2016Office of the Utah State AuditorNOTE: This dataset is an older dataset that we have removed from the SGID and 'shelved' in ArcGIS Online. There may (or may not) be a newer vintage of this dataset in the SGID. NonTaxFee entities include bodies that have the power to levy fees, collect payment of tax increment such as special service districts, redevelopment districts, conservation districts, etc.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economySales Tax AreasUSTC/UGRCApproximate boundaries of Sales Tax Collection Areas in Utah. Sales Tax Areas are formed by municipality boundaries, special sales tax districts and the unincorporated areas of counties not in a special sales tax district.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2008USTC2008 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2009USTC2009 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2010USTC2010 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2011USTC2011 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2012USTC2012 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2013USTC2013 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2014USTC2014 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2015USTC2015 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2016USTC2016 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2017USTC2017 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2021USTC2021 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Areas 2022USTC2022 Tax Area boundaries formed by each unique 2-dimensional intersection of incorporated taxing entities in Utah. Each taxing area represents at least a county and school district as members of these two categories cover the entire state.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2008USTC2008 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2009USTC2009 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2010USTC2010 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2011USTC2011 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2012USTC2012 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2013USTC2013 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2014USTC2014 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2015USTC2015 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2016USTC2016 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2017USTC2017 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2021USTC2021 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTax Entities 2022USTC2022 Boundaries of incorporated political subdivisions that have the power to levy a local property tax such as school districts, counties, cities, special service districts, redevelopment districts, library districts, cemetery districts, and mosquito abatement districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyTransit Special Tax AreasUSTCSales tax areas that are generally areas outside of incorporated municipalities where additional sales tax is collected to support transit activities (generally buses).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
economyUtah Entities Non TaxState Auditors Office/UGRCUtah State Entities that are not collecting tax but may be collecting fees.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
elevation2006UGRCDigital Elevation Models (DEMs) derived from Lidar (2006) Wasatch Front, Iron County, Heber Valley{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2011UGRCDigital Elevation Models (DEMs) derived from Lidar (2011) Great Salt Lake, Cedar valley, Hurricane Fault{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2013 2014UGRCDigital Elevation Models (DEMs) derived from Lidar (2013 & 2014) Wasatch Front and Wasatch Fault{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2015UGRCDigital Elevation Models (DEMs) derived from Lidar (2015) Zion National Park{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2015UGRCDigital Elevation Models (DEMs) derived from Lidar (2015) Colorado, Green and Yampa Rivers{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2016UGRCDigital Elevation Models (DEMs) derived from Lidar (2016) FORGE{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2016UGRCDigital Elevation Models (DEMs) derived from Lidar (2016) Monroe Mountain{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2016UGRCDigital Elevation Models (DEMs) derived from Lidar (2016) Great Salt Lake and Utah Lake{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2016UGRCDigital Elevation Models (DEMs) derived from Lidar (2016) Bear Lake, Bear River, Cache Valley and Upper Weber Valley{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2016UGRCDigital Elevation Models (DEMs) derived from Lidar (2016) Kanab Utah{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2017UGRCDigital Elevation Models (DEMs) derived from Lidar (2017) Washington County{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2017UGRCDigital Elevation Models (DEMs) derived from Lidar (2017) Washakie and Whites Valley{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2017UGRCDigital Elevation Models (DEMs) derived from Lidar (2017) Millsite Reservoir{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2017UGRCDigital Elevation Models (DEMs) derived from Lidar (2017) Franklin Bear{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2018UGRCDigital Elevation Models (DEMs) derived from Lidar (2018) Sanpete Valley{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2018UGRCDigital Elevation Models (DEMs) derived from Lidar (2018) Southern utah{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2018UGRCDigital Elevation Models (DEMs) derived from Lidar (2018) Central Utah{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2018UGRCDigital Elevation Models (DEMs) derived from Lidar (2018) Northern Utah{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2018UGRCDigital Elevation Models (DEMs) derived from Lidar (2018) Box Elder County{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2018UGRCDigital Elevation Models (DEMs) derived from Lidar (2018) Uintah Basin and Heber Valley{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevation2019UGRCDigital Elevation Models (DEMs) derived from Lidar (2019) Strawberry River{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevationAvalanche Rose Tri CanyonsUGRCAspect and elevation polygons that correspond to the Utah Avalanche Forecast Center rose graphic. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
elevationContours 2 Meter SL CountyUGRC2 Meter interval contours for Salt Lake County.
elevationContours 500 FtUGRCStatewide 500 foot interval contours.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
elevationContours Generalized 200 FtUGRCGeneralized contour polygons to show relative elevation and terrain at medium and small scales.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
elevationHighest PeaksUGRCTop 100 highest peaks and additional highest county peaks.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
elevationUSGS 10 MeterUSGS10 Meter Digital Elevation Models (DEMs) from the USGS National Map{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
elevationUSGS 30 MeterUSGS30 Meter Digital Elevation Models (DEMs) from the USGS National Map{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
energyCoal 4 Foot SeamsDOGMAreas of coal deposits.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyCoal Deposit Areas 1988DOGMAreas of coal deposits.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyCoal LeasesDOGMN/A{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyCoal Mines UGSDOGMCoal mine locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyDNR Oil Gas FieldsDOGMOil and gas fields defined by the Utah Department of Natural Resources, Oil Gas and Mining Division.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyDNR Oil Gas UnitsDOGMOil and gas units defined by the the Utah Department of Natural Resources, Oil Gas and Mining Division.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyDNR Oil Gas WellsDOGMOil and gas well locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyDNR Oil Gas Wells HD BottomDOGMOil and gas bottom hole points for horizontally drilled wells only. This dataset is updated nightly through a database connection with DNR-OGM.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyDNR Oil Gas Wells HD PathDOGMOil and gas horizontal drill paths (lines) for horizontally drilled wells only. This dataset is updated nightly through a database connection with DNR-OGM.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyEnergy Corridor AreasDOGMProposed areas that may be designated as West-wide energy corridors on federal lands.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyEnergy Corridor CenterlineDOGMThis layer represents lines which have been proposed as West-wide energy corridors centerlines for the draft "Programmatic Environmental Impact Statement, Designation of Energy Corridors on Federal Land in the 11 Western States", September 2007.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyEnergy Resources LineDOGMEnergy resources depicted as lines on the Energy Resources Map of Utah from which the data were digitized.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyEnergy Resources PointDOGMEnergy resources depicted as points on the Energy Resources Map of Utah from which the data were digitized.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyEnergy Resources PolyDOGMEnergy resources depicted as polygons on the Energy Resources Map of Utah from which the data were digitized.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyGeothermal Leases UtahDOGMLocations of current geothermal leases and/or lease applications on Federal land.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyOil Gas WellsDOGMOil and gas well locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyOil Gas Wells Down HolesDOGMOil and gas bottom hole points for horizontally drilled wells only. This dataset is updated nightly through a database connection with DNR-OGM.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyOil Gas Wells PathsDOGMOil and gas horizontal drill paths (lines) for horizontally drilled wells only. This dataset is updated nightly through a database connection with DNR-OGM.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyPermitted Uranium MinesDOGMPermitted uranium mines (active and suspended operating status).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyPower Plants CO 2DOGMPower Plant locations from CO2 project for the State of Utah, July 2008.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyTar SandsDOGMTar sand resource locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUranium Area BoundariesDOGMUranium deposit areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUranium Districts UGSDOGMUranium mining districts.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUranium MillsDOGMUranium mill locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUranium Past ProducersDOGMLocations of past mining production of uranium.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUREZ Phase 1 Geothermal ZonesUGRC/Utah Energy OfficeUtah Renewable Energy Zones Phase 1, potential geothermal energy resource areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUREZ Phase 1 Solar ZonesUGRC/Utah Energy OfficeUtah Renewable Energy Zones Phase 1, potential solar energy resource areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUREZ Phase 1 TransmissionUGRC/Utah Energy OfficeUtah Renewable Energy Zones Phase 1, electrical transmission network schematic.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUREZ Phase 1 Wind DrainageUGRC/Utah Energy OfficeUtah Renewable Energy Zones Phase 1, potential canyon wind energy resource areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUREZ Phase 1 Wind ZonesUGRC/Utah Energy OfficeUtah Renewable Energy Zones Phase 1, potential wind energy resource areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUREZ Phase 2 Conceptual TransmissionUGRC/Utah Energy OfficeUtah Renewable Energy Zones Phase 2, conceptual electrical transmission network.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUREZ Phase 2 GeothermalUGRC/Utah Energy OfficeUtah Renewable Energy Zones Phase 2, geothermal energy resource locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
energyUREZ Phase 2 Zone BoundariesUGRC/Utah Energy OfficeUtah Renewable Energy Zones Phase 2 zone boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentBFNONTARGETEDDEQUtah Department of Environmental Quality (UDEQ), brownfields not targeted for cleanup.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentBFTARGETEDDEQUtah Department of Environmental Quality (UDEQ), brownfields targeted for cleanup.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDAQ Air Emissions InventoryDEQAnnual emissions (in tons) for ammonia, pm10, carbon monoxide, sulfer dioxide, volatile organic compounds, and oxides of nitogen for Utah. Provided by the Utah Division of Air Quality.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDAQ Air Monitor By StationDEQAir monitoring network that consists of ambient air monitoring stations within the State of Utah that collect air quality data 24/7.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDAQ Permit Comp ApprovalDEQLocations of sites that have obtained Approval Orders from the Utah Division of Air Quality.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDAQ Permit Comp Title VDEQUtah Division of Air Quality sites permitted under Title V of the 1990 Clean Air Act.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDSHW Solid Haz Waste Oil FacilitiesDEQSites that generate hazardous waste; that treat, store, or dispose of hazardous waste; that treat, store, or dispose of non-hazardous solid waste; and sites that transport, market, or recycle used oil.
environmentDWQ Assessed LakesDEQLocations of Utah's priority lakes and reservoirs selected for more frequent collection of water quality information. Results of lake/reservoir assessments are found in the "Assessed Waters" data layer.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDWQ Assessed WatersDEQWater quality assesssment information for Utah's surface waters (rivers, streams, and reservoirs/lakes) as reported in the latest 305(b) Report to Congress.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDWQ Assessment UnitsDEQDelineated boundaries of the Division of Water Quality assessment unit and the 2006 assessment category for meeting State of Utah water quality standards.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDWQ Groundwater PermitsDEQLocations of Division ofWater Quality groundwater permits and associated permit information including permittee names, address, and permit type.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDWQ Mercury In Fish TissueDEQLocations of fish tissue sample sites, consumption advisories, and sampling information including fish species, sample size, sample year, and a summary of mercury concentrations in fish tissue. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDWQ Monitoring LocationsDEQLocations and descriptions of Utah's water quality monitoring sites for rivers/streams, lakes/reservoirs, wells, and facilities.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentDWQNPDES DischargersDEQLocations of Utah's National Pollution Elimination Discharge System (NPDES) permit holders and the waters of the state, if any, they discharge to. Data provided by the EPA and the Utah Division of Water Quality.
environmentEnvironmental IncidentsDEQThis dataset contains the incident information submitted to the Division of Environmental Response and Remediation and to after-hours duty officers, and is provided as a service to the public. Locations are based on coordinates derived from maps and GPS data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentEWADEQLocations of potential Enforceable Written Assurance sites. EWAs will generally ensure to property owners or prospective property owners that there is no unacceptable risk to human health or the environment.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentFacility Monitoring SitesDEQFacility discharge monitoring sites derived from the Utah Division of Water Quality monitoring database called STORET.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentFACILITYPSTDEQUtah Petroleum Storage Tank Facilities contains the locations of above and below ground storage tanks.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentFUDDEQFormerly Used Defense site locations. The Department of Defense (DoD) is responsible for environmental restoration of FUDS, these locations represent sites not contaminated areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentICBUFFERZONESDEQInstitutional Control Buffer Zones in Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentLake MonitoringDEQLakes monitored for water quality by the Division of Water Quality.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentLake Monitor SitesDEQLake water quality monitoring sites based on the generation of points from latitude, longitude coordinates furnished by the Utah Department of Environmental Quality, Division of Water Quality (DWQ).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentMMRPDEQLocations of Military Munitions Response Program sites. MMRP manages the environmental, health and safety issues presented by unexploded ordnances (UXO), discarded military munitions (DMM) and munitions constituents (MC).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentNPLDEQLocations of Utah National Priorities List Sites. The NPL is the list of national priorities among the known releases or threatened releases of hazardous substances, pollutants, or contaminants throughout the United States.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentSITEREMDEQPotential EPA Superfund sites{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentStream Monitor SitesDEQStream water quality monitoring sites in Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentTIER 2DEQLocations of Tier II facilities under the Emergency Planning and Community Right-to-Know Act (EPCRA).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentTRIDEQTRI EPA database containing data on disposal or release of toxic chemicals{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentUIC FacilityDEQThis dataset represents facilities that have one or more wells regulated by the Underground Injection Control (UIC) Program in the Division of Water Quality.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentUIC WellDEQUIC-regulated facilities and wells{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentUPDES SitesDEQUPDES permitted water discharge facilities{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
environmentVCPDEQVoluntary Release Cleanup Program (VCP) sites{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
farmingGrazing AllotmentsFSAGrazing allotment boundaries, produced by the Farm Service Agency One time project.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
farmingGrazing Improvement RegionsDAFGrazing Improvement Program boundaries{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
farmingAgricultural Protection AreasDAFThis layer compiles Utah property parcels that have been included in an Agriculture Protection Area (APA) resolution. APAs are approved by the county in which they are located, and catalogued by Utah Department of Agriculture and Food.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceAlluvial Fans Field PhotosUtah Division of Emergency ManagementNOTE: This dataset is an older dataset that we have removed from the SGID and 'shelved' in ArcGIS Online. There may (or may not) be a newer vintage of this dataset in the SGID. This data represents active alluvial fans in Utah as identified by several datasets and observed through field investigationsLast update 2017{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceAquifer Basin Fill BoundaryUGSApproximate boundary of basin fill in ground-water recharge and discharge areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceAquifer Recharge Discharge AreasUGSGround-water recharge and discharge areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceAvalanche PathsUDOT/UGRCSnow avalanche paths in the tri-canyon area of the Wasatch Front{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceDebris Flow Wasatch FrontUGSDebris-flow hazard for the Wasatch Front{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceDebris Flow Wasatch Study BoundaryUGSDebris-flow hazard study boundaries for the Wasatch Front{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceEarthquake Epicenters 1850 To 2016UGSUtah earthquake epicenters recorded from 1850 to 2016{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceEarthquake Epicenters Mining Induced 1928 To 2016UGSMining induced earthquake epicenters recorded from 1928 to 2016{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceEngineering Problems PointUGSEngineering geologic problem sites depicted as points{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceEngineering Problems PolyUGSEngineering geologic problem sites depicted as polygons{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceEpicenters ModernUGSLocations of earthquake epicenters in Utah
geoscienceGeochronologyUGSVarious geologic dating methods, sites, and project areas in Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceGeologic ContactsUGSGeologic contacts{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceGeologic DikesUGSGeologic dikes{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceGeologic Formations LineUGSGeologic formations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceGeologic MarkersUGSGeologic markers{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceGeologic VeinsUGSGeologic veins{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceLandslide Compilation Debris Flow PathsUGSLandslide Compilation Debris Flow Path feature class represents debris-flow paths throughout Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceLandslide Compilation PolygonsUGSCompiled landslide deposits of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceLandslide Compilation ScarpsUGSCompiled landslide scarps of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceLandslide Inventory Mapped AreasUGSArea boundaries of inventoried and mapped landslides.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceLandslide Inventory PolygonsUGSInventoried and mapped landslides.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceLiquefaction PotentialUGSLiquefaction potential{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceMineral Deposits 1988UGSMineral deposits 1989{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceMineral Locations CRIBUGSMineral locations CRIB{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceMineralsUGSMineral resources{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceOil Gas Deposits 1988UGSOil & gas deposits 1988{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceOil Shale Deposits 1988UGSOil shale deposits 1988{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geosciencePhosphate Deposits 1988UGSPhosphate deposits 1988{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geosciencePhysiographic SubdivisionsUGSPhysiographic subdivisions of Utah as defined by W.L. Stokes on his 1977 map{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geosciencePotash Deposits 1988UGSPotash deposits 1988{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geosciencePotential Liquefaction Wasatch FrontUGSLiquefaction Potential Wasatch Front{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geosciencePotential Liquefaction Wasatch Study BoundaryUGSLiquefaction Potential Wasatch Study Boundary{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceQuaternary FaultsUGSQuaternary faults{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceQuaternary Volcanic FlowUGSQuaternary volcanic flows{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceQuaternary Volcanic VentsUGSQuaternary volcanic vents{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceRadiocarbonUGSAges and related dating information of sampled geologic material (soil and rock) using radiocarbon (14C) dating methods
geoscienceShallow Ground WaterUGSShallow ground water depth{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceSoilsNatural Resources Conservation Service (NRCS)Soil types and characteristics{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceUnits Moab San RafaelUGSGeologic units{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceUnits NephiUGSGeologic units{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceUnits PriceUGSGeologic units{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
geoscienceVolcanic ConesUGSVolcanic cones{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthEmergency Medical ServicesEmergency medical services{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthEMS FacilitiesPoint locations created for use by public safety and other agencies that need to know the location of emergency medical response units for effective planning and dispatch.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Care FacilitiesHealth care facilities{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth DistrictsHealth care districts{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Districts 2015Health care districts 2015{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Small Statistical Areas 2008Health small statistical areas 2008{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Small Statistical Areas 2009Health small statistical areas 2009{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Small Statistical Areas 2012Health small statistical areas 2012{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Small Statistical Areas 2014Health small statistical areas 2014{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Small Statistical Areas 2017Health small statistical areas 2017{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Small Statistical Areas 2018UGRC / Dept of HealthHealth small statistical areas 2018{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
healthHealth Small Statistical Areas 2020UGRC / Dept of HealthHealth small statistical areas 2020
healthSmall Areas Obesity And ActivityUGRC / Dept of HealthSmall areas showing the percent of population getting the recommended amount of activity and the percent obese {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
historyDaughters Of Utah Pioneers Satellite MuseumsUTSHPOPoint locations for Daughters of Utah Pioneers satellite museums. Digitized March 2016. Locations were determined by a combination of geocoding street addresses and referencing NAIP 2014 aerial imagery and Google Street View. - -Horizontal_Positional_Accuracy: GPS = geocode or aerial imagery placement; Asserted = could not locate exact building location, placed at approximate street address{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
historyGhost TownsUTSHPOGhost towns are uninhabitated or nearly abandoned places. The industry or driving force of the location that once brought residents has subsided or vanished, leaving abandoned buildings subject to the forces of nature and time. In other instances a town can cease because of natural disasters such as flood or drought. -{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
historyHistoric DistrictsHistoric districts{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
historyHistoric TrailsHistoric trails{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
historyMonuments And MarkersUGRC / UDSHHistoric monuments and marker locations in Utah
historyNational Historic LandmarksUTSHPOProperties in Utah that are recognized by the U.S. Gov't as National Historic Landmarks for their outstanding historical significance. A National Historic Landmark can be a building, district, object, site or structure.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
historyPony ExpressPony express
indicesAerial Photography ExtentsUGRCAerial photography coverage{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesAuto Correlated DEM ExtentsUGRCAutoCorrelated digital elevation model coverage{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesContour Line ExtentsUGRCContour line coverage{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesGoogle Utah Service DatesUGRCBoundaries and dates of the imagery blocks in the Google imagery service.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesH 3 Hexes Z 5UGRCH3 hexes covering the state at resolution 5{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesH 3 Hexes Z 6UGRCH3 hexes covering the state at resolution 6{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesH 3 Hexes Z 7UGRCH3 hexes covering the state at resolution 7{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesH 3 Hexes Z 8UGRCH3 hexes covering the state at resolution 8{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesH 3 Hexes Z 9UGRCH3 hexes covering the state at resolution 9{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesHexagon Service DatesUGRCFlight dates for the Hexagon Imagery.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesLidar ExtentsUGRCLidar elevation data coverage{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesNational GridUGRCTile index{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesUSGS 100 K QuadsTile index{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesUSGS 24 K QuadsTile index{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesUSGS 24 K Quarter QuadsTile index{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesUSGS 250 K Quads 1 X 1Tile index{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
indicesUSGS 250 K Quads 1 X 2Tile index{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationAddress PointsUGRCAddress points{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
locationAddress System QuadrantsUGRCAddress system quadrants{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationBuildingsBuilding footprints{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationCarto SITLA Admin Names Multi
locationCarto SITLA Cities{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationCarto SITLA Hydrology 600 K
locationCities Towns LocationsUGRCPoints representing municipalities, county seats, populated areas, and major junctions for general reference and cartographic purposes.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationHexagon Grid 1 KmUGRCQuarter square mile hexagons useful for generalizing data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationLUCA Block Address Counts 2017Census Master Address File (MAF) address count compared to state compiled address point (SGID10.LOCATION.AddressPoints) count by census block.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationPlace Names GNIS 2010USGS Geographic Names Information Systems (2010){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationPlace Names GNIS 2019USGS Geographic Names Information Systems (2019){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationZip Code PO BoxesApproximate locations of USPS Post Offices{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationZip Plus 4 LinesUSTCThis dataset estimates the approximate boundaries (points) of Zip +4 geographic extents for Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationZip Plus 4 PointsUSTC{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
locationZoom LocationsZoom locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningConservation EasementsNational Conservation Easement Database (NCED)Conservation easements{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningGSENM Spec Man AreaGrand Staircase Escalante National Monument Special Management Area{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningGSENM Spec Rec Man AreaGrand Staircase Escalante National Monument Special Recreation Areas{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningHousing Unit InventoryWasatch Front Regional Council (WFRCCharacteristics of housing units on a per-parcel or per-development (for PUDs, townhomes, condos, etc) basis derived from LIR parcels and county assessor data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningNCA Prop San Juan Co1995 proposal by San Juan County for National Conservation Areas{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningPrimitive Prop Emery CoAreas proposed by Emery County, Utah for designation as Primitive Areas
planningPublic Lands Initiative HR 5780 Areas BLM 2016BLMProposed areas described in the January 2016 Public Lands Initiative (PLI) preliminary proposal for Utah and referenced by HR 5780.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningPublic Lands Initiative HR 5780 Lines BLM 2016BLMProposed linear features (roads, rivers, etc) described in the January 2016 Public Lands Initiative (PLI) preliminary proposal for Utah and referenced by HR 5780. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningSemi Primitive Prop Emery Coareas proposed by Emery County, Utah for designation as Semi-Primitive Areas
planningUrban Interface Areas1999 Wildland Urban Interface (WUI) areas{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningUtah PLI Areas Proposal Jan 16Proposed areas referenced in a January 2016 Public Lands Initiative preliminary proposal for Utah. This version has since been superseded.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningUtah PLI Lines Proposal Jan 16Proposed linear features (roads, rivers, etc) referenced in the January 2016 Public Lands Initiative preliminary proposal for Utah. This version has since been superseded.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningUWC 2008 Cherry Stem Roads2008 cherry stem roads{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWater Related Land UseDivision of Water ResourcesWater related land use{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop BLMBLM wilderness proposal{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop HR 1500HR1500 wilderness proposal (1991){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop HR 1745HR1745 wilderness proposal (1995){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop Nine Co 1995Nine county wilderness proposal (1995){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop Red RockRed Rock wilderness proposal{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop UWA 1995Utah Wilderness Association (UWA) proposal (1995){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop UWC 1989Utah Wilderness Coalition (UWC) proposal (1989){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop UWC 1995Utah Wilderness Coalition (UWC) proposal (1995){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop UWC 2008Utah Wilderness Coalition (UWC) proposal (2008){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop Washington CoWashington County wilderness proposal (2006){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
planningWilderness Prop W Desert 1999West Desert wilderness proposal (1999){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalDistrict Combination Areas 2022UGRCCombination of the Utah 2022 district boundaries{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalJudicial DistrictsUnique geographic areas created by the intersection of all of the state-level political districts (2012){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalOfficials LookupOfficials lookup{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalSB 3005 Adjustment AreasSB3005 district boundary adjustment areas (2012){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalUS Congress Districts 2022 To 2032created by Utah LegislatureUS Congress Districts boundaries for 2022 to 2032 {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalUtah House Districts 2022 To 2032created by Utah LegislatureUtah House Districts boundaries 2022 to 2032{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalUtah School Board Districts 2022 To 2032created by Utah LegislatureUtah School Board Districts boundaries 2022 to 2032{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalUtah Senate Districts 2022 To 2032created by Utah LegislatureUtah Senate Districts boundaries 2022 to 2032{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalVista Ballot AreasVISTA precinct ballot area boundaries{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
politicalVista Ballot Areas Archive 2011VISTA precinct ballot area boundaries (2011 archive){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
rasterDEM 10 METER10 Meter digital elevation model
recreationBoat RampsDNRBoat ramp locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
recreationGolf CoursesGolf course locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
recreationParks LocalUGRCLocal park locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
recreationSki Area BoundariesUGRCUtah ski area boundaries{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
recreationSki Area LocationsUtah ski area locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
recreationSki LiftsUGRCUtah ski lifts{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
recreationSki Trails XCUGRCEstablished cross country ski trails within in the State of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
recreationTrailheadsTrailheads and trail access points.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
recreationTrails And PathwaysUGRCPolylines representing Utah's trails and pathways. This layer is used for both recreation and transportion purposes.
recreationUrban TrailsUrban trails
societyBLM Field OfficesBLM field office locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyCemeteriesCemetery locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyCemeteries PolyCemetery locations as polygons{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyCemetery SurveyInventory of private and public cemeteries{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyCorrectional FacilitiesCorrectional facilities{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
societyCourts CityUGRCCity court jurisdiction boundaries{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
societyCourts CountyUGRCCounty court jurisdictions boundaries{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
societyEMS Response AreasUGRCEMS response areas for NG911{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyFire Response AreasUGRCFire response areas for NG911{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyFire StationsFire station locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyForest Service StationsForest service station locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyLaw EnforcementPolice and other law enforcement stations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyLaw Enforcement BoundariesUGRCState law enforcement jurisdiction boundaries.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
societyLiquor StoresLiquor store locations AKA Rick's happy places{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
societyOpen Source PlacesOpenStreetMap and UGRCPoint representation of places of interest in Utah that have been derived from OpenStreetMap (OSM){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyPlaces Of WorshipPlaces of worship{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyPost OfficesPost office locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyPSAP BoundariesPSAP 911 Communication Center boundaries{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyPSAP LocationsPSAP locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyPublic LibrariesUtah State Library DivisionPublic libraries, branches, and bookmobile locations of Utah. Additional information about libraries and the services provided by the Utah State Library Division can be found at library.utah.gov{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyPublic Service Facilities 1989Public service facilities ca. 1989{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societySchools Higher EducationUGRCLocations of public and private colleges and universities, technical colleges, and other higher education institutions.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societySchools Pre Kto 12UGRC/USBEThis dataset contains point locations for preschool and K-12 schools in the state of Utah - updated for the 2019-2020 school year. Higher education and adult vocational training are not included in the dataset. Provided by the Utah State Board of Education.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyShopping MallsShopping malls{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societySHPO CemeteriesUTSHPOCemetery location point data from Utah Division of State History. Search by cemetery name, city, county or by status (active, abandoned, inactive or unknown).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyState Agency DispatchUGRCThis data shows the areas of responsibility for the State Department of Public Communications Centers for dispatching State agencies, such as Highway Patrol, Wildlife Resources, Corrections, Park Ranges etc.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyState Court DistrictsUGRCState court jurisdiction.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
societyState FacilitiesState facilities{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyState Fuel SitesDAS - Fleet OperationsState fuel sites.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyUDOT Map City LocationsUDOT’s map’s cities.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyUDOT Map Interest PointsUDOT’s map’s places of interest.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
societyUDOT Map State ParksUDOT’s map’s state parks locations.
societyUHP DispatchUGRCAreas in which 911 dispatch center dispatches Utah Highway Patrol, and other state agencies.{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
societyUHP Field SectionsUtah Highway Patrol (UHP) Field Sections.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationAADTUDOTAverage Annual Daily Traffic (AADT) on road sections of the State -Highways or Local Federal-Aid roads
transportationAirport LocationsAirport locations{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationAirportsThe Public Use Airports database is a geographic linear database of aircraft landing facilities in the State of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationAirports GNISAirport locations derived from GNIS{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationATR LocationsUDOTUDOT has automatic traffic recorder (ATR) stations located throughout the state. These stations are placed on various -types of highway systems
transportationBarriersUDOTThis dataset contains barriers located along Utah state highways. Descriptive information includes barrier type, height, offset from roadway, post type, and end treatment -types. Location information includes x,y and route & milepost.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationBike LanesUDOTBike Lane locations along state routes. This file indicates -where a bike lane with paint striping is present only{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationCattle Guard InventoryUDOTCattle guard inventory data comes from the Operations -Management System (OMS){% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationCommuter Rail Routes UTAUTAUtah Transit Authority's commuter rail line (FrontRunner) north and south segments.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationCommuter Rail Stations UTAUTALocations of Utah Transit Authority's FrontRunner North and South commuter rail stations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationEPM ProjectsUDOTProject data from ePM (Electronic Project Management). This service contains point, line and polygon layers for UDOT's -roadway projects stored in ePM. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationFacility InventoryUDOTFacilities inventory from the Operations Management System (OMS). Facility types include: brake check areas, road-closed gates, material storage locations, offices, port of entries, rest areas, runaway truck lanes, view areas, and welcome centers.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationHeliportsPublic Use Airports database is a geographic point database of heliport landing facilities in the State of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationIntersectionsUDOTIntersection dataset contains location information of any cross street location to a state route. At state route to state route intersections both routes are identified
transportationIslandsUDOTDataset contains median locations along state routes. Descriptive information includes median type, width, traffic island presence and protection presence. Width value of 999 generally indicates large median greater than 300ft
transportationLanesUDOTThis dataset contains lane counts for Utah state highways. Descriptive information includes lanes by type( Aux, Through, Decel, Accel, Turn, Passing) and count of each type lane. Information also includes location information including x,y and route & milepost.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationLight Rail UTAUTALocation of UTA's light rail system.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationLight Rail Stations UTAUTALocations of UTA's light rail stations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationLRS MilepostsUDOTThis dataset approximates the location of mileposts along state routes in Utah. It was created by deriving a location from a polylineM route feature class that was calibrated at route endpoints and at intermediate points. The goal for positional accuracy with this data set is 50 feet. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationMediansUDOTDataset contains median locations along state routes. Descriptive information includes median type, width, traffic island presence and protection presence. Width value of 999 generally indicates large median greater than 300ft. Location information is generally accurate to within 5ft
transportationMultimodal Network DatasetUGRCESRI street network dataset optimized for multimodal transportation (bike, auto, transit, and pedestrian), used for network analysis such as drive times, routes, service areas, and travel sheds.
transportationOMS Shoulders InventoryUDOTShoulder Inventory from the Operations Management System (OMS). Data quality and collection method are unknown.
transportationPavement MessagesUDOTPavement messages data consists of message location, content and type. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationPavement StripingUDOTThis dataset contains pavement striping located along Utah state highways. Descriptive information includes paint color, pattern, and linear feet. Location information includes x,y and route & milepost.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationPorts Of EntryUDOT Port of Entry locations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationPower PedestalsUDOTPower Pedestal data consists of location only. Location information includes x,y and mile post. Location information is generally accurate to within 5ft.
transportationProject Wise EPMUDOTThese layers provide access to ProjectWise data by Electronic Program Management (ePM) Project.
transportationRailroadsUGRCRailroads data including transit rail{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationRoadsUGRCUtah street centerline data for address location, cartography, routing{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationRoads Freeway ExitsLocation of exit numbers, view areas, and rest areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationRoads Shield LinesHighway route lines edited to best enable non-redundant, dynamic label rendering of highway shields for freeways, US highways, and state highways.
transportationRoads TIGER 2000Extract of selected geographic and cartographic information from the Census MAF/TIGER database.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationRoads TIGER 2009Extract of selected geographic and cartographic information from the Census MAF/TIGER database.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationRumble StripsUDOTThis dataset contains rumble strips located along Utah state highways. Descriptive information includes lane type, pavement type, and paint striping attributes (color, style, width). Location information includes x,y and route & milepost. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationShouldersUDOTThis dataset contains information about shoulder location and type. Descriptive information includes location; x&y, route and mile post, location (center,left,right). Also includes width and edge type. The width has been rounded to the nearest whole foot for end use purposes. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationSignal CabinetsUDOTThis dataset contains signal cabinets located along Utah state highways. Location information includes x,y and route & milepost. Elevation in meters is included.
transportationSignal PolesUDOTThis dataset contains signal poles located along Utah state highways. Descriptive information includes mast arm type, signal type count, and the associated intersection's unique ID. Also included is location information including x,y and route & milepost.
transportationSign AssembliesUDOTThis dataset contains sign assemblies located along Utah state highways. Descriptive information includes support type, offset, and sign count. Also included is location information including x,y and route & milepost.
transportationSign FaceUDOTSign face data includes the standard MUTCD or UDOT sign designation color and description, sign condition (good, fair, poor), and sign orientation (north, southwest, etc.). {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationSMS Safety IndexUDOTThe Safety Index offers a statewide comparison of UDOT roadways, taking into account the different traffic patterns and volumes experienced in urban and rural areas. The Safety Index is a combination of four, equally weighted safety analysis sub-scores. The Safety Index is reported on a 0 to 10 scale, with 10 representing the worst conditions{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationSMS Severe Crashes Per MileUDOTThe Severe Crashes per Mile Score indicates which road segments have the highest number of total severe crashes per mile per year (2011-2013). Severe crashes are crashes that result in a fatality or an incapacitating injury. Severe Crashes per Mile Scores are reported on a 0 to 5 scale with 5 representing the road segments with the most severe crashes per mile per year (weighted by roadway center line miles). {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationState Boundary Snap PointsUGRCPoint locations where a road crosses the Utah state boundary.
transportationStation Information BoundaryUDOTThe station location and station boundary
transportationStreet Network DatasetUGRCESRI street network dataset used for network analysis such as drive times, routes, and service areas
transportationSurface Area MilesUDOTThis map service contains pavement surface areas for 2012 and 2014. The data covers all state roads in Utah and is segmented into tenth-mile sections.
transportationUDOT Map Scenic BywaysUtah Scenic Byways on the UDOT County Maps, scale 1:126720{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationUDOT Routes ALRSUDOTGIS representation of the UDOT Advanced Linear Refernece System.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationUDOT Mile Reference PostsUDOTThe Mile Reference Posts dataset contains the location of milepost signs as they are located along the roads.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationUTA Routes And RidershipUTABus, Trax, and Frontrunner routes along the Wasatch Front{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationUTA Stops And RidershipUTABus, Trax, and Frontrunner stops / boarding locations along the Wasatch Front{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
transportationWallsUDOTWalls dataset is an inventory of walls visible from "dashboard" level of vehicle on state route inventory. Walls below structure for example would not be included this dataset, unless another state route was being spanned by structure. Descriptive information includes location, type, side of road and average height from ground. Location information includes x,y and milepost and is generally accurate to within 5ft{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
utilitiesBroadband CA InstitutionsUtah community anchor institution broadband capabilities
utilitiesBroadband Census Blocks HistoricHistoric Utah broadband coverage (by census blocks) availability with transmission technology and maximum advertised speeds.
utilitiesBroadband Road Buffers HistoricHistoric Utah broadband coverage availability with transmission technology and maximum advertised speeds.
utilitiesBroadband ServiceUGRCBroadband service depicts broadband coverage over any transmission technology, including fixed and mobile services. Fixed service is typically used as a home internet connection over DSL, other copper, cable, and fiber technologies.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
utilitiesBroadband Service HistoricUGRCHistoric broadband coverage data in post NTIA grant data schema.
utilitiesBroadband Wireless HistoricHistoric Utah wireless broadband coverage availability with transmission technology and maximum advertised speeds.
utilitiesElectrical LinesElectrical generation and distribution facilities for portions of Utah Counties.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
utilitiesElectrical ServiceElectric Service provider areas throughout Utah. Data sources include the Utah Division of Public Utilities (UDPU) and Rocky Mountain Power.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
utilitiesNatural Gas Service ApproxApproximate and potential natural gas service areas.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
utilitiesRetail Culinary Water Service AreasWater ResourcesRetail culinary water suppliers service area boundaries for the State of Utah. These include public community, public non-community (transient), self-supplied industry (non-transient), and non-public water suppliers. {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
utilitiesRural Telcom Exchange BoundariesExchange boundaries run by rural telecom providers in Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
utilitiesTelecom BoundariesURTA / FCCService territories of rural telephone providers and local urban exchange carriers in Utah{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
utilitiesTransmission LinesElectrical generation and distribution facilities in Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterAdjudication AreasWater RightsAdjudication Areas is a polygon feature class that represents General Water Rights Adjudications. The water rights adjudication process helps to bring order and certainty to the water rights record throughout the state by defining existing rights, quantifying unknown rights, and removing unused and abandoned rights from the record through judicial decree.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterCanalsWater RightsIn 2014 the Utah Legislature passed House Bill 370 directing the Division of Water Rights to create and maintain an inventory of all canals. Staff from the Division are currently digitizing and updating the canals feature class{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterDam Cross SectionsWater RightsPolygons and polylines showing plan view of the worst case inundation flood zones predicted from hypothetical catastrophic breaching of upstream high hazard dams.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterDam InundationWater RightsPolygons and polylines showing plan view of the worst case inundation flood zones predicted from hypothetical catastrophic breaching of upstream high hazard dams.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterDDW Irrigated Crop Consumptive Use ZonesIrrigated crop consumptive use zones for calculating drinking water source sizing.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterDutyWater RightsDuty represents a quantity of water, determined by the State Engineer, required to satisfy the irrigation water requirements in a given area; based on the irrigation requirements of alfalfa{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterFloodplainsFEMAThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterFloodplains OLD 2017FEMANOTE: This dataset is an older dataset that we have removed from the SGID and 'shelved' in ArcGIS Online. There may (or may not) be a newer vintage of this dataset in the SGID. The FIRM is the basis for floodplain management, mitigation, and insurance activities for the National Flood Insurance Program (NFIP). Insurance applications include enforcement of the mandatory purchase requirement of the Flood Disaster Protection Act, which "... requires the purchase of flood insurance by property owners who are being assisted by Federal programs or by Federally supervised, regulated or insured agencies or institutions in the acquisition or improvement of land facilities located or to be located in identified areas having special flood hazards," Section 2 (b) (4) of the Flood Disaster Protection Act of 1973. In addition to the identification of Special Flood Hazard Areas (SFHAs), the risk zones shown on the FIRMs are the basis for the establishment of premium rates for flood coverage offered through the NFIP.The DFIRM Database presents the flood risk information depicted on the FIRM in a digital format suitable for use in electronic mapping applications. The DFIRM database is a subset of the Digital FIS database that serves to archive the information collected during the FIS.Last Update: April, 2014{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterGSL FloodingFlood Plain Management Services Study(FPMS) areas, 100-Year Flood for the Great Salt Lake.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterGSL ShorelineGeographic extent of the Great Salt Lake shoreline varying water levels.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterGSL Shoreline FloodingFlood Plain Management Services Study(FPMS) areas, 100-Year Flood for the Great Salt Lake.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterGSL Water Level 2016UGRCThe Great Salt Lake water level and shoreline from the 2016 LiDAR collection project.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterHistoric Lake BonnevilleGeographic extent of the Lake Bonneville shoreline.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterHUCSubset of the complete digital hydrologic unit boundary layer to the Subwatershed (12-digit) 6th level for the State of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterInspected DamsWater RightsPoint feature class representing dam locations in the State of Utah from the Dam Safety Regulatory Database at the Utah Division of Water Rights. Many of the original positions were scaled as latitude/longitude values from 1:24000 USGS Quadrangle series maps. They were later converted to UTM locations. Locations for recent additions to the database are either scaled from USGS Quadrangle maps, collected from GPS observations or converted from Public Land Survey descriptions to UTM coordinates. Non-standard attributes are located at this URL: https://waterrights.utah.gov/gisinfo/wrdams.htm{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterIrrigation Company Service AreasWater ResourcesThis feature service is a multi-polygon representation of irrigation company service areas in the state of Utah and the Bear River basin.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterLakesWater bodies in Utah produced from DLGs and CFFs.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterLakes NHD High ResLakes derived from the National Hydrologic Dataset (NHD).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterNHD High Res Points AllPoint events derived from the National Hydrologic Dataset (NHD).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterParagonah BFEThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterParagonah Flood ZonesThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterParagonah StructuresThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterPoints Of DiversionWater RightsThe Division of Water Rights maintains a Hosted Feature Layer of all the points of diversion in the state. The data is generated daily from basic information in their tabular database. For more information on this dataset visit https://waterrights.utah.gov/gisinfo/wrpod.htm.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterRiparian AreasUSFWSRiparian areas as defined by USFWS.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterSecondary Water SystemsWater ResourcesThis dataset attempts to represent the secondary water suppliers service area boundaries for the State of Utah. These are non-potable water suppliers for mostly lawn and garden use.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterSprings NHD High ResSprings derived from the National Hydrologic Dataset (NHD).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterStatewide FIRM PanelsThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterStationsWater monitoring stations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterStations BioWater monitoring stations.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterStream Alteraltion ApplicationsWater RightsThese are points showing stream alteration applications. The shapefile is generated daily from basic information in the tabular database{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterStream Gauges NHDStream gauges derived from the National Hydrologic Dataset (NHD).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterStreamsWater courses in Utah produced from DLGs and CFFs.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterStreams NHD High ResStreams derived from the National Hydrologic Dataset (NHD).{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterSummit Co BFEThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterSummit Co Flood ZonesThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterSummit Co StructuresThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterUtah Major LakesMajor lakes of Utah with names and unique reach identifiers that could be related with the NHD.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterUtah Major Rivers PolyMajor rivers wider than 10 feet in Utah with names and unique identifies that could be related to the NHD.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterWatersheds AreaDigital hydrologic unit boundary layer to the Subwatershed (12-digit) 6th level for the State of Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterWeber Co Flood ZonesThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterWeber Co StructuresThe Digital Flood Insurance Rate Map (DFIRM) Database depicts flood risk information and supporting data used to develop the risk data.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterWetlandsUSFWSWetland areas as defined by USFWS.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
waterWetlands Mapping ProjectsUSFWSStatus, extent, and approximate location of current and historic wetlands mapping projects.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
Watershed Restoration Initiative Treatment AreasDiv of Wildlife ResourcesTerrestrial and aquatic/riparian treatment areas associated with Utah Watershed Restoration Initiative projects that are proposed, currently active, pending complete (done, but missing completion data), and completed.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}{% include fa_icon.html globe=true class="svg-inline--fa fa-w-16 fa-fw" %}
Drinking Water Protection Zones Surface WaterDEQ Drinking WaterDrinking water source protection zones for surface water sources used by Public Water Systems in Utah. These data represent the Drinking Water Source Protection (DWSP) zones for surface water sources operated by Public Water Systems (PWS) in Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
Drinking Water Protection Zones Source WaterDEQ Drinking WaterSource water assessment zones for "existing ground-water sources" of drinking water which are used by Public (transient) non-community Water Systems in Utah.The source water assessment zones (TransientNCZones) have been developed by the Utah Division of Drinking Water for "existing groundwater" sources (as defined by the UAC R309-600 Rule) for transient non-community systems.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
Drinking Water Protection Zones GroundwaterDEQ Drinking WaterDrinking Water Source Protection (DWSP) zones for groundwater sources operated by Public Water Systems in Utah. These data represent Drinking Water Source Protection (DWSP) zones for groundwater sources operated by Public Water Systems (PWS) in Utah.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
demographicUrban Areas Census 2020US Census BureauUrban areas identified from the 2020 Census{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
Mile Point Measures Tenth Of A MileUDOTThis service contains UDOT mile point measures and tenth mile point measures created from UDOT's ALRS. The data is scale dependent and is only visible at specific scales. Data in this service only appears along state routes. This information has a weekly refresh. Click on the point for link to RoadViewer Explorer and Streetview.{% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %}
-
- diff --git a/data/society/blm-field-offices-forest-service-stations/index.html b/data/society/blm-field-offices-forest-service-stations/index.html deleted file mode 100644 index e753c10ecf..0000000000 --- a/data/society/blm-field-offices-forest-service-stations/index.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - blm - - bureau of land management - - data - - forest service - - usfs -categories: [] -date: 2012-06-15 13:13:43 -0600 -BLMFieldOffices: - hub: - name: Utah BLM Field Offices - item_id: 1922b4277590438fae726e2b97c14dda - updates: - - June 2013 - - August 2011 -ForestServiceStations: - hub: - name: Utah Forest Service Stations - item_id: ea7bd97ff90f40d0b0e0acb2e03271f3 - updates: - - June 2013 - - August 2011 ---- -
- BLM Field Stations -
Forest Service Stations
-
-{% include abstract.html -name="BLM Field Offices & Forest Service Stations" -stewards="UGRC & BLM" -abstract="This data package contains the locations of federal offices on BLM land and Forest Service land. The data -package contains two datasets, one for the BLM and one for the Forest Service." %} -
-
-

BLM Field Offices

-
-
- Field Stations -

Society.BLMFieldOffices contains locations for the Utah BLM State Office, 11 BLM Field Offices, 5 BLM Visitor - Centers and 1 BLM Field Station.

-

The cities each office is located in are

-
    -
  • Escalante Interagency Office/Visitor Center-Escalante, Utah -
  • GSENM Field Office-Kanab, Utah -
  • Kanab Field Office-Kanab, Utah -
  • Cedar City Field Office-Cedar City, Utah -
  • St. George Field Office-St. George, Utah -
  • Kanab Visitor Center-Kanab, Utah -
  • Cannonville Visitor Center-Cannonville, Utah -
  • Utah State Office-Salt Lake City, Utah -
  • Price Field Office-Price, Utah Moab Field Office-Moab, Utah -
  • Monticello Field Office-Monticello, Utah -
  • Salt Lake Field Office-West Valley City, Utah -
  • Vernal Field Office-Vernal, Utah -
  • Fillmore Field Office-Fillmore, Utah -
  • Henry Mtn. Field Station-Hanksville, Utah -
  • GSC-E Nat'l. Mon. Anasazi State Park GSC-E Nat'l. Mon. Big Water Visitor Center-Boulder, Utah -
  • Richfield Field Office-Richfield, Utah -
-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="BLMFieldOffices" - info=page.BLMFieldOffices %} -
-
-
-

Forest Service Stations

-
-
- Forest Service Stations -

Society.ForestServiceStations contains locations of forest facilities such as forest ranger stations and forest - offices.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="ForestServiceStations" - info=page.ForestServiceStations %} -
diff --git a/data/society/cemeteries/index.html b/data/society/cemeteries/index.html deleted file mode 100644 index 56cfec43f6..0000000000 --- a/data/society/cemeteries/index.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - burial - - cemetery - - grave - - history -categories: [] -date: 2012-06-18 10:56:49 -0600 -Cemeteries: - hub: - name: Utah Cemeteries - item_id: f54d1c00020940ec95a729b39518e020 - updates: - - '2011' ---- -
- cemeteries in utah -
Locations of Cemeteries in Utah
-
-{% include abstract.html name="Cemeteries" -abstract="Society.Cemeteries contains over 400 cemeteries and their locations in Utah." -%} -
-
-

Cemeteries

-
-
-

The main source of this dataset is the Utah State History - Research Centers Cemetery and Burial Database. Some of the cemeteries in this database are inactive, and may - be in poor condition. Cemetery information contains year of first burial, number of burials, contact and owner - information, and directions.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="Cemeteries" - info=page.Cemeteries - %} -
diff --git a/data/society/index.html b/data/society/index.html deleted file mode 100644 index d9fd9636a1..0000000000 --- a/data/society/index.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: Society Overview -author: - display_name: JP - email: ugrc@utah.gov -tags: - - alcohol - - buildings - - cemeteries - - data - - facilities - - facility - - field office - - field station - - forest - - forest stations - - libraries - - liquor stores - - overview - - point - - public safety - - ranger station - - schools - - society - - state facilities - - visitor centers - - worship - - places -categories: [] -date: 2012-04-30 16:36:48 -0600 ---- -{% include table_overview.html name="Society" %} - - - BLM Field Offices & - Forest Service Stations - map data - UGRC & BLM - BLM Field Offices: Utah BLM State Office, Field Offices, Visitor Centers and Field Stations. Forest Stations: - Ranger Stations and Forest Offices. - - - Cemeteries - map data - Utah State History - Cemetery locations in Utah. - - - Fire Stations - map data - UGRC - Fire station locations in Utah. - - - Liquor Stores - map data - UGRC & DABC - Locations of liquor stores and package agencies controlled by the Department of Alcoholic Beverage Control - (DABC) of Utah. Locations and information were collected from the DABC's website. - - - Open Source Places - map data - OpenStreetMap Contributers & UGRC - Locations of places and points of interest in Utah that have been derived from OpenStreetMap (OSM) data. - - - Places of Worship - map data - UGRC - Locations of Places of Worship in Utah. A "Places of Worship" is composed of any type of building or portion of - a building that is used, constructed, designed, or adapted to be used as a place for religious and spiritual - activities. These facilities include chapels, churches, mosques, shrines, synagogues, temples, etc. - - - Post Offices - map data - UGRC - Locations of Utah Post Offices according to an address list from the Salt Lake City USPS District Office. - - - Public Safety - map data - UGRC - Four groups of Public Safety data related to corrections, fire, law enforcement, and dispatch activities. - - - Schools & Libraries - map data - UGRC - Locations and information for schools and libraries in Utah. - - - State Facilities - map data - UGRC - Locations of facilities in Utah that are controlled by the state or by entities of the State of Utah. - - - State Fuel Sites - map data - UGRC - This dataset contains fuel sites for the State Of Utah and contains the site name and number, address, number of - fuel tanks and type, facility type, status and more. - - - UDOT State Map - Features - GIS Data Layer - UDOT - UDOT's map's places of interest. - - - -

Related Data

- diff --git a/data/society/liquor-stores/index.html b/data/society/liquor-stores/index.html deleted file mode 100644 index f2ab2607c6..0000000000 --- a/data/society/liquor-stores/index.html +++ /dev/null @@ -1,48 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - alcohol - - data - - liquor - - utah department of alcoholic beverage services - - wine -categories: [] -date: 2012-06-19 12:39:39 -0600 -LiquorStores: - hub: - name: Utah Liquor Stores - item_id: 61b7f10c194b4ec69d02e169db1da09a - updates: - - 8/7/2023 - - 3/15/2017 ---- -
- Liquor stores -
Liquor Stores and Package Agencies in Utah
-
-{% include abstract.html -name="Liquor Stores" -stewards="UGRC & DABS" -webapp="https://abs.utah.gov/about-dabs/find-a-store/" -abstract="Society.LiquorStores contains information and locations for liquor stores and package agencies controlled by -the Department of Alcoholic Beverage Services of Utah." %} -
-
-

Liquor Stores

-
-
-

LiquorStores contains information and locations for liquor stores and package agencies controlled by the - Department of Alcoholic Beverage Services of Utah. The source of this dataset is the Utah Department of Alcoholic - Beverage Service's online map.

-
Related Resources
- -
- {% include packagedata.html - name="LiquorStores" - info=page.LiquorStores - %} -
diff --git a/data/society/open-source-places/index.html b/data/society/open-source-places/index.html deleted file mode 100644 index 190e5ac280..0000000000 --- a/data/society/open-source-places/index.html +++ /dev/null @@ -1,128 +0,0 @@ ---- -author: - display_name: Erik Neemann - email: ugrc@utah.gov -tags: - - openstreetmap - - osm - - places - - points of interest - - businesses - - restaurants -categories: [] -date: 2022-03-08 09:00:00 -0600 -update_date: 2022-03-09 09:00:00 -0600 -OpenSourcePlaces: - hub: - name: Utah Open Source Places - item_id: 45e25f4062264dc1baa3765e3dbb5d8e - updates: - - December 27, 2023 - routine update (818 features added) - - June 7, 2023 - routine update (188 features added) - - May 24, 2023 - routine update (159 features added) - - May 9, 2023 - routine update (9 features added) - - April 26, 2023 - routine update (21 features added) - - April 12, 2023 - routine update (173 features added) - - March 29, 2023 - routine update (32 features added) - - March 14, 2023 - routine update (13 features added) - - March 1, 2023 - routine update (168 features added) - - February 15, 2023 - routine update (146 features added) - ---- -
- Open Source Places in Utah -
Open Source Places in Utah
-
-{% include abstract.html -name="Open Source Places" -type="GIS Data Layer" -stewards="OpenStreetMap Contributors and UGRC" -abstract="Utah Open Source Places contains a point representation of places of interest in Utah that have been derived from OpenStreetMap (OSM)." -%} -
-
-

Open Source Places

-
-
-

This point data was generated and filtered from OpenStreetMap (OSM) and is intended to represent places of interest in - the state of Utah. Per the OSM Wiki: "the [OSM] project…creates - and distributes free geographic data for the world…because most maps you think of as free actually have legal or - technical restrictions on their use, holding back people from using them in creative, productive, or unexpected ways." - These data may include businesses, restaurants, places of worship, airports, parks, schools, event centers, apartment complexes, hotels, car - dealerships…almost anything that you can find in OSM. There are over 23,000 features in the original dataset - (March 2022) and users can directly contribute to it through openstreetmap.org. - The data is updated approximately once every month and will likely continue to grow over time with additional user input and activity. -

-

UGRC's creation of the Utah Open Source Places dataset does not imply endorsement by, or affiliation with, the OpenStreetMap Foundation

-

Data Creation Process

-

The Open Source Places layer is created by a Python script that pulls statewide OSM data from a nightly archive provided by - Geofabrik. The archive data contains nearly 20 shapefiles, some that - are relevant to this dataset and some that aren't. The Open Source Places layer is built by filtering the polygon and point - data in those shapefiles down to a single point feature class with specific categories and attributes that UGRC - determines would be of widest interest. The polygon features (buildings, areas, complexes, etc.) are converted to - points using an internal centroid. Spatial filtering is done as the data from multiple shapefiles is combined - into a single layer to minimize the occurrence of duplicate features. (For example, a restaurant can be represented - in OSM as both a point of interest and as a building polygon. The spatial filtering helps reduce the chances that - both of these features are present in the final dataset.) Additional de-duplication is performed by using the - 'block_id' field as a spatial index, to ensure that no two features of the same name exist within a census block. - Then, additional fields are created and assigned from UGRC's SGID data (county, city, zip, nearby address, etc.) - via point-in-polygon and near analyses. A numeric check is done on the 'name' field to remove features where the name is - less than 3 characters long or more than 50% numeric characters. This eliminates several features derived from - the buildings layer where the 'name' is simply an apartment complex building number (ex: 3A) or house number - (ex: 1612). Finally, additional attributes (osm_addr, open_hours, phone, website, cuisine, etc.) are pulled - from the Overpass API and joined to the filtered data using - the 'osm_id' field as the join key. -

-

Field Descriptions

-
    -
  • osm_id - the feature ID in the OSM database -
  • name - the name of the feature in the OSM database -
  • category - the feature's data class based on the 4-digit code and tags in the OSM database -
  • county - the county the feature is located in (assigned from UGRC's county boundaries) -
  • city - the city the feature is located in (assigned from UGRC's municipal boundaries) -
  • zip - the zip code of the feature (assigned from UGRC's approximation of zip code boundaries) -
  • block_id - the census block the feature is located in (assigned from UGRC's census block boundaries) -
  • osm_addr - the feature's address in the OSM database, if available -
  • ugrc_addr - the nearest address (within 25 m) from the UGRC address point database -
  • addr_dist - the distance (m) to the nearest UGRC address point within 25 m -
  • disclaimer - a note from UGRC about the ugrc_addr field -
  • lon - the approximate longitude of the feature, calculated in WGS84 [EPSG:4326] (for the most precision, it is recommended that the feature's geometry is used instead of this field) -
  • lat - the approximate latitude of the feature, calculated in WGS84 [EPSG:4326] (for the most precision, it is recommended that the feature's geometry is used instead of this field) -
  • amenity - the amenity available at the feature (if applicable), often similar to the category -
  • cuisine - the type of food available (if applicable), multiple types are separated by semicolons (;) -
  • tourism - the type of tourist location, if applicable (zoo, viewpoint, hotel, attraction, etc.) -
  • shop - the type of shop, if applicable -
  • website - the feature's website in the OSM database, if available -
  • phone - the feature's phone number(s) in the OSM database, if available -
  • open_hours - the feature's operating hours in the OSM database, if available -
-

Data Sources

- -

Data License and Copyright

-

The Open Source Places data carries a different license than most UGRC data. -

-

OpenStreetMap® is open data, licensed under the Open Data Commons Open Database License (ODbL) by the OpenStreetMap Foundation (OSMF). -

-

You are free to copy, distribute, transmit and adapt our data, as long as you credit OpenStreetMap and its contributors. If you alter or build upon our data, you may distribute the result only under the same license. The full legal code explains your rights and responsibilities. -

-

© OpenStreetMap contributors -

-

For more information, visit openstreetmap.org/copyright, openstreetmap.org, and opendatacommons.org. -

-

{% include contact.html subject=page.title contact=site.data.contacts.os_places %}

-
- {% include packagedata.html - name="OpenSourcePlaces" - info=page.OpenSourcePlaces - %} -
diff --git a/data/society/places-of-worship/index.html b/data/society/places-of-worship/index.html deleted file mode 100644 index 1473804dfd..0000000000 --- a/data/society/places-of-worship/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - religion - - society -categories: [] -date: 2012-06-21 16:51:38 -0600 -Worship: - downloads: - - url: https://utah.maps.arcgis.com/home/item.html?id=6c04168379d24199a41c7492a1f5da2d - label: Places of Worship - updates: - - 2011 ---- -
- Places of worship -
Places of Worship in Utah
-
-{% include abstract.html name="Places of Worship" -stewards="UGRC" -abstract="Society.PlacesOfWorship contains locations for places of worship in Utah. " %} -
-
-

Places of Worship

-
-
-

The definition of a place of worship is any type of building or portion of a building that is used, constructed, - designed, or adapted to be used as a place for religious and spiritual activities. This does not include religious - schools or community centers, unless they meet the definition as a place of worship. Examples of facilities in - this dataset are chapels, churches, convents, mosques, shrines, synagogues, and temples. The sources of this - dataset are the Large Protestant Churches, Mosques, Jewish Synagogues, and Roman Catholic Churches in Large Cities - dataset and additional UGRC research.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Worship" - info=page.Worship %} -
diff --git a/data/society/public-safety/index.html b/data/society/public-safety/index.html deleted file mode 100644 index 55b9433547..0000000000 --- a/data/society/public-safety/index.html +++ /dev/null @@ -1,275 +0,0 @@ ---- -author: - display_name: JP - email: agrc@utah.gov -tags: - - dispatch - - fire - - law enforcement - - society -date: 2012-06-19 11:06:38 -0600 -categories: [] -CorrectionalFacilities: - hub: - name: Utah Correctional Facilities - item_id: 1d643eaf1a4c4868a765b199f8ff8085 - updates: - - January 2023 - added new Utah State Correctional Facility in Salt Lake City - - June 2013 - - August 2011 -FireStations: - hub: - name: Utah Fire Stations - item_id: 3d55a3a011fe4028933754a81537d72f - updates: - - January 4, 2023 - Updated location of a fire station in Murray - - September 22, 2022 - Added a fire station in Lindon - - March 24, 2022 - Several updates in Salt Lake, Utah, Sevier, and Washington counties - - October 2020 - Updates to Weber County fire stations - - June 2013 - - August 2011 -FireResponseAreas: - hub: - name: Utah Fire Response Areas - item_id: ee6b0673a1bb4e9c8a5e983dedb67e8e - updates: - - January 22, 2024 - Flaming Gorge annexation (now includes Manila) - - August 8, 2023 - Iron county updates - - June 2, 2023 - Washington county updates - - March 31, 2023 - Washington and Iron county updates - - November 4, 2022 - Washington county updates (Santa Clara-Ivins and St George City Fire) - - July 21, 2022 - Update for Rocky Ridge Fire - - July 5, 2022 - Update for New Harmony Fire - - June 22, 2022 - Initial version of data -EMSResponseAreas: - hub: - name: Utah EMS Response Areas - item_id: 2c242ea8b8df44f5adec02ee73cdeb16 - updates: - - August 4, 2023 - Iron County updates - - June 22, 2022 - Initial version of data -LawEnforcement: - hub: - name: Utah Law Enforcement - alias: Utah Law Enforcement Facilities - item_id: 5a99475d434941359462307ede77d980 - updates: - - June 2013 - - August 2011 -LawEnforcementBoundaries: - hub: - name: Utah Law Enforcement Boundaries - item_id: 2e29c65cc23c48bd88b619a3ea218626 - updates: - - January 16, 2024 - Updates based on recent municipal annexations - - October 11, 2023 - Updates based on recent municipal annexations - - August 8, 2023 - Updates based on recent municipal annexations - - June 5, 2023 - Updates based on recent municipal annexations - - March 31, 2023 - Updates based on recent municipal annexations - - November 4, 2022 - Updates based on recent municipal annexations - - August 24, 2022 - Updates based on recent municipal annexations - - February 16, 2022 - Updates based on recent municipal annexations - - December 13, 2021 - Updates based on recent municipal annexations - - November 9, 2021 - Updates based on recent municipal annexations -PSAPLocations: - hub: - name: Utah Public Safety Answering Point Locations - item_id: 6c102c8fc5af413187db0910053d5ed8 - updates: - - June 28, 2021 - Updated PSAP phone numbers - - March 11, 2021 - Updates for initial NG911 submission; matched names to PSAP Boundaries layer - - January 28, 2020 - Updated name of Central Utah 911 - - December 10, 2018 - - November 25, 2013 -PSAPBoundaries: - hub: - name: Utah Public Safety Answering Point Boundaries - item_id: 34f4c65991ce4d4299d3957efa35bf41 - updates: - - January 16, 2024 - Updates based on recent municipal annexations - - November 28, 2023 - Layton PD and Clearfield PD consolidation - - August 8, 2023 - Updates based on recent municipal annexations - - June 5, 2023 - Updates based on recent municipal annexations - - March 31, 2023 - Orem/Provo consolidation into Metro Emergency Communications, San Juan consolidated into Price Communications Center - - November 4, 2022 - Added a Kane County Sheriff's Office PSAP polygon in northern AZ -StateAgencyDispatch: - hub: - name: Utah State Agency Dispatch - item_id: dc84c0dfd07648718114f683c933ea93 - updates: - - October 2013 ---- -
- Public Safety -
Locations of Law Enforcement Facilities in Utah
-
-{% include abstract.html -name="Public Safety" -type="GIS Data Layer" -stewards="UGRC" -abstract="This section has four groups of data relating to public safety in Utah. Public safety facilities and -boundaries (where appropriate) are included for correctional, fire, law enforcement, and dispatch activities." %} -
-
-

Correctional Facilities

-
-
- Locations of Law Enforcement Facilities in Utah -

Correctional Facilities contains locations for jails and prisons in Utah. A jail or prison defined by the - Department of Justice consists of any facility or location where individuals are regularly and lawfully detained - against their will. This includes Federal and State prisons, local jails, and juvenile detention facilities, as - well as law enforcement temporary holding facilities. Locations which function primarily as law enforcement - offices are included in this dataset if they have holding cells.

-

There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="CorrectionalFacilities" - info=page.CorrectionalFacilities - %} -
-
-
-

Fire Stations

-
-
- Fire station icon -

Fire Stations includes any location where fire fighters are stationed or based out of, or where fire fighting - equipment is stored. This definition includes fire stations that are both private and public entities, and fire - stations that primarily fight forest or grassland fires. Fire fighting training academies are also included.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="FireStations" - info=page.FireStations - %} -
-
-
-

Fire Response Areas

-
-
- Fire Response Areas -

Fire Response Areas in Utah represent the primary agency, typically a local fire department, that will respond to - fire-related emergencies at a given location. The dataset was created to provide response recommendations for the - Next-Generation 911 system and was compiled from a variety of data sources. The response areas represent career - and volunteer fire departments at a variety of levels including local, municipal, county, state, and federal - agencies, as well as a few private or industrial organizations. The dataset was built from computer-aided dispatch - (CAD) data within the state, tax entities, municipal boundaries, county boundaries, land ownership, inputs from Utah - Forestry, Fire, and State Lands (FFSL), and other datasets.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="FireResponseAreas" - info=page.FireResponseAreas - %} -
-
-
-

EMS Response Areas

-
-
- EMS Response Areas -

EMS Response Areas in Utah represent the primary agency that will respond to medical emergencies at a given location. - The dataset was created to provide response recommendations for the Next-Generation 911 system and was compiled from a - variety of data sources. The response areas represent a variety of service levels (paramedic, advanced EMT, with or without - transport capability, etc.), but generally include 911 scene response. The data was compiled using written descriptions - from the licensing database of the Bureau of Emergency Medical Services and Preparedness (BEMSP), - which is part of the Utah Department of Health and Human Services' (DHHS). In some instances, the BEMSP data was incomplete - or the written descriptions were inaccurate, contradictory, ambiguous, or failed to close. To make the data more complete, - computer-aided dispatch (CAD) data from within the state was used to resolve conflicts, fill in gaps, and improve completeness.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="EMSResponseAreas" - info=page.EMSResponseAreas - %} -
-
-
-

Law Enforcement Facilities

-
-
- Police station icon -

Law Enforcement Facilities contains locations in Utah where sworn officers of a law enforcement agency are - regularly based or stationed. Law enforcement facilities are at least partially publicly funded. This law - enforcement dataset includes federal, state, local and special jurisdiction facilities. Examples of law - enforcement facilities included are municipal police, county sheriffs, state police, school police, park police, - railroad police, and federal police.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="LawEnforcement" - info=page.LawEnforcement - %} -
-
-
-

Law Enforcement Boundaries

-
-
- Law Boundary icon -

Law Enforcement Boundaries contains jurisdictional boundaries for law enforcement agencies in Utah. Law - enforcement boundaries indicate which law enforcement agency has the primary responsibility in a specific area. - These boundaries are also used in the Next-Generation 911 system for recommending which agency should respond to a - specific location.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="LawEnforcementBoundaries" - info=page.LawEnforcementBoundaries - %} -
-
-
-

PSAP Locations

-
-
- PSAP icon -

PSAP Locations represents the primary Public Safety Answering Point (PSAP) locations in Utah. The Salt Lake - County Sheriff Office PSAP is secondary. The original dataset was created in December 2004 by geocoding the PSAP addresses - provided by the E911 Executive Committee.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="PSAPLocations" - info=page.PSAPLocations - %} -
-
-
-

PSAP Boundaries

-
-
- PSAP Icon -

PSAP Boundaries represents Public Safety Answering Point (PSAP) boundaries in Utah that will be used for - call-routing in the Next-Generation 911 system. PSAP jurisdictions related to county and municipal boundaries - are based on the boundaries that were current on the date the data were last updated. The data also includes - jurisdictional boundary representations of the Navajo Nation Tribal Lands, Hill Air Force Base, and Colorado City.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="PSAPBoundaries" - info=page.PSAPBoundaries %} -
-
-
-

State Agency Dispatch

-
-
- Dispatch Icon -

State Agency Dispatch represents State of Utah dispatch center boundaries.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html - name="StateAgencyDispatch" - info=page.StateAgencyDispatch - %} -
diff --git a/data/society/schools-libraries/index.html b/data/society/schools-libraries/index.html deleted file mode 100644 index 33a3c5fbc4..0000000000 --- a/data/society/schools-libraries/index.html +++ /dev/null @@ -1,171 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - bookmobile - - data - - education - - libraries - - schools -categories: [] -date: 2012-06-13 14:52:45 -0600 -SchoolsPreKto12: - hub: - name: Utah Schools PreK to 12 - item_id: 333206ff129346e3b8660e8f6f48540e - updates: - - June 2023 - Updated Granger High location - - August 2020 -SchoolsHigherEducation: - hub: - name: Utah Schools Higher Education - item_id: 731644a217f445e5a638f9a84a7ada93 - updates: - - September 2020 -Libraries: - hub: - name: Utah Public Libraries - item_id: f6cf0c8ef65344b6a6e5ebeaa108f549 - updates: - - January 2021 ---- -
- Schools and Library -
High Schools in Salt Lake County
-
-{% include abstract.html -name="Schools & Libraries" -stewards="UGRC" -abstract="This data package contains a statewide schools dataset and a statewide libraries dataset." %} -
-
-

Schools (Preschool and kindergarten through 12)

-
-
- SchoolsPreKto12 -

This dataset contains point locations for preschool and K-12 schools in the state of Utah - updated for the - 2019-2020 school year. Higher education and adult vocational training are not included in the dataset.

-

The schools_prek_to_12 dataset was built in collaboration with Wasatch - Front Regional Council (WFRC), the Utah State Board of Education - (USBE), and the Utah Geospatial Resource Center (UGRC). The dataset - includes public and private K-12 school locations with enrollment and demographics info by grade for public - schools (charter and traditional) reported to the USBE. While some preschools are included, this is not a - comprehensive statewide dataset for preschools.

-

Schools marked as 'closed' have not been included in this data. More information regarding schools in Utah can be - found on the Utah State Board of Education website.

-

The Schools_PreKto12 will be updated annually in conjunction with USBE’s annual report cycle.

-
Methodology
- -
    -
  • Geographic Data
  • -
  • Point locations (geometry) were generated from USBE's school list using the UGRC Geocoding Web API which utilizes address point and - street centerline reference data. These were then compared to the previous 2016-2017 school layer’s locations - with the best position chosen. Unmatched addresses were hand placed with assistance from publicly available, - commercial mapping and search web apps.
  • -
-
Fields Worth Noting
-
    -
  • SchoolType -
      -
    • Residential Treatment
    • -
    • Adult High
    • -
    • Vocational
    • -
    • Special Education
    • -
    • Regular Education
    • -
    • YIC - Youth-In-Custody
    • -
    • Alternative
    • -
    -
  • -
  • SchoolLevel -
      -
    • MID - Junior / Middle School
    • -
    • HIGH - High School
    • -
    • K12 - Kindergarten through 12th Grade
    • -
    • PREK - Pre Kindergarten
    • -
    • ELEM - Elementary School
    • -
    -
  • -
-
Acronyms and Abbreviations in the Data
-
    -
  • LEA: Local Educational Agency (i.e., school district) -
      -
    • LEAName
    • -
    • LEANumber
    • -
    • LEAID
    • -
    -
  • -
  • NESS: Necessarily Existent Small Schools funding
  • -
-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="SchoolsPreKto12" info=page.SchoolsPreKto12 %} -
-
-
-

Schools (Higher Education)

-
-
- SchoolsHigherEducation -

This dataset contains point locations for higher education and adult vocational training in the state of Utah. - This includes public and private colleges and universities, technical colleges, and other higher education - institutions.

-

The schools_higher_education will be updated annually and/or as needed.

-
Methodology
-
    -

    Institutions of higher education were identified on the state of Utah's college and universities page. Using the websites of - these institutions, addresses were identified for primary and branch campuses and geocoded using the UGRC Geocoding Web API.

    -
-
Fields Worth Noting
-
    -
  • SchoolType -
      -
    • Public College or University
    • -
    • Private College or University
    • -
    • Other Institution
    • -
    • Technical College
    • -
    -
  • -
  • CampusType -
      -
    • Branch
    • -
    • Primary
    • -
    -
  • -
-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="SchoolsHigherEducation" info=page.SchoolsHigherEducation %} -
-
-
-

Public Libraries

-
-
- Libraries -

Utah Public Libraries provides locations and information for public libraries and their branches throughout Utah. - Includes base location for bookmobile libraries.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Libraries" info=page.Libraries %} -
diff --git a/data/society/state-facilities/index.html b/data/society/state-facilities/index.html deleted file mode 100644 index 1e78a4fa5f..0000000000 --- a/data/society/state-facilities/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - buildings - - entities - - facilities - - society - - state government -categories: [] -date: 2012-06-22 13:04:15 -0600 -Facilities: - hub: - name: Utah State Facility Locations - item_id: a2cc4865b1a94352922c1a83bda24ba5 - updates: - - 2017 ---- -
- State Facility Points -
Locations of State Facilities
-
-{% include abstract.html name="State Facilities" -stewards="UGRC & Other State Agencies" -webapp="https://utah.maps.arcgis.com/apps/webappviewer/index.html?id=dad9d8f66e974748bbc371cb214e31f1" -abstract="State Facilities contains locations for state owned or leased buildings." %} -
-
-

State Facilities

-
-
-

This dataset contains a wide and varied collection, some schools in the k-12 system and also higher education - buildings, Office buildings, port of entries, rest areas and fish hatcheries. It also contains many other - facilities such as UDOT sheds, restrooms, and other smaller facilities. The web application showing this data, - shows other facility data to give context.

-

For users wanting a full Schools data layer please see Schools & Libraries.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Facilities" - info=page.Facilities %} -
- State Fuel Sites -
State Fuel Sites
- -{% include abstract.html name="State Fuel Sites" -abstract="This dataset contains fueling locations operated by the State Of Utah" %} -
-
-

State Fuel Sites

-
-
-

This dataset contains state-run fuel sites in the State Of Utah and contains the site name, site status, address - and whether it offers gas and/or diesel. The dataset receives periodic updates and is maintained in collaboration - with the Utah Division of Fleet Operations.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="FuelSites" - info=page.FuelSites %} -
Last Update: January 23, 2003' -Airports: - hub: - name: Utah Airports - item_id: 32f010985c754fd288896c5aa28599bc - updates: - - 'Updates to this dataset are published periodically.
Last Update: September 16, 2009' -Heliports: - downloads: - - url: https://utah.maps.arcgis.com/home/item.html?id=0530510d90234ecbb7d032b29a727900 - label: 'Heliports' - updates: - - 'Updates to this dataset are published periodically.
Last Update: January 23, 2003' ---- -
- Air and Heliport Locations -
Airport and Heliport Locations
-
-{% include abstract.html -name="Airport and Heliport Locations" -stewards="Bureau of Transportation Statistics (BTS)" -abstract="This data contains GIS mapping data representing airport locations, aircraft landing facilities, and heliport -locations throughout the state of Utah."%} -
-
-

Airport Locations

-
-
- airport thumbnail -

Utah Airport Locations is a statewide point dataset that contains data from the Geographic Names Information - System (GNIS). Attribute information include feature name, feature type, elevation, and USGS 24K scale quadrangle - name in which the feature resides. Airport Locations consists of 111 point features that are categorized by - feature type and are representative of airport locations found in the general GNIS dataset. For regional display - at 1:100,000.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 coordinate precision).

-

Questions can be directed to the BTS at (202) 366-DATA.

-
- {% include packagedata.html name="AirportLocations" - info=page.AirportLocations %} -
-
-
-

Airports

-
-
- airport -

Utah Airports is a 'public use' linear dataset of aircraft landing facilities throughout the state of Utah. - Attribute information includes site number, facility type, location id, city and county in which the facitlity is - located, full name of facility, owner type, and elevation. Airports can be used for regional analysis - applications. There are currently 185 airport landing facilities in this dataset. The data was derived from the - FAA's National Airspace Resource Aeronautical Data Product, January 23, 2003. The Airports dataset is maintained - by the Bureau of Transportation Statistics.

-

Questions can be directed to the BTS at (202) 366-DATA.

-
- {% include packagedata.html name="Airports" - info=page.Airports %} -
-
-
-

Heliports

-
-
- heliport -

Utah Heliports is a 'public use' point dataset of heliport landing facilities throughout the state of Utah. - Attribute information includes site number, facitity type, location id, FAA region, FAA district, city and county - in which the facitlity is located, full name of facility, facility use type, and more. Heliports can be used for - regional analysis applications. There are currently 49 heliport landing facilities in this dataset. The data was - derived from the FAA's National Airspace Resource Aeronautical Data Product, January 23, 2003.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 coordinate precision).

-

Questions can be directed to the BTS at (202.366.DATA).

-
- {% include packagedata.html name="Heliports" - info=page.Heliports %} -
diff --git a/data/transportation/index.html b/data/transportation/index.html deleted file mode 100644 index b9fbc91662..0000000000 --- a/data/transportation/index.html +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: Transportation Data and Services Overview -author: - display_name: Greg Bunce - email: ugrc@utah.gov -tags: - - overview - - roads - - transportation -categories: [] -date: 2011-07-06 20:27:31 -0600 ---- -{% include table_overview.html name="Transportation" %} - - - Air - map data - UGRC - Airport locations, airstrips/runways, and heliports - - - Highway Route/Milepost Locator - web service - UGRC - Find route and milepost locations to 1/1000th of a mile - - - Railroads - map data - UGRC - Statewide railroads data, including transit rail - - - Railroad Milepost - map data - UGRC - Mileposts for mainline railroads - - - Road and - Highway System - map data - UGRC - Statewide road and highway system data for cartography and address location. Includes local streets, mileposts, - and numbered exit data. - - - Street Network Analysis - map data - UGRC - Network datasets designed for routing, service areas, drive times, and distance analysis. Includes statewide - street network dataset and Wasatch Front multimodal network dataset. - - - Transit - map data - UTA - Routes and stops for buses, light rail and commuter rail - - - Trails and Pathways - map data - UGRC - Established trails, pathways, and trailheads in Utah. - - - UDOT Business System Data - - data portal - UDOT - Utah Department of Transportation geospatial data and services gateway website. Includes detailed data for - projects, pavement management, planning, medians, barriers, signs,traffic volume, lanes, etc available in various - formats - - - -

Related Data (see also)

- diff --git a/data/transportation/railroads/images/railroadmps.png b/data/transportation/railroads/images/railroadmps.png deleted file mode 100644 index 980f6f5d40..0000000000 Binary files a/data/transportation/railroads/images/railroadmps.png and /dev/null differ diff --git a/data/transportation/railroads/index.html b/data/transportation/railroads/index.html deleted file mode 100644 index 42423bdfdb..0000000000 --- a/data/transportation/railroads/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - railroads - - transportation -categories: [] -date: 2011-11-23 13:15:10 -0700 -Railroads: - hub: - name: Utah Railroads - item_id: fe20e5c6bb4240919d0cd5ba4116d106 - updates: - - July, 2017 -RailroadMps: - hub: - name: Utah Railroad Mileposts - item_id: 894928d3d26b44a9b71ebdd99bb05650 - updates: - - Created October 1, 2017 ---- -
- railroad -
Railroad Data
-
-{% include abstract.html name="Railroads" -stewards="UGRC, U.S. Geological Survey, Federal Railroad Administration (FRA)" -abstract="Utah Railroads portray the location of railroads in the state of Utah derived from the most recent high -resolution imagery available, including 1 foot resolution color imagery, NAIP, 1 meter resolution imagery, and 1 meter -USGS DOQs. The dataset has been updated to include cartographic attribution for fine scale representations and also a -differentiation between light, heavy, transit, and electrified tracks." -%} -
-
-

Railroads

-
-
-

This dataset was developed for many uses, including but not limited to, emergency planning. There are no - constraints or warranties with regard to the use of this data.

-
- {% include packagedata.html name="Railroads" - info=page.Railroads %} -
-
-
-

Railroad Mileposts

-
-
- -

Railroad mileposts are used to reference locations along railroads by the closest quarter milepost number and - railroad division name. The points are intended to improve dispatch of emergency services along mainline - railroads.

-

The statewide roads dataset is maintained by UGRC and created from distances along Utah Railroads in combination - with railroad mileposts provided by the Federal Railway Administration.

-
- {% include packagedata.html name="RailroadMPs" - info=page.RailroadMps %} -
diff --git a/data/transportation/roads-system/index.html b/data/transportation/roads-system/index.html deleted file mode 100644 index a7a6b7d187..0000000000 --- a/data/transportation/roads-system/index.html +++ /dev/null @@ -1,261 +0,0 @@ ---- -author: - display_name: Greg Bunce - email: agrc@utah.gov -tags: - - address - - alignment - - data - - freeway - - highway - - roads - - transportation -categories: [] -date: 2023-12-21 11:12:40 -0600 -HighwayLinearReferencingSystemRoutes: - hub: - name: UDOT Routes ALRS 1 - alias: Utah Advanced LRS Routes (UDOT) - item_id: ecb09af7f887450e851c2634dac92edb - org: uplan - updates: - - Updates to this dataset are published periodically to refine route representation, - add additional routes, and in response to route realignment. -MilepostPoints: - hub: - name: physical location of reference post rp open data - alias: Utah Mile Reference Posts - item_id: 01aa9e5e832c459db43dc6e27f30c3ae - org: uplan - updates: - - Updates to this dataset are published periodically -FreewayExitPoints: - hub: - name: freeway exit locations 1 - alias: Utah Roads Freeway Exits - item_id: 13137de7f65e4fffa4ee9f0b397045f5 - org: uplan - updates: - - Updates to this dataset are published infrequently. ---- -
- Roads and Highways -
Roads and Highway System
-
-{% include abstract.html -name="Roads and Highway System" -stewards="UGRC, Local Government partners" -abstract="This dataset contains GIS mapping data representing the statewide roads centerline dataset for Utah and other -road and highway related data such as milepost locations, exit numbers and names, polylineM highway linear referencing -system (LRS) routes, and label lines for dynamic rendering of highway shields." %} -
-
-

Road Centerlines

-
-
- streets and roads -

Transportation.Roads is a multi-purpose statewide roads dataset for cartography, routing, and range based-address - location. This dataset is also used as the base geometry for deriving the GIS-representation of UDOT's highway - linear referencing system (LRS) as well as UGRC's network analysis datasets.

-

This layer also plays an important role in active transportation - planning in Utah. Recent collaborative efforts between UGRC, UDOT, and WFRC have led to significant enhancements - in the bike and pedestrian data in both the Roads and Trails-and-Pathways layers. These efforts have focused - on better connectivity between the layers along the Wasatch Front, as well as improvements in the statewide bike data. You can contribute to the - on-street bike data by letting - us know where we have gaps or inaccurate information.

-

Transportation.Roads utilizes a data model based on Next-Generation 911 standards and the Federal Highway - Administration's All Roads Network Of Linear-referenced Data (ARNOLD) reporting requirements for state DOTs. UGRC - adopted this data model on September 13th, 2017. -

-

To see specific information about the data model including field names and descriptions, data types, coded value - domains, and data model updates, see the data - model spreadsheet and the corresponding tabs for update notes and coded value domains. The color-coded - section titled Addressing is primarily maintained by the local stewards, where as the section titled - DOT/FHWA is primarily maintained by UDOT. UGRC spatially assigns fields in the section titled - Placename/Area, based on current SGID polygon boundaries. UGRC also generates the - UNIQUE_ID field based on the segment's location in the US National Grid, with the street name then - tacked on. The UNIQUE_ID field is static and is UGRC's current, ad hoc solution to a persistent - global id. -

-

This data model is meant to suggest 'best practices'. It is not the intent that all stewards will change their - current data management process to match this standard, but rather that stewards will evaluate their current - practices to see how well their data 'maps' to this schema for data sharing and Next Generation 911 preparedness. -

-

{% include contact.html subject=page.title contact=site.data.contacts.roads %}

-

We are currently working with US Forest Service to improve the Forest Service roads in this dataset, however, for - the most current and complete set of USFS roads, please visit the FSGeodata - Clearinghouse.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). The - statewide roads dataset is maintained by UGRC in partnership with local government, the Utah 911 Committee, and - UDOT.

-
Related Resources
- -
-
-
- {% include fa_icon.html download=true lower=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Downloads and Web Services
-
-
-
    - {% include downloads.html name="Utah Roads" item_id="478fbef62481427f95a3510a4707b24a" %} -
-
-
-
-
- {% include fa_icon.html calendar=true class="svg-inline--fa fa-w-16 fa-pull-right fa-2x" %} -
Updates
-
-
-

Updates to this dataset are published every month, with approximately nine counties receiving detailed review. -

- -
-
-
-
-
-

Highway Linear Referencing System Routes

-
-
- utah-gis-highway-lrs-udot -

The UDOT Routes ALRS layer is a polylineM dataset wherein each state and federal route is a single feature whose - vertices include a milepoint measure coordinate.

-

Major routes (shown in the ROUTE_ID field) are named using UDOT’s naming convention (ex. 0089PM is - US-89, a mainline route in the positive direction). Ramps and collectors are also included and have 11 character - identifiers (ex. 0015NR31703 is at exit 317 on I-15).

- UDOT Ramp Codes Diagram -

ROUTE_ID field codes:

-
    -
  • P represents Positive direction (increasing milepoint values) -
  • N represents Negative direction (for divided routes only) -
  • M represents Mainline -
  • R represents Ramp -
  • C represents Collector -
  • X represents Other -
-

The native spatial reference for this dataset is UTM Zone 12N, NAD83. The GIS dataset representing the UDOT ALRS - is stewarded by UDOT with assistance from DTS, UGRC and local government.

-

The CARTO_CODE field can be used to query subsets or classify different types of UDOT routes:

-
    -
  • 1 - Interstate highways -
  • 2 - US highways -
  • 3 - State highways -
  • 5 - Miscellaneous routes associated with interchanges -
  • 6 - Ramps, Interstates -
  • 7 - Ramps, US Highways -
  • 8 - Ramps, State highways -
  • 9 - Local routes, federal aid -
  • I - Institutional roads designated as state highways -
-
Related Resource
- -
- {% include packagedata.html name="HighwayLinearReferencingSystemRoutes" info=page.HighwayLinearReferencingSystemRoutes - %} -
-
-
-

Mile Reference Posts

-
-
- utah-sgid-highway-milepost -

The Mile Reference Posts dataset contains the physical location of milepost signs as they are located along the roads. This collection - technique is different from linear mile point measures that are derived from a linear reference system - (LRS). The advantage of this collection method is that the mile reference posts stay in roughly the same place over time and do not change when other sections of the road, or LRS, are realigned.

-

Mile reference post locations are derived from images captured by Mandli Communications, using on-the-ground asset collection technology. These locations were then aligned to UDOT’s linear referencing system.

-

This data will be updated through on-the-ground collection every 2 years under the current contract. The data served on this page was captured in 2021 and reflects what was on the ground at that time.

-

The Mile Reference Posts is an ESRI Roads and Highways Event layer and supports the RP Stationing App.

-

FIELDS worth noting

-
    -
  • Legend - Milepost number on sign -
  • Measure - Location of the milepost along the LRS -
  • Station Label - Highway name + direction of route along LRS (P = positive, milepost numbers increasing; N = negative, milepost numbers decreasing) + milepost number. For example the value 0015PM_271 translates to mile marker 217 on Interstate-15 on the north bound (P) side. -
-
Mile Reference Posts vs Linear Mile Point Measures
-
    -
  • Mile Reference Posts are signs located in physical locations. They are helpful for navigation but -may not reflect the linear referencing measurement.

    -
  • Linear Mile Point Measures are calculated based on -geometric lengths of data and are spatially accurate. They may or may -not align with actual Mile Reference Posts and are updated every time a -change is made in the spatial data to reflect updates in the physical -location and length of the roadway.

    -
  • For more information on the difference between mile reference posts and linear measures, please refer to UDOT’s webpage addressing this topic or their informational document.

    -
-
Related Resource
- -
- {% include packagedata.html name="MilepostPoints" info=page.MilepostPoints %} -
-
-
-

Freeway Exit Points

-
-
- utah-gis-freeway-exits -

Transportation.Roads_FreewayExits contains point locations for each freeway and limited access highway exit along - with the exit number, name, associated route, and connected streets/routes.

-

The EXITNAME field provides the primary route name and exit number plus the connecting route number or street - name and place name carried by the exit sign. Route number and exit number are also carried in separate fields. -

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 meter coordinate precision). This - dataset was assembled by UGRC from resources provided by UDOT, as a resource for 911 dispatch and for general map - reference.

-
- {% include packagedata.html name="FreewayExitPoints" info=page.FreewayExitPoints %} -
diff --git a/data/transportation/roads-system/networkanalysisexample.png b/data/transportation/roads-system/networkanalysisexample.png deleted file mode 100644 index 572ed23cd7..0000000000 Binary files a/data/transportation/roads-system/networkanalysisexample.png and /dev/null differ diff --git a/data/transportation/street-network-analysis/index.html b/data/transportation/street-network-analysis/index.html deleted file mode 100644 index ec0546c3be..0000000000 --- a/data/transportation/street-network-analysis/index.html +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: Street Network Analysis -author: - display_name: Greg Bunce - email: agrc@utah.gov -tags: - - analysis - - roads - - street network - - transportation -categories: [] -date: 2011-11-23 14:11:54 -0700 -StreetNetwork: - downloads: - - url: https://drive.google.com/a/utah.gov/uc?id=1NmMCS8HjxFPF-K6XjaV0FznhS0ejwqRc&export=download - label: Street Network Dataset (File Geodatabase) - updates: - - January 12, 2024 -MultimodalNetwork: - downloads: - - url: https://drive.google.com/uc?id=1DK1eYvl7NAHeL0zdFe8MgwSP2NA9XQcN&export=download - label: Multimodal Network Dataset (File Geodatabase) - - url: https://drive.google.com/uc?id=1gFLwycp6SChbczQ7o4ov-DGQo-LgQFK5&export=download - label: Multimodal layer (Shapefile) - updates: - - January 12, 2024 ---- -{% capture abstract %} -The network datasets have been derived from the Transportation.Roads dataset and are designed to be -used for network analysis (drive times, routes, service areas). -{% endcapture %} -{% include abstract.html -name="Street Network Analysis" -download="https://drive.google.com/a/utah.gov/uc?id=1NmMCS8HjxFPF-K6XjaV0FznhS0ejwqRc&export=download" -abstract=abstract %} -
-
-

Street Network

-
-
-

Transportation.Roads is the recommended - starting point for almost anything related to Utah street centerlines. This includes cartography, address - location, and, now, network analysis. (It is also worth mentioning that the UDOT linear referencing system is - derived from attributes in this dataset).

-

While data used to support network analysis has many potential parameters, at a basic level, two components are - especially important: 1) connectivity and 2) impedance (i.e. travel speed/costs).

-

Connectivity of centerline features in Transportation.Roads is actively maintained but an impedance measure, - while planned for later this year, has not been actively enforced to date. However, it is possible to use a - combination of cartographic feature codes (CFCC field), spatial queries, and the existing values in - the SPD_LMT field to create a relatively crude but effective representation of speed limits that, - then, can be used as an input to an impedance measure.

- Important Fields: -
    -
  • F_T_IMP_MIN Impedance, estimated in minutes in direction of line's orientation.
  • -
  • T_F_IMP_MIN Impedance, estimated in minutes in the opposite direction of line's orientation.
  • -
-

In areas where surface streets are likely to encounter traffic controls at intersections and other congestion, - travel time has been increased by a factor of 1.3 (this will be 1.5 in future datasets). Otherwise the approximate - speed limit was used to estimate travel time.

-

There are no constraints or warranties with regard to the use of this dataset.

-

{% include contact.html subject=page.title contact=site.data.contacts.roads %}

-
- {% include packagedata.html name="StreetNetwork" - info=page.StreetNetwork - %} -
-
-
-

Multimodal Network

-
-
-

The multimodal network dataset was originally developed as part of a 2018 FHWA-funded Multimodal Travelshed - Project. The project, led by UDOT, was a pilot for measuring - multimodal network connectivity. Other partners included WFRC, MAG, and UGRC.

-

This dataset is built using SGID Roads, Trails, and UTA Transit (light-rail and commuter rail) data, as - well as 2019 GTFS transit routes and stops. In addition, ‘connector’ lines are - created during the build process to provide the needed junctions.

-

Currently, the dataset is limited to the Wasatch - Front region (Box Elder, Davis, Morgan, Tooele, Salt Lake, Utah, and Weber county). Furthermore, as part of the scope of the - project, 50 - sites were chosen where the data is optimized for multimodal connectivity (particularly the bike and - pedestrian modes of travel). Pedestrian data was densified within .5 - miles of the sites and bike data was densified within 1 - mile of the sites. In other words, your mileage may vary when you venture beyond these zones.

-

The multimodal network dataset will be updated in conjunction with SGID Road updates.

-

This dataset can also be used with ESRI's Network Analyst for routing and travel sheds. -

-

Please visit this project’s GitHub repository - to learn more about (or contribute to) the build process.

-

We hope to continue the project and expand the multimodal footprint beyond these original 50 sites. Please get in - contact with us if you are interested in contributing or playing a role.

-

{% include contact.html subject=page.title contact=site.data.contacts.roads %}

-
- {% include packagedata.html name="MultimodalNetwork" - info=page.MultimodalNetwork - %} -
diff --git a/data/transportation/transit/index.html b/data/transportation/transit/index.html deleted file mode 100644 index de2c075042..0000000000 --- a/data/transportation/transit/index.html +++ /dev/null @@ -1,176 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - bus - - commuter - - light rail - - stations - - transit - - transportation - - uta -categories: [] -date: 2011-11-23 14:16:26 -0700 -UTARoutesAndMostRecentRidership: - hub: - name: uta routes and most recent ridership - alias: UTA Routes & Most Recent Ridership - item_id: 4347f3565fbe4d5dbb97b016768b8907 - layer_id: 0 - org: rideuta - updates: - - February, 2021 -UTAStopsAndMostRecentRidership: - hub: - name: uta stops and most recent ridership 1 - alias: UTA Stops & Most Recent Ridership - item_id: 7acc9d583379456eacfbb82e5ff07370 - layer_id: 0 - org: rideuta - updates: - - January, 2021 -UTACommuterRailRoutes: - hub: - name: Utah UTA Commuter Rail Routes - item_id: 17705e20cecf4cceab61eac6ea51343e - updates: - - May, 2013 -UTACommuterRailStations: - hub: - name: Utah UTA Commuter Rail Stations - item_id: 6fd39acf47884e1dbe6c303e40f1367a - updates: - - May, 2013 -UTALightRail: - hub: - name: Utah UTA Light Rail Routes - item_id: fd41770e917344e4adef8be71a0a6741 - updates: - - January, 2017 -UTALightRailStations: - hub: - name: Utah UTA Light Rail Stations - item_id: bb8f7bc8871b4a7594bcc037631073e7 - updates: - - May 12, 2013 ---- -
- Transit -
Light Rail & Bus Routes With Stops
-
-{% include abstract.html -name="Bus, Commuter, and Light Rail" -stewards="Utah Transit Authority (UTA)" -abstract="This dataset contains the UTA bus routes and stop locations, commuter rail (FrontRunner) route and stop locations, and light rail (TRAX) route and stop locations." -%} -
-
-

UTA Routes & Most Recent Ridership

-
-
- Bus Stops -

Feature Layer includes all Utah Transit Authority routes for bus, Light Rail (TRAX), and Commuter Rail (Frontrunner). Includes: Route Number (UTA's short name), route name, frequency in minutes, route type, average weekday ridership, and all cities and counties the route services.

-

Routes are updated 3 times a year (typically April, August, and December). Weekday ridership values (AvgBrd) are updated monthly.

-

The most recent average weekday boarding is updated monthly after the 10th of the following month.

-

{% include contact.html subject=page.title contact=site.data.contacts.uta %}

-
- {% include packagedata.html - name="UTARoutesAndMostRecentRidership" - info=page.UTARoutesAndMostRecentRidership - %} -
-
-
-

UTA Stops & Most Recent Ridership

-
-
- Bus Stops -

Feature Layer includes all Utah Transit Authority stops for bus, Light Rail (TRAX) and Commuter Rail (FrontRunner). - Includes: Stop Name, City, Zip Code, County, Routes served, Stop Number (Integer), Stop Abbreviation (Text), Mode (Bus or Rail), - Average Weekday Boarding and Alightings, and the Latitude and Longitude of the stop.

-

Stop locations are updated 3 times a year (typically April, August, and December). Weekday ridership values (AVGBoard, AVGAlight) are updated monthly.

-

Stop Number (UTA_StopID) represents the numeric stop numbers.

-

Stop Abbreviation (StopAbbr_J) describes the type of stop:

-
-
All numeric values
-
A regular bus stop.
-
Beginning with BB
-
A bus bay
-
Beginning with FR
-
A FrontRunner station
-
Beginning with S
-
Ski resort access stop
-
Beginning with TX
-
A TRAX station -
-

Average weekday boardings and alightings are updated monthly after the 10th of the following month.

-

{% include contact.html subject=page.title contact=site.data.contacts.uta %}

-
- {% include packagedata.html - name="UTAStopsAndMostRecentRidership" - info=page.UTAStopsAndMostRecentRidership - %} -
-
-
-

UTA Commuter Rail Routes

-
-
- Commuter Rail -

Utah Transit Authority’s Commuter Rail (FrontRunner) Routes. This Feature Layer includes FrontRunner North and South centerline.

-

{% include contact.html subject=page.title contact=site.data.contacts.uta %}

-
- {% include packagedata.html name="UTACommuterRailRoutes" - info=page.UTACommuterRailRoutes %} -
- -
-
-

UTA Commuter Rail Stations

-
-
- Commuter Stops -

Utah UTA Commuter Rail Stations depict the locations of Utah Transit Authority's FrontRunner North and South - commuter rail stations as received from UTA.

-

These data include an attribute of the address where the rail station is located.

-

{% include contact.html subject=page.title contact=site.data.contacts.uta %}

-
- {% include packagedata.html name="UTACommuterRailStations" - info=page.UTACommuterRailStations %} -
- -
-
-

UTA Light Rail Routes

-
-
- Light Rail Route -

Utah UTA Light Rail Routes represent the light rail system for the main North-South (Downtown to Sandy), - University/Medical Center, West Valley, Daybreak, and Airport lines. It also depicts the Sugar House trolley - extension currently under construction.

-

UTA Light Rail Routes was digitized from aerial photographs dated August, 2016.

-

The native spatial reference for this dataset is UTM Zone 12N, NAD83 (0.01 coordinate precision).

-

{% include contact.html subject=page.title contact=site.data.contacts.uta %}

-
- {% include packagedata.html name="UTALightRail" - info=page.UTALightRail %} -
- -
-
-

UTA Light Rail Stations

-
-
- Light Rail Stops -

Utah Transit Authority’s Light Rail (TRAX) Stations. Point represents the center of the platform. Includes address, station name, - TRAX routes served and whether or not station has a Park and Ride.

-

{% include contact.html subject=page.title contact=site.data.contacts.uta %}

-
- {% include packagedata.html name="UTALightRailStations" - info=page.UTALightRailStations %} -
diff --git a/data/usgs-scanned-topographic-maps/index.html b/data/usgs-scanned-topographic-maps/index.html deleted file mode 100644 index b5cba50972..0000000000 --- a/data/usgs-scanned-topographic-maps/index.html +++ /dev/null @@ -1,121 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - 100k - - 24k - - 250k - - 500k - - drg - - geotiff - - overview - - quads - - topo - - usgs -categories: [] -date: 2011-08-15 18:16:39 -0600 -24K: - downloads: - - url: https://raster.utah.gov/?catGroup=24K%20DRG,100K%20DRG,250K%20DRG&title=USGS%20Topo%20Maps - label: USGS Topographic Maps via Interactive Map - updates: - - March 5, 2008 -500K: - downloads: - - url: https://storage.googleapis.com/state-of-utah-sgid-downloads/drgs/500k/Collared/state_DRG500K_NAD27.zip - label: Statewide 500K Topographic Map (NAD27) -Vintage: - downloads: - - url: https://raster.utah.gov/?catGroup=Vintage%20Topographic%20Map&title=USGS%20Vintage%20Topo%20Maps - label: USGS Vintage Topographic Maps via Interactive Map ---- -{% include abstract.html -name="USGS Scanned Topographic Maps" -type="Imagery" -webapp="https://raster.utah.gov/?catGroup=24K%20DRG,100K%20DRG,250K%20DRG&title=USGS%20Topo%20Maps" -abstract="The SGID contains complete statewide coverage of scanned standard series USGS topographic maps, also known -as digital raster graphics (DRGs). UGRC has modified these DRGs so that they are collarless and are georeferenced to the -surface of the earth using the UTM Zone 12 North, NAD83 projected coordinate system (except where noted). Every product -on this page should be downloadable from raster.utah.gov. For all available USGS -Topographic Maps visit The National Map TNM Download page or topoView." %} -
-
-

24K

-
- - {% include packagedata.html name="24K" info=page.24K %} -
-
-
-

100K

-
-
- USGS Scanned Topo Map -

1:100K Resolution products from the USGS modified by UGRC.

-
Related Resources
-
-
-
-
-

250K

-
-
- USGS Scanned Topo Map -

1:250K Resolution products from the USGS modified by UGRC.

-
Related Resources
-
-
-
-
-

500K

-
-
- USGS Scanned Topo Map -

1:500K Resolution products from the USGS modified by UGRC.

-
- {% include packagedata.html name="500K" info=page.500K %} -
-
-
-

Vintage

-
-
- Vintage Topo Sample -

The Utah Geological Survey created digital 7.5, 15 and 30-minute vintage U.S. Geological Survey topographic - quadrangle maps (1900-1966) by scanning original paper maps at a resolution of 500 dots per inch (dpi). These - digital scans were enhanced in Adobe Photoshop as needed. Subsequent 16 point spline georeferencing was done in - ArcMap. There is not a statewide collection of these vintage topographic maps and they have a NAD27 Datum.

-
Related Resources
- -
-
diff --git a/data/utilities/broadband-internet/index.html b/data/utilities/broadband-internet/index.html deleted file mode 100644 index 23061971fd..0000000000 --- a/data/utilities/broadband-internet/index.html +++ /dev/null @@ -1,155 +0,0 @@ ---- -author: - display_name: JP - email: agrc@utah.gov -tags: - - broadband - - data - - utilities -categories: [] -date: 2011-10-27 12:00:48 -0600 -BroadbandService: - hub: - name: Utah Broadband Service - item_id: 2b479a30791c445eb135e05acf77dbcc - updates: - - Fall 2023 - - Spring 2023 - - Fall 2022 - - Spring 2022 -SBIBroadbandData: - downloads: - - url: https://drive.google.com/drive/folders/1CZrogSgFTPMT3-g2gQTJcuzUtrlzkEJt - label: 'Census Blocks' - - url: https://drive.google.com/drive/folders/1CoIz7uCyRLM3WchCDhRiKf_RETKdGaQp - label: 'Road Buffers' - - url: https://drive.google.com/drive/folders/1CAU2rkcnKYcHUnws84AyjamicmJx__Az - label: 'Wireless' - updates: - - November 10, 2014 - - April 9, 2014 - - October 8, 2013 - - April 2013 - - October 2012 - - April 2012 - - October 2011 -CommunityAnchorInstitutes: - downloads: - - url: https://drive.google.com/drive/folders/1BrRfXXbAuc1utWafYOeuLzl3_cVg0yb4 - label: 'Broadband Community Anchor Institutes' - updates: - - November 10, 2014 - - April 9, 2014 - - October 8, 2013 - - April 2013 - - October 2012 - - April 2012 - - October 2011 ---- -
- broadband coverage -
Broadband Coverage in Salt Lake County
-
-{% include abstract.html -name="Broadband Internet" -stewards="UGRC & The Governor's Office Of Economic Development (GOED)" -webapp="https://broadband.utah.gov" -abstract="This dataset contains the statewide availability of broadband internet in Utah. The data represents broadband -providers' coverage areas, with their technology types and maximum advertised download and upload speeds." %} -
-
-

Broadband Service Data

-
-
- BBWireline -

Broadband service depicts broadband coverage over any transmission technology, including fixed and mobile - services. Fixed service is typically used as a home internet connection over DSL, other copper, cable, and fiber - technologies. This data is open to be utilized for public analysis. Note that historic broadband coverage dates - from Fall 2015. For broadband coverage previous to Fall 2015, see SBI Broadband Data.

-
Disclaimer
-

Broadband service availability and characteristics are depicted as derived from data assembled by the Utah - Broadband Outreach Center mapping team. Data sources include biannual broadband service provider submissions and - publicly available sources. Speeds shown are the 'maximum advertised' for the geographic features depicted, and - must exceed 0.768 Mbps download and 0.2 Mbps upload to be included. Actual speeds may vary within service area, - due to the granularity and currency of the data, technological limitations, and service plan limitations. Users of - the site are encouraged to inquire directly to providers for current service availability and speed. All - information presented on the Utah's interactive broadband map is for general reference purposes only and may - contain errors and omissions. The State of Utah makes no warranty with respect to information available, express - or implied, including but not limited to the fitness for use for a particular purpose. This data is managed by - UGRC for the Governor’s Office of Economic Development Broadband Outreach Center.

-
Data Schema Usage Tips:
-
    -
  • UTProvCode: Broadband Provider Company Name (partnering providers list). -
  • TransTech: See Transmission Technology Codes below -
  • MAXADDOW: Maximum Advertised Download Speed in Mbps -
  • MAXADUP: Maximum Advertised Upload Speed in Mbps -
  • LastEdit: Last data edit -
  • LastVerified: Last date provider verified data currency or submitted updates. -
-
Transmission Technology Codes
-
    -
  • 10: Asymmetric DSL -
  • 20: Symmetric DSL -
  • 30: Other Copper Wireline -
  • 40: Cable Modem - DOCSIS 3.0 -
  • 41: Cable Modem - Other -
  • 50: Optical Carrier/Fiber to the End User -
  • 70: Terrestrial Fixed Wireless - Unlicensed -
  • 71: Terrestrial Fixed Wireless - Licensed -
  • 80: Terrestrial Mobile Wireless -
-
Related Resources
- -
- {% include packagedata.html name="BroadbandService" - info=page.BroadbandService %} -
-
-
-

SBI Broadband Data

-
-
- BBWireline -

From 2010 - 2014, the State of Utah maintained a broadband mapping database in the format defined by the State - Broadband Initative (SBI) Program at the National Telecommunications & Information Administration (NTIA). Data was - collected twice a year and submitted to the NTIA biannually on April 1 and October 1.

-
- {% include packagedata.html name="SBIBroadbandData" - info=page.SBIBroadbandData %} -
-
-
-

Community Anchor Institutes

-
-
- community anchor institutes -

Community anchor institutes in Utah with locations and their broadband subscription information. Includes public - wifi availability. This dataset is growing, so check back for updates. This data is open to be utilized for public - analysis.

-
Disclaimer
-

Broadband service availability and characteristics are depicted as derived from data assembled by the Utah - Broadband Project. Data sources include biannual broadband service provider submissions and publicly available - sources. Data has been modified, where necessary, to meet broadband mapping standards set by the National - Telecommunications and Information Administration (NTIA).

-

Broadband service availability is displayed per NTIA specifications which include technology and speed categories - and the aggregation of non-wireless service availability information to either U.S. Census blocks (where smaller - than 2 sq. miles) or road segments.

-

Speeds shown are the 'maximum advertised' for the geographic features depicted, and must exceed 0.768 Mbps - download and 0.2 Mbps upload (NTIA broadband definition) to be included. Actual speeds may vary within and along - census blocks and roads, due to the granularity and currency of the data, technological limitations, and service - plan limitations. Users of the site are encouraged to inquire directly to providers for current service - availability and speed.

-

All information presented on the Utah's interactive broadband map is for general reference purposes only and may - contain errors and omissions. The State of Utah makes no warranty with respect to information available, express - or implied, including but not limited to the fitness for use for a particular purpose.

-

This data is managed by UGRC through the State of Utah Broadband Project.

-
- {% include packagedata.html name="CommunityAnchorInstitutes" - info=page.CommunityAnchorInstitutes %} -
diff --git a/data/utilities/index.html b/data/utilities/index.html deleted file mode 100644 index 42880851d5..0000000000 --- a/data/utilities/index.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Utilities Overview -author: - display_name: JP - email: ugrc@utah.gov -tags: - - data - - overview - - utilities -categories: [] -date: 2011-10-24 10:19:07 -0600 ---- -{% include table_overview.html name="Utilities" %} - - - Broadband Internet - GIS Data Layer - UGRC & GOED - Broadband availability in Utah. - - - Electric Transmission - GIS Data Layer - UGRC - Electrical generation and distribution facilities in Utah. - - - Telecom Boundaries. - GIS Data Layer - UGRC - Rural telephone providers and local urban exchange carriers in Utah. - - - Retail Culinary Water - Suppliers - GIS Data Layer - Utah Division of Water Resources, Utah Department of Natural Resources - This dataset attempts to represent the retail culinary water suppliers service area boundaries for the State of - Utah, with a small selection of suppliers in Idaho and Wyoming represented as well. - - - diff --git a/data/utilities/retail-culinary-water-suppliers/index.html b/data/utilities/retail-culinary-water-suppliers/index.html deleted file mode 100644 index 83dc86dba8..0000000000 --- a/data/utilities/retail-culinary-water-suppliers/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - data - - utilities - - water -date: 2016-07-12 18:14:11 -0700 -categories: [] -RetailCulinaryWater: - hub: - alias: Utah Retail Culinary Water Service Areas - name: culinarywaterserviceareas - item_id: dc62a286013f447e88fc45480077c944 - org: utahDNR - updates: - - Annually (On DNR schedule) ---- -
- Culinary Water -
Culinary Water Supplier Boundaries
-
-{% include abstract.html -name="Retail Culinary Water Suppliers Dataset" -stewards="Utah Division of Water Resources, Utah Department of Natural Resources" -abstract="This dataset attempts to represent the retail culinary water suppliers service area boundaries for the State -of Utah, with a small selection of suppliers in Idaho and Wyoming represented as well. Data sources include the Utah -Division of Water Resources, Utah Division of Drinking Water, Utah Division of Water Rights, Utah Division of Public -Utilities, and the Utah Geospatial Resource Center. Boundaries were derived from a combination of the -following data layers available in the State Geographic Information Database (SGID): Counties, various county parcels, -Municipalities, PLSSSections, and TaxEntities2013." %} -
-
-

Retail Culinary Water

-
-
- Culinary Water Thumb -

Utah Retail Culinary Water Service Areas represent public community water suppliers. Eventually, public - non-community (transient) and self-supplied industry (non-transient) suppliers will be added. This feature class - includes system boundaries that are historical and no longer active. It also includes some systems that are - outside the state. Historical and outside the state systems can be filtered using the ENDYEAR and - STATE fields, respectively.These boundaries are derived from many different sources. They include - spatial data received directly from the supplier, municipal boundaries, phone call descriptions of service areas, - printed maps that had hand drawn boundaries that were then digitized, etc. -

-
- {% include packagedata.html - name="RetailCulinaryWater" - info=page.RetailCulinaryWater - %} -
diff --git a/data/utilities/telecom-boundaries/index.html b/data/utilities/telecom-boundaries/index.html deleted file mode 100644 index 62c1531bec..0000000000 --- a/data/utilities/telecom-boundaries/index.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -author: - display_name: UGRC Staff - email: ugrc@utah.gov -tags: - - data - - telephone - - utilities -categories: [] -date: 2012-05-22 17:58:01 -0600 -Telecom: - hub: - name: Utah Telecom Boundaries - item_id: 3dee591783a14252b8252fe27332eaef - updates: - - January 2024 ---- -
- TelecomBoundaries -
Telecom Boundaries
-
-{% include abstract.html -name="Telephone Infrastructure and Rural Telecom Boundaries" -abstract="This dataset represents the service territories of rural telephone providers and local urban exchange carriers in Utah. -Telecom boundaries were provided by the Utah Rural Telecom Association URTA and the Federal Communication Commission FCC. These areas are regulated by -the Public Service Commission." %} -
-
-

Utah Telecom Boundaries

-
-
-

The PROVIDER field contains the provider name.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Telcom" - info=page.Telcom %} -
diff --git a/data/water/flood-areas/index.html b/data/water/flood-areas/index.html deleted file mode 100644 index 3d08f4aad5..0000000000 --- a/data/water/flood-areas/index.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - boundaries - - floodplains - - hydrography - - water -categories: [] -date: 2011-11-22 18:14:11 -0700 -Floodplains: - downloads: - - url: "https://hazards.fema.gov/femaportal/NFHL/searchResulthttps:/hazards.fema.gov/femaportal/NFHL/searchRes11ult" - label: "FEMA National Flood Hazard Layer (NFHL) Database" - updates: - - This dataset has a varied update schedule and is updated continuously. - endpoints: - - url: "https://hazards.fema.gov/gis/nfhl/rest/services/public/NFHL/MapServer" - label: "FEMA National Flood Hazard Layer (NFHL) Map Service" ---- -
- Flood Areas -
Floodplains
-
-{% include abstract.html -name="Special Flood Hazard Areas" -stewards="Utah Division of Emergency Management and FEMA" -abstract="The Floodplains dataset refers to the Digital Flood Insurance Rate Map (DFIRM) Database depicting flood risk -information and supporting data used to develop the risk information. The primary risk classifications used are the -1-percent-annual-chance flood event, the 0.2-percent-annual-chance flood event, and areas of minimal flood risk. The -DFIRM Database is derived from Flood Insurance Studies (FISs), previously published Flood Insurance Rate Maps (FIRMs), -flood hazard analyses performed in support of the FISs and FIRMs, and new mapping data, where available. The FISs and -FIRMs are published by the Federal Emergency Management Agency (FEMA). The file is georeferenced to earth's surface -using the UTM projection and coordinate system. The specifications for the horizontal control of DFIRM data files are -consistent with those required for mapping at a scale of 1:12000." %} -
-
-

Special Flood Hazard Areas

-
-
- Flood Areas - -

Anywhere it rains it can flood. Mapped floodplains or “Special Flood Hazard Areas (SFHA’s)” represent areas in - Utah that are at a higher risk of flooding. In these areas there is a 1-percent annual chance that flood waters - will reach or surpass a base flood elevation in any given year. The 1-percent annual chance flood is also - referred to as the base flood or 100-year flood and the SFHA is commonly referred to as the "100-year floodplain.”

- -

The 1-percent-annual-chance floodplain (or SFHA) is the area where the National Flood Insurance Program's (NFIP's) - floodplain management regulations must be enforced through flood hazard building codes and the area where the - mandatory purchase of flood insurance applies.

- -

This layer was created using criteria as defined by the Flood Insurance Rate Maps (FIRM) and produced by the - Federal Emergency Management Agency (FEMA). These mapped zones are regulatory. FIRMs are the basis for - floodplain management, mitigation, and insurance activities for the National Flood Insurance Program (NFIP).

- -

Insurance applications include enforcement of the mandatory purchase requirement of the Flood Disaster Protection Act, - which "... requires the purchase of flood insurance by property owners who are being assisted by Federal programs - or by Federally supervised, regulated or insured agencies or institutions in the acquisition or improvement of - land facilities located or to be located in identified areas having special flood hazards," Section 2 (b) (4) of - the Flood Disaster Protection Act of 1973. Special Flood Hazard Areas (SFHAs) identified on the map are the risk - zones shown on the FIRMs and are the basis for the establishment of premium rates for flood coverage offered - through the NFIP.

- -

The Digital Flood Insurance rate Map (DFIRM) Database presents the flood risk information depicted on the FIRM in - a digital format suitable for use in electronic mapping applications. The DFIRM database is a subset of the - Digital Flood Insurance Study (FIS) database that serves to archive the information collected during the FIS.

- -

Flood Zone information can be found at the FEMA Map Service Center - (MSC) and in the FEMA National - Flood Hazard Layer.

- -

One thing to keep in mind with the zone designations is the difference between "Shaded X" and "Unshaded X". In - the link above, Shaded X represents the 0.2% annual chance floodplain (the 500-year flood). In almost all of the - DFIRMs, the ZONE field will read: 0.2 PCT ANNUAL CHANCE FLOODPLAIN or something like that, and in some DFIRMs it - will just read: Shaded X. Confusingly, when the ZONE field is just "X", that means Unshaded X, which is outside of - the 500-year floodplain.

- -

LiDAR can be used to support FEMA Map Amendments. This fact sheet describes the - information and process necessary to use LIDAR data when applying for FEMA Map Amendments.

- -
Related Resources
- - -

{% include contact.html subject=page.title contact=site.data.contacts.flood_areas %}

-
- {% include packagedata.html name="Floodplains" - info=page.Floodplains %} -
diff --git a/data/water/great-salt-lake-resources/index.html b/data/water/great-salt-lake-resources/index.html deleted file mode 100644 index a6ccd85c07..0000000000 --- a/data/water/great-salt-lake-resources/index.html +++ /dev/null @@ -1,87 +0,0 @@ ---- -author: - display_name: UGRC Staff - email: ugrc@utah.gov -tags: - - history - - lakes - - water - - gsl -categories: [] -date: 2022-05-03 12:00:00 -0600 -GSL2016: - hub: - name: Utah Great Salt Lake Water Level 2016 - item_id: 015723bdb92447f788471450c8fcab16 - updates: - - Created in 2022 -Bonneville: - hub: - name: Utah Historic Lake Bonneville - item_id: fb95503ddf904428af3f308eca0eff6e - updates: - - 2007 ---- -
- - UtahGreatSaltLakeWaterLevel2016 -
GSL Water Level 2016
-
-{% include abstract.html -name="Great Salt Lake Resources" -stewards="UGRC" -abstract="Various resources related to the Great Salt Lake." %} - -
-
Related Resources
- -
- -
-
-

Utah Great Salt Lake Water Level 2016

-
-
-

Utah Great Salt Lake Water Level 2016 was derived from the - breakline features - associated with the 2016 Great Salt Lake LiDAR project. - To create this dataset the Lake Pond features were extracted from the GreatSaltLake_Breaklines shapefile and converted - into polygons. All polygons outside of the main north and south arms of the lake were removed. The Elevation_m (elev_m) & Elevation_ft (elev_ft) - values represent the elevation of the water when the LiDAR was acquired.

- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="GSL2016" - info=page.GSL2016 %} -
- -
-
-

Historic Lake Bonneville

-
-
-

Historic Lake Bonneville represents the geographic extent of the historic Lake Bonneville shoreline. - This data set was derived from classified shoreline polylines found in the publication Revisiting the deformed - high shoreline of Lake Bonneville, by Christine Y. Chen and Adam C. Maloof. More information and other Lake - Bonneville related data can be found on Science - Direct.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Bonneville" - info=page.Bonneville %} -
diff --git a/data/water/historic-lake-bonneville/index.html b/data/water/historic-lake-bonneville/index.html deleted file mode 100644 index 9f614bf856..0000000000 --- a/data/water/historic-lake-bonneville/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -author: - display_name: UGRC Staff - email: ugrc@utah.gov -tags: - - history - - lakes - - water -categories: [] -date: 2012-07-11 13:55:32 -0600 -Bonneville: - hub: - name: Utah Historic Lake Bonneville - item_id: fb95503ddf904428af3f308eca0eff6e - updates: - - 2007 ---- -
- HistoricLakeBonneville -
Historic Lake Bonneville
-
-{% include abstract.html -name="Historic Lake Bonneville" -stewards="UGRC" -abstract="Historic Lake Bonneville represents the geographic extent of the historic Lake Bonneville shoreline." %} -
-
-

Historic Lake Bonneville

-
-
-

This data set was derived from classified shoreline polylines found in the publication Revisiting the deformed - high shoreline of Lake Bonneville, by Christine Y. Chen and Adam C. Maloof. More information and other Lake - Bonneville related data can be found on Science - Direct.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
- {% include packagedata.html name="Bonneville" - info=page.Bonneville %} -
diff --git a/data/water/index.html b/data/water/index.html deleted file mode 100644 index 196cdeb238..0000000000 --- a/data/water/index.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: Water Data Services Overview -author: - display_name: Bert Granberg - email: ugrc@utah.gov -tags: - - overview - - water -categories: [] -date: 2011-09-13 11:48:54 -0600 ---- -{% include table_overview.html name="Water Data Service" %} - - - Aquifers - map data - UGRC - Aquifers in Utah. - - - Diversion Points - map data - DNR Water Rights - The Division of Water Rights maintains a Hosted Feature Layer of all the points of diversion in the state. - The data is generated daily from basic information in their tabular database. - For more information on this dataset click here. - - - - Drinking Water Protection Zones - Surface Water - map data - DEQ Drinking Water - Drinking Water Source Protection Zones are maintained by the Utah Division of Drinking Water. For more information {% include contact.html - subject=page.title contact=site.data.contacts.protected_water text='contact ' %} - - - Drinking Water Protection Zones - Source Water - map data - DEQ Drinking Water - Drinking Water Source Protection Zones are maintained by the Utah Division of Drinking Water. For more information {% include contact.html - subject=page.title contact=site.data.contacts.protected_water text='contact ' %} - - - Drinking Water Protection Zones - Groundwater - map data - DEQ Drinking Water - Drinking Water Source Protection Zones are maintained by the Utah Division of Drinking Water. For more information {% include contact.html - subject=page.title contact=site.data.contacts.protected_water text='contact ' %} - - - Floodplains - map data - Utah Division of Emergency Management, FEMA - Flood zones in Utah. - - - Great Salt Lake Resources - miscellaneous - UGRC - Various resources related to the Great Salt Lake. - - - Historic Lake Bonneville - map data - UGRC - The geographic extent of the Lake Bonneville shoreline. - - - Irrigation Company Service Areas - map data - Utah Division of Water Resources, Utah Department of Natural Resources - Irrigation company service areas in the state of Utah and the Bear River basin. - - - Lakes, Rivers, Streams, & Springs - map data - UGRC - Derived from the National Hydrography Database, this is the recommended data layer for depicting Utah's streams, - canals, washes, etc. - - - Retail Culinary Water - Suppliers - GIS Data Layer - Utah Division of Water Resources, Utah Department of Natural Resources - This dataset attempts to represent the retail culinary water suppliers service area boundaries for the State of - Utah, with a small selection of suppliers in Idaho and Wyoming represented as well. - - - Secondary Water Systems - GIS Data Layer - Utah Division of Water Resources, Utah Department of Natural Resources - This dataset represents the service areas for secondary water suppliers, these are non-potable water suppliers for mostly lawn and garden use. - - - Water Related Land Use - map data - UGRC - Water related land use in Utah. Includes the types and extent of irrigated crops as well as information - concerning phreatophytes, wet/open water areas, dry land agriculture and residential/industrial areas. - - - Watersheds - map data - UGRC - Utah watershed area boundaries. - - - Wetlands and Riparian Areas - map data - USFWS - Wetland and riparian areas in Utah as delineated by the National Wetlands Inventory (NWI) and U.S. Fish and - Wildlife Service. - - - -

Other Water Data

- diff --git a/data/water/lakes-rivers-dams/index.html b/data/water/lakes-rivers-dams/index.html deleted file mode 100644 index e4de5cf614..0000000000 --- a/data/water/lakes-rivers-dams/index.html +++ /dev/null @@ -1,145 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - hydrography - - hydrology - - lakes - - nhd - - rivers - - water -categories: [] -date: 2011-11-22 17:46:55 -0700 -NHDLakes: - hub: - name: Utah Lakes NHD - item_id: b505c3e3a8504da6b28e9900a9f602f8 - updates: - - December 2016 -NHDStreams: - hub: - name: Utah Streams NHD - item_id: d9b5ac9220ff415994b193c9ce022f86 - updates: - - December 2016 -NHDSprings: - hub: - name: Utah Springs NHD - item_id: 322595dd1da149679cb9875a7d4ab069 - updates: - - July 2015 ---- -
- Water -
Water Sample
-
-{% include abstract.html -name="NHD Lakes, Rivers, Streams, and Springs" -stewards="UGRC & USGS" -abstract="The Lakes, Rivers, Streams & Springs data contains feature layers that are derived from the National Hydrography Dataset (NHD). The NHD is the surface water component -of The National Map created by the U.S. Geological Survey (USGS). The NHD contains a feature-based database -that interconnects and uniquely identifies the stream segments or reaches that make up the nation's surface water -drainage system. NHD data was originally developed at 1:100,000-scale and exists at that scale for the whole country. -NHD data in it's entirety can be downloaded from the USGS. -

-

The USGS has web-based map services of - the NHD and WBD. You are also able to view the USGS services on ArcGIS Server or connect to their server with - https://hydro.nationalmap.gov/arcgis/services. -

" %} -
-
-

NHD Lakes

-
-
- lakes -

Utah Lakes NHD is the recommended data layer for depicting Utah's lakes, reservoirs, and smaller features, etc. - This data is derived from the National Hydrology Database (NHD) compiled by the USGS in partnership with UGRC and - other states' GIS programs. The derivation and modification process has been performed by UGRC to provide a - general purpose feature class of water bodies. Two fields have been added to this feature class (InUtah and - IsMajor) and features have been split at the state boundary.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
NHD Codes
-
    -
  • FCode can be used to classify water body features by functional type. -
  • GNIS_Name is the name of the water body feature -
-
UGRC maintained codes for cartography
-
    -
  • IsMajor can be used to query only the major lakes for coarse scale mapping -
  • InUtah can be used to exclude water bodies outside the state boundary. All water body features - that cross the state boundary have been split and attributed (1 = in Utah and 0 = - outside Utah) -
- {% include packagedata.html name="NHDLakes" info=page.NHDLakes %} -
-
-
-

NHD Streams

-
-
- Streams -

Utah Streams NHD High Res is the recommended data layer for depicting Utah's streams, canals, washes, etc. This - is a large dataset that is derived from the National Hydrology Database (NHD) compiled by the USGS in partnership - with UGRC and other states' GIS programs. The derivation and modification process has been performed by UGRC to - provide a general purpose feature class of streams. Two fields have been added to this feature class (InUtah and - IsMajor) and features have been split at the state boundary.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
NHD Codes
-
    -
  • FCode can be used to classify water course features by functional type. -
  • GNIS_Name is the name of the water course -
-
UGRC maintained codes for cartography
-
    -
  • IsMajor can be used to query only the major water courses for coarse scale mapping -
  • Submerged can be used to exclude the hydrologic network features that have been added across - water bodies to the NHD dataset for linear water flow modeling -
  • InUtah can be used to exclude water courses outside the state boundary. All water courses - features that cross the state boundary have been split and attributed (1 = in Utah and - 0 = outside Utah) -
-
Related Resources
-
    -
  • Points of Diversion depicts agricultural irrigation and other diversion points at or along water features. - This dataset is stewarded by the Utah Division of Water Resources. {% include contact.html subject=page.title - contact=site.data.contacts.nhd %} -
  • Source Water Protection Zones (Drinking Water) are maintained by the Utah Division of Drinking Water. {% - include contact.html subject=page.title contact=site.data.contacts.source_water text='This dataset is considered - a protected record. Those with a legitimate need for this data are invited to contact' %} -
  • Water-Related Land Use characterizes the type of water usage (irrigation, crop type, urban uses, etc) for - land, statewide (see SGID Planning for more detail). -
  • National Hydrography Dataset
  • -
  • USGS / National Map - Streamer
  • -
-
- {% include packagedata.html name="NHDStreams" info=page.NHDStreams %} -
-
-
-

NHD Springs

-
-
- Springs -

Utah Springs NHD is a point layer derived by UGRC from the NHD.

-
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
NHD Codes
-
    -
  • FCode can be used to classify spring features by functional type. -
  • GNIS_Name is the name of the spring feature -
-
- {% include packagedata.html name="NHDSprings" info=page.NHDSprings %} -
diff --git a/data/water/watersheds/index.html b/data/water/watersheds/index.html deleted file mode 100644 index 1aea5c375f..0000000000 --- a/data/water/watersheds/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -author: - display_name: JP - email: ugrc@utah.gov -tags: - - water - - watersheds -categories: [] -date: 2011-11-22 18:03:41 -0700 -Watershed: - hub: - name: Utah Watersheds Area - item_id: eedaf451685b4cbe875ecf692e1b54ff - updates: - - November 2023 ---- -
- WatershedAreas -
Watershed sub-basins
-
-{% include abstract.html -name="Watershed Areas" -stewards="UGRC, USGS" -abstract="Watershed areas represent the watershed area boundaries throughout Utah." %} -
-
-

Watershed Areas

-
-
-

This data set is intended to be used as a tool for water-resource management and planning activities, - particularly for site-specific and localized studies requiring a level of detail provided by large-scale map - information.

-
    -
  • HUC_8 contains the 8 digit hydrologic unit code for the 4th level sub-basins -
  • HU_8_NAME contains the sub-basin name -
  • HUC_10 contains the 10 digit hydrologic unit code for the 5th level watersheds -
  • HU_10_NAME contains the watershed name -
  • HUG_12 contains the 12 digit hydrologic unit code for the 6th level subwatersheds -
  • HU_12_NAME contains the subwatershed name -
-

This dataset was built using data from the USGS Watershed Boundary Dataset (WBD). Data was downloded from the download-by-state area in GDB format. HUC8, HUC10 and HUC12 datasets were merged into this dataset, maintaining the linework for HUC12. This allows the data to be dissolved by HUC level to obtain HUC10 and HUC8 boundaries as the boundaries are coincident. The data contains the attributes from all 3 HUC levels.

-

{% include contact.html subject=page.title contact=site.data.contacts.agrc %}

-
Related Resources
- -
- {% include packagedata.html name="Watershed" - info=page.Watershed %} -
diff --git a/data/water/wetlands/index.html b/data/water/wetlands/index.html deleted file mode 100644 index 6278b95c29..0000000000 --- a/data/water/wetlands/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -author: - display_name: Rick Kelson - email: agrc@utah.gov -tags: - - usfws - - water - - wetlands -categories: [] -date: 2011-11-22 14:47:08 -0700 -Wetlands: - downloads: - - url: "https://www.fws.gov/node/264847" - label: "USFWS NWI Download by State" - - url: "https://www.fws.gov/wetlands/Data/State-Downloads/UT_geodatabase_wetlands.zip" - label: "USFWS Utah Wetlands Data: File Geodatabase" - - url: "https://www.fws.gov/wetlands/Data/State-Downloads/UT_shapefile_wetlands.zip" - label: "USFWS Utah Wetlands Data: Shapefile" - updates: - - USFWS typically update the NWI data twice per year. The location of recent and ongoing mapping projects can be found in the NWI Projects Mapper. - endpoints: - - url: "https://fwspublicservices.wim.usgs.gov/wetlandsmapservice/rest/services/Wetlands/MapServer" - label: "USFWS Wetlands Map Service" ---- -
- Wetlands -
Bear River Migratory Bird Refuge
-
-{% include abstract.html -name="Wetlands and Riparian Areas" -type="GIS Data Layer" -stewards="Utah Geological Survey, Utah Department of Natural Resources; U.S. Fish and Wildlife Service" -abstract="Wetland and riparian location and classification polygon map data from the U.S. Fish and Wildlife Service’s National Wetlands Inventory (NWI) and additional project-specific information." %} -
-
-

Wetlands and Riparian Data

-
-
-

The U.S. Fish and Wildlife Service’s (USFWS) National Wetlands Inventory - (NWI) program maintains a dataset depicting wetland - and waterbody features across the United States. All features in the NWI dataset are described according to the - Cowardin Classification System which uses coded values to describe vegetation communities, water, and disturbances - present at each feature; codes can be interpreted online. - Much of the original NWI dataset in Utah was mapped using imagery from the 1980s and may no longer accurately reflect - current wetland locations. Several organizations, including the Utah Geological Survey, are actively conducting new - mapping projects that update the NWI dataset for parts of the state.

- -

Newer mapping projects also map riparian areas, which are non-wetland areas along streams, rivers, and lakes that have distinct - or distinctly more vigorous vegetation compared to adjacent upland areas. Riparian features are mapped alongside wetland features - following the USFWS’s A System For Mapping Riparian Areas - in the United States.

- -

Metadata are a description of individual wetland and riparian mapping projects, including the scale at which mapping was - conducted and the imagery year used for the mapping. Most mapping projects include a supplemental report describing who - completed the project, mapping methods, and types of features captured. Unlike wetlands mapping, which is available statewide, - riparian mapping is only available for certain projects that are depicted by the riparian metadata polygons.

- -

Wetlands and riparian features are mapped using a combination of aerial imagery examination and on-the-ground assessment. - NWI mapping may serve as an initial screen of likely wetland locations, but is not suited or intended to replace field-based - wetland delineations necessary for the permitting process.

- -
Related Resources
- -

{% include contact.html subject=page.title contact=site.data.contacts.wetlands %}

-
- {% include packagedata.html - name="Wetlands" - info=page.Wetlands - %} -
diff --git a/developer/applications/atlas/atlas_utah_gov.png b/developer/applications/atlas/atlas_utah_gov.png deleted file mode 100644 index 37705922f7..0000000000 Binary files a/developer/applications/atlas/atlas_utah_gov.png and /dev/null differ diff --git a/developer/applications/atlas/index.html b/developer/applications/atlas/index.html deleted file mode 100644 index fe93529e88..0000000000 --- a/developer/applications/atlas/index.html +++ /dev/null @@ -1,46 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2017-12-21 15:18:09 -0700 -title: Atlas -categories: - - Developer ---- -
-

Atlas

-

Tools for visualizing Utah Roads, Imagery, and Components

- -
-
- initial view of application -
UGRC components with an informational panel derived from SGID data -
-
-

Why

-

UGRC offers many online services to facilitate the use of GIS and Atlas is a combination of most of those services. - Atlas contains the complete and most current Discover base maps. Atlas - also uses most of the UGRC Components. Clicking anywhere on the map makes - http requests to the UGRC Web API to reverse geocode, search - for the city, county, land ownership, elevation, and US National Grid of the point clicked; and display the results in the left panel. - For UGRC developers, Atlas is a code base to keep improving its usage of React and the ArcGIS Maps SDK for JavaScript. - Atlas is a GitHub template that you can use to create your own website.

- diff --git a/developer/applications/deq-environmental/enviro_deq_utah_gov.png b/developer/applications/deq-environmental/enviro_deq_utah_gov.png deleted file mode 100644 index a6556bfc6c..0000000000 Binary files a/developer/applications/deq-environmental/enviro_deq_utah_gov.png and /dev/null differ diff --git a/developer/applications/deq-environmental/index.html b/developer/applications/deq-environmental/index.html deleted file mode 100644 index 21718ca25c..0000000000 --- a/developer/applications/deq-environmental/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2017-12-21 15:18:09 -0700 -title: DEQ Environmental Map -categories: - - Developer ---- -
-

DEQ Environmental Map

-

Tools for finding and discovering environmental impacts

- -
-
- initial view of application -
One mile buffer around Utah's State Capitol Building showing water rights points of diversion and CERCLA items
-
-

Why

-

One of the critical missions of the Utah Department of Environmental Quality (DEQ) is to provide access to government records as conveniently as possible. The DEQ Interactive Map allows users to search for and download data regarding sites regulated by DEQ. This application is used by a wide audience of citizens and professionals and has proven to be of much value to DEQ to handle environmental information requests of basic to intermediate complexity.

-

The overall concept of the DEQ Interactive Map is to organize the data geographically and to integrate the data across divisions and programs. The interface was designed to allow searches by address, city, site name, DEQ program ID number or by zooming in on a map location of interest. The results are displayed on the map and allow access to site specific details. The search results return feature information for programs of DEQ and each of its divisions.

-

Data Challenges

-

The main challenge for this project has been trying to gather and standardize the wide variety of data sources so that they can be presented in a consistent manner within the application. There are several Forklift pallets that run nightly to update and normalize the data.

- diff --git a/developer/applications/index.html b/developer/applications/index.html deleted file mode 100644 index cf16e009a8..0000000000 --- a/developer/applications/index.html +++ /dev/null @@ -1,185 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: - - applications - - developer - - web apps -date: 2017-10-16 16:47:23 -0600 -title: Web Application Overview -categories: - - Developer ---- -
Web Application Resources
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Product NameTechnology UsedDescription
- click an application for more information and download links -
-
- - Utah Roadkill Reporter - -
Utah Roadkill Reporter
-
-
React Native, Google Cloud Platform, GitHub ActionsThe Roadkill Reporter native mobile app allows people to easily report dead animals on or near roads, so those - animals can be removed more quickly from highways and freeways by DWR and - UDOT employees who have access to the data.
-
- - PLSS Monument Record Viewer - -
PLSS Monument Records -
-
-
ArcGIS Maps SDK for JavaScript, React, UGRC API, Discover base maps, UGRC - Components, GitHub Actions, FirebaseUse this website to view the location of the PLSS monuments, and click on PLSS points to view information about them - and submit a monument record for that location.
-
- - Atlas screenshot - -
Atlas
-
-
ArcGIS Maps SDK for JavaScript, React, UGRC API, Discover base maps, UGRC - Components, Firebase, GitHub ActionsThe Utah Atlas with helpful location searching and detailed information when points are clicked on the map.
-
- - WRI (DNR-DWR) - -
Watershed Restoration - Initiative
-
-
ArcGIS Maps SDK for JavaScript, Dojo, UGRC API, Discover base maps, ASP.NET, ForkliftThe Watershed Restoration Initiative website uses a shared web map to enable inter-agency resource - coordination for wildland and ecological restoration projects.
-
- - locate.utah.gov (GOEO) - -
Economic Development Map -
-
-
ArcGIS Maps SDK for JavaScript, Dojo, UGRC API, Discover base maps,UGRC - Components, Forklift, GitHub Actions, FirebaseUtah's Economic Development Map depicts the landscape of what's important to businesses considering relocating - to Utah.
-
- - broadband.ugrc.utah.gov - -
Residential Broadband Map -
-
-
ArcGIS Maps SDK for JavaScript, Dojo, UGRC API, Discover base maps, UGRC - Components, Forklift, GitHub Actions, FirebaseThe map provides consumers, community leaders, and broadband providers with a comprehensive - map-based view of non-confidential broadband data compiled by the Governor's Office of Economic Development's Broadband Center.
-
- - Environmental Map (DEQ) - -
Environmental Interactive - Map
-
-
ArcGIS Maps SDK for JavaScript, Dojo, UGRC API, Discover base maps, ASP.NET, UGRC Components, Forklift, GitHub ActionsSearch for site-specific information relating to DEQ programs including regulated environmental sites, - facilities, and designations.
-
- - SGID Raster Search (UGRC) - -
Raster Data Discovery -
-
-
ArcGIS Maps SDK for JavaScript, Dojo, UGRC API, Discover base maps, Forklift, GitHub ActionsDownload all of the imagery, elevation, lidar, and scanned maps available from Utah's SGID.
-
- - SGID Parcel Viewer (UGRC) - -
State Parcel Map -
-
-
ArcGIS Maps SDK for JavaScript, ReactJS, UGRC API, Discover base maps, UGRC - Components, Forklift, GitHub ActionsZoom in to view parcel boundaries and basic attributes as assembled statewide by UGRC, in coordination with - County Recorders.
-

Related Data

- diff --git a/developer/applications/locate/index.html b/developer/applications/locate/index.html deleted file mode 100644 index 963a917817..0000000000 --- a/developer/applications/locate/index.html +++ /dev/null @@ -1,47 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2017-12-21 15:18:09 -0700 -title: Economic Development -categories: - - Developer ---- -
-

Locate.utah.gov

-

Tools for finding and discovering places to locate a business or family

- -
-
- initial view of application -
Locate viewer with economic development data layers turned on, and - a map point selected and ready to generate a summary report
-
-

Why

-

Locate.utah.gov is the first site of its kind and a key tool in helping businesses find the critical information they - need to make site selection decisions. The site allows users to explore the state’s broadband availability, utility - information, transportation, work force and lifestyle features. It also allows developers to evaluate potential - locations and print customized reports with detailed summaries of available infrastructure.

-

Data Origination

-

Locate.utah.gov was developed for the Utah Broadband Center in - GOEO. The Center works with more than 50 broadband providers who can supply premium services for all types of - businesses in both urban and rural areas. The - coverage data for these providers is aggregated by UGRC. It is then combined with a variety of other useful data - from the SGID to provide a great window into the area in which you are interested.

- diff --git a/developer/applications/locate/locate_utah_gov.png b/developer/applications/locate/locate_utah_gov.png deleted file mode 100644 index eaa5180877..0000000000 Binary files a/developer/applications/locate/locate_utah_gov.png and /dev/null differ diff --git a/developer/applications/parcels/index.html b/developer/applications/parcels/index.html deleted file mode 100644 index 6d1fc5b18c..0000000000 --- a/developer/applications/parcels/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2017-12-21 15:18:09 -0700 -title: Parcel Viewer -categories: - - Developer ---- -
-

SGID Parcel Viewer

-

Tools for finding and discovering parcel information

-
In partnership with Utah County Recorders
- -
-
- initial view of application -
Parcel viewer with a selected parcel and it's information
-
-

Why

-

The parcel shapefile and file geodatabase data that UGRC standardizes are the most popular vector downloads on this - website. The parcel viewer makes this data accessible to anyone with a web browser. In turn, it is one of the most - popular web applications that UGRC offers. Not every county has their own parcel viewing application, so this - application fills in the gaps. When a county does have their own web application, the parcel viewer displays a link to - it.

-

Data Origination

-

The Recorders Office at the county level creates and maintains parcel data. The counties share the parcel data with - UGRC on a schedule. UGRC standardizes the data into a common schema across all 29 counties.

-

Challenges

-

Utah contains 29 counties that uniquely handle parcel data. In order to create a statewide data set UGRC ETL's the county data into a common schema with common fields. After the - 29 county data layers are standardized, the developers were able to use forklift to optimize the data even further for use in the application. -

-

Since there are 29 different parcel layers for Utah and the application is displaying information across all of the - counties, it would be very inefficient to put all 29 layers in a map and query each layer on every user click. Another - option would be to query the county layer first to figure out which county the click was in and then choose the - correct parcel layer, but that is also inefficient. Using forklift, the developers were able to create one layer - containing statewide parcels. The fields that are not displayed in the web application were removed and indexes were - added to the fields that are searched on. This creates an optimal experience for the users with very fast query - capability over the entire state.

- diff --git a/developer/applications/parcels/parcels_utah_gov.png b/developer/applications/parcels/parcels_utah_gov.png deleted file mode 100644 index 7e5f766294..0000000000 Binary files a/developer/applications/parcels/parcels_utah_gov.png and /dev/null differ diff --git a/developer/applications/plss/index.html b/developer/applications/plss/index.html deleted file mode 100644 index 58afed7cc8..0000000000 --- a/developer/applications/plss/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2017-12-21 15:18:09 -0700 -title: PLSS Monument Records -categories: - - Developer ---- -
-

PLSS Monument Record Management

-

Tools for visualizing and submitting monument records

-
In partnership with Utah Surveyors
- -
-
- initial view of application -
Selected PLSS point with an existing monument record sheet, and the option to add another.
-
-

Why

-

Section corners in the Public Land Survey System (PLSS) form the foundation for all descriptions of private property and public land boundaries in Utah. All legal property descriptions start from PLSS section corner markers, also known as monuments. If you've ever seen a legal description of a parcel, a subdivision development, or even a service district or municipality, you may have noticed that the description and map always starts with a reference to a PLSS section corner. Keeping the correct, precise location of these corners accessible greatly reduces boundary discrepancies and disputes.

-

This web application allows surveyors to create an account to submit monument record sheets electronically. A standard form was created to unify the information collected. The application then notifies the county of the submission and the data is reviewed and subsequently incorporated into the PLSS data.

-

Data Origination

-

Licensed land surveyors perform the section corner location and monumentation, typically by setting a brass cap. The surveyor also completes a formal monument record sheet (a.k.a. a 'tie sheet') that is submitted to the appropriate county and state entities that preserve the record. Field notes from the survey may also be part of the required record.

-

Challenges

-

Each year hundreds of section corners that are used to determine property locations are in danger of being destroyed from land disturbances like new road projects, property development, and even conservation projects that rehabilitate vegetation after wild land and forest fires.

-

Urban development is expanding into many areas in Utah that have not been surveyed since the early 1900's. Historically, it has been difficult to quickly identify and protect the section corners that may be impacted, while not slowing down the desired pace of development.

- diff --git a/developer/applications/plss/plss_utah_gov_app.png b/developer/applications/plss/plss_utah_gov_app.png deleted file mode 100644 index 7578e9c3b4..0000000000 Binary files a/developer/applications/plss/plss_utah_gov_app.png and /dev/null differ diff --git a/developer/applications/raster/index.html b/developer/applications/raster/index.html deleted file mode 100644 index f25c20147e..0000000000 --- a/developer/applications/raster/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2017-12-21 15:18:09 -0700 -title: Raster Data Discovery -categories: - - Developer ---- -
-

Raster Data Discovery

-

Tools for finding and discovering raster products

- -
-
- initial view of application -
Raster preview with a 1990s vintage black and white photo of Utah's - State Capitol building
-
-

Why

-

Aerial photography, digital elevation models, LiDAR, topographic maps and elevation contours are invaluable asset for - GIS and other industries. Knowing what resources are available for a location is a must. UGRC continues to organize - the purchase of new LiDAR, elevation models and imagery while keeping the historical products available as services or - as a download.

-

Individually handling every unique public request for data does not scale and basic ftp downloads do not provide an - acceptable user experience by UGRC standards. The Raster Data Discovery application is updated when new products are - available making it the one stop web application for discovering and downloading the information you need.

-

Data Challenges

-

The sheer volume of data for this application presented a challenge. There are many dozens of layers and associated - services. This was made manageable by creating extent polygons for each product. These are managed in polygon feature - classes; one for each raster product category. This allows us to not have to query the tile indices for the actual - products until a specific product is chosen.

- diff --git a/developer/applications/raster/raster_utah_gov.png b/developer/applications/raster/raster_utah_gov.png deleted file mode 100644 index d5c9d816f6..0000000000 Binary files a/developer/applications/raster/raster_utah_gov.png and /dev/null differ diff --git a/developer/applications/residential-broadband/broadband_utah_gov.png b/developer/applications/residential-broadband/broadband_utah_gov.png deleted file mode 100644 index e3b5e90a9d..0000000000 Binary files a/developer/applications/residential-broadband/broadband_utah_gov.png and /dev/null differ diff --git a/developer/applications/residential-broadband/index.html b/developer/applications/residential-broadband/index.html deleted file mode 100644 index 56265877c7..0000000000 --- a/developer/applications/residential-broadband/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2017-12-21 15:18:09 -0700 -title: Residential Broadband -categories: - - Developer ---- -
-

Residential Broadband Map

-

Tools for visualizing available broadband providers and speeds

- -
-
- initial view of application -
Broadband providers and speeds for a given area
-
-

Why

-

This map attempts to provide consumers, community leaders, and broadband providers with a comprehensive map-based view of non-confidential data compiled by the Utah Broadband Center. Wireless broadband internet data is mapped using coverage area footprints derived from analyzing antennae location, signal strength and terrain. Wireline broadband internet data is mapped using provider reported availability footprints in developed areas. Once a provider’s broadband coverage is initially mapped, data updates take several forms including GIS files, written descriptions, provider created maps, and verbal and written discussions.

-

Data Origination

-

This application utilizes data compiled from broadband providers and public sources, including Utah’s State Geographic Information - Database (SGID) which is utilized extensively for locating addresses, - locating geographic places, and displaying background maps.

- diff --git a/developer/applications/suitability/charter_schools.geojson b/developer/applications/suitability/charter_schools.geojson deleted file mode 100644 index 546c1e897d..0000000000 --- a/developer/applications/suitability/charter_schools.geojson +++ /dev/null @@ -1,139 +0,0 @@ -{ -"type": "FeatureCollection", -"name": "charter_schools", -"features": [ -{ "type": "Feature", "properties": { "LEAName": "American Academy of Innovation", "SchoolName": "American Academy of Innovation", "LEANumber": "8K", "LEAID": 186429, "SchoolID": 186430, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "6", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "5410 W SOUTH JORDAN PARKWAY", "City": "SOUTH JORDAN", "State": "UT", "ZipCode": 84009, "FederalLoc": 21, "PhoneNumbe": "8018104786", "Website": "www.aaiutah.org", "DateOpened": "2016\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 400, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 54, "Grade7": 52, "Grade8": 66, "Grade9": 80, "Grade10": 41, "Grade11": 61, "Grade12": 46, "Female": 159, "Male": 240, "AmericanIn": 1, "Black": 2, "Asian": 8, "Hispanic": 63, "MultipleRa": 23, "PacificIsl": 0, "White": 303, "Economical": 88, "EnglishLea": 6, "StudentDis": 41, "Homeless": 3, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.020178952826257, 40.556911547595291 ] } }, -{ "type": "Feature", "properties": { "LEAName": "American Preparatory Academy", "SchoolName": "American Preparatory Academy - Accelerated School", "LEANumber": "74", "LEAID": 110573, "SchoolID": 186243, "SchoolNumb": 110, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "3636 W 3100 S", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84120, "FederalLoc": 21, "PhoneNumbe": "3853513090", "Website": "http:\/\/www.americanprep.org\/home\/", "DateOpened": "2011\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1633, "K": 85, "Grade1": 90, "Grade2": 88, "Grade3": 93, "Grade4": 125, "Grade5": 128, "Grade6": 129, "Grade7": 216, "Grade8": 206, "Grade9": 170, "Grade10": 123, "Grade11": 97, "Grade12": 83, "Female": 842, "Male": 791, "AmericanIn": 0, "Black": 114, "Asian": 142, "Hispanic": 985, "MultipleRa": 25, "PacificIsl": 43, "White": 324, "Economical": 873, "EnglishLea": 373, "StudentDis": 147, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.978003812008197, 40.704715090060461 ] } }, -{ "type": "Feature", "properties": { "LEAName": "American Preparatory Academy", "SchoolName": "American Preparatory Academy", "LEANumber": "74", "LEAID": 110573, "SchoolID": 110573, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "12892 S PONY EXPRESS RD", "City": "DRAPER", "State": "UT", "ZipCode": 84020, "FederalLoc": 21, "PhoneNumbe": "8015538500", "Website": "http:\/\/www.americanprep.org", "DateOpened": "2003\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.894716307421803, 40.516575159837807 ] } }, -{ "type": "Feature", "properties": { "LEAName": "American Preparatory Academy", "SchoolName": "American Preparatory Academy - Salem", "LEANumber": "74", "LEAID": 110573, "SchoolID": 186480, "SchoolNumb": 140, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "10", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "1195 S ELK RIDGE DRIVE", "City": "SALEM", "State": "UT", "ZipCode": 84653, "FederalLoc": 21, "PhoneNumbe": "8014654434", "Website": "salem.americanprep.org", "DateOpened": "2016\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 535, "K": 67, "Grade1": 71, "Grade2": 62, "Grade3": 60, "Grade4": 44, "Grade5": 52, "Grade6": 53, "Grade7": 50, "Grade8": 42, "Grade9": 34, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 263, "Male": 272, "AmericanIn": 1, "Black": 5, "Asian": 6, "Hispanic": 44, "MultipleRa": 8, "PacificIsl": 10, "White": 461, "Economical": 154, "EnglishLea": 19, "StudentDis": 62, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.691318379182562, 40.036511221646649 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Ascent Academies of Utah", "SchoolName": "Ascent Academies of Utah Lehi", "LEANumber": "2J", "LEAID": 186351, "SchoolID": 186414, "SchoolNumb": 320, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "2199 W 900 N", "City": "LEHI", "State": "UT", "ZipCode": 84043, "FederalLoc": 21, "PhoneNumbe": "3853749641", "Website": "http:\/\/lehi.ascentutah.org\/", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 602, "K": 74, "Grade1": 63, "Grade2": 67, "Grade3": 79, "Grade4": 65, "Grade5": 69, "Grade6": 60, "Grade7": 62, "Grade8": 45, "Grade9": 18, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 277, "Male": 325, "AmericanIn": 2, "Black": 9, "Asian": 9, "Hispanic": 79, "MultipleRa": 27, "PacificIsl": 6, "White": 470, "Economical": 122, "EnglishLea": 33, "StudentDis": 93, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.884176616738344, 40.397820279107883 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Athenian eAcademy", "SchoolName": "Athenian eAcademy", "LEANumber": "4K", "LEAID": 186387, "SchoolID": 186388, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "765 E 340 S SUITE 203", "City": "AMERICAN FORK", "State": "UT", "ZipCode": 84003, "FederalLoc": 21, "PhoneNumbe": "3857155400", "Website": "www.aea.rocks", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 673, "K": 72, "Grade1": 72, "Grade2": 67, "Grade3": 70, "Grade4": 57, "Grade5": 66, "Grade6": 65, "Grade7": 67, "Grade8": 44, "Grade9": 29, "Grade10": 22, "Grade11": 21, "Grade12": 21, "Female": 302, "Male": 371, "AmericanIn": 11, "Black": 5, "Asian": 1, "Hispanic": 37, "MultipleRa": 11, "PacificIsl": 0, "White": 608, "Economical": 84, "EnglishLea": 1, "StudentDis": 109, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.777432890951232, 40.370255810446913 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Athlos Academy of Utah", "SchoolName": "Athlos Academy of Utah", "LEANumber": "1L", "LEAID": 186444, "SchoolID": 186445, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "12309 SOUTH MUSTANG TRAIL WAY", "City": "HERRIMAN", "State": "UT", "ZipCode": 84096, "FederalLoc": 21, "PhoneNumbe": "8014384619", "Website": "www.athlosutah.org", "DateOpened": "2016\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 814, "K": 115, "Grade1": 129, "Grade2": 114, "Grade3": 108, "Grade4": 91, "Grade5": 105, "Grade6": 92, "Grade7": 26, "Grade8": 34, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 352, "Male": 462, "AmericanIn": 1, "Black": 15, "Asian": 5, "Hispanic": 94, "MultipleRa": 26, "PacificIsl": 19, "White": 654, "Economical": 169, "EnglishLea": 63, "StudentDis": 104, "Homeless": 3, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.032057586033943, 40.526450405350708 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Entheos Academy", "SchoolName": "Entheos Academy", "LEANumber": "3C", "LEAID": 185690, "SchoolID": 185690, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "4710 W 6200 S", "City": "KEARNS", "State": "UT", "ZipCode": 84118, "FederalLoc": 21, "PhoneNumbe": "8014175444", "Website": "http:\/\/www.entheosacademy.org\/", "DateOpened": "2006\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.002771991240351, 40.640534545673198 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Entheos Academy", "SchoolName": "Entheos Academy Magna", "LEANumber": "3C", "LEAID": 185690, "SchoolID": 186288, "SchoolNumb": 110, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "2606 S 7200 W", "City": "MAGNA", "State": "UT", "ZipCode": 84044, "FederalLoc": 21, "PhoneNumbe": "8012505233", "Website": "http:\/\/entheosacademy.org\/", "DateOpened": "2012\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 480, "K": 55, "Grade1": 56, "Grade2": 56, "Grade3": 52, "Grade4": 53, "Grade5": 51, "Grade6": 55, "Grade7": 54, "Grade8": 48, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 223, "Male": 257, "AmericanIn": 4, "Black": 4, "Asian": 6, "Hispanic": 227, "MultipleRa": 7, "PacificIsl": 6, "White": 226, "Economical": 245, "EnglishLea": 132, "StudentDis": 52, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.064573050973692, 40.712836469389487 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Franklin Discovery Academy", "SchoolName": "Franklin Discovery Academy", "LEANumber": "6K", "LEAID": 186419, "SchoolID": 186420, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "320 E. GAMMON ROAD", "City": "VINEYARD", "State": "UT", "ZipCode": 84058, "FederalLoc": 21, "PhoneNumbe": "8017856500", "Website": "http:\/\/franklindiscovery.org\/", "DateOpened": "2016\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 576, "K": 86, "Grade1": 110, "Grade2": 102, "Grade3": 79, "Grade4": 83, "Grade5": 56, "Grade6": 60, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 259, "Male": 317, "AmericanIn": 1, "Black": 0, "Asian": 2, "Hispanic": 82, "MultipleRa": 18, "PacificIsl": 16, "White": 457, "Economical": 163, "EnglishLea": 9, "StudentDis": 84, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.745296199752715, 40.296494990144581 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Freedom Preparatory Academy", "SchoolName": "Freedom Preparatory Academy", "LEANumber": "82", "LEAID": 110574, "SchoolID": 110574, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "1190 W 900 N", "City": "PROVO", "State": "UT", "ZipCode": 84604, "FederalLoc": 12, "PhoneNumbe": "8014373100", "Website": "http:\/\/www.pfa.cc", "DateOpened": "2003\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1360, "K": 130, "Grade1": 121, "Grade2": 116, "Grade3": 120, "Grade4": 111, "Grade5": 98, "Grade6": 144, "Grade7": 160, "Grade8": 137, "Grade9": 77, "Grade10": 62, "Grade11": 38, "Grade12": 46, "Female": 687, "Male": 673, "AmericanIn": 2, "Black": 10, "Asian": 25, "Hispanic": 595, "MultipleRa": 63, "PacificIsl": 10, "White": 655, "Economical": 549, "EnglishLea": 270, "StudentDis": 155, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.679520213464755, 40.246739982045703 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Freedom Preparatory Academy", "SchoolName": "Freedom Preparatory Academy - Vineyard", "LEANumber": "82", "LEAID": 110574, "SchoolID": 186433, "SchoolNumb": 105, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "5", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "426 NORTH 100 WEST", "City": "VINEYARD", "State": "UT", "ZipCode": 84058, "FederalLoc": 21, "PhoneNumbe": "8014373100", "Website": "www.freedomprep.net", "DateOpened": "2016\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 546, "K": 120, "Grade1": 120, "Grade2": 90, "Grade3": 80, "Grade4": 70, "Grade5": 66, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 276, "Male": 270, "AmericanIn": 2, "Black": 5, "Asian": 11, "Hispanic": 91, "MultipleRa": 24, "PacificIsl": 15, "White": 398, "Economical": 124, "EnglishLea": 47, "StudentDis": 48, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.754771320349136, 40.304452117168182 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Greenwood Charter School", "SchoolName": "Greenwood Charter School", "LEANumber": "7J", "LEAID": 186390, "SchoolID": 186391, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "840 NORTH HIGHWAY 89", "City": "OGDEN", "State": "UT", "ZipCode": 84404, "FederalLoc": 21, "PhoneNumbe": "8015902972", "Website": "www.greenwoodcharter.org", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 378, "K": 51, "Grade1": 54, "Grade2": 41, "Grade3": 46, "Grade4": 49, "Grade5": 45, "Grade6": 42, "Grade7": 27, "Grade8": 23, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 167, "Male": 211, "AmericanIn": 0, "Black": 4, "Asian": 2, "Hispanic": 80, "MultipleRa": 25, "PacificIsl": 0, "White": 267, "Economical": 181, "EnglishLea": 19, "StudentDis": 63, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.979648234729638, 41.274541644137777 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Hawthorn Academy", "SchoolName": "Hawthorn Academy South Jordan", "LEANumber": "8F", "LEAID": 186112, "SchoolID": 186412, "SchoolNumb": 110, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1437 W 11400 S", "City": "SOUTH JORDAN", "State": "UT", "ZipCode": 84095, "FederalLoc": 21, "PhoneNumbe": "8012603040", "Website": "www.hawthornacademy.org", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 625, "K": 98, "Grade1": 92, "Grade2": 92, "Grade3": 95, "Grade4": 90, "Grade5": 78, "Grade6": 80, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 314, "Male": 311, "AmericanIn": 4, "Black": 8, "Asian": 31, "Hispanic": 112, "MultipleRa": 34, "PacificIsl": 10, "White": 426, "Economical": 212, "EnglishLea": 22, "StudentDis": 85, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.931832811194482, 40.543451497501756 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Hawthorn Academy", "SchoolName": "Hawthorn Academy", "LEANumber": "8F", "LEAID": 186112, "SchoolID": 186112, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "9062 S 2200 W", "City": "WEST JORDAN", "State": "UT", "ZipCode": 84088, "FederalLoc": 21, "PhoneNumbe": "8012829066", "Website": "http:\/\/www.hawthornacademy.org", "DateOpened": "2009\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.949806264771581, 40.586399916251409 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Roots Charter High School", "SchoolName": "Roots Charter High School", "LEANumber": "3K", "LEAID": 186374, "SchoolID": 186375, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "2250 SOUTH 1300 WEST", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84119, "FederalLoc": 21, "PhoneNumbe": "8015738719", "Website": "www.rootshigh.org", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 197, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 33, "Grade10": 51, "Grade11": 66, "Grade12": 47, "Female": 105, "Male": 92, "AmericanIn": 2, "Black": 0, "Asian": 1, "Hispanic": 75, "MultipleRa": 6, "PacificIsl": 1, "White": 112, "Economical": 126, "EnglishLea": 0, "StudentDis": 44, "Homeless": 13, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.92943568290994, 40.722239736026793 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Scholar Academy", "SchoolName": "Scholar Academy", "LEANumber": "6J", "LEAID": 186353, "SchoolID": 186354, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "928 N 100 E", "City": "TOOELE", "State": "UT", "ZipCode": 84074, "FederalLoc": 32, "PhoneNumbe": "4355666957", "Website": "http:\/\/scholarcharter.org\/", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 638, "K": 74, "Grade1": 72, "Grade2": 70, "Grade3": 71, "Grade4": 76, "Grade5": 81, "Grade6": 75, "Grade7": 71, "Grade8": 48, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 289, "Male": 349, "AmericanIn": 1, "Black": 1, "Asian": 2, "Hispanic": 77, "MultipleRa": 19, "PacificIsl": 3, "White": 535, "Economical": 201, "EnglishLea": 10, "StudentDis": 80, "Homeless": 3, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.294651264748154, 40.549343125392141 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Spectrum Academy", "SchoolName": "Spectrum Academy", "LEANumber": "3D", "LEAID": 185698, "SchoolID": 185698, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "575 N CUTLER DR", "City": "NORTH SALT LAKE", "State": "UT", "ZipCode": 84054, "FederalLoc": 21, "PhoneNumbe": "8019360318", "Website": "http:\/\/www.spectrumcharter.org", "DateOpened": "2006\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.93240438675187, 40.852796454284785 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Spectrum Academy", "SchoolName": "Spectrum Academy - Pleasant Grove", "LEANumber": "3D", "LEAID": 185698, "SchoolID": 186365, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "867 SOUTH 800 WEST", "City": "PLEASANT GROVE", "State": "UT", "ZipCode": 84062, "FederalLoc": 21, "PhoneNumbe": "8017859019", "Website": "www.spectrumcharter.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 616, "K": 42, "Grade1": 44, "Grade2": 47, "Grade3": 45, "Grade4": 43, "Grade5": 50, "Grade6": 46, "Grade7": 56, "Grade8": 57, "Grade9": 54, "Grade10": 55, "Grade11": 41, "Grade12": 36, "Female": 147, "Male": 467, "AmericanIn": 0, "Black": 3, "Asian": 10, "Hispanic": 51, "MultipleRa": 24, "PacificIsl": 2, "White": 526, "Economical": 176, "EnglishLea": 10, "StudentDis": 483, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.752068637307218, 40.352815140822209 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Summit Academy", "SchoolName": "Summit Academy - Bluffdale", "LEANumber": "A4", "LEAID": 125579, "SchoolID": 186447, "SchoolNumb": 310, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1940 W. 14400 S.", "City": "BLUFFDALE", "State": "UT", "ZipCode": 84065, "FederalLoc": 21, "PhoneNumbe": "8012549488", "Website": "http:\/\/www.summitacademyschools.org", "DateOpened": "2016\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 500, "K": 77, "Grade1": 74, "Grade2": 95, "Grade3": 72, "Grade4": 67, "Grade5": 55, "Grade6": 60, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 230, "Male": 270, "AmericanIn": 0, "Black": 14, "Asian": 9, "Hispanic": 38, "MultipleRa": 25, "PacificIsl": 1, "White": 413, "Economical": 108, "EnglishLea": 8, "StudentDis": 79, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.942726546796024, 40.490860442608465 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Summit Academy", "SchoolName": "Summit Academy", "LEANumber": "A4", "LEAID": 125579, "SchoolID": 125579, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1225 E 13200 S", "City": "DRAPER", "State": "UT", "ZipCode": 84020, "FederalLoc": 21, "PhoneNumbe": "8015724166", "Website": "http:\/\/www.summitacademyschools.org", "DateOpened": "2004\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.855228951086659, 40.512372808705528 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Summit Academy", "SchoolName": "Summit Academy - Independence", "LEANumber": "A4", "LEAID": 125579, "SchoolID": 186371, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "15327 S. NOELL NELSON DRIVE", "City": "BLUFFDALE", "State": "UT", "ZipCode": 84065, "FederalLoc": 21, "PhoneNumbe": "8019878755", "Website": "http:\/\/www.summitacademyschools.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 972, "K": 90, "Grade1": 107, "Grade2": 110, "Grade3": 104, "Grade4": 108, "Grade5": 104, "Grade6": 93, "Grade7": 134, "Grade8": 122, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 466, "Male": 506, "AmericanIn": 0, "Black": 11, "Asian": 37, "Hispanic": 115, "MultipleRa": 36, "PacificIsl": 14, "White": 759, "Economical": 154, "EnglishLea": 37, "StudentDis": 99, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.918766659978388, 40.473094596367297 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Syracuse Arts Academy", "SchoolName": "Syracuse Arts Academy", "LEANumber": "4D", "LEAID": 185793, "SchoolID": 185793, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "2893 W 1700 S", "City": "SYRACUSE", "State": "UT", "ZipCode": 84075, "FederalLoc": 21, "PhoneNumbe": "8017792066", "Website": "http:\/\/www.syracuseartsacademy.org", "DateOpened": "2006\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.082284136300714, 41.088699249075646 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Syracuse Arts Academy", "SchoolName": "Syracuse Arts Academy - North", "LEANumber": "4D", "LEAID": 185793, "SchoolID": 186413, "SchoolNumb": 110, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "357 S. 1550 W.", "City": "SYRACUSE", "State": "UT", "ZipCode": 84075, "FederalLoc": 21, "PhoneNumbe": "8018270540", "Website": "www.SyracuseArtsAcademy.org", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 748, "K": 109, "Grade1": 108, "Grade2": 108, "Grade3": 106, "Grade4": 106, "Grade5": 106, "Grade6": 105, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 388, "Male": 360, "AmericanIn": 5, "Black": 14, "Asian": 15, "Hispanic": 60, "MultipleRa": 39, "PacificIsl": 9, "White": 606, "Economical": 161, "EnglishLea": 6, "StudentDis": 104, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.055190617649956, 41.109037140969789 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Terra Academy", "SchoolName": "Terra Academy", "LEANumber": "8J", "LEAID": 186372, "SchoolID": 186373, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "267 S AGGIE BLVD", "City": "VERNAL", "State": "UT", "ZipCode": 84078, "FederalLoc": 33, "PhoneNumbe": "8443226562", "Website": "www.theterraacademy.org", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 632, "K": 50, "Grade1": 50, "Grade2": 50, "Grade3": 50, "Grade4": 50, "Grade5": 50, "Grade6": 50, "Grade7": 50, "Grade8": 50, "Grade9": 50, "Grade10": 48, "Grade11": 42, "Grade12": 42, "Female": 309, "Male": 323, "AmericanIn": 0, "Black": 1, "Asian": 2, "Hispanic": 35, "MultipleRa": 29, "PacificIsl": 1, "White": 564, "Economical": 168, "EnglishLea": 0, "StudentDis": 92, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -109.565223626921082, 40.452285560055181 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Vanguard Academy", "SchoolName": "Vanguard Academy", "LEANumber": "1K", "LEAID": 186380, "SchoolID": 186381, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "2650 SOUTH DECKER LAKE LANE", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84119, "FederalLoc": 21, "PhoneNumbe": "8013278724", "Website": "www.vanguardcharter.org", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 468, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 80, "Grade8": 81, "Grade9": 83, "Grade10": 88, "Grade11": 87, "Grade12": 49, "Female": 214, "Male": 254, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 468, "Economical": 385, "EnglishLea": 0, "StudentDis": 15, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.943987171498833, 40.712249501924589 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Wallace Stegner Academy", "SchoolName": "Wallace Stegner Academy", "LEANumber": "7K", "LEAID": 186423, "SchoolID": 186424, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "980 S. BENDING RIVER CT.", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84104, "FederalLoc": 12, "PhoneNumbe": "8014569570", "Website": "http:\/\/wsacharter.org", "DateOpened": "2016\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 703, "K": 85, "Grade1": 90, "Grade2": 85, "Grade3": 100, "Grade4": 67, "Grade5": 74, "Grade6": 73, "Grade7": 68, "Grade8": 61, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 365, "Male": 338, "AmericanIn": 5, "Black": 20, "Asian": 15, "Hispanic": 441, "MultipleRa": 22, "PacificIsl": 70, "White": 130, "Economical": 578, "EnglishLea": 76, "StudentDis": 61, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.946074389095173, 40.747892834959607 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Wasatch Waldorf Charter School", "SchoolName": "Wasatch Waldorf Charter School", "LEANumber": "5K", "LEAID": 186421, "SchoolID": 186422, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1458 EAST MURRAY-HOLLADAY ROAD", "City": "HOLLADAY", "State": "UT", "ZipCode": 84117, "FederalLoc": 12, "PhoneNumbe": "8018713950", "Website": "www.wasatchwaldorf.org", "DateOpened": "2016\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 641, "K": 65, "Grade1": 63, "Grade2": 64, "Grade3": 64, "Grade4": 97, "Grade5": 92, "Grade6": 83, "Grade7": 60, "Grade8": 53, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 334, "Male": 307, "AmericanIn": 0, "Black": 6, "Asian": 17, "Hispanic": 59, "MultipleRa": 37, "PacificIsl": 1, "White": 521, "Economical": 143, "EnglishLea": 12, "StudentDis": 88, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.849978551575902, 40.666463878133285 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Timpanogos Academy", "SchoolName": "Timpanogos Academy", "LEANumber": "95", "LEAID": 35539, "SchoolID": 35539, "SchoolNumb": 110, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "70 S 100 E", "City": "LINDON", "State": "UT", "ZipCode": 84042, "FederalLoc": 21, "PhoneNumbe": "8017854979", "Website": "http:\/\/www.timpacademy.org", "DateOpened": "2002\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 508, "K": 75, "Grade1": 80, "Grade2": 70, "Grade3": 75, "Grade4": 68, "Grade5": 67, "Grade6": 73, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 246, "Male": 262, "AmericanIn": 1, "Black": 1, "Asian": 14, "Hispanic": 99, "MultipleRa": 21, "PacificIsl": 3, "White": 369, "Economical": 50, "EnglishLea": 7, "StudentDis": 86, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.712451987351585, 40.33716868731311 ] } }, -{ "type": "Feature", "properties": { "LEAName": "John Hancock Charter School", "SchoolName": "John Hancock Charter School", "LEANumber": "93", "LEAID": 35537, "SchoolID": 35537, "SchoolNumb": 105, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "125 N 100 E", "City": "PLEASANT GROVE", "State": "UT", "ZipCode": 84062, "FederalLoc": 21, "PhoneNumbe": "8017965646", "Website": "http:\/\/www.johnhancockcs.org", "DateOpened": "2002\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 159, "K": 21, "Grade1": 23, "Grade2": 24, "Grade3": 23, "Grade4": 23, "Grade5": 22, "Grade6": 23, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 81, "Male": 78, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 11, "MultipleRa": 13, "PacificIsl": 0, "White": 135, "Economical": 79, "EnglishLea": 0, "StudentDis": 32, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.739357820990023, 40.365491215253975 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Thomas Edison", "SchoolName": "Thomas Edison", "LEANumber": "94", "LEAID": 35538, "SchoolID": 35538, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "180 E 2600 N", "City": "NORTH LOGAN", "State": "UT", "ZipCode": 84341, "FederalLoc": 23, "PhoneNumbe": "4357872820", "Website": "http:\/\/www.thomased.org", "DateOpened": "2002\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.829028003892091, 41.779412852248363 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Pinnacle Canyon Academy", "SchoolName": "Pinnacle Canyon Academy", "LEANumber": "86", "LEAID": 5492, "SchoolID": 5492, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "PK", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "210 N 600 E", "City": "PRICE", "State": "UT", "ZipCode": 84501, "FederalLoc": 33, "PhoneNumbe": "4356138102", "Website": "http:\/\/www.pcaschool.com", "DateOpened": "1999\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 456, "K": 23, "Grade1": 26, "Grade2": 39, "Grade3": 27, "Grade4": 28, "Grade5": 38, "Grade6": 40, "Grade7": 46, "Grade8": 30, "Grade9": 45, "Grade10": 39, "Grade11": 37, "Grade12": 38, "Female": 215, "Male": 241, "AmericanIn": 10, "Black": 1, "Asian": 0, "Hispanic": 89, "MultipleRa": 8, "PacificIsl": 0, "White": 348, "Economical": 318, "EnglishLea": 0, "StudentDis": 135, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -110.799387831419054, 39.602906843000888 ] } }, -{ "type": "Feature", "properties": { "LEAName": "City Academy", "SchoolName": "City Academy", "LEANumber": "87", "LEAID": 10527, "SchoolID": 10527, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "555 E 200 S", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84102, "FederalLoc": 12, "PhoneNumbe": "8015968489", "Website": "http:\/\/www.cityacademyslc.org", "DateOpened": "2000\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 148, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 16, "Grade8": 29, "Grade9": 30, "Grade10": 34, "Grade11": 21, "Grade12": 18, "Female": 72, "Male": 76, "AmericanIn": 1, "Black": 5, "Asian": 4, "Hispanic": 56, "MultipleRa": 9, "PacificIsl": 0, "White": 73, "Economical": 68, "EnglishLea": 22, "StudentDis": 30, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.874791932236519, 40.765314862839986 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Navigator Pointe Academy", "SchoolName": "Navigator Pointe Academy", "LEANumber": "9B", "LEAID": 170609, "SchoolID": 170609, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "6844 S NAVIGATOR RD", "City": "WEST JORDAN", "State": "UT", "ZipCode": 84084, "FederalLoc": 21, "PhoneNumbe": "8018401210", "Website": "http:\/\/www.npacademy.org", "DateOpened": "2005\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 455, "K": 58, "Grade1": 56, "Grade2": 58, "Grade3": 57, "Grade4": 54, "Grade5": 41, "Grade6": 42, "Grade7": 39, "Grade8": 27, "Grade9": 23, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 232, "Male": 223, "AmericanIn": 0, "Black": 8, "Asian": 16, "Hispanic": 64, "MultipleRa": 18, "PacificIsl": 14, "White": 335, "Economical": 58, "EnglishLea": 5, "StudentDis": 57, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.002431723783772, 40.626475703422905 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Wasatch Peak Academy", "SchoolName": "Wasatch Peak Academy", "LEANumber": "4B", "LEAID": 165611, "SchoolID": 165611, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "414 N CUTLER DRIVE", "City": "NORTH SALT LAKE", "State": "UT", "ZipCode": 84054, "FederalLoc": 21, "PhoneNumbe": "8019363066", "Website": "http:\/\/www.wasatchpeak.org", "DateOpened": "2005\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 434, "K": 48, "Grade1": 72, "Grade2": 74, "Grade3": 69, "Grade4": 50, "Grade5": 50, "Grade6": 71, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 209, "Male": 225, "AmericanIn": 1, "Black": 5, "Asian": 18, "Hispanic": 72, "MultipleRa": 17, "PacificIsl": 15, "White": 306, "Economical": 93, "EnglishLea": 13, "StudentDis": 45, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.93112902518682, 40.849389818165115 ] } }, -{ "type": "Feature", "properties": { "LEAName": "North Star Academy", "SchoolName": "North Star Academy", "LEANumber": "5B", "LEAID": 165612, "SchoolID": 165612, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "2920 W 14000 S", "City": "BLUFFDALE", "State": "UT", "ZipCode": 84065, "FederalLoc": 21, "PhoneNumbe": "8013029579", "Website": "http:\/\/www.north-staracademy.com", "DateOpened": "2005\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 529, "K": 50, "Grade1": 50, "Grade2": 50, "Grade3": 50, "Grade4": 52, "Grade5": 52, "Grade6": 54, "Grade7": 54, "Grade8": 64, "Grade9": 53, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 258, "Male": 271, "AmericanIn": 0, "Black": 4, "Asian": 11, "Hispanic": 29, "MultipleRa": 12, "PacificIsl": 1, "White": 472, "Economical": 39, "EnglishLea": 4, "StudentDis": 54, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.961364195829574, 40.497473255103081 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Odyssey Charter School", "SchoolName": "Odyssey Charter School", "LEANumber": "1C", "LEAID": 175612, "SchoolID": 175612, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "738 E QUALITY DR", "City": "AMERICAN FORK", "State": "UT", "ZipCode": 84003, "FederalLoc": 21, "PhoneNumbe": "8014928105", "Website": "http:\/\/www.odysseycharter.net", "DateOpened": "2005\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 411, "K": 63, "Grade1": 65, "Grade2": 65, "Grade3": 55, "Grade4": 71, "Grade5": 46, "Grade6": 46, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 199, "Male": 212, "AmericanIn": 0, "Black": 3, "Asian": 28, "Hispanic": 63, "MultipleRa": 13, "PacificIsl": 3, "White": 301, "Economical": 84, "EnglishLea": 26, "StudentDis": 48, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.779678628855862, 40.361607454731256 ] } }, -{ "type": "Feature", "properties": { "LEAName": "No. UT. Acad. for Math Engineering & Science", "SchoolName": "No. UT. Acad. for Math Engineering & Science", "LEANumber": "A1", "LEAID": 125576, "SchoolID": 125576, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "10", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "2750 N UNIVERSITY PARK BLVD", "City": "LAYTON", "State": "UT", "ZipCode": 84041, "FederalLoc": 21, "PhoneNumbe": "8013953350", "Website": "http:\/\/www.nuames.org", "DateOpened": "2004\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.983916837618608, 41.099459989680525 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Ranches Academy", "SchoolName": "Ranches Academy", "LEANumber": "A2", "LEAID": 125577, "SchoolID": 125577, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "7789 TAWNY OWL CIR", "City": "EAGLE MOUNTAIN", "State": "UT", "ZipCode": 84005, "FederalLoc": 21, "PhoneNumbe": "8017894000", "Website": "http:\/\/www.theranchesacademy.com", "DateOpened": "2004\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 371, "K": 54, "Grade1": 52, "Grade2": 55, "Grade3": 53, "Grade4": 54, "Grade5": 52, "Grade6": 51, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 200, "Male": 171, "AmericanIn": 3, "Black": 2, "Asian": 0, "Hispanic": 25, "MultipleRa": 7, "PacificIsl": 12, "White": 322, "Economical": 58, "EnglishLea": 1, "StudentDis": 51, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.985300727348104, 40.359378042134509 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Salt Lake Arts Academy", "SchoolName": "Salt Lake Arts Academy", "LEANumber": "97", "LEAID": 110569, "SchoolID": 110569, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "5", "GradeHigh": "8", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "844 S 200 E", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84111, "FederalLoc": 12, "PhoneNumbe": "8015311173", "Website": "http:\/\/www.saltlakeartsacademy.org", "DateOpened": "2003\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 408, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 102, "Grade6": 102, "Grade7": 101, "Grade8": 103, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 219, "Male": 189, "AmericanIn": 0, "Black": 5, "Asian": 14, "Hispanic": 44, "MultipleRa": 23, "PacificIsl": 1, "White": 321, "Economical": 66, "EnglishLea": 1, "StudentDis": 35, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.885730244039081, 40.750856359407329 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Davinci Academy", "SchoolName": "Davinci Academy", "LEANumber": "A3", "LEAID": 125578, "SchoolID": 125578, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "2033 GRANT AVE", "City": "OGDEN", "State": "UT", "ZipCode": 84401, "FederalLoc": 13, "PhoneNumbe": "8014090700", "Website": "http:\/\/www.davinciacademy.org", "DateOpened": "2004\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1269, "K": 104, "Grade1": 126, "Grade2": 105, "Grade3": 116, "Grade4": 107, "Grade5": 102, "Grade6": 87, "Grade7": 97, "Grade8": 92, "Grade9": 104, "Grade10": 86, "Grade11": 74, "Grade12": 69, "Female": 647, "Male": 622, "AmericanIn": 2, "Black": 13, "Asian": 22, "Hispanic": 248, "MultipleRa": 42, "PacificIsl": 7, "White": 935, "Economical": 472, "EnglishLea": 17, "StudentDis": 174, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.973668287325495, 41.230429294815828 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Itineris Early College High", "SchoolName": "Itineris Early College High", "LEANumber": "A5", "LEAID": 125580, "SchoolID": 125580, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "10", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "8714 ROY DEL CIRCLE", "City": "WEST JORDAN", "State": "UT", "ZipCode": 84088, "FederalLoc": 21, "PhoneNumbe": "3858002140", "Website": "http:\/\/www.iechs.org", "DateOpened": "2004\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 414, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 169, "Grade11": 135, "Grade12": 110, "Female": 200, "Male": 214, "AmericanIn": 2, "Black": 10, "Asian": 34, "Hispanic": 113, "MultipleRa": 19, "PacificIsl": 11, "White": 225, "Economical": 98, "EnglishLea": 11, "StudentDis": 15, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.974805810495056, 40.593189851246223 ] } }, -{ "type": "Feature", "properties": { "LEAName": "North Davis Preparatory Academy", "SchoolName": "North Davis Preparatory Academy", "LEANumber": "A6", "LEAID": 125581, "SchoolID": 125581, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "1765 W HILLFIELD RD", "City": "LAYTON", "State": "UT", "ZipCode": 84041, "FederalLoc": 21, "PhoneNumbe": "8015471809", "Website": "http:\/\/www.northdavisprep.org", "DateOpened": "2004\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1004, "K": 100, "Grade1": 113, "Grade2": 105, "Grade3": 103, "Grade4": 109, "Grade5": 112, "Grade6": 100, "Grade7": 96, "Grade8": 87, "Grade9": 79, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 500, "Male": 504, "AmericanIn": 3, "Black": 20, "Asian": 14, "Hispanic": 338, "MultipleRa": 40, "PacificIsl": 4, "White": 585, "Economical": 259, "EnglishLea": 120, "StudentDis": 101, "Homeless": 1, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.998225492721602, 41.067106022444584 ] } }, -{ "type": "Feature", "properties": { "LEAName": "East Hollywood High", "SchoolName": "East Hollywood High", "LEANumber": "A8", "LEAID": 135601, "SchoolID": 135601, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "2185 S 3600 W", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84119, "FederalLoc": 21, "PhoneNumbe": "8018868181", "Website": "http:\/\/www.easthollywood.org", "DateOpened": "2004\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 320, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 45, "Grade10": 81, "Grade11": 103, "Grade12": 91, "Female": 184, "Male": 136, "AmericanIn": 4, "Black": 5, "Asian": 0, "Hispanic": 74, "MultipleRa": 16, "PacificIsl": 19, "White": 202, "Economical": 176, "EnglishLea": 25, "StudentDis": 66, "Homeless": 2, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.976779596023846, 40.724456209379859 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Reagan Academy", "SchoolName": "Reagan Academy", "LEANumber": "7B", "LEAID": 165614, "SchoolID": 165614, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1143 W CENTER", "City": "SPRINGVILLE", "State": "UT", "ZipCode": 84663, "FederalLoc": 21, "PhoneNumbe": "8014897828", "Website": "http:\/\/www.reaganacademy.org\/", "DateOpened": "2005\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 681, "K": 80, "Grade1": 76, "Grade2": 79, "Grade3": 80, "Grade4": 79, "Grade5": 83, "Grade6": 81, "Grade7": 66, "Grade8": 57, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 344, "Male": 337, "AmericanIn": 7, "Black": 4, "Asian": 6, "Hispanic": 86, "MultipleRa": 17, "PacificIsl": 11, "White": 550, "Economical": 173, "EnglishLea": 25, "StudentDis": 86, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.631061518931048, 40.165928242756209 ] } }, -{ "type": "Feature", "properties": { "LEAName": "American Leadership Academy", "SchoolName": "American Leadership Academy", "LEANumber": "8B", "LEAID": 165615, "SchoolID": 165615, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "898 W 1100 S", "City": "SPANISH FORK", "State": "UT", "ZipCode": 84660, "FederalLoc": 21, "PhoneNumbe": "8017942226", "Website": "http:\/\/www.americanleadership.net", "DateOpened": "2005\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1773, "K": 140, "Grade1": 138, "Grade2": 137, "Grade3": 125, "Grade4": 108, "Grade5": 142, "Grade6": 131, "Grade7": 143, "Grade8": 154, "Grade9": 141, "Grade10": 153, "Grade11": 126, "Grade12": 135, "Female": 896, "Male": 877, "AmericanIn": 5, "Black": 17, "Asian": 10, "Hispanic": 492, "MultipleRa": 37, "PacificIsl": 3, "White": 1209, "Economical": 675, "EnglishLea": 177, "StudentDis": 256, "Homeless": 12, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.669982680617323, 40.096741169676548 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Beehive Science & Technology Academy", "SchoolName": "Beehive Science & Technology Academy", "LEANumber": "3B", "LEAID": 165610, "SchoolID": 165610, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "6", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "830 E 9400 S", "City": "SANDY", "State": "UT", "ZipCode": 84094, "FederalLoc": 21, "PhoneNumbe": "8015760070", "Website": "http:\/\/www.beehiveacademy.org", "DateOpened": "2005\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 313, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 47, "Grade7": 66, "Grade8": 48, "Grade9": 61, "Grade10": 47, "Grade11": 22, "Grade12": 22, "Female": 114, "Male": 199, "AmericanIn": 2, "Black": 3, "Asian": 57, "Hispanic": 44, "MultipleRa": 11, "PacificIsl": 4, "White": 192, "Economical": 94, "EnglishLea": 6, "StudentDis": 43, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.868233659333924, 40.577709283901619 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Walden School of Liberal Arts", "SchoolName": "Walden School of Liberal Arts", "LEANumber": "81", "LEAID": 125582, "SchoolID": 125582, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "4230 N UNIVERSITY AVE", "City": "PROVO", "State": "UT", "ZipCode": 84604, "FederalLoc": 12, "PhoneNumbe": "8013741545", "Website": "http:\/\/waldenschool.us", "DateOpened": "2004\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 426, "K": 34, "Grade1": 33, "Grade2": 35, "Grade3": 32, "Grade4": 33, "Grade5": 32, "Grade6": 32, "Grade7": 30, "Grade8": 37, "Grade9": 38, "Grade10": 31, "Grade11": 33, "Grade12": 26, "Female": 213, "Male": 213, "AmericanIn": 4, "Black": 1, "Asian": 6, "Hispanic": 47, "MultipleRa": 15, "PacificIsl": 2, "White": 351, "Economical": 191, "EnglishLea": 11, "StudentDis": 84, "Homeless": 0, "Preschool": 10 }, "geometry": { "type": "Point", "coordinates": [ -111.657720482054685, 40.289497243507356 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Paradigm High School", "SchoolName": "Paradigm High School", "LEANumber": "9C", "LEAID": 185692, "SchoolID": 185692, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "11577 S 3600 W", "City": "SOUTH JORDAN", "State": "UT", "ZipCode": 84095, "FederalLoc": 21, "PhoneNumbe": "8016761018", "Website": "http:\/\/www.paradigmschools.org", "DateOpened": "2006\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 438, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 44, "Grade8": 50, "Grade9": 80, "Grade10": 94, "Grade11": 84, "Grade12": 86, "Female": 217, "Male": 221, "AmericanIn": 0, "Black": 2, "Asian": 4, "Hispanic": 46, "MultipleRa": 10, "PacificIsl": 0, "White": 376, "Economical": 77, "EnglishLea": 2, "StudentDis": 74, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.975738201572838, 40.541036388585113 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Edith Bowen Laboratory School", "SchoolName": "Edith Bowen Laboratory School", "LEANumber": "5E", "LEAID": 185833, "SchoolID": 185833, "SchoolNumb": 108, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1071 E 700 N", "City": "LOGAN", "State": "UT", "ZipCode": 84322, "FederalLoc": 13, "PhoneNumbe": "4357973085", "Website": "http:\/\/www.edithbowen.usu.edu", "DateOpened": "2007\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 359, "K": 48, "Grade1": 48, "Grade2": 51, "Grade3": 52, "Grade4": 52, "Grade5": 53, "Grade6": 55, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 167, "Male": 192, "AmericanIn": 2, "Black": 3, "Asian": 7, "Hispanic": 25, "MultipleRa": 17, "PacificIsl": 1, "White": 304, "Economical": 75, "EnglishLea": 5, "StudentDis": 56, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.808819016373661, 41.745112931785371 ] } }, -{ "type": "Feature", "properties": { "LEAName": "C.S. Lewis Academy", "SchoolName": "C.S. Lewis Academy", "LEANumber": "3E", "LEAID": 185842, "SchoolID": 185842, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "354 N SR-198", "City": "SANTAQUIN", "State": "UT", "ZipCode": 84655, "FederalLoc": 31, "PhoneNumbe": "8017543376", "Website": "http:\/\/www.cslewisacademy.net\/", "DateOpened": "2007\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 320, "K": 77, "Grade1": 48, "Grade2": 43, "Grade3": 39, "Grade4": 47, "Grade5": 41, "Grade6": 25, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 155, "Male": 165, "AmericanIn": 0, "Black": 1, "Asian": 1, "Hispanic": 113, "MultipleRa": 1, "PacificIsl": 0, "White": 204, "Economical": 167, "EnglishLea": 71, "StudentDis": 48, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.765567707319974, 39.98209402923019 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Karl G. Maeser Preparatory Academy", "SchoolName": "Karl G. Maeser Preparatory Academy", "LEANumber": "2E", "LEAID": 185835, "SchoolID": 185835, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "320 W 600 S", "City": "LINDON", "State": "UT", "ZipCode": 84042, "FederalLoc": 21, "PhoneNumbe": "8012359000", "Website": "http:\/\/www.maeserprep.org", "DateOpened": "2007\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 629, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 102, "Grade8": 102, "Grade9": 117, "Grade10": 109, "Grade11": 103, "Grade12": 96, "Female": 317, "Male": 312, "AmericanIn": 1, "Black": 4, "Asian": 47, "Hispanic": 72, "MultipleRa": 18, "PacificIsl": 3, "White": 484, "Economical": 59, "EnglishLea": 11, "StudentDis": 52, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.72282476297039, 40.327435242483325 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Dual Immersion Academy", "SchoolName": "Dual Immersion Academy", "LEANumber": "4E", "LEAID": 185843, "SchoolID": 185843, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1155 S GLENDALE DRIVE", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84104, "FederalLoc": 12, "PhoneNumbe": "8019721425", "Website": "http:\/\/diacharter.org\/", "DateOpened": "2007\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 475, "K": 54, "Grade1": 53, "Grade2": 68, "Grade3": 55, "Grade4": 52, "Grade5": 56, "Grade6": 53, "Grade7": 44, "Grade8": 40, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 222, "Male": 253, "AmericanIn": 0, "Black": 2, "Asian": 1, "Hispanic": 432, "MultipleRa": 4, "PacificIsl": 1, "White": 35, "Economical": 111, "EnglishLea": 229, "StudentDis": 48, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.931129223714493, 40.744119393450845 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Canyon Rim Academy", "SchoolName": "Canyon Rim Academy", "LEANumber": "9D", "LEAID": 185836, "SchoolID": 185836, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "3005 S 2900 E", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84109, "FederalLoc": 21, "PhoneNumbe": "8014742066", "Website": "http:\/\/www.canyonrimacademy.org", "DateOpened": "2007\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 513, "K": 80, "Grade1": 78, "Grade2": 78, "Grade3": 78, "Grade4": 78, "Grade5": 78, "Grade6": 43, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 231, "Male": 281, "AmericanIn": 0, "Black": 2, "Asian": 10, "Hispanic": 29, "MultipleRa": 22, "PacificIsl": 0, "White": 450, "Economical": 44, "EnglishLea": 4, "StudentDis": 38, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.809574145591398, 40.705738677606227 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Legacy Preparatory Academy", "SchoolName": "Legacy Preparatory Academy", "LEANumber": "5C", "LEAID": 185694, "SchoolID": 185694, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "1375 W CENTER STREET", "City": "NORTH SALT LAKE", "State": "UT", "ZipCode": 84054, "FederalLoc": 41, "PhoneNumbe": "8019360555", "Website": "http:\/\/www.legacyprep.org", "DateOpened": "2006\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1117, "K": 112, "Grade1": 113, "Grade2": 112, "Grade3": 114, "Grade4": 115, "Grade5": 120, "Grade6": 126, "Grade7": 112, "Grade8": 102, "Grade9": 91, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 548, "Male": 569, "AmericanIn": 3, "Black": 14, "Asian": 15, "Hispanic": 151, "MultipleRa": 45, "PacificIsl": 18, "White": 871, "Economical": 60, "EnglishLea": 31, "StudentDis": 162, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.947404546994264, 40.841497269501659 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Salt Lake School for the Performing Arts", "SchoolName": "Salt Lake School for the Performing Arts", "LEANumber": "7D", "LEAID": 185696, "SchoolID": 185696, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "2291 S 2000 E", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84106, "FederalLoc": 12, "PhoneNumbe": "8014666700", "Website": "http:\/\/www.saltlakespa.org", "DateOpened": "2006\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.833277354986237, 40.721222897218858 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Renaissance Academy", "SchoolName": "Renaissance Academy", "LEANumber": "1D", "LEAID": 185700, "SchoolID": 185700, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "3435 N 1120 E", "City": "LEHI", "State": "UT", "ZipCode": 84043, "FederalLoc": 21, "PhoneNumbe": "8017684202", "Website": "http:\/\/www.renacademy.org", "DateOpened": "2006\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 725, "K": 92, "Grade1": 113, "Grade2": 84, "Grade3": 102, "Grade4": 90, "Grade5": 85, "Grade6": 81, "Grade7": 46, "Grade8": 32, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 335, "Male": 389, "AmericanIn": 0, "Black": 2, "Asian": 40, "Hispanic": 88, "MultipleRa": 66, "PacificIsl": 1, "White": 528, "Economical": 95, "EnglishLea": 7, "StudentDis": 54, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.832614533952153, 40.430469267134598 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Lakeview Academy", "SchoolName": "Lakeview Academy", "LEANumber": "4C", "LEAID": 185702, "SchoolID": 185702, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "527 W 400 N", "City": "SARATOGA SPRINGS", "State": "UT", "ZipCode": 84045, "FederalLoc": 21, "PhoneNumbe": "8013316788", "Website": "http:\/\/www.lakeview-academy.com", "DateOpened": "2006\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1025, "K": 100, "Grade1": 104, "Grade2": 104, "Grade3": 104, "Grade4": 104, "Grade5": 104, "Grade6": 104, "Grade7": 104, "Grade8": 104, "Grade9": 93, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 512, "Male": 513, "AmericanIn": 1, "Black": 6, "Asian": 8, "Hispanic": 66, "MultipleRa": 35, "PacificIsl": 5, "White": 904, "Economical": 141, "EnglishLea": 14, "StudentDis": 114, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.928268200027347, 40.368511177925427 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Intech Collegiate High School", "SchoolName": "Intech Collegiate High School", "LEANumber": "2C", "LEAID": 185804, "SchoolID": 185804, "SchoolNumb": 600, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "1787 N RESEARCH PARKWAY", "City": "NORTH LOGAN", "State": "UT", "ZipCode": 84341, "FederalLoc": 23, "PhoneNumbe": "4357537377", "Website": "http:\/\/www.intechchs.org\/", "DateOpened": "2006\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 158, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 51, "Grade10": 36, "Grade11": 40, "Grade12": 31, "Female": 46, "Male": 111, "AmericanIn": 3, "Black": 2, "Asian": 6, "Hispanic": 16, "MultipleRa": 4, "PacificIsl": 0, "White": 127, "Economical": 48, "EnglishLea": 1, "StudentDis": 30, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.821414603992764, 41.764462099566934 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Guadalupe School", "SchoolName": "Guadalupe School", "LEANumber": "1E", "LEAID": 185837, "SchoolID": 185837, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "PK", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1385 N 1200 W", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84116, "FederalLoc": 12, "PhoneNumbe": "8015316100", "Website": "http:\/\/www.guadschool.org\/", "DateOpened": "2007\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 285, "K": 48, "Grade1": 43, "Grade2": 39, "Grade3": 43, "Grade4": 44, "Grade5": 41, "Grade6": 27, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 159, "Male": 126, "AmericanIn": 0, "Black": 1, "Asian": 0, "Hispanic": 278, "MultipleRa": 0, "PacificIsl": 0, "White": 6, "Economical": 261, "EnglishLea": 130, "StudentDis": 9, "Homeless": 9, "Preschool": 120 }, "geometry": { "type": "Point", "coordinates": [ -111.926582617397898, 40.799048176542478 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Open Classroom", "SchoolName": "Open Classroom", "LEANumber": "8D", "LEAID": 185847, "SchoolID": 185847, "SchoolNumb": 240, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "134 D STREET", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84103, "FederalLoc": 12, "PhoneNumbe": "8015788144", "Website": "http:\/\/www.ocslc.org", "DateOpened": "2007\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 323, "K": 48, "Grade1": 42, "Grade2": 42, "Grade3": 41, "Grade4": 40, "Grade5": 26, "Grade6": 37, "Grade7": 26, "Grade8": 21, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 142, "Male": 181, "AmericanIn": 7, "Black": 4, "Asian": 6, "Hispanic": 29, "MultipleRa": 27, "PacificIsl": 1, "White": 249, "Economical": 64, "EnglishLea": 7, "StudentDis": 50, "Homeless": 1, "Preschool": 15 }, "geometry": { "type": "Point", "coordinates": [ -111.878831665950685, 40.772487771292276 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Rockwell Charter High School", "SchoolName": "Rockwell Charter High School", "LEANumber": "2F", "LEAID": 185873, "SchoolID": 185873, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "3435 E STONEBRIDGE LANE", "City": "EAGLE MOUNTAIN", "State": "UT", "ZipCode": 84005, "FederalLoc": 21, "PhoneNumbe": "8017897625", "Website": "http:\/\/www.rockwellhigh.net\/", "DateOpened": "2008\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 327, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 22, "Grade8": 31, "Grade9": 45, "Grade10": 56, "Grade11": 88, "Grade12": 85, "Female": 162, "Male": 165, "AmericanIn": 4, "Black": 10, "Asian": 4, "Hispanic": 39, "MultipleRa": 3, "PacificIsl": 0, "White": 267, "Economical": 85, "EnglishLea": 0, "StudentDis": 65, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.97743845369088, 40.379395671073269 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Fast Forward High", "SchoolName": "Fast Forward High", "LEANumber": "98", "LEAID": 60560, "SchoolID": 60560, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Alternative", "Address": "875 W 1400 N", "City": "LOGAN", "State": "UT", "ZipCode": 84321, "FederalLoc": 13, "PhoneNumbe": "4357134255", "Website": "http:\/\/www.ffchs.org", "DateOpened": "2003\/02\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 260, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 28, "Grade10": 53, "Grade11": 90, "Grade12": 89, "Female": 125, "Male": 135, "AmericanIn": 5, "Black": 2, "Asian": 0, "Hispanic": 78, "MultipleRa": 8, "PacificIsl": 1, "White": 166, "Economical": 133, "EnglishLea": 6, "StudentDis": 56, "Homeless": 2, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.855631906577045, 41.758283369005802 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Utah Virtual Academy", "SchoolName": "Utah Virtual Academy", "LEANumber": "5F", "LEAID": 186006, "SchoolID": 186006, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": "Y", "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "310 E 4500 S", "City": "MURRAY", "State": "UT", "ZipCode": 84107, "FederalLoc": 21, "PhoneNumbe": "8012624922", "Website": "http:\/\/www.k12.com\/utva", "DateOpened": "2008\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 2026, "K": 62, "Grade1": 52, "Grade2": 83, "Grade3": 61, "Grade4": 104, "Grade5": 89, "Grade6": 134, "Grade7": 191, "Grade8": 269, "Grade9": 269, "Grade10": 224, "Grade11": 262, "Grade12": 226, "Female": 1070, "Male": 956, "AmericanIn": 33, "Black": 46, "Asian": 15, "Hispanic": 332, "MultipleRa": 20, "PacificIsl": 24, "White": 1556, "Economical": 852, "EnglishLea": 19, "StudentDis": 378, "Homeless": 28, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.881912318741612, 40.673969603036497 ] } }, -{ "type": "Feature", "properties": { "LEAName": "American Preparatory Academy", "SchoolName": "American Preparatory Academy - The School for New Americans", "LEANumber": "74", "LEAID": 110573, "SchoolID": 186124, "SchoolNumb": 120, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "1255 W CRYSTAL AVE.", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84119, "FederalLoc": 21, "PhoneNumbe": "8018393613", "Website": "http:\/\/www.americanprep.org\/home\/", "DateOpened": "2009\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.928397027422236, 40.71356452827424 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Utah County Academy of Science", "SchoolName": "Utah County Academy of Science", "LEANumber": "1B", "LEAID": 160607, "SchoolID": 160607, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "940 W 800 S", "City": "OREM", "State": "UT", "ZipCode": 84058, "FederalLoc": 13, "PhoneNumbe": "8018632222", "Website": "http:\/\/www.ucas.k12.ut.us", "DateOpened": "2005\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 606, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 164, "Grade10": 179, "Grade11": 138, "Grade12": 125, "Female": 294, "Male": 312, "AmericanIn": 0, "Black": 7, "Asian": 26, "Hispanic": 138, "MultipleRa": 14, "PacificIsl": 6, "White": 415, "Economical": 120, "EnglishLea": 11, "StudentDis": 11, "Homeless": 1, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.717572529099826, 40.283170105602444 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Lincoln Academy", "SchoolName": "Lincoln Academy", "LEANumber": "2B", "LEAID": 165609, "SchoolID": 165609, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "1582 W 3300 N", "City": "PLEASANT GROVE", "State": "UT", "ZipCode": 84062, "FederalLoc": 21, "PhoneNumbe": "8017562039", "Website": "http:\/\/www.lincoln-academy.org", "DateOpened": "2005\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 903, "K": 72, "Grade1": 75, "Grade2": 75, "Grade3": 78, "Grade4": 81, "Grade5": 82, "Grade6": 113, "Grade7": 115, "Grade8": 118, "Grade9": 94, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 438, "Male": 465, "AmericanIn": 5, "Black": 6, "Asian": 12, "Hispanic": 83, "MultipleRa": 35, "PacificIsl": 6, "White": 756, "Economical": 153, "EnglishLea": 3, "StudentDis": 94, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.763673201708272, 40.400307071904955 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Maria Montessori Academy", "SchoolName": "Maria Montessori Academy", "LEANumber": "4G", "LEAID": 186154, "SchoolID": 186154, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "2505 N 200 E", "City": "OGDEN", "State": "UT", "ZipCode": 84414, "FederalLoc": 21, "PhoneNumbe": "8018270150", "Website": "http:\/\/www.mariamontessoriacademy.org\/", "DateOpened": "2010\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 417, "K": 61, "Grade1": 55, "Grade2": 45, "Grade3": 64, "Grade4": 45, "Grade5": 46, "Grade6": 48, "Grade7": 34, "Grade8": 12, "Grade9": 7, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 209, "Male": 208, "AmericanIn": 0, "Black": 5, "Asian": 8, "Hispanic": 83, "MultipleRa": 15, "PacificIsl": 4, "White": 302, "Economical": 106, "EnglishLea": 11, "StudentDis": 85, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.974668880296292, 41.303301810518725 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Bear River Charter School", "SchoolName": "Bear River Charter School", "LEANumber": "3G", "LEAID": 186155, "SchoolID": 186155, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "75 S 400 W", "City": "LOGAN", "State": "UT", "ZipCode": 84321, "FederalLoc": 13, "PhoneNumbe": "4357538811", "Website": "http:\/\/www.brcs-logan.org", "DateOpened": "2010\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 176, "K": 21, "Grade1": 20, "Grade2": 19, "Grade3": 18, "Grade4": 20, "Grade5": 19, "Grade6": 21, "Grade7": 19, "Grade8": 19, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 88, "Male": 88, "AmericanIn": 0, "Black": 3, "Asian": 2, "Hispanic": 33, "MultipleRa": 2, "PacificIsl": 0, "White": 136, "Economical": 43, "EnglishLea": 0, "StudentDis": 29, "Homeless": 2, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.845840189131749, 41.730273620988136 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Weilenmann School of Discovery", "SchoolName": "Weilenmann School of Discovery", "LEANumber": "6G", "LEAID": 186157, "SchoolID": 186157, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "4199 W KILBY ROAD", "City": "PARK CITY", "State": "UT", "ZipCode": 84098, "FederalLoc": 41, "PhoneNumbe": "4355755411", "Website": "http:\/\/wsdpc.org\/", "DateOpened": "2010\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 563, "K": 35, "Grade1": 74, "Grade2": 69, "Grade3": 71, "Grade4": 49, "Grade5": 83, "Grade6": 58, "Grade7": 73, "Grade8": 51, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 266, "Male": 297, "AmericanIn": 1, "Black": 8, "Asian": 16, "Hispanic": 27, "MultipleRa": 8, "PacificIsl": 1, "White": 502, "Economical": 36, "EnglishLea": 10, "StudentDis": 31, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.59255227881998, 40.752248262983564 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Noah Webster Academy", "SchoolName": "Noah Webster Academy", "LEANumber": "6D", "LEAID": 185686, "SchoolID": 185686, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "205 E 400 S", "City": "OREM", "State": "UT", "ZipCode": 84058, "FederalLoc": 13, "PhoneNumbe": "8014266624", "Website": "http:\/\/www.noahwebsteracademy.org", "DateOpened": "2006\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 524, "K": 79, "Grade1": 84, "Grade2": 71, "Grade3": 76, "Grade4": 70, "Grade5": 74, "Grade6": 70, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 253, "Male": 271, "AmericanIn": 4, "Black": 13, "Asian": 16, "Hispanic": 172, "MultipleRa": 23, "PacificIsl": 5, "White": 291, "Economical": 212, "EnglishLea": 58, "StudentDis": 54, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.690479880018259, 40.290155408749975 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Mountainville Academy", "SchoolName": "Mountainville Academy", "LEANumber": "8C", "LEAID": 185688, "SchoolID": 185688, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "195 S MAIN", "City": "ALPINE", "State": "UT", "ZipCode": 84004, "FederalLoc": 21, "PhoneNumbe": "8017569805", "Website": "http:\/\/www.mountainvilleacademy.org", "DateOpened": "2006\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 658, "K": 103, "Grade1": 71, "Grade2": 60, "Grade3": 75, "Grade4": 74, "Grade5": 89, "Grade6": 87, "Grade7": 39, "Grade8": 33, "Grade9": 27, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 310, "Male": 348, "AmericanIn": 0, "Black": 6, "Asian": 5, "Hispanic": 34, "MultipleRa": 27, "PacificIsl": 1, "White": 585, "Economical": 48, "EnglishLea": 0, "StudentDis": 74, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.776384370165076, 40.450680783965169 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Channing Hall", "SchoolName": "Channing Hall", "LEANumber": "2D", "LEAID": 185802, "SchoolID": 185802, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "13515 S 150 E", "City": "DRAPER", "State": "UT", "ZipCode": 84020, "FederalLoc": 21, "PhoneNumbe": "8015722709", "Website": "http:\/\/www.channinghall.org", "DateOpened": "2006\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 621, "K": 77, "Grade1": 77, "Grade2": 80, "Grade3": 78, "Grade4": 75, "Grade5": 76, "Grade6": 50, "Grade7": 48, "Grade8": 60, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 310, "Male": 311, "AmericanIn": 0, "Black": 4, "Asian": 51, "Hispanic": 44, "MultipleRa": 17, "PacificIsl": 8, "White": 497, "Economical": 74, "EnglishLea": 14, "StudentDis": 75, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.884512425856173, 40.505977528112275 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Salt Lake Center for Science Education", "SchoolName": "Salt Lake Center for Science Education", "LEANumber": "4F", "LEAID": 185868, "SchoolID": 185868, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "6", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "1400 W GOODWIN AVE", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84116, "FederalLoc": 12, "PhoneNumbe": "8015788226", "Website": "http:\/\/slcse.slcschools.org", "DateOpened": "2008\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 392, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 61, "Grade8": 60, "Grade9": 111, "Grade10": 63, "Grade11": 48, "Grade12": 49, "Female": 169, "Male": 223, "AmericanIn": 0, "Black": 16, "Asian": 5, "Hispanic": 159, "MultipleRa": 19, "PacificIsl": 7, "White": 186, "Economical": 196, "EnglishLea": 28, "StudentDis": 44, "Homeless": 7, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.931724288419943, 40.794479878529238 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Merit College Preparatory Academy", "SchoolName": "Merit College Preparatory Academy", "LEANumber": "8E", "LEAID": 185870, "SchoolID": 185870, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "1440 W CENTER STREET", "City": "SPRINGVILLE", "State": "UT", "ZipCode": 84663, "FederalLoc": 21, "PhoneNumbe": "8014917600", "Website": "http:\/\/www.meritacademy.org", "DateOpened": "2008\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 451, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 67, "Grade8": 76, "Grade9": 98, "Grade10": 78, "Grade11": 62, "Grade12": 70, "Female": 214, "Male": 237, "AmericanIn": 1, "Black": 3, "Asian": 0, "Hispanic": 112, "MultipleRa": 15, "PacificIsl": 1, "White": 319, "Economical": 199, "EnglishLea": 0, "StudentDis": 83, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.636097332479991, 40.167384722454322 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Providence Hall", "SchoolName": "Providence Hall", "LEANumber": "9E", "LEAID": 185871, "SchoolID": 185871, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "4795 W PATRIOT RIDGE DRIVE", "City": "HERRIMAN", "State": "UT", "ZipCode": 84096, "FederalLoc": 41, "PhoneNumbe": "8017278260", "Website": "http:\/\/www.providencehall.com", "DateOpened": "2008\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 2088, "K": 120, "Grade1": 125, "Grade2": 125, "Grade3": 129, "Grade4": 131, "Grade5": 152, "Grade6": 189, "Grade7": 212, "Grade8": 224, "Grade9": 241, "Grade10": 150, "Grade11": 163, "Grade12": 127, "Female": 1012, "Male": 1076, "AmericanIn": 0, "Black": 22, "Asian": 50, "Hispanic": 306, "MultipleRa": 108, "PacificIsl": 23, "White": 1579, "Economical": 330, "EnglishLea": 38, "StudentDis": 243, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.004331406386456, 40.485054919261039 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Quest Academy", "SchoolName": "Quest Academy", "LEANumber": "1F", "LEAID": 185872, "SchoolID": 185872, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "4862 W 4000 S", "City": "WEST HAVEN", "State": "UT", "ZipCode": 84401, "FederalLoc": 21, "PhoneNumbe": "8017319859", "Website": "http:\/\/www.questac.org", "DateOpened": "2008\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1000, "K": 115, "Grade1": 122, "Grade2": 111, "Grade3": 118, "Grade4": 108, "Grade5": 104, "Grade6": 107, "Grade7": 98, "Grade8": 60, "Grade9": 57, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 493, "Male": 507, "AmericanIn": 2, "Black": 10, "Asian": 9, "Hispanic": 134, "MultipleRa": 40, "PacificIsl": 1, "White": 804, "Economical": 261, "EnglishLea": 3, "StudentDis": 123, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.097221362370917, 41.191726943238415 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Endeavor Hall", "SchoolName": "Endeavor Hall", "LEANumber": "3H", "LEAID": 186254, "SchoolID": 186254, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "2614 S DECKER LAKE LANE", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84119, "FederalLoc": 21, "PhoneNumbe": "8019721153", "Website": "http:\/\/www.endeavorhall.org\/", "DateOpened": "2011\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 343, "K": 67, "Grade1": 56, "Grade2": 49, "Grade3": 53, "Grade4": 41, "Grade5": 47, "Grade6": 30, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 165, "Male": 178, "AmericanIn": 6, "Black": 16, "Asian": 10, "Hispanic": 121, "MultipleRa": 16, "PacificIsl": 7, "White": 167, "Economical": 200, "EnglishLea": 63, "StudentDis": 49, "Homeless": 2, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.944050438945993, 40.713677733393794 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Good Foundations Academy", "SchoolName": "Good Foundations Academy", "LEANumber": "8G", "LEAID": 186171, "SchoolID": 186171, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "5101 S 1050 W", "City": "RIVERDALE", "State": "UT", "ZipCode": 84405, "FederalLoc": 21, "PhoneNumbe": "8013932950", "Website": "http:\/\/gfautah.org\/", "DateOpened": "2010\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 487, "K": 75, "Grade1": 89, "Grade2": 76, "Grade3": 72, "Grade4": 65, "Grade5": 52, "Grade6": 58, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 235, "Male": 252, "AmericanIn": 1, "Black": 7, "Asian": 10, "Hispanic": 97, "MultipleRa": 34, "PacificIsl": 3, "White": 335, "Economical": 150, "EnglishLea": 16, "StudentDis": 79, "Homeless": 5, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.007197832541721, 41.17002754731471 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Summit Academy High School", "SchoolName": "Summit Academy High School", "LEANumber": "7G", "LEAID": 186170, "SchoolID": 186170, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "14942 S PORTER ROCKWELL BLVD", "City": "BLUFFDALE", "State": "UT", "ZipCode": 84065, "FederalLoc": 21, "PhoneNumbe": "8014953272", "Website": "http:\/\/www.sahs1.org", "DateOpened": "2010\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 542, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 151, "Grade10": 139, "Grade11": 132, "Grade12": 120, "Female": 248, "Male": 294, "AmericanIn": 4, "Black": 5, "Asian": 13, "Hispanic": 62, "MultipleRa": 19, "PacificIsl": 3, "White": 436, "Economical": 90, "EnglishLea": 10, "StudentDis": 71, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.909677245422245, 40.479820992787566 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Mana Academy Charter School", "SchoolName": "Mana Academy Charter School", "LEANumber": "4I", "LEAID": 186302, "SchoolID": 186303, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "11", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "2355 S TECHNOLOGY DRIVE", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84119, "FederalLoc": 21, "PhoneNumbe": "8019726262", "Website": "http:\/\/www.themanaacademy.org\/", "DateOpened": "2013\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 320, "K": 30, "Grade1": 31, "Grade2": 30, "Grade3": 37, "Grade4": 34, "Grade5": 26, "Grade6": 32, "Grade7": 28, "Grade8": 29, "Grade9": 21, "Grade10": 12, "Grade11": 10, "Grade12": 0, "Female": 165, "Male": 155, "AmericanIn": 0, "Black": 2, "Asian": 0, "Hispanic": 133, "MultipleRa": 17, "PacificIsl": 158, "White": 10, "Economical": 257, "EnglishLea": 37, "StudentDis": 26, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.972496965043376, 40.720787996 ] } }, -{ "type": "Feature", "properties": { "LEAName": "American International School of Utah", "SchoolName": "American International School of Utah", "LEANumber": "1J", "LEAID": 186357, "SchoolID": 186358, "SchoolNumb": 800, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "4998 S. GALLERIA DRIVE", "City": "MURRAY", "State": "UT", "ZipCode": 84123, "FederalLoc": 21, "PhoneNumbe": "8019897191", "Website": "www.AISUtah.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.903292872883924, 40.662731038035176 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Weber State University Charter Academy", "SchoolName": "Weber State University Charter Academy", "LEANumber": "7I", "LEAID": 186314, "SchoolID": 186315, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "K", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1351 EDVALSON STREET", "City": "OGDEN", "State": "UT", "ZipCode": 84408, "FederalLoc": 13, "PhoneNumbe": "8016266343", "Website": "www.weberstatecharteracademy.com", "DateOpened": "2013\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 33, "K": 33, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 20, "Male": 13, "AmericanIn": 0, "Black": 1, "Asian": 2, "Hispanic": 1, "MultipleRa": 3, "PacificIsl": 0, "White": 26, "Economical": 10, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.944452970431541, 41.194410081369611 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Utah International Charter School", "SchoolName": "Utah International Charter School", "LEANumber": "1I", "LEAID": 186295, "SchoolID": 186297, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "350 E BAIRD CIRCLE (3605 SOUTH)", "City": "SOUTH SALT LAKE", "State": "UT", "ZipCode": 84115, "FederalLoc": 21, "PhoneNumbe": "3852901306", "Website": "http:\/\/utahinternational.org", "DateOpened": "2013\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 230, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 20, "Grade8": 25, "Grade9": 50, "Grade10": 42, "Grade11": 46, "Grade12": 47, "Female": 127, "Male": 103, "AmericanIn": 1, "Black": 140, "Asian": 45, "Hispanic": 18, "MultipleRa": 1, "PacificIsl": 0, "White": 25, "Economical": 216, "EnglishLea": 205, "StudentDis": 13, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.881653907570367, 40.692747066436276 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Mountain Heights Academy", "SchoolName": "Mountain Heights Academy", "LEANumber": "9F", "LEAID": 186113, "SchoolID": 186113, "SchoolNumb": 600, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": "Y", "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "9067 S TEMPLE DR # 204", "City": "WEST JORDAN", "State": "UT", "ZipCode": 84088, "FederalLoc": 21, "PhoneNumbe": "8017216329", "Website": "http:\/\/www.mountainheightsacademy.org\/", "DateOpened": "2009\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 802, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 64, "Grade8": 107, "Grade9": 148, "Grade10": 172, "Grade11": 181, "Grade12": 130, "Female": 460, "Male": 342, "AmericanIn": 4, "Black": 5, "Asian": 6, "Hispanic": 78, "MultipleRa": 29, "PacificIsl": 10, "White": 670, "Economical": 119, "EnglishLea": 1, "StudentDis": 111, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.926854938981336, 40.586830049799886 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Highmark Charter School", "SchoolName": "Highmark Charter School", "LEANumber": "5H", "LEAID": 186275, "SchoolID": 186275, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "2467 EAST SOUTH WEBER DRIVE", "City": "SOUTH WEBER", "State": "UT", "ZipCode": 84405, "FederalLoc": 21, "PhoneNumbe": "8014764627", "Website": "http:\/\/www.hmcharterschool.org\/", "DateOpened": "2012\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 621, "K": 46, "Grade1": 52, "Grade2": 51, "Grade3": 51, "Grade4": 51, "Grade5": 51, "Grade6": 68, "Grade7": 71, "Grade8": 100, "Grade9": 80, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 296, "Male": 325, "AmericanIn": 3, "Black": 22, "Asian": 6, "Hispanic": 52, "MultipleRa": 24, "PacificIsl": 1, "White": 513, "Economical": 79, "EnglishLea": 1, "StudentDis": 68, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.914477873741632, 41.126310034623415 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Leadership Learning Academy", "SchoolName": "Leadership Learning Academy", "LEANumber": "3I", "LEAID": 186300, "SchoolID": 186301, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "100 WEST 2675 NORTH", "City": "LAYTON", "State": "UT", "ZipCode": 84041, "FederalLoc": 21, "PhoneNumbe": "8015939552", "Website": "http:\/\/llacharter.org\/", "DateOpened": "2013\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 516, "K": 74, "Grade1": 84, "Grade2": 81, "Grade3": 78, "Grade4": 79, "Grade5": 56, "Grade6": 64, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 243, "Male": 273, "AmericanIn": 0, "Black": 18, "Asian": 6, "Hispanic": 114, "MultipleRa": 32, "PacificIsl": 1, "White": 345, "Economical": 150, "EnglishLea": 33, "StudentDis": 77, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.966819884637289, 41.099180009488173 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Jefferson Academy", "SchoolName": "Jefferson Academy", "LEANumber": "1G", "LEAID": 186114, "SchoolID": 186114, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1425 S ANGEL ST", "City": "KAYSVILLE", "State": "UT", "ZipCode": 84037, "FederalLoc": 41, "PhoneNumbe": "8015938200", "Website": "http:\/\/jeffersonacademy.org", "DateOpened": "2009\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 581, "K": 118, "Grade1": 85, "Grade2": 89, "Grade3": 81, "Grade4": 70, "Grade5": 66, "Grade6": 72, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 287, "Male": 294, "AmericanIn": 2, "Black": 6, "Asian": 6, "Hispanic": 41, "MultipleRa": 16, "PacificIsl": 3, "White": 507, "Economical": 120, "EnglishLea": 0, "StudentDis": 65, "Homeless": 4, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.958100917337987, 41.011475057672953 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Mountain West Montessori Academy", "SchoolName": "Mountain West Montessori Academy", "LEANumber": "5J", "LEAID": 186355, "SchoolID": 186356, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "4125 W FOXVIEW DR.", "City": "SOUTH JORDAN", "State": "UT", "ZipCode": 84009, "FederalLoc": 21, "PhoneNumbe": "8015666962", "Website": "www.MWMAcademy.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 503, "K": 51, "Grade1": 54, "Grade2": 52, "Grade3": 53, "Grade4": 56, "Grade5": 49, "Grade6": 56, "Grade7": 46, "Grade8": 43, "Grade9": 43, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 227, "Male": 276, "AmericanIn": 2, "Black": 4, "Asian": 7, "Hispanic": 80, "MultipleRa": 22, "PacificIsl": 3, "White": 385, "Economical": 74, "EnglishLea": 5, "StudentDis": 94, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.988359954421227, 40.541930063777109 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Utah Connections Academy", "SchoolName": "Utah Connections Academy", "LEANumber": "2H", "LEAID": 186182, "SchoolID": 186182, "SchoolNumb": 101, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": "Y", "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "687 WEST 700 SOUTH, SUITE D", "City": "WOODS CROSS", "State": "UT", "ZipCode": 84087, "FederalLoc": 21, "PhoneNumbe": "8012986660", "Website": "http:\/\/www.connectionsacademy.com\/utah-school", "DateOpened": "2011\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 910, "K": 22, "Grade1": 18, "Grade2": 23, "Grade3": 27, "Grade4": 37, "Grade5": 60, "Grade6": 42, "Grade7": 77, "Grade8": 119, "Grade9": 155, "Grade10": 116, "Grade11": 114, "Grade12": 100, "Female": 503, "Male": 407, "AmericanIn": 5, "Black": 15, "Asian": 10, "Hispanic": 125, "MultipleRa": 6, "PacificIsl": 14, "White": 735, "Economical": 316, "EnglishLea": 1, "StudentDis": 100, "Homeless": 2, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.898449882710707, 40.882090081012066 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Ogden Preparatory Academy", "SchoolName": "Ogden Preparatory Academy", "LEANumber": "68", "LEAID": 110571, "SchoolID": 110571, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "1415 LINCOLN AVE", "City": "OGDEN", "State": "UT", "ZipCode": 84404, "FederalLoc": 13, "PhoneNumbe": "8016272066", "Website": "http:\/\/www.ogdenprep.org", "DateOpened": "2003\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1060, "K": 96, "Grade1": 104, "Grade2": 102, "Grade3": 106, "Grade4": 110, "Grade5": 110, "Grade6": 108, "Grade7": 107, "Grade8": 115, "Grade9": 102, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 542, "Male": 518, "AmericanIn": 9, "Black": 20, "Asian": 5, "Hispanic": 662, "MultipleRa": 24, "PacificIsl": 1, "White": 339, "Economical": 680, "EnglishLea": 218, "StudentDis": 129, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.975842914592235, 41.241023031997578 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Pacific Heritage Academy", "SchoolName": "Pacific Heritage Academy", "LEANumber": "7H", "LEAID": 186276, "SchoolID": 186276, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1755 W 1100 N", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84116, "FederalLoc": 12, "PhoneNumbe": "8013631892", "Website": "http:\/\/phlearning.org\/", "DateOpened": "2012\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 389, "K": 42, "Grade1": 43, "Grade2": 42, "Grade3": 49, "Grade4": 44, "Grade5": 44, "Grade6": 34, "Grade7": 45, "Grade8": 46, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 179, "Male": 210, "AmericanIn": 0, "Black": 12, "Asian": 18, "Hispanic": 176, "MultipleRa": 23, "PacificIsl": 80, "White": 80, "Economical": 270, "EnglishLea": 94, "StudentDis": 59, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.94041691442014, 40.792887029839399 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Ascent Academies of Utah", "SchoolName": "Ascent Academies of Utah West Jordan", "LEANumber": "2J", "LEAID": 186351, "SchoolID": 186366, "SchoolNumb": 310, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "5662 W 8200 S", "City": "WEST JORDAN", "State": "UT", "ZipCode": 84081, "FederalLoc": 21, "PhoneNumbe": "3852750909", "Website": "www.AscentUtah.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 804, "K": 76, "Grade1": 84, "Grade2": 84, "Grade3": 84, "Grade4": 82, "Grade5": 83, "Grade6": 84, "Grade7": 89, "Grade8": 85, "Grade9": 53, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 385, "Male": 419, "AmericanIn": 3, "Black": 11, "Asian": 19, "Hispanic": 235, "MultipleRa": 39, "PacificIsl": 16, "White": 481, "Economical": 253, "EnglishLea": 101, "StudentDis": 110, "Homeless": 3, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.026290963356942, 40.602846325695658 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Early Light Academy at Daybreak", "SchoolName": "Early Light Academy at Daybreak", "LEANumber": "6F", "LEAID": 186110, "SchoolID": 186110, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "11709 VADANIA DR", "City": "SOUTH JORDAN", "State": "UT", "ZipCode": 84009, "FederalLoc": 41, "PhoneNumbe": "8013025988", "Website": "http:\/\/www.earlylightacademy.org", "DateOpened": "2009\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1009, "K": 98, "Grade1": 99, "Grade2": 104, "Grade3": 105, "Grade4": 105, "Grade5": 105, "Grade6": 104, "Grade7": 109, "Grade8": 104, "Grade9": 76, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 505, "Male": 504, "AmericanIn": 2, "Black": 9, "Asian": 24, "Hispanic": 89, "MultipleRa": 56, "PacificIsl": 4, "White": 825, "Economical": 153, "EnglishLea": 2, "StudentDis": 162, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.013543497572755, 40.538530350951135 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Excelsior Academy", "SchoolName": "Excelsior Academy", "LEANumber": "7F", "LEAID": 186111, "SchoolID": 186111, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "124 E ERDA WAY", "City": "ERDA", "State": "UT", "ZipCode": 84074, "FederalLoc": 41, "PhoneNumbe": "4358823062", "Website": "http:\/\/www.excelsior-academy.org\/", "DateOpened": "2009\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1325, "K": 162, "Grade1": 145, "Grade2": 130, "Grade3": 148, "Grade4": 143, "Grade5": 126, "Grade6": 152, "Grade7": 179, "Grade8": 140, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 635, "Male": 690, "AmericanIn": 5, "Black": 9, "Asian": 14, "Hispanic": 146, "MultipleRa": 36, "PacificIsl": 7, "White": 1108, "Economical": 358, "EnglishLea": 7, "StudentDis": 195, "Homeless": 3, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.300865761374695, 40.601003881051064 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Monticello Academy", "SchoolName": "Monticello Academy", "LEANumber": "7C", "LEAID": 185798, "SchoolID": 185798, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "11", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "2782 S CORPORATE PARK DRIVE", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84120, "FederalLoc": 21, "PhoneNumbe": "8014178040", "Website": "http:\/\/www.monticelloacademy.net", "DateOpened": "2006\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 665, "K": 76, "Grade1": 77, "Grade2": 77, "Grade3": 75, "Grade4": 77, "Grade5": 74, "Grade6": 78, "Grade7": 74, "Grade8": 57, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 355, "Male": 310, "AmericanIn": 3, "Black": 10, "Asian": 18, "Hispanic": 317, "MultipleRa": 29, "PacificIsl": 82, "White": 206, "Economical": 362, "EnglishLea": 177, "StudentDis": 78, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.007809433434929, 40.709441220117156 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Thomas Edison", "SchoolName": "Thomas Edison - South", "LEANumber": "94", "LEAID": 35538, "SchoolID": 186031, "SchoolNumb": 110, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "MID", "SchoolType": "Regular Education", "Address": "1275 W 2350 S", "City": "NIBLEY", "State": "UT", "ZipCode": 84321, "FederalLoc": 23, "PhoneNumbe": "4357520123", "Website": "http:\/\/www.thomased.org", "DateOpened": "2008\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 616, "K": 62, "Grade1": 72, "Grade2": 65, "Grade3": 65, "Grade4": 71, "Grade5": 70, "Grade6": 75, "Grade7": 75, "Grade8": 61, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 321, "Male": 295, "AmericanIn": 0, "Black": 7, "Asian": 15, "Hispanic": 107, "MultipleRa": 7, "PacificIsl": 4, "White": 476, "Economical": 194, "EnglishLea": 19, "StudentDis": 114, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.864259808062712, 41.690254611898418 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Venture Academy", "SchoolName": "Venture Academy", "LEANumber": "3F", "LEAID": 185874, "SchoolID": 185874, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "495 N 1500 W", "City": "MARRIOTT-SLATERVILLE CITY", "State": "UT", "ZipCode": 84404, "FederalLoc": 21, "PhoneNumbe": "8013933900", "Website": "http:\/\/www.venturelearning.org", "DateOpened": "2008\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 784, "K": 48, "Grade1": 53, "Grade2": 48, "Grade3": 48, "Grade4": 54, "Grade5": 49, "Grade6": 57, "Grade7": 65, "Grade8": 50, "Grade9": 100, "Grade10": 80, "Grade11": 77, "Grade12": 55, "Female": 403, "Male": 381, "AmericanIn": 1, "Black": 3, "Asian": 6, "Hispanic": 65, "MultipleRa": 7, "PacificIsl": 3, "White": 699, "Economical": 285, "EnglishLea": 20, "StudentDis": 124, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.016981580133802, 41.269171632388009 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Academy for Math Engineering & Science", "SchoolName": "Academy for Math Engineering & Science", "LEANumber": "83", "LEAID": 110575, "SchoolID": 110575, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "5715 S 1300 E", "City": "SALT LAKE CITY", "State": "UT", "ZipCode": 84121, "FederalLoc": 21, "PhoneNumbe": "8012789460", "Website": "http:\/\/www.ames-slc.org\/", "DateOpened": "2003\/01\/08", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 499, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 130, "Grade10": 127, "Grade11": 127, "Grade12": 115, "Female": 245, "Male": 254, "AmericanIn": 10, "Black": 26, "Asian": 52, "Hispanic": 89, "MultipleRa": 27, "PacificIsl": 36, "White": 259, "Economical": 110, "EnglishLea": 22, "StudentDis": 28, "Homeless": 4, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.85338188640344, 40.646597366795298 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Bonneville Academy", "SchoolName": "Bonneville Academy", "LEANumber": "6L", "LEAID": 186474, "SchoolID": 186475, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "800 W MONTAUK LANE", "City": "STANSBURY PARK", "State": "UT", "ZipCode": 84074, "FederalLoc": 32, "PhoneNumbe": "4353152080", "Website": "www.bonnevilleacademy.org", "DateOpened": "2017\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 556, "K": 56, "Grade1": 58, "Grade2": 59, "Grade3": 54, "Grade4": 71, "Grade5": 65, "Grade6": 68, "Grade7": 69, "Grade8": 56, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 252, "Male": 304, "AmericanIn": 9, "Black": 3, "Asian": 3, "Hispanic": 56, "MultipleRa": 23, "PacificIsl": 2, "White": 460, "Economical": 165, "EnglishLea": 0, "StudentDis": 103, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.323786451918778, 40.637440795617785 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Leadership Academy of Utah", "SchoolName": "Leadership Academy of Utah", "LEANumber": "3L", "LEAID": 186459, "SchoolID": 186460, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": "Y", "NESS": null, "GradeLow": "6", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "1366 S. LEGEND HILLS DR. STE. 190", "City": "CLEARFIELD", "State": "UT", "ZipCode": 84015, "FederalLoc": 13, "PhoneNumbe": "8002006869", "Website": "www.lautah.org", "DateOpened": "2017\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 504, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 59, "Grade7": 84, "Grade8": 99, "Grade9": 98, "Grade10": 71, "Grade11": 54, "Grade12": 39, "Female": 254, "Male": 250, "AmericanIn": 1, "Black": 2, "Asian": 2, "Hispanic": 18, "MultipleRa": 5, "PacificIsl": 0, "White": 476, "Economical": 103, "EnglishLea": 0, "StudentDis": 16, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.994133006340704, 41.095585196722659 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Real Salt Lake Academy High School", "SchoolName": "Real Salt Lake Academy High School", "LEANumber": "8L", "LEAID": 186490, "SchoolID": 186491, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "14783 S ACADEMY PKWY", "City": "HERRIMAN", "State": "UT", "ZipCode": 84096, "FederalLoc": 21, "PhoneNumbe": "8015973096", "Website": "rslacademy.org", "DateOpened": "2017\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 308, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 99, "Grade10": 89, "Grade11": 77, "Grade12": 43, "Female": 96, "Male": 212, "AmericanIn": 1, "Black": 10, "Asian": 6, "Hispanic": 140, "MultipleRa": 5, "PacificIsl": 1, "White": 145, "Economical": 65, "EnglishLea": 10, "StudentDis": 35, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.979169636600787, 40.482783037612847 ] } }, -{ "type": "Feature", "properties": { "LEAName": "The Center for Creativity Innovation and Discovery", "SchoolName": "The Center for Creativity Innovation and Discovery", "LEANumber": "2L", "LEAID": 186457, "SchoolID": 186458, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "170 WEST SPRING CREEK PARKWAY", "City": "PROVIDENCE", "State": "UT", "ZipCode": 84332, "FederalLoc": 23, "PhoneNumbe": "4352587097", "Website": "ccidschool.org", "DateOpened": "2017\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.821643607016554, 41.714203259631937 ] } }, -{ "type": "Feature", "properties": { "LEAName": "American Preparatory Academy", "SchoolName": "American Preparatory Academy - Draper #2", "LEANumber": "74", "LEAID": 110573, "SchoolID": 186317, "SchoolNumb": 130, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "351 W 11915 S", "City": "DRAPER", "State": "UT", "ZipCode": 84020, "FederalLoc": 21, "PhoneNumbe": "8018103590", "Website": "http:\/\/www.americanprep.org", "DateOpened": "2013\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 1228, "K": 151, "Grade1": 168, "Grade2": 173, "Grade3": 165, "Grade4": 198, "Grade5": 185, "Grade6": 188, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 627, "Male": 601, "AmericanIn": 3, "Black": 24, "Asian": 347, "Hispanic": 211, "MultipleRa": 26, "PacificIsl": 10, "White": 607, "Economical": 207, "EnglishLea": 188, "StudentDis": 118, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.901044642154389, 40.534243164513555 ] } }, -{ "type": "Feature", "properties": { "LEAName": "American Preparatory Academy", "SchoolName": "American Preparatory Academy - Draper #3", "LEANumber": "74", "LEAID": 110573, "SchoolID": 186376, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "431 W 11915 S", "City": "DRAPER", "State": "UT", "ZipCode": 84020, "FederalLoc": 21, "PhoneNumbe": "8018103590", "Website": "www.americanprep.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 714, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 226, "Grade8": 200, "Grade9": 100, "Grade10": 87, "Grade11": 65, "Grade12": 36, "Female": 368, "Male": 346, "AmericanIn": 4, "Black": 7, "Asian": 108, "Hispanic": 179, "MultipleRa": 20, "PacificIsl": 8, "White": 388, "Economical": 130, "EnglishLea": 75, "StudentDis": 82, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.903125381999217, 40.534251947222451 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Ascent Academies of Utah", "SchoolName": "Ascent Academies of Utah Farmington", "LEANumber": "2J", "LEAID": 186351, "SchoolID": 186352, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "9", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "22 SOUTH 650 WEST", "City": "FARMINGTON", "State": "UT", "ZipCode": 84025, "FederalLoc": 21, "PhoneNumbe": "3852202200", "Website": "www.ascentutah.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 460, "K": 45, "Grade1": 43, "Grade2": 50, "Grade3": 45, "Grade4": 47, "Grade5": 42, "Grade6": 49, "Grade7": 36, "Grade8": 59, "Grade9": 44, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 215, "Male": 245, "AmericanIn": 0, "Black": 7, "Asian": 9, "Hispanic": 24, "MultipleRa": 26, "PacificIsl": 0, "White": 394, "Economical": 80, "EnglishLea": 7, "StudentDis": 77, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.902352309832011, 40.979738544638444 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Canyon Grove Academy", "SchoolName": "Canyon Grove Academy", "LEANumber": "5G", "LEAID": 186156, "SchoolID": 186156, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "588 W 3300 N", "City": "PLEASANT GROVE", "State": "UT", "ZipCode": 84062, "FederalLoc": 21, "PhoneNumbe": "8017859300", "Website": "http:\/\/www.canyongrove.com", "DateOpened": "2010\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 653, "K": 88, "Grade1": 95, "Grade2": 94, "Grade3": 109, "Grade4": 90, "Grade5": 79, "Grade6": 71, "Grade7": 13, "Grade8": 14, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 345, "Male": 308, "AmericanIn": 1, "Black": 3, "Asian": 5, "Hispanic": 51, "MultipleRa": 19, "PacificIsl": 9, "White": 565, "Economical": 123, "EnglishLea": 2, "StudentDis": 44, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.750375360607379, 40.401575303106064 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Esperanza School", "SchoolName": "Esperanza School", "LEANumber": "2I", "LEAID": 186298, "SchoolID": 186299, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "4956 W 3500 S", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84120, "FederalLoc": 21, "PhoneNumbe": "8013051450", "Website": "www.esperanzaelementary.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 537, "K": 85, "Grade1": 80, "Grade2": 83, "Grade3": 83, "Grade4": 79, "Grade5": 65, "Grade6": 62, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 276, "Male": 261, "AmericanIn": 0, "Black": 3, "Asian": 1, "Hispanic": 515, "MultipleRa": 2, "PacificIsl": 0, "White": 16, "Economical": 357, "EnglishLea": 279, "StudentDis": 48, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.009358845840339, 40.697935576966763 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Lumen Scholar Institute", "SchoolName": "Lumen Scholar Institute", "LEANumber": "9J", "LEAID": 186385, "SchoolID": 186386, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": "Y", "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "K12", "SchoolType": "Regular Education", "Address": "1353 W 760 N", "City": "OREM", "State": "UT", "ZipCode": 84057, "FederalLoc": 21, "PhoneNumbe": "8019879497", "Website": "www.lumenscholar.org", "DateOpened": "2015\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 345, "K": 17, "Grade1": 7, "Grade2": 14, "Grade3": 13, "Grade4": 17, "Grade5": 20, "Grade6": 23, "Grade7": 27, "Grade8": 28, "Grade9": 50, "Grade10": 39, "Grade11": 53, "Grade12": 37, "Female": 164, "Male": 181, "AmericanIn": 4, "Black": 1, "Asian": 0, "Hispanic": 0, "MultipleRa": 7, "PacificIsl": 1, "White": 332, "Economical": 19, "EnglishLea": 0, "StudentDis": 32, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.728882162220032, 40.310769696707069 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Promontory School of Expeditionary Learning", "SchoolName": "Promontory School of Expeditionary Learning", "LEANumber": "6H", "LEAID": 186278, "SchoolID": 186278, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1051 W WHITE ST", "City": "PERRY", "State": "UT", "ZipCode": 84302, "FederalLoc": 21, "PhoneNumbe": "4359191900", "Website": "http:\/\/promontoryschool.org", "DateOpened": "2012\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.040797826337482, 41.46083414539082 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Soldier Hollow Charter School", "SchoolName": "Soldier Hollow Charter School", "LEANumber": "89", "LEAID": 5495, "SchoolID": 5495, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "PK", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "3444 WEST 3000 SOUTH", "City": "HEBER CITY", "State": "UT", "ZipCode": 84032, "FederalLoc": 41, "PhoneNumbe": "4356541347", "Website": "www.mysoldierhollow.com", "DateOpened": "1999\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 324, "K": 31, "Grade1": 44, "Grade2": 46, "Grade3": 40, "Grade4": 43, "Grade5": 36, "Grade6": 37, "Grade7": 27, "Grade8": 20, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 127, "Male": 197, "AmericanIn": 1, "Black": 0, "Asian": 4, "Hispanic": 16, "MultipleRa": 16, "PacificIsl": 1, "White": 286, "Economical": 27, "EnglishLea": 0, "StudentDis": 56, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.467785064192739, 40.4718864314572 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Uintah River High", "SchoolName": "Uintah River High", "LEANumber": "92", "LEAID": 5497, "SchoolID": 5497, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Alternative", "Address": "7300 E 1400 S", "City": "FORT DUCHESNE", "State": "UT", "ZipCode": 84026, "FederalLoc": 42, "PhoneNumbe": "4357254088", "Website": "http:\/\/www.uintahriver.org\/", "DateOpened": "1999\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 75, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 15, "Grade10": 20, "Grade11": 20, "Grade12": 20, "Female": 37, "Male": 38, "AmericanIn": 55, "Black": 0, "Asian": 0, "Hispanic": 5, "MultipleRa": 8, "PacificIsl": 0, "White": 7, "Economical": 37, "EnglishLea": 0, "StudentDis": 8, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -109.863015294523635, 40.28227078276452 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Utah Career Path High School", "SchoolName": "Utah Career Path High School", "LEANumber": "9I", "LEAID": 186342, "SchoolID": 186343, "SchoolNumb": 600, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "550 E 300 S RM 2025", "City": "KAYSVILLE", "State": "UT", "ZipCode": 84037, "FederalLoc": 21, "PhoneNumbe": "8015932440", "Website": "www.careerpathhigh.org", "DateOpened": "2013\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 172, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 22, "Grade10": 35, "Grade11": 54, "Grade12": 61, "Female": 72, "Male": 100, "AmericanIn": 1, "Black": 2, "Asian": 0, "Hispanic": 13, "MultipleRa": 8, "PacificIsl": 0, "White": 148, "Economical": 21, "EnglishLea": 0, "StudentDis": 42, "Homeless": 2, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.92552600189272, 41.029744146554918 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Utah Military Academy", "SchoolName": "Utah Military Academy", "LEANumber": "2K", "LEAID": 186369, "SchoolID": 186370, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "5120 S. 1050 W.", "City": "RIVERDALE", "State": "UT", "ZipCode": 84405, "FederalLoc": 21, "PhoneNumbe": "8016893013", "Website": "www.utahmilitaryacademy.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 554, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 88, "Grade8": 117, "Grade9": 97, "Grade10": 88, "Grade11": 90, "Grade12": 74, "Female": 173, "Male": 381, "AmericanIn": 2, "Black": 10, "Asian": 9, "Hispanic": 122, "MultipleRa": 26, "PacificIsl": 5, "White": 380, "Economical": 192, "EnglishLea": 1, "StudentDis": 101, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.005752484572071, 41.169164683529459 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Voyage Academy", "SchoolName": "Voyage Academy", "LEANumber": "5I", "LEAID": 186304, "SchoolID": 186305, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1891 N. 1500 W.", "City": "CLINTON", "State": "UT", "ZipCode": 84015, "FederalLoc": 21, "PhoneNumbe": "8017764900", "Website": "www.voyageacademyutah.org", "DateOpened": "2013\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 531, "K": 73, "Grade1": 73, "Grade2": 72, "Grade3": 74, "Grade4": 78, "Grade5": 78, "Grade6": 83, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 260, "Male": 271, "AmericanIn": 0, "Black": 1, "Asian": 5, "Hispanic": 54, "MultipleRa": 22, "PacificIsl": 1, "White": 448, "Economical": 133, "EnglishLea": 1, "StudentDis": 60, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.055651660901532, 41.141128283495547 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Winter Sports School", "SchoolName": "Winter Sports School", "LEANumber": "8I", "LEAID": 186311, "SchoolID": 186313, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "4251 SHADOW MOUNTAIN DRIVE", "City": "PARK CITY", "State": "UT", "ZipCode": 84098, "FederalLoc": 32, "PhoneNumbe": "4356498760", "Website": "http:\/\/www.wintersportsschool.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 109, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 25, "Grade10": 29, "Grade11": 28, "Grade12": 27, "Female": 47, "Male": 62, "AmericanIn": 0, "Black": 0, "Asian": 1, "Hispanic": 3, "MultipleRa": 4, "PacificIsl": 0, "White": 101, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.543207819364966, 40.691774201057015 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Ascent Academies of Utah", "SchoolName": "Ascent Academies of Utah - West Valley", "LEANumber": "2J", "LEAID": 186351, "SchoolID": 186487, "SchoolNumb": 330, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "12", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "5685 W CILMA DR", "City": "WEST VALLEY CITY", "State": "UT", "ZipCode": 84120, "FederalLoc": 0, "PhoneNumbe": "8016850228", "Website": null, "DateOpened": "2018\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 483, "K": 78, "Grade1": 102, "Grade2": 69, "Grade3": 65, "Grade4": 51, "Grade5": 69, "Grade6": 49, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 234, "Male": 249, "AmericanIn": 2, "Black": 12, "Asian": 22, "Hispanic": 208, "MultipleRa": 33, "PacificIsl": 15, "White": 191, "Economical": 289, "EnglishLea": 126, "StudentDis": 57, "Homeless": 2, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.02683858982887, 40.687486154085477 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Capstone Classical Academy", "SchoolName": "Capstone Classical Academy", "LEANumber": "9L", "LEAID": 186504, "SchoolID": 186505, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "6", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "3885 N HWY 89", "City": "PLEASANT VIEW", "State": "UT", "ZipCode": 84404, "FederalLoc": 0, "PhoneNumbe": "8018964562", "Website": null, "DateOpened": "2018\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 177, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 36, "Grade7": 38, "Grade8": 35, "Grade9": 30, "Grade10": 18, "Grade11": 10, "Grade12": 10, "Female": 87, "Male": 90, "AmericanIn": 0, "Black": 0, "Asian": 3, "Hispanic": 36, "MultipleRa": 5, "PacificIsl": 0, "White": 133, "Economical": 45, "EnglishLea": 0, "StudentDis": 20, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -112.023950803532784, 41.329756875901793 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Ignite Entrepreneurship Academy", "SchoolName": "Ignite Entrepreneurship Academy", "LEANumber": "5L", "LEAID": 186461, "SchoolID": 186462, "SchoolNumb": 300, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1650 W TRAVERSE TERRACE DR", "City": "LEHI", "State": "UT", "ZipCode": 84043, "FederalLoc": 0, "PhoneNumbe": "8019018520", "Website": null, "DateOpened": "2018\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 545, "K": 90, "Grade1": 85, "Grade2": 68, "Grade3": 73, "Grade4": 50, "Grade5": 68, "Grade6": 54, "Grade7": 35, "Grade8": 22, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 251, "Male": 294, "AmericanIn": 1, "Black": 3, "Asian": 10, "Hispanic": 29, "MultipleRa": 34, "PacificIsl": 5, "White": 463, "Economical": 9, "EnglishLea": 8, "StudentDis": 70, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.876176199258424, 40.437043478668713 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Leadership Learning Academy", "SchoolName": "Leadership Learning Academy - Ogden", "LEANumber": "3I", "LEAID": 186300, "SchoolID": 186485, "SchoolNumb": 110, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1111 2ND STREET", "City": "OGDEN", "State": "UT", "ZipCode": 84404, "FederalLoc": 13, "PhoneNumbe": "8017845170", "Website": null, "DateOpened": "2017\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 392, "K": 72, "Grade1": 78, "Grade2": 69, "Grade3": 48, "Grade4": 42, "Grade5": 48, "Grade6": 35, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 178, "Male": 214, "AmericanIn": 4, "Black": 2, "Asian": 3, "Hispanic": 176, "MultipleRa": 26, "PacificIsl": 0, "White": 181, "Economical": 234, "EnglishLea": 38, "StudentDis": 52, "Homeless": 1, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.949728868621648, 41.258241318432361 ] } }, -{ "type": "Feature", "properties": { "LEAName": "No. UT. Acad. for Math Engineering & Science", "SchoolName": "No. UT. Acad. of Math Engineering & Science - Ogden", "LEANumber": "A1", "LEAID": 125576, "SchoolID": 186503, "SchoolNumb": 705, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "10", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "1465 EDVALSON ST", "City": "OGDEN", "State": "UT", "ZipCode": 84408, "FederalLoc": 0, "PhoneNumbe": "8015134084", "Website": null, "DateOpened": "2018\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.94012472479757, 41.19374012101509 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Treeside Charter School", "SchoolName": "Treeside Charter School", "LEANumber": "7L", "LEAID": 186476, "SchoolID": 186477, "SchoolNumb": 110, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1724 SOUTH STATE STREET", "City": "PROVO", "State": "UT", "ZipCode": 84606, "FederalLoc": 12, "PhoneNumbe": "3853091668", "Website": "treesidecharter.org", "DateOpened": "2017\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 461, "K": 111, "Grade1": 85, "Grade2": 72, "Grade3": 66, "Grade4": 65, "Grade5": 31, "Grade6": 31, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 212, "Male": 249, "AmericanIn": 3, "Black": 7, "Asian": 3, "Hispanic": 74, "MultipleRa": 18, "PacificIsl": 4, "White": 352, "Economical": 179, "EnglishLea": 35, "StudentDis": 53, "Homeless": 6, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.633665857110586, 40.209559798366421 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Utah Military Academy", "SchoolName": "Utah Military Academy - Camp Williams", "LEANumber": "2K", "LEAID": 186369, "SchoolID": 186446, "SchoolNumb": 710, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "7", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "3901 W WATERBURY DR", "City": "LEHI", "State": "UT", "ZipCode": 84043, "FederalLoc": 21, "PhoneNumbe": "3854986167", "Website": "www.umavp.org", "DateOpened": "2017\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 504, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 86, "Grade8": 107, "Grade9": 97, "Grade10": 75, "Grade11": 94, "Grade12": 45, "Female": 151, "Male": 353, "AmericanIn": 4, "Black": 10, "Asian": 3, "Hispanic": 126, "MultipleRa": 26, "PacificIsl": 9, "White": 326, "Economical": 124, "EnglishLea": 28, "StudentDis": 88, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -111.911130007187936, 40.414547014103555 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Success Academy", "SchoolName": "Success DSU", "LEANumber": "A9", "LEAID": 165608, "SchoolID": 186389, "SchoolNumb": 710, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "10", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "225 SOUTH 700 EAST", "City": "ST GEORGE", "State": "UT", "ZipCode": 84770, "FederalLoc": 13, "PhoneNumbe": "4356527830", "Website": "www.successacademy.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 232, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 66, "Grade11": 85, "Grade12": 81, "Female": 106, "Male": 126, "AmericanIn": 1, "Black": 2, "Asian": 6, "Hispanic": 13, "MultipleRa": 3, "PacificIsl": 4, "White": 203, "Economical": 46, "EnglishLea": 0, "StudentDis": 1, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.567382169196037, 37.105245812615379 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Success Academy", "SchoolName": "Success Academy", "LEANumber": "A9", "LEAID": 165608, "SchoolID": 165608, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "688 W 200 S", "City": "CEDAR CITY", "State": "UT", "ZipCode": 84720, "FederalLoc": 33, "PhoneNumbe": "4358658790", "Website": "http:\/\/www.successacademy.org", "DateOpened": "2005\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.072233476840253, 37.674707702488448 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Tuacahn High School for the Performing Arts", "SchoolName": "Tuacahn High School for the Performing Arts", "LEANumber": "90", "LEAID": 5496, "SchoolID": 5496, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "9", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "1100 N TUACAHN DR", "City": "IVINS", "State": "UT", "ZipCode": 84738, "FederalLoc": 41, "PhoneNumbe": "4356523201", "Website": "http:\/\/www.tuacahnhs.org", "DateOpened": "1999\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 0, "LEATYPE": null, "TotalK12": 0, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 0, "Male": 0, "AmericanIn": 0, "Black": 0, "Asian": 0, "Hispanic": 0, "MultipleRa": 0, "PacificIsl": 0, "White": 0, "Economical": 0, "EnglishLea": 0, "StudentDis": 0, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.659517843074099, 37.189861647100983 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Moab Charter School", "SchoolName": "Moab Charter School", "LEANumber": "A7", "LEAID": 135602, "SchoolID": 135602, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "6", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "358 E 300 S", "City": "MOAB", "State": "UT", "ZipCode": 84532, "FederalLoc": 33, "PhoneNumbe": "4352592277", "Website": "http:\/\/www.moabcharterschool.org", "DateOpened": "2004\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 76, "K": 13, "Grade1": 14, "Grade2": 12, "Grade3": 9, "Grade4": 8, "Grade5": 13, "Grade6": 7, "Grade7": 0, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 37, "Male": 39, "AmericanIn": 4, "Black": 0, "Asian": 1, "Hispanic": 16, "MultipleRa": 5, "PacificIsl": 0, "White": 50, "Economical": 38, "EnglishLea": 7, "StudentDis": 18, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -109.543707569104654, 38.568364140700908 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Vista School", "SchoolName": "Vista School", "LEANumber": "2G", "LEAID": 186115, "SchoolID": 186115, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "585 E CENTER STREET", "City": "IVINS", "State": "UT", "ZipCode": 84738, "FederalLoc": 41, "PhoneNumbe": "4356734110", "Website": "http:\/\/www.vistautah.com", "DateOpened": "2009\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 935, "K": 77, "Grade1": 93, "Grade2": 96, "Grade3": 100, "Grade4": 108, "Grade5": 111, "Grade6": 124, "Grade7": 119, "Grade8": 107, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 526, "Male": 409, "AmericanIn": 14, "Black": 7, "Asian": 5, "Hispanic": 150, "MultipleRa": 41, "PacificIsl": 4, "White": 714, "Economical": 339, "EnglishLea": 38, "StudentDis": 96, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.666324188437343, 37.169173143031507 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Valley Academy", "SchoolName": "Valley Academy", "LEANumber": "8H", "LEAID": 186279, "SchoolID": 186279, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "539 N 870 W", "City": "HURRICANE", "State": "UT", "ZipCode": 84737, "FederalLoc": 31, "PhoneNumbe": "4356350772", "Website": "http:\/\/www.valleyacademycharter.com\/", "DateOpened": "2012\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 448, "K": 63, "Grade1": 62, "Grade2": 50, "Grade3": 46, "Grade4": 60, "Grade5": 53, "Grade6": 47, "Grade7": 31, "Grade8": 36, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 234, "Male": 214, "AmericanIn": 6, "Black": 1, "Asian": 3, "Hispanic": 71, "MultipleRa": 15, "PacificIsl": 1, "White": 351, "Economical": 226, "EnglishLea": 6, "StudentDis": 77, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.304780949125004, 37.184342499154937 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Dixie Montessori Academy", "SchoolName": "Dixie Montessori Academy", "LEANumber": "3J", "LEAID": 186346, "SchoolID": 186347, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "7", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "1160 N. 645 W.", "City": "WASHINGTON", "State": "UT", "ZipCode": 84780, "FederalLoc": 41, "PhoneNumbe": "4352518539", "Website": "www.dixiemontessoriacademy.org", "DateOpened": "2014\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 277, "K": 47, "Grade1": 45, "Grade2": 36, "Grade3": 34, "Grade4": 32, "Grade5": 37, "Grade6": 23, "Grade7": 23, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 143, "Male": 134, "AmericanIn": 4, "Black": 1, "Asian": 3, "Hispanic": 36, "MultipleRa": 15, "PacificIsl": 2, "White": 216, "Economical": 90, "EnglishLea": 7, "StudentDis": 52, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.520238643272577, 37.147258439292607 ] } }, -{ "type": "Feature", "properties": { "LEAName": "George Washington Academy", "SchoolName": "George Washington Academy", "LEANumber": "5D", "LEAID": 185800, "SchoolID": 185800, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "2277 S 3000 E", "City": "ST GEORGE", "State": "UT", "ZipCode": 84790, "FederalLoc": 41, "PhoneNumbe": "4356732232", "Website": "http:\/\/www.gwacademy.org", "DateOpened": "2006\/09\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 998, "K": 136, "Grade1": 132, "Grade2": 131, "Grade3": 135, "Grade4": 133, "Grade5": 132, "Grade6": 93, "Grade7": 106, "Grade8": 0, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 490, "Male": 508, "AmericanIn": 5, "Black": 7, "Asian": 26, "Hispanic": 101, "MultipleRa": 30, "PacificIsl": 3, "White": 826, "Economical": 220, "EnglishLea": 39, "StudentDis": 72, "Homeless": 3, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.521669464585756, 37.069808267886998 ] } }, -{ "type": "Feature", "properties": { "LEAName": "St. George Academy", "SchoolName": "St. George Academy", "LEANumber": "9K", "LEAID": 186431, "SchoolID": 186432, "SchoolNumb": 700, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "8", "GradeHigh": "12", "SchoolLeve": "HIGH", "SchoolType": "Regular Education", "Address": "380 E. 3090 S.", "City": "WASHINGTON", "State": "UT", "ZipCode": 84780, "FederalLoc": 23, "PhoneNumbe": "4353190105", "Website": "www.stgacademy.org", "DateOpened": "2017\/07\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 252, "K": 0, "Grade1": 0, "Grade2": 0, "Grade3": 0, "Grade4": 0, "Grade5": 0, "Grade6": 0, "Grade7": 0, "Grade8": 47, "Grade9": 78, "Grade10": 60, "Grade11": 42, "Grade12": 25, "Female": 109, "Male": 143, "AmericanIn": 3, "Black": 2, "Asian": 0, "Hispanic": 32, "MultipleRa": 7, "PacificIsl": 1, "White": 207, "Economical": 36, "EnglishLea": 1, "StudentDis": 43, "Homeless": 0, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.502878984274588, 37.088048488931904 ] } }, -{ "type": "Feature", "properties": { "LEAName": "Gateway Preparatory Academy", "SchoolName": "Gateway Preparatory Academy", "LEANumber": "7E", "LEAID": 185866, "SchoolID": 185866, "SchoolNumb": 100, "CharterSch": "Y", "PrivateSch": null, "OnlineScho": null, "NESS": null, "GradeLow": "K", "GradeHigh": "8", "SchoolLeve": "ELEM", "SchoolType": "Regular Education", "Address": "201 E THOROUGHBRED WAY", "City": "ENOCH", "State": "UT", "ZipCode": 84721, "FederalLoc": 33, "PhoneNumbe": "4358675558", "Website": "http:\/\/gpacharter.org\/home\/", "DateOpened": "2008\/08\/01", "DateClosed": "9999\/06\/30", "SchoolYear": 2020, "LEATYPE": "Charter", "TotalK12": 680, "K": 64, "Grade1": 69, "Grade2": 56, "Grade3": 87, "Grade4": 73, "Grade5": 91, "Grade6": 81, "Grade7": 79, "Grade8": 80, "Grade9": 0, "Grade10": 0, "Grade11": 0, "Grade12": 0, "Female": 310, "Male": 370, "AmericanIn": 13, "Black": 3, "Asian": 8, "Hispanic": 65, "MultipleRa": 26, "PacificIsl": 1, "White": 564, "Economical": 361, "EnglishLea": 18, "StudentDis": 129, "Homeless": 2, "Preschool": 0 }, "geometry": { "type": "Point", "coordinates": [ -113.057553345011115, 37.747112253954064 ] } } -] -} diff --git a/developer/applications/suitability/index.html b/developer/applications/suitability/index.html deleted file mode 100644 index 11afcd1f0a..0000000000 --- a/developer/applications/suitability/index.html +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - - - - - - - - - - - -

Neighborhood Suitability Analysis in Utah

-

- Suitability analysis allows a user to explore the appropriateness of an area based on a specific set of criteria. - This application allows the user to select the individual criteria on which to assess and assign a weight to that - criteria by moving the respective slider bar. When you move a slider bar to the right, the areas on the map that are - higher in this criteria will be highlighted (i.e., darker hexagons indicate areas of higher suitability). - Conversely, this map can also be used to explore areas that are less suitable. -

-
-
- - - - - - - - - - - - - - - - - - - - -
-
-
- -

This map was created using OSM and the Uber H3 Hexagonal Geospatial Indexing System, resolution 8.

- -

- Data Sources
- Childcare - WFRC Child Care Centers - GIS layer
- Hospitals - WFRC Hospitals GIS layer
- Grocery and Food - WFRC - Grocery and Food Stores GIS layer
- Public Libraries - UGRC - Public Libraries GIS layer
- Charter Schools - UGRC - Schools GIS layer
- Colleges and Universities - UGRC Colleges and Universities GIS layer
- UTA Light Rail Stations - UTA Light Rail Stations GIS layer
- UTA Bus Stops - UTA Bus Stops GIS layer
- Community Centers - WFRC Community - Centers GIS layer
- Local Parks - UGRC Local Parks GIS - layer -

- - Built by UGRC - - - - - diff --git a/developer/applications/suitability/local_parks_centroids.geojson b/developer/applications/suitability/local_parks_centroids.geojson deleted file mode 100644 index 6f5ae4b13c..0000000000 --- a/developer/applications/suitability/local_parks_centroids.geojson +++ /dev/null @@ -1,1737 +0,0 @@ -{ -"type": "FeatureCollection", -"name": "local_parks_centroids", -"features": [ -{ "type": "Feature", "properties": { "NAME": "Lundstrom Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 19.24215387, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 140129.742188, "Shape__Len": 1859.0267033299999, "ORIG_FID": 1 }, "geometry": { "type": "Point", "coordinates": [ -111.791754582741561, 41.754867078999219 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ray Hugie Park", "COUNTY": "CACHE", "CITY": "Cache County", "ACRES": 11.11039931, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 80881.9570313, "Shape__Len": 1806.0645969899999, "ORIG_FID": 2 }, "geometry": { "type": "Point", "coordinates": [ -111.783555560891074, 41.743732161213394 ] } }, -{ "type": "Feature", "properties": { "NAME": "Adams Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 4.21397965, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 30675.3320313, "Shape__Len": 745.12093963200005, "ORIG_FID": 3 }, "geometry": { "type": "Point", "coordinates": [ -111.822528649370938, 41.741728696824019 ] } }, -{ "type": "Feature", "properties": { "NAME": "River Hollow Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 3.63631129, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 26465.4726563, "Shape__Len": 903.42094589800001, "ORIG_FID": 4 }, "geometry": { "type": "Point", "coordinates": [ -111.810579263825431, 41.735541584184396 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jens Johansen Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 2.03558988, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 14814.234375, "Shape__Len": 507.82901255899998, "ORIG_FID": 5 }, "geometry": { "type": "Point", "coordinates": [ -111.81415645810938, 41.733621021777715 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Willow Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 7.7465454, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 56350.8398438, "Shape__Len": 1228.43282247, "ORIG_FID": 6 }, "geometry": { "type": "Point", "coordinates": [ -111.850052703460179, 41.719086705735656 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dahle Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 4.27351336, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 31087.2148438, "Shape__Len": 717.94000584399998, "ORIG_FID": 7 }, "geometry": { "type": "Point", "coordinates": [ -111.856501271390712, 41.719688063670034 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rendezvous Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 8.76404227, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 63724.9453125, "Shape__Len": 1091.27211646, "ORIG_FID": 8 }, "geometry": { "type": "Point", "coordinates": [ -111.850717129268787, 41.705312937007939 ] } }, -{ "type": "Feature", "properties": { "NAME": "Logan Meadows Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 2.58202498, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 18785.9882813, "Shape__Len": 851.65045884000006, "ORIG_FID": 9 }, "geometry": { "type": "Point", "coordinates": [ -111.853265282384598, 41.725053157898842 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willow Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 6.7798539, "TYPE": "Community Park", "STATUS": "Current", "Shape__Are": 49319.2773438, "Shape__Len": 887.32232007300001, "ORIG_FID": 10 }, "geometry": { "type": "Point", "coordinates": [ -111.847778958813464, 41.719564288321401 ] } }, -{ "type": "Feature", "properties": { "NAME": "Garff Wayside Gardens", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 2.85903366, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 20804.1523438, "Shape__Len": 837.22016061700003, "ORIG_FID": 11 }, "geometry": { "type": "Point", "coordinates": [ -111.833131606026313, 41.72952337180719 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 2.96132386, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 21548.796875, "Shape__Len": 699.56860059600001, "ORIG_FID": 12 }, "geometry": { "type": "Point", "coordinates": [ -111.830821237313558, 41.729905398497799 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bridgerland Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 7.08238677, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 51564.6875, "Shape__Len": 1031.89168812, "ORIG_FID": 13 }, "geometry": { "type": "Point", "coordinates": [ -111.837086364902547, 41.74754822675262 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jones Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 1.07315676, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 7812.47265625, "Shape__Len": 494.62596993300002, "ORIG_FID": 14 }, "geometry": { "type": "Point", "coordinates": [ -111.845206754803712, 41.744073895511036 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mt. Logan Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 21.9724245, "TYPE": "Community Park", "STATUS": "Current", "Shape__Are": 159879.472656, "Shape__Len": 2736.8008323899999, "ORIG_FID": 15 }, "geometry": { "type": "Point", "coordinates": [ -111.798146256225976, 41.727939245923892 ] } }, -{ "type": "Feature", "properties": { "NAME": "Brookside Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 0.0366658, "TYPE": "Mini Park", "STATUS": "Current", "Shape__Are": 266.8984375, "Shape__Len": 107.84007523299999, "ORIG_FID": 16 }, "geometry": { "type": "Point", "coordinates": [ -111.828069462257474, 41.741095525041295 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willow Park Sports Complex", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 17.8782136, "TYPE": "Community Park", "STATUS": "Current", "Shape__Are": 130044.019531, "Shape__Len": 1532.2184076200001, "ORIG_FID": 17 }, "geometry": { "type": "Point", "coordinates": [ -111.849241765728777, 41.717288196065752 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hillcrest Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 1.41116753, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 10274.703125, "Shape__Len": 569.19966009400002, "ORIG_FID": 18 }, "geometry": { "type": "Point", "coordinates": [ -111.797074600004947, 41.748519370343139 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kilowatt Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 0.96079261, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 6990.45703125, "Shape__Len": 400.32195263599999, "ORIG_FID": 19 }, "geometry": { "type": "Point", "coordinates": [ -111.843643033662175, 41.725440083770607 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canal Corner", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 0.20581133, "TYPE": "Mini Park", "STATUS": "Current", "Shape__Are": 1498.4296875, "Shape__Len": 334.28089994599998, "ORIG_FID": 20 }, "geometry": { "type": "Point", "coordinates": [ -111.826790803334305, 41.747069798216046 ] } }, -{ "type": "Feature", "properties": { "NAME": "Morningside Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 0.93809465, "TYPE": "Mini Park", "STATUS": "Current", "Shape__Are": 6830.921875, "Shape__Len": 391.63834592699999, "ORIG_FID": 21 }, "geometry": { "type": "Point", "coordinates": [ -111.822177190575403, 41.751833743020718 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fairview Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 3.34395678, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 24328.078125, "Shape__Len": 1078.24535354, "ORIG_FID": 22 }, "geometry": { "type": "Point", "coordinates": [ -111.851014694026588, 41.722723252092969 ] } }, -{ "type": "Feature", "properties": { "NAME": "10th West Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 30.19558754, "TYPE": "Community Park", "STATUS": "Future", "Shape__Are": 219564.429688, "Shape__Len": 2127.42870481, "ORIG_FID": 23 }, "geometry": { "type": "Point", "coordinates": [ -111.864330291370649, 41.705996663930719 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon Entrance Park", "COUNTY": "CACHE", "CITY": "Cache County", "ACRES": 3.27112493, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 23812.7695313, "Shape__Len": 1244.16229572, "ORIG_FID": 24 }, "geometry": { "type": "Point", "coordinates": [ -111.788256186507226, 41.742553378797886 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eliason Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 0.34475985, "TYPE": "Mini Park", "STATUS": "Current", "Shape__Are": 2509.1640625, "Shape__Len": 220.092905591, "ORIG_FID": 25 }, "geometry": { "type": "Point", "coordinates": [ -111.848258236802437, 41.735704481481555 ] } }, -{ "type": "Feature", "properties": { "NAME": "6th South Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 19.22193613, "TYPE": "Neighborhood Park", "STATUS": "Future", "Shape__Are": 139827.90625, "Shape__Len": 1905.5856282100001, "ORIG_FID": 26 }, "geometry": { "type": "Point", "coordinates": [ -111.881309519766162, 41.720010823821255 ] } }, -{ "type": "Feature", "properties": { "NAME": "Northwest Park Phase 2", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 13.61390934, "TYPE": "Community Park", "STATUS": "Future", "Shape__Are": 99138.0, "Shape__Len": 1432.29756152, "ORIG_FID": 27 }, "geometry": { "type": "Point", "coordinates": [ -111.846733779324282, 41.75388397959459 ] } }, -{ "type": "Feature", "properties": { "NAME": "Northwest Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 9.51055379, "TYPE": "Community Park", "STATUS": "Current", "Shape__Are": 69259.265625, "Shape__Len": 1053.33627555, "ORIG_FID": 28 }, "geometry": { "type": "Point", "coordinates": [ -111.842899971306096, 41.754972596596581 ] } }, -{ "type": "Feature", "properties": { "NAME": "Merlin Olsen Central Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 8.48451065, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 61740.4492188, "Shape__Len": 994.687960578, "ORIG_FID": 29 }, "geometry": { "type": "Point", "coordinates": [ -111.828588395181768, 41.730377629904801 ] } }, -{ "type": "Feature", "properties": { "NAME": "Soccer Park Complex", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 22.93152008, "TYPE": "Community Park", "STATUS": "Current", "Shape__Are": 166738.558594, "Shape__Len": 2086.8737380299999, "ORIG_FID": 30 }, "geometry": { "type": "Point", "coordinates": [ -111.843484163622037, 41.705212330899677 ] } }, -{ "type": "Feature", "properties": { "NAME": "Southwest Gateway Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 8.2553781, "TYPE": "Neighborhood Park", "STATUS": "Future", "Shape__Are": 60028.7070313, "Shape__Len": 1348.9265957499999, "ORIG_FID": 31 }, "geometry": { "type": "Point", "coordinates": [ -111.846213378183435, 41.706619152047452 ] } }, -{ "type": "Feature", "properties": { "NAME": "Horseshoe Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 4.62314954, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 33628.8632813, "Shape__Len": 820.96531420999997, "ORIG_FID": 32 }, "geometry": { "type": "Point", "coordinates": [ -111.847187736790474, 41.717923421540611 ] } }, -{ "type": "Feature", "properties": { "NAME": "Quail West Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 0.52652038, "TYPE": "Mini Park", "STATUS": "Future", "Shape__Are": 3832.24609375, "Shape__Len": 278.20954458400001, "ORIG_FID": 33 }, "geometry": { "type": "Point", "coordinates": [ -111.797785437613072, 41.737175601092801 ] } }, -{ "type": "Feature", "properties": { "NAME": "Zollinger Park", "COUNTY": "CACHE", "CITY": "Providence", "ACRES": 10.65950598, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 77516.1796875, "Shape__Len": 1114.26504565, "ORIG_FID": 34 }, "geometry": { "type": "Point", "coordinates": [ -111.824222326266096, 41.708916205237095 ] } }, -{ "type": "Feature", "properties": { "NAME": "Central Park", "COUNTY": "CACHE", "CITY": "Smithfield", "ACRES": 4.9824631, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 36377.3242188, "Shape__Len": 1375.9815097600001, "ORIG_FID": 35 }, "geometry": { "type": "Point", "coordinates": [ -111.834109649486891, 41.837745079794182 ] } }, -{ "type": "Feature", "properties": { "NAME": "Forrester Acres\/ Richard Hansen Baseball Field", "COUNTY": "CACHE", "CITY": "Smithfield", "ACRES": 25.97579056, "TYPE": "Ball Park", "STATUS": "Current", "Shape__Are": 189646.40625, "Shape__Len": 2284.56683015, "ORIG_FID": 36 }, "geometry": { "type": "Point", "coordinates": [ -111.84709842312617, 41.837097185492112 ] } }, -{ "type": "Feature", "properties": { "NAME": "Richmond Park", "COUNTY": "CACHE", "CITY": "Richmond", "ACRES": 6.3446524, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 46443.7226563, "Shape__Len": 999.42021093400001, "ORIG_FID": 37 }, "geometry": { "type": "Point", "coordinates": [ -111.810213861956356, 41.92157686366064 ] } }, -{ "type": "Feature", "properties": { "NAME": "Amalga Park", "COUNTY": "CACHE", "CITY": "Amalga", "ACRES": 5.55208566, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 40553.203125, "Shape__Len": 1014.6860073399999, "ORIG_FID": 38 }, "geometry": { "type": "Point", "coordinates": [ -111.892341598352857, 41.851824878386502 ] } }, -{ "type": "Feature", "properties": { "NAME": "Newton", "COUNTY": "CACHE", "CITY": "Newton", "ACRES": 3.00139717, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 21928.1953125, "Shape__Len": 595.086535798, "ORIG_FID": 39 }, "geometry": { "type": "Point", "coordinates": [ -111.989273865150807, 41.861024008145549 ] } }, -{ "type": "Feature", "properties": { "NAME": "Clarkston Park", "COUNTY": "CACHE", "CITY": "Clarkston", "ACRES": 1.51106448, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 82719.6640625, "Shape__Len": 1150.50130279, "ORIG_FID": 40 }, "geometry": { "type": "Point", "coordinates": [ -112.04924062192957, 41.919053738512901 ] } }, -{ "type": "Feature", "properties": { "NAME": "Alma Leonhardt Park", "COUNTY": "CACHE", "CITY": "Providence", "ACRES": 2.16784371, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 15766.3828125, "Shape__Len": 504.15000036100002, "ORIG_FID": 41 }, "geometry": { "type": "Point", "coordinates": [ -111.826273276325878, 41.71250339317023 ] } }, -{ "type": "Feature", "properties": { "NAME": "Braegger Park", "COUNTY": "CACHE", "CITY": "Providence", "ACRES": 2.91219099, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 21172.53125, "Shape__Len": 682.10394731500003, "ORIG_FID": 42 }, "geometry": { "type": "Point", "coordinates": [ -111.809818509164046, 41.701052102965896 ] } }, -{ "type": "Feature", "properties": { "NAME": "Brookside Park", "COUNTY": "CACHE", "CITY": "Providence", "ACRES": 0.9454261, "TYPE": "Park", "STATUS": "Future", "Shape__Are": 6876.73046875, "Shape__Len": 492.01594348600003, "ORIG_FID": 43 }, "geometry": { "type": "Point", "coordinates": [ -111.815915933414814, 41.716186435193137 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cattle Corral Park", "COUNTY": "CACHE", "CITY": "Providence", "ACRES": 0.70827312, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 5149.89453125, "Shape__Len": 353.99274784200003, "ORIG_FID": 44 }, "geometry": { "type": "Point", "coordinates": [ -111.814840501876517, 41.704523300541169 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadowridge Park", "COUNTY": "CACHE", "CITY": "Providence", "ACRES": 0.78637971, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 5717.6953125, "Shape__Len": 303.68498933900003, "ORIG_FID": 45 }, "geometry": { "type": "Point", "coordinates": [ -111.826606060179031, 41.703908953935731 ] } }, -{ "type": "Feature", "properties": { "NAME": "Von's Park", "COUNTY": "CACHE", "CITY": "Providence", "ACRES": 0.58375525, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 4244.921875, "Shape__Len": 585.69385389199999, "ORIG_FID": 46 }, "geometry": { "type": "Point", "coordinates": [ -111.808682110878593, 41.707419420425751 ] } }, -{ "type": "Feature", "properties": { "NAME": "Elk Ridge Park", "COUNTY": "CACHE", "CITY": "North Logan", "ACRES": 23.40366718, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 170544.023438, "Shape__Len": 1876.6424550500001, "ORIG_FID": 47 }, "geometry": { "type": "Point", "coordinates": [ -111.80763339605636, 41.774986406905668 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadow View Park", "COUNTY": "CACHE", "CITY": "North Logan", "ACRES": 16.28967219, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 118729.488281, "Shape__Len": 1587.02974735, "ORIG_FID": 48 }, "geometry": { "type": "Point", "coordinates": [ -111.825418743866521, 41.782777284529651 ] } }, -{ "type": "Feature", "properties": { "NAME": "King Park", "COUNTY": "CACHE", "CITY": "North Logan", "ACRES": 33.04245051, "TYPE": "Nature Park", "STATUS": "Current", "Shape__Are": 240726.847656, "Shape__Len": 3099.69490228, "ORIG_FID": 49 }, "geometry": { "type": "Point", "coordinates": [ -111.777542029037406, 41.766746940935356 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Office Park", "COUNTY": "CACHE", "CITY": "Hyde Park", "ACRES": 2.44683005, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 17843.5078125, "Shape__Len": 578.40897331999997, "ORIG_FID": 50 }, "geometry": { "type": "Point", "coordinates": [ -111.816007601373613, 41.799666479876755 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lee Park And Pavilion", "COUNTY": "CACHE", "CITY": "Hyde Park", "ACRES": 11.70442391, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 85355.6601563, "Shape__Len": 1726.37111499, "ORIG_FID": 51 }, "geometry": { "type": "Point", "coordinates": [ -111.826816422180357, 41.799667533706867 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lion's Park", "COUNTY": "CACHE", "CITY": "Hyde Park", "ACRES": 3.86568843, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 28191.3789063, "Shape__Len": 1121.9504794300001, "ORIG_FID": 52 }, "geometry": { "type": "Point", "coordinates": [ -111.806657094677746, 41.800778803536275 ] } }, -{ "type": "Feature", "properties": { "NAME": "Forrester Acres\/ Equestrian Track & Arena", "COUNTY": "CACHE", "CITY": "Smithfield", "ACRES": 15.40357006, "TYPE": "Equestrian", "STATUS": "Current", "Shape__Are": 112456.566406, "Shape__Len": 1401.3947249, "ORIG_FID": 53 }, "geometry": { "type": "Point", "coordinates": [ -111.851621923164572, 41.836187938250411 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Millville", "ACRES": 12.55239012, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 91184.796875, "Shape__Len": 1291.81656638, "ORIG_FID": 54 }, "geometry": { "type": "Point", "coordinates": [ -111.810720845421429, 41.674486630829968 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Paradise", "ACRES": 5.00919842, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 36268.765625, "Shape__Len": 807.78618758599998, "ORIG_FID": 55 }, "geometry": { "type": "Point", "coordinates": [ -111.836383022087688, 41.56762835551212 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 2.01250568, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14620.6875, "Shape__Len": 680.51629202399999, "ORIG_FID": 56 }, "geometry": { "type": "Point", "coordinates": [ -111.870732388565912, 41.677349955955641 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 4.93850657, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35885.9335938, "Shape__Len": 757.75660622700002, "ORIG_FID": 57 }, "geometry": { "type": "Point", "coordinates": [ -111.86610451764345, 41.684860595757684 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 2.77220906, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20145.09375, "Shape__Len": 798.68529520699997, "ORIG_FID": 58 }, "geometry": { "type": "Point", "coordinates": [ -111.833041067851767, 41.685645358836233 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 3.23455578, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23500.34375, "Shape__Len": 1001.1547633599999, "ORIG_FID": 59 }, "geometry": { "type": "Point", "coordinates": [ -111.86039867559677, 41.679503081505473 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 1.12460032, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8171.359375, "Shape__Len": 541.77920606800001, "ORIG_FID": 60 }, "geometry": { "type": "Point", "coordinates": [ -111.857737938930214, 41.682063514841353 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 5.78965107, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42056.6875, "Shape__Len": 1025.7846806099999, "ORIG_FID": 61 }, "geometry": { "type": "Point", "coordinates": [ -111.840394599871516, 41.673772621633098 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 19.99267786, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 145187.402344, "Shape__Len": 1618.5427764599999, "ORIG_FID": 62 }, "geometry": { "type": "Point", "coordinates": [ -111.851276608367627, 41.664791797732008 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Millville", "ACRES": 0.45941652, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3338.7109375, "Shape__Len": 233.47626805600001, "ORIG_FID": 63 }, "geometry": { "type": "Point", "coordinates": [ -111.818059169205256, 41.687690987388955 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 9.93237376, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 72097.0234375, "Shape__Len": 1388.8789152100001, "ORIG_FID": 64 }, "geometry": { "type": "Point", "coordinates": [ -111.820474525357369, 41.649816720046175 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Millville", "ACRES": 2.56782217, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18661.7890625, "Shape__Len": 554.78725210899995, "ORIG_FID": 65 }, "geometry": { "type": "Point", "coordinates": [ -111.821662802727886, 41.688900037959762 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Nature Park", "COUNTY": "CACHE", "CITY": "Providence", "ACRES": 0.77281845, "TYPE": "Nature Park", "STATUS": "Future", "Shape__Are": 5620.90625, "Shape__Len": 477.66842436299999, "ORIG_FID": 66 }, "geometry": { "type": "Point", "coordinates": [ -111.827365293825608, 41.714328579034444 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kid's Corner", "COUNTY": "CACHE", "CITY": "Smithfield", "ACRES": 0.37547584, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 2742.31640625, "Shape__Len": 232.09838933099999, "ORIG_FID": 67 }, "geometry": { "type": "Point", "coordinates": [ -111.834123681519756, 41.848814525106455 ] } }, -{ "type": "Feature", "properties": { "NAME": "Gutke Park", "COUNTY": "CACHE", "CITY": "Smithfield", "ACRES": 2.37971918, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 17380.375, "Shape__Len": 961.84832270200002, "ORIG_FID": 68 }, "geometry": { "type": "Point", "coordinates": [ -111.831820938403339, 41.848600244991921 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heritage Park", "COUNTY": "CACHE", "CITY": "Smithfield", "ACRES": 2.77105372, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20230.5898438, "Shape__Len": 1123.6447644499999, "ORIG_FID": 69 }, "geometry": { "type": "Point", "coordinates": [ -111.843096871471701, 41.836380708775437 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mack Park", "COUNTY": "CACHE", "CITY": "Smithfield", "ACRES": 14.23869255, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 103961.9375, "Shape__Len": 2766.7515470500002, "ORIG_FID": 70 }, "geometry": { "type": "Point", "coordinates": [ -111.824172810804853, 41.838864352894497 ] } }, -{ "type": "Feature", "properties": { "NAME": "420 South Park", "COUNTY": "CACHE", "CITY": "Smithfield", "ACRES": 0.49565149, "TYPE": "Park", "STATUS": "Current", "Shape__Are": 3617.64453125, "Shape__Len": 238.73900761199999, "ORIG_FID": 71 }, "geometry": { "type": "Point", "coordinates": [ -111.815939738801006, 41.827330519531444 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Nibley", "ACRES": 12.96635105, "TYPE": "Community Park", "STATUS": "Current", "Shape__Are": 94235.21875, "Shape__Len": 1253.3807000500001, "ORIG_FID": 72 }, "geometry": { "type": "Point", "coordinates": [ -111.853667048048862, 41.689785274248969 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Mendon", "ACRES": 2.75854971, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 20066.6289063, "Shape__Len": 612.51126294100004, "ORIG_FID": 73 }, "geometry": { "type": "Point", "coordinates": [ -111.96937823325834, 41.720590183303841 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Mendon", "ACRES": 6.65541615, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 48396.25, "Shape__Len": 1044.50673843, "ORIG_FID": 74 }, "geometry": { "type": "Point", "coordinates": [ -111.977529262728936, 41.70902742454475 ] } }, -{ "type": "Feature", "properties": { "NAME": "Black Willow Park", "COUNTY": "CACHE", "CITY": "Wellsville", "ACRES": 0.5789599, "TYPE": "Mini Park", "STATUS": "Current", "Shape__Are": 4201.828125, "Shape__Len": 290.19898010399999, "ORIG_FID": 75 }, "geometry": { "type": "Point", "coordinates": [ -111.931343066919155, 41.645361300983986 ] } }, -{ "type": "Feature", "properties": { "NAME": "School Park", "COUNTY": "CACHE", "CITY": "Wellsville", "ACRES": 2.46145463, "TYPE": "Mini Park", "STATUS": "Current", "Shape__Are": 17858.53125, "Shape__Len": 534.64761780200001, "ORIG_FID": 76 }, "geometry": { "type": "Point", "coordinates": [ -111.93250856161049, 41.635143037268627 ] } }, -{ "type": "Feature", "properties": { "NAME": "Darley Park", "COUNTY": "CACHE", "CITY": "Wellsville", "ACRES": 3.52750164, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 25596.9648438, "Shape__Len": 650.755726299, "ORIG_FID": 77 }, "geometry": { "type": "Point", "coordinates": [ -111.932549216228622, 41.640246055950264 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Square Park", "COUNTY": "CACHE", "CITY": "Wellsville", "ACRES": 5.11338321, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 37101.9023438, "Shape__Len": 818.68818774299996, "ORIG_FID": 78 }, "geometry": { "type": "Point", "coordinates": [ -111.932395255946403, 41.637688145928173 ] } }, -{ "type": "Feature", "properties": { "NAME": "Equestrian Park", "COUNTY": "CACHE", "CITY": "Wellsville", "ACRES": 4.15007824, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 30108.9804688, "Shape__Len": 709.22335902899999, "ORIG_FID": 79 }, "geometry": { "type": "Point", "coordinates": [ -111.944027676652539, 41.634156636242409 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wellsville Park", "COUNTY": "CACHE", "CITY": "Wellsville", "ACRES": 11.6435865, "TYPE": "Community Park", "STATUS": "Current", "Shape__Are": 84462.3632813, "Shape__Len": 1164.64123251, "ORIG_FID": 80 }, "geometry": { "type": "Point", "coordinates": [ -111.930721089633707, 41.629334965582579 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Square", "COUNTY": "CACHE", "CITY": "Hyrum", "ACRES": 4.87581149, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 35374.3203125, "Shape__Len": 814.55735541299998, "ORIG_FID": 81 }, "geometry": { "type": "Point", "coordinates": [ -111.85656657849168, 41.633526702377289 ] } }, -{ "type": "Feature", "properties": { "NAME": "East Park", "COUNTY": "CACHE", "CITY": "Hyrum", "ACRES": 21.83653149, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 158434.515625, "Shape__Len": 1599.8159817000001, "ORIG_FID": 82 }, "geometry": { "type": "Point", "coordinates": [ -111.834614213757121, 41.635091495215889 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pride Park", "COUNTY": "CACHE", "CITY": "Hyrum", "ACRES": 0.468412, "TYPE": "Mini Park", "STATUS": "Current", "Shape__Are": 3397.4921875, "Shape__Len": 251.17604478499999, "ORIG_FID": 83 }, "geometry": { "type": "Point", "coordinates": [ -111.842001944999723, 41.624909710577384 ] } }, -{ "type": "Feature", "properties": { "NAME": "A.j. Park\/ Campground", "COUNTY": "CACHE", "CITY": "Hyrum", "ACRES": 30.46447038, "TYPE": "Community Park", "STATUS": "Current", "Shape__Are": 220987.121094, "Shape__Len": 1922.7065029800001, "ORIG_FID": 84 }, "geometry": { "type": "Point", "coordinates": [ -111.688764530062031, 41.626931088344307 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Paradise", "ACRES": 1.6304748, "TYPE": "Neighborhood Park", "STATUS": "Current", "Shape__Are": 11805.9414063, "Shape__Len": 469.429126478, "ORIG_FID": 85 }, "geometry": { "type": "Point", "coordinates": [ -111.837678774345775, 41.569321143890569 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "River Heights", "ACRES": 4.53325038, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 32980.015625, "Shape__Len": 1009.04766798, "ORIG_FID": 86 }, "geometry": { "type": "Point", "coordinates": [ -111.820638256343472, 41.723112995074686 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ryan's Place Park", "COUNTY": "CACHE", "CITY": "River Heights", "ACRES": 0.63699024, "TYPE": "City Park", "STATUS": "Current", "Shape__Are": 4634.16015625, "Shape__Len": 272.84859684000003, "ORIG_FID": 87 }, "geometry": { "type": "Point", "coordinates": [ -111.820418159399651, 41.722485468202585 ] } }, -{ "type": "Feature", "properties": { "NAME": "Smoot Park", "COUNTY": "DAVIS", "CITY": "Centerville", "ACRES": 6.90800159, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 49070.4296875, "Shape__Len": 1127.81619987, "ORIG_FID": 88 }, "geometry": { "type": "Point", "coordinates": [ -111.882472645595044, 40.939483719842585 ] } }, -{ "type": "Feature", "properties": { "NAME": "William R. Smith Park", "COUNTY": "DAVIS", "CITY": "Centerville", "ACRES": 2.58295596, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19263.1328125, "Shape__Len": 576.06580479299998, "ORIG_FID": 89 }, "geometry": { "type": "Point", "coordinates": [ -111.878073206154156, 40.9206063442426 ] } }, -{ "type": "Feature", "properties": { "NAME": "Freedom Hills Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 9.16655915, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 65137.1484375, "Shape__Len": 1228.56352431, "ORIG_FID": 90 }, "geometry": { "type": "Point", "coordinates": [ -111.879009206208877, 40.951143030522999 ] } }, -{ "type": "Feature", "properties": { "NAME": "Porter-walton Park", "COUNTY": "DAVIS", "CITY": "Centerville", "ACRES": 2.2230072, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15779.734375, "Shape__Len": 605.98098825600005, "ORIG_FID": 91 }, "geometry": { "type": "Point", "coordinates": [ -111.884950201278087, 40.915742938588643 ] } }, -{ "type": "Feature", "properties": { "NAME": "Island View Park", "COUNTY": "DAVIS", "CITY": "Centerville", "ACRES": 6.03175249, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42811.921875, "Shape__Len": 927.58113563400002, "ORIG_FID": 92 }, "geometry": { "type": "Point", "coordinates": [ -111.866436474187509, 40.912685765818466 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shepard Lane Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 5.99407008, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42653.4296875, "Shape__Len": 964.97488133700006, "ORIG_FID": 93 }, "geometry": { "type": "Point", "coordinates": [ -111.904674490373367, 40.998151378806263 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Farmington Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 6.59226239, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46852.6601563, "Shape__Len": 1472.2528743299999, "ORIG_FID": 94 }, "geometry": { "type": "Point", "coordinates": [ -111.889515515576022, 40.95718542716881 ] } }, -{ "type": "Feature", "properties": { "NAME": "Main City Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 7.36075855, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 52347.984375, "Shape__Len": 1008.01683861, "ORIG_FID": 95 }, "geometry": { "type": "Point", "coordinates": [ -111.889260248102445, 40.978496733086168 ] } }, -{ "type": "Feature", "properties": { "NAME": "Farminton Pond Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 15.75976289, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 112133.015625, "Shape__Len": 1940.2842991099999, "ORIG_FID": 96 }, "geometry": { "type": "Point", "coordinates": [ -111.88838896195891, 40.993591449779373 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodland Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 10.87797565, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 77353.8359375, "Shape__Len": 1287.5796125300001, "ORIG_FID": 97 }, "geometry": { "type": "Point", "coordinates": [ -111.885157539794093, 40.97507674319197 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountain View Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 3.26593131, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23221.8007813, "Shape__Len": 690.05448213800003, "ORIG_FID": 98 }, "geometry": { "type": "Point", "coordinates": [ -111.88040821005491, 40.971632711813548 ] } }, -{ "type": "Feature", "properties": { "NAME": "Moon Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 0.7057534, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5022.80859375, "Shape__Len": 322.87900256500001, "ORIG_FID": 99 }, "geometry": { "type": "Point", "coordinates": [ -111.903081793171339, 41.002885140138034 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pointe Of View Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 1.07108044, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7621.8515625, "Shape__Len": 346.843380008, "ORIG_FID": 100 }, "geometry": { "type": "Point", "coordinates": [ -111.887776401884125, 40.998487846811777 ] } }, -{ "type": "Feature", "properties": { "NAME": "Quail Cove South Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 0.42104545, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2996.30859375, "Shape__Len": 235.230373058, "ORIG_FID": 101 }, "geometry": { "type": "Point", "coordinates": [ -111.897140766800888, 40.999886669069681 ] } }, -{ "type": "Feature", "properties": { "NAME": "Farmington Preserve Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 1.05219675, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7486.56640625, "Shape__Len": 393.17181541799999, "ORIG_FID": 102 }, "geometry": { "type": "Point", "coordinates": [ -111.91128487766278, 40.994726688927798 ] } }, -{ "type": "Feature", "properties": { "NAME": "Quail Cove North Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 0.57158592, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4067.7421875, "Shape__Len": 289.19525989, "ORIG_FID": 103 }, "geometry": { "type": "Point", "coordinates": [ -111.89673929772114, 41.001121907205977 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lupine Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 0.14174814, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1008.8046875, "Shape__Len": 126.656283188, "ORIG_FID": 104 }, "geometry": { "type": "Point", "coordinates": [ -111.905125949150019, 41.002649175279466 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heritage Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 11.53061912, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 82073.8320313, "Shape__Len": 1893.49901318, "ORIG_FID": 105 }, "geometry": { "type": "Point", "coordinates": [ -111.913002124682265, 41.007575545770564 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bus Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 13.54859805, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 96318.3984375, "Shape__Len": 1258.2052991600001, "ORIG_FID": 106 }, "geometry": { "type": "Point", "coordinates": [ -111.898385178824029, 40.966166326086878 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ezra T. Clark", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 0.53384657, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3796.8828125, "Shape__Len": 308.07635880300001, "ORIG_FID": 107 }, "geometry": { "type": "Point", "coordinates": [ -111.896432550599897, 40.981180507711223 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sound Wall Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 0.29741192, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2114.16796875, "Shape__Len": 194.27019660600001, "ORIG_FID": 108 }, "geometry": { "type": "Point", "coordinates": [ -111.889359495796072, 40.963437258093968 ] } }, -{ "type": "Feature", "properties": { "NAME": "Farmington Ranches Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 8.37845258, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 59596.15625, "Shape__Len": 2235.2546009900002, "ORIG_FID": 109 }, "geometry": { "type": "Point", "coordinates": [ -111.929291071217193, 40.983775855111311 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.22548172, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1607.4765625, "Shape__Len": 194.71404489099999, "ORIG_FID": 110 }, "geometry": { "type": "Point", "coordinates": [ -111.969006434045014, 41.059978217200211 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 4.92801579, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 35133.3554688, "Shape__Len": 809.59583536000002, "ORIG_FID": 111 }, "geometry": { "type": "Point", "coordinates": [ -112.005820142112597, 41.061561943247533 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.211584, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1509.6328125, "Shape__Len": 161.51228124100001, "ORIG_FID": 112 }, "geometry": { "type": "Point", "coordinates": [ -111.990040275827795, 41.087426948157393 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 4.96222798, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 35382.2421875, "Shape__Len": 774.20745285199996, "ORIG_FID": 113 }, "geometry": { "type": "Point", "coordinates": [ -111.911567596836932, 41.065186834848738 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.52117245, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 10844.1328125, "Shape__Len": 421.70778375700002, "ORIG_FID": 114 }, "geometry": { "type": "Point", "coordinates": [ -111.973267624492081, 41.058800977405362 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 2.27424595, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 16212.6132813, "Shape__Len": 534.625485422, "ORIG_FID": 115 }, "geometry": { "type": "Point", "coordinates": [ -111.971994386822658, 41.0587971808379 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 7.6295496, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 54387.8671875, "Shape__Len": 933.81656910499999, "ORIG_FID": 116 }, "geometry": { "type": "Point", "coordinates": [ -111.948801019218394, 41.057511679298678 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.19857523, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1416.0234375, "Shape__Len": 374.83160655500001, "ORIG_FID": 117 }, "geometry": { "type": "Point", "coordinates": [ -111.962448900530831, 41.068714293141745 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.21565249, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1538.65234375, "Shape__Len": 162.673106426, "ORIG_FID": 118 }, "geometry": { "type": "Point", "coordinates": [ -111.989889685814305, 41.087261709040554 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.21748749, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1551.7421875, "Shape__Len": 162.86098346099999, "ORIG_FID": 119 }, "geometry": { "type": "Point", "coordinates": [ -111.98973663907087, 41.087092649829245 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.23113155, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1649.078125, "Shape__Len": 166.805726475, "ORIG_FID": 120 }, "geometry": { "type": "Point", "coordinates": [ -111.989574097021247, 41.086919292180916 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.20888703, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1490.359375, "Shape__Len": 160.771031943, "ORIG_FID": 121 }, "geometry": { "type": "Point", "coordinates": [ -111.989417526797951, 41.086748826791414 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.21205352, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1512.953125, "Shape__Len": 161.37702304800001, "ORIG_FID": 122 }, "geometry": { "type": "Point", "coordinates": [ -111.989266169019317, 41.086586591896641 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.10518075, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 7884.14453125, "Shape__Len": 388.54178434699998, "ORIG_FID": 123 }, "geometry": { "type": "Point", "coordinates": [ -111.965303910221721, 41.081920076727876 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 43.46810338, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 309971.554688, "Shape__Len": 2285.8479905300001, "ORIG_FID": 124 }, "geometry": { "type": "Point", "coordinates": [ -112.003977573306443, 41.069509737729824 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.70099032, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 12135.3476563, "Shape__Len": 469.39654009499998, "ORIG_FID": 125 }, "geometry": { "type": "Point", "coordinates": [ -111.919294717961009, 41.083564801281454 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 3.7936412, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 27057.7304688, "Shape__Len": 731.63326889699999, "ORIG_FID": 126 }, "geometry": { "type": "Point", "coordinates": [ -111.93488338450436, 41.075120815924116 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 3.81376326, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 27201.1679688, "Shape__Len": 676.90803692999998, "ORIG_FID": 127 }, "geometry": { "type": "Point", "coordinates": [ -111.93336359329075, 41.074961905554211 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oak Forest", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.20926496, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 8629.984375, "Shape__Len": 642.68836476499996, "ORIG_FID": 128 }, "geometry": { "type": "Point", "coordinates": [ -111.925168349494257, 41.093689127134404 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oak Forest", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 6.11713775, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 43653.8320313, "Shape__Len": 973.723209322, "ORIG_FID": 129 }, "geometry": { "type": "Point", "coordinates": [ -111.924509179712601, 41.093257595441841 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oak Forest", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 2.76331254, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 19719.4804688, "Shape__Len": 660.68505714800006, "ORIG_FID": 130 }, "geometry": { "type": "Point", "coordinates": [ -111.926106660961111, 41.092526912196718 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.85419823, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 6093.49609375, "Shape__Len": 351.11478604000001, "ORIG_FID": 131 }, "geometry": { "type": "Point", "coordinates": [ -111.965214558354916, 41.081011973135737 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.73310177, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 5229.83203125, "Shape__Len": 300.64118926200001, "ORIG_FID": 132 }, "geometry": { "type": "Point", "coordinates": [ -111.967241609049807, 41.082112439521936 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.05816298, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 7548.58984375, "Shape__Len": 412.02512696899998, "ORIG_FID": 133 }, "geometry": { "type": "Point", "coordinates": [ -111.967595173708546, 41.081452799793603 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 6.28540359, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 44837.7929688, "Shape__Len": 850.04380804000004, "ORIG_FID": 134 }, "geometry": { "type": "Point", "coordinates": [ -111.966379602135333, 41.081198799154087 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.36016731, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 2569.63671875, "Shape__Len": 217.823529261, "ORIG_FID": 135 }, "geometry": { "type": "Point", "coordinates": [ -111.988422827039997, 41.085671039438552 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 6.04911324, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 43154.9921875, "Shape__Len": 868.90969462299995, "ORIG_FID": 136 }, "geometry": { "type": "Point", "coordinates": [ -111.996632328587893, 41.083667903233398 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 10.10363074, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 72112.5820313, "Shape__Len": 1163.09779063, "ORIG_FID": 137 }, "geometry": { "type": "Point", "coordinates": [ -111.941276262610444, 41.097849347449007 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 6.29780336, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 44907.3515625, "Shape__Len": 833.93647505700005, "ORIG_FID": 138 }, "geometry": { "type": "Point", "coordinates": [ -111.95990624632762, 41.067184590853394 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 15.65513478, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 111632.566406, "Shape__Len": 3157.2935027, "ORIG_FID": 139 }, "geometry": { "type": "Point", "coordinates": [ -111.962564495292412, 41.066691142072436 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.49391084, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 3521.203125, "Shape__Len": 258.22190364199997, "ORIG_FID": 140 }, "geometry": { "type": "Point", "coordinates": [ -112.004749737786199, 41.06113796765122 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 47.79682262, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 341096.816406, "Shape__Len": 2518.29853787, "ORIG_FID": 141 }, "geometry": { "type": "Point", "coordinates": [ -111.971066663108346, 41.094038659600216 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.60840597, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 11471.5273438, "Shape__Len": 625.15970153499995, "ORIG_FID": 142 }, "geometry": { "type": "Point", "coordinates": [ -111.934787475425765, 41.074356318221504 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 4.54385625, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 32397.7578125, "Shape__Len": 1444.0528900199999, "ORIG_FID": 143 }, "geometry": { "type": "Point", "coordinates": [ -111.963110170848111, 41.063564428203733 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 13.34953789, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 95183.8984375, "Shape__Len": 1468.8792964500001, "ORIG_FID": 144 }, "geometry": { "type": "Point", "coordinates": [ -111.962554605863275, 41.064850106345439 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.22443511, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1601.28125, "Shape__Len": 164.547344923, "ORIG_FID": 145 }, "geometry": { "type": "Point", "coordinates": [ -111.989107626956439, 41.086416898771624 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.20998725, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1498.1875, "Shape__Len": 160.33866079000001, "ORIG_FID": 146 }, "geometry": { "type": "Point", "coordinates": [ -111.988950989367112, 41.0862463977695 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.21265303, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1517.19921875, "Shape__Len": 161.27210952600001, "ORIG_FID": 147 }, "geometry": { "type": "Point", "coordinates": [ -111.988800388301826, 41.086078968839409 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 0.24729047, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 1764.31640625, "Shape__Len": 174.546404647, "ORIG_FID": 148 }, "geometry": { "type": "Point", "coordinates": [ -111.988623831955252, 41.085903533799595 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.36428996, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 9733.15625, "Shape__Len": 435.20073856599998, "ORIG_FID": 149 }, "geometry": { "type": "Point", "coordinates": [ -111.997771946316092, 41.08431792271076 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.44571293, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 10306.984375, "Shape__Len": 779.43265728999995, "ORIG_FID": 150 }, "geometry": { "type": "Point", "coordinates": [ -111.961403271010013, 41.061233212712928 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 13.15551582, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 93811.515625, "Shape__Len": 1398.0519802399999, "ORIG_FID": 151 }, "geometry": { "type": "Point", "coordinates": [ -112.000086289597618, 41.069128816938409 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 27.70840302, "TYPE": "Public Park", "STATUS": "Complete", "Shape__Are": 197589.570313, "Shape__Len": 1936.37732553, "ORIG_FID": 152 }, "geometry": { "type": "Point", "coordinates": [ -111.997417793348376, 41.069573623478568 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castle Dale City Park", "COUNTY": "EMERY", "CITY": "Castle Dale", "ACRES": 1.08365575, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7320.4921875, "Shape__Len": 342.25945789100001, "ORIG_FID": 153 }, "geometry": { "type": "Point", "coordinates": [ -111.012755432331971, 39.210737913626531 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castle Dale City Park", "COUNTY": "EMERY", "CITY": "Castle Dale", "ACRES": 0.31288354, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2113.66796875, "Shape__Len": 184.44924758400001, "ORIG_FID": 154 }, "geometry": { "type": "Point", "coordinates": [ -111.011871152270899, 39.211203248158014 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castle Dale Cheddar Field", "COUNTY": "EMERY", "CITY": "Castle Dale", "ACRES": 7.2318856, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 48869.8671875, "Shape__Len": 944.32693149099998, "ORIG_FID": 155 }, "geometry": { "type": "Point", "coordinates": [ -111.02368248299166, 39.222205215214558 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cleveland Town Park", "COUNTY": "EMERY", "CITY": "Cleveland", "ACRES": 0.35827901, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2429.75, "Shape__Len": 209.62489559400001, "ORIG_FID": 156 }, "geometry": { "type": "Point", "coordinates": [ -110.853267777733322, 39.348376632696365 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cleveland Town Park", "COUNTY": "EMERY", "CITY": "Cleveland", "ACRES": 3.14027225, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21296.265625, "Shape__Len": 645.02989316699995, "ORIG_FID": 157 }, "geometry": { "type": "Point", "coordinates": [ -110.856918303435791, 39.348216169587026 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cleveland Cemetery Park", "COUNTY": "EMERY", "CITY": "Cleveland", "ACRES": 2.72727073, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18496.984375, "Shape__Len": 575.53288139300003, "ORIG_FID": 158 }, "geometry": { "type": "Point", "coordinates": [ -110.842452116037109, 39.351049807405374 ] } }, -{ "type": "Feature", "properties": { "NAME": "Clawson Town Park", "COUNTY": "EMERY", "CITY": "Clawson", "ACRES": 0.88480711, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5963.54296875, "Shape__Len": 311.96074657100002, "ORIG_FID": 159 }, "geometry": { "type": "Point", "coordinates": [ -111.099098949760901, 39.129766045540975 ] } }, -{ "type": "Feature", "properties": { "NAME": "Elmo Town Park", "COUNTY": "EMERY", "CITY": "Elmo", "ACRES": 5.2970782, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35964.3398438, "Shape__Len": 897.33907310300003, "ORIG_FID": 160 }, "geometry": { "type": "Point", "coordinates": [ -110.816003852448446, 39.38832205326883 ] } }, -{ "type": "Feature", "properties": { "NAME": "Emery Town Park", "COUNTY": "EMERY", "CITY": "Emery", "ACRES": 4.47151327, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29963.7929688, "Shape__Len": 692.42401791899999, "ORIG_FID": 161 }, "geometry": { "type": "Point", "coordinates": [ -111.251425949818341, 38.923868498530389 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ferron City Park", "COUNTY": "EMERY", "CITY": "Ferron", "ACRES": 3.28552509, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22120.1953125, "Shape__Len": 630.97121198900004, "ORIG_FID": 162 }, "geometry": { "type": "Point", "coordinates": [ -111.130999334690244, 39.091216935145169 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ferron City Park", "COUNTY": "EMERY", "CITY": "Ferron", "ACRES": 0.43363995, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2919.1953125, "Shape__Len": 208.43930167100001, "ORIG_FID": 163 }, "geometry": { "type": "Point", "coordinates": [ -111.129836246111239, 39.087094384592973 ] } }, -{ "type": "Feature", "properties": { "NAME": "Green River City Park", "COUNTY": "EMERY", "CITY": "Green River", "ACRES": 8.94802089, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 60084.2265625, "Shape__Len": 1023.55013666, "ORIG_FID": 164 }, "geometry": { "type": "Point", "coordinates": [ -110.163795433382404, 39.001356217169835 ] } }, -{ "type": "Feature", "properties": { "NAME": "Green River City Park", "COUNTY": "EMERY", "CITY": "Green River", "ACRES": 3.03322891, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20364.640625, "Shape__Len": 597.03502277600001, "ORIG_FID": 165 }, "geometry": { "type": "Point", "coordinates": [ -110.160440536674798, 38.996296139005764 ] } }, -{ "type": "Feature", "properties": { "NAME": "Green River City Park", "COUNTY": "EMERY", "CITY": "Green River", "ACRES": 2.20091458, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14777.1289063, "Shape__Len": 488.45264285000002, "ORIG_FID": 166 }, "geometry": { "type": "Point", "coordinates": [ -110.160440220674388, 38.99758008802268 ] } }, -{ "type": "Feature", "properties": { "NAME": "Green River City Park", "COUNTY": "EMERY", "CITY": "Green River", "ACRES": 4.7402561, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31822.9179688, "Shape__Len": 853.41476403399997, "ORIG_FID": 167 }, "geometry": { "type": "Point", "coordinates": [ -110.140611440508707, 38.993924537815019 ] } }, -{ "type": "Feature", "properties": { "NAME": "Huntington City Park", "COUNTY": "EMERY", "CITY": "Huntington City", "ACRES": 1.59967893, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10842.0273438, "Shape__Len": 414.34151903399999, "ORIG_FID": 168 }, "geometry": { "type": "Point", "coordinates": [ -110.962860248265898, 39.326991488251679 ] } }, -{ "type": "Feature", "properties": { "NAME": "Huntington City Park", "COUNTY": "EMERY", "CITY": "Huntington City", "ACRES": 0.86570712, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5867.421875, "Shape__Len": 342.162969546, "ORIG_FID": 169 }, "geometry": { "type": "Point", "coordinates": [ -110.963922254092765, 39.326754358934032 ] } }, -{ "type": "Feature", "properties": { "NAME": "Huntington Lions Park", "COUNTY": "EMERY", "CITY": "Huntington City", "ACRES": 2.26091424, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15322.4023438, "Shape__Len": 498.12597678200001, "ORIG_FID": 170 }, "geometry": { "type": "Point", "coordinates": [ -110.966111486019685, 39.324128917923403 ] } }, -{ "type": "Feature", "properties": { "NAME": "Huntington Lions Park", "COUNTY": "EMERY", "CITY": "Huntington City", "ACRES": 0.79973327, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5419.99609375, "Shape__Len": 302.696722577, "ORIG_FID": 171 }, "geometry": { "type": "Point", "coordinates": [ -110.96546069972986, 39.325044993401974 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orangeville City Park", "COUNTY": "EMERY", "CITY": "Orangeville City", "ACRES": 2.93357324, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19827.5195313, "Shape__Len": 633.83006822699997, "ORIG_FID": 172 }, "geometry": { "type": "Point", "coordinates": [ -111.052254286983541, 39.228892205878935 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orangeville City Park", "COUNTY": "EMERY", "CITY": "Orangeville City", "ACRES": 1.53599143, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10381.7578125, "Shape__Len": 391.60778649500003, "ORIG_FID": 173 }, "geometry": { "type": "Point", "coordinates": [ -111.051810072202045, 39.229726786263825 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orangeville Welcome Park", "COUNTY": "EMERY", "CITY": "Orangeville City", "ACRES": 1.44369002, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9758.4453125, "Shape__Len": 449.84640169400001, "ORIG_FID": 174 }, "geometry": { "type": "Point", "coordinates": [ -111.053595643412876, 39.231740031595244 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orangeville Mill Dam Park", "COUNTY": "EMERY", "CITY": "Orangeville City", "ACRES": 6.43099115, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 43475.375, "Shape__Len": 1078.5108281600001, "ORIG_FID": 175 }, "geometry": { "type": "Point", "coordinates": [ -111.065867617111664, 39.236907194051781 ] } }, -{ "type": "Feature", "properties": { "NAME": "Huntington Softball Park", "COUNTY": "EMERY", "CITY": "Huntington City", "ACRES": 9.672662, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 65578.8632813, "Shape__Len": 1012.85344514, "ORIG_FID": 176 }, "geometry": { "type": "Point", "coordinates": [ -110.967872766210604, 39.338361154469887 ] } }, -{ "type": "Feature", "properties": { "NAME": "Veterans Memorial Park", "COUNTY": "EMERY", "CITY": "Emery", "ACRES": 0.28426754, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1920.421875, "Shape__Len": 187.67773393900001, "ORIG_FID": 177 }, "geometry": { "type": "Point", "coordinates": [ -111.017382268999782, 39.212388769547488 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castle Dale City Park", "COUNTY": "EMERY", "CITY": "Castle Dale", "ACRES": 5.96247142, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40277.765625, "Shape__Len": 860.54930525999998, "ORIG_FID": 178 }, "geometry": { "type": "Point", "coordinates": [ -111.011143987179778, 39.209931721535327 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castle Dale City Park", "COUNTY": "EMERY", "CITY": "Castle Dale", "ACRES": 6.1825444, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41780.484375, "Shape__Len": 1146.3058467799999, "ORIG_FID": 179 }, "geometry": { "type": "Point", "coordinates": [ -111.016390484428513, 39.223542500202448 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Grand County", "ACRES": 170.76542038, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1133825.3203100001, "Shape__Len": 5274.0372690699996, "ORIG_FID": 180 }, "geometry": { "type": "Point", "coordinates": [ -109.569958462634418, 38.606371602979138 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lions Club Park", "COUNTY": "GRAND", "CITY": "Grand County", "ACRES": 22.19559177, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 147355.617188, "Shape__Len": 1860.6626560100001, "ORIG_FID": 181 }, "geometry": { "type": "Point", "coordinates": [ -109.57279643348059, 38.602063084176855 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Moab", "ACRES": 7.75069804, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51421.9765625, "Shape__Len": 895.07175714799996, "ORIG_FID": 182 }, "geometry": { "type": "Point", "coordinates": [ -109.553824086529744, 38.578363027111024 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Moab", "ACRES": 0.34798924, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2308.421875, "Shape__Len": 193.83157533, "ORIG_FID": 183 }, "geometry": { "type": "Point", "coordinates": [ -109.547395229242866, 38.573573676913867 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Moab", "ACRES": 5.66168825, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 37556.21875, "Shape__Len": 770.325613019, "ORIG_FID": 184 }, "geometry": { "type": "Point", "coordinates": [ -109.545883368302853, 38.572516321631561 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Moab", "ACRES": 0.29851191, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1980.0859375, "Shape__Len": 265.04938133799999, "ORIG_FID": 185 }, "geometry": { "type": "Point", "coordinates": [ -109.551490162180315, 38.571403800185898 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Moab", "ACRES": 0.34581543, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2293.83203125, "Shape__Len": 465.404724106, "ORIG_FID": 186 }, "geometry": { "type": "Point", "coordinates": [ -109.550225790395714, 38.570972743628388 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Moab", "ACRES": 0.92404098, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6128.98046875, "Shape__Len": 437.854966069, "ORIG_FID": 187 }, "geometry": { "type": "Point", "coordinates": [ -109.548277797090023, 38.569270279372745 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Moab", "ACRES": 3.00323696, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19917.4765625, "Shape__Len": 723.23952063900003, "ORIG_FID": 188 }, "geometry": { "type": "Point", "coordinates": [ -109.537418641834179, 38.564916513148951 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Grand County", "ACRES": 30.66829921, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 203244.476563, "Shape__Len": 1919.6331630100001, "ORIG_FID": 189 }, "geometry": { "type": "Point", "coordinates": [ -109.496433025360687, 38.539531684582698 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GRAND", "CITY": "Grand County", "ACRES": 58.52210503, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 387619.023438, "Shape__Len": 3285.0922881000001, "ORIG_FID": 190 }, "geometry": { "type": "Point", "coordinates": [ -109.489328620217449, 38.517997304203718 ] } }, -{ "type": "Feature", "properties": { "NAME": "Main Street Park", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 4.17431972, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27016.4765625, "Shape__Len": 688.52928881000003, "ORIG_FID": 191 }, "geometry": { "type": "Point", "coordinates": [ -113.060936827574153, 37.681699621884867 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon Park", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 8.53461171, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 55228.0976563, "Shape__Len": 1441.3704066299999, "ORIG_FID": 192 }, "geometry": { "type": "Point", "coordinates": [ -113.05261866289851, 37.675124034772686 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bicentennial Park", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 41.02004657, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 265558.179688, "Shape__Len": 2868.4542169599999, "ORIG_FID": 193 }, "geometry": { "type": "Point", "coordinates": [ -113.072557707347812, 37.693655899376409 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park Discovery", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 3.45911267, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22372.796875, "Shape__Len": 813.37970242100005, "ORIG_FID": 194 }, "geometry": { "type": "Point", "coordinates": [ -113.087580145569177, 37.657764764438348 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hillcrest Park", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 1.26404676, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8177.55078125, "Shape__Len": 364.71059510700002, "ORIG_FID": 195 }, "geometry": { "type": "Point", "coordinates": [ -113.088100110698605, 37.666835606692068 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ridge Park", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 0.87692242, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5674.51171875, "Shape__Len": 375.70596272199998, "ORIG_FID": 196 }, "geometry": { "type": "Point", "coordinates": [ -113.083031845838477, 37.675876871298279 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mayor Square", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 0.11789759, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 762.953125, "Shape__Len": 112.135236353, "ORIG_FID": 197 }, "geometry": { "type": "Point", "coordinates": [ -113.062026720395167, 37.677124256667582 ] } }, -{ "type": "Feature", "properties": { "NAME": "Veteran's Park", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 5.93954207, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 38439.6054688, "Shape__Len": 1416.5060996499999, "ORIG_FID": 198 }, "geometry": { "type": "Point", "coordinates": [ -113.056796087624676, 37.680151032447171 ] } }, -{ "type": "Feature", "properties": { "NAME": "Horseshoe Park", "COUNTY": "IRON", "CITY": "Cedar City", "ACRES": 1.01031845, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6540.05859375, "Shape__Len": 323.513188361, "ORIG_FID": 199 }, "geometry": { "type": "Point", "coordinates": [ -113.059360569058796, 37.688596504893496 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kent Smith Park", "COUNTY": "MORGAN", "CITY": "Morgan County", "ACRES": 7.26693046, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51936.8710938, "Shape__Len": 980.96685118799996, "ORIG_FID": 200 }, "geometry": { "type": "Point", "coordinates": [ -111.809572949551495, 41.141766774827303 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cottonwoods Park", "COUNTY": "MORGAN", "CITY": "Morgan County", "ACRES": 2.46455946, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17611.6953125, "Shape__Len": 584.36222149299999, "ORIG_FID": 201 }, "geometry": { "type": "Point", "coordinates": [ -111.773150229086895, 41.13641274698513 ] } }, -{ "type": "Feature", "properties": { "NAME": "Enterprise Park", "COUNTY": "MORGAN", "CITY": "Morgan County", "ACRES": 4.98881539, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35617.5117188, "Shape__Len": 758.112246486, "ORIG_FID": 202 }, "geometry": { "type": "Point", "coordinates": [ -111.741610787863777, 41.106047420925599 ] } }, -{ "type": "Feature", "properties": { "NAME": "Milton Park", "COUNTY": "MORGAN", "CITY": "Milton", "ACRES": 3.2954645, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23493.8359375, "Shape__Len": 634.33247248600003, "ORIG_FID": 203 }, "geometry": { "type": "Point", "coordinates": [ -111.729293314718163, 41.057938042461679 ] } }, -{ "type": "Feature", "properties": { "NAME": "Morgan County Fairgrounds", "COUNTY": "MORGAN", "CITY": "Morgan County", "ACRES": 36.50957551, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 260143.390625, "Shape__Len": 2495.00445777, "ORIG_FID": 204 }, "geometry": { "type": "Point", "coordinates": [ -111.659420851089564, 41.039851912085417 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wilkinson Rec Plex", "COUNTY": "MORGAN", "CITY": "Morgan City", "ACRES": 19.46450379, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 138693.78125, "Shape__Len": 1602.2468636799999, "ORIG_FID": 205 }, "geometry": { "type": "Point", "coordinates": [ -111.668596167151335, 41.04012421484537 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverside Park", "COUNTY": "MORGAN", "CITY": "Morgan City", "ACRES": 9.28985318, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 66194.28125, "Shape__Len": 1216.4517136899999, "ORIG_FID": 206 }, "geometry": { "type": "Point", "coordinates": [ -111.676476808977355, 41.040673085650646 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fox Pointe Park", "COUNTY": "MORGAN", "CITY": "Morgan City", "ACRES": 2.53338056, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18046.9921875, "Shape__Len": 541.82376753599999, "ORIG_FID": 207 }, "geometry": { "type": "Point", "coordinates": [ -111.680002780127694, 41.032199573363442 ] } }, -{ "type": "Feature", "properties": { "NAME": "Croydon Cemetery", "COUNTY": "MORGAN", "CITY": "Morgan County", "ACRES": 3.12295816, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22267.8125, "Shape__Len": 598.26728400499996, "ORIG_FID": 208 }, "geometry": { "type": "Point", "coordinates": [ -111.513537918903424, 41.062091102764981 ] } }, -{ "type": "Feature", "properties": { "NAME": "Croydon Park", "COUNTY": "MORGAN", "CITY": "Morgan County", "ACRES": 1.14842629, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8190.21484375, "Shape__Len": 395.31904259599997, "ORIG_FID": 209 }, "geometry": { "type": "Point", "coordinates": [ -111.51228687393035, 41.068260714097981 ] } }, -{ "type": "Feature", "properties": { "NAME": "Akagi Farms Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.68129177, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 11790.5507813, "Shape__Len": 808.34939376, "ORIG_FID": 210 }, "geometry": { "type": "Point", "coordinates": [ -111.85048818874364, 40.508631650014294 ] } }, -{ "type": "Feature", "properties": { "NAME": "Apple Orchard Park (akagi Ii)", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 0.97052378, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 6806.24609375, "Shape__Len": 657.95953099300004, "ORIG_FID": 211 }, "geometry": { "type": "Point", "coordinates": [ -111.845043508565155, 40.508950054124242 ] } }, -{ "type": "Feature", "properties": { "NAME": "Brickerhaven Iii Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 0.46870801, "TYPE": "Mini Park", "STATUS": "Existing", "Shape__Are": 3287.24609375, "Shape__Len": 242.08112743699999, "ORIG_FID": 212 }, "geometry": { "type": "Point", "coordinates": [ -111.898212243723862, 40.511894811881611 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bubbling Brook Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.51453195, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 10630.140625, "Shape__Len": 467.16702811900001, "ORIG_FID": 213 }, "geometry": { "type": "Point", "coordinates": [ -111.901538239638057, 40.537899848259961 ] } }, -{ "type": "Feature", "properties": { "NAME": "Clover Leaf Mini Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 0.50162626, "TYPE": "Mini Park", "STATUS": "Existing", "Shape__Are": 3514.48828125, "Shape__Len": 228.95220432299999, "ORIG_FID": 214 }, "geometry": { "type": "Point", "coordinates": [ -111.839939870848397, 40.476530440616692 ] } }, -{ "type": "Feature", "properties": { "NAME": "Corner Canyon Regional Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 1022.5575769, "TYPE": "Regional Park", "STATUS": "Existing", "Shape__Are": 7290776.0781300003, "Shape__Len": 19377.201744400001, "ORIG_FID": 215 }, "geometry": { "type": "Point", "coordinates": [ -111.828156818846537, 40.491947991241979 ] } }, -{ "type": "Feature", "properties": { "NAME": "Deer Hollow Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 2.95767681, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 20746.4335938, "Shape__Len": 765.97252722500002, "ORIG_FID": 216 }, "geometry": { "type": "Point", "coordinates": [ -111.844223152078499, 40.516423651216144 ] } }, -{ "type": "Feature", "properties": { "NAME": "Draper Historical Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 2.24689173, "TYPE": "Special Use Park", "STATUS": "Existing", "Shape__Are": 15763.2304688, "Shape__Len": 505.307858399, "ORIG_FID": 217 }, "geometry": { "type": "Point", "coordinates": [ -111.86556539375222, 40.522080664023285 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eagle Crest Trailhead Park", "COUNTY": "UTAH", "CITY": "Draper", "ACRES": 0.2065751, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1447.1015625, "Shape__Len": 243.57765119300001, "ORIG_FID": 218 }, "geometry": { "type": "Point", "coordinates": [ -111.835855589021946, 40.471980405658371 ] } }, -{ "type": "Feature", "properties": { "NAME": "Galena Hills Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 36.10008543, "TYPE": "Community Park", "STATUS": "Existing", "Shape__Are": 253514.183594, "Shape__Len": 2402.44614907, "ORIG_FID": 219 }, "geometry": { "type": "Point", "coordinates": [ -111.908829116902126, 40.523918566876823 ] } }, -{ "type": "Feature", "properties": { "NAME": "Galena Hills Park (east)", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 18.78241667, "TYPE": "Community Park", "STATUS": "Existing", "Shape__Are": 131773.832031, "Shape__Len": 2009.3823926600001, "ORIG_FID": 220 }, "geometry": { "type": "Point", "coordinates": [ -111.905590776283347, 40.523617424937441 ] } }, -{ "type": "Feature", "properties": { "NAME": "Green Clover Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 3.52623671, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 24730.3632813, "Shape__Len": 669.64473125100005, "ORIG_FID": 221 }, "geometry": { "type": "Point", "coordinates": [ -111.903501787184851, 40.511243208589789 ] } }, -{ "type": "Feature", "properties": { "NAME": "Inauguration Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.33955382, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 9401.6484375, "Shape__Len": 410.89578614800001, "ORIG_FID": 222 }, "geometry": { "type": "Point", "coordinates": [ -111.900171950604218, 40.53627881273421 ] } }, -{ "type": "Feature", "properties": { "NAME": "Inauguration West Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 0.84668769, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 5942.48828125, "Shape__Len": 444.54450017200003, "ORIG_FID": 223 }, "geometry": { "type": "Point", "coordinates": [ -111.903386337100244, 40.536669765105259 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan River Rotary Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 4.39649371, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 30847.109375, "Shape__Len": 774.21787372999995, "ORIG_FID": 224 }, "geometry": { "type": "Point", "coordinates": [ -111.918355440176313, 40.52611800073624 ] } }, -{ "type": "Feature", "properties": { "NAME": "Maple Hollow 7 Park", "COUNTY": "UTAH", "CITY": "Draper", "ACRES": 0.49998167, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3501.51953125, "Shape__Len": 286.91890309399997, "ORIG_FID": 225 }, "geometry": { "type": "Point", "coordinates": [ -111.82826287715578, 40.462632837938685 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orson Smith Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.62208134, "TYPE": "Special Use Park", "STATUS": "Existing", "Shape__Are": 11379.9296875, "Shape__Len": 488.912762724, "ORIG_FID": 226 }, "geometry": { "type": "Point", "coordinates": [ -111.833828200901607, 40.522079795308883 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pheasant Meadow Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.70138328, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 11933.5976563, "Shape__Len": 528.93965513099999, "ORIG_FID": 227 }, "geometry": { "type": "Point", "coordinates": [ -111.875903599094443, 40.514868535479842 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Mountain Amphitheater", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 6.79512099, "TYPE": "Special Use Park", "STATUS": "Existing", "Shape__Are": 47631.0664063, "Shape__Len": 889.64497002600001, "ORIG_FID": 228 }, "geometry": { "type": "Point", "coordinates": [ -111.862492269929263, 40.493162104789917 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Mountain Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 16.84109611, "TYPE": "County Park", "STATUS": "Existing", "Shape__Are": 118044.609375, "Shape__Len": 1455.5256839799999, "ORIG_FID": 229 }, "geometry": { "type": "Point", "coordinates": [ -111.871299317384356, 40.491969435783282 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Mountain Pool", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 5.03680887, "TYPE": "County Park", "STATUS": "Existing", "Shape__Are": 35303.2734375, "Shape__Len": 780.34306633000006, "ORIG_FID": 230 }, "geometry": { "type": "Point", "coordinates": [ -111.873562246767747, 40.490809141009635 ] } }, -{ "type": "Feature", "properties": { "NAME": "Southridge Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.95870697, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 13731.4179688, "Shape__Len": 565.52421131799997, "ORIG_FID": 231 }, "geometry": { "type": "Point", "coordinates": [ -111.873024363553199, 40.497525875137399 ] } }, -{ "type": "Feature", "properties": { "NAME": "Steep Mountain Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 14.58766286, "TYPE": "City Park", "STATUS": "Existing", "Shape__Are": 102214.613281, "Shape__Len": 1509.5967665400001, "ORIG_FID": 232 }, "geometry": { "type": "Point", "coordinates": [ -111.880806579818994, 40.480496178418342 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stonebridge Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.49897339, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 10516.171875, "Shape__Len": 451.94039766499998, "ORIG_FID": 233 }, "geometry": { "type": "Point", "coordinates": [ -111.885446247464586, 40.522273186516017 ] } }, -{ "type": "Feature", "properties": { "NAME": "Suncrest Village Green Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.84553409, "TYPE": "Community Park", "STATUS": "Existing", "Shape__Are": 12932.0273438, "Shape__Len": 475.65132674500001, "ORIG_FID": 234 }, "geometry": { "type": "Point", "coordinates": [ -111.835529956972636, 40.481361542074289 ] } }, -{ "type": "Feature", "properties": { "NAME": "Timber Ridge Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.0957504, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 7681.1484375, "Shape__Len": 414.84215663499998, "ORIG_FID": 235 }, "geometry": { "type": "Point", "coordinates": [ -111.85565600252059, 40.494912122817588 ] } }, -{ "type": "Feature", "properties": { "NAME": "Whisperwoood Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 2.56265109, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 17976.8984375, "Shape__Len": 695.66562936599996, "ORIG_FID": 236 }, "geometry": { "type": "Point", "coordinates": [ -111.870394873916453, 40.519090469991028 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyonview Southeast Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 1.1652677, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8175.19921875, "Shape__Len": 384.32538234499998, "ORIG_FID": 237 }, "geometry": { "type": "Point", "coordinates": [ -111.993627104388835, 40.524200596967468 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cedar Brae Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 0.18072955, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1267.82421875, "Shape__Len": 192.81505281400001, "ORIG_FID": 238 }, "geometry": { "type": "Point", "coordinates": [ -111.967315999700489, 40.520961215440543 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castlewood Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 0.38342445, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2689.35546875, "Shape__Len": 208.75144548899999, "ORIG_FID": 239 }, "geometry": { "type": "Point", "coordinates": [ -111.971007383371429, 40.515851555461502 ] } }, -{ "type": "Feature", "properties": { "NAME": "Western Springs Mini Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 1.76714962, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12394.5898438, "Shape__Len": 444.56653118399998, "ORIG_FID": 240 }, "geometry": { "type": "Point", "coordinates": [ -112.000517418233031, 40.515461765260632 ] } }, -{ "type": "Feature", "properties": { "NAME": "Western Central Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 3.96364091, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27802.359375, "Shape__Len": 997.63468665799996, "ORIG_FID": 241 }, "geometry": { "type": "Point", "coordinates": [ -112.008379694053119, 40.517828011842958 ] } }, -{ "type": "Feature", "properties": { "NAME": "Summerhill Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 2.3589818, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16556.421875, "Shape__Len": 1136.3528953800001, "ORIG_FID": 242 }, "geometry": { "type": "Point", "coordinates": [ -111.927750945819781, 40.536119404390817 ] } }, -{ "type": "Feature", "properties": { "NAME": "Peggy Green Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 1.89255872, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13280.7460938, "Shape__Len": 483.82744882399999, "ORIG_FID": 243 }, "geometry": { "type": "Point", "coordinates": [ -111.939530595277745, 40.531435493974655 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverton Chase Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 3.88492508, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27257.7460938, "Shape__Len": 659.548281944, "ORIG_FID": 244 }, "geometry": { "type": "Point", "coordinates": [ -111.935877746637217, 40.526222078271807 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Field Downs Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 4.62416812, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32449.2695313, "Shape__Len": 723.96810362899998, "ORIG_FID": 245 }, "geometry": { "type": "Point", "coordinates": [ -111.956709338918316, 40.531438792942616 ] } }, -{ "type": "Feature", "properties": { "NAME": "Swenson Farms Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 5.97004662, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41893.9726563, "Shape__Len": 807.26833974299996, "ORIG_FID": 246 }, "geometry": { "type": "Point", "coordinates": [ -111.994028183028192, 40.532097587228392 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverton Village Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 1.68656101, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11830.9453125, "Shape__Len": 427.616747723, "ORIG_FID": 247 }, "geometry": { "type": "Point", "coordinates": [ -111.950079702417952, 40.519448278671284 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oquirhh Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 1.37228365, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9626.18359375, "Shape__Len": 386.19938103300001, "ORIG_FID": 248 }, "geometry": { "type": "Point", "coordinates": [ -111.958309236024718, 40.518999924601552 ] } }, -{ "type": "Feature", "properties": { "NAME": "Centennial Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 21.3942688, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 150061.707031, "Shape__Len": 1805.6663032500001, "ORIG_FID": 249 }, "geometry": { "type": "Point", "coordinates": [ -111.959844157633242, 40.516073126105169 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pueblo Del Montana Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 1.95657685, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13723.1992188, "Shape__Len": 508.764120327, "ORIG_FID": 250 }, "geometry": { "type": "Point", "coordinates": [ -111.940266748459734, 40.514750763222764 ] } }, -{ "type": "Feature", "properties": { "NAME": "Monarch Meadows Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 13.40015059, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 93955.7265625, "Shape__Len": 1471.0815652700001, "ORIG_FID": 251 }, "geometry": { "type": "Point", "coordinates": [ -112.008141110369905, 40.504224497381813 ] } }, -{ "type": "Feature", "properties": { "NAME": "Morning Cloak Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 3.30475895, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23170.953125, "Shape__Len": 626.13313325299998, "ORIG_FID": 252 }, "geometry": { "type": "Point", "coordinates": [ -112.014785366172376, 40.503544553897171 ] } }, -{ "type": "Feature", "properties": { "NAME": "Foothills County Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 5.60178795, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 39271.9882813, "Shape__Len": 812.17552056900001, "ORIG_FID": 253 }, "geometry": { "type": "Point", "coordinates": [ -112.01198511352662, 40.499857330230988 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rosecreek County Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 3.25420164, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22811.8945313, "Shape__Len": 674.29956417599999, "ORIG_FID": 254 }, "geometry": { "type": "Point", "coordinates": [ -112.005970877045428, 40.496674256222931 ] } }, -{ "type": "Feature", "properties": { "NAME": "Homestead Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 1.42253892, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9973.69140625, "Shape__Len": 399.474344519, "ORIG_FID": 255 }, "geometry": { "type": "Point", "coordinates": [ -111.948838816410785, 40.501854245805035 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyonview Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 11.90105338, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 83504.1679688, "Shape__Len": 1345.47578415, "ORIG_FID": 256 }, "geometry": { "type": "Point", "coordinates": [ -111.995051756827735, 40.52810084286606 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dr. O. Roi Hardy Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 8.03512966, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 55344.8945313, "Shape__Len": 1747.65548236, "ORIG_FID": 257 }, "geometry": { "type": "Point", "coordinates": [ -111.920475349073612, 40.526280326902551 ] } }, -{ "type": "Feature", "properties": { "NAME": "Old Farm Pond", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 22.07707509, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 154788.488281, "Shape__Len": 1781.1905035899999, "ORIG_FID": 258 }, "geometry": { "type": "Point", "coordinates": [ -111.968307547972941, 40.502608259168589 ] } }, -{ "type": "Feature", "properties": { "NAME": "Western Springs Tot Lot", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 0.45711229, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3206.625, "Shape__Len": 240.57653178300001, "ORIG_FID": 259 }, "geometry": { "type": "Point", "coordinates": [ -112.00999056463894, 40.520783306274879 ] } }, -{ "type": "Feature", "properties": { "NAME": "Tithing Hill Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 0.96215237, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6750.62890625, "Shape__Len": 329.68714280400002, "ORIG_FID": 260 }, "geometry": { "type": "Point", "coordinates": [ -111.925278298588154, 40.52556283623273 ] } }, -{ "type": "Feature", "properties": { "NAME": "Margaret Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 4.28372245, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30057.5390625, "Shape__Len": 761.15606300699994, "ORIG_FID": 261 }, "geometry": { "type": "Point", "coordinates": [ -111.926149687841104, 40.528055671166648 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverton City Sports Complex", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 29.51871261, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 206962.085938, "Shape__Len": 1928.55712924, "ORIG_FID": 262 }, "geometry": { "type": "Point", "coordinates": [ -111.979643811089701, 40.502140705230872 ] } }, -{ "type": "Feature", "properties": { "NAME": "Berry Hill Park", "COUNTY": "SALT LAKE", "CITY": "Cottonwood Heights", "ACRES": 1.63707818, "TYPE": "County Park", "STATUS": "Complete", "Shape__Are": 11522.21875, "Shape__Len": 442.27240543400001, "ORIG_FID": 263 }, "geometry": { "type": "Point", "coordinates": [ -111.816007899359903, 40.630495473920604 ] } }, -{ "type": "Feature", "properties": { "NAME": "Union Park", "COUNTY": "SALT LAKE", "CITY": "Midvale", "ACRES": 16.92305046, "TYPE": "County Park", "STATUS": "Complete", "Shape__Are": 119063.980469, "Shape__Len": 1645.1024123899999, "ORIG_FID": 264 }, "geometry": { "type": "Point", "coordinates": [ -111.874085346631418, 40.618288059205547 ] } }, -{ "type": "Feature", "properties": { "NAME": "Crestwood Park", "COUNTY": "SALT LAKE", "CITY": "Cottonwood Heights", "ACRES": 56.71933342, "TYPE": "County Park", "STATUS": "Complete", "Shape__Are": 399016.726563, "Shape__Len": 3427.4246542199999, "ORIG_FID": 265 }, "geometry": { "type": "Point", "coordinates": [ -111.842815827471455, 40.615037630355587 ] } }, -{ "type": "Feature", "properties": { "NAME": "Constitution Park", "COUNTY": "SALT LAKE", "CITY": "Midvale", "ACRES": 4.34289472, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 30551.1757813, "Shape__Len": 751.79136216200004, "ORIG_FID": 266 }, "geometry": { "type": "Point", "coordinates": [ -111.911040526573359, 40.614583061135427 ] } }, -{ "type": "Feature", "properties": { "NAME": "High Point Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 4.87116632, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 34261.7304688, "Shape__Len": 1176.1874644699999, "ORIG_FID": 267 }, "geometry": { "type": "Point", "coordinates": [ -111.86203003357501, 40.608446626342065 ] } }, -{ "type": "Feature", "properties": { "NAME": "Golden Hills Park", "COUNTY": "SALT LAKE", "CITY": "Cottonwood Heights", "ACRES": 6.90007192, "TYPE": "County Park", "STATUS": "Complete", "Shape__Are": 48522.4570313, "Shape__Len": 984.71609215700005, "ORIG_FID": 268 }, "geometry": { "type": "Point", "coordinates": [ -111.79581932759757, 40.601017202115258 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willow Creek Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 6.62517305, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46586.3398438, "Shape__Len": 870.41448362400001, "ORIG_FID": 269 }, "geometry": { "type": "Point", "coordinates": [ -111.830684772880147, 40.599199769060505 ] } }, -{ "type": "Feature", "properties": { "NAME": "Flat Iron Mesa Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 31.0636209, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 218415.699219, "Shape__Len": 2002.8142091100001, "ORIG_FID": 270 }, "geometry": { "type": "Point", "coordinates": [ -111.841934493295625, 40.596995931666704 ] } }, -{ "type": "Feature", "properties": { "NAME": "Copperview Park", "COUNTY": "SALT LAKE", "CITY": "Midvale", "ACRES": 12.6855673, "TYPE": "County Park", "STATUS": "Complete", "Shape__Are": 89194.7460938, "Shape__Len": 1202.72713329, "ORIG_FID": 271 }, "geometry": { "type": "Point", "coordinates": [ -111.901767933580899, 40.597510814050182 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bicentennial Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 9.3920698, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 66029.2460938, "Shape__Len": 1172.34688222, "ORIG_FID": 272 }, "geometry": { "type": "Point", "coordinates": [ -111.876336989344807, 40.593077411736175 ] } }, -{ "type": "Feature", "properties": { "NAME": "Main Street Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.91389067, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 6424.87890625, "Shape__Len": 320.6264386, "ORIG_FID": 273 }, "geometry": { "type": "Point", "coordinates": [ -111.888200285677101, 40.592769445942764 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sandy Station Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 1.95511862, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 13745.296875, "Shape__Len": 1987.4491177899999, "ORIG_FID": 274 }, "geometry": { "type": "Point", "coordinates": [ -111.8858075697527, 40.595147452035015 ] } }, -{ "type": "Feature", "properties": { "NAME": "Falcon Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 19.04479292, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 133859.035156, "Shape__Len": 1635.92569463, "ORIG_FID": 275 }, "geometry": { "type": "Point", "coordinates": [ -111.841844853539143, 40.584600715252009 ] } }, -{ "type": "Feature", "properties": { "NAME": "Alta Canyon Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 16.02718342, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 112625.289063, "Shape__Len": 1394.6575103800001, "ORIG_FID": 276 }, "geometry": { "type": "Point", "coordinates": [ -111.83359533608153, 40.577312949681627 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bear Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 13.48460046, "TYPE": "County Park", "STATUS": "Complete", "Shape__Are": 94754.234375, "Shape__Len": 1269.6409775499999, "ORIG_FID": 277 }, "geometry": { "type": "Point", "coordinates": [ -111.86327073138041, 40.576220244086365 ] } }, -{ "type": "Feature", "properties": { "NAME": "Geologic View Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 0.94223213, "TYPE": "County Park", "STATUS": "Complete", "Shape__Are": 6620.60546875, "Shape__Len": 464.81447662300002, "ORIG_FID": 278 }, "geometry": { "type": "Point", "coordinates": [ -111.798535430599415, 40.573933761009066 ] } }, -{ "type": "Feature", "properties": { "NAME": "Aspen Meadows Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 3.45431901, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 24270.5625, "Shape__Len": 672.62582332099998, "ORIG_FID": 279 }, "geometry": { "type": "Point", "coordinates": [ -111.833234513498809, 40.57269107337774 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wildflower Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 6.72732603, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 47264.0820313, "Shape__Len": 953.41555709299996, "ORIG_FID": 280 }, "geometry": { "type": "Point", "coordinates": [ -111.839774884441781, 40.570419772657601 ] } }, -{ "type": "Feature", "properties": { "NAME": "Buttercup Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 6.94702734, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 48805.7695313, "Shape__Len": 888.01058611600001, "ORIG_FID": 281 }, "geometry": { "type": "Point", "coordinates": [ -111.847601749689204, 40.569208188453139 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bell Canyon Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 8.05833081, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 56572.9101563, "Shape__Len": 1043.91076778, "ORIG_FID": 282 }, "geometry": { "type": "Point", "coordinates": [ -111.842340397897445, 40.545117961156514 ] } }, -{ "type": "Feature", "properties": { "NAME": "Brandon Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 28.18568084, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 197866.488281, "Shape__Len": 3348.47125078, "ORIG_FID": 283 }, "geometry": { "type": "Point", "coordinates": [ -111.835541904960394, 40.544365159233621 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hidden Valley Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 39.39387456, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 276511.59375, "Shape__Len": 2198.2200274400002, "ORIG_FID": 284 }, "geometry": { "type": "Point", "coordinates": [ -111.812868572093009, 40.538718467862303 ] } }, -{ "type": "Feature", "properties": { "NAME": "Honeybee Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 3.85871801, "TYPE": "City Park", "STATUS": "Existing", "Shape__Are": 27084.9414063, "Shape__Len": 678.53830666500005, "ORIG_FID": 285 }, "geometry": { "type": "Point", "coordinates": [ -111.888790188552477, 40.539519225377077 ] } }, -{ "type": "Feature", "properties": { "NAME": "Olive Berry Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 2.91389248, "TYPE": "City Park", "STATUS": "Existing", "Shape__Are": 20452.6914063, "Shape__Len": 629.13895004999995, "ORIG_FID": 286 }, "geometry": { "type": "Point", "coordinates": [ -111.880927219497096, 40.538817422839635 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mehraban Wetlands Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 15.46519032, "TYPE": "City Park", "STATUS": "Existing", "Shape__Are": 108540.792969, "Shape__Len": 2196.9451555199998, "ORIG_FID": 287 }, "geometry": { "type": "Point", "coordinates": [ -111.86810264004977, 40.535105613071153 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eastridge Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 5.47734109, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 38436.2929688, "Shape__Len": 788.12355949300002, "ORIG_FID": 288 }, "geometry": { "type": "Point", "coordinates": [ -111.861835618654609, 40.530468244313759 ] } }, -{ "type": "Feature", "properties": { "NAME": "Severson Well Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.27008094, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 1899.09765625, "Shape__Len": 190.17642033000001, "ORIG_FID": 289 }, "geometry": { "type": "Point", "coordinates": [ -111.858793875431957, 40.598804501303007 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pebble Glen Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.3127056, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 2197.984375, "Shape__Len": 190.59940708, "ORIG_FID": 290 }, "geometry": { "type": "Point", "coordinates": [ -111.870219613563904, 40.586240358871507 ] } }, -{ "type": "Feature", "properties": { "NAME": "Alta Canyon Pocket Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.08750504, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 615.0078125, "Shape__Len": 109.30561649000001, "ORIG_FID": 291 }, "geometry": { "type": "Point", "coordinates": [ -111.828915652736683, 40.582550694994374 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willow Pond", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.39477548, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 2774.51171875, "Shape__Len": 232.515258609, "ORIG_FID": 292 }, "geometry": { "type": "Point", "coordinates": [ -111.814943708220923, 40.581615152853914 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sandy Promenade", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 6.82361023, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 47935.0625, "Shape__Len": 1707.85244607, "ORIG_FID": 293 }, "geometry": { "type": "Point", "coordinates": [ -111.89537676977605, 40.567054809529097 ] } }, -{ "type": "Feature", "properties": { "NAME": "Storm Mountain Pocket Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.28984083, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 2034.90625, "Shape__Len": 180.57463981399999, "ORIG_FID": 294 }, "geometry": { "type": "Point", "coordinates": [ -111.867494210077666, 40.547618934427796 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bluff's Pocket Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.42705336, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 2996.890625, "Shape__Len": 229.76639985, "ORIG_FID": 295 }, "geometry": { "type": "Point", "coordinates": [ -111.85022745330599, 40.531711974063363 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodhill Pocket Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.08933555, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 627.203125, "Shape__Len": 124.45102390700001, "ORIG_FID": 296 }, "geometry": { "type": "Point", "coordinates": [ -111.848834252478383, 40.546437688630085 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rocky Mouth Trailhead", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.29692959, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 2084.703125, "Shape__Len": 299.8789913, "ORIG_FID": 297 }, "geometry": { "type": "Point", "coordinates": [ -111.806349518013192, 40.547050540188906 ] } }, -{ "type": "Feature", "properties": { "NAME": "Neff's Grove", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 3.03031245, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 21285.9023438, "Shape__Len": 673.75879241200005, "ORIG_FID": 298 }, "geometry": { "type": "Point", "coordinates": [ -111.892698414821282, 40.564440578308115 ] } }, -{ "type": "Feature", "properties": { "NAME": "Creekside Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.14823742, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1041.7578125, "Shape__Len": 127.794089249, "ORIG_FID": 299 }, "geometry": { "type": "Point", "coordinates": [ -111.913074697309469, 40.580562850584705 ] } }, -{ "type": "Feature", "properties": { "NAME": "Amphitheater", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 12.87681667, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 90498.5390625, "Shape__Len": 1200.6710728200001, "ORIG_FID": 300 }, "geometry": { "type": "Point", "coordinates": [ -111.854757264433871, 40.581685157024182 ] } }, -{ "type": "Feature", "properties": { "NAME": "Quarry Bend Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 7.920744, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 55676.6679688, "Shape__Len": 914.44107640300001, "ORIG_FID": 301 }, "geometry": { "type": "Point", "coordinates": [ -111.863195993359554, 40.58759644862522 ] } }, -{ "type": "Feature", "properties": { "NAME": "Amphitheater Expansion", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 8.98282708, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 63131.5, "Shape__Len": 1057.0913302700001, "ORIG_FID": 302 }, "geometry": { "type": "Point", "coordinates": [ -111.856983876518115, 40.581765974541362 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cemetery Shops", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 8.39755599, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 59025.140625, "Shape__Len": 1728.6489671899999, "ORIG_FID": 303 }, "geometry": { "type": "Point", "coordinates": [ -111.874192862392391, 40.585350953646504 ] } }, -{ "type": "Feature", "properties": { "NAME": "Union Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 4.14172049, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 29130.8828125, "Shape__Len": 945.78739139100003, "ORIG_FID": 304 }, "geometry": { "type": "Point", "coordinates": [ -111.87467337855297, 40.608358577743701 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sandy Urban Fishery", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 13.8377059, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 97230.2265625, "Shape__Len": 1320.87389702, "ORIG_FID": 305 }, "geometry": { "type": "Point", "coordinates": [ -111.916572990120144, 40.574952971922755 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dimple Dell Regional Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 536.49359487000004, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3768293.00391, "Shape__Len": 15415.341561400001, "ORIG_FID": 306 }, "geometry": { "type": "Point", "coordinates": [ -111.817816309820344, 40.55931115364956 ] } }, -{ "type": "Feature", "properties": { "NAME": "Azure Meadows Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 0.41090904, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2892.82421875, "Shape__Len": 210.250889245, "ORIG_FID": 307 }, "geometry": { "type": "Point", "coordinates": [ -111.984081183267875, 40.640906033449419 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bennion Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 4.15203504, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29237.2734375, "Shape__Len": 693.14846011700001, "ORIG_FID": 308 }, "geometry": { "type": "Point", "coordinates": [ -111.968163171330644, 40.648336731773917 ] } }, -{ "type": "Feature", "properties": { "NAME": "Autumn Meadows Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 0.77164907, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5434.66796875, "Shape__Len": 298.36373454099999, "ORIG_FID": 309 }, "geometry": { "type": "Point", "coordinates": [ -111.94888421561123, 40.654022202044509 ] } }, -{ "type": "Feature", "properties": { "NAME": "Southridge Community", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 38.731743, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 272817.863281, "Shape__Len": 2087.6040893499999, "ORIG_FID": 310 }, "geometry": { "type": "Point", "coordinates": [ -111.984370994153963, 40.65853400073123 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vista Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 18.96575375, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 133605.722656, "Shape__Len": 2155.4272260900002, "ORIG_FID": 311 }, "geometry": { "type": "Point", "coordinates": [ -111.945984323106487, 40.661079399632968 ] } }, -{ "type": "Feature", "properties": { "NAME": "UP&L Corridor Trail", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 9.19216753, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 64758.734375, "Shape__Len": 1602.3148452299999, "ORIG_FID": 312 }, "geometry": { "type": "Point", "coordinates": [ -111.9176949228209, 40.66358072246846 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan River Preserv", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 9.24985477, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 65163.5234375, "Shape__Len": 1383.2786649100001, "ORIG_FID": 313 }, "geometry": { "type": "Point", "coordinates": [ -111.915364131838018, 40.662621265831341 ] } }, -{ "type": "Feature", "properties": { "NAME": "Valley Regional Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 91.74223787, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 646259.4375, "Shape__Len": 3926.32810836, "ORIG_FID": 314 }, "geometry": { "type": "Point", "coordinates": [ -111.960997337165665, 40.660719045281297 ] } }, -{ "type": "Feature", "properties": { "NAME": "Taylorsville Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 3.03118652, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21355.8398438, "Shape__Len": 619.74105096999995, "ORIG_FID": 315 }, "geometry": { "type": "Point", "coordinates": [ -111.938054882928085, 40.665615021055899 ] } }, -{ "type": "Feature", "properties": { "NAME": "Taylorsville Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 5.94722414, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41901.890625, "Shape__Len": 915.86786093399996, "ORIG_FID": 316 }, "geometry": { "type": "Point", "coordinates": [ -111.937608847280998, 40.666811718826551 ] } }, -{ "type": "Feature", "properties": { "NAME": "Freedom Shrine", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 1.7137456, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12077.2226563, "Shape__Len": 475.55272529299998, "ORIG_FID": 317 }, "geometry": { "type": "Point", "coordinates": [ -111.908882679080705, 40.674310372946351 ] } }, -{ "type": "Feature", "properties": { "NAME": "Millrace Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 20.75267521, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 146165.144531, "Shape__Len": 1842.9578059400001, "ORIG_FID": 318 }, "geometry": { "type": "Point", "coordinates": [ -111.924344929443549, 40.655069550230728 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan River Parkway", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 3.22601928, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22732.6796875, "Shape__Len": 2423.6553242199998, "ORIG_FID": 319 }, "geometry": { "type": "Point", "coordinates": [ -111.908198500560701, 40.66925096006063 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan River Parkway", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 9.16608867, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 64607.6171875, "Shape__Len": 5565.1466756999998, "ORIG_FID": 320 }, "geometry": { "type": "Point", "coordinates": [ -111.914862158647139, 40.682771221447254 ] } }, -{ "type": "Feature", "properties": { "NAME": "Handcart Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.35347977, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9525.87890625, "Shape__Len": 570.61810843700005, "ORIG_FID": 321 }, "geometry": { "type": "Point", "coordinates": [ -111.960606368916672, 40.631083219073084 ] } }, -{ "type": "Feature", "properties": { "NAME": "Harvest Estates Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 6.83207518, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 48080.2226563, "Shape__Len": 949.83425805700006, "ORIG_FID": 322 }, "geometry": { "type": "Point", "coordinates": [ -111.949791281225671, 40.627789262079162 ] } }, -{ "type": "Feature", "properties": { "NAME": "Constitution Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 13.72270255, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 96557.9570313, "Shape__Len": 1245.9585447699999, "ORIG_FID": 323 }, "geometry": { "type": "Point", "coordinates": [ -111.96896073558058, 40.622948344868966 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan River Pkwy", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 47.56614823, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 334672.421875, "Shape__Len": 3090.16862244, "ORIG_FID": 324 }, "geometry": { "type": "Point", "coordinates": [ -111.92227197964182, 40.621704746680621 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camelot Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 2.1723562, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15284.4140625, "Shape__Len": 499.55767127199999, "ORIG_FID": 325 }, "geometry": { "type": "Point", "coordinates": [ -111.94480466619774, 40.620292325205661 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodcreek Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 4.14123604, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29131.9453125, "Shape__Len": 779.06317289699996, "ORIG_FID": 326 }, "geometry": { "type": "Point", "coordinates": [ -112.012622282608021, 40.615046403973501 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Jordan Meadows A", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.46689968, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10318.9804688, "Shape__Len": 659.94209895300003, "ORIG_FID": 327 }, "geometry": { "type": "Point", "coordinates": [ -112.016316100311116, 40.614767964037725 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan Meadows Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 4.00382961, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28165.625, "Shape__Len": 861.48835535800004, "ORIG_FID": 328 }, "geometry": { "type": "Point", "coordinates": [ -111.949523154870732, 40.614446947514516 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Jordan Meadows B", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.28175669, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9016.359375, "Shape__Len": 980.81423744599999, "ORIG_FID": 329 }, "geometry": { "type": "Point", "coordinates": [ -112.018369177659665, 40.61450181686768 ] } }, -{ "type": "Feature", "properties": { "NAME": "Utah Youth Sports Complex", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 94.38612802, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 663775.773438, "Shape__Len": 5455.1400482099998, "ORIG_FID": 330 }, "geometry": { "type": "Point", "coordinates": [ -111.991204101009956, 40.60410601972206 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vetrans Memorial Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 101.16229827, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 696795.53125, "Shape__Len": 3518.1833937400002, "ORIG_FID": 331 }, "geometry": { "type": "Point", "coordinates": [ -111.945082535557361, 40.605783610510933 ] } }, -{ "type": "Feature", "properties": { "NAME": "Noble Estates Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.65267583, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4590.43359375, "Shape__Len": 275.07112808199997, "ORIG_FID": 332 }, "geometry": { "type": "Point", "coordinates": [ -111.980562744752859, 40.608231514806249 ] } }, -{ "type": "Feature", "properties": { "NAME": "Barney Creek Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 7.56236673, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 53183.5117188, "Shape__Len": 2151.3218500200001, "ORIG_FID": 333 }, "geometry": { "type": "Point", "coordinates": [ -112.020085997406412, 40.606313746281003 ] } }, -{ "type": "Feature", "properties": { "NAME": "Linsey Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.61500924, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11357.8476563, "Shape__Len": 437.93253531599998, "ORIG_FID": 334 }, "geometry": { "type": "Point", "coordinates": [ -111.982288794464139, 40.605494470523681 ] } }, -{ "type": "Feature", "properties": { "NAME": "Railroad Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 10.21865804, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 71855.3125, "Shape__Len": 2247.3622575499999, "ORIG_FID": 335 }, "geometry": { "type": "Point", "coordinates": [ -111.998693954934581, 40.599072837777001 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oaks Park 2", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 4.39056376, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30873.0390625, "Shape__Len": 707.49994863899997, "ORIG_FID": 336 }, "geometry": { "type": "Point", "coordinates": [ -112.05122777604619, 40.601476463765323 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunset Cove Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 2.58882489, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18204.0273438, "Shape__Len": 1114.1398594499999, "ORIG_FID": 337 }, "geometry": { "type": "Point", "coordinates": [ -112.007382618690613, 40.601303173762439 ] } }, -{ "type": "Feature", "properties": { "NAME": "Senior Housing Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.70315208, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4944.58984375, "Shape__Len": 391.08420449099998, "ORIG_FID": 338 }, "geometry": { "type": "Point", "coordinates": [ -111.944956939647213, 40.602014567674104 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fairway Estates Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.55663003, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3913.5625, "Shape__Len": 354.80816099499998, "ORIG_FID": 339 }, "geometry": { "type": "Point", "coordinates": [ -111.951342240735499, 40.596215631692701 ] } }, -{ "type": "Feature", "properties": { "NAME": "Country Squire Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.62709795, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4408.92578125, "Shape__Len": 268.96878814399997, "ORIG_FID": 340 }, "geometry": { "type": "Point", "coordinates": [ -111.980079810408469, 40.59587630572392 ] } }, -{ "type": "Feature", "properties": { "NAME": "Browns Meadow Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 5.42850781, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 38154.84375, "Shape__Len": 811.59292169399998, "ORIG_FID": 341 }, "geometry": { "type": "Point", "coordinates": [ -111.953478045615554, 40.585617556960429 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vista West Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 7.24062653, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 50889.5703125, "Shape__Len": 1587.62512072, "ORIG_FID": 342 }, "geometry": { "type": "Point", "coordinates": [ -111.982641822645718, 40.584688317566851 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fassio Farm Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 2.80371174, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 19767.8007813, "Shape__Len": 593.92542035400004, "ORIG_FID": 343 }, "geometry": { "type": "Point", "coordinates": [ -112.015916186555131, 40.691483077690549 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wheatland Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 0.84952374, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 5987.37109375, "Shape__Len": 315.77870708299997, "ORIG_FID": 344 }, "geometry": { "type": "Point", "coordinates": [ -111.979174172435151, 40.67815196471939 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hunter Village Pocket Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 1.53049432, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 10794.2890625, "Shape__Len": 446.277724095, "ORIG_FID": 345 }, "geometry": { "type": "Point", "coordinates": [ -112.050526141588335, 40.702295672784047 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodledge Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 6.00308943, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 42308.421875, "Shape__Len": 864.10637621399997, "ORIG_FID": 346 }, "geometry": { "type": "Point", "coordinates": [ -112.015030449678918, 40.677969289983594 ] } }, -{ "type": "Feature", "properties": { "NAME": "West View Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 5.23953687, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 36932.21875, "Shape__Len": 776.55779367900004, "ORIG_FID": 347 }, "geometry": { "type": "Point", "coordinates": [ -112.035287453146253, 40.682881651488316 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sugar Plum Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 10.96697083, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 77358.0976563, "Shape__Len": 4022.39990274, "ORIG_FID": 348 }, "geometry": { "type": "Point", "coordinates": [ -112.058367923524713, 40.708146479425551 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kings Pointe Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 4.12279948, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 29070.8164063, "Shape__Len": 724.80787688299995, "ORIG_FID": 349 }, "geometry": { "type": "Point", "coordinates": [ -111.92994477364023, 40.693337249295709 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fox Tail Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 4.15927015, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 29337.0429688, "Shape__Len": 1152.11726636, "ORIG_FID": 350 }, "geometry": { "type": "Point", "coordinates": [ -112.054612553112108, 40.705624575589205 ] } }, -{ "type": "Feature", "properties": { "NAME": "Greenbriar Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 4.99200791, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 35212.4023438, "Shape__Len": 728.54257652599995, "ORIG_FID": 351 }, "geometry": { "type": "Point", "coordinates": [ -112.0106248112223, 40.706360976942157 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willowwood Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 0.6560441, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 4625.515625, "Shape__Len": 274.55367296899999, "ORIG_FID": 352 }, "geometry": { "type": "Point", "coordinates": [ -111.972029621280768, 40.690961310931939 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hunter Village Z Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 1.59591466, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 11255.9023438, "Shape__Len": 592.98561790799999, "ORIG_FID": 353 }, "geometry": { "type": "Point", "coordinates": [ -112.055327815515099, 40.703107158503279 ] } }, -{ "type": "Feature", "properties": { "NAME": "Back Nine Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 0.17402815, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 1227.6015625, "Shape__Len": 140.240252973, "ORIG_FID": 354 }, "geometry": { "type": "Point", "coordinates": [ -111.986891023145816, 40.707409709040704 ] } }, -{ "type": "Feature", "properties": { "NAME": "Terrace Ridge Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 2.64688175, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 18653.484375, "Shape__Len": 618.47056752499998, "ORIG_FID": 355 }, "geometry": { "type": "Point", "coordinates": [ -112.040518528999314, 40.676230780855796 ] } }, -{ "type": "Feature", "properties": { "NAME": "Paul Workman Ball Park", "COUNTY": "SALT LAKE", "CITY": "South Salt Lake", "ACRES": 4.64940299, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 32809.59375, "Shape__Len": 738.921063097, "ORIG_FID": 356 }, "geometry": { "type": "Point", "coordinates": [ -111.919366282515753, 40.719430954087912 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Salt Lake Lions Park", "COUNTY": "SALT LAKE", "CITY": "South Salt Lake", "ACRES": 1.17874107, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 8317.9453125, "Shape__Len": 674.70839911099995, "ORIG_FID": 357 }, "geometry": { "type": "Point", "coordinates": [ -111.881136855250347, 40.717838535385162 ] } }, -{ "type": "Feature", "properties": { "NAME": "Tanner Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 9.73820326, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 68706.5742188, "Shape__Len": 1375.26911126, "ORIG_FID": 358 }, "geometry": { "type": "Point", "coordinates": [ -111.817146611547173, 40.711827828117265 ] } }, -{ "type": "Feature", "properties": { "NAME": "Southgate Village Park", "COUNTY": "SALT LAKE", "CITY": "South Salt Lake", "ACRES": 0.22520724, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 1588.89453125, "Shape__Len": 152.227352346, "ORIG_FID": 359 }, "geometry": { "type": "Point", "coordinates": [ -111.893035356113685, 40.712099014144677 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fitts Community Park", "COUNTY": "SALT LAKE", "CITY": "South Salt Lake", "ACRES": 9.37798197, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 66150.1132813, "Shape__Len": 1521.5176991599999, "ORIG_FID": 360 }, "geometry": { "type": "Point", "coordinates": [ -111.878789595995869, 40.70497326390467 ] } }, -{ "type": "Feature", "properties": { "NAME": "Moonlite Meadows Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 2.36507197, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 16676.3007813, "Shape__Len": 591.62381734099995, "ORIG_FID": 361 }, "geometry": { "type": "Point", "coordinates": [ -112.095463811819442, 40.694653206955024 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lamplight Village Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 1.8615081, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 13124.8710938, "Shape__Len": 501.23927263000002, "ORIG_FID": 362 }, "geometry": { "type": "Point", "coordinates": [ -112.096739880487476, 40.692742552787465 ] } }, -{ "type": "Feature", "properties": { "NAME": "Falconcrest Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 26.24739921, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 185013.765625, "Shape__Len": 2335.5535856199999, "ORIG_FID": 363 }, "geometry": { "type": "Point", "coordinates": [ -112.059924436240436, 40.683439473389448 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Jordan Rec Center", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 4.7598582, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 33428.4960938, "Shape__Len": 719.96687850800004, "ORIG_FID": 364 }, "geometry": { "type": "Point", "coordinates": [ -111.939572366992195, 40.558539318683955 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cottonwood Heights", "COUNTY": "SALT LAKE", "CITY": "Cottonwood Heights", "ACRES": 41.71593171, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 293465.257813, "Shape__Len": 2778.8487715699998, "ORIG_FID": 365 }, "geometry": { "type": "Point", "coordinates": [ -111.819279553543169, 40.614139721993169 ] } }, -{ "type": "Feature", "properties": { "NAME": "Welby Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 168.85349355, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 1186221.1953100001, "Shape__Len": 5128.3884620600002, "ORIG_FID": 366 }, "geometry": { "type": "Point", "coordinates": [ -112.010107203497796, 40.569824475753883 ] } }, -{ "type": "Feature", "properties": { "NAME": "Marv Jensen Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 15.30986475, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 107541.136719, "Shape__Len": 1360.22298798, "ORIG_FID": 367 }, "geometry": { "type": "Point", "coordinates": [ -111.941865553994418, 40.564892644936414 ] } }, -{ "type": "Feature", "properties": { "NAME": "Alta Pond Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 1.06974921, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 7511.5390625, "Shape__Len": 345.05661157899999, "ORIG_FID": 368 }, "geometry": { "type": "Point", "coordinates": [ -111.86223541967999, 40.551873460968508 ] } }, -{ "type": "Feature", "properties": { "NAME": "Summerhill Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 8.89448399, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 62431.328125, "Shape__Len": 1062.4074712399999, "ORIG_FID": 369 }, "geometry": { "type": "Point", "coordinates": [ -111.927546564260297, 40.539686112119362 ] } }, -{ "type": "Feature", "properties": { "NAME": "Coppercreek Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 8.08066491, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 56709.9140625, "Shape__Len": 3165.0329914899999, "ORIG_FID": 370 }, "geometry": { "type": "Point", "coordinates": [ -112.004987043593218, 40.534853204362754 ] } }, -{ "type": "Feature", "properties": { "NAME": "Coppercreek Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 2.82779437, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 19844.3046875, "Shape__Len": 646.73680590599997, "ORIG_FID": 371 }, "geometry": { "type": "Point", "coordinates": [ -112.004750306453033, 40.533336707173753 ] } }, -{ "type": "Feature", "properties": { "NAME": "Coppercreek Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 14.89735802, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 104540.660156, "Shape__Len": 2126.3616166000002, "ORIG_FID": 372 }, "geometry": { "type": "Point", "coordinates": [ -112.002181120768967, 40.533428932882799 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverbend Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 7.35482415, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 51896.171875, "Shape__Len": 882.53504468699998, "ORIG_FID": 373 }, "geometry": { "type": "Point", "coordinates": [ -111.922798658285885, 40.521384946527355 ] } }, -{ "type": "Feature", "properties": { "NAME": "South County Outdoor Pool", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 7.17892467, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 51585.65625, "Shape__Len": 893.916137306, "ORIG_FID": 374 }, "geometry": { "type": "Point", "coordinates": [ -111.923476227065734, 40.519555082012744 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rosecreek Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 18.50832975, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 129777.59375, "Shape__Len": 4437.7596907699999, "ORIG_FID": 375 }, "geometry": { "type": "Point", "coordinates": [ -112.029736540786985, 40.505594225230539 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rosecreek Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 15.12439664, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 106041.292969, "Shape__Len": 5298.9912312400002, "ORIG_FID": 376 }, "geometry": { "type": "Point", "coordinates": [ -112.027123365206236, 40.500565195374513 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rosecreek Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 3.64931336, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 25588.7109375, "Shape__Len": 1266.9540381700001, "ORIG_FID": 377 }, "geometry": { "type": "Point", "coordinates": [ -112.036237797843086, 40.506302842907644 ] } }, -{ "type": "Feature", "properties": { "NAME": "Upper District Millcreek Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 2.53619509, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 17882.3398438, "Shape__Len": 728.95613491999995, "ORIG_FID": 378 }, "geometry": { "type": "Point", "coordinates": [ -111.796389933770527, 40.690291621704823 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mini Park #2", "COUNTY": "SALT LAKE", "CITY": "South Salt Lake", "ACRES": 0.35264418, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2487.3125, "Shape__Len": 277.23924903800003, "ORIG_FID": 379 }, "geometry": { "type": "Point", "coordinates": [ -111.876418890361336, 40.702977050679685 ] } }, -{ "type": "Feature", "properties": { "NAME": "Arrowhead Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 2.69024292, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 18955.0742188, "Shape__Len": 595.86936586100001, "ORIG_FID": 380 }, "geometry": { "type": "Point", "coordinates": [ -111.907917035948216, 40.667626908399512 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bluffdale Lions Club Park", "COUNTY": "SALT LAKE", "CITY": "Bluffdale", "ACRES": 1.89512383, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 13282.4375, "Shape__Len": 485.47507972699998, "ORIG_FID": 381 }, "geometry": { "type": "Point", "coordinates": [ -111.941910124970207, 40.489947439527704 ] } }, -{ "type": "Feature", "properties": { "NAME": "Midas Creek Mini Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 6.50312384, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 45639.8125, "Shape__Len": 1823.07135221, "ORIG_FID": 382 }, "geometry": { "type": "Point", "coordinates": [ -111.973513251133014, 40.535048134664699 ] } }, -{ "type": "Feature", "properties": { "NAME": "Triangle Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.69236611, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 11890.6835938, "Shape__Len": 564.09290476800004, "ORIG_FID": 383 }, "geometry": { "type": "Point", "coordinates": [ -111.994284869808368, 40.574043523523656 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stonehaven Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 5.05122034, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 35486.5859375, "Shape__Len": 1426.83346136, "ORIG_FID": 384 }, "geometry": { "type": "Point", "coordinates": [ -111.988913608139541, 40.570681041132652 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Ridge Detention", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 0.4982554, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 3500.46875, "Shape__Len": 237.735452466, "ORIG_FID": 385 }, "geometry": { "type": "Point", "coordinates": [ -111.996292446276357, 40.571013540058658 ] } }, -{ "type": "Feature", "properties": { "NAME": "Scottsdale Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 2.04451533, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 14420.1953125, "Shape__Len": 593.90234368300003, "ORIG_FID": 386 }, "geometry": { "type": "Point", "coordinates": [ -111.980658208910739, 40.702941017209625 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Valley Neighborhood Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 0.51333225, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 3620.6953125, "Shape__Len": 285.692848395, "ORIG_FID": 387 }, "geometry": { "type": "Point", "coordinates": [ -112.037506920538419, 40.704700270744709 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dixie Valley Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.56733417, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 11020.0703125, "Shape__Len": 424.708796828, "ORIG_FID": 388 }, "geometry": { "type": "Point", "coordinates": [ -111.98282598771894, 40.597841406987051 ] } }, -{ "type": "Feature", "properties": { "NAME": "Southfork Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 17.91860686, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 125603.238281, "Shape__Len": 1470.96955862, "ORIG_FID": 389 }, "geometry": { "type": "Point", "coordinates": [ -111.884346652625396, 40.493723678953593 ] } }, -{ "type": "Feature", "properties": { "NAME": "Usana Amphitheater", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 17.09619971, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 334921.171875, "Shape__Len": 2334.04651629, "ORIG_FID": 390 }, "geometry": { "type": "Point", "coordinates": [ -112.037132935663621, 40.657810545608029 ] } }, -{ "type": "Feature", "properties": { "NAME": "W & M Butterfield Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 58.33080964, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 408874.09375, "Shape__Len": 2608.9337010099998, "ORIG_FID": 391 }, "geometry": { "type": "Point", "coordinates": [ -112.03990822755182, 40.495043097383402 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fieldstone Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 2.88800886, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 19712.3671875, "Shape__Len": 596.49935906600001, "ORIG_FID": 392 }, "geometry": { "type": "Point", "coordinates": [ -112.046704801392963, 40.501158980703856 ] } }, -{ "type": "Feature", "properties": { "NAME": "Tuscany Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 12.33351498, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 86519.5585938, "Shape__Len": 1559.8781866, "ORIG_FID": 393 }, "geometry": { "type": "Point", "coordinates": [ -112.020732969969671, 40.521052264611932 ] } }, -{ "type": "Feature", "properties": { "NAME": "Daybreak Rec Center", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 2.13690324, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 14997.8710938, "Shape__Len": 488.00489642000002, "ORIG_FID": 394 }, "geometry": { "type": "Point", "coordinates": [ -111.986948974118391, 40.537460844351344 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kearns Oquirrh Rec Center", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 39.26307015, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 276467.804688, "Shape__Len": 3881.0416989300002, "ORIG_FID": 395 }, "geometry": { "type": "Point", "coordinates": [ -112.010453255041554, 40.648105607478676 ] } }, -{ "type": "Feature", "properties": { "NAME": "Redwood Nature Area", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 76.75430134, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 541480.601563, "Shape__Len": 3225.34079023, "ORIG_FID": 396 }, "geometry": { "type": "Point", "coordinates": [ -111.92785929996657, 40.710025757818926 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hillview Basin", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 23.56507334, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 166106.070313, "Shape__Len": 2390.4638768499999, "ORIG_FID": 397 }, "geometry": { "type": "Point", "coordinates": [ -111.862653105150912, 40.680958057678069 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vista Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 9.49433346, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 66877.8320313, "Shape__Len": 1082.9149116900001, "ORIG_FID": 398 }, "geometry": { "type": "Point", "coordinates": [ -111.945740094318623, 40.6590333866964 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rosecrest Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 10.41845538, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 73037.8945313, "Shape__Len": 1453.3115625299999, "ORIG_FID": 399 }, "geometry": { "type": "Point", "coordinates": [ -112.025789096083003, 40.499120228540313 ] } }, -{ "type": "Feature", "properties": { "NAME": "Arrowhead Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 30.96454743, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 218146.757813, "Shape__Len": 3242.8082843100001, "ORIG_FID": 400 }, "geometry": { "type": "Point", "coordinates": [ -111.911357188203752, 40.66290530223241 ] } }, -{ "type": "Feature", "properties": { "NAME": "Germania Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 46.16948155, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 325210.109375, "Shape__Len": 4281.1372587400001, "ORIG_FID": 401 }, "geometry": { "type": "Point", "coordinates": [ -111.919157218790232, 40.658062353796552 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hidden Village Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 3.26474991, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 22992.96875, "Shape__Len": 622.36819750300003, "ORIG_FID": 402 }, "geometry": { "type": "Point", "coordinates": [ -111.905621196273458, 40.652964925162443 ] } }, -{ "type": "Feature", "properties": { "NAME": "Walden Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 15.28381358, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 107628.605469, "Shape__Len": 2784.5089079099998, "ORIG_FID": 403 }, "geometry": { "type": "Point", "coordinates": [ -111.924992975514542, 40.648965958358922 ] } }, -{ "type": "Feature", "properties": { "NAME": "Valley Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 1.18547415, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 8348.9296875, "Shape__Len": 441.11418451600002, "ORIG_FID": 404 }, "geometry": { "type": "Point", "coordinates": [ -111.893405075006427, 40.652471938041607 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cottonwood Grove Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 21.35228818, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 150327.820313, "Shape__Len": 2332.4931108699998, "ORIG_FID": 405 }, "geometry": { "type": "Point", "coordinates": [ -111.92109112608145, 40.641506740605877 ] } }, -{ "type": "Feature", "properties": { "NAME": "Southwood Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 4.95021193, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 34849.5742188, "Shape__Len": 836.25587221599994, "ORIG_FID": 406 }, "geometry": { "type": "Point", "coordinates": [ -111.870923515814212, 40.639331292297271 ] } }, -{ "type": "Feature", "properties": { "NAME": "Southwood Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 0.34465998, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 2426.375, "Shape__Len": 247.20769146200001, "ORIG_FID": 407 }, "geometry": { "type": "Point", "coordinates": [ -111.869687199535974, 40.638881914733822 ] } }, -{ "type": "Feature", "properties": { "NAME": "Winchester Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 12.5036345, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 88008.3398438, "Shape__Len": 2704.4396224000002, "ORIG_FID": 408 }, "geometry": { "type": "Point", "coordinates": [ -111.924697896685444, 40.632362264410247 ] } }, -{ "type": "Feature", "properties": { "NAME": "Winchester Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 2.85321752, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 20085.015625, "Shape__Len": 840.87099316399997, "ORIG_FID": 409 }, "geometry": { "type": "Point", "coordinates": [ -111.921277029214423, 40.637059361778356 ] } }, -{ "type": "Feature", "properties": { "NAME": "Grant Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 5.17467992, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 36427.46875, "Shape__Len": 789.73031542700005, "ORIG_FID": 410 }, "geometry": { "type": "Point", "coordinates": [ -111.892688598357722, 40.637388541518291 ] } }, -{ "type": "Feature", "properties": { "NAME": "Accord Ice Arena & Centennial Pool", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 76.6678424, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 540721.80078100006, "Shape__Len": 3118.9177808200002, "ORIG_FID": 411 }, "geometry": { "type": "Point", "coordinates": [ -112.020033860521181, 40.701961390812968 ] } }, -{ "type": "Feature", "properties": { "NAME": "Brookfield Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 3.78090534, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 26649.3007813, "Shape__Len": 661.554034505, "ORIG_FID": 412 }, "geometry": { "type": "Point", "coordinates": [ -112.047167734507639, 40.68128593164198 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 10.5498623, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 74398.6289063, "Shape__Len": 1369.8697144499999, "ORIG_FID": 413 }, "geometry": { "type": "Point", "coordinates": [ -111.951085792117837, 40.69767267838332 ] } }, -{ "type": "Feature", "properties": { "NAME": "Glenn Weaver Memorial Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 11.60506579, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 81826.5195313, "Shape__Len": 1862.6489299499999, "ORIG_FID": 414 }, "geometry": { "type": "Point", "coordinates": [ -111.944853463415143, 40.691993633643015 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 3.37507375, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 23801.9570313, "Shape__Len": 717.159993128, "ORIG_FID": 415 }, "geometry": { "type": "Point", "coordinates": [ -111.926222210157306, 40.698387635460001 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oxbow Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 3.65149051, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 25751.4570313, "Shape__Len": 1001.47363123, "ORIG_FID": 416 }, "geometry": { "type": "Point", "coordinates": [ -111.925046400345721, 40.698859104949008 ] } }, -{ "type": "Feature", "properties": { "NAME": "Redwood Trailhead Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 7.06089107, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 49827.0351563, "Shape__Len": 1000.95832894, "ORIG_FID": 417 }, "geometry": { "type": "Point", "coordinates": [ -111.921561416991864, 40.719675490639787 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fourteenth Ave Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 8.8642907, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 62678.4765625, "Shape__Len": 1475.5017356000001, "ORIG_FID": 418 }, "geometry": { "type": "Point", "coordinates": [ -111.874622661556884, 40.78618922423599 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lindsey Gardens", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 18.89774599, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 135550.007813, "Shape__Len": 1779.57209362, "ORIG_FID": 419 }, "geometry": { "type": "Point", "coordinates": [ -111.86445677823518, 40.779288558177214 ] } }, -{ "type": "Feature", "properties": { "NAME": "LDS Church Office Building Complex", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 4.00660662, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 28316.703125, "Shape__Len": 958.11876749500004, "ORIG_FID": 420 }, "geometry": { "type": "Point", "coordinates": [ -111.889784779024879, 40.770331936084752 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 3.25243719, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 22981.6601563, "Shape__Len": 908.66530805599996, "ORIG_FID": 421 }, "geometry": { "type": "Point", "coordinates": [ -111.925715604108206, 40.763444045898659 ] } }, -{ "type": "Feature", "properties": { "NAME": "Victory Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.81720118, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 5774.5, "Shape__Len": 389.07058075700002, "ORIG_FID": 422 }, "geometry": { "type": "Point", "coordinates": [ -111.861006461743912, 40.76371522604741 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.50651067, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 10644.4296875, "Shape__Len": 670.17850330099998, "ORIG_FID": 423 }, "geometry": { "type": "Point", "coordinates": [ -111.924090301009684, 40.761711022238821 ] } }, -{ "type": "Feature", "properties": { "NAME": "Research Park Tennis", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 4.89108067, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 34557.625, "Shape__Len": 757.28637726900001, "ORIG_FID": 424 }, "geometry": { "type": "Point", "coordinates": [ -111.831623199443541, 40.759953424926707 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 3.96355742, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 27999.9453125, "Shape__Len": 1798.36418299, "ORIG_FID": 425 }, "geometry": { "type": "Point", "coordinates": [ -111.922864996188409, 40.753063624455088 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rotary Glen Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 24.11549367, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 170336.460938, "Shape__Len": 2272.1538497900001, "ORIG_FID": 426 }, "geometry": { "type": "Point", "coordinates": [ -111.807100598748562, 40.749675538288102 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kennedy Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.55822949, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 11005.7539063, "Shape__Len": 491.699375105, "ORIG_FID": 427 }, "geometry": { "type": "Point", "coordinates": [ -111.812984547053517, 40.74807021538944 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kennedy Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.1426477, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 8070.453125, "Shape__Len": 425.12142947500001, "ORIG_FID": 428 }, "geometry": { "type": "Point", "coordinates": [ -111.810631910642158, 40.747905715996851 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bonneville Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 9.63780919, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 68065.125, "Shape__Len": 1072.38713682, "ORIG_FID": 429 }, "geometry": { "type": "Point", "coordinates": [ -111.822235613737703, 40.744937413491542 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 8.72243389, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 61594.3164063, "Shape__Len": 2934.3008509299998, "ORIG_FID": 430 }, "geometry": { "type": "Point", "coordinates": [ -111.920524278510484, 40.741462394262534 ] } }, -{ "type": "Feature", "properties": { "NAME": "Franklin Quest Field", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 10.25653748, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 72423.5664063, "Shape__Len": 1199.3181924400001, "ORIG_FID": 431 }, "geometry": { "type": "Point", "coordinates": [ -111.89269341846979, 40.740534100068984 ] } }, -{ "type": "Feature", "properties": { "NAME": "Seventeenth South Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 30.88200424, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 218030.464844, "Shape__Len": 2350.52864034, "ORIG_FID": 432 }, "geometry": { "type": "Point", "coordinates": [ -111.924109441697766, 40.735603299718427 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wasatch Hollow Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 7.67516724, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 54187.671875, "Shape__Len": 1364.4486813200001, "ORIG_FID": 433 }, "geometry": { "type": "Point", "coordinates": [ -111.843509457126487, 40.734920874475783 ] } }, -{ "type": "Feature", "properties": { "NAME": "Glendale Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 24.92291072, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 175940.59375, "Shape__Len": 2246.9728853500001, "ORIG_FID": 434 }, "geometry": { "type": "Point", "coordinates": [ -111.926993971675245, 40.732455426080243 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hidden Hollow", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 3.79233402, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 26765.7421875, "Shape__Len": 929.03352558200004, "ORIG_FID": 435 }, "geometry": { "type": "Point", "coordinates": [ -111.856312774272382, 40.724181917121406 ] } }, -{ "type": "Feature", "properties": { "NAME": "Elizabeth Sherman Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.1045872, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 7794.81640625, "Shape__Len": 526.46128310999995, "ORIG_FID": 436 }, "geometry": { "type": "Point", "coordinates": [ -111.857891710261967, 40.719009799603768 ] } }, -{ "type": "Feature", "properties": { "NAME": "Parleys Way Greenbelt", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 6.03434156, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 42580.7382813, "Shape__Len": 1791.1982726900001, "ORIG_FID": 437 }, "geometry": { "type": "Point", "coordinates": [ -111.810815105723506, 40.716753719820659 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ensign Peak Nature Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 59.32463965, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 419573.894531, "Shape__Len": 2638.1213989100002, "ORIG_FID": 438 }, "geometry": { "type": "Point", "coordinates": [ -111.89073851764492, 40.793987692926009 ] } }, -{ "type": "Feature", "properties": { "NAME": "Magna-copper Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 55.01073261, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 388118.8125, "Shape__Len": 3996.7769099400002, "ORIG_FID": 439 }, "geometry": { "type": "Point", "coordinates": [ -112.104257166203894, 40.714599754894195 ] } }, -{ "type": "Feature", "properties": { "NAME": "Decker Lake Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 51.77226602, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 365243.421875, "Shape__Len": 2762.2213692199998, "ORIG_FID": 440 }, "geometry": { "type": "Point", "coordinates": [ -111.948977450344387, 40.710905196348456 ] } }, -{ "type": "Feature", "properties": { "NAME": "Comunity Center", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.45307387, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 10249.484375, "Shape__Len": 562.14208415899998, "ORIG_FID": 441 }, "geometry": { "type": "Point", "coordinates": [ -112.10902331695803, 40.707158022116758 ] } }, -{ "type": "Feature", "properties": { "NAME": "Redwood Multipurpose Center", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 34.26433854, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 166968.1875, "Shape__Len": 1674.7852556, "ORIG_FID": 442 }, "geometry": { "type": "Point", "coordinates": [ -111.936599252686008, 40.705225446100769 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon Rim Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 18.43348028, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 130026.195313, "Shape__Len": 1865.6723001600001, "ORIG_FID": 443 }, "geometry": { "type": "Point", "coordinates": [ -111.807624322915288, 40.704428513798995 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pleasant Green Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 27.88329525, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 196641.726563, "Shape__Len": 1818.03910928, "ORIG_FID": 444 }, "geometry": { "type": "Point", "coordinates": [ -112.094327310328339, 40.700540938333134 ] } }, -{ "type": "Feature", "properties": { "NAME": "James Madison Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 3.48565424, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 24582.1210938, "Shape__Len": 786.35996255199996, "ORIG_FID": 445 }, "geometry": { "type": "Point", "coordinates": [ -111.923079399957714, 40.698908528310142 ] } }, -{ "type": "Feature", "properties": { "NAME": "Evergreen Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 5.04803542, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 35598.8125, "Shape__Len": 804.25324373199999, "ORIG_FID": 446 }, "geometry": { "type": "Point", "coordinates": [ -111.827325907952783, 40.69609361889308 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ben Franklin Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 6.28914288, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 44349.4882813, "Shape__Len": 1096.71904172, "ORIG_FID": 447 }, "geometry": { "type": "Point", "coordinates": [ -111.867654238374755, 40.695275440149572 ] } }, -{ "type": "Feature", "properties": { "NAME": "Harmony Park", "COUNTY": "SALT LAKE", "CITY": "South Salt Lake", "ACRES": 10.8079531, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 76201.8515625, "Shape__Len": 1157.99616429, "ORIG_FID": 448 }, "geometry": { "type": "Point", "coordinates": [ -111.892628626093057, 40.689660244685193 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hercules Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 65.71786049000001, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 463261.183594, "Shape__Len": 3534.4037868800001, "ORIG_FID": 449 }, "geometry": { "type": "Point", "coordinates": [ -112.070350629953083, 40.686184108203229 ] } }, -{ "type": "Feature", "properties": { "NAME": "General Holm Park", "COUNTY": "SALT LAKE", "CITY": "South Salt Lake", "ACRES": 3.75288922, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 26457.7226563, "Shape__Len": 908.21197718099995, "ORIG_FID": 450 }, "geometry": { "type": "Point", "coordinates": [ -111.920632855115926, 40.68732632173073 ] } }, -{ "type": "Feature", "properties": { "NAME": "Valley Center Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 4.09581055, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 28873.2226563, "Shape__Len": 746.39010557899996, "ORIG_FID": 451 }, "geometry": { "type": "Point", "coordinates": [ -111.910148048927724, 40.684706995035725 ] } }, -{ "type": "Feature", "properties": { "NAME": "Big Cottonwood Regional Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 46.4628984, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 327478.738281, "Shape__Len": 2702.5208991, "ORIG_FID": 452 }, "geometry": { "type": "Point", "coordinates": [ -111.856649065317995, 40.678121912524503 ] } }, -{ "type": "Feature", "properties": { "NAME": "Olympus Hills Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 31.53985136, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 222294.742188, "Shape__Len": 1983.5282933000001, "ORIG_FID": 453 }, "geometry": { "type": "Point", "coordinates": [ -111.803440827249773, 40.677051462928141 ] } }, -{ "type": "Feature", "properties": { "NAME": "Big Cottonwood Regional Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 86.50234263, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 609546.265625, "Shape__Len": 4813.1169425400003, "ORIG_FID": 454 }, "geometry": { "type": "Point", "coordinates": [ -111.845972759357309, 40.670299632908339 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fortuna Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 2.03988005, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 14374.296875, "Shape__Len": 726.067007246, "ORIG_FID": 455 }, "geometry": { "type": "Point", "coordinates": [ -111.79779329959841, 40.670207067277396 ] } }, -{ "type": "Feature", "properties": { "NAME": "Welcker Memorial Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 10.68822969, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 75309.8359375, "Shape__Len": 3313.6722595199999, "ORIG_FID": 456 }, "geometry": { "type": "Point", "coordinates": [ -111.996526641102946, 40.667481277942734 ] } }, -{ "type": "Feature", "properties": { "NAME": "Creekside Park", "COUNTY": "SALT LAKE", "CITY": "Holladay", "ACRES": 25.45491805, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 179345.695313, "Shape__Len": 1784.517267, "ORIG_FID": 457 }, "geometry": { "type": "Point", "coordinates": [ -111.847223509535993, 40.665833545282815 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountain Man Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 5.09194497, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 35869.5507813, "Shape__Len": 789.16655212800003, "ORIG_FID": 458 }, "geometry": { "type": "Point", "coordinates": [ -112.015325025477551, 40.661666092612208 ] } }, -{ "type": "Feature", "properties": { "NAME": "David Gourley Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 4.90193666, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 34530.4765625, "Shape__Len": 772.88359440500005, "ORIG_FID": 459 }, "geometry": { "type": "Point", "coordinates": [ -111.99315920520003, 40.660903315391863 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oquirrh Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 53.20525377, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 374626.378906, "Shape__Len": 3212.0701808899998, "ORIG_FID": 460 }, "geometry": { "type": "Point", "coordinates": [ -112.011367104505538, 40.64550756157157 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverview Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 13.3809587, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 94216.0390625, "Shape__Len": 1801.02790411, "ORIG_FID": 461 }, "geometry": { "type": "Point", "coordinates": [ -111.914202382901905, 40.645215637042405 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodstock Meadows Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 9.45956321, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 66604.9140625, "Shape__Len": 1051.03822113, "ORIG_FID": 462 }, "geometry": { "type": "Point", "coordinates": [ -111.861816954200521, 40.644054265823861 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lodestone Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 14.78258133, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 104072.066406, "Shape__Len": 1600.55265448, "ORIG_FID": 463 }, "geometry": { "type": "Point", "coordinates": [ -112.038614705253423, 40.642025794645285 ] } }, -{ "type": "Feature", "properties": { "NAME": "Loder Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 0.48450917, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 3410.953125, "Shape__Len": 231.34597616799999, "ORIG_FID": 464 }, "geometry": { "type": "Point", "coordinates": [ -112.013536837532484, 40.64098867923186 ] } }, -{ "type": "Feature", "properties": { "NAME": "Impressions Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.60149453, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 11273.9570313, "Shape__Len": 529.75637149299996, "ORIG_FID": 465 }, "geometry": { "type": "Point", "coordinates": [ -112.019424068419113, 40.639239483667041 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cougar Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 26.98231102, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 189913.523438, "Shape__Len": 2515.1819239400002, "ORIG_FID": 466 }, "geometry": { "type": "Point", "coordinates": [ -112.006254599916247, 40.633345323795041 ] } }, -{ "type": "Feature", "properties": { "NAME": "Skyview Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 10.647094, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 74938.0625, "Shape__Len": 1368.3330756800001, "ORIG_FID": 467 }, "geometry": { "type": "Point", "coordinates": [ -111.985676813953134, 40.632675787454062 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lobelia Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.43954138, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 3093.73828125, "Shape__Len": 224.24915895300001, "ORIG_FID": 468 }, "geometry": { "type": "Point", "coordinates": [ -112.011331755965202, 40.63385817054629 ] } }, -{ "type": "Feature", "properties": { "NAME": "Old Mill Park", "COUNTY": "SALT LAKE", "CITY": "Cottonwood Heights", "ACRES": 10.24599051, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 72112.8046875, "Shape__Len": 1300.9729207, "ORIG_FID": 469 }, "geometry": { "type": "Point", "coordinates": [ -111.804199158284717, 40.629403124165819 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cruz Corvi Youth Force Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.51824917, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 3647.12890625, "Shape__Len": 252.95102526299999, "ORIG_FID": 470 }, "geometry": { "type": "Point", "coordinates": [ -112.017242995724558, 40.62848284859048 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mill Hollow Park", "COUNTY": "SALT LAKE", "CITY": "Cottonwood Heights", "ACRES": 6.99997112, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 49263.4023438, "Shape__Len": 1249.12980513, "ORIG_FID": 471 }, "geometry": { "type": "Point", "coordinates": [ -111.812386371220313, 40.627045533273176 ] } }, -{ "type": "Feature", "properties": { "NAME": "Beargrass Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.41087437, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 2891.55078125, "Shape__Len": 222.18053565700001, "ORIG_FID": 472 }, "geometry": { "type": "Point", "coordinates": [ -112.012759752154693, 40.62915704800772 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dimple Dell Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 32.27500235, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 226743.589844, "Shape__Len": 2954.3294600200002, "ORIG_FID": 473 }, "geometry": { "type": "Point", "coordinates": [ -111.874625695175325, 40.569141422824977 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dimple Dell Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 73.9021751, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 519131.285156, "Shape__Len": 5890.36718956, "ORIG_FID": 474 }, "geometry": { "type": "Point", "coordinates": [ -111.858014824861257, 40.562990051337472 ] } }, -{ "type": "Feature", "properties": { "NAME": "Copperton Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 7.90030111, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 55489.0742188, "Shape__Len": 941.12952232199996, "ORIG_FID": 475 }, "geometry": { "type": "Point", "coordinates": [ -112.09821868280477, 40.563675269382983 ] } }, -{ "type": "Feature", "properties": { "NAME": "Flight Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 86.72165513, "TYPE": "Regional Park", "STATUS": "Existing", "Shape__Are": 607497.29296899994, "Shape__Len": 3443.5486246099999, "ORIG_FID": 476 }, "geometry": { "type": "Point", "coordinates": [ -111.896451181955214, 40.471547798718639 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan Narrows Park", "COUNTY": "SALT LAKE", "CITY": "Bluffdale", "ACRES": 58.28281612, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 407956.359375, "Shape__Len": 2966.1612658399999, "ORIG_FID": 477 }, "geometry": { "type": "Point", "coordinates": [ -111.92740809508615, 40.445483493367952 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan Narrows Park", "COUNTY": "SALT LAKE", "CITY": "Bluffdale", "ACRES": 31.83431483, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 222825.386719, "Shape__Len": 2155.1758250799999, "ORIG_FID": 478 }, "geometry": { "type": "Point", "coordinates": [ -111.919775124802882, 40.445075096321325 ] } }, -{ "type": "Feature", "properties": { "NAME": "Richmond Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.8077219, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 12770.5507813, "Shape__Len": 506.601610548, "ORIG_FID": 479 }, "geometry": { "type": "Point", "coordinates": [ -111.878078357358817, 40.755712933019446 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunnyside Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 51.49117245, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 332499.886719, "Shape__Len": 2674.02250684, "ORIG_FID": 480 }, "geometry": { "type": "Point", "coordinates": [ -111.841452700619044, 40.752119621111987 ] } }, -{ "type": "Feature", "properties": { "NAME": "Liberty Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 96.49244089, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 681463.0625, "Shape__Len": 3488.0340321200001, "ORIG_FID": 481 }, "geometry": { "type": "Point", "coordinates": [ -111.874072157046228, 40.745678674651508 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan Park And Peace Gardens", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 34.96018909, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 246908.847656, "Shape__Len": 2071.9979673399998, "ORIG_FID": 482 }, "geometry": { "type": "Point", "coordinates": [ -111.919373326881399, 40.747248342791657 ] } }, -{ "type": "Feature", "properties": { "NAME": "Herman Franks Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 9.3973513, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 66357.734375, "Shape__Len": 1039.2928824000001, "ORIG_FID": 483 }, "geometry": { "type": "Point", "coordinates": [ -111.869646552209488, 40.740772392419537 ] } }, -{ "type": "Feature", "properties": { "NAME": "Parleys Historic Nature Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 91.48630694000001, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 645444.55078100006, "Shape__Len": 3966.9111697500002, "ORIG_FID": 484 }, "geometry": { "type": "Point", "coordinates": [ -111.807825463269467, 40.710690438423327 ] } }, -{ "type": "Feature", "properties": { "NAME": "Granger Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 5.91462299, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 41707.4101563, "Shape__Len": 875.81727425500003, "ORIG_FID": 485 }, "geometry": { "type": "Point", "coordinates": [ -111.978306516906514, 40.69569641304404 ] } }, -{ "type": "Feature", "properties": { "NAME": "Murray City Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 92.11514914, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 648871.16796899994, "Shape__Len": 5006.7204199300004, "ORIG_FID": 486 }, "geometry": { "type": "Point", "coordinates": [ -111.882422870089471, 40.659086471435941 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wheeler Historic Farm", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 74.77836074, "TYPE": "Regional Park", "STATUS": "Complete", "Shape__Are": 526374.898438, "Shape__Len": 3250.6684390400001, "ORIG_FID": 487 }, "geometry": { "type": "Point", "coordinates": [ -111.862550550067965, 40.635012126000909 ] } }, -{ "type": "Feature", "properties": { "NAME": "Midvale City Park", "COUNTY": "SALT LAKE", "CITY": "Midvale", "ACRES": 14.16925195, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 99674.1796875, "Shape__Len": 1570.40866155, "ORIG_FID": 488 }, "geometry": { "type": "Point", "coordinates": [ -111.901736618634899, 40.61351367121992 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Jordan City Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 10.64802357, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 74824.8359375, "Shape__Len": 1145.11005099, "ORIG_FID": 489 }, "geometry": { "type": "Point", "coordinates": [ -111.951632752793458, 40.578420827347365 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dewey Bluth Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 26.1172805, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 183482.792969, "Shape__Len": 2696.2868479700001, "ORIG_FID": 490 }, "geometry": { "type": "Point", "coordinates": [ -111.883101300116039, 40.569132984211492 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cresent Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 7.61867653, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 53494.53125, "Shape__Len": 938.59934814899998, "ORIG_FID": 491 }, "geometry": { "type": "Point", "coordinates": [ -111.883058019201911, 40.55081667524729 ] } }, -{ "type": "Feature", "properties": { "NAME": "Storm Mountain Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 7.36061681, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 51671.5546875, "Shape__Len": 981.85369429599996, "ORIG_FID": 492 }, "geometry": { "type": "Point", "coordinates": [ -111.864350727518641, 40.543530971402298 ] } }, -{ "type": "Feature", "properties": { "NAME": "Draper Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 18.57849976, "TYPE": "Community Park", "STATUS": "Existing", "Shape__Are": 130345.695313, "Shape__Len": 1497.1584248700001, "ORIG_FID": 493 }, "geometry": { "type": "Point", "coordinates": [ -111.855367029690868, 40.523694654721432 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverton City Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 35.05263693, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 245895.769531, "Shape__Len": 2069.9530639599998, "ORIG_FID": 494 }, "geometry": { "type": "Point", "coordinates": [ -111.932120627556543, 40.520157495729556 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rosewater Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 4.99001266, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 34990.3125, "Shape__Len": 759.98116537800001, "ORIG_FID": 495 }, "geometry": { "type": "Point", "coordinates": [ -112.021400857587608, 40.506947197819372 ] } }, -{ "type": "Feature", "properties": { "NAME": "Western Springs Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 40.62958681, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 285012.6875, "Shape__Len": 2534.5362643100002, "ORIG_FID": 496 }, "geometry": { "type": "Point", "coordinates": [ -112.003340322289731, 40.520409875264463 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverton Green", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 7.49005516, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 52519.3359375, "Shape__Len": 1373.5452889799999, "ORIG_FID": 497 }, "geometry": { "type": "Point", "coordinates": [ -112.011298476748294, 40.50578704063399 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverton Green", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 7.66455062, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 53738.5585938, "Shape__Len": 2474.13874631, "ORIG_FID": 498 }, "geometry": { "type": "Point", "coordinates": [ -112.019049147307939, 40.501812749831025 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadowlark Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.53617619, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 10771.4453125, "Shape__Len": 445.00498175600001, "ORIG_FID": 499 }, "geometry": { "type": "Point", "coordinates": [ -111.857187861752891, 40.504012217570882 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan River Parkway", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 863.03582901000004, "TYPE": "Regional Park", "STATUS": "Existing", "Shape__Are": 7072403.3867199998, "Shape__Len": 31864.641160399999, "ORIG_FID": 500 }, "geometry": { "type": "Point", "coordinates": [ -111.910931715542503, 40.509510336975325 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Mountain Amphitheater", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 6.94814262, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 48703.5625, "Shape__Len": 944.75201312499996, "ORIG_FID": 501 }, "geometry": { "type": "Point", "coordinates": [ -111.862457062666778, 40.49307921807597 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lynn Ballard Ball Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 5.15526941, "TYPE": "Community Park", "STATUS": "Existing", "Shape__Are": 36149.9101563, "Shape__Len": 823.88815679799995, "ORIG_FID": 502 }, "geometry": { "type": "Point", "coordinates": [ -111.848615020448804, 40.505752289504187 ] } }, -{ "type": "Feature", "properties": { "NAME": "Andy Ballard Equestrial Center", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 17.10301628, "TYPE": "Community Park", "STATUS": "Existing", "Shape__Are": 119933.136719, "Shape__Len": 1624.08910279, "ORIG_FID": 503 }, "geometry": { "type": "Point", "coordinates": [ -111.846498151034126, 40.506682941792342 ] } }, -{ "type": "Feature", "properties": { "NAME": "Smith Fields Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 7.65825194, "TYPE": "Community Park", "STATUS": "Existing", "Shape__Are": 53705.1757813, "Shape__Len": 1092.4445808299999, "ORIG_FID": 504 }, "geometry": { "type": "Point", "coordinates": [ -111.883836684410056, 40.508516412002763 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunrise Station Public Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 1.28088816, "TYPE": "Neighborhood Park", "STATUS": "Existing", "Shape__Are": 8990.140625, "Shape__Len": 379.564053441, "ORIG_FID": 505 }, "geometry": { "type": "Point", "coordinates": [ -111.903071228039863, 40.537349039025202 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fort Union Park", "COUNTY": "SALT LAKE", "CITY": "Midvale", "ACRES": 0.60108355, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 4229.37890625, "Shape__Len": 351.65928659899998, "ORIG_FID": 506 }, "geometry": { "type": "Point", "coordinates": [ -111.859364677939368, 40.621326463306957 ] } }, -{ "type": "Feature", "properties": { "NAME": "Anzack Park", "COUNTY": "SALT LAKE", "CITY": "Cottonwood Heights", "ACRES": 6.63497791, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 46682.8320313, "Shape__Len": 1019.78521397, "ORIG_FID": 507 }, "geometry": { "type": "Point", "coordinates": [ -111.838970922775417, 40.619188583060961 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bywater Park", "COUNTY": "SALT LAKE", "CITY": "Cottonwood Heights", "ACRES": 8.96259368, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 63059.2070313, "Shape__Len": 1255.9204277900001, "ORIG_FID": 508 }, "geometry": { "type": "Point", "coordinates": [ -111.804993428432951, 40.618636354760675 ] } }, -{ "type": "Feature", "properties": { "NAME": "Center Street Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 0.87529154, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 6152.87109375, "Shape__Len": 313.97878981100001, "ORIG_FID": 509 }, "geometry": { "type": "Point", "coordinates": [ -111.886442522156429, 40.589195076962561 ] } }, -{ "type": "Feature", "properties": { "NAME": "Quall Hollow Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 58.61949645, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 412023.078125, "Shape__Len": 3246.53518631, "ORIG_FID": 510 }, "geometry": { "type": "Point", "coordinates": [ -111.806759071916375, 40.584625984036116 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lone Peak Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 28.86400276, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 202766.515625, "Shape__Len": 1779.1772693600001, "ORIG_FID": 511 }, "geometry": { "type": "Point", "coordinates": [ -111.874524823533562, 40.566917722275335 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pond Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 4.81813628, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 33821.2460938, "Shape__Len": 745.77853180700004, "ORIG_FID": 512 }, "geometry": { "type": "Point", "coordinates": [ -111.869491342808644, 40.541318144462004 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dixie Valley Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 3.76751475, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 26518.2890625, "Shape__Len": 707.54149757499999, "ORIG_FID": 513 }, "geometry": { "type": "Point", "coordinates": [ -111.977390071880805, 40.634068438736648 ] } }, -{ "type": "Feature", "properties": { "NAME": "Colonial Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 2.81501516, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 19809.5, "Shape__Len": 892.58207576300003, "ORIG_FID": 514 }, "geometry": { "type": "Point", "coordinates": [ -111.945763046153814, 40.626136337576881 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mcheather Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.58124906, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 11127.40625, "Shape__Len": 527.23055091599997, "ORIG_FID": 515 }, "geometry": { "type": "Point", "coordinates": [ -111.932050210687436, 40.626039876610463 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Jordan Bicentennial Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.57327263, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 11070.75, "Shape__Len": 425.24860595299998, "ORIG_FID": 516 }, "geometry": { "type": "Point", "coordinates": [ -111.941834227609746, 40.62456545820433 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shadow Mtn. South Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 6.41358674, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 45119.6601563, "Shape__Len": 1851.7810163500001, "ORIG_FID": 517 }, "geometry": { "type": "Point", "coordinates": [ -112.010905218122289, 40.616889185633418 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park Village", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 4.82129124, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 33914.1210938, "Shape__Len": 760.953569797, "ORIG_FID": 518 }, "geometry": { "type": "Point", "coordinates": [ -112.00651195833197, 40.613217589023542 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodcove Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.86801602, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 6104.94921875, "Shape__Len": 319.49456254799998, "ORIG_FID": 519 }, "geometry": { "type": "Point", "coordinates": [ -111.960364818754257, 40.607839762166861 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodcove Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.9972012, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 14046.578125, "Shape__Len": 516.34172514600004, "ORIG_FID": 520 }, "geometry": { "type": "Point", "coordinates": [ -111.962005567696508, 40.607373670219182 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stone Creek Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 6.23737333, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 43865.9570313, "Shape__Len": 979.34856226199997, "ORIG_FID": 521 }, "geometry": { "type": "Point", "coordinates": [ -112.006254162666394, 40.606152725269226 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodcove Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 3.10919517, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 21866.703125, "Shape__Len": 646.42578288799996, "ORIG_FID": 522 }, "geometry": { "type": "Point", "coordinates": [ -111.960741592511383, 40.606312055262627 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodcove Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.34663582, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 9470.76953125, "Shape__Len": 397.89779234600002, "ORIG_FID": 523 }, "geometry": { "type": "Point", "coordinates": [ -111.958303186746534, 40.606331499520969 ] } }, -{ "type": "Feature", "properties": { "NAME": "Barney Creek Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 20.63726553, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 145129.238281, "Shape__Len": 3136.8694985699999, "ORIG_FID": 524 }, "geometry": { "type": "Point", "coordinates": [ -112.014363431255063, 40.603823705818002 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oaks Park 1", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 3.07259596, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 23031.09375, "Shape__Len": 729.24014852699997, "ORIG_FID": 525 }, "geometry": { "type": "Point", "coordinates": [ -112.036922113214729, 40.601850308900964 ] } }, -{ "type": "Feature", "properties": { "NAME": "Plum Creek Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 3.74373267, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 26324.1328125, "Shape__Len": 733.36450836799997, "ORIG_FID": 526 }, "geometry": { "type": "Point", "coordinates": [ -111.934265138021118, 40.599381832455371 ] } }, -{ "type": "Feature", "properties": { "NAME": "Green Meadow Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.58955087, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 11176.3984375, "Shape__Len": 435.0421947, "ORIG_FID": 527 }, "geometry": { "type": "Point", "coordinates": [ -111.961804106498292, 40.597977079448398 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fairway Estates Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 0.35342639, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 2484.953125, "Shape__Len": 333.454398486, "ORIG_FID": 528 }, "geometry": { "type": "Point", "coordinates": [ -111.951069262879685, 40.597296062825706 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dorilee Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 2.93118927, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 20607.53125, "Shape__Len": 604.30275044699999, "ORIG_FID": 529 }, "geometry": { "type": "Point", "coordinates": [ -111.997185250026547, 40.594875384645896 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ron Wood Memorial Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 96.46634991000001, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 810718.94921899994, "Shape__Len": 3786.36598435, "ORIG_FID": 530 }, "geometry": { "type": "Point", "coordinates": [ -112.034327851501516, 40.591659880527196 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pebblecreek Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 2.42869675, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 17071.5390625, "Shape__Len": 581.82686846800004, "ORIG_FID": 531 }, "geometry": { "type": "Point", "coordinates": [ -112.008237814319159, 40.588525260945829 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vista West Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 2.5693002, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 18058.7890625, "Shape__Len": 805.40747357500004, "ORIG_FID": 532 }, "geometry": { "type": "Point", "coordinates": [ -111.978003114466375, 40.586385295695464 ] } }, -{ "type": "Feature", "properties": { "NAME": "Teton Estates Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 9.22554476, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 64835.4882813, "Shape__Len": 1453.34467159, "ORIG_FID": 533 }, "geometry": { "type": "Point", "coordinates": [ -111.98830669157266, 40.582265055268699 ] } }, -{ "type": "Feature", "properties": { "NAME": "Brigadoon Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 2.37439109, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 16686.8945313, "Shape__Len": 506.14593411599998, "ORIG_FID": 534 }, "geometry": { "type": "Point", "coordinates": [ -111.932178388243813, 40.581835080904412 ] } }, -{ "type": "Feature", "properties": { "NAME": "Teton Estates Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan City", "ACRES": 1.43077665, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 10054.8632813, "Shape__Len": 534.02078498499998, "ORIG_FID": 535 }, "geometry": { "type": "Point", "coordinates": [ -111.990724763072024, 40.580971364991306 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hidden Valley Park & Southeast Water Tanks", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 4.23990567, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 29760.2460938, "Shape__Len": 896.10368824199998, "ORIG_FID": 536 }, "geometry": { "type": "Point", "coordinates": [ -111.818528932769212, 40.538450480768432 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lions Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 6.58431647, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 43927.6914063, "Shape__Len": 873.23026378600002, "ORIG_FID": 537 }, "geometry": { "type": "Point", "coordinates": [ -112.096325433217046, 38.773349810400624 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 4.56735404, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30471.2578125, "Shape__Len": 698.30275020700003, "ORIG_FID": 538 }, "geometry": { "type": "Point", "coordinates": [ -112.083784122767128, 38.773027699146859 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 5.14259212, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34318.640625, "Shape__Len": 1011.28587927, "ORIG_FID": 539 }, "geometry": { "type": "Point", "coordinates": [ -112.08563645715077, 38.783394571469202 ] } }, -{ "type": "Feature", "properties": { "NAME": "Grantsville Fort Historic Marker", "COUNTY": "TOOELE", "CITY": "Grantsville", "ACRES": 0.0124192, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 87.30859375, "Shape__Len": 41.465053397299997, "ORIG_FID": 540 }, "geometry": { "type": "Point", "coordinates": [ -112.473456416217871, 40.601699937737507 ] } }, -{ "type": "Feature", "properties": { "NAME": "Plat C Park", "COUNTY": "TOOELE", "CITY": "Tooele", "ACRES": 14.04895651, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 98592.2265625, "Shape__Len": 1389.9384816100001, "ORIG_FID": 541 }, "geometry": { "type": "Point", "coordinates": [ -112.285767868916651, 40.537687827057901 ] } }, -{ "type": "Feature", "properties": { "NAME": "Liberty Park", "COUNTY": "TOOELE", "CITY": "Tooele", "ACRES": 0.8651515, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6070.00390625, "Shape__Len": 314.67547897999998, "ORIG_FID": 542 }, "geometry": { "type": "Point", "coordinates": [ -112.299096961804665, 40.530277958479637 ] } }, -{ "type": "Feature", "properties": { "NAME": "Helper City River Parkway", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 0.06050509, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 414.39453125, "Shape__Len": 72.279374149600002, "ORIG_FID": 543 }, "geometry": { "type": "Point", "coordinates": [ -110.861903271016956, 39.693833500110379 ] } }, -{ "type": "Feature", "properties": { "NAME": "Helper City River Parkway", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 0.33603537, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2301.2421875, "Shape__Len": 222.89563798500001, "ORIG_FID": 544 }, "geometry": { "type": "Point", "coordinates": [ -110.855861287673051, 39.689781954867897 ] } }, -{ "type": "Feature", "properties": { "NAME": "Helper City River Parkway", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 0.01577468, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 108.02734375, "Shape__Len": 41.958706242700003, "ORIG_FID": 545 }, "geometry": { "type": "Point", "coordinates": [ -110.855695317566756, 39.688419593441395 ] } }, -{ "type": "Feature", "properties": { "NAME": "Helper City River Parkway", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 0.20722062, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1418.9453125, "Shape__Len": 187.591223622, "ORIG_FID": 546 }, "geometry": { "type": "Point", "coordinates": [ -110.855607097674195, 39.686419279916599 ] } }, -{ "type": "Feature", "properties": { "NAME": "Price Canyon Recreation Area", "COUNTY": "CARBON", "CITY": "Carbon County", "ACRES": 33.25120272, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 228172.996094, "Shape__Len": 2002.8067871600001, "ORIG_FID": 547 }, "geometry": { "type": "Point", "coordinates": [ -110.917203741348416, 39.760129290516936 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sally Mauro Elementary School", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 8.64568523, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 59207.0742188, "Shape__Len": 1055.71594774, "ORIG_FID": 548 }, "geometry": { "type": "Point", "coordinates": [ -110.865078749051222, 39.689653987655582 ] } }, -{ "type": "Feature", "properties": { "NAME": "Western Mining And Railroad Museum Mine Equipment", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 1.09577283, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7502.5859375, "Shape__Len": 367.20265909599999, "ORIG_FID": 549 }, "geometry": { "type": "Point", "coordinates": [ -110.856192373437338, 39.682904635622172 ] } }, -{ "type": "Feature", "properties": { "NAME": "Locust Street Park", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 0.75775629, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5188.0625, "Shape__Len": 287.67955003899999, "ORIG_FID": 550 }, "geometry": { "type": "Point", "coordinates": [ -110.85602418276298, 39.681751096199299 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cove Basin Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 8.64439307, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 59079.8789063, "Shape__Len": 982.85293715299997, "ORIG_FID": 551 }, "geometry": { "type": "Point", "coordinates": [ -110.804454682023859, 39.620118897308458 ] } }, -{ "type": "Feature", "properties": { "NAME": "Peace Gardens", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 0.85486336, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5839.15625, "Shape__Len": 318.12677378500001, "ORIG_FID": 552 }, "geometry": { "type": "Point", "coordinates": [ -110.80856742410802, 39.5998753096843 ] } }, -{ "type": "Feature", "properties": { "NAME": "Creekview Elementary School", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 8.04499526, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 54940.3945313, "Shape__Len": 957.35015567799996, "ORIG_FID": 553 }, "geometry": { "type": "Point", "coordinates": [ -110.818977318182405, 39.592891248716128 ] } }, -{ "type": "Feature", "properties": { "NAME": "College Of Eastern Utah", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 1.89764381, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12964.5859375, "Shape__Len": 464.36943310700002, "ORIG_FID": 554 }, "geometry": { "type": "Point", "coordinates": [ -110.803371245576955, 39.607123268406013 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castle Heights Elementary School", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 8.01002693, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 54732.2929688, "Shape__Len": 961.69400025499999, "ORIG_FID": 555 }, "geometry": { "type": "Point", "coordinates": [ -110.784116587286917, 39.612410802086302 ] } }, -{ "type": "Feature", "properties": { "NAME": "Carbon County Sports Complex", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 33.40441075, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 228138.117188, "Shape__Len": 2361.8675529500001, "ORIG_FID": 556 }, "geometry": { "type": "Point", "coordinates": [ -110.832255821675929, 39.59498780599538 ] } }, -{ "type": "Feature", "properties": { "NAME": "Carbon County Fairgrounds", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 238.57590075, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1629213.87891, "Shape__Len": 5746.88651261, "ORIG_FID": 557 }, "geometry": { "type": "Point", "coordinates": [ -110.839412583627094, 39.591590773483397 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pee Wee Field", "COUNTY": "CARBON", "CITY": "Wellington", "ACRES": 0.8275053, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5643.171875, "Shape__Len": 301.51891614499999, "ORIG_FID": 558 }, "geometry": { "type": "Point", "coordinates": [ -110.738086530812168, 39.543648771875993 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wellington City Park", "COUNTY": "CARBON", "CITY": "Wellington", "ACRES": 3.87476911, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26422.4570313, "Shape__Len": 665.88742050400003, "ORIG_FID": 559 }, "geometry": { "type": "Point", "coordinates": [ -110.73326366898803, 39.541641674124094 ] } }, -{ "type": "Feature", "properties": { "NAME": "Columbia Park", "COUNTY": "CARBON", "CITY": "East Carbon", "ACRES": 1.40494094, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9573.234375, "Shape__Len": 393.94550363500002, "ORIG_FID": 560 }, "geometry": { "type": "Point", "coordinates": [ -110.382214846809973, 39.517282793570629 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kenilworth Park", "COUNTY": "CARBON", "CITY": "Carbon County", "ACRES": 0.23684131, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1621.84765625, "Shape__Len": 164.37586672899999, "ORIG_FID": 561 }, "geometry": { "type": "Point", "coordinates": [ -110.80575868361764, 39.688212106501716 ] } }, -{ "type": "Feature", "properties": { "NAME": "Grassy Trail Reservoir", "COUNTY": "CARBON", "CITY": "Carbon County", "ACRES": 42.62159096, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 291311.082031, "Shape__Len": 3374.2212089, "ORIG_FID": 562 }, "geometry": { "type": "Point", "coordinates": [ -110.395830586947611, 39.623918798393845 ] } }, -{ "type": "Feature", "properties": { "NAME": "Nine Mile Park", "COUNTY": "CARBON", "CITY": "Carbon County", "ACRES": 10.0467531, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 68989.7109375, "Shape__Len": 1055.8485296, "ORIG_FID": 563 }, "geometry": { "type": "Point", "coordinates": [ -110.411316541689757, 39.786459714851468 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spring Glen Community Center", "COUNTY": "CARBON", "CITY": "Carbon County", "ACRES": 4.24781013, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29066.1328125, "Shape__Len": 682.024888799, "ORIG_FID": 564 }, "geometry": { "type": "Point", "coordinates": [ -110.852719759902982, 39.661482925958701 ] } }, -{ "type": "Feature", "properties": { "NAME": "Atwood Baseball Complex", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 31.37681356, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 214428.339844, "Shape__Len": 2155.2662211500001, "ORIG_FID": 565 }, "geometry": { "type": "Point", "coordinates": [ -110.793537103973534, 39.617263974385097 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castle Valley Center", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 9.10090692, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 62185.9726563, "Shape__Len": 1465.9462502700001, "ORIG_FID": 566 }, "geometry": { "type": "Point", "coordinates": [ -110.794067634101367, 39.612309236690763 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heritage Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 2.62508665, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17931.0703125, "Shape__Len": 649.68968005700003, "ORIG_FID": 567 }, "geometry": { "type": "Point", "coordinates": [ -110.816309066082098, 39.600596219672241 ] } }, -{ "type": "Feature", "properties": { "NAME": "Highland Park", "COUNTY": "TOOELE", "CITY": "Tooele", "ACRES": 8.30893578, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 58295.5742188, "Shape__Len": 1153.1991690899999, "ORIG_FID": 568 }, "geometry": { "type": "Point", "coordinates": [ -112.293057510362345, 40.52969382789005 ] } }, -{ "type": "Feature", "properties": { "NAME": "Simpson Springs Campground", "COUNTY": "TOOELE", "CITY": "Tooele County", "ACRES": 4.67914367, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32347.0039063, "Shape__Len": 706.79595051800004, "ORIG_FID": 569 }, "geometry": { "type": "Point", "coordinates": [ -112.787775099135843, 40.035400718570294 ] } }, -{ "type": "Feature", "properties": { "NAME": "Margaret Wines Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 3.4879801, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24378.1445313, "Shape__Len": 625.92265734099999, "ORIG_FID": 570 }, "geometry": { "type": "Point", "coordinates": [ -111.848557891518723, 40.394317935783299 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sommerset Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 2.91943433, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20398.1132813, "Shape__Len": 569.26057985399996, "ORIG_FID": 571 }, "geometry": { "type": "Point", "coordinates": [ -111.876028167732514, 40.383997193235437 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sommerset Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.9211472, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13424.125, "Shape__Len": 558.99169724900003, "ORIG_FID": 572 }, "geometry": { "type": "Point", "coordinates": [ -111.874130622803293, 40.386773761536197 ] } }, -{ "type": "Feature", "properties": { "NAME": "Saddleridge Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 4.33750405, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30291.671875, "Shape__Len": 686.89903460400001, "ORIG_FID": 573 }, "geometry": { "type": "Point", "coordinates": [ -111.855659963638544, 40.36755907619095 ] } }, -{ "type": "Feature", "properties": { "NAME": "Allred Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 4.9589493, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34658.421875, "Shape__Len": 796.8496107, "ORIG_FID": 574 }, "geometry": { "type": "Point", "coordinates": [ -111.861507198734813, 40.393867699366638 ] } }, -{ "type": "Feature", "properties": { "NAME": "Olympic Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 14.97225834, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 104689.230469, "Shape__Len": 1531.32955956, "ORIG_FID": 575 }, "geometry": { "type": "Point", "coordinates": [ -111.893305659053908, 40.40948805011071 ] } }, -{ "type": "Feature", "properties": { "NAME": "Green Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 3.77807008, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26416.5546875, "Shape__Len": 661.58791456999995, "ORIG_FID": 576 }, "geometry": { "type": "Point", "coordinates": [ -111.878835030559955, 40.408655753568802 ] } }, -{ "type": "Feature", "properties": { "NAME": "Summercrest Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 2.76094879, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19306.9335938, "Shape__Len": 639.44306754499996, "ORIG_FID": 577 }, "geometry": { "type": "Point", "coordinates": [ -111.832653733329366, 40.411970592518884 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pointe Meadow Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 5.22176039, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 36517.2382813, "Shape__Len": 1612.07344571, "ORIG_FID": 578 }, "geometry": { "type": "Point", "coordinates": [ -111.882009260210907, 40.413656947231239 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pheasant Pointe North Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.17083317, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8191.015625, "Shape__Len": 546.57669633900002, "ORIG_FID": 579 }, "geometry": { "type": "Point", "coordinates": [ -111.871196995380785, 40.426949073074454 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shadow Ridge Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.3585368, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9508.953125, "Shape__Len": 689.30939381300004, "ORIG_FID": 580 }, "geometry": { "type": "Point", "coordinates": [ -111.896048559030717, 40.444331157244491 ] } }, -{ "type": "Feature", "properties": { "NAME": "LDS Church Recreation Area", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 4.95955094, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34692.5507813, "Shape__Len": 755.60297677899996, "ORIG_FID": 581 }, "geometry": { "type": "Point", "coordinates": [ -111.84737271038756, 40.423061691630885 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dry Creek Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 12.85695777, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 89890.875, "Shape__Len": 2993.6670796499998, "ORIG_FID": 582 }, "geometry": { "type": "Point", "coordinates": [ -111.850907210103287, 40.407605249736413 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rodeo Grounds", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 5.2227881, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 36498.1796875, "Shape__Len": 929.26909608899996, "ORIG_FID": 583 }, "geometry": { "type": "Point", "coordinates": [ -111.856488760612834, 40.389858711042798 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willow Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 57.27204142, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 400253.695313, "Shape__Len": 3546.2174438400002, "ORIG_FID": 584 }, "geometry": { "type": "Point", "coordinates": [ -111.900097305805232, 40.392500500795158 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Recreation Facility", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 3.40829132, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23815.75, "Shape__Len": 753.96453541899996, "ORIG_FID": 585 }, "geometry": { "type": "Point", "coordinates": [ -111.841998961072292, 40.386478443327981 ] } }, -{ "type": "Feature", "properties": { "NAME": "Parkview Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 4.45120848, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31089.2539063, "Shape__Len": 874.03174688599995, "ORIG_FID": 586 }, "geometry": { "type": "Point", "coordinates": [ -111.853533763670185, 40.371682958824195 ] } }, -{ "type": "Feature", "properties": { "NAME": "Northlake Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 28.55539452, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 199392.089844, "Shape__Len": 2637.1362123700001, "ORIG_FID": 587 }, "geometry": { "type": "Point", "coordinates": [ -111.857214041464175, 40.362952638984765 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spring Creek Ranch", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 7.21580145, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 50393.5078125, "Shape__Len": 4790.8893042099999, "ORIG_FID": 588 }, "geometry": { "type": "Point", "coordinates": [ -111.837134413817026, 40.36551005908111 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eagle Gate Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 8.19901065, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 57398.78125, "Shape__Len": 1419.1808426499999, "ORIG_FID": 589 }, "geometry": { "type": "Point", "coordinates": [ -111.891883275912647, 40.450656613126682 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willow Haven Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 4.16348671, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29097.5234375, "Shape__Len": 1334.3772455799999, "ORIG_FID": 590 }, "geometry": { "type": "Point", "coordinates": [ -111.888300264994314, 40.392508281021144 ] } }, -{ "type": "Feature", "properties": { "NAME": "Northridge Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 4.99903498, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34873.0820313, "Shape__Len": 773.97375324699999, "ORIG_FID": 591 }, "geometry": { "type": "Point", "coordinates": [ -111.692233022828475, 40.328557031705806 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sharon Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 5.52645276, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 38528.3828125, "Shape__Len": 823.90300978400001, "ORIG_FID": 592 }, "geometry": { "type": "Point", "coordinates": [ -111.689260593266496, 40.307367355147484 ] } }, -{ "type": "Feature", "properties": { "NAME": "Community Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 31.17447505, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 217239.007813, "Shape__Len": 2374.1224366400002, "ORIG_FID": 593 }, "geometry": { "type": "Point", "coordinates": [ -111.710386676525459, 40.292205014460087 ] } }, -{ "type": "Feature", "properties": { "NAME": "Southwest Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 3.15034064, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21938.3125, "Shape__Len": 691.0291252, "ORIG_FID": 594 }, "geometry": { "type": "Point", "coordinates": [ -111.703948123144826, 40.269198743675567 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cherryhill Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 6.65035848, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46306.5507813, "Shape__Len": 895.89623100599999, "ORIG_FID": 595 }, "geometry": { "type": "Point", "coordinates": [ -111.689388241803798, 40.265254493704703 ] } }, -{ "type": "Feature", "properties": { "NAME": "Scera Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 23.0834816, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 160828.914063, "Shape__Len": 1940.16597271, "ORIG_FID": 596 }, "geometry": { "type": "Point", "coordinates": [ -111.687699905559072, 40.286131575827611 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 21.92391028, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 152804.148438, "Shape__Len": 1823.7874194599999, "ORIG_FID": 597 }, "geometry": { "type": "Point", "coordinates": [ -111.689221974403338, 40.298035316476621 ] } }, -{ "type": "Feature", "properties": { "NAME": "IHC Soccer Fields", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 6.64468541, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46317.8203125, "Shape__Len": 1087.4594432900001, "ORIG_FID": 598 }, "geometry": { "type": "Point", "coordinates": [ -111.709982696401141, 40.302804511161099 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orchard Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 16.17578039, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 112803.640625, "Shape__Len": 1681.9392818900001, "ORIG_FID": 599 }, "geometry": { "type": "Point", "coordinates": [ -111.679404726755394, 40.316934361900536 ] } }, -{ "type": "Feature", "properties": { "NAME": "Memorial Square", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.07491635, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 519.3203125, "Shape__Len": 92.074036769599999, "ORIG_FID": 600 }, "geometry": { "type": "Point", "coordinates": [ -111.654413547638057, 40.112619139832923 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 14.6926325, "TYPE": "Park", "STATUS": "Future", "Shape__Are": 101884.023438, "Shape__Len": 1463.6561343000001, "ORIG_FID": 601 }, "geometry": { "type": "Point", "coordinates": [ -111.646306810126887, 40.123931065362967 ] } }, -{ "type": "Feature", "properties": { "NAME": "Manilla Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 29.79709775, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 208178.601563, "Shape__Len": 2278.8102591699999, "ORIG_FID": 602 }, "geometry": { "type": "Point", "coordinates": [ -111.742528946572762, 40.380457111878528 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lions Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 1.59190483, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11115.8476563, "Shape__Len": 483.61621528299997, "ORIG_FID": 603 }, "geometry": { "type": "Point", "coordinates": [ -111.740186702018789, 40.361918812794535 ] } }, -{ "type": "Feature", "properties": { "NAME": "Battle Creek Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 17.99622711, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 125653.78125, "Shape__Len": 1697.73053239, "ORIG_FID": 604 }, "geometry": { "type": "Point", "coordinates": [ -111.723077502528611, 40.359316333913199 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heritage Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 1.07886606, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7493.953125, "Shape__Len": 342.39762040599999, "ORIG_FID": 605 }, "geometry": { "type": "Point", "coordinates": [ -111.61005687344587, 40.181817841027026 ] } }, -{ "type": "Feature", "properties": { "NAME": "Civic Center", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 3.9019479, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27090.8984375, "Shape__Len": 658.3737125, "ORIG_FID": 606 }, "geometry": { "type": "Point", "coordinates": [ -111.611604082046455, 40.165929947392911 ] } }, -{ "type": "Feature", "properties": { "NAME": "Child Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 3.09756724, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21504.4414063, "Shape__Len": 600.08432901699996, "ORIG_FID": 607 }, "geometry": { "type": "Point", "coordinates": [ -111.586083192036199, 40.163060592734261 ] } }, -{ "type": "Feature", "properties": { "NAME": "Nolan Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 11.17502079, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 78020.0117188, "Shape__Len": 1109.1477646200001, "ORIG_FID": 608 }, "geometry": { "type": "Point", "coordinates": [ -111.981709952156947, 40.35913014843451 ] } }, -{ "type": "Feature", "properties": { "NAME": "Neighborhood Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.06963701, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7467.79296875, "Shape__Len": 312.30011925500003, "ORIG_FID": 609 }, "geometry": { "type": "Point", "coordinates": [ -111.970174423640444, 40.358453703520361 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lambert Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 85.44169834, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 598658.335938, "Shape__Len": 3609.2557654699999, "ORIG_FID": 610 }, "geometry": { "type": "Point", "coordinates": [ -111.750807536218517, 40.477569066576685 ] } }, -{ "type": "Feature", "properties": { "NAME": "Indian Ford Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 2.83799231, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19860.9921875, "Shape__Len": 1279.2223044499999, "ORIG_FID": 611 }, "geometry": { "type": "Point", "coordinates": [ -111.914056566119186, 40.438104264593555 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kolob Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 3.86398788, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26821.609375, "Shape__Len": 716.25931791699998, "ORIG_FID": 612 }, "geometry": { "type": "Point", "coordinates": [ -111.59748739674113, 40.15855973420706 ] } }, -{ "type": "Feature", "properties": { "NAME": "Conover Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 0.58508248, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4060.53515625, "Shape__Len": 262.70361951400002, "ORIG_FID": 613 }, "geometry": { "type": "Point", "coordinates": [ -111.599712543176267, 40.151995267437748 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spring Acres Arts Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 33.09577093, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 229731.765625, "Shape__Len": 2439.4493440199999, "ORIG_FID": 614 }, "geometry": { "type": "Point", "coordinates": [ -111.589348163194089, 40.158433075275987 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kelvin Grove Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 5.31528014, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 36881.8476563, "Shape__Len": 847.52269815600005, "ORIG_FID": 615 }, "geometry": { "type": "Point", "coordinates": [ -111.63724690602487, 40.146098239440576 ] } }, -{ "type": "Feature", "properties": { "NAME": "Holdaway Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 3.58197348, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24872.9648438, "Shape__Len": 953.250720161, "ORIG_FID": 616 }, "geometry": { "type": "Point", "coordinates": [ -111.599662676957465, 40.170466282118582 ] } }, -{ "type": "Feature", "properties": { "NAME": "Big Hollow Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 3.49837977, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24269.7382813, "Shape__Len": 633.62614512000005, "ORIG_FID": 617 }, "geometry": { "type": "Point", "coordinates": [ -111.603709409989833, 40.138804716587877 ] } }, -{ "type": "Feature", "properties": { "NAME": "Veterens Memorial Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 6.08702397, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42501.140625, "Shape__Len": 1062.02917439, "ORIG_FID": 618 }, "geometry": { "type": "Point", "coordinates": [ -111.729019149012643, 40.359411835172672 ] } }, -{ "type": "Feature", "properties": { "NAME": "Highland Glen", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 75.64746109, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 529061.421875, "Shape__Len": 6004.87832738, "ORIG_FID": 619 }, "geometry": { "type": "Point", "coordinates": [ -111.780791612888024, 40.415925296405405 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heritage Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 6.44525431, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 45082.1640625, "Shape__Len": 848.83964024099998, "ORIG_FID": 620 }, "geometry": { "type": "Point", "coordinates": [ -111.788037259436834, 40.420142331906852 ] } }, -{ "type": "Feature", "properties": { "NAME": "Windsor Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 11.10613761, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 77459.2773438, "Shape__Len": 1124.0882132500001, "ORIG_FID": 621 }, "geometry": { "type": "Point", "coordinates": [ -111.699446790026485, 40.321308244834782 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lakeside Sports Complex", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 53.82678402, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 375084.273438, "Shape__Len": 2659.61677637, "ORIG_FID": 622 }, "geometry": { "type": "Point", "coordinates": [ -111.739206217494456, 40.291790533980922 ] } }, -{ "type": "Feature", "properties": { "NAME": "Westmore Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 4.06762855, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28333.078125, "Shape__Len": 775.06791376499996, "ORIG_FID": 623 }, "geometry": { "type": "Point", "coordinates": [ -111.697163175560291, 40.277523137820012 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hillcrest Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 1.77458911, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12359.0703125, "Shape__Len": 543.62730545600004, "ORIG_FID": 624 }, "geometry": { "type": "Point", "coordinates": [ -111.678282797908196, 40.272309443752057 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cascade Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 9.59292256, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 66863.9335938, "Shape__Len": 1060.47753631, "ORIG_FID": 625 }, "geometry": { "type": "Point", "coordinates": [ -111.673873306252062, 40.299861181282857 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 4.4916751, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31402.6875, "Shape__Len": 1512.80376976, "ORIG_FID": 626 }, "geometry": { "type": "Point", "coordinates": [ -111.92693695867068, 40.405394013352641 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 3.88212783, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27122.1328125, "Shape__Len": 868.78412361000005, "ORIG_FID": 627 }, "geometry": { "type": "Point", "coordinates": [ -111.996585260903828, 40.382464432929901 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 4.8311465, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33664.5039063, "Shape__Len": 2409.4676197799999, "ORIG_FID": 628 }, "geometry": { "type": "Point", "coordinates": [ -111.66213113239543, 40.289889982656703 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 2.50132284, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17469.96875, "Shape__Len": 558.23409812700004, "ORIG_FID": 629 }, "geometry": { "type": "Point", "coordinates": [ -112.004782458882048, 40.372304819477641 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 7.6832507, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 53674.046875, "Shape__Len": 2786.1431639399998, "ORIG_FID": 630 }, "geometry": { "type": "Point", "coordinates": [ -112.010801484569015, 40.379937523517761 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.51966981, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3630.140625, "Shape__Len": 288.09253725000002, "ORIG_FID": 631 }, "geometry": { "type": "Point", "coordinates": [ -111.962827299000807, 40.37748712922199 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.7237299, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12040.71875, "Shape__Len": 671.89431082, "ORIG_FID": 632 }, "geometry": { "type": "Point", "coordinates": [ -111.997192305856203, 40.376668210270431 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oxbow Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 4.80319158, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33416.8632813, "Shape__Len": 762.294058651, "ORIG_FID": 633 }, "geometry": { "type": "Point", "coordinates": [ -111.719083601532617, 40.237137045139498 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sertoma Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 9.83001381, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 68449.65625, "Shape__Len": 1087.7754651800001, "ORIG_FID": 634 }, "geometry": { "type": "Point", "coordinates": [ -111.652181000833835, 40.266526147214762 ] } }, -{ "type": "Feature", "properties": { "NAME": "Timp Kiwanis Bounous Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 10.7118875, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 74615.0195313, "Shape__Len": 1156.0292738099999, "ORIG_FID": 635 }, "geometry": { "type": "Point", "coordinates": [ -111.646032225206667, 40.277666365129747 ] } }, -{ "type": "Feature", "properties": { "NAME": "Carterville Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 4.78143467, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33294.0507813, "Shape__Len": 882.83638188099997, "ORIG_FID": 636 }, "geometry": { "type": "Point", "coordinates": [ -111.67260373804541, 40.265987297485431 ] } }, -{ "type": "Feature", "properties": { "NAME": "Provo Rotary Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 10.40503888, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 72428.0546875, "Shape__Len": 1104.9699526300001, "ORIG_FID": 637 }, "geometry": { "type": "Point", "coordinates": [ -111.686325112210611, 40.254703484669292 ] } }, -{ "type": "Feature", "properties": { "NAME": "Grandview Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 8.03225467, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 55912.3828125, "Shape__Len": 951.78052406500001, "ORIG_FID": 638 }, "geometry": { "type": "Point", "coordinates": [ -111.678316597894778, 40.255213836386346 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lions Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 13.55275052, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 94329.0820313, "Shape__Len": 1837.26400691, "ORIG_FID": 639 }, "geometry": { "type": "Point", "coordinates": [ -111.676468385203577, 40.251079072138658 ] } }, -{ "type": "Feature", "properties": { "NAME": "Exchange Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 10.21326223, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 71079.9960938, "Shape__Len": 1989.45777232, "ORIG_FID": 640 }, "geometry": { "type": "Point", "coordinates": [ -111.671094232593703, 40.247148788716871 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverside Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 6.72700748, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46809.2460938, "Shape__Len": 2491.78968351, "ORIG_FID": 641 }, "geometry": { "type": "Point", "coordinates": [ -111.680820506797545, 40.242532901757002 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.81404758, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5671.6484375, "Shape__Len": 315.77773464299997, "ORIG_FID": 642 }, "geometry": { "type": "Point", "coordinates": [ -111.880886390284687, 40.28771199448326 ] } }, -{ "type": "Feature", "properties": { "NAME": "LDS Church Recreational Area (private)", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 4.11748986, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28768.1835938, "Shape__Len": 679.61373536799999, "ORIG_FID": 643 }, "geometry": { "type": "Point", "coordinates": [ -111.858189034819574, 40.382932522850389 ] } }, -{ "type": "Feature", "properties": { "NAME": "Maple Hollow Park", "COUNTY": "UTAH", "CITY": "Draper", "ACRES": 0.55802169, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3907.67578125, "Shape__Len": 274.98194910799998, "ORIG_FID": 644 }, "geometry": { "type": "Point", "coordinates": [ -111.831872471830806, 40.459725241375203 ] } }, -{ "type": "Feature", "properties": { "NAME": "Community Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 47.91657972, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 332799.902344, "Shape__Len": 2518.6908743, "ORIG_FID": 645 }, "geometry": { "type": "Point", "coordinates": [ -111.631123237368058, 40.178434497825101 ] } }, -{ "type": "Feature", "properties": { "NAME": "Freedom Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 1.01015186, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7015.44921875, "Shape__Len": 360.750256138, "ORIG_FID": 646 }, "geometry": { "type": "Point", "coordinates": [ -111.615162071624312, 40.175932688821213 ] } }, -{ "type": "Feature", "properties": { "NAME": "Clyde Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 3.55314293, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24657.2539063, "Shape__Len": 665.62517855199997, "ORIG_FID": 647 }, "geometry": { "type": "Point", "coordinates": [ -111.587964067726716, 40.149189881167501 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 3.10517657, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21729.578125, "Shape__Len": 2624.8753348199998, "ORIG_FID": 648 }, "geometry": { "type": "Point", "coordinates": [ -111.905222961163744, 40.436934841488885 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 2.05837716, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14319.9023438, "Shape__Len": 617.95279597599995, "ORIG_FID": 649 }, "geometry": { "type": "Point", "coordinates": [ -111.689144747010104, 40.23523277743115 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fort Utah Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 14.63229982, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 101798.816406, "Shape__Len": 1426.57426166, "ORIG_FID": 650 }, "geometry": { "type": "Point", "coordinates": [ -111.693121740204631, 40.236439569262487 ] } }, -{ "type": "Feature", "properties": { "NAME": "Harbor Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 0.69901374, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4864.24609375, "Shape__Len": 425.076390468, "ORIG_FID": 651 }, "geometry": { "type": "Point", "coordinates": [ -111.702733441333265, 40.244804471135026 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunsetview Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 17.27582724, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 120161.390625, "Shape__Len": 1897.08527549, "ORIG_FID": 652 }, "geometry": { "type": "Point", "coordinates": [ -111.685910871739679, 40.22865960788814 ] } }, -{ "type": "Feature", "properties": { "NAME": "Footprinter's Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 20.79397721, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 144595.117188, "Shape__Len": 1937.1326433, "ORIG_FID": 653 }, "geometry": { "type": "Point", "coordinates": [ -111.680520462605358, 40.219567043600755 ] } }, -{ "type": "Feature", "properties": { "NAME": "Powerline Park #1", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 4.19774442, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29185.1640625, "Shape__Len": 760.04642257299997, "ORIG_FID": 654 }, "geometry": { "type": "Point", "coordinates": [ -111.66518962205943, 40.21403274095367 ] } }, -{ "type": "Feature", "properties": { "NAME": "Maeser Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 1.46085051, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10160.3476563, "Shape__Len": 469.352851085, "ORIG_FID": 655 }, "geometry": { "type": "Point", "coordinates": [ -111.65088439459231, 40.226013254147922 ] } }, -{ "type": "Feature", "properties": { "NAME": "Gamesfield Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 2.06608266, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14373.3242188, "Shape__Len": 509.464962345, "ORIG_FID": 656 }, "geometry": { "type": "Point", "coordinates": [ -111.726096679276154, 40.235126992072722 ] } }, -{ "type": "Feature", "properties": { "NAME": "Provost Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 4.754346, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33067.2539063, "Shape__Len": 908.94449103099998, "ORIG_FID": 657 }, "geometry": { "type": "Point", "coordinates": [ -111.64103256799153, 40.226392591309484 ] } }, -{ "type": "Feature", "properties": { "NAME": "Harmon Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 4.94764544, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34416.2734375, "Shape__Len": 764.69094700899996, "ORIG_FID": 658 }, "geometry": { "type": "Point", "coordinates": [ -111.643527990471938, 40.23096300646511 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 11.16048721, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 77657.0, "Shape__Len": 1120.51704002, "ORIG_FID": 659 }, "geometry": { "type": "Point", "coordinates": [ -111.666059985957261, 40.241458707215259 ] } }, -{ "type": "Feature", "properties": { "NAME": "Timp Ball Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 4.80711124, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33449.234375, "Shape__Len": 824.63366444600001, "ORIG_FID": 660 }, "geometry": { "type": "Point", "coordinates": [ -111.664116719942584, 40.241867590116151 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 4.3898338, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30537.7578125, "Shape__Len": 682.45185303100004, "ORIG_FID": 661 }, "geometry": { "type": "Point", "coordinates": [ -111.668413638070746, 40.233043149429996 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ron Last Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 9.22701269, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 64328.1484375, "Shape__Len": 1325.92883319, "ORIG_FID": 662 }, "geometry": { "type": "Point", "coordinates": [ -111.658013782845572, 40.307548261523792 ] } }, -{ "type": "Feature", "properties": { "NAME": "Peteetneet Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 7.67951967, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 53126.7148438, "Shape__Len": 927.29092194500004, "ORIG_FID": 663 }, "geometry": { "type": "Point", "coordinates": [ -111.724441671652073, 40.043481767274237 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 0.20589887, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1424.453125, "Shape__Len": 149.06012027700001, "ORIG_FID": 664 }, "geometry": { "type": "Point", "coordinates": [ -111.732577471669444, 40.044788840952286 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Square", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 0.95088273, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6578.109375, "Shape__Len": 325.173120391, "ORIG_FID": 665 }, "geometry": { "type": "Point", "coordinates": [ -111.739259126578162, 40.043262065773526 ] } }, -{ "type": "Feature", "properties": { "NAME": "Memorial Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 7.44208561, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51479.6523438, "Shape__Len": 944.99635063599999, "ORIG_FID": 666 }, "geometry": { "type": "Point", "coordinates": [ -111.730953980123743, 40.040481149077266 ] } }, -{ "type": "Feature", "properties": { "NAME": "Constitution Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 5.70517732, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 39457.3789063, "Shape__Len": 814.17505940499996, "ORIG_FID": 667 }, "geometry": { "type": "Point", "coordinates": [ -111.731499451271361, 40.034072098622971 ] } }, -{ "type": "Feature", "properties": { "NAME": "Walker War Monument", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 0.3552396, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2456.8125, "Shape__Len": 236.99292744600001, "ORIG_FID": 668 }, "geometry": { "type": "Point", "coordinates": [ -111.733860683956536, 40.033434973796467 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hillman Field", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 17.93112399, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 124006.902344, "Shape__Len": 1409.7190834600001, "ORIG_FID": 669 }, "geometry": { "type": "Point", "coordinates": [ -111.74734644624084, 40.032640943377416 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mcmullin Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 1.47986629, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10233.84375, "Shape__Len": 512.61251881700002, "ORIG_FID": 670 }, "geometry": { "type": "Point", "coordinates": [ -111.741811591967704, 40.030790913993272 ] } }, -{ "type": "Feature", "properties": { "NAME": "Payson Canyon Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 1.93430919, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13373.546875, "Shape__Len": 618.60546680899995, "ORIG_FID": 671 }, "geometry": { "type": "Point", "coordinates": [ -111.72078869634467, 40.022735133215313 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spring Lake Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 9.56873137, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 66123.0703125, "Shape__Len": 3184.6930598899999, "ORIG_FID": 672 }, "geometry": { "type": "Point", "coordinates": [ -111.744857089767123, 40.00446057965695 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Entrance Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.40160924, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9800.7109375, "Shape__Len": 479.30636293399999, "ORIG_FID": 673 }, "geometry": { "type": "Point", "coordinates": [ -111.866374393010773, 40.410392605155302 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.56217218, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10891.6992188, "Shape__Len": 419.51619785100002, "ORIG_FID": 674 }, "geometry": { "type": "Point", "coordinates": [ -112.016881984603259, 40.313245474593202 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 2.74717833, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19172.5117188, "Shape__Len": 1485.4693586799999, "ORIG_FID": 675 }, "geometry": { "type": "Point", "coordinates": [ -111.911853536368923, 40.345721792894629 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camp Floyd Stagecoach Inn State Park And Museum", "COUNTY": "UTAH", "CITY": "Fairfield", "ACRES": 1.54306101, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10741.6328125, "Shape__Len": 415.05600639199997, "ORIG_FID": 676 }, "geometry": { "type": "Point", "coordinates": [ -112.093309841304318, 40.261006777094032 ] } }, -{ "type": "Feature", "properties": { "NAME": "Daughters Of Utah Pioneers Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.24343899, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8691.8828125, "Shape__Len": 401.426323572, "ORIG_FID": 677 }, "geometry": { "type": "Point", "coordinates": [ -111.850400657313202, 40.3992571532253 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shalimar Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 0.83270332, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5818.91015625, "Shape__Len": 330.23732628499999, "ORIG_FID": 678 }, "geometry": { "type": "Point", "coordinates": [ -111.787755304406545, 40.387833873128436 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.8067884, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5623.515625, "Shape__Len": 354.63826932799998, "ORIG_FID": 679 }, "geometry": { "type": "Point", "coordinates": [ -112.003928818710961, 40.304214203840978 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wildlife Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 22.8885178, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 160016.769531, "Shape__Len": 1707.1797294200001, "ORIG_FID": 680 }, "geometry": { "type": "Point", "coordinates": [ -111.899938193767326, 40.404335592301187 ] } }, -{ "type": "Feature", "properties": { "NAME": "Abbie Court Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 3.37935165, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23411.2382813, "Shape__Len": 628.71599039099999, "ORIG_FID": 681 }, "geometry": { "type": "Point", "coordinates": [ -111.620628992830859, 40.090975862652556 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spanish Fork City Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 3.93140668, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27249.9023438, "Shape__Len": 660.34817416700002, "ORIG_FID": 682 }, "geometry": { "type": "Point", "coordinates": [ -111.653896626415403, 40.109115076866004 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon Glen Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 55.95472406, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 390359.707031, "Shape__Len": 3139.23403018, "ORIG_FID": 683 }, "geometry": { "type": "Point", "coordinates": [ -111.624279551825083, 40.329874240227824 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 6.61512784, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46245.5429688, "Shape__Len": 1315.6990891299999, "ORIG_FID": 684 }, "geometry": { "type": "Point", "coordinates": [ -111.929251592281673, 40.403437399286183 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shuler Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 6.92717815, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 47880.9414063, "Shape__Len": 1144.6337976699999, "ORIG_FID": 685 }, "geometry": { "type": "Point", "coordinates": [ -111.681595793611194, 40.013654692540506 ] } }, -{ "type": "Feature", "properties": { "NAME": "Geneva Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 3.62998948, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25302.6796875, "Shape__Len": 806.56553324399999, "ORIG_FID": 686 }, "geometry": { "type": "Point", "coordinates": [ -111.711564260784925, 40.301878196885319 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Fork Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 38.48221064, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 268611.402344, "Shape__Len": 2531.83536469, "ORIG_FID": 687 }, "geometry": { "type": "Point", "coordinates": [ -111.549976712238262, 40.347397144664313 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bird Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 12.8644071, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 89292.6953125, "Shape__Len": 1459.09588629, "ORIG_FID": 688 }, "geometry": { "type": "Point", "coordinates": [ -111.592230745231291, 40.156680457377156 ] } }, -{ "type": "Feature", "properties": { "NAME": "Nunns Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 8.75515248, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 61090.5390625, "Shape__Len": 1469.0012706499999, "ORIG_FID": 689 }, "geometry": { "type": "Point", "coordinates": [ -111.612439089889847, 40.336123235644429 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rock Canyon Trailhead Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 2.38028498, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16573.9648438, "Shape__Len": 677.56586509199997, "ORIG_FID": 690 }, "geometry": { "type": "Point", "coordinates": [ -111.630432229201475, 40.26445084626755 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rotary Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 11.48646802, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 79750.5820313, "Shape__Len": 1345.29866401, "ORIG_FID": 691 }, "geometry": { "type": "Point", "coordinates": [ -111.499437677047766, 40.16563240592879 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shannon Field\/wills Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 20.38828034, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 142355.152344, "Shape__Len": 1664.27472902, "ORIG_FID": 692 }, "geometry": { "type": "Point", "coordinates": [ -111.746460654006583, 40.359343009323233 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 5.070248, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35391.84375, "Shape__Len": 1122.13840633, "ORIG_FID": 693 }, "geometry": { "type": "Point", "coordinates": [ -111.966523542582735, 40.352404520154295 ] } }, -{ "type": "Feature", "properties": { "NAME": "Silver Creek Park (private)", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 3.80984341, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26630.8203125, "Shape__Len": 882.99445433400001, "ORIG_FID": 694 }, "geometry": { "type": "Point", "coordinates": [ -111.747389405676046, 40.39721316706342 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hobble Creek Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 4.94942457, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34346.0585938, "Shape__Len": 812.07241123999995, "ORIG_FID": 695 }, "geometry": { "type": "Point", "coordinates": [ -111.570553204581103, 40.148370494008766 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverview Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 13.00920762, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 90661.1757813, "Shape__Len": 1392.2330694299999, "ORIG_FID": 696 }, "geometry": { "type": "Point", "coordinates": [ -111.664712947837828, 40.294328140608073 ] } }, -{ "type": "Feature", "properties": { "NAME": "Parkside Estates Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 1.72837095, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11973.75, "Shape__Len": 439.27965131500002, "ORIG_FID": 697 }, "geometry": { "type": "Point", "coordinates": [ -111.634100669052671, 40.091388705636561 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.3644263, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2544.1875, "Shape__Len": 217.15860907300001, "ORIG_FID": 698 }, "geometry": { "type": "Point", "coordinates": [ -111.975532602496841, 40.357573324189424 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 4.19110666, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29261.5039063, "Shape__Len": 1299.2693488800001, "ORIG_FID": 699 }, "geometry": { "type": "Point", "coordinates": [ -111.97818077877173, 40.359670500044764 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.48807114, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3406.8671875, "Shape__Len": 237.13287941199999, "ORIG_FID": 700 }, "geometry": { "type": "Point", "coordinates": [ -111.965231330104004, 40.352727993687793 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.59231465, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11113.984375, "Shape__Len": 431.53029823899999, "ORIG_FID": 701 }, "geometry": { "type": "Point", "coordinates": [ -111.964554831428472, 40.349794828178766 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ladybug Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 0.46831859, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3247.3203125, "Shape__Len": 237.28702716199999, "ORIG_FID": 702 }, "geometry": { "type": "Point", "coordinates": [ -111.600849288930689, 40.121576436431283 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.99902746, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6966.96875, "Shape__Len": 326.66299319799998, "ORIG_FID": 703 }, "geometry": { "type": "Point", "coordinates": [ -111.910265606519346, 40.319902676659495 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heiselt Hollow", "COUNTY": "UTAH", "CITY": "Cedar Hills", "ACRES": 1.10470239, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7725.81640625, "Shape__Len": 393.31278414799999, "ORIG_FID": 704 }, "geometry": { "type": "Point", "coordinates": [ -111.753831078894081, 40.41470268034525 ] } }, -{ "type": "Feature", "properties": { "NAME": "Aspen Hills", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 7.60047801, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 53116.7382813, "Shape__Len": 1071.3470738799999, "ORIG_FID": 705 }, "geometry": { "type": "Point", "coordinates": [ -111.92838084793479, 40.392497522064907 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Cedar Hills", "ACRES": 2.63648899, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18438.2929688, "Shape__Len": 669.220202137, "ORIG_FID": 706 }, "geometry": { "type": "Point", "coordinates": [ -111.753048179677236, 40.41414918409648 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cottonwood Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 4.90982707, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34159.734375, "Shape__Len": 1225.0748629499999, "ORIG_FID": 707 }, "geometry": { "type": "Point", "coordinates": [ -111.705813682847051, 40.238082304676198 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hendricksen Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 0.4204282, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2920.6328125, "Shape__Len": 242.910343963, "ORIG_FID": 708 }, "geometry": { "type": "Point", "coordinates": [ -111.607667171024261, 40.18504717777099 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Cedar Fort", "ACRES": 0.80402618, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5608.2578125, "Shape__Len": 317.10507476700002, "ORIG_FID": 709 }, "geometry": { "type": "Point", "coordinates": [ -112.106407163948944, 40.329395359173439 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hunter Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 27.57982611, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 192796.121094, "Shape__Len": 2371.1343477400001, "ORIG_FID": 710 }, "geometry": { "type": "Point", "coordinates": [ -111.81584289866565, 40.400231491393228 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hindley Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 3.31076961, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23133.359375, "Shape__Len": 642.099628295, "ORIG_FID": 711 }, "geometry": { "type": "Point", "coordinates": [ -111.813586133054741, 40.384805745510441 ] } }, -{ "type": "Feature", "properties": { "NAME": "Springwater Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 9.98142284, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 69528.9921875, "Shape__Len": 1313.6292542799999, "ORIG_FID": 712 }, "geometry": { "type": "Point", "coordinates": [ -111.737248373081087, 40.279491879304352 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.17083234, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8191.00390625, "Shape__Len": 546.57659799800001, "ORIG_FID": 713 }, "geometry": { "type": "Point", "coordinates": [ -111.871196995247246, 40.426949073230716 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orem Skate Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 2.52477666, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17599.7382813, "Shape__Len": 571.11875676299996, "ORIG_FID": 714 }, "geometry": { "type": "Point", "coordinates": [ -111.72489803868865, 40.303684699958211 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Cedar Fort", "ACRES": 0.80404755, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5608.41015625, "Shape__Len": 317.107779709, "ORIG_FID": 715 }, "geometry": { "type": "Point", "coordinates": [ -112.106407155919044, 40.329395359784392 ] } }, -{ "type": "Feature", "properties": { "NAME": "Community Park", "COUNTY": "UTAH", "CITY": "Goshen", "ACRES": 8.47802047, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 58476.375, "Shape__Len": 1050.93827128, "ORIG_FID": 716 }, "geometry": { "type": "Point", "coordinates": [ -111.901329989984049, 39.942840031518109 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Lake Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 19.43822525, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 135731.703125, "Shape__Len": 2655.3337563199998, "ORIG_FID": 717 }, "geometry": { "type": "Point", "coordinates": [ -111.855321099145613, 40.363057496488643 ] } }, -{ "type": "Feature", "properties": { "NAME": "Developmental Center Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 22.01878131, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 153891.519531, "Shape__Len": 1920.81032484, "ORIG_FID": 718 }, "geometry": { "type": "Point", "coordinates": [ -111.775719999537131, 40.392818072173228 ] } }, -{ "type": "Feature", "properties": { "NAME": "Centennial Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 3.87746813, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27117.5039063, "Shape__Len": 799.68877748, "ORIG_FID": 719 }, "geometry": { "type": "Point", "coordinates": [ -111.857750585401973, 40.416018477933719 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 1.12019625, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7843.18359375, "Shape__Len": 441.4894789, "ORIG_FID": 720 }, "geometry": { "type": "Point", "coordinates": [ -111.776737203480423, 40.453878861892647 ] } }, -{ "type": "Feature", "properties": { "NAME": "11th And 11th Retention Basin", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.29933109, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2073.921875, "Shape__Len": 189.01950745, "ORIG_FID": 721 }, "geometry": { "type": "Point", "coordinates": [ -111.635950968475086, 40.095567841814329 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heritage Park", "COUNTY": "UTAH", "CITY": "Salem", "ACRES": 2.05977249, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14254.0742188, "Shape__Len": 503.26312837699999, "ORIG_FID": 722 }, "geometry": { "type": "Point", "coordinates": [ -111.679436305006547, 40.054223749234474 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eagle Park", "COUNTY": "UTAH", "CITY": "Salem", "ACRES": 0.0808436, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 559.43359375, "Shape__Len": 97.436538811600002, "ORIG_FID": 723 }, "geometry": { "type": "Point", "coordinates": [ -111.678215957521374, 40.05307966804601 ] } }, -{ "type": "Feature", "properties": { "NAME": "American Fork Boat Harbor", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 16.03003349, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 111872.734375, "Shape__Len": 1820.6499706699999, "ORIG_FID": 724 }, "geometry": { "type": "Point", "coordinates": [ -111.800609734609495, 40.344089911891125 ] } }, -{ "type": "Feature", "properties": { "NAME": "East Hill Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 2.26810757, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15678.6835938, "Shape__Len": 556.86718190700003, "ORIG_FID": 725 }, "geometry": { "type": "Point", "coordinates": [ -111.738289755577298, 40.017180762608461 ] } }, -{ "type": "Feature", "properties": { "NAME": "Payson Kiwanis Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 13.98479598, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 96630.3320313, "Shape__Len": 1404.7033695800001, "ORIG_FID": 726 }, "geometry": { "type": "Point", "coordinates": [ -111.702980386707296, 40.002037312465198 ] } }, -{ "type": "Feature", "properties": { "NAME": "East Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 3.52987067, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24463.0234375, "Shape__Len": 810.17676920300005, "ORIG_FID": 727 }, "geometry": { "type": "Point", "coordinates": [ -111.641749464807461, 40.103775059287827 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wildflower Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.74483716, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5162.1875, "Shape__Len": 358.05508685400002, "ORIG_FID": 728 }, "geometry": { "type": "Point", "coordinates": [ -111.665233868273063, 40.105704497313432 ] } }, -{ "type": "Feature", "properties": { "NAME": "Little Chicago Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.57988572, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4020.60546875, "Shape__Len": 253.638797367, "ORIG_FID": 729 }, "geometry": { "type": "Point", "coordinates": [ -111.648550731143658, 40.119458576036408 ] } }, -{ "type": "Feature", "properties": { "NAME": "Little Cleveland Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.61477773, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4262.3671875, "Shape__Len": 261.14765224799999, "ORIG_FID": 730 }, "geometry": { "type": "Point", "coordinates": [ -111.646951444759026, 40.118211333950846 ] } }, -{ "type": "Feature", "properties": { "NAME": "Whispering Willows Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 1.30487754, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9048.56640625, "Shape__Len": 413.33701329600001, "ORIG_FID": 731 }, "geometry": { "type": "Point", "coordinates": [ -111.627088231519153, 40.124144888560075 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.38309502, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2656.03515625, "Shape__Len": 241.24387202899999, "ORIG_FID": 732 }, "geometry": { "type": "Point", "coordinates": [ -111.63182299594402, 40.117656135672156 ] } }, -{ "type": "Feature", "properties": { "NAME": "Skate Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 4.98589566, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34553.6367188, "Shape__Len": 743.88018272600004, "ORIG_FID": 733 }, "geometry": { "type": "Point", "coordinates": [ -111.643215353736423, 40.103794097495154 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon Road Retention Basin", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.77084221, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5341.92578125, "Shape__Len": 345.76502374699999, "ORIG_FID": 734 }, "geometry": { "type": "Point", "coordinates": [ -111.634723020897155, 40.102232800420879 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.6598525, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4572.06640625, "Shape__Len": 305.80803216200002, "ORIG_FID": 735 }, "geometry": { "type": "Point", "coordinates": [ -111.613187637168949, 40.096778538083292 ] } }, -{ "type": "Feature", "properties": { "NAME": "Geneva Road Trailhead", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 8.3958022, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 58413.0625, "Shape__Len": 2254.08398382, "ORIG_FID": 736 }, "geometry": { "type": "Point", "coordinates": [ -111.699151179115333, 40.2381585422524 ] } }, -{ "type": "Feature", "properties": { "NAME": "Roadside Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 0.33384117, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2321.87890625, "Shape__Len": 211.79589805800001, "ORIG_FID": 737 }, "geometry": { "type": "Point", "coordinates": [ -111.642999977875675, 40.225696057182937 ] } }, -{ "type": "Feature", "properties": { "NAME": "Burgess Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 21.12707643, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 147911.667969, "Shape__Len": 2700.2998352, "ORIG_FID": 738 }, "geometry": { "type": "Point", "coordinates": [ -111.784538564128695, 40.451356649723913 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mitchell Hollow Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 11.04911474, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 77282.3554688, "Shape__Len": 1847.24185777, "ORIG_FID": 739 }, "geometry": { "type": "Point", "coordinates": [ -111.813319779409795, 40.419640407854452 ] } }, -{ "type": "Feature", "properties": { "NAME": "East Side Park", "COUNTY": "UTAH", "CITY": "Santaquin", "ACRES": 2.80121569, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19344.1914063, "Shape__Len": 624.58847376899996, "ORIG_FID": 740 }, "geometry": { "type": "Point", "coordinates": [ -111.763181146737452, 39.982494959541299 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wetlands Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 15.5899411, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 108860.484375, "Shape__Len": 1579.7369407199999, "ORIG_FID": 741 }, "geometry": { "type": "Point", "coordinates": [ -111.902050248729026, 40.363561522853026 ] } }, -{ "type": "Feature", "properties": { "NAME": "New Ballpark", "COUNTY": "UTAH", "CITY": "Salem", "ACRES": 15.48068122, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 107112.015625, "Shape__Len": 1420.3066512, "ORIG_FID": 742 }, "geometry": { "type": "Point", "coordinates": [ -111.660615202487364, 40.048424394953884 ] } }, -{ "type": "Feature", "properties": { "NAME": "North County Equestrian Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 37.25482719, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 260442.980469, "Shape__Len": 2398.0365441399999, "ORIG_FID": 743 }, "geometry": { "type": "Point", "coordinates": [ -111.817813454328316, 40.402090639074743 ] } }, -{ "type": "Feature", "properties": { "NAME": "Nielsen's Grove Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 20.29151693, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 141276.898438, "Shape__Len": 1661.54433417, "ORIG_FID": 744 }, "geometry": { "type": "Point", "coordinates": [ -111.703156649104358, 40.262174886743665 ] } }, -{ "type": "Feature", "properties": { "NAME": "Nob Hill Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 1.25464711, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8769.546875, "Shape__Len": 409.09129971800002, "ORIG_FID": 745 }, "geometry": { "type": "Point", "coordinates": [ -111.798593426822478, 40.396084001741428 ] } }, -{ "type": "Feature", "properties": { "NAME": "Art Wing Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 5.62570563, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 39062.4921875, "Shape__Len": 781.17998085600004, "ORIG_FID": 746 }, "geometry": { "type": "Point", "coordinates": [ -111.628997360784382, 40.169309000549617 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wing Pointe Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 1.50799168, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10458.875, "Shape__Len": 408.48016080600001, "ORIG_FID": 747 }, "geometry": { "type": "Point", "coordinates": [ -111.586352699624413, 40.129810835699757 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 0.35700427, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2475.6953125, "Shape__Len": 219.10824734799999, "ORIG_FID": 748 }, "geometry": { "type": "Point", "coordinates": [ -111.603510433805354, 40.125026307559843 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kiwanis Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 3.0467718, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21276.078125, "Shape__Len": 665.92743739299999, "ORIG_FID": 749 }, "geometry": { "type": "Point", "coordinates": [ -111.70110702114431, 40.363636574128805 ] } }, -{ "type": "Feature", "properties": { "NAME": "Memorial Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 9.3874773, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 65172.7070313, "Shape__Len": 1087.20256098, "ORIG_FID": 750 }, "geometry": { "type": "Point", "coordinates": [ -111.599919538334646, 40.163992019797796 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spring Creek Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 8.22873326, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 57148.671875, "Shape__Len": 1028.3898548699999, "ORIG_FID": 751 }, "geometry": { "type": "Point", "coordinates": [ -111.601479244156778, 40.176174207463049 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 2.63368773, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18273.9609375, "Shape__Len": 633.21471368799996, "ORIG_FID": 752 }, "geometry": { "type": "Point", "coordinates": [ -111.595025778933504, 40.144215069236026 ] } }, -{ "type": "Feature", "properties": { "NAME": "Geneva Resort Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 17.62681741, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 122959.28125, "Shape__Len": 1831.48771919, "ORIG_FID": 753 }, "geometry": { "type": "Point", "coordinates": [ -111.761724120829882, 40.327909422662678 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pheasant Brook Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 12.42135568, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 86686.8320313, "Shape__Len": 1445.64109332, "ORIG_FID": 754 }, "geometry": { "type": "Point", "coordinates": [ -111.73625355291729, 40.343006349090345 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bonneville Shoreline Trl Nature Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 13.64638748, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 95235.65625, "Shape__Len": 2049.9028961700001, "ORIG_FID": 755 }, "geometry": { "type": "Point", "coordinates": [ -111.685975767204923, 40.342476180793987 ] } }, -{ "type": "Feature", "properties": { "NAME": "Panorama Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 1.16608237, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8137.55078125, "Shape__Len": 379.585553619, "ORIG_FID": 756 }, "geometry": { "type": "Point", "coordinates": [ -111.694414106361776, 40.341135613890764 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canal Bridge Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 1.05168258, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7338.98828125, "Shape__Len": 661.84740404499996, "ORIG_FID": 757 }, "geometry": { "type": "Point", "coordinates": [ -111.694466786638714, 40.340259988442803 ] } }, -{ "type": "Feature", "properties": { "NAME": "Squaw Hollow Debris Basin Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 2.66390935, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18593.8867188, "Shape__Len": 556.158852787, "ORIG_FID": 758 }, "geometry": { "type": "Point", "coordinates": [ -111.69698108161441, 40.347890348657991 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 4.28544033, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29901.0078125, "Shape__Len": 807.32409134099998, "ORIG_FID": 759 }, "geometry": { "type": "Point", "coordinates": [ -111.702355226290294, 40.335201969076799 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hollow Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 4.45783107, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31111.8085938, "Shape__Len": 872.58024118900005, "ORIG_FID": 760 }, "geometry": { "type": "Point", "coordinates": [ -111.708778352149977, 40.343959948654053 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orchard Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 3.99748116, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27903.546875, "Shape__Len": 668.64544209400003, "ORIG_FID": 761 }, "geometry": { "type": "Point", "coordinates": [ -111.714664506263205, 40.349752840604673 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willow Wood Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 21.86029762, "TYPE": "Park", "STATUS": "Future", "Shape__Are": 152583.535156, "Shape__Len": 1625.8372792, "ORIG_FID": 762 }, "geometry": { "type": "Point", "coordinates": [ -111.738520598608687, 40.348296697780505 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadow Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 3.08127643, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21506.1367188, "Shape__Len": 916.47422126000004, "ORIG_FID": 763 }, "geometry": { "type": "Point", "coordinates": [ -111.755126324346861, 40.34697926992537 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bandwagon Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.8127353, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12671.2070313, "Shape__Len": 461.23157415399999, "ORIG_FID": 764 }, "geometry": { "type": "Point", "coordinates": [ -111.853495947322301, 40.398833225738379 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lehi City Sports Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 23.26088346, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 162495.617188, "Shape__Len": 1702.7536521500001, "ORIG_FID": 765 }, "geometry": { "type": "Point", "coordinates": [ -111.881125499816562, 40.378190157404866 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stagecoach Crossing C", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.09164105, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7626.41015625, "Shape__Len": 358.38681569900001, "ORIG_FID": 766 }, "geometry": { "type": "Point", "coordinates": [ -111.873810035882059, 40.380068362132029 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stagecoach Crossing A", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 2.87101379, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20058.6679688, "Shape__Len": 567.71706735800001, "ORIG_FID": 767 }, "geometry": { "type": "Point", "coordinates": [ -111.88100270568431, 40.382145707641257 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 2.1790996, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15228.4609375, "Shape__Len": 991.04998765300002, "ORIG_FID": 768 }, "geometry": { "type": "Point", "coordinates": [ -111.78643302276538, 40.389974120023368 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eagle Rock Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 10.05528266, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 69726.9335938, "Shape__Len": 1543.2898393, "ORIG_FID": 769 }, "geometry": { "type": "Point", "coordinates": [ -111.56756198204657, 40.123389185716697 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cottonwood Park", "COUNTY": "UTAH", "CITY": "Santaquin", "ACRES": 0.33112189, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2286.4921875, "Shape__Len": 215.42744967100001, "ORIG_FID": 770 }, "geometry": { "type": "Point", "coordinates": [ -111.769433661112274, 39.980652776407162 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kiwanis Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 25.67437362, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 178677.050781, "Shape__Len": 2073.89711678, "ORIG_FID": 771 }, "geometry": { "type": "Point", "coordinates": [ -111.640919822200161, 40.246077850978857 ] } }, -{ "type": "Feature", "properties": { "NAME": "Memorial Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 6.35514287, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 44211.7539063, "Shape__Len": 1436.63737661, "ORIG_FID": 772 }, "geometry": { "type": "Point", "coordinates": [ -111.644259354852906, 40.234699327127842 ] } }, -{ "type": "Feature", "properties": { "NAME": "Merlin B. Larson Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.28022752, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8951.1484375, "Shape__Len": 444.83966259200002, "ORIG_FID": 773 }, "geometry": { "type": "Point", "coordinates": [ -111.802212148873068, 40.406774913803716 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 2.11618179, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14749.4179688, "Shape__Len": 762.76992278800003, "ORIG_FID": 774 }, "geometry": { "type": "Point", "coordinates": [ -112.001689322814869, 40.301782071959515 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pozon Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 15.44017811, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 106769.957031, "Shape__Len": 2196.77734521, "ORIG_FID": 775 }, "geometry": { "type": "Point", "coordinates": [ -111.725292241438339, 40.029111428965379 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rotary Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 10.45029253, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 72988.4140625, "Shape__Len": 1156.6464585799999, "ORIG_FID": 776 }, "geometry": { "type": "Point", "coordinates": [ -111.792247322851367, 40.370220060776965 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 7.58572502, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 52928.9960938, "Shape__Len": 1729.1252514099999, "ORIG_FID": 777 }, "geometry": { "type": "Point", "coordinates": [ -111.918722481281876, 40.33711987486339 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 15.37479624, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 107422.949219, "Shape__Len": 1713.44084395, "ORIG_FID": 778 }, "geometry": { "type": "Point", "coordinates": [ -111.98859569634817, 40.385015130548538 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountain Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 9.44459885, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 66087.5585938, "Shape__Len": 1525.5720331299999, "ORIG_FID": 779 }, "geometry": { "type": "Point", "coordinates": [ -111.877549860498377, 40.434633033130382 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 2.74506119, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19212.4296875, "Shape__Len": 619.35122399800002, "ORIG_FID": 780 }, "geometry": { "type": "Point", "coordinates": [ -111.808774688702087, 40.441046629856594 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 3.49285639, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24445.4140625, "Shape__Len": 785.14886671399995, "ORIG_FID": 781 }, "geometry": { "type": "Point", "coordinates": [ -111.810547993036266, 40.440047183007216 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.41282311, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9862.99609375, "Shape__Len": 402.947966259, "ORIG_FID": 782 }, "geometry": { "type": "Point", "coordinates": [ -111.966191386997011, 40.356058944645888 ] } }, -{ "type": "Feature", "properties": { "NAME": "Open Space", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 21.33128462, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 149026.796875, "Shape__Len": 2028.61683722, "ORIG_FID": 783 }, "geometry": { "type": "Point", "coordinates": [ -111.987632761910518, 40.381253086543161 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 1.82305034, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12706.9179688, "Shape__Len": 499.60226640299999, "ORIG_FID": 784 }, "geometry": { "type": "Point", "coordinates": [ -111.891943829993451, 40.302101618357021 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon View Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 7.12845629, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 49721.4609375, "Shape__Len": 1303.5666462199999, "ORIG_FID": 785 }, "geometry": { "type": "Point", "coordinates": [ -111.644190115635752, 40.324159482475288 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mt Timpanogos Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 31.45374995, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 219398.828125, "Shape__Len": 2375.2592056499998, "ORIG_FID": 786 }, "geometry": { "type": "Point", "coordinates": [ -111.645866853775047, 40.324866134524804 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 2.68355225, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18764.1054688, "Shape__Len": 538.86281869499999, "ORIG_FID": 787 }, "geometry": { "type": "Point", "coordinates": [ -111.79966875464531, 40.408783602394152 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 18.72982526, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 130977.5, "Shape__Len": 7742.6377033999997, "ORIG_FID": 788 }, "geometry": { "type": "Point", "coordinates": [ -111.790293090587383, 40.410240068525489 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 8.99512202, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 62440.0703125, "Shape__Len": 896.42667357899995, "ORIG_FID": 789 }, "geometry": { "type": "Point", "coordinates": [ -111.629215279250403, 40.159318465815829 ] } }, -{ "type": "Feature", "properties": { "NAME": "Town Center Meadows Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 5.67894568, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 39728.9921875, "Shape__Len": 1680.99732778, "ORIG_FID": 790 }, "geometry": { "type": "Point", "coordinates": [ -111.790089996655425, 40.426000322208374 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 0.33682035, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2357.5625, "Shape__Len": 211.58253368699999, "ORIG_FID": 791 }, "geometry": { "type": "Point", "coordinates": [ -111.885035825654853, 40.444402487436406 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.74061508, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5176.9921875, "Shape__Len": 365.20865234399997, "ORIG_FID": 792 }, "geometry": { "type": "Point", "coordinates": [ -111.92905686335736, 40.399869797568456 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 13.33309611, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 93202.015625, "Shape__Len": 1410.91796383, "ORIG_FID": 793 }, "geometry": { "type": "Point", "coordinates": [ -111.931626158602924, 40.4004793304548 ] } }, -{ "type": "Feature", "properties": { "NAME": "Elberta City Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 3.60155588, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24846.453125, "Shape__Len": 645.91343943000004, "ORIG_FID": 794 }, "geometry": { "type": "Point", "coordinates": [ -111.955097745706283, 39.95044063301107 ] } }, -{ "type": "Feature", "properties": { "NAME": "Coopers Hollow Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 0.82426723, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5760.6796875, "Shape__Len": 297.90867202200002, "ORIG_FID": 795 }, "geometry": { "type": "Point", "coordinates": [ -111.828348981183268, 40.392572875115931 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.96517191, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6746.40625, "Shape__Len": 1353.4052253899999, "ORIG_FID": 796 }, "geometry": { "type": "Point", "coordinates": [ -111.92215248529358, 40.398407428952346 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 2.44129792, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17064.3867188, "Shape__Len": 1359.5175733799999, "ORIG_FID": 797 }, "geometry": { "type": "Point", "coordinates": [ -111.928589035576906, 40.398833704651167 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.76061595, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5316.8046875, "Shape__Len": 1119.1760138899999, "ORIG_FID": 798 }, "geometry": { "type": "Point", "coordinates": [ -111.926711771330446, 40.399013904640377 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.11035592, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7753.8203125, "Shape__Len": 381.65458609299998, "ORIG_FID": 799 }, "geometry": { "type": "Point", "coordinates": [ -111.97014513101152, 40.366482232454715 ] } }, -{ "type": "Feature", "properties": { "NAME": "Veterans Ball Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 14.28641511, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 99833.171875, "Shape__Len": 1305.86339785, "ORIG_FID": 800 }, "geometry": { "type": "Point", "coordinates": [ -111.863266312627118, 40.388643904816767 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 4.4900768, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31382.2617188, "Shape__Len": 1356.3244574600001, "ORIG_FID": 801 }, "geometry": { "type": "Point", "coordinates": [ -111.923348531682691, 40.395270599186127 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 1.25835121, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8794.546875, "Shape__Len": 775.05852998800003, "ORIG_FID": 802 }, "geometry": { "type": "Point", "coordinates": [ -111.92673502736568, 40.393868178143876 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 7.60057551, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 53117.4101563, "Shape__Len": 1071.3626373100001, "ORIG_FID": 803 }, "geometry": { "type": "Point", "coordinates": [ -111.928380731411366, 40.392500625380208 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.91857711, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6401.33203125, "Shape__Len": 348.17682281999998, "ORIG_FID": 804 }, "geometry": { "type": "Point", "coordinates": [ -111.88431158085659, 40.295057047027029 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 3.44970916, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24050.46875, "Shape__Len": 1247.5915619699999, "ORIG_FID": 805 }, "geometry": { "type": "Point", "coordinates": [ -111.898360778143925, 40.30988026715859 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 2.2341594, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15576.046875, "Shape__Len": 910.27980158299999, "ORIG_FID": 806 }, "geometry": { "type": "Point", "coordinates": [ -111.892992136761023, 40.309781006011313 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 1.15787962, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8072.38671875, "Shape__Len": 671.55527217999997, "ORIG_FID": 807 }, "geometry": { "type": "Point", "coordinates": [ -111.901103039834368, 40.309760614613936 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 9.08579328, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 63338.6601563, "Shape__Len": 1688.16968711, "ORIG_FID": 808 }, "geometry": { "type": "Point", "coordinates": [ -111.904965621282912, 40.307056537344415 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 2.17394269, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15154.2421875, "Shape__Len": 497.13914035400001, "ORIG_FID": 809 }, "geometry": { "type": "Point", "coordinates": [ -112.025048165807192, 40.306996979370787 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.02338219, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7146.83203125, "Shape__Len": 342.71958621099998, "ORIG_FID": 810 }, "geometry": { "type": "Point", "coordinates": [ -111.973906994361741, 40.368280659352017 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.67136824, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4687.39453125, "Shape__Len": 405.609567476, "ORIG_FID": 811 }, "geometry": { "type": "Point", "coordinates": [ -111.988891628664874, 40.360373066534635 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 4.00470039, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27957.7421875, "Shape__Len": 1379.3525266500001, "ORIG_FID": 812 }, "geometry": { "type": "Point", "coordinates": [ -111.985954719964155, 40.356864071110465 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 2.84932546, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19696.203125, "Shape__Len": 1005.36720387, "ORIG_FID": 813 }, "geometry": { "type": "Point", "coordinates": [ -111.747378724550003, 40.016696264009781 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dry Mountain Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 28.4990154, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 197027.65625, "Shape__Len": 8308.2431192200002, "ORIG_FID": 814 }, "geometry": { "type": "Point", "coordinates": [ -111.740824800391735, 40.0198117588766 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.18730833, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8308.72265625, "Shape__Len": 739.88033041699998, "ORIG_FID": 815 }, "geometry": { "type": "Point", "coordinates": [ -111.755601540190639, 40.435776235340171 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.08500995, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7592.9765625, "Shape__Len": 612.36603535899997, "ORIG_FID": 816 }, "geometry": { "type": "Point", "coordinates": [ -111.756791014474715, 40.436490577535999 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.67816016, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11743.8710938, "Shape__Len": 1110.98763379, "ORIG_FID": 817 }, "geometry": { "type": "Point", "coordinates": [ -111.758482203295642, 40.437168461553007 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 0.36421515, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2548.68359375, "Shape__Len": 288.810613854, "ORIG_FID": 818 }, "geometry": { "type": "Point", "coordinates": [ -111.755984703457429, 40.434838771850892 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 7.9307158, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 55373.1640625, "Shape__Len": 1004.25033392, "ORIG_FID": 819 }, "geometry": { "type": "Point", "coordinates": [ -111.954832306684978, 40.361135720716995 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 0.68728123, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4751.34375, "Shape__Len": 726.77338144800001, "ORIG_FID": 820 }, "geometry": { "type": "Point", "coordinates": [ -111.746674993115022, 40.020176441501441 ] } }, -{ "type": "Feature", "properties": { "NAME": "Amber Crest Mini Park", "COUNTY": "UTAH", "CITY": "Draper", "ACRES": 0.78112731, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5472.54296875, "Shape__Len": 287.71171137499999, "ORIG_FID": 821 }, "geometry": { "type": "Point", "coordinates": [ -111.845743209054106, 40.475589984523388 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 3.96499409, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27693.8945313, "Shape__Len": 683.84892065600002, "ORIG_FID": 822 }, "geometry": { "type": "Point", "coordinates": [ -111.751756709633185, 40.371141181582409 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 4.07238723, "TYPE": "Park", "STATUS": "Under Construction", "Shape__Are": 28443.4453125, "Shape__Len": 768.31556077300002, "ORIG_FID": 823 }, "geometry": { "type": "Point", "coordinates": [ -112.015872437788957, 40.373140351948614 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.14969996, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1044.515625, "Shape__Len": 137.42391781800001, "ORIG_FID": 824 }, "geometry": { "type": "Point", "coordinates": [ -111.928180226216455, 40.337290610611049 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.1604816, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1119.71484375, "Shape__Len": 143.303504178, "ORIG_FID": 825 }, "geometry": { "type": "Point", "coordinates": [ -111.928477777510665, 40.337080409901994 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.3862638, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2695.01953125, "Shape__Len": 268.28262125800001, "ORIG_FID": 826 }, "geometry": { "type": "Point", "coordinates": [ -111.928955800639343, 40.336510121076003 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 5.42157169, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 37827.2109375, "Shape__Len": 876.54788151399998, "ORIG_FID": 827 }, "geometry": { "type": "Point", "coordinates": [ -111.930541080367902, 40.336709720436389 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 6.29214623, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 43870.7929688, "Shape__Len": 1004.74145099, "ORIG_FID": 828 }, "geometry": { "type": "Point", "coordinates": [ -111.901751669742168, 40.312741952801133 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 1.96690673, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13714.3046875, "Shape__Len": 903.67435490800005, "ORIG_FID": 829 }, "geometry": { "type": "Point", "coordinates": [ -111.903482594076181, 40.313804240894143 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 1.38302388, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9660.6953125, "Shape__Len": 411.18295704000002, "ORIG_FID": 830 }, "geometry": { "type": "Point", "coordinates": [ -111.912178905382248, 40.375596965177635 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 11.46287371, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 79948.6015625, "Shape__Len": 2437.1708653699998, "ORIG_FID": 831 }, "geometry": { "type": "Point", "coordinates": [ -111.912146044219696, 40.323728869831456 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.7110345, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4955.7734375, "Shape__Len": 327.00220308799999, "ORIG_FID": 832 }, "geometry": { "type": "Point", "coordinates": [ -111.888236797085639, 40.30027798498692 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 6.61512795, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46245.484375, "Shape__Len": 1315.6989012700001, "ORIG_FID": 833 }, "geometry": { "type": "Point", "coordinates": [ -111.929251592281673, 40.403437399982344 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 0.34579396, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2421.49609375, "Shape__Len": 287.33192091000001, "ORIG_FID": 834 }, "geometry": { "type": "Point", "coordinates": [ -111.780779573809113, 40.459207604480213 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.70493869, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4923.671875, "Shape__Len": 285.93268177, "ORIG_FID": 835 }, "geometry": { "type": "Point", "coordinates": [ -111.978824907540115, 40.373314208705423 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bonneville Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 5.28560747, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 36868.4570313, "Shape__Len": 862.03448527499995, "ORIG_FID": 836 }, "geometry": { "type": "Point", "coordinates": [ -111.714626321649988, 40.325280669786146 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 4.49167489, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31402.6757813, "Shape__Len": 1512.8039948799999, "ORIG_FID": 837 }, "geometry": { "type": "Point", "coordinates": [ -111.926936958841679, 40.40539401317406 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 2.42298086, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16906.8945313, "Shape__Len": 541.804539062, "ORIG_FID": 838 }, "geometry": { "type": "Point", "coordinates": [ -111.926706223634284, 40.33951713266989 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.29833631, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2081.65625, "Shape__Len": 183.59285983500001, "ORIG_FID": 839 }, "geometry": { "type": "Point", "coordinates": [ -111.927224029366229, 40.337778011536152 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.17923046, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1250.53515625, "Shape__Len": 144.03460740700001, "ORIG_FID": 840 }, "geometry": { "type": "Point", "coordinates": [ -111.927520578550542, 40.337541150873278 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.24052213, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1678.25390625, "Shape__Len": 235.420462837, "ORIG_FID": 841 }, "geometry": { "type": "Point", "coordinates": [ -111.926708633825825, 40.338332999204383 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.31042146, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2170.33203125, "Shape__Len": 254.64790978, "ORIG_FID": 842 }, "geometry": { "type": "Point", "coordinates": [ -111.924983968514624, 40.406725754280899 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.10875778, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 760.359375, "Shape__Len": 153.49575935499999, "ORIG_FID": 843 }, "geometry": { "type": "Point", "coordinates": [ -111.928092818186002, 40.405165490126898 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.31041755, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2170.30078125, "Shape__Len": 254.642304196, "ORIG_FID": 844 }, "geometry": { "type": "Point", "coordinates": [ -111.924986946821718, 40.40672145094134 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.10880137, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 760.6484375, "Shape__Len": 153.49201421800001, "ORIG_FID": 845 }, "geometry": { "type": "Point", "coordinates": [ -111.928095999268663, 40.405161222539355 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.02928619, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 204.73046875, "Shape__Len": 80.625321981300004, "ORIG_FID": 846 }, "geometry": { "type": "Point", "coordinates": [ -111.929779930974519, 40.402789107196661 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.20184406, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1410.6640625, "Shape__Len": 261.36739668199999, "ORIG_FID": 847 }, "geometry": { "type": "Point", "coordinates": [ -111.927833399141548, 40.393786595502988 ] } }, -{ "type": "Feature", "properties": { "NAME": "Open Space Private", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.04935857, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 345.046875, "Shape__Len": 129.604540329, "ORIG_FID": 848 }, "geometry": { "type": "Point", "coordinates": [ -111.926452007514754, 40.402193725890186 ] } }, -{ "type": "Feature", "properties": { "NAME": "Equestrian Park", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 42.97007411, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 297144.996094, "Shape__Len": 3149.0842801899998, "ORIG_FID": 849 }, "geometry": { "type": "Point", "coordinates": [ -111.730427988991366, 40.028798197954984 ] } }, -{ "type": "Feature", "properties": { "NAME": "Colony Pointe Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 6.033943, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42181.171875, "Shape__Len": 1397.45796821, "ORIG_FID": 850 }, "geometry": { "type": "Point", "coordinates": [ -111.879274603725705, 40.401745014127521 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fox Run Private", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 2.08994454, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14620.1132813, "Shape__Len": 567.44736539400003, "ORIG_FID": 851 }, "geometry": { "type": "Point", "coordinates": [ -111.864459935007972, 40.424899653679041 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pilgrims Landing Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 4.85764304, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33992.1757813, "Shape__Len": 896.98156216899997, "ORIG_FID": 852 }, "geometry": { "type": "Point", "coordinates": [ -111.901876177040464, 40.436001488376753 ] } }, -{ "type": "Feature", "properties": { "NAME": "Scottfield Acres Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 0.67822822, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4741.73046875, "Shape__Len": 327.88845231499999, "ORIG_FID": 853 }, "geometry": { "type": "Point", "coordinates": [ -111.879513912751037, 40.405120839285871 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan Willows Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 17.77713486, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 124212.84375, "Shape__Len": 3829.0062680199999, "ORIG_FID": 854 }, "geometry": { "type": "Point", "coordinates": [ -111.896541231777405, 40.385798590727163 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 1.9033351, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13280.4375, "Shape__Len": 485.57117301800002, "ORIG_FID": 855 }, "geometry": { "type": "Point", "coordinates": [ -111.92422695299345, 40.337956184274198 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.55062215, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3841.88671875, "Shape__Len": 599.85242625299998, "ORIG_FID": 856 }, "geometry": { "type": "Point", "coordinates": [ -111.916408424703278, 40.337120374891825 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 3.79607099, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26484.4453125, "Shape__Len": 765.83856509400005, "ORIG_FID": 857 }, "geometry": { "type": "Point", "coordinates": [ -111.907027968078509, 40.334851078511548 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 5.15238811, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35990.171875, "Shape__Len": 890.89255033400002, "ORIG_FID": 858 }, "geometry": { "type": "Point", "coordinates": [ -111.9361981144841, 40.375599661373549 ] } }, -{ "type": "Feature", "properties": { "NAME": "Private Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 2.84020941, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19832.6328125, "Shape__Len": 798.10605965000002, "ORIG_FID": 859 }, "geometry": { "type": "Point", "coordinates": [ -111.86580466263915, 40.363507316781124 ] } }, -{ "type": "Feature", "properties": { "NAME": "Private Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.8723521, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6091.3203125, "Shape__Len": 307.65551704299997, "ORIG_FID": 860 }, "geometry": { "type": "Point", "coordinates": [ -111.862802531233882, 40.362621926674549 ] } }, -{ "type": "Feature", "properties": { "NAME": "Chappel Valley Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.74034339, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12157.2851563, "Shape__Len": 508.84905135700001, "ORIG_FID": 861 }, "geometry": { "type": "Point", "coordinates": [ -111.863846026133828, 40.376811079108101 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.36703692, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2562.6875, "Shape__Len": 210.43069981, "ORIG_FID": 862 }, "geometry": { "type": "Point", "coordinates": [ -111.971606782390992, 40.36122262830137 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.08334397, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7579.44140625, "Shape__Len": 397.25600632200002, "ORIG_FID": 863 }, "geometry": { "type": "Point", "coordinates": [ -111.838697704406769, 40.428875793483918 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spanish Oaks Recreation Area", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 61.8061497, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 427962.210938, "Shape__Len": 3873.2991651399998, "ORIG_FID": 864 }, "geometry": { "type": "Point", "coordinates": [ -111.603680355021339, 40.073722117081658 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canterbury Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 2.68355225, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18764.1054688, "Shape__Len": 538.86281869499999, "ORIG_FID": 865 }, "geometry": { "type": "Point", "coordinates": [ -111.79966875464531, 40.408783602394152 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rodeo Grounds", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 32.04815784, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 224071.570313, "Shape__Len": 2038.48060609, "ORIG_FID": 866 }, "geometry": { "type": "Point", "coordinates": [ -111.788164296211292, 40.406024384524478 ] } }, -{ "type": "Feature", "properties": { "NAME": "Foothill Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 4.65789924, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32481.0820313, "Shape__Len": 801.67437572400001, "ORIG_FID": 867 }, "geometry": { "type": "Point", "coordinates": [ -111.667420026961949, 40.315353636263097 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eagle Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 2.14729045, "TYPE": "Park", "STATUS": "Under Construction", "Shape__Are": 14969.8085938, "Shape__Len": 489.40584659299998, "ORIG_FID": 868 }, "geometry": { "type": "Point", "coordinates": [ -112.018944286819817, 40.310098118203861 ] } }, -{ "type": "Feature", "properties": { "NAME": "Knoll Park", "COUNTY": "UTAH", "CITY": "Salem", "ACRES": 5.9323972, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41049.125, "Shape__Len": 901.58756731599999, "ORIG_FID": 869 }, "geometry": { "type": "Point", "coordinates": [ -111.676476408838894, 40.050538679257571 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 15.558751, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 108636.648438, "Shape__Len": 1764.20758325, "ORIG_FID": 870 }, "geometry": { "type": "Point", "coordinates": [ -111.864013103287078, 40.361043310394578 ] } }, -{ "type": "Feature", "properties": { "NAME": "Gateway Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 2.5696979, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17968.140625, "Shape__Len": 1117.8360296799999, "ORIG_FID": 871 }, "geometry": { "type": "Point", "coordinates": [ -111.873346715870042, 40.409588709090855 ] } }, -{ "type": "Feature", "properties": { "NAME": "The Park At Rock Canyon", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 23.55739249, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 164041.964844, "Shape__Len": 1972.1545104300001, "ORIG_FID": 872 }, "geometry": { "type": "Point", "coordinates": [ -111.635559315648052, 40.267209641421566 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountainville Heights", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 1.58059446, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11069.15625, "Shape__Len": 456.21772546699998, "ORIG_FID": 873 }, "geometry": { "type": "Point", "coordinates": [ -111.78401544023059, 40.461338554998179 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 3.78745056, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26506.9492188, "Shape__Len": 1455.57640034, "ORIG_FID": 874 }, "geometry": { "type": "Point", "coordinates": [ -111.808135073252359, 40.439370306234125 ] } }, -{ "type": "Feature", "properties": { "NAME": "Healey Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 3.74663727, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26222.203125, "Shape__Len": 657.34119354100005, "ORIG_FID": 875 }, "geometry": { "type": "Point", "coordinates": [ -111.762232664511259, 40.440392800737214 ] } }, -{ "type": "Feature", "properties": { "NAME": "Smooth Canyon Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 6.0449773, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42307.1835938, "Shape__Len": 994.02535859299996, "ORIG_FID": 876 }, "geometry": { "type": "Point", "coordinates": [ -111.75850771326725, 40.439602574097748 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stonehedge", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 0.67761622, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4742.75, "Shape__Len": 470.05251243599997, "ORIG_FID": 877 }, "geometry": { "type": "Point", "coordinates": [ -111.762585186490668, 40.442009097519254 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 4.91452434, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34398.2734375, "Shape__Len": 1197.13165764, "ORIG_FID": 878 }, "geometry": { "type": "Point", "coordinates": [ -111.764562583360345, 40.442629590465813 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 1.72443701, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12069.7226563, "Shape__Len": 619.57076160300005, "ORIG_FID": 879 }, "geometry": { "type": "Point", "coordinates": [ -111.765759575588916, 40.442270700295879 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 1.9388795, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13570.1015625, "Shape__Len": 695.27827288399999, "ORIG_FID": 880 }, "geometry": { "type": "Point", "coordinates": [ -111.766277073849452, 40.441001246551238 ] } }, -{ "type": "Feature", "properties": { "NAME": "Public Area", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 4.81964605, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33737.4648438, "Shape__Len": 853.15605399100002, "ORIG_FID": 881 }, "geometry": { "type": "Point", "coordinates": [ -111.76935771547754, 40.445888969364852 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 7.65494198, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 53583.890625, "Shape__Len": 1129.4602267800001, "ORIG_FID": 882 }, "geometry": { "type": "Point", "coordinates": [ -111.767886476376262, 40.445551065575195 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 3.02882267, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21201.40625, "Shape__Len": 1029.2847182600001, "ORIG_FID": 883 }, "geometry": { "type": "Point", "coordinates": [ -111.764196336512271, 40.445183574101847 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 2.36754807, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16545.0898438, "Shape__Len": 639.40643146599996, "ORIG_FID": 884 }, "geometry": { "type": "Point", "coordinates": [ -111.81632390647205, 40.389607748521499 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Center Park", "COUNTY": "UTAH", "CITY": "Santaquin", "ACRES": 3.10274542, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21420.4375, "Shape__Len": 743.51246702599997, "ORIG_FID": 885 }, "geometry": { "type": "Point", "coordinates": [ -111.78656633014279, 39.972886678338973 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Park South", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 1.10297438, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7707.0390625, "Shape__Len": 648.17676974000005, "ORIG_FID": 886 }, "geometry": { "type": "Point", "coordinates": [ -111.817647876827451, 40.385674013258118 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.3959109, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9763.52734375, "Shape__Len": 481.148181432, "ORIG_FID": 887 }, "geometry": { "type": "Point", "coordinates": [ -111.81669151911467, 40.419258571476334 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 5.07557357, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35522.8242188, "Shape__Len": 1282.0244879100001, "ORIG_FID": 888 }, "geometry": { "type": "Point", "coordinates": [ -111.767453541045072, 40.439483792536137 ] } }, -{ "type": "Feature", "properties": { "NAME": "Silver Leaf Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 1.57116923, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10998.2578125, "Shape__Len": 652.70087087399997, "ORIG_FID": 889 }, "geometry": { "type": "Point", "coordinates": [ -111.771529278777393, 40.446214649394072 ] } }, -{ "type": "Feature", "properties": { "NAME": "Strasburg Ballpark", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 2.98678929, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20892.1796875, "Shape__Len": 578.85030516200004, "ORIG_FID": 890 }, "geometry": { "type": "Point", "coordinates": [ -111.801224800263498, 40.421400436907774 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 3.64521964, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25498.4960938, "Shape__Len": 659.68321024099998, "ORIG_FID": 891 }, "geometry": { "type": "Point", "coordinates": [ -111.816443732353278, 40.422462361418333 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 3.786335, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26485.4492188, "Shape__Len": 688.28608374800001, "ORIG_FID": 892 }, "geometry": { "type": "Point", "coordinates": [ -111.817879891193755, 40.42231595414777 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.60611422, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11218.6640625, "Shape__Len": 599.28127983900004, "ORIG_FID": 893 }, "geometry": { "type": "Point", "coordinates": [ -111.962713985960093, 40.374957297225109 ] } }, -{ "type": "Feature", "properties": { "NAME": "Saddlebrook Pocket Parks", "COUNTY": "UTAH", "CITY": "Payson", "ACRES": 3.19778117, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22106.3242188, "Shape__Len": 2008.0783993299999, "ORIG_FID": 894 }, "geometry": { "type": "Point", "coordinates": [ -111.738387221241425, 40.018560919729183 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon View Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 28.55222199, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 197751.992188, "Shape__Len": 2080.0734956900001, "ORIG_FID": 895 }, "geometry": { "type": "Point", "coordinates": [ -111.603631187643245, 40.082189701224557 ] } }, -{ "type": "Feature", "properties": { "NAME": "Camp Jeremiah Johnson", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 2.294209, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15929.6640625, "Shape__Len": 1019.26285704, "ORIG_FID": 896 }, "geometry": { "type": "Point", "coordinates": [ -111.49815964780322, 40.167644331705091 ] } }, -{ "type": "Feature", "properties": { "NAME": "Big Springs Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 1.7748932, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12384.375, "Shape__Len": 512.49733240800003, "ORIG_FID": 897 }, "geometry": { "type": "Point", "coordinates": [ -111.523280743791872, 40.334971183145619 ] } }, -{ "type": "Feature", "properties": { "NAME": "Inlet Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 44.2430096, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 308858.136719, "Shape__Len": 3435.22224671, "ORIG_FID": 898 }, "geometry": { "type": "Point", "coordinates": [ -111.900233152728205, 40.355313371406865 ] } }, -{ "type": "Feature", "properties": { "NAME": "Community Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 3.14984777, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21985.6679688, "Shape__Len": 754.364690741, "ORIG_FID": 899 }, "geometry": { "type": "Point", "coordinates": [ -111.904655463602666, 40.349830507163659 ] } }, -{ "type": "Feature", "properties": { "NAME": "Benjamin Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 4.32271912, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29951.3359375, "Shape__Len": 725.66658847899998, "ORIG_FID": 900 }, "geometry": { "type": "Point", "coordinates": [ -111.732477434616271, 40.097296629943074 ] } }, -{ "type": "Feature", "properties": { "NAME": "Upper Falls Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 21.21630211, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 148085.6875, "Shape__Len": 2531.9639770099998, "ORIG_FID": 901 }, "geometry": { "type": "Point", "coordinates": [ -111.593182825436074, 40.346504663636182 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jolleys Ranch", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 30.20529855, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 209718.414063, "Shape__Len": 2107.5942934499999, "ORIG_FID": 902 }, "geometry": { "type": "Point", "coordinates": [ -111.494351988080766, 40.166055666893108 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kellys Grove Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 24.25328317, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 168380.273438, "Shape__Len": 2330.2241274799999, "ORIG_FID": 903 }, "geometry": { "type": "Point", "coordinates": [ -111.499970366824556, 40.163058327769974 ] } }, -{ "type": "Feature", "properties": { "NAME": "Legacy Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 2.74451586, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19187.2617188, "Shape__Len": 559.79525932000001, "ORIG_FID": 904 }, "geometry": { "type": "Point", "coordinates": [ -111.799936554106523, 40.403196034934545 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wilderness Paul Ream Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 10.03868524, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 69850.140625, "Shape__Len": 1901.9968985, "ORIG_FID": 905 }, "geometry": { "type": "Point", "coordinates": [ -111.686217248771712, 40.241621196384934 ] } }, -{ "type": "Feature", "properties": { "NAME": "Devin Glen Trailhead", "COUNTY": "UTAH", "CITY": "Springville", "ACRES": 1.74021791, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12085.4414063, "Shape__Len": 690.20625947099995, "ORIG_FID": 906 }, "geometry": { "type": "Point", "coordinates": [ -111.62686270674935, 40.175308764923599 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 6.10140988, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42293.8671875, "Shape__Len": 4723.8074183199997, "ORIG_FID": 907 }, "geometry": { "type": "Point", "coordinates": [ -111.667309888159039, 40.111443587016183 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.51344884, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3584.34765625, "Shape__Len": 293.62939009199999, "ORIG_FID": 908 }, "geometry": { "type": "Point", "coordinates": [ -111.952538834000535, 40.355302033644818 ] } }, -{ "type": "Feature", "properties": { "NAME": "Art Dye Ball Complex", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 65.18423922, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 455642.046875, "Shape__Len": 3289.02986388, "ORIG_FID": 909 }, "geometry": { "type": "Point", "coordinates": [ -111.782635762328866, 40.397920327167149 ] } }, -{ "type": "Feature", "properties": { "NAME": "Martin Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 2.30493988, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16107.7617188, "Shape__Len": 577.92688350399999, "ORIG_FID": 910 }, "geometry": { "type": "Point", "coordinates": [ -111.809011917900094, 40.389898253870847 ] } }, -{ "type": "Feature", "properties": { "NAME": "Filly And Pony Ball Fields", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 6.18183591, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 43198.4257813, "Shape__Len": 905.73908973499999, "ORIG_FID": 911 }, "geometry": { "type": "Point", "coordinates": [ -111.797778296597343, 40.387866055609024 ] } }, -{ "type": "Feature", "properties": { "NAME": "J.C. Ball Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 3.24134534, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22648.0820313, "Shape__Len": 676.84247215300002, "ORIG_FID": 912 }, "geometry": { "type": "Point", "coordinates": [ -111.804665103455932, 40.384508289536875 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 1.61748519, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11301.5234375, "Shape__Len": 439.15229548999997, "ORIG_FID": 913 }, "geometry": { "type": "Point", "coordinates": [ -111.796351214460614, 40.383636750602072 ] } }, -{ "type": "Feature", "properties": { "NAME": "Caveman Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 1.5992296, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11174.453125, "Shape__Len": 456.32071279299998, "ORIG_FID": 914 }, "geometry": { "type": "Point", "coordinates": [ -111.780154636403665, 40.384925885659165 ] } }, -{ "type": "Feature", "properties": { "NAME": "Chipman Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 1.01128652, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7064.41796875, "Shape__Len": 356.46329313299998, "ORIG_FID": 915 }, "geometry": { "type": "Point", "coordinates": [ -111.790242426825799, 40.376209355833076 ] } }, -{ "type": "Feature", "properties": { "NAME": "Robinson Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 2.01739875, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14092.6640625, "Shape__Len": 477.974464248, "ORIG_FID": 916 }, "geometry": { "type": "Point", "coordinates": [ -111.796549847400215, 40.376204178679295 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lions Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 2.57654649, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17997.71875, "Shape__Len": 604.04599151499997, "ORIG_FID": 917 }, "geometry": { "type": "Point", "coordinates": [ -111.807530731293383, 40.374619369013459 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bicentennial Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 3.26983791, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22837.7851563, "Shape__Len": 666.05460671699996, "ORIG_FID": 918 }, "geometry": { "type": "Point", "coordinates": [ -111.799514862943965, 40.370410285984384 ] } }, -{ "type": "Feature", "properties": { "NAME": "Greenwood Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 5.20602171, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 36356.6132813, "Shape__Len": 905.812475199, "ORIG_FID": 919 }, "geometry": { "type": "Point", "coordinates": [ -111.793150127387094, 40.366504605155683 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 8.97108208, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 62541.8164063, "Shape__Len": 1211.0907657299999, "ORIG_FID": 920 }, "geometry": { "type": "Point", "coordinates": [ -111.900739881176165, 40.30871926283487 ] } }, -{ "type": "Feature", "properties": { "NAME": "Woodland Park", "COUNTY": "UTAH", "CITY": "Woodland Hills", "ACRES": 9.71652394, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 67137.7617188, "Shape__Len": 1130.3992464800001, "ORIG_FID": 921 }, "geometry": { "type": "Point", "coordinates": [ -111.656245894405842, 40.00151048957089 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rachael Mcteer Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 2.49307725, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17448.171875, "Shape__Len": 581.26958044699995, "ORIG_FID": 922 }, "geometry": { "type": "Point", "coordinates": [ -111.781549340347837, 40.439498223453889 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spanish Fork Recreation Complex", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 78.33897768, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 542831.734375, "Shape__Len": 3373.7881600300002, "ORIG_FID": 923 }, "geometry": { "type": "Point", "coordinates": [ -111.66154854471759, 40.098954377631721 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pony Express Memorial Regional Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 10.80604652, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 75340.5546875, "Shape__Len": 1202.1590558800001, "ORIG_FID": 924 }, "geometry": { "type": "Point", "coordinates": [ -112.032822426842174, 40.312953694880477 ] } }, -{ "type": "Feature", "properties": { "NAME": "Open Space", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 26.47563524, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 184736.421875, "Shape__Len": 16043.060972, "ORIG_FID": 925 }, "geometry": { "type": "Point", "coordinates": [ -111.913501601983441, 40.340521658070728 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 4.20175402, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29384.9882813, "Shape__Len": 1178.3200764200001, "ORIG_FID": 926 }, "geometry": { "type": "Point", "coordinates": [ -111.817200966707517, 40.415026888241876 ] } }, -{ "type": "Feature", "properties": { "NAME": "Miller Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 4.42459304, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30928.1679688, "Shape__Len": 736.49681327899998, "ORIG_FID": 927 }, "geometry": { "type": "Point", "coordinates": [ -111.803865602993582, 40.398042282056721 ] } }, -{ "type": "Feature", "properties": { "NAME": "Country View Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 1.71473917, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11987.671875, "Shape__Len": 625.20991606500002, "ORIG_FID": 928 }, "geometry": { "type": "Point", "coordinates": [ -111.801957474959892, 40.402417849835523 ] } }, -{ "type": "Feature", "properties": { "NAME": "Val Vista Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 5.15118217, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 36012.9335938, "Shape__Len": 801.19558967, "ORIG_FID": 929 }, "geometry": { "type": "Point", "coordinates": [ -111.768240342404539, 40.40328993154526 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kimberly Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 3.7531561, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26232.5507813, "Shape__Len": 717.47704904700004, "ORIG_FID": 930 }, "geometry": { "type": "Point", "coordinates": [ -111.805216607723167, 40.39525199352029 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountain Meadow Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 8.72135394, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 60908.3398438, "Shape__Len": 1102.0718645100001, "ORIG_FID": 931 }, "geometry": { "type": "Point", "coordinates": [ -111.810916387162976, 40.367856369093047 ] } }, -{ "type": "Feature", "properties": { "NAME": "UP&L Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 0.27966027, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1953.609375, "Shape__Len": 211.87846584900001, "ORIG_FID": 932 }, "geometry": { "type": "Point", "coordinates": [ -111.785685174662234, 40.376513894801327 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Hall Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 1.605782, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11242.6679688, "Shape__Len": 466.21262226099998, "ORIG_FID": 933 }, "geometry": { "type": "Point", "coordinates": [ -111.777433830866727, 40.452651554187227 ] } }, -{ "type": "Feature", "properties": { "NAME": "Peterson Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 7.4103182, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51873.8632813, "Shape__Len": 1239.1633969, "ORIG_FID": 934 }, "geometry": { "type": "Point", "coordinates": [ -111.7726666425053, 40.447300790643233 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 1.53550991, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10705.125, "Shape__Len": 555.209874625, "ORIG_FID": 935 }, "geometry": { "type": "Point", "coordinates": [ -111.652769896617443, 40.307148542348017 ] } }, -{ "type": "Feature", "properties": { "NAME": "Becks Hill Park At South Point", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 12.72337828, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 89057.28125, "Shape__Len": 2514.9374698900001, "ORIG_FID": 936 }, "geometry": { "type": "Point", "coordinates": [ -111.776096264043971, 40.443584915723541 ] } }, -{ "type": "Feature", "properties": { "NAME": "Moyle Park", "COUNTY": "UTAH", "CITY": "Alpine", "ACRES": 3.38671062, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23719.8554688, "Shape__Len": 815.03821681900001, "ORIG_FID": 937 }, "geometry": { "type": "Point", "coordinates": [ -111.766745348800924, 40.464538029941963 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 3.74841053, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26172.3125, "Shape__Len": 669.47727459400005, "ORIG_FID": 938 }, "geometry": { "type": "Point", "coordinates": [ -111.70690000257963, 40.359228667673378 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hayes Circle Park", "COUNTY": "UTAH", "CITY": "Cedar Hills", "ACRES": 1.80197798, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12606.5546875, "Shape__Len": 431.68059690400003, "ORIG_FID": 939 }, "geometry": { "type": "Point", "coordinates": [ -111.756440426108142, 40.426460704120615 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 2.48026057, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17358.421875, "Shape__Len": 643.42417380200004, "ORIG_FID": 940 }, "geometry": { "type": "Point", "coordinates": [ -111.887238615010517, 40.440386578138536 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bicentennial Rotary Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 14.12057232, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 98175.8476563, "Shape__Len": 1771.0920364799999, "ORIG_FID": 941 }, "geometry": { "type": "Point", "coordinates": [ -111.630835076419103, 40.214093007201008 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 2.19140115, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15337.6484375, "Shape__Len": 583.129819301, "ORIG_FID": 942 }, "geometry": { "type": "Point", "coordinates": [ -111.89079935605244, 40.442395947448532 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 3.20076257, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22401.8242188, "Shape__Len": 1360.60704749, "ORIG_FID": 943 }, "geometry": { "type": "Point", "coordinates": [ -111.890260352346345, 40.441416015121391 ] } }, -{ "type": "Feature", "properties": { "NAME": "Anderson Park", "COUNTY": "UTAH", "CITY": "Pleasant Grove", "ACRES": 4.84435751, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33828.171875, "Shape__Len": 833.15643438999996, "ORIG_FID": 944 }, "geometry": { "type": "Point", "coordinates": [ -111.720359203668821, 40.363034821781227 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spanish Fork River Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 85.61799872, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 591999.4375, "Shape__Len": 3934.8974903899998, "ORIG_FID": 945 }, "geometry": { "type": "Point", "coordinates": [ -111.506146699424534, 40.025707258027886 ] } }, -{ "type": "Feature", "properties": { "NAME": "Genola Park", "COUNTY": "UTAH", "CITY": "Genola", "ACRES": 14.72989059, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 101721.238281, "Shape__Len": 1425.1252948900001, "ORIG_FID": 946 }, "geometry": { "type": "Point", "coordinates": [ -111.844111483262751, 39.983928100873932 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mapleton City Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 8.05711408, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 55880.9023438, "Shape__Len": 1098.22438786, "ORIG_FID": 947 }, "geometry": { "type": "Point", "coordinates": [ -111.57804990921251, 40.129570824382355 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ira Allen Sports Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 15.34151982, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 106352.535156, "Shape__Len": 1351.42686445, "ORIG_FID": 948 }, "geometry": { "type": "Point", "coordinates": [ -111.589385348197339, 40.113518688823085 ] } }, -{ "type": "Feature", "properties": { "NAME": "Creekside Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 1.99247717, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13902.6523438, "Shape__Len": 508.57607597399999, "ORIG_FID": 949 }, "geometry": { "type": "Point", "coordinates": [ -111.729699774196646, 40.336776948342298 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Center Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 17.63277451, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 123049.578125, "Shape__Len": 1722.7344472, "ORIG_FID": 950 }, "geometry": { "type": "Point", "coordinates": [ -111.717576874533606, 40.340908474648209 ] } }, -{ "type": "Feature", "properties": { "NAME": "Downtown Ball Field", "COUNTY": "UTAH", "CITY": "Salem", "ACRES": 6.12001504, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42353.359375, "Shape__Len": 817.86934212999995, "ORIG_FID": 951 }, "geometry": { "type": "Point", "coordinates": [ -111.670390788221297, 40.055354149652807 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dreamview Park", "COUNTY": "UTAH", "CITY": "Salem", "ACRES": 1.38115804, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9555.1171875, "Shape__Len": 416.63737728900003, "ORIG_FID": 952 }, "geometry": { "type": "Point", "coordinates": [ -111.669661382162886, 40.044071569236401 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vineyard Town Heritage Park", "COUNTY": "UTAH", "CITY": "Vineyard", "ACRES": 5.84913127, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40764.0546875, "Shape__Len": 834.14706714800002, "ORIG_FID": 953 }, "geometry": { "type": "Point", "coordinates": [ -111.747506050623201, 40.296264884895287 ] } }, -{ "type": "Feature", "properties": { "NAME": "Squashhead Park", "COUNTY": "UTAH", "CITY": "Santaquin", "ACRES": 0.87401293, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6034.46484375, "Shape__Len": 328.39587201799998, "ORIG_FID": 954 }, "geometry": { "type": "Point", "coordinates": [ -111.784174988373394, 39.976081993879113 ] } }, -{ "type": "Feature", "properties": { "NAME": "Centennial Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 11.24729739, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 77943.8007813, "Shape__Len": 1431.6897855899999, "ORIG_FID": 955 }, "geometry": { "type": "Point", "coordinates": [ -111.644894482233411, 40.102460084004711 ] } }, -{ "type": "Feature", "properties": { "NAME": "Icelandic Monument", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 0.08533187, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 591.38671875, "Shape__Len": 101.33768017200001, "ORIG_FID": 956 }, "geometry": { "type": "Point", "coordinates": [ -111.640953904179952, 40.104693778390235 ] } }, -{ "type": "Feature", "properties": { "NAME": "Russell Swenson Ball Park", "COUNTY": "UTAH", "CITY": "Spanish Fork", "ACRES": 15.72219587, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 108961.273438, "Shape__Len": 1268.9686541599999, "ORIG_FID": 957 }, "geometry": { "type": "Point", "coordinates": [ -111.658916503798295, 40.104620776886591 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.18272869, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8279.55078125, "Shape__Len": 340.16268204599999, "ORIG_FID": 958 }, "geometry": { "type": "Point", "coordinates": [ -111.807528224716918, 40.448233583349285 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.70072723, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11905.71875, "Shape__Len": 1122.3464947699999, "ORIG_FID": 959 }, "geometry": { "type": "Point", "coordinates": [ -111.806844768212514, 40.447502160648732 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 2.70387292, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18912.8007813, "Shape__Len": 653.273607922, "ORIG_FID": 960 }, "geometry": { "type": "Point", "coordinates": [ -111.771464432550388, 40.420427203884884 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 0.16949328, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1186.86328125, "Shape__Len": 158.69699328799999, "ORIG_FID": 961 }, "geometry": { "type": "Point", "coordinates": [ -111.800452030727755, 40.457837234347828 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.76444464, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12337.59375, "Shape__Len": 1099.7192707199999, "ORIG_FID": 962 }, "geometry": { "type": "Point", "coordinates": [ -111.79113901118339, 40.409788412655139 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 1.6931123, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11838.9726563, "Shape__Len": 1275.2934744, "ORIG_FID": 963 }, "geometry": { "type": "Point", "coordinates": [ -111.790905581935661, 40.408784593018964 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 0.42514742, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2973.3125, "Shape__Len": 234.58034915, "ORIG_FID": 964 }, "geometry": { "type": "Point", "coordinates": [ -111.787602474603062, 40.415126337520981 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 10.45274925, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 73174.4140625, "Shape__Len": 2589.0515582399998, "ORIG_FID": 965 }, "geometry": { "type": "Point", "coordinates": [ -111.804772526156484, 40.44865073711275 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 2.59001096, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18130.4335938, "Shape__Len": 2181.73687862, "ORIG_FID": 966 }, "geometry": { "type": "Point", "coordinates": [ -111.80754441792746, 40.446538268391002 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 0.78824432, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5519.61328125, "Shape__Len": 378.224742177, "ORIG_FID": 967 }, "geometry": { "type": "Point", "coordinates": [ -111.799317768496792, 40.457988823961642 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 0.17215457, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1205.50390625, "Shape__Len": 160.25334407, "ORIG_FID": 968 }, "geometry": { "type": "Point", "coordinates": [ -111.798162821610362, 40.458030699606233 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 7.31876838, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51215.0898438, "Shape__Len": 4340.7270787199996, "ORIG_FID": 969 }, "geometry": { "type": "Point", "coordinates": [ -111.75630039354904, 40.433609668129655 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 5.33779302, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 37351.9804688, "Shape__Len": 774.86785256600001, "ORIG_FID": 970 }, "geometry": { "type": "Point", "coordinates": [ -111.787786347826753, 40.434731196687807 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 0.67356304, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4711.3828125, "Shape__Len": 353.27050767899999, "ORIG_FID": 971 }, "geometry": { "type": "Point", "coordinates": [ -111.772628512134403, 40.420416549343273 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 5.03155158, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35064.0351563, "Shape__Len": 918.65905815300005, "ORIG_FID": 972 }, "geometry": { "type": "Point", "coordinates": [ -111.641550679406777, 40.293298213683322 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 0.99831636, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6988.3046875, "Shape__Len": 380.18453388400002, "ORIG_FID": 973 }, "geometry": { "type": "Point", "coordinates": [ -111.801393441520176, 40.446640439707913 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 0.94956862, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6647.08203125, "Shape__Len": 408.13885965399999, "ORIG_FID": 974 }, "geometry": { "type": "Point", "coordinates": [ -111.799715319430717, 40.446601551466081 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 0.41220515, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2884.9765625, "Shape__Len": 298.87977166899998, "ORIG_FID": 975 }, "geometry": { "type": "Point", "coordinates": [ -111.883476769169476, 40.441683885303682 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 4.7970143, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33549.9140625, "Shape__Len": 2316.7334033100001, "ORIG_FID": 976 }, "geometry": { "type": "Point", "coordinates": [ -111.816856240076589, 40.416487815628948 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 39.41786886, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 275753.226563, "Shape__Len": 3081.3755656500002, "ORIG_FID": 977 }, "geometry": { "type": "Point", "coordinates": [ -111.824387771563394, 40.425457360853528 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 8.195611, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 57318.1445313, "Shape__Len": 4831.5918120400001, "ORIG_FID": 978 }, "geometry": { "type": "Point", "coordinates": [ -111.816856240076589, 40.416487815628948 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 4.08945813, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28594.1640625, "Shape__Len": 1627.6274507099999, "ORIG_FID": 979 }, "geometry": { "type": "Point", "coordinates": [ -111.798817304255977, 40.407844422570314 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 60.18250218, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 421422.394531, "Shape__Len": 6862.1067779599998, "ORIG_FID": 980 }, "geometry": { "type": "Point", "coordinates": [ -111.804340060833653, 40.46388490736237 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 4.26890098, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29864.640625, "Shape__Len": 1689.8225713899999, "ORIG_FID": 981 }, "geometry": { "type": "Point", "coordinates": [ -111.772258406980939, 40.425928767530323 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 4.87416729, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34106.4140625, "Shape__Len": 1417.94292709, "ORIG_FID": 982 }, "geometry": { "type": "Point", "coordinates": [ -111.755235202950757, 40.43314703486044 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 0.67871228, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4748.5390625, "Shape__Len": 533.49578916500002, "ORIG_FID": 983 }, "geometry": { "type": "Point", "coordinates": [ -111.82804382072807, 40.429123000932243 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 0.31100513, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2615.578125, "Shape__Len": 276.65728213900002, "ORIG_FID": 984 }, "geometry": { "type": "Point", "coordinates": [ -111.84587326060894, 40.430741054734604 ] } }, -{ "type": "Feature", "properties": { "NAME": "Highland Town Center Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 2.11066409, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14767.203125, "Shape__Len": 476.28766976499998, "ORIG_FID": 985 }, "geometry": { "type": "Point", "coordinates": [ -111.789143678277725, 40.429053968337165 ] } }, -{ "type": "Feature", "properties": { "NAME": "Timpanogos Cove Park", "COUNTY": "UTAH", "CITY": "Cedar Hills", "ACRES": 6.03605751, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42202.5195313, "Shape__Len": 968.61342720200003, "ORIG_FID": 986 }, "geometry": { "type": "Point", "coordinates": [ -111.743251751790694, 40.405692969812769 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 4.16614565, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29116.0976563, "Shape__Len": 1334.75920849, "ORIG_FID": 987 }, "geometry": { "type": "Point", "coordinates": [ -111.888300477013701, 40.392508623029848 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 2.43252246, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16978.4882813, "Shape__Len": 761.43434358800005, "ORIG_FID": 988 }, "geometry": { "type": "Point", "coordinates": [ -111.968603294025741, 40.34973577587661 ] } }, -{ "type": "Feature", "properties": { "NAME": "Skate Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 5.06376758, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35304.3828125, "Shape__Len": 799.42710629199996, "ORIG_FID": 989 }, "geometry": { "type": "Point", "coordinates": [ -112.028220951181396, 40.312554797508838 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bike Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 5.40284503, "TYPE": "Park", "STATUS": "Under Construction", "Shape__Are": 37717.4492188, "Shape__Len": 831.09008411699995, "ORIG_FID": 990 }, "geometry": { "type": "Point", "coordinates": [ -111.978480034709108, 40.356132941060032 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.65742549, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11580.546875, "Shape__Len": 669.49856517600006, "ORIG_FID": 991 }, "geometry": { "type": "Point", "coordinates": [ -111.885509571991221, 40.384803682005639 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.88143802, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19510.1601563, "Shape__Len": 1026.3889216600001, "ORIG_FID": 992 }, "geometry": { "type": "Point", "coordinates": [ -111.883058405062101, 40.384854999839206 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.46308784, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3229.375, "Shape__Len": 309.69269194399999, "ORIG_FID": 993 }, "geometry": { "type": "Point", "coordinates": [ -111.894135296787056, 40.318850101238091 ] } }, -{ "type": "Feature", "properties": { "NAME": "Falcon Pointe Park", "COUNTY": "UTAH", "CITY": "Draper", "ACRES": 3.66292919, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25660.1445313, "Shape__Len": 982.21533234799995, "ORIG_FID": 994 }, "geometry": { "type": "Point", "coordinates": [ -111.8270089922312, 40.472913610985479 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eagle Crest Park", "COUNTY": "UTAH", "CITY": "Draper", "ACRES": 0.47413444, "TYPE": "Park", "STATUS": "Under Construction", "Shape__Are": 3321.69140625, "Shape__Len": 223.426123426, "ORIG_FID": 995 }, "geometry": { "type": "Point", "coordinates": [ -111.826348069187347, 40.474505858043528 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.24333648, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1696.6875, "Shape__Len": 262.775145173, "ORIG_FID": 996 }, "geometry": { "type": "Point", "coordinates": [ -111.999376228199552, 40.315464569222144 ] } }, -{ "type": "Feature", "properties": { "NAME": "Toscana Hills Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.35577482, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9489.81640625, "Shape__Len": 466.02826089899997, "ORIG_FID": 997 }, "geometry": { "type": "Point", "coordinates": [ -111.878331383388613, 40.444840841235127 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 2.61120363, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18255.3984375, "Shape__Len": 1760.4269564199999, "ORIG_FID": 998 }, "geometry": { "type": "Point", "coordinates": [ -111.76599188955133, 40.403236113345301 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 11.97762766, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 83486.2773438, "Shape__Len": 4199.1587505799998, "ORIG_FID": 999 }, "geometry": { "type": "Point", "coordinates": [ -112.006257861928773, 40.305180187727331 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 7.07172266, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 49436.1875, "Shape__Len": 2662.2596544799999, "ORIG_FID": 1000 }, "geometry": { "type": "Point", "coordinates": [ -111.765978743001298, 40.400800181192089 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 0.61907493, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4324.48046875, "Shape__Len": 318.67819438700002, "ORIG_FID": 1001 }, "geometry": { "type": "Point", "coordinates": [ -111.773068939831816, 40.375011011484276 ] } }, -{ "type": "Feature", "properties": { "NAME": "Evergreen Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 4.08072244, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28510.4882813, "Shape__Len": 716.80654257100002, "ORIG_FID": 1002 }, "geometry": { "type": "Point", "coordinates": [ -111.778854436762657, 40.381207621467397 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.84374595, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5880.421875, "Shape__Len": 446.08128374, "ORIG_FID": 1003 }, "geometry": { "type": "Point", "coordinates": [ -112.006962113791644, 40.299926539725718 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.70142475, "TYPE": "Park", "STATUS": "Under Construction", "Shape__Are": 4888.77734375, "Shape__Len": 453.62968273400003, "ORIG_FID": 1004 }, "geometry": { "type": "Point", "coordinates": [ -112.006653897247318, 40.301733266745089 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Cedar Hills", "ACRES": 0.56933541, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3979.4296875, "Shape__Len": 356.34551414600003, "ORIG_FID": 1005 }, "geometry": { "type": "Point", "coordinates": [ -111.741847317218856, 40.395255738427132 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Elk Ridge", "ACRES": 0.26132988, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1806.94921875, "Shape__Len": 177.03467839199999, "ORIG_FID": 1006 }, "geometry": { "type": "Point", "coordinates": [ -111.682423927283708, 40.025664301274439 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 6.6684117, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46108.7109375, "Shape__Len": 1195.3665473399999, "ORIG_FID": 1007 }, "geometry": { "type": "Point", "coordinates": [ -111.685169974883934, 40.025877735895357 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 5.90639424, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40837.3789063, "Shape__Len": 894.35471251399997, "ORIG_FID": 1008 }, "geometry": { "type": "Point", "coordinates": [ -111.686631412255892, 40.023831405286572 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.59630362, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4123.1171875, "Shape__Len": 336.94368579500002, "ORIG_FID": 1009 }, "geometry": { "type": "Point", "coordinates": [ -111.683497301750307, 40.025667080331964 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunset Park", "COUNTY": "UTAH", "CITY": "Cedar Hills", "ACRES": 3.58027783, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25035.5664063, "Shape__Len": 743.28641203899997, "ORIG_FID": 1010 }, "geometry": { "type": "Point", "coordinates": [ -111.763507005199628, 40.410253529531047 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heritage Park", "COUNTY": "UTAH", "CITY": "Cedar Hills", "ACRES": 10.4796951, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 73288.6601563, "Shape__Len": 2472.9953035799999, "ORIG_FID": 1011 }, "geometry": { "type": "Point", "coordinates": [ -111.763988142063738, 40.414353921970793 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 2.52159777, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17582.9765625, "Shape__Len": 785.75783573299998, "ORIG_FID": 1012 }, "geometry": { "type": "Point", "coordinates": [ -111.900216662063301, 40.315774747236738 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.45065706, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3149.87890625, "Shape__Len": 233.68645239899999, "ORIG_FID": 1013 }, "geometry": { "type": "Point", "coordinates": [ -111.923480753520792, 40.396762443801848 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.86187491, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6004.99609375, "Shape__Len": 362.97623721799999, "ORIG_FID": 1014 }, "geometry": { "type": "Point", "coordinates": [ -111.872109590607494, 40.287925913281889 ] } }, -{ "type": "Feature", "properties": { "NAME": "Beehive And Central League", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 6.57735536, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 45969.8320313, "Shape__Len": 1267.51587829, "ORIG_FID": 1015 }, "geometry": { "type": "Point", "coordinates": [ -111.782910133495562, 40.393277237205012 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.41309688, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2881.67578125, "Shape__Len": 218.15358231299999, "ORIG_FID": 1016 }, "geometry": { "type": "Point", "coordinates": [ -111.898479267028463, 40.329685204179562 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 1.12115487, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7811.5078125, "Shape__Len": 452.69555904100002, "ORIG_FID": 1017 }, "geometry": { "type": "Point", "coordinates": [ -111.870512978171021, 40.288082749911609 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lake Mountain Marina", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 12.19420258, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 84966.1445313, "Shape__Len": 2025.9354905299999, "ORIG_FID": 1018 }, "geometry": { "type": "Point", "coordinates": [ -111.871683053773751, 40.290112054916079 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.6635505, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4626.046875, "Shape__Len": 425.612558256, "ORIG_FID": 1019 }, "geometry": { "type": "Point", "coordinates": [ -112.010412142629619, 40.310749708782794 ] } }, -{ "type": "Feature", "properties": { "NAME": "Valley View Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 0.81889861, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5722.83203125, "Shape__Len": 318.69380297800001, "ORIG_FID": 1020 }, "geometry": { "type": "Point", "coordinates": [ -111.806437141714767, 40.390435406800684 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.81511922, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5679.1640625, "Shape__Len": 345.78687376300002, "ORIG_FID": 1021 }, "geometry": { "type": "Point", "coordinates": [ -111.873935645747906, 40.288137856636567 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.31886697, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2223.0, "Shape__Len": 295.96560616699998, "ORIG_FID": 1022 }, "geometry": { "type": "Point", "coordinates": [ -112.010464985642486, 40.310056279330063 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.6359316, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4433.40234375, "Shape__Len": 378.56067290599998, "ORIG_FID": 1023 }, "geometry": { "type": "Point", "coordinates": [ -112.009480884562592, 40.310078262215356 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.72744985, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5071.54296875, "Shape__Len": 410.71200411900003, "ORIG_FID": 1024 }, "geometry": { "type": "Point", "coordinates": [ -112.009399845067676, 40.310863350285253 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 10.49122356, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 87009.4570313, "Shape__Len": 3759.6665759000002, "ORIG_FID": 1025 }, "geometry": { "type": "Point", "coordinates": [ -111.898969839050679, 40.317907503273034 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "American Fork", "ACRES": 0.88774197, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6201.23046875, "Shape__Len": 503.56449866700001, "ORIG_FID": 1026 }, "geometry": { "type": "Point", "coordinates": [ -111.781221496348579, 40.375235051963344 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orchard Cove Park", "COUNTY": "UTAH", "CITY": "Santaquin", "ACRES": 1.31477331, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9080.83203125, "Shape__Len": 384.95572935299998, "ORIG_FID": 1027 }, "geometry": { "type": "Point", "coordinates": [ -111.791180815438949, 39.98839405226974 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 0.39889226, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2785.31640625, "Shape__Len": 256.07948626799998, "ORIG_FID": 1028 }, "geometry": { "type": "Point", "coordinates": [ -111.979185013232552, 40.364066854934819 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 5.94801736, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41466.28125, "Shape__Len": 958.74750621400005, "ORIG_FID": 1029 }, "geometry": { "type": "Point", "coordinates": [ -112.006452184147648, 40.309711675881722 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 7.43046682, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51806.34375, "Shape__Len": 1537.4018292799999, "ORIG_FID": 1030 }, "geometry": { "type": "Point", "coordinates": [ -112.005322350765539, 40.313152616440746 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 2.85563624, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19901.453125, "Shape__Len": 700.785379627, "ORIG_FID": 1031 }, "geometry": { "type": "Point", "coordinates": [ -112.006596146959922, 40.298650018422755 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Eagle Mountain", "ACRES": 1.85134589, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12907.6523438, "Shape__Len": 467.679532112, "ORIG_FID": 1032 }, "geometry": { "type": "Point", "coordinates": [ -112.02546699122766, 40.312827990385124 ] } }, -{ "type": "Feature", "properties": { "NAME": "Joaquin Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 0.90460958, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6293.95703125, "Shape__Len": 317.342232481, "ORIG_FID": 1033 }, "geometry": { "type": "Point", "coordinates": [ -111.651188709118813, 40.238660517251077 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lakeview Park", "COUNTY": "UTAH", "CITY": "Provo", "ACRES": 8.44071138, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 58747.546875, "Shape__Len": 998.84378858800005, "ORIG_FID": 1034 }, "geometry": { "type": "Point", "coordinates": [ -111.708909789215014, 40.250754355568098 ] } }, -{ "type": "Feature", "properties": { "NAME": "Aviation Park", "COUNTY": "UTAH", "CITY": "Orem", "ACRES": 1.7512904, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12199.2773438, "Shape__Len": 441.83860833199998, "ORIG_FID": 1035 }, "geometry": { "type": "Point", "coordinates": [ -111.709606525676776, 40.279432173279929 ] } }, -{ "type": "Feature", "properties": { "NAME": "Main Street Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 3.62471172, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25418.7109375, "Shape__Len": 637.73435468699995, "ORIG_FID": 1036 }, "geometry": { "type": "Point", "coordinates": [ -111.414440813242223, 40.504367462446588 ] } }, -{ "type": "Feature", "properties": { "NAME": "Central School Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 0.57829482, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4055.1875, "Shape__Len": 253.803844035, "ORIG_FID": 1037 }, "geometry": { "type": "Point", "coordinates": [ -111.412121360815561, 40.502911287340083 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wasatch County North School Offices", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 2.12258527, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14887.8007813, "Shape__Len": 562.69970230599995, "ORIG_FID": 1038 }, "geometry": { "type": "Point", "coordinates": [ -111.410432080166814, 40.510973405896024 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wasatch County Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 29.65003413, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 207928.519531, "Shape__Len": 2517.9980018900001, "ORIG_FID": 1039 }, "geometry": { "type": "Point", "coordinates": [ -111.430671387039013, 40.505074081286317 ] } }, -{ "type": "Feature", "properties": { "NAME": "Murfield Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 10.53625383, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 73914.3671875, "Shape__Len": 1503.0267671, "ORIG_FID": 1040 }, "geometry": { "type": "Point", "coordinates": [ -111.416861109550069, 40.51726680301531 ] } }, -{ "type": "Feature", "properties": { "NAME": "Murfield Park 2", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 1.25755879, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8821.8828125, "Shape__Len": 458.80372259500001, "ORIG_FID": 1041 }, "geometry": { "type": "Point", "coordinates": [ -111.422632601099977, 40.516289746313568 ] } }, -{ "type": "Feature", "properties": { "NAME": "Murfield Park 3", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 2.77619864, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19475.4609375, "Shape__Len": 693.31474691699998, "ORIG_FID": 1042 }, "geometry": { "type": "Point", "coordinates": [ -111.421503703748868, 40.516873942478171 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jr Smith Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 7.06125837, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 49534.6601563, "Shape__Len": 936.35325397199995, "ORIG_FID": 1043 }, "geometry": { "type": "Point", "coordinates": [ -111.409699340387775, 40.515864404134717 ] } }, -{ "type": "Feature", "properties": { "NAME": "Timp Meadows", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 1.55720187, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10922.6367188, "Shape__Len": 425.08409811400003, "ORIG_FID": 1044 }, "geometry": { "type": "Point", "coordinates": [ -111.399527319859629, 40.512297706123903 ] } }, -{ "type": "Feature", "properties": { "NAME": "Valley Hills Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 2.02293236, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14193.625, "Shape__Len": 488.84573384599997, "ORIG_FID": 1045 }, "geometry": { "type": "Point", "coordinates": [ -111.399170567477555, 40.522358799169901 ] } }, -{ "type": "Feature", "properties": { "NAME": "The Cove Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 1.73478505, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12174.5859375, "Shape__Len": 514.72344692000001, "ORIG_FID": 1046 }, "geometry": { "type": "Point", "coordinates": [ -111.40202916542934, 40.529838617658861 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mill Road Estates Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 1.26069861, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8840.9453125, "Shape__Len": 364.26324465800002, "ORIG_FID": 1047 }, "geometry": { "type": "Point", "coordinates": [ -111.399043027079571, 40.504847229078145 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wasatch County High School", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 4.08975614, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28675.234375, "Shape__Len": 737.11938226699999, "ORIG_FID": 1048 }, "geometry": { "type": "Point", "coordinates": [ -111.41074644231135, 40.498843090460085 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wasatch County High School", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 5.78044372, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40528.7460938, "Shape__Len": 886.61037723200002, "ORIG_FID": 1049 }, "geometry": { "type": "Point", "coordinates": [ -111.409204266361613, 40.498282740179654 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wasatch County High School", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 10.34262781, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 72510.0507813, "Shape__Len": 1078.1998635, "ORIG_FID": 1050 }, "geometry": { "type": "Point", "coordinates": [ -111.409788596110701, 40.495572653159009 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heber Landing Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 0.52529941, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3681.65234375, "Shape__Len": 305.51923598899998, "ORIG_FID": 1051 }, "geometry": { "type": "Point", "coordinates": [ -111.410663378563385, 40.485281363523335 ] } }, -{ "type": "Feature", "properties": { "NAME": "Red Ledges Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 13.69671049, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 96067.234375, "Shape__Len": 2660.4463151800001, "ORIG_FID": 1052 }, "geometry": { "type": "Point", "coordinates": [ -111.391325736742729, 40.510382722215013 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wasatch Horse Track", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 8.94763098, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 62738.46875, "Shape__Len": 1107.72403095, "ORIG_FID": 1053 }, "geometry": { "type": "Point", "coordinates": [ -111.424703080468433, 40.500209583268884 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wasatch Middle School", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 14.35427313, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 100641.089844, "Shape__Len": 1873.05240731, "ORIG_FID": 1054 }, "geometry": { "type": "Point", "coordinates": [ -111.425769448448648, 40.498464779925584 ] } }, -{ "type": "Feature", "properties": { "NAME": "Boyer Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 1.92903202, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13523.5546875, "Shape__Len": 604.18505397299998, "ORIG_FID": 1055 }, "geometry": { "type": "Point", "coordinates": [ -111.419970122514826, 40.494403836497632 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heritage Park & Museum", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 1.24823718, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7969.5703125, "Shape__Len": 352.44319886800002, "ORIG_FID": 1056 }, "geometry": { "type": "Point", "coordinates": [ -113.28867714259917, 37.176162463016432 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 1.25463441, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8011.05078125, "Shape__Len": 358.03042131000001, "ORIG_FID": 1057 }, "geometry": { "type": "Point", "coordinates": [ -113.28760163953261, 37.179116289320952 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hall Park", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 0.77429504, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4944.46484375, "Shape__Len": 296.52742221900002, "ORIG_FID": 1058 }, "geometry": { "type": "Point", "coordinates": [ -113.292430953275741, 37.182795147152483 ] } }, -{ "type": "Feature", "properties": { "NAME": "Spilsbury Ball Fields", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 9.24832899, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 59063.4726563, "Shape__Len": 1149.7934320500001, "ORIG_FID": 1059 }, "geometry": { "type": "Point", "coordinates": [ -113.292784094713909, 37.186584430258328 ] } }, -{ "type": "Feature", "properties": { "NAME": "American Legion Park", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 10.56214831, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 67459.4023438, "Shape__Len": 1067.99339835, "ORIG_FID": 1060 }, "geometry": { "type": "Point", "coordinates": [ -113.290909229661196, 37.189550411798194 ] } }, -{ "type": "Feature", "properties": { "NAME": "Three Falls Park", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 4.51285282, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28803.4375, "Shape__Len": 678.90095517300006, "ORIG_FID": 1061 }, "geometry": { "type": "Point", "coordinates": [ -113.299152397484391, 37.163793471965072 ] } }, -{ "type": "Feature", "properties": { "NAME": "Santa Fe Park", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 0.69095466, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4411.15234375, "Shape__Len": 330.86082409900001, "ORIG_FID": 1062 }, "geometry": { "type": "Point", "coordinates": [ -113.325939225337535, 37.174227970857146 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dixie Springs Park", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 15.11827889, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 96398.9609375, "Shape__Len": 1312.2741043599999, "ORIG_FID": 1063 }, "geometry": { "type": "Point", "coordinates": [ -113.371621682731671, 37.129219673063766 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stout Park", "COUNTY": "WASHINGTON", "CITY": "Hurricane", "ACRES": 2.57674274, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16456.3945313, "Shape__Len": 523.73114296100005, "ORIG_FID": 1064 }, "geometry": { "type": "Point", "coordinates": [ -113.294284485070278, 37.187369682107096 ] } }, -{ "type": "Feature", "properties": { "NAME": "Del Coronado Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 0.28183567, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1797.91796875, "Shape__Len": 172.65501358700001, "ORIG_FID": 1065 }, "geometry": { "type": "Point", "coordinates": [ -113.676618823664626, 37.158504824251388 ] } }, -{ "type": "Feature", "properties": { "NAME": "Abby Gale Shurtleff Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 8.330001, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 53160.7734375, "Shape__Len": 1492.4572606500001, "ORIG_FID": 1066 }, "geometry": { "type": "Point", "coordinates": [ -113.654103345588865, 37.172684620941844 ] } }, -{ "type": "Feature", "properties": { "NAME": "Red Rock Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 2.07361959, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13228.5585938, "Shape__Len": 708.33953644500002, "ORIG_FID": 1067 }, "geometry": { "type": "Point", "coordinates": [ -113.662624877249726, 37.158741412790896 ] } }, -{ "type": "Feature", "properties": { "NAME": "Unity City Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 11.91646955, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 76025.4960938, "Shape__Len": 1495.73340435, "ORIG_FID": 1068 }, "geometry": { "type": "Point", "coordinates": [ -113.685254651422611, 37.161893467554059 ] } }, -{ "type": "Feature", "properties": { "NAME": "Megan Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 0.25550058, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1630.34375, "Shape__Len": 160.57437544000001, "ORIG_FID": 1069 }, "geometry": { "type": "Point", "coordinates": [ -113.669833066600305, 37.168194915136588 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rocky Point Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 1.41705337, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9043.44140625, "Shape__Len": 695.32805197300002, "ORIG_FID": 1070 }, "geometry": { "type": "Point", "coordinates": [ -113.665619705517983, 37.173308733729343 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 4.26048125, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27186.546875, "Shape__Len": 801.24480185899995, "ORIG_FID": 1071 }, "geometry": { "type": "Point", "coordinates": [ -113.681264755117581, 37.169267951117391 ] } }, -{ "type": "Feature", "properties": { "NAME": "Potter's Pond Dog Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 6.02997001, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 38490.4804688, "Shape__Len": 794.77302330199996, "ORIG_FID": 1072 }, "geometry": { "type": "Point", "coordinates": [ -113.692429768966548, 37.182227611005025 ] } }, -{ "type": "Feature", "properties": { "NAME": "Evening Star Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 3.29316372, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21025.078125, "Shape__Len": 575.73914596899999, "ORIG_FID": 1073 }, "geometry": { "type": "Point", "coordinates": [ -113.70044983881985, 37.190061185614859 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pond Park", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 4.8961024, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31238.3007813, "Shape__Len": 743.74024891600004, "ORIG_FID": 1074 }, "geometry": { "type": "Point", "coordinates": [ -113.671895565871296, 37.163786815481025 ] } }, -{ "type": "Feature", "properties": { "NAME": "Red Mountain Elementary Fields", "COUNTY": "WASHINGTON", "CITY": "Ivins", "ACRES": 6.34378406, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40477.0, "Shape__Len": 1106.8530116300001, "ORIG_FID": 1075 }, "geometry": { "type": "Point", "coordinates": [ -113.673050015780504, 37.166153149161104 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lindquist Field", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 2.48947147, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17836.0078125, "Shape__Len": 534.39923360600005, "ORIG_FID": 1076 }, "geometry": { "type": "Point", "coordinates": [ -111.974983632202935, 41.224219867510172 ] } }, -{ "type": "Feature", "properties": { "NAME": "Golden Spike Park", "COUNTY": "WEBER", "CITY": "Riverdale", "ACRES": 8.28247253, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 59247.2109375, "Shape__Len": 1385.9607111400001, "ORIG_FID": 1077 }, "geometry": { "type": "Point", "coordinates": [ -112.01070304687768, 41.172992322489264 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rohmer Park", "COUNTY": "WEBER", "CITY": "Washington Terrace", "ACRES": 41.78883267, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 298888.613281, "Shape__Len": 3038.06932534, "ORIG_FID": 1078 }, "geometry": { "type": "Point", "coordinates": [ -111.991001428352988, 41.168100525884093 ] } }, -{ "type": "Feature", "properties": { "NAME": "Glasmann Way Park", "COUNTY": "WEBER", "CITY": "South Ogden", "ACRES": 6.29273835, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 45009.1054688, "Shape__Len": 999.35385122699995, "ORIG_FID": 1079 }, "geometry": { "type": "Point", "coordinates": [ -111.953486328065665, 41.168558333310813 ] } }, -{ "type": "Feature", "properties": { "NAME": "George Wahlen North Park", "COUNTY": "WEBER", "CITY": "Roy", "ACRES": 12.78912431, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 91526.8242188, "Shape__Len": 1617.7130125799999, "ORIG_FID": 1080 }, "geometry": { "type": "Point", "coordinates": [ -112.029102377032629, 41.188026463833836 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Ogden City Park", "COUNTY": "WEBER", "CITY": "South Ogden", "ACRES": 4.24898484, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30411.734375, "Shape__Len": 918.73324018000005, "ORIG_FID": 1081 }, "geometry": { "type": "Point", "coordinates": [ -111.96616860852663, 41.191164528566311 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Haven City Park", "COUNTY": "WEBER", "CITY": "West Haven", "ACRES": 8.91478389, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 63828.9609375, "Shape__Len": 1095.7594334400001, "ORIG_FID": 1082 }, "geometry": { "type": "Point", "coordinates": [ -112.049636573686413, 41.203514671361532 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lion's Park Wt", "COUNTY": "WEBER", "CITY": "Washington Terrace", "ACRES": 1.60976551, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11516.6601563, "Shape__Len": 550.88228890599999, "ORIG_FID": 1083 }, "geometry": { "type": "Point", "coordinates": [ -111.972246551123959, 41.176396888424776 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadows Park", "COUNTY": "WEBER", "CITY": "South Ogden", "ACRES": 2.07075892, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14806.9335938, "Shape__Len": 673.01548244900005, "ORIG_FID": 1084 }, "geometry": { "type": "Point", "coordinates": [ -111.934120444049981, 41.158914107654141 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 0.24193734, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1731.5078125, "Shape__Len": 221.308806817, "ORIG_FID": 1085 }, "geometry": { "type": "Point", "coordinates": [ -111.9405750238152, 41.188512671950406 ] } }, -{ "type": "Feature", "properties": { "NAME": "Uintah Town Park", "COUNTY": "WEBER", "CITY": "Unitah", "ACRES": 2.65548359, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18979.3554688, "Shape__Len": 582.51365821900004, "ORIG_FID": 1086 }, "geometry": { "type": "Point", "coordinates": [ -111.924777141090814, 41.143690762624622 ] } }, -{ "type": "Feature", "properties": { "NAME": "Madison Park", "COUNTY": "WEBER", "CITY": "South Ogden", "ACRES": 2.6834975, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19204.9179688, "Shape__Len": 749.64910702199995, "ORIG_FID": 1087 }, "geometry": { "type": "Point", "coordinates": [ -111.961788272407347, 41.187687597788518 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sandridge Park", "COUNTY": "WEBER", "CITY": "Roy", "ACRES": 7.07881475, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 50651.7734375, "Shape__Len": 906.58051204599997, "ORIG_FID": 1088 }, "geometry": { "type": "Point", "coordinates": [ -112.032034913078519, 41.182633115997454 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverdale City Pocket Park", "COUNTY": "WEBER", "CITY": "Riverdale", "ACRES": 0.97192927, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6954.578125, "Shape__Len": 460.73868867599998, "ORIG_FID": 1089 }, "geometry": { "type": "Point", "coordinates": [ -112.01052358931048, 41.182482409186676 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wt Receation Bld Playgorund", "COUNTY": "WEBER", "CITY": "Washington Terrace", "ACRES": 0.54625693, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3908.41015625, "Shape__Len": 250.53372414200001, "ORIG_FID": 1090 }, "geometry": { "type": "Point", "coordinates": [ -111.983118359429128, 41.17970294856314 ] } }, -{ "type": "Feature", "properties": { "NAME": "Roy Park", "COUNTY": "WEBER", "CITY": "Roy", "ACRES": 4.43597291, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31721.7773438, "Shape__Len": 730.770312816, "ORIG_FID": 1091 }, "geometry": { "type": "Point", "coordinates": [ -112.04213055225047, 41.162550375566241 ] } }, -{ "type": "Feature", "properties": { "NAME": "South West Park", "COUNTY": "WEBER", "CITY": "Roy", "ACRES": 28.61661057, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 204619.171875, "Shape__Len": 2017.4052684200001, "ORIG_FID": 1092 }, "geometry": { "type": "Point", "coordinates": [ -112.081039700073461, 41.159833015649141 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 39.45206138, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 282510.230469, "Shape__Len": 2498.3294121600002, "ORIG_FID": 1093 }, "geometry": { "type": "Point", "coordinates": [ -111.938532021224759, 41.206709572321273 ] } }, -{ "type": "Feature", "properties": { "NAME": "Slaterville Park", "COUNTY": "WEBER", "CITY": "Marriott-Slatterville", "ACRES": 14.09131655, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 101074.953125, "Shape__Len": 1553.3232326299999, "ORIG_FID": 1094 }, "geometry": { "type": "Point", "coordinates": [ -112.032040957547423, 41.262853268910611 ] } }, -{ "type": "Feature", "properties": { "NAME": "Marriot Park", "COUNTY": "WEBER", "CITY": "Marriott-Slatterville", "ACRES": 5.32681792, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 38189.984375, "Shape__Len": 926.14611298600005, "ORIG_FID": 1095 }, "geometry": { "type": "Point", "coordinates": [ -112.011056906349651, 41.246776228027798 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ogden Nature Center", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 97.66201772, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 700219.625, "Shape__Len": 4131.5587346700004, "ORIG_FID": 1096 }, "geometry": { "type": "Point", "coordinates": [ -112.001826491927247, 41.248666340178993 ] } }, -{ "type": "Feature", "properties": { "NAME": "Nature Park", "COUNTY": "WEBER", "CITY": "Marriott-Slatterville", "ACRES": 4.13208356, "TYPE": "Park", "STATUS": "Future", "Shape__Are": 29616.9101563, "Shape__Len": 706.87042101600002, "ORIG_FID": 1097 }, "geometry": { "type": "Point", "coordinates": [ -112.008679292099757, 41.238272669239315 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Fork Park", "COUNTY": "WEBER", "CITY": "Weber County", "ACRES": 510.46428143000003, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3675163.75, "Shape__Len": 10267.253320899999, "ORIG_FID": 1098 }, "geometry": { "type": "Point", "coordinates": [ -111.912728471335456, 41.383948578606876 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lions Club Park", "COUNTY": "WEBER", "CITY": "Plain City", "ACRES": 1.03822839, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7456.3125, "Shape__Len": 345.42888148899999, "ORIG_FID": 1099 }, "geometry": { "type": "Point", "coordinates": [ -112.084958084475872, 41.304339828241417 ] } }, -{ "type": "Feature", "properties": { "NAME": "Plain City Park", "COUNTY": "WEBER", "CITY": "Plain City", "ACRES": 3.98177999, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28593.625, "Shape__Len": 676.41570463400001, "ORIG_FID": 1100 }, "geometry": { "type": "Point", "coordinates": [ -112.085360022941089, 41.30135702010309 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lee Olson Park", "COUNTY": "WEBER", "CITY": "Plain City", "ACRES": 12.54942287, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 90115.6523438, "Shape__Len": 1579.71506957, "ORIG_FID": 1101 }, "geometry": { "type": "Point", "coordinates": [ -112.080148446060818, 41.300998799837728 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eden Park", "COUNTY": "WEBER", "CITY": "Weber County", "ACRES": 8.70860972, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 62536.5429688, "Shape__Len": 1000.37177831, "ORIG_FID": 1102 }, "geometry": { "type": "Point", "coordinates": [ -111.81412432940192, 41.29790059158038 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hunstville Park", "COUNTY": "WEBER", "CITY": "Huntsville", "ACRES": 6.2951564, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 45153.7695313, "Shape__Len": 849.99287619899997, "ORIG_FID": 1103 }, "geometry": { "type": "Point", "coordinates": [ -111.769045732794581, 41.25983650737124 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fort Buenaventura", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 20.576387, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 147402.9375, "Shape__Len": 1946.10751594, "ORIG_FID": 1104 }, "geometry": { "type": "Point", "coordinates": [ -111.98855757186098, 41.220294797520175 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 0.21391078, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1532.35546875, "Shape__Len": 149.78244744700001, "ORIG_FID": 1105 }, "geometry": { "type": "Point", "coordinates": [ -111.952415642064793, 41.219370240659572 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 5.61836854, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40255.421875, "Shape__Len": 969.91940055299995, "ORIG_FID": 1106 }, "geometry": { "type": "Point", "coordinates": [ -111.946683462210487, 41.225701913541293 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 11.7466988, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 84190.5859375, "Shape__Len": 1176.9235029199999, "ORIG_FID": 1107 }, "geometry": { "type": "Point", "coordinates": [ -111.944380895406141, 41.235783110362938 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bicentenial Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 141.79448175, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1017570.45313, "Shape__Len": 4272.5470005200004, "ORIG_FID": 1108 }, "geometry": { "type": "Point", "coordinates": [ -111.996449750198181, 41.278597163201439 ] } }, -{ "type": "Feature", "properties": { "NAME": "Harrisville Main Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 28.95888866, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 207856.542969, "Shape__Len": 2539.9972813700001, "ORIG_FID": 1109 }, "geometry": { "type": "Point", "coordinates": [ -111.98533272174528, 41.283870021386633 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 13.51040889, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 96838.8007813, "Shape__Len": 1812.1967064099999, "ORIG_FID": 1110 }, "geometry": { "type": "Point", "coordinates": [ -111.937913584514561, 41.238199432432005 ] } }, -{ "type": "Feature", "properties": { "NAME": "Friendship Park", "COUNTY": "WEBER", "CITY": "South Ogden", "ACRES": 10.73127939, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 76745.3710938, "Shape__Len": 1111.14583505, "ORIG_FID": 1111 }, "geometry": { "type": "Point", "coordinates": [ -111.964919876381572, 41.164146314198931 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shady Lane Park", "COUNTY": "WEBER", "CITY": "Pleasant View", "ACRES": 10.46737203, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 75198.546875, "Shape__Len": 1464.43478127, "ORIG_FID": 1112 }, "geometry": { "type": "Point", "coordinates": [ -111.991299634453142, 41.313853083333164 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mt. Ogden G.c. And Trail", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 244.28013355, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1749133.8671899999, "Shape__Len": 7706.8610778900002, "ORIG_FID": 1113 }, "geometry": { "type": "Point", "coordinates": [ -111.933299440435334, 41.20431926306658 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pleasant View Park", "COUNTY": "WEBER", "CITY": "Pleasant View", "ACRES": 8.12806404, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 58403.9570313, "Shape__Len": 1106.09134528, "ORIG_FID": 1114 }, "geometry": { "type": "Point", "coordinates": [ -112.000657448611463, 41.320245178844004 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lomond View Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 8.48634258, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 60972.25, "Shape__Len": 1198.9611418, "ORIG_FID": 1115 }, "geometry": { "type": "Point", "coordinates": [ -111.973948203422083, 41.316645612632698 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountain View Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 5.39477227, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 38764.390625, "Shape__Len": 800.05378152900005, "ORIG_FID": 1116 }, "geometry": { "type": "Point", "coordinates": [ -111.952750215762364, 41.320065070544409 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 22.69568403, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 162884.113281, "Shape__Len": 2108.4283379799999, "ORIG_FID": 1117 }, "geometry": { "type": "Point", "coordinates": [ -111.948566426159502, 41.280362365705628 ] } }, -{ "type": "Feature", "properties": { "NAME": "Van Lewen Park", "COUNTY": "WEBER", "CITY": "Washington Terrace", "ACRES": 8.80539392, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 63002.9882813, "Shape__Len": 1113.14002577, "ORIG_FID": 1118 }, "geometry": { "type": "Point", "coordinates": [ -111.976359938945521, 41.18033314190258 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Washington Terrace", "ACRES": 0.15688055, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1122.5234375, "Shape__Len": 168.11113573200001, "ORIG_FID": 1119 }, "geometry": { "type": "Point", "coordinates": [ -111.981666290510503, 41.181338850643073 ] } }, -{ "type": "Feature", "properties": { "NAME": "Victory Park", "COUNTY": "WEBER", "CITY": "Washington Terrace", "ACRES": 1.03083134, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7376.1875, "Shape__Len": 379.5781586, "ORIG_FID": 1120 }, "geometry": { "type": "Point", "coordinates": [ -111.974302919193036, 41.182794651938089 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mcgriff Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 4.9757874, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35748.2148438, "Shape__Len": 744.66514667199999, "ORIG_FID": 1121 }, "geometry": { "type": "Point", "coordinates": [ -111.951074882087639, 41.314918076551507 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oaklawn Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 6.7652492, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 48584.8671875, "Shape__Len": 881.365953117, "ORIG_FID": 1122 }, "geometry": { "type": "Point", "coordinates": [ -111.943083527713924, 41.301634741380447 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 1.80484021, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12949.234375, "Shape__Len": 489.14820917499998, "ORIG_FID": 1123 }, "geometry": { "type": "Point", "coordinates": [ -111.962861817823068, 41.270668363217666 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Park", "COUNTY": "WEBER", "CITY": "Roy", "ACRES": 11.36403199, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 81309.2109375, "Shape__Len": 1175.1572542199999, "ORIG_FID": 1124 }, "geometry": { "type": "Point", "coordinates": [ -112.04802651609775, 41.1807255628242 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wright Park", "COUNTY": "WEBER", "CITY": "Washington Terrace", "ACRES": 0.80476607, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5755.87109375, "Shape__Len": 354.22446888500002, "ORIG_FID": 1125 }, "geometry": { "type": "Point", "coordinates": [ -111.974366203531602, 41.167257965273976 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverdale Park", "COUNTY": "WEBER", "CITY": "Riverdale", "ACRES": 12.65064733, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 90527.8945313, "Shape__Len": 1461.8623513, "ORIG_FID": 1126 }, "geometry": { "type": "Point", "coordinates": [ -112.008206461345608, 41.185042337441288 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orton-greenacres Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 12.05948617, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 86587.515625, "Shape__Len": 1335.2520809800001, "ORIG_FID": 1127 }, "geometry": { "type": "Point", "coordinates": [ -111.960518176610663, 41.294943136563376 ] } }, -{ "type": "Feature", "properties": { "NAME": "Municipal Park", "COUNTY": "WEBER", "CITY": "Roy", "ACRES": 6.80328498, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 48642.5195313, "Shape__Len": 901.96856359000003, "ORIG_FID": 1128 }, "geometry": { "type": "Point", "coordinates": [ -112.034406860686872, 41.157032277688899 ] } }, -{ "type": "Feature", "properties": { "NAME": "Schneiters Riverside Gc", "COUNTY": "WEBER", "CITY": "Riverdale", "ACRES": 10.38167497, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 74253.21875, "Shape__Len": 1284.0338966500001, "ORIG_FID": 1129 }, "geometry": { "type": "Point", "coordinates": [ -112.00083165514296, 41.168106071469765 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 1.40150555, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10046.328125, "Shape__Len": 560.13169197499997, "ORIG_FID": 1130 }, "geometry": { "type": "Point", "coordinates": [ -111.958548219958999, 41.240967938251437 ] } }, -{ "type": "Feature", "properties": { "NAME": "Club Heights Park", "COUNTY": "WEBER", "CITY": "Riverdale", "ACRES": 14.34862958, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 102687.902344, "Shape__Len": 1782.70612863, "ORIG_FID": 1131 }, "geometry": { "type": "Point", "coordinates": [ -111.978697307195347, 41.187715936682764 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mtc Learning Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 14.99212315, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 107448.007813, "Shape__Len": 1454.3660645800001, "ORIG_FID": 1132 }, "geometry": { "type": "Point", "coordinates": [ -111.953018654257733, 41.234928150282727 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 10.25316065, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 73500.2070313, "Shape__Len": 1471.2289474199999, "ORIG_FID": 1133 }, "geometry": { "type": "Point", "coordinates": [ -111.957711915078434, 41.242221186028139 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wt City Hall Playground", "COUNTY": "WEBER", "CITY": "Washington Terrace", "ACRES": 0.42178858, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3018.19140625, "Shape__Len": 213.29979251699999, "ORIG_FID": 1134 }, "geometry": { "type": "Point", "coordinates": [ -111.973954679747521, 41.183201188426743 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mount Eyrie Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 6.19874437, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 44488.8007813, "Shape__Len": 1061.69809416, "ORIG_FID": 1135 }, "geometry": { "type": "Point", "coordinates": [ -111.966466927251631, 41.281435842114014 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ron Claire Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 6.20745044, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 44542.1796875, "Shape__Len": 944.98264171999995, "ORIG_FID": 1136 }, "geometry": { "type": "Point", "coordinates": [ -111.954784130068333, 41.274685631633268 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bonneville Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 10.58256579, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 75897.1875, "Shape__Len": 1259.6391353700001, "ORIG_FID": 1137 }, "geometry": { "type": "Point", "coordinates": [ -111.954598793760027, 41.257692107647728 ] } }, -{ "type": "Feature", "properties": { "NAME": "4th Street Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 31.01867365, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 222438.871094, "Shape__Len": 2744.1692442399999, "ORIG_FID": 1138 }, "geometry": { "type": "Point", "coordinates": [ -111.976623795365043, 41.254104616778839 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ninth Street", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 2.96447753, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 21254.671875, "Shape__Len": 710.26234578699996, "ORIG_FID": 1139 }, "geometry": { "type": "Point", "coordinates": [ -111.958693143855626, 41.248193165587558 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rolling Hills Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 3.77365284, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 27053.7460938, "Shape__Len": 671.27055135800003, "ORIG_FID": 1140 }, "geometry": { "type": "Point", "coordinates": [ -111.939259382933358, 41.244618947238067 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lorin Farr\/west Stadium", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 14.9455826, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 107120.007813, "Shape__Len": 1470.7089260099999, "ORIG_FID": 1141 }, "geometry": { "type": "Point", "coordinates": [ -111.959996605286321, 41.237086654687253 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ogden Stadium", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 6.58451725, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 47194.0898438, "Shape__Len": 951.00664942499998, "ORIG_FID": 1142 }, "geometry": { "type": "Point", "coordinates": [ -111.963987430483229, 41.237070111513248 ] } }, -{ "type": "Feature", "properties": { "NAME": "Thomas Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 1.6836701, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 12064.8125, "Shape__Len": 459.52070725900001, "ORIG_FID": 1143 }, "geometry": { "type": "Point", "coordinates": [ -111.932447451349631, 41.229308955323503 ] } }, -{ "type": "Feature", "properties": { "NAME": "Liberty Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 10.45716352, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 74929.8242188, "Shape__Len": 1094.9390908800001, "ORIG_FID": 1144 }, "geometry": { "type": "Point", "coordinates": [ -111.960552856554514, 41.227862826285097 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Ogden Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 4.7187598, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 33805.4179688, "Shape__Len": 791.07059360799997, "ORIG_FID": 1145 }, "geometry": { "type": "Point", "coordinates": [ -111.996205987142105, 41.222031218363931 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lester Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 10.35721311, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 74199.4570313, "Shape__Len": 1089.59350851, "ORIG_FID": 1146 }, "geometry": { "type": "Point", "coordinates": [ -111.963476442422191, 41.221609477449128 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dee Memorial", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 3.60733683, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 25843.4804688, "Shape__Len": 670.24607446699997, "ORIG_FID": 1147 }, "geometry": { "type": "Point", "coordinates": [ -111.947069265757065, 41.221921742433771 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jaycee Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 2.95497755, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 21169.203125, "Shape__Len": 589.23464750999995, "ORIG_FID": 1148 }, "geometry": { "type": "Point", "coordinates": [ -111.938126996177047, 41.22075935555894 ] } }, -{ "type": "Feature", "properties": { "NAME": "Marshall White Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 6.01662545, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 43094.6835938, "Shape__Len": 855.58476857599999, "ORIG_FID": 1149 }, "geometry": { "type": "Point", "coordinates": [ -111.97483402105631, 41.215108930686149 ] } }, -{ "type": "Feature", "properties": { "NAME": "Monroe Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 10.30496086, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 73801.7109375, "Shape__Len": 1086.6733693199999, "ORIG_FID": 1150 }, "geometry": { "type": "Point", "coordinates": [ -111.958138719472075, 41.21108871423769 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sullivan Hollow", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 4.99215865, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 35749.5429688, "Shape__Len": 787.98456930700002, "ORIG_FID": 1151 }, "geometry": { "type": "Point", "coordinates": [ -111.959740529612318, 41.208223537096728 ] } }, -{ "type": "Feature", "properties": { "NAME": "Orchard Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 4.01217447, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 28728.1289063, "Shape__Len": 702.59894083699999, "ORIG_FID": 1152 }, "geometry": { "type": "Point", "coordinates": [ -111.964520396017619, 41.204136326380308 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jefferson Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 5.91650011, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 42362.1210938, "Shape__Len": 867.12792242099999, "ORIG_FID": 1153 }, "geometry": { "type": "Point", "coordinates": [ -111.972744463568048, 41.203145794256983 ] } }, -{ "type": "Feature", "properties": { "NAME": "Grandview Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 4.67078766, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 33433.4453125, "Shape__Len": 768.66026483999997, "ORIG_FID": 1154 }, "geometry": { "type": "Point", "coordinates": [ -111.955499624605096, 41.19359889243146 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bues Pond", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 12.83748253, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 91864.6875, "Shape__Len": 1400.7299186800001, "ORIG_FID": 1155 }, "geometry": { "type": "Point", "coordinates": [ -111.93847086504951, 41.18419655745987 ] } }, -{ "type": "Feature", "properties": { "NAME": "Forest Green", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 5.44542038, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 38966.4453125, "Shape__Len": 840.78540298500002, "ORIG_FID": 1156 }, "geometry": { "type": "Point", "coordinates": [ -111.940153998257415, 41.183478852604587 ] } }, -{ "type": "Feature", "properties": { "NAME": "Glasmann Pond", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 8.66064693, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 61967.9296875, "Shape__Len": 1051.0837456700001, "ORIG_FID": 1157 }, "geometry": { "type": "Point", "coordinates": [ -111.951605832895638, 41.180428461926631 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stone Mountain", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 7.98632819, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 57131.7851563, "Shape__Len": 987.36557935899998, "ORIG_FID": 1158 }, "geometry": { "type": "Point", "coordinates": [ -111.942739262045521, 41.173755956866508 ] } }, -{ "type": "Feature", "properties": { "NAME": "1700 S Retention", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.88973765, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 13340.7539063, "Shape__Len": 527.82614008799999, "ORIG_FID": 1159 }, "geometry": { "type": "Point", "coordinates": [ -111.90603607535779, 40.732872047546081 ] } }, -{ "type": "Feature", "properties": { "NAME": "11th Ave Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 13.76374819, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 97312.9179688, "Shape__Len": 1201.9263356900001, "ORIG_FID": 1160 }, "geometry": { "type": "Point", "coordinates": [ -111.862848340348748, 40.783021513475404 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stratford Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.99060353, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 14045.4453125, "Shape__Len": 560.54452197900002, "ORIG_FID": 1161 }, "geometry": { "type": "Point", "coordinates": [ -111.835028614725786, 40.714479601390117 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hillcrest Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.61409207, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 11389.3945313, "Shape__Len": 586.38406944099995, "ORIG_FID": 1162 }, "geometry": { "type": "Point", "coordinates": [ -111.834855169875212, 40.716432413593537 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sugarhouse Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 109.45577157, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 772489.69140600006, "Shape__Len": 4406.668101, "ORIG_FID": 1163 }, "geometry": { "type": "Point", "coordinates": [ -111.848270109993962, 40.722700952615938 ] } }, -{ "type": "Feature", "properties": { "NAME": "Westminster College", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 28.39906253, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 200479.921875, "Shape__Len": 2041.1476701, "ORIG_FID": 1164 }, "geometry": { "type": "Point", "coordinates": [ -111.855505596136325, 40.731449089298572 ] } }, -{ "type": "Feature", "properties": { "NAME": "Curtis Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.00313738, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 7083.171875, "Shape__Len": 402.12674348799999, "ORIG_FID": 1165 }, "geometry": { "type": "Point", "coordinates": [ -111.827577790626634, 40.738928382116136 ] } }, -{ "type": "Feature", "properties": { "NAME": "5th Ave Tennis", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.36982598, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2614.109375, "Shape__Len": 208.690418585, "ORIG_FID": 1166 }, "geometry": { "type": "Point", "coordinates": [ -111.880220793782385, 40.774788642052819 ] } }, -{ "type": "Feature", "properties": { "NAME": "6th East Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.08092846, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 571.859375, "Shape__Len": 98.561620830099997, "ORIG_FID": 1167 }, "geometry": { "type": "Point", "coordinates": [ -111.874263426523342, 40.764374257388752 ] } }, -{ "type": "Feature", "properties": { "NAME": "Arcadia Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake County", "ACRES": 0.57548223, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 4062.34375, "Shape__Len": 257.45739210699998, "ORIG_FID": 1168 }, "geometry": { "type": "Point", "coordinates": [ -111.80583168316933, 40.729256854695983 ] } }, -{ "type": "Feature", "properties": { "NAME": "Artesian Well Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.10134017, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 715.83203125, "Shape__Len": 108.253346433, "ORIG_FID": 1169 }, "geometry": { "type": "Point", "coordinates": [ -111.877155302506495, 40.75170308275834 ] } }, -{ "type": "Feature", "properties": { "NAME": "Beatrice Evans Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.27348726, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 1931.65625, "Shape__Len": 250.819640134, "ORIG_FID": 1170 }, "geometry": { "type": "Point", "coordinates": [ -111.854669216896752, 40.748876789687714 ] } }, -{ "type": "Feature", "properties": { "NAME": "Beldon Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.07923895, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 559.8046875, "Shape__Len": 95.910304781299999, "ORIG_FID": 1171 }, "geometry": { "type": "Point", "coordinates": [ -111.880984712296353, 40.757300677539462 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Creek Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 2.17812529, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 15394.8085938, "Shape__Len": 547.29323260399997, "ORIG_FID": 1172 }, "geometry": { "type": "Point", "coordinates": [ -111.887719801370579, 40.772222562206743 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cotton Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.23056668, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 1627.62109375, "Shape__Len": 174.528047786, "ORIG_FID": 1173 }, "geometry": { "type": "Point", "coordinates": [ -111.882141672498591, 40.730833692430458 ] } }, -{ "type": "Feature", "properties": { "NAME": "Davis Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.71729928, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 5066.41015625, "Shape__Len": 368.12957221300002, "ORIG_FID": 1174 }, "geometry": { "type": "Point", "coordinates": [ -111.833799046098761, 40.749249993647645 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dilworth Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 4.82201644, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 34036.8320313, "Shape__Len": 903.60039479800002, "ORIG_FID": 1175 }, "geometry": { "type": "Point", "coordinates": [ -111.829150872540566, 40.727562889487324 ] } }, -{ "type": "Feature", "properties": { "NAME": "Donner Trail Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 11.95166693, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 84415.8320313, "Shape__Len": 2027.2238966, "ORIG_FID": 1176 }, "geometry": { "type": "Point", "coordinates": [ -111.809246821959746, 40.748889073174929 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ensign Downs Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 6.49468383, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 45928.4375, "Shape__Len": 984.20400005099998, "ORIG_FID": 1177 }, "geometry": { "type": "Point", "coordinates": [ -111.888402912189989, 40.79004141821963 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fairmont Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 25.98250623, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 183363.308594, "Shape__Len": 1944.81230276, "ORIG_FID": 1178 }, "geometry": { "type": "Point", "coordinates": [ -111.861165602613696, 40.721261178887183 ] } }, -{ "type": "Feature", "properties": { "NAME": "Faultline Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.0292422, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 7272.25390625, "Shape__Len": 437.53698579100001, "ORIG_FID": 1179 }, "geometry": { "type": "Point", "coordinates": [ -111.860935556498262, 40.761134104681034 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fire Station Tennis", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.41811359, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 10023.9570313, "Shape__Len": 408.84148422099997, "ORIG_FID": 1180 }, "geometry": { "type": "Point", "coordinates": [ -111.920475761225035, 40.775419559728697 ] } }, -{ "type": "Feature", "properties": { "NAME": "First Encampment Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.3148652, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2222.8671875, "Shape__Len": 208.58019303399999, "ORIG_FID": 1181 }, "geometry": { "type": "Point", "coordinates": [ -111.877159457899197, 40.73328651929679 ] } }, -{ "type": "Feature", "properties": { "NAME": "Gilgal Gardens", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.94532181, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 6678.890625, "Shape__Len": 527.03912355600005, "ORIG_FID": 1182 }, "geometry": { "type": "Point", "coordinates": [ -111.869308364793767, 40.759192198009977 ] } }, -{ "type": "Feature", "properties": { "NAME": "Navajo Circle Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.44833697, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 3166.109375, "Shape__Len": 199.724746049, "ORIG_FID": 1183 }, "geometry": { "type": "Point", "coordinates": [ -111.929473315667323, 40.744102250071315 ] } }, -{ "type": "Feature", "properties": { "NAME": "Guadalupe Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.56442391, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 3990.1796875, "Shape__Len": 257.16346325400002, "ORIG_FID": 1184 }, "geometry": { "type": "Point", "coordinates": [ -111.908814946501707, 40.779879799120231 ] } }, -{ "type": "Feature", "properties": { "NAME": "Harvard Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.37160396, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2624.25390625, "Shape__Len": 234.82278937300001, "ORIG_FID": 1185 }, "geometry": { "type": "Point", "coordinates": [ -111.85339205098694, 40.743472780158157 ] } }, -{ "type": "Feature", "properties": { "NAME": "Inglewood Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.32851403, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2319.94140625, "Shape__Len": 201.05169763000001, "ORIG_FID": 1186 }, "geometry": { "type": "Point", "coordinates": [ -111.860984782474617, 40.743565198368444 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jackson Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.00117224, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 7077.79296875, "Shape__Len": 334.30584822399999, "ORIG_FID": 1187 }, "geometry": { "type": "Point", "coordinates": [ -111.913076853734054, 40.779923966028022 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jefferson Circle Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.78847499, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 5566.30859375, "Shape__Len": 304.51461712600002, "ORIG_FID": 1188 }, "geometry": { "type": "Point", "coordinates": [ -111.894958997499586, 40.732695245528092 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jefferson Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 2.98133752, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 21054.703125, "Shape__Len": 794.99573119499996, "ORIG_FID": 1189 }, "geometry": { "type": "Point", "coordinates": [ -111.895375982555763, 40.744938366713349 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.9782499, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 6911.50390625, "Shape__Len": 676.91842713100004, "ORIG_FID": 1190 }, "geometry": { "type": "Point", "coordinates": [ -111.923277264064239, 40.760338779364233 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.47122158, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 3329.4765625, "Shape__Len": 626.32907350200003, "ORIG_FID": 1191 }, "geometry": { "type": "Point", "coordinates": [ -111.923736214690322, 40.761486455983437 ] } }, -{ "type": "Feature", "properties": { "NAME": "Alzheimers Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.2349891, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 1660.4140625, "Shape__Len": 183.10248936100001, "ORIG_FID": 1192 }, "geometry": { "type": "Point", "coordinates": [ -111.924858987956782, 40.763243077739872 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.16304314, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 8215.3046875, "Shape__Len": 547.80569280099996, "ORIG_FID": 1193 }, "geometry": { "type": "Point", "coordinates": [ -111.922185767425717, 40.752546669691604 ] } }, -{ "type": "Feature", "properties": { "NAME": "800 South Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 5.93250854, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 41903.1289063, "Shape__Len": 895.662902368, "ORIG_FID": 1194 }, "geometry": { "type": "Point", "coordinates": [ -111.920406990532143, 40.7507140276984 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 6.31607262, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 44663.3242188, "Shape__Len": 1531.30961892, "ORIG_FID": 1195 }, "geometry": { "type": "Point", "coordinates": [ -111.935560390228829, 40.788834442387255 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 4.06387343, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 28731.0585938, "Shape__Len": 1777.9660014000001, "ORIG_FID": 1196 }, "geometry": { "type": "Point", "coordinates": [ -111.937500657817822, 40.781126914910757 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.38771968, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 9810.93359375, "Shape__Len": 1429.79886898, "ORIG_FID": 1197 }, "geometry": { "type": "Point", "coordinates": [ -111.936447909559931, 40.780884396523433 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 3.81779363, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 26985.8242188, "Shape__Len": 2716.83905426, "ORIG_FID": 1198 }, "geometry": { "type": "Point", "coordinates": [ -111.930559730002756, 40.775540779905548 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kletting Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.15897748, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 1123.67578125, "Shape__Len": 154.566804335, "ORIG_FID": 1199 }, "geometry": { "type": "Point", "coordinates": [ -111.881806924574661, 40.773306976219892 ] } }, -{ "type": "Feature", "properties": { "NAME": "Larde Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.07197527, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 508.27734375, "Shape__Len": 87.432961920300002, "ORIG_FID": 1200 }, "geometry": { "type": "Point", "coordinates": [ -111.835171611229001, 40.742240530130097 ] } }, -{ "type": "Feature", "properties": { "NAME": "Larde Circle", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.02383793, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 168.31640625, "Shape__Len": 46.151766673200001, "ORIG_FID": 1201 }, "geometry": { "type": "Point", "coordinates": [ -111.835327648904567, 40.742516180359026 ] } }, -{ "type": "Feature", "properties": { "NAME": "Laird Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.5384125, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 10864.0390625, "Shape__Len": 426.79507553000002, "ORIG_FID": 1202 }, "geometry": { "type": "Point", "coordinates": [ -111.83879391926456, 40.742941531632162 ] } }, -{ "type": "Feature", "properties": { "NAME": "Madsen Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.38033602, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 9755.3125, "Shape__Len": 424.02553689500002, "ORIG_FID": 1203 }, "geometry": { "type": "Point", "coordinates": [ -111.91898942555008, 40.769799347084316 ] } }, -{ "type": "Feature", "properties": { "NAME": "Miami Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.78258746, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 5536.35546875, "Shape__Len": 322.672734488, "ORIG_FID": 1204 }, "geometry": { "type": "Point", "coordinates": [ -111.942325023642752, 40.803584270527047 ] } }, -{ "type": "Feature", "properties": { "NAME": "Library Square", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 9.94769597, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 70283.0234375, "Shape__Len": 1060.44461935, "ORIG_FID": 1205 }, "geometry": { "type": "Point", "coordinates": [ -111.883942115737355, 40.75956978573047 ] } }, -{ "type": "Feature", "properties": { "NAME": "Miller Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 8.68223398, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 61320.5117188, "Shape__Len": 1976.2117483899999, "ORIG_FID": 1206 }, "geometry": { "type": "Point", "coordinates": [ -111.84468915889363, 40.747151068249053 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Gate Way Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 6.03601194, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 42685.2421875, "Shape__Len": 974.28367074699997, "ORIG_FID": 1207 }, "geometry": { "type": "Point", "coordinates": [ -111.900347583088859, 40.790517124302376 ] } }, -{ "type": "Feature", "properties": { "NAME": "Parley Pratt Plaza", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.36453902, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2572.98828125, "Shape__Len": 237.18321594299999, "ORIG_FID": 1208 }, "geometry": { "type": "Point", "coordinates": [ -111.825004471887425, 40.725523000037896 ] } }, -{ "type": "Feature", "properties": { "NAME": "Peoples Freeway Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.387403, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2735.14453125, "Shape__Len": 220.69959615600001, "ORIG_FID": 1209 }, "geometry": { "type": "Point", "coordinates": [ -111.894243737558909, 40.735537914587901 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 10.16222016, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 71802.8710938, "Shape__Len": 1071.9131406700001, "ORIG_FID": 1210 }, "geometry": { "type": "Point", "coordinates": [ -111.901111990553915, 40.761711130681469 ] } }, -{ "type": "Feature", "properties": { "NAME": "Poplar Grove Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 5.63653535, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 39814.7929688, "Shape__Len": 992.03103304199999, "ORIG_FID": 1211 }, "geometry": { "type": "Point", "coordinates": [ -111.925331216392152, 40.752621594865161 ] } }, -{ "type": "Feature", "properties": { "NAME": "Popperton Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 29.14154933, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 206010.746094, "Shape__Len": 2356.5715134000002, "ORIG_FID": 1212 }, "geometry": { "type": "Point", "coordinates": [ -111.847487562365231, 40.778481294959001 ] } }, -{ "type": "Feature", "properties": { "NAME": "Post Street Tot Lot", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.28985555, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2047.828125, "Shape__Len": 183.60725292500001, "ORIG_FID": 1213 }, "geometry": { "type": "Point", "coordinates": [ -111.917982717686584, 40.758745558359571 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pugsley Ouray Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.11923166, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 842.91015625, "Shape__Len": 122.094214294, "ORIG_FID": 1214 }, "geometry": { "type": "Point", "coordinates": [ -111.901190703992555, 40.779916470792713 ] } }, -{ "type": "Feature", "properties": { "NAME": "Reservoir Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 5.4543737, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 38546.90625, "Shape__Len": 822.62590496099995, "ORIG_FID": 1215 }, "geometry": { "type": "Point", "coordinates": [ -111.853142581067445, 40.768267645367906 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverside Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 28.94266859, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 204637.859375, "Shape__Len": 2064.1645107200002, "ORIG_FID": 1216 }, "geometry": { "type": "Point", "coordinates": [ -111.933942268834485, 40.784739898782384 ] } }, -{ "type": "Feature", "properties": { "NAME": "Roberta Laconia Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.13697823, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 967.59765625, "Shape__Len": 127.765975142, "ORIG_FID": 1217 }, "geometry": { "type": "Point", "coordinates": [ -111.883488813715203, 40.753165315744738 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rosewood Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 28.87181851, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 204225.21875, "Shape__Len": 1904.17251867, "ORIG_FID": 1218 }, "geometry": { "type": "Point", "coordinates": [ -111.922735559099451, 40.799112138670914 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sherwood Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 13.10139396, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 92569.0390625, "Shape__Len": 1351.8072161299999, "ORIG_FID": 1219 }, "geometry": { "type": "Point", "coordinates": [ -111.931716436241871, 40.761669845392603 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shipp Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.09417514, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 665.66796875, "Shape__Len": 106.441779985, "ORIG_FID": 1220 }, "geometry": { "type": "Point", "coordinates": [ -111.872077912282109, 40.774199502585482 ] } }, -{ "type": "Feature", "properties": { "NAME": "Silver Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.19230668, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 1359.53515625, "Shape__Len": 191.13483325300001, "ORIG_FID": 1221 }, "geometry": { "type": "Point", "coordinates": [ -111.89441414155884, 40.780384238634852 ] } }, -{ "type": "Feature", "properties": { "NAME": "Steenblik Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.60566113, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 4282.60546875, "Shape__Len": 338.81608032999998, "ORIG_FID": 1222 }, "geometry": { "type": "Point", "coordinates": [ -111.921740444902952, 40.786814432143458 ] } }, -{ "type": "Feature", "properties": { "NAME": "Swede Town Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.58006681, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 4103.296875, "Shape__Len": 262.94665379000003, "ORIG_FID": 1223 }, "geometry": { "type": "Point", "coordinates": [ -111.914724713968297, 40.800580732863118 ] } }, -{ "type": "Feature", "properties": { "NAME": "Taufer Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.59920532, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 4232.90234375, "Shape__Len": 266.48420089400003, "ORIG_FID": 1224 }, "geometry": { "type": "Point", "coordinates": [ -111.883027662340908, 40.754541179084207 ] } }, -{ "type": "Feature", "properties": { "NAME": "Van Ness Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.0667139, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 471.22265625, "Shape__Len": 89.892561010799994, "ORIG_FID": 1225 }, "geometry": { "type": "Point", "coordinates": [ -111.878562593861744, 40.750517484842426 ] } }, -{ "type": "Feature", "properties": { "NAME": "Warm Springs Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 13.50125925, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 95468.0898438, "Shape__Len": 1404.3742076599999, "ORIG_FID": 1226 }, "geometry": { "type": "Point", "coordinates": [ -111.89802293636572, 40.787202589736573 ] } }, -{ "type": "Feature", "properties": { "NAME": "Washington Square", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 9.99878156, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 70643.8710938, "Shape__Len": 1063.15832224, "ORIG_FID": 1227 }, "geometry": { "type": "Point", "coordinates": [ -111.88679802993218, 40.759566362016017 ] } }, -{ "type": "Feature", "properties": { "NAME": "Weseman Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.29645416, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2093.3203125, "Shape__Len": 227.99760031, "ORIG_FID": 1228 }, "geometry": { "type": "Point", "coordinates": [ -111.916334417049782, 40.740735633814246 ] } }, -{ "type": "Feature", "properties": { "NAME": "Westminster Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.41974405, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2963.296875, "Shape__Len": 258.95952596299998, "ORIG_FID": 1229 }, "geometry": { "type": "Point", "coordinates": [ -111.862925250664546, 40.733305273652007 ] } }, -{ "type": "Feature", "properties": { "NAME": "Westpointe Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 23.357953, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 165197.710938, "Shape__Len": 1994.16158552, "ORIG_FID": 1230 }, "geometry": { "type": "Point", "coordinates": [ -111.94701469983282, 40.794234646162273 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rotary Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.18024341, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 1275.76171875, "Shape__Len": 143.94124801800001, "ORIG_FID": 1231 }, "geometry": { "type": "Point", "coordinates": [ -111.82014193022377, 40.81916163624193 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hogle Zoo", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 39.35697621, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 277990.929688, "Shape__Len": 2438.76088742, "ORIG_FID": 1232 }, "geometry": { "type": "Point", "coordinates": [ -111.816178137190875, 40.749709561823472 ] } }, -{ "type": "Feature", "properties": { "NAME": "Glendale Mini Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 4.69595757, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 33161.9882813, "Shape__Len": 1049.7275683400001, "ORIG_FID": 1233 }, "geometry": { "type": "Point", "coordinates": [ -111.919922127127151, 40.743584312903522 ] } }, -{ "type": "Feature", "properties": { "NAME": "Porkchop Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.11066725, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 781.921875, "Shape__Len": 158.18390481700001, "ORIG_FID": 1234 }, "geometry": { "type": "Point", "coordinates": [ -111.862560622694062, 40.76056355940046 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kilowatt Commons", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.51049505, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 3607.4765625, "Shape__Len": 264.632159957, "ORIG_FID": 1235 }, "geometry": { "type": "Point", "coordinates": [ -111.893410991973482, 40.766096835003232 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dinwoody Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.15997264, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 1130.48828125, "Shape__Len": 142.28394731899999, "ORIG_FID": 1236 }, "geometry": { "type": "Point", "coordinates": [ -111.892776102320283, 40.766834160822441 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon Side Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.29535946, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 2087.69921875, "Shape__Len": 191.27034690100001, "ORIG_FID": 1237 }, "geometry": { "type": "Point", "coordinates": [ -111.885797375851212, 40.77427905804182 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.79815478, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 5641.48828125, "Shape__Len": 398.54539994200002, "ORIG_FID": 1238 }, "geometry": { "type": "Point", "coordinates": [ -111.886257806283211, 40.773386017926065 ] } }, -{ "type": "Feature", "properties": { "NAME": "Tot Lot", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.31347155, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 2214.5234375, "Shape__Len": 195.41321543399999, "ORIG_FID": 1239 }, "geometry": { "type": "Point", "coordinates": [ -111.920366106420502, 40.756347089722972 ] } }, -{ "type": "Feature", "properties": { "NAME": "Brigham Young Historic Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 2.81657518, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 19906.71875, "Shape__Len": 638.66404672700003, "ORIG_FID": 1240 }, "geometry": { "type": "Point", "coordinates": [ -111.887316279625423, 40.771182134862933 ] } }, -{ "type": "Feature", "properties": { "NAME": "Constitution Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 11.69222019, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 82647.0625, "Shape__Len": 1754.7446152499999, "ORIG_FID": 1241 }, "geometry": { "type": "Point", "coordinates": [ -111.929619710880729, 40.776117322546142 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 7.76359055, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 54881.0898438, "Shape__Len": 1576.0329201500001, "ORIG_FID": 1242 }, "geometry": { "type": "Point", "coordinates": [ -111.847275509029117, 40.777103594809809 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wetland Observation Area", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 33.69392298, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 238447.652344, "Shape__Len": 2277.2618065800002, "ORIG_FID": 1243 }, "geometry": { "type": "Point", "coordinates": [ -111.932367660056599, 40.815476915054454 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fed. Heights Detention Basin", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.75270555, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 12389.0742188, "Shape__Len": 583.28601381099998, "ORIG_FID": 1244 }, "geometry": { "type": "Point", "coordinates": [ -111.842321181583515, 40.774642544498462 ] } }, -{ "type": "Feature", "properties": { "NAME": "Almond Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.09964139, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 704.359375, "Shape__Len": 110.491259195, "ORIG_FID": 1245 }, "geometry": { "type": "Point", "coordinates": [ -111.894321736349909, 40.776857853607929 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cottonwood Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 11.28991869, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 79807.1875, "Shape__Len": 2210.6180157600002, "ORIG_FID": 1246 }, "geometry": { "type": "Point", "coordinates": [ -111.936675713042447, 40.777299579145094 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan River Trail", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 13.33918932, "TYPE": "Community Park", "STATUS": "Complete", "Shape__Are": 94294.125, "Shape__Len": 2595.07021222, "ORIG_FID": 1247 }, "geometry": { "type": "Point", "coordinates": [ -111.934367020145601, 40.777664350767907 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Creek Watershed", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 33.14650426, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 1339389.8671899999, "Shape__Len": 5423.5244703199996, "ORIG_FID": 1248 }, "geometry": { "type": "Point", "coordinates": [ -111.876983785714359, 40.791880152678161 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 5.19996281, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 36762.296875, "Shape__Len": 754.94438551600001, "ORIG_FID": 1249 }, "geometry": { "type": "Point", "coordinates": [ -111.88651530845479, 40.780739303248659 ] } }, -{ "type": "Feature", "properties": { "NAME": "Steiner Aquatics", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 11.4822852, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 82114.2070313, "Shape__Len": 1175.8727226599999, "ORIG_FID": 1250 }, "geometry": { "type": "Point", "coordinates": [ -111.844039083820363, 40.755071920332739 ] } }, -{ "type": "Feature", "properties": { "NAME": "Redwood Meadows Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 0.43148503, "TYPE": "Mini Park", "STATUS": "Complete", "Shape__Are": 3050.23046875, "Shape__Len": 282.60246248499999, "ORIG_FID": 1251 }, "geometry": { "type": "Point", "coordinates": [ -111.94163956581221, 40.778630970612525 ] } }, -{ "type": "Feature", "properties": { "NAME": "Skye Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 4.8840632, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 34320.1914063, "Shape__Len": 745.13723131100005, "ORIG_FID": 1252 }, "geometry": { "type": "Point", "coordinates": [ -112.006016473615844, 40.578406798742868 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ascot Downs Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 2.08004616, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 14611.4335938, "Shape__Len": 527.01991276199999, "ORIG_FID": 1253 }, "geometry": { "type": "Point", "coordinates": [ -111.98996925163847, 40.566707058153511 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dunsinane Detention", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.97158352, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 13854.2226563, "Shape__Len": 471.364232749, "ORIG_FID": 1254 }, "geometry": { "type": "Point", "coordinates": [ -111.982133109338093, 40.577998596085337 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oquirrh Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 14.13013517, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 99249.9335938, "Shape__Len": 2167.5823795199999, "ORIG_FID": 1255 }, "geometry": { "type": "Point", "coordinates": [ -111.987728553536328, 40.564571817046719 ] } }, -{ "type": "Feature", "properties": { "NAME": "Country Crossing Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 4.99691159, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 35073.046875, "Shape__Len": 758.521162516, "ORIG_FID": 1256 }, "geometry": { "type": "Point", "coordinates": [ -111.992969075881987, 40.539698416139878 ] } }, -{ "type": "Feature", "properties": { "NAME": "Prospector Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 3.08169643, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 21647.9179688, "Shape__Len": 600.73863930300001, "ORIG_FID": 1257 }, "geometry": { "type": "Point", "coordinates": [ -111.947279598231333, 40.566702668571828 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kilmuir South", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.92146418, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 13501.3085938, "Shape__Len": 1994.1689701800001, "ORIG_FID": 1258 }, "geometry": { "type": "Point", "coordinates": [ -112.001647674653, 40.576546405198215 ] } }, -{ "type": "Feature", "properties": { "NAME": "Glenmoor Ball Diamond", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 2.13035119, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 14969.3554688, "Shape__Len": 527.12667515099997, "ORIG_FID": 1259 }, "geometry": { "type": "Point", "coordinates": [ -112.000203342853396, 40.577077502650049 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shields Lane Trailhead", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 15.95400382, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 112085.804688, "Shape__Len": 2237.5596079900001, "ORIG_FID": 1260 }, "geometry": { "type": "Point", "coordinates": [ -111.915554887022367, 40.570534777264193 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oquirrh Open Space", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 15.18605315, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 106668.613281, "Shape__Len": 2072.0978142200001, "ORIG_FID": 1261 }, "geometry": { "type": "Point", "coordinates": [ -111.982414783721254, 40.564452401907268 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lucas Del Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.63724823, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 11493.5117188, "Shape__Len": 431.26096579099999, "ORIG_FID": 1262 }, "geometry": { "type": "Point", "coordinates": [ -111.975089611999678, 40.544612456101746 ] } }, -{ "type": "Feature", "properties": { "NAME": "Beckstead Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 5.79881031, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 40722.3789063, "Shape__Len": 969.17085598899996, "ORIG_FID": 1263 }, "geometry": { "type": "Point", "coordinates": [ -111.935230902928737, 40.556334512876653 ] } }, -{ "type": "Feature", "properties": { "NAME": "9400 S Entry Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 0.47121545, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 3311.4765625, "Shape__Len": 248.01184722799999, "ORIG_FID": 1264 }, "geometry": { "type": "Point", "coordinates": [ -111.93920869832354, 40.580232781714138 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunstone Detention", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 0.51192293, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 3592.859375, "Shape__Len": 245.6267886, "ORIG_FID": 1265 }, "geometry": { "type": "Point", "coordinates": [ -112.031299654635674, 40.537353693551587 ] } }, -{ "type": "Feature", "properties": { "NAME": "Riverfront Park - West", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 9.06428042, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 63641.7226563, "Shape__Len": 973.56093313500003, "ORIG_FID": 1266 }, "geometry": { "type": "Point", "coordinates": [ -111.918318036765513, 40.549487989045595 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ivory Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 4.20219092, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 29501.640625, "Shape__Len": 745.400537063, "ORIG_FID": 1267 }, "geometry": { "type": "Point", "coordinates": [ -111.967238552495814, 40.547030688017053 ] } }, -{ "type": "Feature", "properties": { "NAME": "Aunt Mame's Place", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 9.75918132, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 68549.6171875, "Shape__Len": 1184.3325705, "ORIG_FID": 1268 }, "geometry": { "type": "Point", "coordinates": [ -111.926490426783261, 40.563770262637576 ] } }, -{ "type": "Feature", "properties": { "NAME": "Yorkshire Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 3.50664142, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 24638.703125, "Shape__Len": 2742.22024392, "ORIG_FID": 1269 }, "geometry": { "type": "Point", "coordinates": [ -111.98980628155455, 40.573714036510133 ] } }, -{ "type": "Feature", "properties": { "NAME": "District Detention Basin", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 3.07606857, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 21589.6835938, "Shape__Len": 653.57990775799999, "ORIG_FID": 1270 }, "geometry": { "type": "Point", "coordinates": [ -111.976247449212764, 40.537813423379376 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kilmuir North", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.68094858, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 11812.0234375, "Shape__Len": 2258.08896482, "ORIG_FID": 1271 }, "geometry": { "type": "Point", "coordinates": [ -112.002934345558259, 40.578186027320257 ] } }, -{ "type": "Feature", "properties": { "NAME": "Gale Center", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 2.04080043, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 14335.0234375, "Shape__Len": 493.65626256000002, "ORIG_FID": 1272 }, "geometry": { "type": "Point", "coordinates": [ -111.935792664379278, 40.564368800903289 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bolton Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 0.4638155, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 3258.19921875, "Shape__Len": 224.18284001500001, "ORIG_FID": 1273 }, "geometry": { "type": "Point", "coordinates": [ -111.99907937925903, 40.567691791372816 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hillside Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 8.77942923, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 61633.1953125, "Shape__Len": 1535.59356134, "ORIG_FID": 1274 }, "geometry": { "type": "Point", "coordinates": [ -111.997489674587541, 40.545985011401037 ] } }, -{ "type": "Feature", "properties": { "NAME": "Calendar Square", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.41967725, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 9964.24609375, "Shape__Len": 409.18390991199999, "ORIG_FID": 1275 }, "geometry": { "type": "Point", "coordinates": [ -111.998916578582623, 40.538460316170521 ] } }, -{ "type": "Feature", "properties": { "NAME": "Equestrian Center", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 110.45717768, "TYPE": "County Park", "STATUS": "Complete", "Shape__Are": 775539.546875, "Shape__Len": 4167.5590725100001, "ORIG_FID": 1276 }, "geometry": { "type": "Point", "coordinates": [ -111.945837021471945, 40.549864237175072 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Jordan City Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 76.70906366, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 538648.328125, "Shape__Len": 4954.3358644299997, "ORIG_FID": 1277 }, "geometry": { "type": "Point", "coordinates": [ -111.942198517621335, 40.553619378205283 ] } }, -{ "type": "Feature", "properties": { "NAME": "Nisson Park", "COUNTY": "WASHINGTON", "CITY": "Washington City", "ACRES": 3.31900766, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21160.4882813, "Shape__Len": 581.45732688400005, "ORIG_FID": 1278 }, "geometry": { "type": "Point", "coordinates": [ -113.513996151219203, 37.129646540909526 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vernon Worthen Park", "COUNTY": "WASHINGTON", "CITY": "Saint George", "ACRES": 14.12978125, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 90020.7265625, "Shape__Len": 1714.8642740800001, "ORIG_FID": 1279 }, "geometry": { "type": "Point", "coordinates": [ -113.575887315342797, 37.103997811234798 ] } }, -{ "type": "Feature", "properties": { "NAME": "Snow Park", "COUNTY": "WASHINGTON", "CITY": "Saint George", "ACRES": 16.74246005, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 106625.921875, "Shape__Len": 1408.9246220099999, "ORIG_FID": 1280 }, "geometry": { "type": "Point", "coordinates": [ -113.578389805157585, 37.090541385263322 ] } }, -{ "type": "Feature", "properties": { "NAME": "Tonaquint Park", "COUNTY": "WASHINGTON", "CITY": "Saint George", "ACRES": 34.95991145, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 222573.773438, "Shape__Len": 7011.1869631600002, "ORIG_FID": 1281 }, "geometry": { "type": "Point", "coordinates": [ -113.601525313383291, 37.079621062098852 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bloomington Park", "COUNTY": "WASHINGTON", "CITY": "Saint George", "ACRES": 19.0764582, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 121370.734375, "Shape__Len": 1412.4288655600001, "ORIG_FID": 1282 }, "geometry": { "type": "Point", "coordinates": [ -113.599938001482855, 37.053782346369154 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "WASHINGTON", "CITY": "Saint George", "ACRES": 37.5434178, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 239253.007813, "Shape__Len": 1926.12114896, "ORIG_FID": 1283 }, "geometry": { "type": "Point", "coordinates": [ -113.575758760579873, 37.115181557601439 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cherry Hill Camping Resort", "COUNTY": "DAVIS", "CITY": "Fruit Heights", "ACRES": 13.17522191, "TYPE": "Campground", "STATUS": "Complete", "Shape__Are": 93799.4570313, "Shape__Len": 1346.22642804, "ORIG_FID": 1284 }, "geometry": { "type": "Point", "coordinates": [ -111.913093861465626, 41.014332596416985 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Clinton Park", "COUNTY": "DAVIS", "CITY": "Clinton", "ACRES": 11.10005971, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 79326.9765625, "Shape__Len": 1214.2720202600001, "ORIG_FID": 1285 }, "geometry": { "type": "Point", "coordinates": [ -112.080358166621807, 41.142295582785742 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fisher Park", "COUNTY": "DAVIS", "CITY": "Clearfield", "ACRES": 16.04590061, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 114533.265625, "Shape__Len": 1861.5966224700001, "ORIG_FID": 1286 }, "geometry": { "type": "Point", "coordinates": [ -112.009345634766603, 41.101189690920826 ] } }, -{ "type": "Feature", "properties": { "NAME": "Centerville Community Park", "COUNTY": "DAVIS", "CITY": "Centerville", "ACRES": 22.77821763, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 161775.679688, "Shape__Len": 1696.7676608300001, "ORIG_FID": 1287 }, "geometry": { "type": "Point", "coordinates": [ -111.888142751584667, 40.933895975968241 ] } }, -{ "type": "Feature", "properties": { "NAME": "Linda Vista Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 6.09206462, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 43449.7851563, "Shape__Len": 1029.80948158, "ORIG_FID": 1288 }, "geometry": { "type": "Point", "coordinates": [ -112.061586229094345, 41.075604997374718 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mills Park", "COUNTY": "DAVIS", "CITY": "Woods Cross", "ACRES": 34.94334809, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 247714.082031, "Shape__Len": 5538.2259165300002, "ORIG_FID": 1289 }, "geometry": { "type": "Point", "coordinates": [ -111.916560260647557, 40.871921833199991 ] } }, -{ "type": "Feature", "properties": { "NAME": "Indoor Soccer", "COUNTY": "DAVIS", "CITY": "Woods Cross", "ACRES": 32.21930313, "TYPE": "Soccer", "STATUS": "Complete", "Shape__Are": 228346.148438, "Shape__Len": 3175.98954813, "ORIG_FID": 1290 }, "geometry": { "type": "Point", "coordinates": [ -111.906028685344339, 40.862411169913699 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Bountiful City Park", "COUNTY": "DAVIS", "CITY": "West Bountiful", "ACRES": 18.56779431, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 131774.734375, "Shape__Len": 2057.7881407099999, "ORIG_FID": 1291 }, "geometry": { "type": "Point", "coordinates": [ -111.893958264069269, 40.910431119865407 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bingham Park", "COUNTY": "DAVIS", "CITY": "West Point", "ACRES": 8.37720216, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 59830.6523438, "Shape__Len": 1096.8287782800001, "ORIG_FID": 1292 }, "geometry": { "type": "Point", "coordinates": [ -112.115522216003015, 41.122106217027763 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cantenbury Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 4.23948809, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30250.6640625, "Shape__Len": 799.99808374400004, "ORIG_FID": 1293 }, "geometry": { "type": "Point", "coordinates": [ -112.073016082110726, 41.090882279508442 ] } }, -{ "type": "Feature", "properties": { "NAME": "Chelsie Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 7.38973908, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 52713.1171875, "Shape__Len": 975.45501904599996, "ORIG_FID": 1294 }, "geometry": { "type": "Point", "coordinates": [ -112.015756509307309, 41.080128168394872 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kiwanis Park", "COUNTY": "DAVIS", "CITY": "Clinton", "ACRES": 1.27368549, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9101.796875, "Shape__Len": 385.818349066, "ORIG_FID": 1295 }, "geometry": { "type": "Point", "coordinates": [ -112.044442750130969, 41.139518031040232 ] } }, -{ "type": "Feature", "properties": { "NAME": "Legacy Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 3.17390562, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22639.5742188, "Shape__Len": 693.61655634399995, "ORIG_FID": 1296 }, "geometry": { "type": "Point", "coordinates": [ -112.046421470164091, 41.079328607859487 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mathis Park", "COUNTY": "DAVIS", "CITY": "North Salt Lake", "ACRES": 5.2653598, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 37308.1796875, "Shape__Len": 2572.0443612200002, "ORIG_FID": 1297 }, "geometry": { "type": "Point", "coordinates": [ -111.900275468900105, 40.857015042399489 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadows Park", "COUNTY": "DAVIS", "CITY": "Clinton", "ACRES": 14.11479157, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 100893.753906, "Shape__Len": 1393.1030214800001, "ORIG_FID": 1298 }, "geometry": { "type": "Point", "coordinates": [ -112.037167988949776, 41.148911730241501 ] } }, -{ "type": "Feature", "properties": { "NAME": "Nichols Park", "COUNTY": "DAVIS", "CITY": "Fruit Heights", "ACRES": 63.78202527, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 454255.03125, "Shape__Len": 5776.6676710199999, "ORIG_FID": 1299 }, "geometry": { "type": "Point", "coordinates": [ -111.917272589633512, 41.025658719374228 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Weber Central Park", "COUNTY": "DAVIS", "CITY": "South Weber", "ACRES": 6.05970097, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 43295.7382813, "Shape__Len": 1199.58252427, "ORIG_FID": 1300 }, "geometry": { "type": "Point", "coordinates": [ -111.946443093919129, 41.132936480346601 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunset Park", "COUNTY": "DAVIS", "CITY": "Sunset", "ACRES": 10.06165425, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 71898.4804688, "Shape__Len": 1270.7058761599999, "ORIG_FID": 1301 }, "geometry": { "type": "Point", "coordinates": [ -112.028445913271526, 41.138202418668612 ] } }, -{ "type": "Feature", "properties": { "NAME": "Tolman Elementary", "COUNTY": "DAVIS", "CITY": "Bountiful", "ACRES": 20.6973109, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 146811.835938, "Shape__Len": 2177.7898196599999, "ORIG_FID": 1302 }, "geometry": { "type": "Point", "coordinates": [ -111.855170152843684, 40.891555749055634 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Clearfield", "ACRES": 15.99228746, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 114087.996094, "Shape__Len": 1640.9589416, "ORIG_FID": 1303 }, "geometry": { "type": "Point", "coordinates": [ -112.034176745960096, 41.083400325811311 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lagoon Rv Park", "COUNTY": "DAVIS", "CITY": "Farmington", "ACRES": 33.23540744, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 236388.015625, "Shape__Len": 2184.2109262499998, "ORIG_FID": 1304 }, "geometry": { "type": "Point", "coordinates": [ -111.894177453300387, 40.9820303083185 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 37.98669188, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 274561.160156, "Shape__Len": 2122.1854431800002, "ORIG_FID": 1305 }, "geometry": { "type": "Point", "coordinates": [ -112.027115254778622, 41.512909893102282 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 14.45509316, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 104465.996094, "Shape__Len": 1477.55299582, "ORIG_FID": 1306 }, "geometry": { "type": "Point", "coordinates": [ -112.026330757193577, 41.508808967725059 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "BEAVER", "CITY": "Milford", "ACRES": 1.99630238, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13172.6210938, "Shape__Len": 606.27581148499996, "ORIG_FID": 1307 }, "geometry": { "type": "Point", "coordinates": [ -113.012876239972172, 38.394222531003003 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lindsay Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 2.50730846, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18110.8515625, "Shape__Len": 539.46788172499998, "ORIG_FID": 1308 }, "geometry": { "type": "Point", "coordinates": [ -112.021039408882004, 41.491991324394697 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "BOX ELDER", "CITY": "Willard", "ACRES": 6.78217746, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 226994.878906, "Shape__Len": 1885.0692284, "ORIG_FID": 1309 }, "geometry": { "type": "Point", "coordinates": [ -112.054863545537188, 41.420092359910932 ] } }, -{ "type": "Feature", "properties": { "NAME": "Shuman Park", "COUNTY": "BOX ELDER", "CITY": "Willard", "ACRES": 2.76103393, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20079.6367188, "Shape__Len": 567.06487932699997, "ORIG_FID": 1310 }, "geometry": { "type": "Point", "coordinates": [ -112.16549232133265, 41.714733862467732 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "BOX ELDER", "CITY": "Garland", "ACRES": 4.44722102, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32370.3046875, "Shape__Len": 722.19642266799997, "ORIG_FID": 1311 }, "geometry": { "type": "Point", "coordinates": [ -112.15450036909148, 41.74250809569552 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Park", "COUNTY": "BOX ELDER", "CITY": "Tremonton", "ACRES": 5.29348952, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 38500.9960938, "Shape__Len": 784.78922248100002, "ORIG_FID": 1312 }, "geometry": { "type": "Point", "coordinates": [ -112.168030767157006, 41.71818828188978 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadow Park", "COUNTY": "BOX ELDER", "CITY": "Tremonton", "ACRES": 5.49475464, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 39945.0273438, "Shape__Len": 953.13069082000004, "ORIG_FID": 1313 }, "geometry": { "type": "Point", "coordinates": [ -112.175160114499363, 41.702135418799152 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "BOX ELDER", "CITY": "Bear River City", "ACRES": 11.5656538, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 83855.4179688, "Shape__Len": 1313.0872200399999, "ORIG_FID": 1314 }, "geometry": { "type": "Point", "coordinates": [ -112.123030877353997, 41.61547101609731 ] } }, -{ "type": "Feature", "properties": { "NAME": "Memorial Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 4.49563144, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32482.4882813, "Shape__Len": 791.59034679599995, "ORIG_FID": 1315 }, "geometry": { "type": "Point", "coordinates": [ -112.010420054024465, 41.501474349942647 ] } }, -{ "type": "Feature", "properties": { "NAME": "Snow Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 2.54906563, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18429.1445313, "Shape__Len": 595.62825667200002, "ORIG_FID": 1316 }, "geometry": { "type": "Point", "coordinates": [ -112.016411745541987, 41.521489240524616 ] } }, -{ "type": "Feature", "properties": { "NAME": "John Adams Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 14.22643305, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 102832.066406, "Shape__Len": 1570.9074348199999, "ORIG_FID": 1317 }, "geometry": { "type": "Point", "coordinates": [ -112.007570201118099, 41.514492608667474 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 4.45404718, "TYPE": "Ball Park", "STATUS": "Complete", "Shape__Are": 30499.0429688, "Shape__Len": 688.75756969400004, "ORIG_FID": 1318 }, "geometry": { "type": "Point", "coordinates": [ -110.850601950628715, 39.68626715296616 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 4.61136728, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31506.3398438, "Shape__Len": 750.73449976300003, "ORIG_FID": 1319 }, "geometry": { "type": "Point", "coordinates": [ -110.808951180434676, 39.609088140381552 ] } }, -{ "type": "Feature", "properties": { "NAME": "Washington Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 9.88355762, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 67524.1171875, "Shape__Len": 1122.1042897, "ORIG_FID": 1320 }, "geometry": { "type": "Point", "coordinates": [ -110.807417001642065, 39.607289769472629 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rose Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 1.0692184, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7301.34375, "Shape__Len": 361.37311459300003, "ORIG_FID": 1321 }, "geometry": { "type": "Point", "coordinates": [ -110.808900209991776, 39.590436199136917 ] } }, -{ "type": "Feature", "properties": { "NAME": "Terrace Hills Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 19.16092631, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 130919.058594, "Shape__Len": 1648.02465125, "ORIG_FID": 1322 }, "geometry": { "type": "Point", "coordinates": [ -110.795176324949139, 39.610575073517886 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunnyside Park", "COUNTY": "CARBON", "CITY": "Sunnyside", "ACRES": 6.07773229, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41450.6132813, "Shape__Len": 843.21586187299999, "ORIG_FID": 1323 }, "geometry": { "type": "Point", "coordinates": [ -110.399712728198338, 39.548477756561375 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 2.90603227, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19846.625, "Shape__Len": 596.43543470999998, "ORIG_FID": 1324 }, "geometry": { "type": "Point", "coordinates": [ -110.8078484284854, 39.594450246587058 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 1.73734514, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12378.8945313, "Shape__Len": 537.83093866299998, "ORIG_FID": 1325 }, "geometry": { "type": "Point", "coordinates": [ -111.993136769660666, 41.042182149102182 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DAVIS", "CITY": "North Salt Lake", "ACRES": 10.22768771, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 72440.8085938, "Shape__Len": 1325.07011999, "ORIG_FID": 1326 }, "geometry": { "type": "Point", "coordinates": [ -111.913625602452157, 40.842897881274311 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "JUAB", "CITY": "Nephi", "ACRES": 5.88206004, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40299.0703125, "Shape__Len": 813.10152122700003, "ORIG_FID": 1327 }, "geometry": { "type": "Point", "coordinates": [ -111.823772372033247, 39.709219664672005 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "JUAB", "CITY": "Nephi", "ACRES": 10.66244839, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 73049.78125, "Shape__Len": 1233.25230949, "ORIG_FID": 1328 }, "geometry": { "type": "Point", "coordinates": [ -111.819434021361374, 39.708551842819183 ] } }, -{ "type": "Feature", "properties": { "NAME": "Centennial Park", "COUNTY": "UTAH", "CITY": "Santaquin", "ACRES": 16.26015126, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 112255.960938, "Shape__Len": 1926.57629916, "ORIG_FID": 1329 }, "geometry": { "type": "Point", "coordinates": [ -111.794448171352755, 39.972516656095806 ] } }, -{ "type": "Feature", "properties": { "NAME": "Centennial Park", "COUNTY": "UTAH", "CITY": "Santaquin", "ACRES": 6.35887354, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 43899.8632813, "Shape__Len": 844.23639816599996, "ORIG_FID": 1330 }, "geometry": { "type": "Point", "coordinates": [ -111.79197984719822, 39.973153165064787 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "JUAB", "CITY": "Nephi", "ACRES": 4.77735501, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32737.4140625, "Shape__Len": 723.91679150200002, "ORIG_FID": 1331 }, "geometry": { "type": "Point", "coordinates": [ -111.8351259929875, 39.716574524698679 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "SUMMIT", "CITY": "Coalville", "ACRES": 11.38354293, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 80818.3320313, "Shape__Len": 1236.5222532400001, "ORIG_FID": 1332 }, "geometry": { "type": "Point", "coordinates": [ -111.390779163550619, 40.917745268042388 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "SUMMIT", "CITY": "Kamas", "ACRES": 8.19172027, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 57670.5585938, "Shape__Len": 961.08697437800004, "ORIG_FID": 1333 }, "geometry": { "type": "Point", "coordinates": [ -111.279516106844511, 40.63572360082312 ] } }, -{ "type": "Feature", "properties": { "NAME": "Columbus Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.3490402, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9536.9765625, "Shape__Len": 466.14874466499998, "ORIG_FID": 1334 }, "geometry": { "type": "Point", "coordinates": [ -111.890571072574602, 40.779537098486486 ] } }, -{ "type": "Feature", "properties": { "NAME": "Country Meadows Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 1.68498448, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11877.7617188, "Shape__Len": 458.82914694599998, "ORIG_FID": 1335 }, "geometry": { "type": "Point", "coordinates": [ -111.99097342845775, 40.684369973597448 ] } }, -{ "type": "Feature", "properties": { "NAME": "David Street Park", "COUNTY": "SALT LAKE", "CITY": "Sandy City", "ACRES": 4.26103914, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29940.8789063, "Shape__Len": 753.36587350100001, "ORIG_FID": 1336 }, "geometry": { "type": "Point", "coordinates": [ -111.878518379820278, 40.575457472887827 ] } }, -{ "type": "Feature", "properties": { "NAME": "Gateway Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 2.18003511, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15244.1601563, "Shape__Len": 490.22854928300001, "ORIG_FID": 1337 }, "geometry": { "type": "Point", "coordinates": [ -111.872400940966685, 40.411258947219729 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hillsdale Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 7.40935156, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 52256.703125, "Shape__Len": 932.72547785699999, "ORIG_FID": 1338 }, "geometry": { "type": "Point", "coordinates": [ -111.966191613123215, 40.701334207805537 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hunter Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 28.41144317, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 200335.53125, "Shape__Len": 2061.3554900200002, "ORIG_FID": 1339 }, "geometry": { "type": "Point", "coordinates": [ -112.031525837393033, 40.694466224517974 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hunter Ridge Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 1.1455185, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8072.65625, "Shape__Len": 370.53852132899999, "ORIG_FID": 1340 }, "geometry": { "type": "Point", "coordinates": [ -112.026833379197299, 40.675214512402043 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ironwood Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 1.01446781, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7148.2265625, "Shape__Len": 333.18933842400003, "ORIG_FID": 1341 }, "geometry": { "type": "Point", "coordinates": [ -112.011953307518894, 40.67082808404443 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kiwanis Park", "COUNTY": "DAVIS", "CITY": "Clinton", "ACRES": 3.95008194, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28226.6210938, "Shape__Len": 682.84165266699995, "ORIG_FID": 1342 }, "geometry": { "type": "Point", "coordinates": [ -112.046245113625346, 41.138517272196019 ] } }, -{ "type": "Feature", "properties": { "NAME": "Matheson Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 18.1486217, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 128199.289063, "Shape__Len": 1958.4913439899999, "ORIG_FID": 1343 }, "geometry": { "type": "Point", "coordinates": [ -111.823521406209764, 40.751724370967651 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "CACHE", "CITY": "Logan", "ACRES": 52.4886078, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 382045.753906, "Shape__Len": 6580.2340122599999, "ORIG_FID": 1344 }, "geometry": { "type": "Point", "coordinates": [ -111.802094305411856, 41.738695508124124 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "JUAB", "CITY": "Juab County", "ACRES": 9.27004835, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 63244.46875, "Shape__Len": 1040.5611894900001, "ORIG_FID": 1345 }, "geometry": { "type": "Point", "coordinates": [ -111.863433334488633, 39.563200924016847 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Oak City", "ACRES": 4.76842357, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32353.2539063, "Shape__Len": 834.07640953400005, "ORIG_FID": 1346 }, "geometry": { "type": "Point", "coordinates": [ -112.336890369371105, 39.376221850343697 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Manti", "ACRES": 4.92712791, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33335.6289063, "Shape__Len": 730.95479851799996, "ORIG_FID": 1347 }, "geometry": { "type": "Point", "coordinates": [ -111.643587373816672, 39.26765816442208 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Gunnison", "ACRES": 5.99894636, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40461.3242188, "Shape__Len": 815.64767032600002, "ORIG_FID": 1348 }, "geometry": { "type": "Point", "coordinates": [ -111.819432250831724, 39.159250619294632 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Centerfield", "ACRES": 7.92936926, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 53425.3007813, "Shape__Len": 923.87244453999995, "ORIG_FID": 1349 }, "geometry": { "type": "Point", "coordinates": [ -111.82054697808978, 39.121952981899327 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "TOOELE", "CITY": "Tooele", "ACRES": 10.96084637, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 76906.375, "Shape__Len": 1182.5214729899999, "ORIG_FID": 1350 }, "geometry": { "type": "Point", "coordinates": [ -112.305437871519402, 40.532045557575152 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "TOOELE", "CITY": "Tooele", "ACRES": 1.62382377, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11389.9257813, "Shape__Len": 460.480820833, "ORIG_FID": 1351 }, "geometry": { "type": "Point", "coordinates": [ -112.299854891579642, 40.521362815480693 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WASATCH", "CITY": "Heber City", "ACRES": 18.78048859, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 131692.546875, "Shape__Len": 1917.0762937300001, "ORIG_FID": 1352 }, "geometry": { "type": "Point", "coordinates": [ -111.422611174639087, 40.50240358178074 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WASHINGTON", "CITY": "Santa Clara", "ACRES": 20.37004181, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 129861.003906, "Shape__Len": 1550.8153919199999, "ORIG_FID": 1353 }, "geometry": { "type": "Point", "coordinates": [ -113.639714803226056, 37.131865852717105 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 0.24190161, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 1731.2578125, "Shape__Len": 221.29192940199999, "ORIG_FID": 1354 }, "geometry": { "type": "Point", "coordinates": [ -111.940574997404198, 41.188512668212873 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "EMERY", "CITY": "Emery", "ACRES": 2.16506355, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14508.140625, "Shape__Len": 515.66291815399995, "ORIG_FID": 1355 }, "geometry": { "type": "Point", "coordinates": [ -111.239454320589161, 38.923717054570048 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "EMERY", "CITY": "Emery", "ACRES": 1.07681795, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7215.6953125, "Shape__Len": 431.69329632199998, "ORIG_FID": 1356 }, "geometry": { "type": "Point", "coordinates": [ -111.239463057367715, 38.923282410860352 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "EMERY", "CITY": "Emery", "ACRES": 1.76842361, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11850.421875, "Shape__Len": 483.57169104799999, "ORIG_FID": 1357 }, "geometry": { "type": "Point", "coordinates": [ -111.239452542684575, 38.924244882108511 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Redmond", "ACRES": 9.80782462, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 65868.5039063, "Shape__Len": 1108.89880004, "ORIG_FID": 1358 }, "geometry": { "type": "Point", "coordinates": [ -111.858600679453403, 39.007368461661706 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Highland City", "ACRES": 3.45269729, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24147.0390625, "Shape__Len": 1255.9882746200001, "ORIG_FID": 1359 }, "geometry": { "type": "Point", "coordinates": [ -111.811535392210914, 40.41527469806914 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 0.66152494, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4624.16796875, "Shape__Len": 432.83696302499999, "ORIG_FID": 1360 }, "geometry": { "type": "Point", "coordinates": [ -111.92576958547194, 40.399857943585722 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 1.48298855, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9585.14453125, "Shape__Len": 409.72720394200002, "ORIG_FID": 1361 }, "geometry": { "type": "Point", "coordinates": [ -109.47857640210097, 37.61769179914981 ] } }, -{ "type": "Feature", "properties": { "NAME": "Parkway Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 7.27584188, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51328.7773438, "Shape__Len": 918.68698807199996, "ORIG_FID": 1362 }, "geometry": { "type": "Point", "coordinates": [ -111.97264679122938, 40.710305498931014 ] } }, -{ "type": "Feature", "properties": { "NAME": "Peachwood Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 2.12428095, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14975.2148438, "Shape__Len": 495.071741825, "ORIG_FID": 1363 }, "geometry": { "type": "Point", "coordinates": [ -111.975357360195588, 40.685906862500119 ] } }, -{ "type": "Feature", "properties": { "NAME": "Water Tank Park", "COUNTY": "UTAH", "CITY": "Lindon", "ACRES": 1.3982428, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9758.203125, "Shape__Len": 405.88908333000001, "ORIG_FID": 1364 }, "geometry": { "type": "Point", "coordinates": [ -111.695124360130308, 40.342882580717443 ] } }, -{ "type": "Feature", "properties": { "NAME": "Weber Co Memorial Park", "COUNTY": "WEBER", "CITY": "Weber County", "ACRES": 121.039161, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 869187.49609399994, "Shape__Len": 3908.83966779, "ORIG_FID": 1365 }, "geometry": { "type": "Point", "coordinates": [ -111.598021342394404, 41.296094955538578 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Valley City Park", "COUNTY": "SALT LAKE", "CITY": "West Valley City", "ACRES": 26.70026727, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 188292.300781, "Shape__Len": 2059.82404516, "ORIG_FID": 1366 }, "geometry": { "type": "Point", "coordinates": [ -111.998958255190303, 40.698294198927265 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wildlife Park", "COUNTY": "MILLARD", "CITY": "Fillmore", "ACRES": 3.91347224, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26247.5703125, "Shape__Len": 583.84577441099998, "ORIG_FID": 1367 }, "geometry": { "type": "Point", "coordinates": [ -112.31696176250253, 38.966547146800281 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dow Jones Memorial Ball Park", "COUNTY": "TOOELE", "CITY": "Tooele", "ACRES": 43.61802805, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 306125.0625, "Shape__Len": 2654.2387146299998, "ORIG_FID": 1368 }, "geometry": { "type": "Point", "coordinates": [ -112.307700240176004, 40.541587563849902 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 4.26240073, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30534.5195313, "Shape__Len": 902.92383645200005, "ORIG_FID": 1369 }, "geometry": { "type": "Point", "coordinates": [ -111.971956300065742, 41.22027502656119 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vivian Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 2.41825291, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16883.5078125, "Shape__Len": 719.58384935499998, "ORIG_FID": 1370 }, "geometry": { "type": "Point", "coordinates": [ -111.573109834513275, 40.355523425638793 ] } }, -{ "type": "Feature", "properties": { "NAME": "Vivian Park", "COUNTY": "UTAH", "CITY": "Utah County", "ACRES": 0.7964034, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5560.24609375, "Shape__Len": 436.27453324099997, "ORIG_FID": 1371 }, "geometry": { "type": "Point", "coordinates": [ -111.574552884914056, 40.35561505046028 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eagle Rock Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 14.14382362, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 98083.9609375, "Shape__Len": 1459.0326022500001, "ORIG_FID": 1372 }, "geometry": { "type": "Point", "coordinates": [ -111.562087131578721, 40.125348894496142 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eagle Rock Park", "COUNTY": "UTAH", "CITY": "Mapleton", "ACRES": 2.01972, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14005.6835938, "Shape__Len": 497.03183613, "ORIG_FID": 1373 }, "geometry": { "type": "Point", "coordinates": [ -111.563722052154091, 40.12383415556242 ] } }, -{ "type": "Feature", "properties": { "NAME": "Clear Creek Home Association", "COUNTY": "CARBON", "CITY": "Carbon County", "ACRES": 0.7174337, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4906.69921875, "Shape__Len": 316.36611304100001, "ORIG_FID": 1374 }, "geometry": { "type": "Point", "coordinates": [ -111.153989247602695, 39.644307791984616 ] } }, -{ "type": "Feature", "properties": { "NAME": "LDS Helaman Hollow", "COUNTY": "CARBON", "CITY": "Carbon County", "ACRES": 15.26590983, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 104558.457031, "Shape__Len": 1568.01863764, "ORIG_FID": 1375 }, "geometry": { "type": "Point", "coordinates": [ -111.157849924009085, 39.694665046251181 ] } }, -{ "type": "Feature", "properties": { "NAME": "Main Street Park", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 0.46041653, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3152.6953125, "Shape__Len": 230.930263685, "ORIG_FID": 1376 }, "geometry": { "type": "Point", "coordinates": [ -110.854184442438068, 39.686256870201518 ] } }, -{ "type": "Feature", "properties": { "NAME": "Gigliotti Fishing Pond", "COUNTY": "CARBON", "CITY": "Carbon County", "ACRES": 2.50456002, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17157.9609375, "Shape__Len": 680.64949758399996, "ORIG_FID": 1377 }, "geometry": { "type": "Point", "coordinates": [ -110.865963928490487, 39.702420096661854 ] } }, -{ "type": "Feature", "properties": { "NAME": "Walt Borla Little League Field", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 1.73184883, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11861.2226563, "Shape__Len": 437.21944722699999, "ORIG_FID": 1378 }, "geometry": { "type": "Point", "coordinates": [ -110.86665418780764, 39.693299878953447 ] } }, -{ "type": "Feature", "properties": { "NAME": "Castle Gate Park", "COUNTY": "CARBON", "CITY": "Helper", "ACRES": 0.31304144, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2143.48046875, "Shape__Len": 183.791148765, "ORIG_FID": 1379 }, "geometry": { "type": "Point", "coordinates": [ -110.866360014754477, 39.685195401147425 ] } }, -{ "type": "Feature", "properties": { "NAME": "Flintstone Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 3.1822238, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21737.25, "Shape__Len": 1068.5996908699999, "ORIG_FID": 1380 }, "geometry": { "type": "Point", "coordinates": [ -110.819513509178051, 39.601166503443025 ] } }, -{ "type": "Feature", "properties": { "NAME": "Babe Ruth Field", "COUNTY": "CARBON", "CITY": "Wellington", "ACRES": 1.42779971, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9736.109375, "Shape__Len": 391.67001408300001, "ORIG_FID": 1381 }, "geometry": { "type": "Point", "coordinates": [ -110.736664351993213, 39.540931456038088 ] } }, -{ "type": "Feature", "properties": { "NAME": "East Carbon Park", "COUNTY": "CARBON", "CITY": "East Carbon", "ACRES": 8.03544361, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 54796.7851563, "Shape__Len": 1102.8343967599999, "ORIG_FID": 1382 }, "geometry": { "type": "Point", "coordinates": [ -110.421181419869754, 39.544643413190279 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bruin Point Elementary School", "COUNTY": "CARBON", "CITY": "Sunnyside", "ACRES": 8.44687718, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 57611.5273438, "Shape__Len": 1086.43787961, "ORIG_FID": 1383 }, "geometry": { "type": "Point", "coordinates": [ -110.403084475583796, 39.550350444246305 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunnyside Sub", "COUNTY": "CARBON", "CITY": "Sunnyside", "ACRES": 15.29148839, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 104295.539063, "Shape__Len": 1446.4991415300001, "ORIG_FID": 1384 }, "geometry": { "type": "Point", "coordinates": [ -110.394539427477682, 39.55027357060581 ] } }, -{ "type": "Feature", "properties": { "NAME": "Little League Baseball Field", "COUNTY": "CARBON", "CITY": "Sunnyside", "ACRES": 1.0995394, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7499.1640625, "Shape__Len": 334.31750122099999, "ORIG_FID": 1385 }, "geometry": { "type": "Point", "coordinates": [ -110.388661960191826, 39.549632607172612 ] } }, -{ "type": "Feature", "properties": { "NAME": "Basso Dino Mine Park", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 3.111982, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21263.3320313, "Shape__Len": 592.08860106300006, "ORIG_FID": 1386 }, "geometry": { "type": "Point", "coordinates": [ -110.796441619498879, 39.611183567518125 ] } }, -{ "type": "Feature", "properties": { "NAME": "College Of Eastern Utah Fountain", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 1.38869535, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9487.91015625, "Shape__Len": 390.93391615899998, "ORIG_FID": 1387 }, "geometry": { "type": "Point", "coordinates": [ -110.803973429847019, 39.608707961329308 ] } }, -{ "type": "Feature", "properties": { "NAME": "Carbon High School", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 20.704146, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 141456.800781, "Shape__Len": 1828.2629412199999, "ORIG_FID": 1388 }, "geometry": { "type": "Point", "coordinates": [ -110.795402042572235, 39.608971850663877 ] } }, -{ "type": "Feature", "properties": { "NAME": "College Of Eastern Utah Practice Fields", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 8.00143503, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 54671.0, "Shape__Len": 938.00407344799999, "ORIG_FID": 1389 }, "geometry": { "type": "Point", "coordinates": [ -110.80153006855555, 39.610763186232234 ] } }, -{ "type": "Feature", "properties": { "NAME": "College Of Eastern Utah Sports Field", "COUNTY": "CARBON", "CITY": "Price", "ACRES": 4.75366488, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32478.3789063, "Shape__Len": 759.26457952800001, "ORIG_FID": 1390 }, "geometry": { "type": "Point", "coordinates": [ -110.801755321607331, 39.608875482183805 ] } }, -{ "type": "Feature", "properties": { "NAME": "Race Track", "COUNTY": "MILLARD", "CITY": "Fillmore", "ACRES": 31.94467035, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 214257.585938, "Shape__Len": 2063.6376893699999, "ORIG_FID": 1391 }, "geometry": { "type": "Point", "coordinates": [ -112.338305357088331, 38.967799081980786 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "MILLARD", "CITY": "Fillmore", "ACRES": 9.23187459, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 61922.7929688, "Shape__Len": 1010.77339461, "ORIG_FID": 1392 }, "geometry": { "type": "Point", "coordinates": [ -112.336283098583266, 38.969673371454959 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "MILLARD", "CITY": "Fillmore", "ACRES": 8.61371226, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 57777.1289063, "Shape__Len": 1070.53856879, "ORIG_FID": 1393 }, "geometry": { "type": "Point", "coordinates": [ -112.330929961747159, 38.970029942525258 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fillmore City Park", "COUNTY": "MILLARD", "CITY": "Fillmore", "ACRES": 10.90252537, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 73147.90625, "Shape__Len": 1085.19628324, "ORIG_FID": 1394 }, "geometry": { "type": "Point", "coordinates": [ -112.322216524081327, 38.978804113259763 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Fillmore", "ACRES": 0.86330561, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5788.8125, "Shape__Len": 417.61474495599998, "ORIG_FID": 1395 }, "geometry": { "type": "Point", "coordinates": [ -112.323964630734139, 38.958329034441419 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Fillmore", "ACRES": 6.02593052, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40406.875, "Shape__Len": 1110.1473623700001, "ORIG_FID": 1396 }, "geometry": { "type": "Point", "coordinates": [ -112.335619433866654, 38.959070343054236 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Fillmore", "ACRES": 11.62904297, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 77978.1953125, "Shape__Len": 1476.6444911799999, "ORIG_FID": 1397 }, "geometry": { "type": "Point", "coordinates": [ -112.341105912206132, 38.959149682336651 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "MILLARD", "CITY": "Delta", "ACRES": 8.14912635, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 55259.5859375, "Shape__Len": 980.812015213, "ORIG_FID": 1398 }, "geometry": { "type": "Point", "coordinates": [ -112.57034452769841, 39.360589403285353 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "MILLARD", "CITY": "Delta", "ACRES": 21.12986415, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 143273.660156, "Shape__Len": 2486.4480409799999, "ORIG_FID": 1399 }, "geometry": { "type": "Point", "coordinates": [ -112.5705365336364, 39.35907270992633 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Delta", "ACRES": 3.20365852, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21720.3203125, "Shape__Len": 626.28383375700002, "ORIG_FID": 1400 }, "geometry": { "type": "Point", "coordinates": [ -112.578164512972322, 39.354526025694582 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Delta", "ACRES": 6.55646741, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 44450.2578125, "Shape__Len": 844.16284073700001, "ORIG_FID": 1401 }, "geometry": { "type": "Point", "coordinates": [ -112.578135205686195, 39.353269477679071 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "MILLARD", "CITY": "Delta", "ACRES": 3.90086316, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26448.9296875, "Shape__Len": 685.41563702400003, "ORIG_FID": 1402 }, "geometry": { "type": "Point", "coordinates": [ -112.580366214839913, 39.356884311617222 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Delta", "ACRES": 6.08861648, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41273.140625, "Shape__Len": 810.13855399, "ORIG_FID": 1403 }, "geometry": { "type": "Point", "coordinates": [ -112.561229923782889, 39.348420140443366 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "MILLARD", "CITY": "Delta", "ACRES": 17.0556349, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 115625.480469, "Shape__Len": 1351.4587356, "ORIG_FID": 1404 }, "geometry": { "type": "Point", "coordinates": [ -112.552607432133811, 39.351261535210384 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Delta", "ACRES": 1.36808387, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9275.41796875, "Shape__Len": 385.538110555, "ORIG_FID": 1405 }, "geometry": { "type": "Point", "coordinates": [ -112.573069808747448, 39.354506479804265 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "BEAVER", "CITY": "Milford", "ACRES": 8.76569384, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 57849.6289063, "Shape__Len": 1056.72187044, "ORIG_FID": 1406 }, "geometry": { "type": "Point", "coordinates": [ -113.013106791988406, 38.400177593801388 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "BEAVER", "CITY": "Milford", "ACRES": 12.70555031, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 83855.6640625, "Shape__Len": 1123.4187706499999, "ORIG_FID": 1407 }, "geometry": { "type": "Point", "coordinates": [ -113.013144384775984, 38.402063108912479 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "BEAVER", "CITY": "Beaver", "ACRES": 31.65997966, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 208317.035156, "Shape__Len": 1840.2795458400001, "ORIG_FID": 1408 }, "geometry": { "type": "Point", "coordinates": [ -112.62773276712619, 38.281043721290921 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "BEAVER", "CITY": "Beaver", "ACRES": 12.82565732, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 84390.34375, "Shape__Len": 1238.1979848399999, "ORIG_FID": 1409 }, "geometry": { "type": "Point", "coordinates": [ -112.631556292583866, 38.281096509112196 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "BEAVER", "CITY": "Beaver", "ACRES": 7.13271543, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46929.3476563, "Shape__Len": 885.84203130499998, "ORIG_FID": 1410 }, "geometry": { "type": "Point", "coordinates": [ -112.633056770157978, 38.279011455518393 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "BEAVER", "CITY": "Beaver", "ACRES": 5.36262878, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35280.046875, "Shape__Len": 752.83707132100005, "ORIG_FID": 1411 }, "geometry": { "type": "Point", "coordinates": [ -112.640327985746865, 38.276072666622561 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "BEAVER", "CITY": "Beaver", "ACRES": 2.19952511, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14469.2890625, "Shape__Len": 567.87204556400002, "ORIG_FID": 1412 }, "geometry": { "type": "Point", "coordinates": [ -112.642130726559884, 38.273140773066331 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "BEAVER", "CITY": "Minersville", "ACRES": 2.47943999, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16282.2617188, "Shape__Len": 673.75174718100004, "ORIG_FID": 1413 }, "geometry": { "type": "Point", "coordinates": [ -112.926837754615789, 38.216470422515599 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "BEAVER", "CITY": "Minersville", "ACRES": 5.24288073, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34426.6054688, "Shape__Len": 742.352990224, "ORIG_FID": 1414 }, "geometry": { "type": "Point", "coordinates": [ -112.924858882381898, 38.213298666616325 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "BEAVER", "CITY": "Minersville", "ACRES": 7.82761639, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51391.3007813, "Shape__Len": 1128.5630306400001, "ORIG_FID": 1415 }, "geometry": { "type": "Point", "coordinates": [ -112.926012554663885, 38.207484995300419 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Meadow", "ACRES": 2.33338665, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15613.7617188, "Shape__Len": 505.05830441500001, "ORIG_FID": 1416 }, "geometry": { "type": "Point", "coordinates": [ -112.409680927994458, 38.885419547057204 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Holden", "ACRES": 3.51387461, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23656.5117188, "Shape__Len": 688.81539029400005, "ORIG_FID": 1417 }, "geometry": { "type": "Point", "coordinates": [ -112.267735597425158, 39.099993418944756 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Scipio", "ACRES": 6.18599537, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41820.859375, "Shape__Len": 818.10491933200001, "ORIG_FID": 1418 }, "geometry": { "type": "Point", "coordinates": [ -112.104999851749085, 39.245892659679015 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Scipio", "ACRES": 6.88026751, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 46516.578125, "Shape__Len": 862.90025005500001, "ORIG_FID": 1419 }, "geometry": { "type": "Point", "coordinates": [ -112.109272242783462, 39.247509719133795 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Oak City", "ACRES": 2.95834802, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20072.3007813, "Shape__Len": 702.11552234800001, "ORIG_FID": 1420 }, "geometry": { "type": "Point", "coordinates": [ -112.332090415972289, 39.37630814384201 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Lynndyl", "ACRES": 0.90670482, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6176.78515625, "Shape__Len": 317.10739359299998, "ORIG_FID": 1421 }, "geometry": { "type": "Point", "coordinates": [ -112.374241347383318, 39.518528547462523 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "MILLARD", "CITY": "Hinckley", "ACRES": 3.8875257, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26332.8085938, "Shape__Len": 654.02777576999995, "ORIG_FID": 1422 }, "geometry": { "type": "Point", "coordinates": [ -112.670253969460944, 39.324330282411168 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "KANE", "CITY": "Kanab", "ACRES": 12.70338568, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 80862.640625, "Shape__Len": 1484.95432007, "ORIG_FID": 1423 }, "geometry": { "type": "Point", "coordinates": [ -112.528823767842724, 37.039495549310224 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "KANE", "CITY": "Kanab", "ACRES": 6.30985406, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40160.9140625, "Shape__Len": 880.00342089499998, "ORIG_FID": 1424 }, "geometry": { "type": "Point", "coordinates": [ -112.530519484962184, 37.03567344752696 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "KANE", "CITY": "Kanab", "ACRES": 5.21522814, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33194.4765625, "Shape__Len": 940.30238014899999, "ORIG_FID": 1425 }, "geometry": { "type": "Point", "coordinates": [ -112.526820348562268, 37.036329924349481 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "KANE", "CITY": "Kanab", "ACRES": 14.59855488, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 92895.859375, "Shape__Len": 1346.2658109900001, "ORIG_FID": 1426 }, "geometry": { "type": "Point", "coordinates": [ -112.517060724595552, 37.026690478744499 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "KANE", "CITY": "Kanab", "ACRES": 3.57779766, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22780.4609375, "Shape__Len": 914.362488966, "ORIG_FID": 1427 }, "geometry": { "type": "Point", "coordinates": [ -112.529503344233078, 37.050117123843826 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "KANE", "CITY": "Kanab", "ACRES": 14.4170382, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 91812.4570313, "Shape__Len": 1301.9603703299999, "ORIG_FID": 1428 }, "geometry": { "type": "Point", "coordinates": [ -112.52724354812328, 37.056867181178113 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "KANE", "CITY": "Orderville", "ACRES": 1.97062654, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12620.7617188, "Shape__Len": 503.66936684299998, "ORIG_FID": 1429 }, "geometry": { "type": "Point", "coordinates": [ -112.635943832017944, 37.274655736237975 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "KANE", "CITY": "Orderville", "ACRES": 1.6727311, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10713.625, "Shape__Len": 437.64222851, "ORIG_FID": 1430 }, "geometry": { "type": "Point", "coordinates": [ -112.630828553298016, 37.277176457562319 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "KANE", "CITY": "Orderville", "ACRES": 4.10274771, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26278.5507813, "Shape__Len": 620.523762315, "ORIG_FID": 1431 }, "geometry": { "type": "Point", "coordinates": [ -112.639618125633646, 37.278803178147093 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "KANE", "CITY": "Glendale", "ACRES": 1.69641539, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10875.8046875, "Shape__Len": 442.40643447899998, "ORIG_FID": 1432 }, "geometry": { "type": "Point", "coordinates": [ -112.593505956568364, 37.312865880470824 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "GARFIELD", "CITY": "Tropic", "ACRES": 7.81640628, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 50536.4492188, "Shape__Len": 904.70560205300001, "ORIG_FID": 1433 }, "geometry": { "type": "Point", "coordinates": [ -112.097747820304434, 37.621531337995698 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "GARFIELD", "CITY": "Tropic", "ACRES": 7.33556362, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 47430.5234375, "Shape__Len": 890.904829468, "ORIG_FID": 1434 }, "geometry": { "type": "Point", "coordinates": [ -112.093728522019035, 37.623768766796758 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GARFIELD", "CITY": "Bryce Canyon", "ACRES": 2.59318087, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16788.0585938, "Shape__Len": 970.17935930900001, "ORIG_FID": 1435 }, "geometry": { "type": "Point", "coordinates": [ -112.157301807873694, 37.671773868027941 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GARFIELD", "CITY": "Bryce Canyon", "ACRES": 3.27769011, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21220.53125, "Shape__Len": 663.59417290299996, "ORIG_FID": 1436 }, "geometry": { "type": "Point", "coordinates": [ -112.159875236559571, 37.673449638446165 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "GARFIELD", "CITY": "Panguitch", "ACRES": 3.95382763, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25696.5859375, "Shape__Len": 679.07647077599995, "ORIG_FID": 1437 }, "geometry": { "type": "Point", "coordinates": [ -112.430524081179698, 37.821817381229586 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GARFIELD", "CITY": "Panguitch", "ACRES": 3.81437682, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24789.2734375, "Shape__Len": 672.31280907500002, "ORIG_FID": 1438 }, "geometry": { "type": "Point", "coordinates": [ -112.439684339848057, 37.820539079744705 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GARFIELD", "CITY": "Panguitch", "ACRES": 9.83689018, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 63933.5351563, "Shape__Len": 1062.88657513, "ORIG_FID": 1439 }, "geometry": { "type": "Point", "coordinates": [ -112.444170995041176, 37.823340559796435 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "GARFIELD", "CITY": "Antimony", "ACRES": 2.76594489, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18124.1992188, "Shape__Len": 591.29160474000003, "ORIG_FID": 1440 }, "geometry": { "type": "Point", "coordinates": [ -111.999868687512432, 38.117614881244243 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "PIUTE", "CITY": "Circleville", "ACRES": 5.21917537, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 34241.1914063, "Shape__Len": 731.07527725299997, "ORIG_FID": 1441 }, "geometry": { "type": "Point", "coordinates": [ -112.273406865915121, 38.166899092108814 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "PIUTE", "CITY": "Junction", "ACRES": 8.37083313, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 55025.7382813, "Shape__Len": 948.34741221199999, "ORIG_FID": 1442 }, "geometry": { "type": "Point", "coordinates": [ -112.224738423380742, 38.237970999155479 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "PIUTE", "CITY": "Junction", "ACRES": 7.48815537, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 49235.2265625, "Shape__Len": 994.49814894899998, "ORIG_FID": 1443 }, "geometry": { "type": "Point", "coordinates": [ -112.22143764248024, 38.24655739471612 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "PIUTE", "CITY": "Marysvale", "ACRES": 3.83593003, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25363.1484375, "Shape__Len": 747.18383187200004, "ORIG_FID": 1444 }, "geometry": { "type": "Point", "coordinates": [ -112.233488622415905, 38.451444837846694 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "PIUTE", "CITY": "Marysvale", "ACRES": 18.06335091, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 119437.519531, "Shape__Len": 1447.0724378699999, "ORIG_FID": 1445 }, "geometry": { "type": "Point", "coordinates": [ -112.227392704865437, 38.452110809462297 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Torrey", "ACRES": 2.80271585, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18460.1328125, "Shape__Len": 555.368132726, "ORIG_FID": 1446 }, "geometry": { "type": "Point", "coordinates": [ -111.419678197806277, 38.301232225586446 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Wayne County", "ACRES": 13.58957904, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 89509.4453125, "Shape__Len": 1333.74483369, "ORIG_FID": 1447 }, "geometry": { "type": "Point", "coordinates": [ -111.443892795358195, 38.302017333106036 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bicknell City Park", "COUNTY": "WAYNE", "CITY": "Bicknell", "ACRES": 5.04000014, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33231.7773438, "Shape__Len": 729.27738794000004, "ORIG_FID": 1448 }, "geometry": { "type": "Point", "coordinates": [ -111.545206325262001, 38.341349949528031 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "WAYNE", "CITY": "Bicknell", "ACRES": 5.1121741, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33710.6367188, "Shape__Len": 766.15539157900002, "ORIG_FID": 1449 }, "geometry": { "type": "Point", "coordinates": [ -111.550899706414697, 38.344613912607358 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "WAYNE", "CITY": "Bicknell", "ACRES": 4.69317071, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30947.6328125, "Shape__Len": 718.44377681799995, "ORIG_FID": 1450 }, "geometry": { "type": "Point", "coordinates": [ -111.552636047283542, 38.344625139007704 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "WAYNE", "CITY": "Lyman", "ACRES": 4.38902488, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28982.8125, "Shape__Len": 664.94356844699996, "ORIG_FID": 1451 }, "geometry": { "type": "Point", "coordinates": [ -111.590520703400912, 38.396216849014067 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lyman City Park", "COUNTY": "WAYNE", "CITY": "Lyman", "ACRES": 1.74099812, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11496.2578125, "Shape__Len": 432.991263516, "ORIG_FID": 1452 }, "geometry": { "type": "Point", "coordinates": [ -111.588774415623107, 38.395058558336878 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Loa", "ACRES": 1.38639179, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9154.93359375, "Shape__Len": 402.49775836499998, "ORIG_FID": 1453 }, "geometry": { "type": "Point", "coordinates": [ -111.651514783310802, 38.396520791462052 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Loa", "ACRES": 0.60413193, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3989.84765625, "Shape__Len": 256.88762825499998, "ORIG_FID": 1454 }, "geometry": { "type": "Point", "coordinates": [ -111.643295558106004, 38.401111810635257 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Loa", "ACRES": 2.34744401, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15503.3632813, "Shape__Len": 631.40930635899997, "ORIG_FID": 1455 }, "geometry": { "type": "Point", "coordinates": [ -111.641850764182763, 38.401746641479562 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Loa", "ACRES": 0.45678472, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3016.69921875, "Shape__Len": 221.89590431, "ORIG_FID": 1456 }, "geometry": { "type": "Point", "coordinates": [ -111.641431310619566, 38.400779033802351 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "WAYNE", "CITY": "Loa", "ACRES": 1.56518474, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10336.8476563, "Shape__Len": 406.75744073800001, "ORIG_FID": 1457 }, "geometry": { "type": "Point", "coordinates": [ -111.646522488846912, 38.40096242280557 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Hanksville", "ACRES": 0.98295913, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6486.89453125, "Shape__Len": 363.64217516899998, "ORIG_FID": 1458 }, "geometry": { "type": "Point", "coordinates": [ -110.713253490026702, 38.371690931735216 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Hanksville", "ACRES": 0.39310347, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2593.73828125, "Shape__Len": 196.958276506, "ORIG_FID": 1459 }, "geometry": { "type": "Point", "coordinates": [ -110.717751243577908, 38.364797412066629 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WAYNE", "CITY": "Hanksville", "ACRES": 10.87439484, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 71744.6289063, "Shape__Len": 1250.0147944099999, "ORIG_FID": 1460 }, "geometry": { "type": "Point", "coordinates": [ -110.7172302106366, 38.361839390730481 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 13.07753995, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 84507.4023438, "Shape__Len": 1249.30721135, "ORIG_FID": 1461 }, "geometry": { "type": "Point", "coordinates": [ -109.482127028579129, 37.609582826783566 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 1.53500185, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9919.37890625, "Shape__Len": 406.50439609799997, "ORIG_FID": 1462 }, "geometry": { "type": "Point", "coordinates": [ -109.484089716091944, 37.610244022528335 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 1.67766579, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10844.125, "Shape__Len": 421.677439714, "ORIG_FID": 1463 }, "geometry": { "type": "Point", "coordinates": [ -109.480875309325015, 37.620088678269639 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 4.38011636, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28313.5585938, "Shape__Len": 675.40999237400001, "ORIG_FID": 1464 }, "geometry": { "type": "Point", "coordinates": [ -109.478924320144856, 37.621858517370391 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 2.04542758, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13222.5, "Shape__Len": 534.785399837, "ORIG_FID": 1465 }, "geometry": { "type": "Point", "coordinates": [ -109.489156472523348, 37.623363951550651 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 1.72886296, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11175.6835938, "Shape__Len": 519.41744581299997, "ORIG_FID": 1466 }, "geometry": { "type": "Point", "coordinates": [ -109.488900120226191, 37.621966314416277 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 5.75129276, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 37185.6992188, "Shape__Len": 843.24400424099997, "ORIG_FID": 1467 }, "geometry": { "type": "Point", "coordinates": [ -109.473967456251103, 37.630690232586382 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 8.05917399, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 52108.2617188, "Shape__Len": 987.49318874100004, "ORIG_FID": 1468 }, "geometry": { "type": "Point", "coordinates": [ -109.477367414232816, 37.631144658594216 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 4.52011377, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29227.8632813, "Shape__Len": 824.80032921700001, "ORIG_FID": 1469 }, "geometry": { "type": "Point", "coordinates": [ -109.477160019819166, 37.634002702310688 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Blanding", "ACRES": 4.30511247, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27837.7617188, "Shape__Len": 757.66907388699997, "ORIG_FID": 1470 }, "geometry": { "type": "Point", "coordinates": [ -109.48648802222047, 37.633802414717877 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Monticello", "ACRES": 1.97823984, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12869.90625, "Shape__Len": 619.96887218400002, "ORIG_FID": 1471 }, "geometry": { "type": "Point", "coordinates": [ -109.344565082806952, 37.864289309918945 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SAN JUAN", "CITY": "Monticello", "ACRES": 3.89231958, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25326.9257813, "Shape__Len": 661.33945550399994, "ORIG_FID": 1472 }, "geometry": { "type": "Point", "coordinates": [ -109.348433516079226, 37.870868406234557 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "SAN JUAN", "CITY": "Monticello", "ACRES": 4.67498762, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30419.8007813, "Shape__Len": 695.04145202300003, "ORIG_FID": 1473 }, "geometry": { "type": "Point", "coordinates": [ -109.350004398265099, 37.870950880511728 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SAN JUAN", "CITY": "Monticello", "ACRES": 9.14077395, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 59481.109375, "Shape__Len": 1136.6453466800001, "ORIG_FID": 1474 }, "geometry": { "type": "Point", "coordinates": [ -109.349410606749842, 37.872738306245701 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Monticello", "ACRES": 4.12405119, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26838.2421875, "Shape__Len": 829.88440518599998, "ORIG_FID": 1475 }, "geometry": { "type": "Point", "coordinates": [ -109.348370632643295, 37.875566823233576 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SAN JUAN", "CITY": "Monticello", "ACRES": 6.52914953, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42479.7929688, "Shape__Len": 1371.28406324, "ORIG_FID": 1476 }, "geometry": { "type": "Point", "coordinates": [ -109.336554296896622, 37.866982623930269 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Koosharem", "ACRES": 3.29820197, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21846.765625, "Shape__Len": 705.17505352299997, "ORIG_FID": 1477 }, "geometry": { "type": "Point", "coordinates": [ -111.880317611033803, 38.51134263854096 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SEVIER", "CITY": "Monroe", "ACRES": 6.49327344, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 43145.7109375, "Shape__Len": 849.47674342200003, "ORIG_FID": 1478 }, "geometry": { "type": "Point", "coordinates": [ -112.128903406267384, 38.628303061066561 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "SEVIER", "CITY": "Monroe", "ACRES": 14.75856465, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 98075.1210938, "Shape__Len": 1474.5203099099999, "ORIG_FID": 1479 }, "geometry": { "type": "Point", "coordinates": [ -112.13077633216453, 38.631778523477287 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SEVIER", "CITY": "Monroe", "ACRES": 4.54565168, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30208.3945313, "Shape__Len": 874.89422332300001, "ORIG_FID": 1480 }, "geometry": { "type": "Point", "coordinates": [ -112.122508982534626, 38.633165818089651 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Monroe", "ACRES": 7.78671865, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51747.4726563, "Shape__Len": 1078.08098741, "ORIG_FID": 1481 }, "geometry": { "type": "Point", "coordinates": [ -112.11380293952196, 38.63297537078968 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Monroe", "ACRES": 3.53148304, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23472.0742188, "Shape__Len": 652.25282861899996, "ORIG_FID": 1482 }, "geometry": { "type": "Point", "coordinates": [ -112.126852591499343, 38.638397286632348 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Joseph", "ACRES": 3.70268169, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24601.1171875, "Shape__Len": 753.538293856, "ORIG_FID": 1483 }, "geometry": { "type": "Point", "coordinates": [ -112.216621808740442, 38.626709609469792 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SEVIER", "CITY": "Elsinore", "ACRES": 5.60657905, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 37314.1171875, "Shape__Len": 778.56493330599994, "ORIG_FID": 1484 }, "geometry": { "type": "Point", "coordinates": [ -112.147637855834247, 38.686883572605581 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SEVIER", "CITY": "Central Valley", "ACRES": 6.45266614, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 42966.265625, "Shape__Len": 898.98517898499995, "ORIG_FID": 1485 }, "geometry": { "type": "Point", "coordinates": [ -112.100332863926099, 38.703881873135167 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 10.4569824, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 69735.078125, "Shape__Len": 1071.5601796599999, "ORIG_FID": 1486 }, "geometry": { "type": "Point", "coordinates": [ -112.103487143730533, 38.758350139160555 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 8.22346203, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 54846.171875, "Shape__Len": 1344.4437874400001, "ORIG_FID": 1487 }, "geometry": { "type": "Point", "coordinates": [ -112.096258500887842, 38.761573266953626 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 1.97551519, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13175.1953125, "Shape__Len": 520.80062968499999, "ORIG_FID": 1488 }, "geometry": { "type": "Point", "coordinates": [ -112.092901219862497, 38.760730609882515 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 0.52965423, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3532.234375, "Shape__Len": 251.76794185200001, "ORIG_FID": 1489 }, "geometry": { "type": "Point", "coordinates": [ -112.088874686611902, 38.759131714191113 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 32.41643978, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 216210.746094, "Shape__Len": 2359.31829586, "ORIG_FID": 1490 }, "geometry": { "type": "Point", "coordinates": [ -112.075567460319988, 38.763029422738491 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 17.08412294, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 113951.84375, "Shape__Len": 1519.5462583799999, "ORIG_FID": 1491 }, "geometry": { "type": "Point", "coordinates": [ -112.100117121828148, 38.765208361398777 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 12.67373928, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 84541.265625, "Shape__Len": 1823.4807541, "ORIG_FID": 1492 }, "geometry": { "type": "Point", "coordinates": [ -112.095415395162775, 38.768078129531474 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 4.60783461, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30737.8359375, "Shape__Len": 1013.27507557, "ORIG_FID": 1493 }, "geometry": { "type": "Point", "coordinates": [ -112.097191405352845, 38.769310451350641 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 2.45122321, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16351.4179688, "Shape__Len": 997.87406041600002, "ORIG_FID": 1494 }, "geometry": { "type": "Point", "coordinates": [ -112.087462598723533, 38.768388067922096 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 4.44215032, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29638.625, "Shape__Len": 739.27866274099995, "ORIG_FID": 1495 }, "geometry": { "type": "Point", "coordinates": [ -112.089071221024625, 38.776430694469958 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 1.16018782, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7741.14453125, "Shape__Len": 431.41579520900001, "ORIG_FID": 1496 }, "geometry": { "type": "Point", "coordinates": [ -112.094605349372387, 38.777304999808919 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Richfield", "ACRES": 1.04113756, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6947.953125, "Shape__Len": 414.48980252000001, "ORIG_FID": 1497 }, "geometry": { "type": "Point", "coordinates": [ -112.083934208286138, 38.783237799503468 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Glenwood", "ACRES": 3.65579115, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24384.4726563, "Shape__Len": 627.21647836900001, "ORIG_FID": 1498 }, "geometry": { "type": "Point", "coordinates": [ -111.984679130717211, 38.763901493398947 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Aurora", "ACRES": 8.45503614, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 56642.6015625, "Shape__Len": 1017.89280858, "ORIG_FID": 1499 }, "geometry": { "type": "Point", "coordinates": [ -111.932737598444618, 38.919682548933238 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Aurora", "ACRES": 2.04043767, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13667.453125, "Shape__Len": 534.37976343399998, "ORIG_FID": 1500 }, "geometry": { "type": "Point", "coordinates": [ -111.939092437466897, 38.914496882917014 ] } }, -{ "type": "Feature", "properties": { "NAME": "Aurora City Park", "COUNTY": "SEVIER", "CITY": "Aurora", "ACRES": 2.0515351, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13743.4765625, "Shape__Len": 469.01005413299998, "ORIG_FID": 1501 }, "geometry": { "type": "Point", "coordinates": [ -111.938081675377845, 38.919016521951804 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Salina", "ACRES": 3.88300969, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26044.0585938, "Shape__Len": 652.334451253, "ORIG_FID": 1502 }, "geometry": { "type": "Point", "coordinates": [ -111.862686130656584, 38.961111188941381 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Salina", "ACRES": 2.04497735, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13716.7421875, "Shape__Len": 578.72932573200001, "ORIG_FID": 1503 }, "geometry": { "type": "Point", "coordinates": [ -111.863489231864534, 38.962970842946255 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Salina", "ACRES": 22.79227107, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 152890.988281, "Shape__Len": 1851.0202036000001, "ORIG_FID": 1504 }, "geometry": { "type": "Point", "coordinates": [ -111.864866604204934, 38.965860999324796 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Redmond", "ACRES": 0.95395517, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6406.59765625, "Shape__Len": 323.437557551, "ORIG_FID": 1505 }, "geometry": { "type": "Point", "coordinates": [ -111.863286869010665, 39.007048235842696 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "SEVIER", "CITY": "Redmond", "ACRES": 1.8709102, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 12564.4257813, "Shape__Len": 487.62320853799997, "ORIG_FID": 1506 }, "geometry": { "type": "Point", "coordinates": [ -111.865422411872757, 39.006312095492497 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SEVIER", "CITY": "Redmond", "ACRES": 1.40706834, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9449.8515625, "Shape__Len": 523.45859527599998, "ORIG_FID": 1507 }, "geometry": { "type": "Point", "coordinates": [ -111.869355286513425, 39.008044483914887 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Mayfield", "ACRES": 0.56071359, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3777.07421875, "Shape__Len": 267.33823450400001, "ORIG_FID": 1508 }, "geometry": { "type": "Point", "coordinates": [ -111.710167970807248, 39.113262089401466 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "SANPETE", "CITY": "Mayfield", "ACRES": 2.06060242, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13880.7617188, "Shape__Len": 477.609405267, "ORIG_FID": 1509 }, "geometry": { "type": "Point", "coordinates": [ -111.708180012715772, 39.113612408006993 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Gunnison", "ACRES": 11.23534494, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 75786.8984375, "Shape__Len": 2047.6757096199999, "ORIG_FID": 1510 }, "geometry": { "type": "Point", "coordinates": [ -111.806210701154086, 39.162650276033567 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Sterling", "ACRES": 2.6044151, "TYPE": "Park", "STATUS": "Under Construction", "Shape__Are": 17582.0078125, "Shape__Len": 560.97686465599998, "ORIG_FID": 1511 }, "geometry": { "type": "Point", "coordinates": [ -111.693526007884401, 39.190107332666798 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Manti", "ACRES": 1.54844649, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10472.6835938, "Shape__Len": 596.05008107200001, "ORIG_FID": 1512 }, "geometry": { "type": "Point", "coordinates": [ -111.638279146004095, 39.255136157473601 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Manti", "ACRES": 3.22179003, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 21796.0039063, "Shape__Len": 900.78960094399997, "ORIG_FID": 1513 }, "geometry": { "type": "Point", "coordinates": [ -111.640028429333583, 39.265088726219702 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "SANPETE", "CITY": "Manit", "ACRES": 16.32410434, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 110470.671875, "Shape__Len": 1373.1119268899999, "ORIG_FID": 1514 }, "geometry": { "type": "Point", "coordinates": [ -111.639367681104602, 39.275973185454653 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SANPETE", "CITY": "Ephraim", "ACRES": 3.33496421, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22616.734375, "Shape__Len": 616.77330253599996, "ORIG_FID": 1515 }, "geometry": { "type": "Point", "coordinates": [ -111.581872131699981, 39.350282678173912 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Ephraim", "ACRES": 2.72310967, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 18471.078125, "Shape__Len": 596.54815887500001, "ORIG_FID": 1516 }, "geometry": { "type": "Point", "coordinates": [ -111.585178819300552, 39.357535759877393 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "SANPETE", "CITY": "Ephraim", "ACRES": 4.48147522, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30401.125, "Shape__Len": 871.302556557, "ORIG_FID": 1517 }, "geometry": { "type": "Point", "coordinates": [ -111.58847150966163, 39.361010699783435 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Ephraim", "ACRES": 0.52383534, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3553.6640625, "Shape__Len": 239.017872391, "ORIG_FID": 1518 }, "geometry": { "type": "Point", "coordinates": [ -111.593165092227977, 39.362008077956958 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Ephraim", "ACRES": 3.58003409, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24285.5429688, "Shape__Len": 668.80735796900001, "ORIG_FID": 1519 }, "geometry": { "type": "Point", "coordinates": [ -111.583022772648008, 39.360234041707457 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "SANPETE", "CITY": "Ephraim", "ACRES": 7.76931594, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 52704.75, "Shape__Len": 1051.1402193900001, "ORIG_FID": 1520 }, "geometry": { "type": "Point", "coordinates": [ -111.577932846154567, 39.360667405991158 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SANPETE", "CITY": "Ephraim", "ACRES": 28.71384969, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 194820.972656, "Shape__Len": 2068.3463364700001, "ORIG_FID": 1521 }, "geometry": { "type": "Point", "coordinates": [ -111.581583358473864, 39.366989270286176 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "SANPETE", "CITY": "Spring City", "ACRES": 4.62934509, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 31509.1484375, "Shape__Len": 710.33244725600002, "ORIG_FID": 1522 }, "geometry": { "type": "Point", "coordinates": [ -111.493366871096427, 39.477417102209877 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Spring City", "ACRES": 5.22721514, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35581.40625, "Shape__Len": 759.04178881500002, "ORIG_FID": 1523 }, "geometry": { "type": "Point", "coordinates": [ -111.487789286957806, 39.48022180587369 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Mt. Pleasant", "ACRES": 1.45470739, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9916.5078125, "Shape__Len": 440.30823425300002, "ORIG_FID": 1524 }, "geometry": { "type": "Point", "coordinates": [ -111.460626587060972, 39.530944683256138 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Mt. Pleasant", "ACRES": 23.68611593, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 161474.960938, "Shape__Len": 2009.71197177, "ORIG_FID": 1525 }, "geometry": { "type": "Point", "coordinates": [ -111.457181142678323, 39.533183312520435 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "SANPETE", "CITY": "Mt. Pleasant", "ACRES": 26.49989196, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 180666.664063, "Shape__Len": 2186.1825403399998, "ORIG_FID": 1526 }, "geometry": { "type": "Point", "coordinates": [ -111.445325971609947, 39.534567822284913 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Mt. Pleasant", "ACRES": 8.6959262, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 59301.125, "Shape__Len": 999.47853113400004, "ORIG_FID": 1527 }, "geometry": { "type": "Point", "coordinates": [ -111.460072510612278, 39.5441533225641 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Mt. Pleasant", "ACRES": 3.70544192, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25269.171875, "Shape__Len": 657.48342772399997, "ORIG_FID": 1528 }, "geometry": { "type": "Point", "coordinates": [ -111.458441150532195, 39.544444337976316 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Mt. Pleasant", "ACRES": 1.53979234, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10501.1367188, "Shape__Len": 410.25540328800002, "ORIG_FID": 1529 }, "geometry": { "type": "Point", "coordinates": [ -111.453906365001359, 39.546260814160533 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "SANPETE", "CITY": "Wales", "ACRES": 1.32624273, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9029.234375, "Shape__Len": 381.70465342199998, "ORIG_FID": 1530 }, "geometry": { "type": "Point", "coordinates": [ -111.634597416773772, 39.487383593715819 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Moroni", "ACRES": 4.31121073, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 29382.4921875, "Shape__Len": 685.88194815099996, "ORIG_FID": 1531 }, "geometry": { "type": "Point", "coordinates": [ -111.588475879784369, 39.524199849221041 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SANPETE", "CITY": "Moroni", "ACRES": 2.3197815, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 15811.9609375, "Shape__Len": 503.318211292, "ORIG_FID": 1532 }, "geometry": { "type": "Point", "coordinates": [ -111.586817688196902, 39.528152392591721 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SANPETE", "CITY": "Moroni", "ACRES": 5.20031691, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 35447.4101563, "Shape__Len": 753.12528786099995, "ORIG_FID": 1533 }, "geometry": { "type": "Point", "coordinates": [ -111.58285434118676, 39.529435804198357 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Naples", "ACRES": 38.6520714, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 270434.148438, "Shape__Len": 2080.3476571699998, "ORIG_FID": 1534 }, "geometry": { "type": "Point", "coordinates": [ -109.506778436688506, 40.439447313557295 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Uintah County", "ACRES": 2.83176526, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19787.3867188, "Shape__Len": 640.68972178599995, "ORIG_FID": 1535 }, "geometry": { "type": "Point", "coordinates": [ -109.477812528465236, 40.396465271687511 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Uintah County", "ACRES": 2.50565975, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 17508.8164063, "Shape__Len": 529.79560727099999, "ORIG_FID": 1536 }, "geometry": { "type": "Point", "coordinates": [ -109.481823889778767, 40.396663171717812 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "UINTAH", "CITY": "Uintah County", "ACRES": 3.26658512, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22852.046875, "Shape__Len": 877.95521081599998, "ORIG_FID": 1537 }, "geometry": { "type": "Point", "coordinates": [ -109.553518341460219, 40.434622921412455 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 4.05478325, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28372.4570313, "Shape__Len": 744.82812486299997, "ORIG_FID": 1538 }, "geometry": { "type": "Point", "coordinates": [ -109.5635974921734, 40.441604982753404 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 0.8345851, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5840.3984375, "Shape__Len": 323.55503369299998, "ORIG_FID": 1539 }, "geometry": { "type": "Point", "coordinates": [ -109.554563001520791, 40.445112627414069 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fairgrounds Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 32.5989721, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 228166.5625, "Shape__Len": 1968.5623807699999, "ORIG_FID": 1540 }, "geometry": { "type": "Point", "coordinates": [ -109.521858628496531, 40.451623107566725 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 0.91445026, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6401.0703125, "Shape__Len": 340.880171308, "ORIG_FID": 1541 }, "geometry": { "type": "Point", "coordinates": [ -109.525590984923326, 40.455019596799012 ] } }, -{ "type": "Feature", "properties": { "NAME": "City And County Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 3.24957969, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 22747.671875, "Shape__Len": 1033.2650156899999, "ORIG_FID": 1542 }, "geometry": { "type": "Point", "coordinates": [ -109.5246795005705, 40.456304377745951 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 0.98730116, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6911.55859375, "Shape__Len": 477.02475730600003, "ORIG_FID": 1543 }, "geometry": { "type": "Point", "coordinates": [ -109.530834371520115, 40.457543685996583 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 9.66537018, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 67660.5664063, "Shape__Len": 1062.9259794699999, "ORIG_FID": 1544 }, "geometry": { "type": "Point", "coordinates": [ -109.547554756334236, 40.456413467777381 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 41.93476351, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 293592.78125, "Shape__Len": 2661.2234783200001, "ORIG_FID": 1545 }, "geometry": { "type": "Point", "coordinates": [ -109.547009089875687, 40.461243880825478 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Uintah County", "ACRES": 7.83277643, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 54843.8203125, "Shape__Len": 1483.45596176, "ORIG_FID": 1546 }, "geometry": { "type": "Point", "coordinates": [ -109.564041067163885, 40.463358341872947 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 31.47560615, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 220399.136719, "Shape__Len": 2766.9084196499998, "ORIG_FID": 1547 }, "geometry": { "type": "Point", "coordinates": [ -109.568629265253591, 40.465811592229088 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 0.38870611, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 2721.734375, "Shape__Len": 214.96696168, "ORIG_FID": 1548 }, "geometry": { "type": "Point", "coordinates": [ -109.526739928145417, 40.465295206968811 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 16.04826517, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 112329.1875, "Shape__Len": 1791.71192372, "ORIG_FID": 1549 }, "geometry": { "type": "Point", "coordinates": [ -109.54454589781362, 40.45259922799535 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 2.00800502, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14055.3203125, "Shape__Len": 513.14057725099997, "ORIG_FID": 1550 }, "geometry": { "type": "Point", "coordinates": [ -109.540267174919677, 40.453457455428158 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 0.86531282, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6056.87109375, "Shape__Len": 458.09956735999998, "ORIG_FID": 1551 }, "geometry": { "type": "Point", "coordinates": [ -109.537701107600199, 40.453449938022892 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 1.1832562, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8281.8828125, "Shape__Len": 371.61666923299998, "ORIG_FID": 1552 }, "geometry": { "type": "Point", "coordinates": [ -109.529768407319295, 40.451688507026603 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 0.43907138, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3073.1484375, "Shape__Len": 315.51750539400001, "ORIG_FID": 1553 }, "geometry": { "type": "Point", "coordinates": [ -109.528952858691468, 40.451450205760189 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 0.62491741, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 4374.0546875, "Shape__Len": 350.302688811, "ORIG_FID": 1554 }, "geometry": { "type": "Point", "coordinates": [ -109.528955284142768, 40.452641335968153 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Vernal", "ACRES": 1.06478637, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7454.09765625, "Shape__Len": 351.93959296999998, "ORIG_FID": 1555 }, "geometry": { "type": "Point", "coordinates": [ -109.519502245540167, 40.458196756014537 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UINTAH", "CITY": "Uintah County", "ACRES": 4.38542591, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30653.4414063, "Shape__Len": 861.80992799000001, "ORIG_FID": 1556 }, "geometry": { "type": "Point", "coordinates": [ -109.797604252862314, 40.401834673796039 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "UINTAH", "CITY": "Uintah County", "ACRES": 14.41288207, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 100414.695313, "Shape__Len": 1241.83620436, "ORIG_FID": 1557 }, "geometry": { "type": "Point", "coordinates": [ -109.856140786675454, 40.289800993249514 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "UINTAH", "CITY": "Uintah County", "ACRES": 32.84967752, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 228962.023438, "Shape__Len": 2296.6955833400002, "ORIG_FID": 1558 }, "geometry": { "type": "Point", "coordinates": [ -109.894881853883817, 40.303885897949023 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "UINTAH", "CITY": "Ballard", "ACRES": 14.44576173, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 100680.972656, "Shape__Len": 1276.6464284399999, "ORIG_FID": 1559 }, "geometry": { "type": "Point", "coordinates": [ -109.974295339170411, 40.300891425304215 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DUCHESNE", "CITY": "Roosevelt", "ACRES": 4.15138875, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28933.2695313, "Shape__Len": 992.60489488999997, "ORIG_FID": 1560 }, "geometry": { "type": "Point", "coordinates": [ -109.978801029421902, 40.300941058893962 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DUCHESNE", "CITY": "Roosevelt", "ACRES": 10.90370103, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 76005.4179688, "Shape__Len": 1467.3106916300001, "ORIG_FID": 1561 }, "geometry": { "type": "Point", "coordinates": [ -109.979483945319771, 40.305472570173571 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DUCHESNE", "CITY": "Roosevelt", "ACRES": 8.13177535, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 56674.2460938, "Shape__Len": 1017.21170854, "ORIG_FID": 1562 }, "geometry": { "type": "Point", "coordinates": [ -109.993540906691592, 40.300139767032142 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "DUCHESNE", "CITY": "Roosevelt", "ACRES": 4.77922381, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33311.84375, "Shape__Len": 727.77272103600001, "ORIG_FID": 1563 }, "geometry": { "type": "Point", "coordinates": [ -109.999451096464995, 40.303325331370282 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DUCHESNE", "CITY": "Roosevelt", "ACRES": 3.94134447, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 27473.4375, "Shape__Len": 912.500253477, "ORIG_FID": 1564 }, "geometry": { "type": "Point", "coordinates": [ -110.000092965659789, 40.305523987732343 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "DUCHESNE", "CITY": "Roosevelt", "ACRES": 29.48834439, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 205499.964844, "Shape__Len": 1995.4947045900001, "ORIG_FID": 1565 }, "geometry": { "type": "Point", "coordinates": [ -110.00759106685986, 40.296854490547418 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "DUCHESNE", "CITY": "Myton", "ACRES": 6.83349966, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 47480.5976563, "Shape__Len": 976.86420983400001, "ORIG_FID": 1566 }, "geometry": { "type": "Point", "coordinates": [ -110.056399386546687, 40.195134651846963 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "DUCHESNE", "CITY": "Myton", "ACRES": 2.8321577, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19677.7890625, "Shape__Len": 608.27543409400005, "ORIG_FID": 1567 }, "geometry": { "type": "Point", "coordinates": [ -110.062462415669444, 40.193926960649748 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "DUCHESNE", "CITY": "Duchesne", "ACRES": 13.3027842, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 92343.6289063, "Shape__Len": 1197.34692402, "ORIG_FID": 1568 }, "geometry": { "type": "Point", "coordinates": [ -110.399575183925805, 40.159669421745392 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DUCHESNE", "CITY": "Duchesne", "ACRES": 1.3635597, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 9467.203125, "Shape__Len": 415.18469782599999, "ORIG_FID": 1569 }, "geometry": { "type": "Point", "coordinates": [ -110.40350580416262, 40.166276653174052 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "DUCHESNE", "CITY": "Duchesne", "ACRES": 4.10484823, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 28498.5117188, "Shape__Len": 652.48185751100004, "ORIG_FID": 1570 }, "geometry": { "type": "Point", "coordinates": [ -110.406567454107247, 40.164535646795734 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WASATCH", "CITY": "Wasatch County", "ACRES": 3.79474926, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26603.1875, "Shape__Len": 648.73173150100001, "ORIG_FID": 1571 }, "geometry": { "type": "Point", "coordinates": [ -111.320456758988186, 40.493846538714415 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WASATCH", "CITY": "Midway", "ACRES": 19.01789611, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 133368.179688, "Shape__Len": 1545.56455327, "ORIG_FID": 1572 }, "geometry": { "type": "Point", "coordinates": [ -111.468723504583579, 40.505412191359028 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WASATCH", "CITY": "Wasatch County", "ACRES": 3.57058316, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25041.546875, "Shape__Len": 753.81921022799997, "ORIG_FID": 1573 }, "geometry": { "type": "Point", "coordinates": [ -111.468333822991056, 40.507784197077832 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Kamas", "ACRES": 5.72068614, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 40276.7617188, "Shape__Len": 928.22200953399999, "ORIG_FID": 1574 }, "geometry": { "type": "Point", "coordinates": [ -111.264618715796686, 40.637781204963289 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Kamas", "ACRES": 0.99717947, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7021.62890625, "Shape__Len": 353.31361098299999, "ORIG_FID": 1575 }, "geometry": { "type": "Point", "coordinates": [ -111.284382113832891, 40.642359884463254 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Oakley", "ACRES": 5.25949193, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 37121.6992188, "Shape__Len": 898.91550181000002, "ORIG_FID": 1576 }, "geometry": { "type": "Point", "coordinates": [ -111.285175099136453, 40.7212107141385 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SUMMIT", "CITY": "Oakley", "ACRES": 1.85723976, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 13105.7929688, "Shape__Len": 433.45640006299999, "ORIG_FID": 1577 }, "geometry": { "type": "Point", "coordinates": [ -111.298483558713826, 40.714417088785673 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 1.25015329, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8807.98828125, "Shape__Len": 378.644822514, "ORIG_FID": 1578 }, "geometry": { "type": "Point", "coordinates": [ -111.478793996103562, 40.66250237303629 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 3.4111343, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 24024.7148438, "Shape__Len": 746.71501868099995, "ORIG_FID": 1579 }, "geometry": { "type": "Point", "coordinates": [ -111.476041726040194, 40.65056043738084 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 2.72680914, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 19207.046875, "Shape__Len": 607.31486439399998, "ORIG_FID": 1580 }, "geometry": { "type": "Point", "coordinates": [ -111.476893748666896, 40.65415806797261 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 1.23270886, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8686.48046875, "Shape__Len": 549.05960082000001, "ORIG_FID": 1581 }, "geometry": { "type": "Point", "coordinates": [ -111.483935875584208, 40.667986125110495 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 7.74325913, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 54566.2460938, "Shape__Len": 1061.70702099, "ORIG_FID": 1582 }, "geometry": { "type": "Point", "coordinates": [ -111.488688289767296, 40.669272851801445 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 8.70463361, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 61339.6132813, "Shape__Len": 1064.2002493099999, "ORIG_FID": 1583 }, "geometry": { "type": "Point", "coordinates": [ -111.494877374609388, 40.668682073082699 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 5.89791734, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 41544.7929688, "Shape__Len": 903.10783497399996, "ORIG_FID": 1584 }, "geometry": { "type": "Point", "coordinates": [ -111.503809725700904, 40.655246277815586 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 0.81941627, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 5771.609375, "Shape__Len": 315.02013740199999, "ORIG_FID": 1585 }, "geometry": { "type": "Point", "coordinates": [ -111.50331969445989, 40.653341263126308 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 0.99761841, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7026.73828125, "Shape__Len": 482.831387011, "ORIG_FID": 1586 }, "geometry": { "type": "Point", "coordinates": [ -111.502667088864371, 40.653018688566135 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 2.28976688, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 16127.2265625, "Shape__Len": 530.07043747600005, "ORIG_FID": 1587 }, "geometry": { "type": "Point", "coordinates": [ -111.503653580292848, 40.65141535098892 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 0.9644478, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 6791.890625, "Shape__Len": 654.15643415800002, "ORIG_FID": 1588 }, "geometry": { "type": "Point", "coordinates": [ -111.498573020107543, 40.647475276134315 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 1.00106307, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7049.1953125, "Shape__Len": 549.42341815099996, "ORIG_FID": 1589 }, "geometry": { "type": "Point", "coordinates": [ -111.488995258905021, 40.644393338143736 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 19.39092255, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 136736.101563, "Shape__Len": 1843.48122971, "ORIG_FID": 1590 }, "geometry": { "type": "Point", "coordinates": [ -111.526892729137572, 40.691498781247724 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 7.25021257, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 51131.6640625, "Shape__Len": 1015.19584233, "ORIG_FID": 1591 }, "geometry": { "type": "Point", "coordinates": [ -111.53271458772646, 40.695713845435812 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 6.5207208, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 45988.3398438, "Shape__Len": 2081.9650958100001, "ORIG_FID": 1592 }, "geometry": { "type": "Point", "coordinates": [ -111.540544059201451, 40.696621721580961 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ball Pak", "COUNTY": "SUMMIT", "CITY": "Summit County", "ACRES": 24.24200473, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 171191.167969, "Shape__Len": 1765.2221555799999, "ORIG_FID": 1593 }, "geometry": { "type": "Point", "coordinates": [ -111.564575834297685, 40.740303444826516 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Summit County", "ACRES": 3.66700882, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 25900.3945313, "Shape__Len": 626.22148824199996, "ORIG_FID": 1594 }, "geometry": { "type": "Point", "coordinates": [ -111.572546998519428, 40.746588130624474 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Park City", "ACRES": 1.46835118, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 10371.609375, "Shape__Len": 460.96766598400001, "ORIG_FID": 1595 }, "geometry": { "type": "Point", "coordinates": [ -111.569346993699185, 40.748256934869822 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Summit County", "ACRES": 0.49212242, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3477.31640625, "Shape__Len": 248.858896792, "ORIG_FID": 1596 }, "geometry": { "type": "Point", "coordinates": [ -111.589796116254519, 40.760365961001298 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SUMMIT", "CITY": "Coalville", "ACRES": 2.93580538, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 20841.515625, "Shape__Len": 731.24105078699995, "ORIG_FID": 1597 }, "geometry": { "type": "Point", "coordinates": [ -111.396778224412898, 40.915420346699797 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Woodruff", "ACRES": 1.5598916, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 11279.09375, "Shape__Len": 440.28471787000001, "ORIG_FID": 1598 }, "geometry": { "type": "Point", "coordinates": [ -111.16374339857262, 41.520008094218554 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Woodruff", "ACRES": 4.4511628, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 32185.1835938, "Shape__Len": 723.21225546100004, "ORIG_FID": 1599 }, "geometry": { "type": "Point", "coordinates": [ -111.161740737477928, 41.52023133406167 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "RICH", "CITY": "Randolph", "ACRES": 12.17826819, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 88449.296875, "Shape__Len": 1189.8352303900001, "ORIG_FID": 1600 }, "geometry": { "type": "Point", "coordinates": [ -111.183510754499508, 41.664508718558601 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "RICH", "CITY": "Randolph", "ACRES": 4.21210194, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 30591.5585938, "Shape__Len": 737.83962585100005, "ORIG_FID": 1601 }, "geometry": { "type": "Point", "coordinates": [ -111.189395535534629, 41.664049353575336 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Laketown", "ACRES": 7.41777573, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 54136.5117188, "Shape__Len": 961.25387999400004, "ORIG_FID": 1602 }, "geometry": { "type": "Point", "coordinates": [ -111.321365603860585, 41.821851125017531 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 3.16407158, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 23152.5429688, "Shape__Len": 837.93278627999996, "ORIG_FID": 1603 }, "geometry": { "type": "Point", "coordinates": [ -111.376916150960028, 41.906397300416216 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 11.13132893, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 81456.2070313, "Shape__Len": 1481.1656362199999, "ORIG_FID": 1604 }, "geometry": { "type": "Point", "coordinates": [ -111.380077532050947, 41.908184574698318 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 1.16048234, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8493.26171875, "Shape__Len": 374.08576403400002, "ORIG_FID": 1605 }, "geometry": { "type": "Point", "coordinates": [ -111.388175773143431, 41.912556947454725 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 1.18339284, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8666.6796875, "Shape__Len": 366.26357795000001, "ORIG_FID": 1606 }, "geometry": { "type": "Point", "coordinates": [ -111.395069182910404, 41.933892343190081 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 3.6159186, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 26486.3085938, "Shape__Len": 651.52243356300005, "ORIG_FID": 1607 }, "geometry": { "type": "Point", "coordinates": [ -111.39267313831823, 41.939709383168342 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 0.41960307, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 3073.83984375, "Shape__Len": 321.51788766800001, "ORIG_FID": 1608 }, "geometry": { "type": "Point", "coordinates": [ -111.3909945085706, 41.942658504481528 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 1.1049646, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 8095.4765625, "Shape__Len": 478.55215625199997, "ORIG_FID": 1609 }, "geometry": { "type": "Point", "coordinates": [ -111.390686748745651, 41.946417470334339 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 4.63161957, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 33932.359375, "Shape__Len": 768.08566121900003, "ORIG_FID": 1610 }, "geometry": { "type": "Point", "coordinates": [ -111.394692539906345, 41.94551410168495 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "RICH", "CITY": "Garden City", "ACRES": 1.99936802, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 14654.9726563, "Shape__Len": 675.40994652300003, "ORIG_FID": 1611 }, "geometry": { "type": "Point", "coordinates": [ -111.401045225071314, 41.961211273564103 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sports Park", "COUNTY": "BEAVER", "CITY": "Beaver County", "ACRES": 7.46289853, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 49098.5429688, "Shape__Len": 859.75476126199999, "ORIG_FID": 1612 }, "geometry": { "type": "Point", "coordinates": [ -112.604870960720959, 38.276133002531033 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Lehi", "ACRES": 1.88143802, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 7707.11328125, "Shape__Len": 489.05619369599998, "ORIG_FID": 1613 }, "geometry": { "type": "Point", "coordinates": [ -111.881182085433679, 40.384714088569716 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "UTAH", "CITY": "Saratoga Springs", "ACRES": 2.81541626, "TYPE": "Park", "STATUS": "Complete", "Shape__Are": 36703.1328125, "Shape__Len": 1961.00815721, "ORIG_FID": 1614 }, "geometry": { "type": "Point", "coordinates": [ -111.928419703819515, 40.397147210996103 ] } }, -{ "type": "Feature", "properties": { "NAME": "Memory Grove", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 33.14650426, "TYPE": "Special Use Park", "STATUS": "Complete", "Shape__Are": 433893.363281, "Shape__Len": 4301.4612665200002, "ORIG_FID": 1615 }, "geometry": { "type": "Point", "coordinates": [ -111.884872410434966, 40.779590468097204 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kays Creek Parkway", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 19.67208453, "TYPE": "Public Open Space", "STATUS": "Complete", "Shape__Are": 517160.230469, "Shape__Len": 4889.2388502000003, "ORIG_FID": 1616 }, "geometry": { "type": "Point", "coordinates": [ -111.924991435128447, 41.097679560019024 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willow Pond Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 7.70449645, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 216833.757813, "Shape__Len": 2897.2544453800001, "ORIG_FID": 1617 }, "geometry": { "type": "Point", "coordinates": [ -111.916499216979872, 40.637942239340845 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "SALT LAKE", "CITY": "Murray", "ACRES": 0.86878847, "TYPE": "Parks and Open Space", "STATUS": "Complete", "Shape__Are": 6116.10546875, "Shape__Len": 334.08828324799998, "ORIG_FID": 1618 }, "geometry": { "type": "Point", "coordinates": [ -111.859234385671229, 40.638333276462681 ] } }, -{ "type": "Feature", "properties": { "NAME": "Herriman Village Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 2.87260008, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 20145.9101563, "Shape__Len": 605.56525206499998, "ORIG_FID": 1619 }, "geometry": { "type": "Point", "coordinates": [ -112.022382994606886, 40.512157696355267 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cove Pond Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 8.77574589, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 61511.1953125, "Shape__Len": 1130.41727836, "ORIG_FID": 1620 }, "geometry": { "type": "Point", "coordinates": [ -112.055841450787881, 40.493975865573546 ] } }, -{ "type": "Feature", "properties": { "NAME": "Herriman City Park on 7300", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 2.01938518, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 14156.0507813, "Shape__Len": 482.18125575, "ORIG_FID": 1621 }, "geometry": { "type": "Point", "coordinates": [ -112.065800780711925, 40.498034270484958 ] } }, -{ "type": "Feature", "properties": { "NAME": "Valle Vista Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 0.91590219, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 6418.70703125, "Shape__Len": 369.212750696, "ORIG_FID": 1622 }, "geometry": { "type": "Point", "coordinates": [ -112.051855557486633, 40.488146841479356 ] } }, -{ "type": "Feature", "properties": { "NAME": "Emmebella Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 2.04955125, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 14366.1796875, "Shape__Len": 572.56992721699999, "ORIG_FID": 1623 }, "geometry": { "type": "Point", "coordinates": [ -112.032904181786137, 40.494456344483602 ] } }, -{ "type": "Feature", "properties": { "NAME": "Emmeline Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 1.07851833, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 7558.6171875, "Shape__Len": 397.77373513100002, "ORIG_FID": 1624 }, "geometry": { "type": "Point", "coordinates": [ -112.024093649147687, 40.489071888440193 ] } }, -{ "type": "Feature", "properties": { "NAME": "Blackridge Resevoir Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 11.91843485, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 83506.9140625, "Shape__Len": 1109.6258156900001, "ORIG_FID": 1625 }, "geometry": { "type": "Point", "coordinates": [ -112.020891426183297, 40.480361261791103 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rosecrest Splash Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 3.81439391, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 26737.859375, "Shape__Len": 886.700536005, "ORIG_FID": 1626 }, "geometry": { "type": "Point", "coordinates": [ -112.023531778021407, 40.495621612967746 ] } }, -{ "type": "Feature", "properties": { "NAME": "Autumn Dusk Park", "COUNTY": "SALT LAKE", "CITY": "Herriman", "ACRES": 4.41503424, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 30949.7773438, "Shape__Len": 1177.81904538, "ORIG_FID": 1627 }, "geometry": { "type": "Point", "coordinates": [ -112.02958610919336, 40.497666602170341 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wardle Farms Park", "COUNTY": "SALT LAKE", "CITY": "Bluffdale", "ACRES": 45.37747676, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 318083.128906, "Shape__Len": 2404.7374718000001, "ORIG_FID": 1628 }, "geometry": { "type": "Point", "coordinates": [ -111.960647619047052, 40.49518767862709 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bluffdale City Park", "COUNTY": "SALT LAKE", "CITY": "Bluffdale", "ACRES": 15.6375948, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 109602.011719, "Shape__Len": 1393.3231747, "ORIG_FID": 1629 }, "geometry": { "type": "Point", "coordinates": [ -111.95140534645823, 40.490717147960702 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Hall Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 3.08259725, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 21623.1953125, "Shape__Len": 596.19113019199995, "ORIG_FID": 1630 }, "geometry": { "type": "Point", "coordinates": [ -111.940549765486992, 40.518354832430866 ] } }, -{ "type": "Feature", "properties": { "NAME": "Firmont Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 2.32858813, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 16343.703125, "Shape__Len": 530.50536851000004, "ORIG_FID": 1631 }, "geometry": { "type": "Point", "coordinates": [ -112.00543381534942, 40.538763205780619 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunflower Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 7.30862397, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 51301.4335938, "Shape__Len": 1138.5275656599999, "ORIG_FID": 1632 }, "geometry": { "type": "Point", "coordinates": [ -112.005259014216321, 40.541705088056325 ] } }, -{ "type": "Feature", "properties": { "NAME": "Founders Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 7.98391481, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 56044.7617188, "Shape__Len": 1142.2868919800001, "ORIG_FID": 1633 }, "geometry": { "type": "Point", "coordinates": [ -112.001844949160443, 40.543612330578412 ] } }, -{ "type": "Feature", "properties": { "NAME": "Silent Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 0.92761664, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 6511.765625, "Shape__Len": 328.89321140200002, "ORIG_FID": 1634 }, "geometry": { "type": "Point", "coordinates": [ -111.995954391793504, 40.544369404914946 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wheadon\/Southfork Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 64.07634486000001, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 449180.546875, "Shape__Len": 3025.2782250199998, "ORIG_FID": 1635 }, "geometry": { "type": "Point", "coordinates": [ -111.880102345691782, 40.495850766616812 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bellevue Park\r\nBellevue Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 4.65286989, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 32632.5625, "Shape__Len": 764.78423962299996, "ORIG_FID": 1636 }, "geometry": { "type": "Point", "coordinates": [ -111.87121118465592, 40.511964160262885 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dayland Dog Park", "COUNTY": "SALT LAKE", "CITY": "Draper", "ACRES": 6.86686609, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 48153.9101563, "Shape__Len": 964.26295951600002, "ORIG_FID": 1637 }, "geometry": { "type": "Point", "coordinates": [ -111.883577235585065, 40.507424336061902 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountainview Park", "COUNTY": "SALT LAKE", "CITY": "Riverton", "ACRES": 9.33552714, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 65697.625, "Shape__Len": 1157.5179363699999, "ORIG_FID": 1638 }, "geometry": { "type": "Point", "coordinates": [ -111.845770096607154, 40.626669092946017 ] } }, -{ "type": "Feature", "properties": { "NAME": "Conservation Garden Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan", "ACRES": 21.05948818, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 148089.476563, "Shape__Len": 1666.4175969299999, "ORIG_FID": 1639 }, "geometry": { "type": "Point", "coordinates": [ -111.926597689528435, 40.601255350474268 ] } }, -{ "type": "Feature", "properties": { "NAME": "Overlook Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 28.6366437, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 201091.855469, "Shape__Len": 2804.6148877099999, "ORIG_FID": 1640 }, "geometry": { "type": "Point", "coordinates": [ -111.988748711531073, 40.555898932482222 ] } }, -{ "type": "Feature", "properties": { "NAME": "Brookside Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 5.37243384, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 37735.234375, "Shape__Len": 991.77707029099997, "ORIG_FID": 1641 }, "geometry": { "type": "Point", "coordinates": [ -112.009485488532448, 40.564035050167824 ] } }, -{ "type": "Feature", "properties": { "NAME": "Longbow Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.29911792, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 9124.14453125, "Shape__Len": 563.42354171500006, "ORIG_FID": 1642 }, "geometry": { "type": "Point", "coordinates": [ -112.013333948049663, 40.560762210007859 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sand Dunes Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.24337591, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 8731.78125, "Shape__Len": 556.231932132, "ORIG_FID": 1643 }, "geometry": { "type": "Point", "coordinates": [ -111.984147030461074, 40.55760638206322 ] } }, -{ "type": "Feature", "properties": { "NAME": "Autumn Leaf PArk", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 0.77203333, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 5421.7109375, "Shape__Len": 381.71708908699998, "ORIG_FID": 1644 }, "geometry": { "type": "Point", "coordinates": [ -111.981186351718719, 40.557394619539352 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunset Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 0.54717969, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 3841.45703125, "Shape__Len": 283.17213505699999, "ORIG_FID": 1645 }, "geometry": { "type": "Point", "coordinates": [ -111.995154820554802, 40.547202795920889 ] } }, -{ "type": "Feature", "properties": { "NAME": "Sunrise Mountain Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 19.02123175, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 133536.210938, "Shape__Len": 2266.8688166699999, "ORIG_FID": 1646 }, "geometry": { "type": "Point", "coordinates": [ -111.992321629700726, 40.546527621401005 ] } }, -{ "type": "Feature", "properties": { "NAME": "Terrace Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 16.55335328, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 116218.664063, "Shape__Len": 1859.48296764, "ORIG_FID": 1647 }, "geometry": { "type": "Point", "coordinates": [ -111.988234883949431, 40.548737519969549 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jordan Heights Park", "COUNTY": "SALT LAKE", "CITY": "South Jordan", "ACRES": 1.21046501, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 8497.90234375, "Shape__Len": 453.37315795699999, "ORIG_FID": 1648 }, "geometry": { "type": "Point", "coordinates": [ -111.986122753156494, 40.546481595114876 ] } }, -{ "type": "Feature", "properties": { "NAME": "Oqquirh Highlands Park", "COUNTY": "SALT LAKE", "CITY": "West Jordan", "ACRES": 5.92066232, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 41665.140625, "Shape__Len": 841.55348061999996, "ORIG_FID": 1649 }, "geometry": { "type": "Point", "coordinates": [ -112.040205989921617, 40.62813046715781 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mini Park 2", "COUNTY": "SALT LAKE", "CITY": "West Jordan", "ACRES": 0.10561623, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 743.19140625, "Shape__Len": 119.370167052, "ORIG_FID": 1650 }, "geometry": { "type": "Point", "coordinates": [ -112.041156438886134, 40.62542827605774 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mini Park 1", "COUNTY": "SALT LAKE", "CITY": "West Jordan", "ACRES": 0.05093103, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 358.390625, "Shape__Len": 132.72159092499999, "ORIG_FID": 1651 }, "geometry": { "type": "Point", "coordinates": [ -112.043344196231772, 40.625506504501452 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Park", "COUNTY": "SALT LAKE", "CITY": "Kearns", "ACRES": 2.66079658, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 18732.453125, "Shape__Len": 592.57794957600004, "ORIG_FID": 1652 }, "geometry": { "type": "Point", "coordinates": [ -112.016097938800485, 40.641829705064737 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Park", "COUNTY": "SALT LAKE", "CITY": "Kearns", "ACRES": 2.75956286, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 19431.9921875, "Shape__Len": 572.186401381, "ORIG_FID": 1653 }, "geometry": { "type": "Point", "coordinates": [ -112.022216577044119, 40.649135708044611 ] } }, -{ "type": "Feature", "properties": { "NAME": "T. John Labrum Memorial Park", "COUNTY": "SALT LAKE", "CITY": "Taylorsville", "ACRES": 9.05685733, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 63762.03125, "Shape__Len": 1149.23458104, "ORIG_FID": 1654 }, "geometry": { "type": "Point", "coordinates": [ -111.942638836597482, 40.641155339266597 ] } }, -{ "type": "Feature", "properties": { "NAME": "Glenn Weaver Memorial Park", "COUNTY": "SALT LAKE", "CITY": "West Valley", "ACRES": 3.00177803, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 21151.0898438, "Shape__Len": 641.60477665799999, "ORIG_FID": 1655 }, "geometry": { "type": "Point", "coordinates": [ -112.04293842783197, 40.670920507400552 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadowlands Park", "COUNTY": "SALT LAKE", "CITY": "West Valley", "ACRES": 2.42196503, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 17081.4492188, "Shape__Len": 519.71682470200005, "ORIG_FID": 1656 }, "geometry": { "type": "Point", "coordinates": [ -112.032602432477788, 40.701877090352404 ] } }, -{ "type": "Feature", "properties": { "NAME": "Maple Meadows Park", "COUNTY": "SALT LAKE", "CITY": "West Valley", "ACRES": 1.42107982, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 10022.1171875, "Shape__Len": 473.12315814900001, "ORIG_FID": 1657 }, "geometry": { "type": "Point", "coordinates": [ -111.955366561686986, 40.699751178973642 ] } }, -{ "type": "Feature", "properties": { "NAME": "Hunter Village Park", "COUNTY": "SALT LAKE", "CITY": "West Valley", "ACRES": 4.91315735, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 34650.53125, "Shape__Len": 807.168145557, "ORIG_FID": 1658 }, "geometry": { "type": "Point", "coordinates": [ -112.058489782147433, 40.701590428143689 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mt Olympus Stake Ball Park", "COUNTY": "SALT LAKE", "CITY": "Millcreek", "ACRES": 3.30693378, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 23318.9882813, "Shape__Len": 686.521245755, "ORIG_FID": 1659 }, "geometry": { "type": "Point", "coordinates": [ -111.799824425958249, 40.693734873251202 ] } }, -{ "type": "Feature", "properties": { "NAME": "Imperial Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 1.08783529, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 7674.37890625, "Shape__Len": 361.19221469799999, "ORIG_FID": 1660 }, "geometry": { "type": "Point", "coordinates": [ -111.846509936210666, 40.709329230860121 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fair Park", "COUNTY": "SALT LAKE", "CITY": "Salt Lake City", "ACRES": 2.35381003, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 16639.3554688, "Shape__Len": 516.80278596999995, "ORIG_FID": 1661 }, "geometry": { "type": "Point", "coordinates": [ -111.94640172815825, 40.778648579519128 ] } }, -{ "type": "Feature", "properties": { "NAME": "Legacy Park", "COUNTY": "DAVIS", "CITY": "North Salt Lake", "ACRES": 12.80992012, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 90781.4921875, "Shape__Len": 1273.07737417, "ORIG_FID": 1662 }, "geometry": { "type": "Point", "coordinates": [ -111.94149151203834, 40.862305942471949 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mills Park", "COUNTY": "DAVIS", "CITY": "Woods Cross", "ACRES": 2.12247693, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 15044.15625, "Shape__Len": 491.731644163, "ORIG_FID": 1663 }, "geometry": { "type": "Point", "coordinates": [ -111.923659979492243, 40.867626769625666 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountain View Park-Wood Cross", "COUNTY": "DAVIS", "CITY": "Woods Cross", "ACRES": 13.42667813, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 95191.7421875, "Shape__Len": 1619.51705573, "ORIG_FID": 1664 }, "geometry": { "type": "Point", "coordinates": [ -111.936570138604466, 40.875828574498868 ] } }, -{ "type": "Feature", "properties": { "NAME": "Tunnel Springs Park", "COUNTY": "DAVIS", "CITY": "North Salt Lake", "ACRES": 18.42881527, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 130444.082031, "Shape__Len": 1537.6882058199999, "ORIG_FID": 1665 }, "geometry": { "type": "Point", "coordinates": [ -111.904217931450873, 40.821466788357071 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wild Rose Trailhead Park", "COUNTY": "DAVIS", "CITY": "North Salt Lake", "ACRES": 1.20150806, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 8505.796875, "Shape__Len": 474.29701125999998, "ORIG_FID": 1666 }, "geometry": { "type": "Point", "coordinates": [ -111.89619746830455, 40.826067682641749 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Canyon Park", "COUNTY": "DAVIS", "CITY": "Bountiful", "ACRES": 10.85512869, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 76895.0117188, "Shape__Len": 1177.82531326, "ORIG_FID": 1667 }, "geometry": { "type": "Point", "coordinates": [ -111.876074803193262, 40.84704901831654 ] } }, -{ "type": "Feature", "properties": { "NAME": "Lewis Park", "COUNTY": "DAVIS", "CITY": "Bountiful", "ACRES": 8.61028045, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 61018.2851563, "Shape__Len": 1157.1064507399999, "ORIG_FID": 1668 }, "geometry": { "type": "Point", "coordinates": [ -111.874382359306637, 40.860526608626337 ] } }, -{ "type": "Feature", "properties": { "NAME": "East Mueller Park", "COUNTY": "DAVIS", "CITY": "Bountiful", "ACRES": 17.9819658, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 127477.796875, "Shape__Len": 1438.8937547800001, "ORIG_FID": 1669 }, "geometry": { "type": "Point", "coordinates": [ -111.859116052124264, 40.8724121902438 ] } }, -{ "type": "Feature", "properties": { "NAME": "West Mueller Park", "COUNTY": "DAVIS", "CITY": "Bountiful", "ACRES": 9.91965065, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 70322.2773438, "Shape__Len": 1132.4144142800001, "ORIG_FID": 1670 }, "geometry": { "type": "Point", "coordinates": [ -111.863206726433987, 40.872494545028069 ] } }, -{ "type": "Feature", "properties": { "NAME": "Creekside Park", "COUNTY": "DAVIS", "CITY": "Bountiful", "ACRES": 6.9995244, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 49630.625, "Shape__Len": 955.99275178599999, "ORIG_FID": 1671 }, "geometry": { "type": "Point", "coordinates": [ -111.868672769543721, 40.879080588791673 ] } }, -{ "type": "Feature", "properties": { "NAME": "Eggett Park", "COUNTY": "DAVIS", "CITY": "Bountiful", "ACRES": 1.54050036, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 10923.8125, "Shape__Len": 533.52989175200003, "ORIG_FID": 1672 }, "geometry": { "type": "Point", "coordinates": [ -111.847942795984324, 40.881422385998249 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bountiful City Park", "COUNTY": "DAVIS", "CITY": "Bountiful", "ACRES": 5.86051188, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 41573.3554688, "Shape__Len": 1045.02250955, "ORIG_FID": 1673 }, "geometry": { "type": "Point", "coordinates": [ -111.884275122399188, 40.894180681978384 ] } }, -{ "type": "Feature", "properties": { "NAME": "Davis Tech Park", "COUNTY": "DAVIS", "CITY": "Kaysville", "ACRES": 24.65107144, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 175570.140625, "Shape__Len": 3303.0155108700001, "ORIG_FID": 1674 }, "geometry": { "type": "Point", "coordinates": [ -111.927655763476366, 41.026320914909974 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ponds Park South", "COUNTY": "DAVIS", "CITY": "Kaysville", "ACRES": 7.61798236, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 53766.2226563, "Shape__Len": 1019.8334382, "ORIG_FID": 1675 }, "geometry": { "type": "Point", "coordinates": [ -111.937363103140754, 41.012698896832767 ] } }, -{ "type": "Feature", "properties": { "NAME": "Barnes Park", "COUNTY": "DAVIS", "CITY": "Kaysville", "ACRES": 7.10569662, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 48878.84375, "Shape__Len": 895.47277038899995, "ORIG_FID": 1676 }, "geometry": { "type": "Point", "coordinates": [ -111.938522757301612, 41.014264221315202 ] } }, -{ "type": "Feature", "properties": { "NAME": "Barnes Park", "COUNTY": "DAVIS", "CITY": "Kaysville", "ACRES": 32.9773143, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 234957.574219, "Shape__Len": 1950.5623779699999, "ORIG_FID": 1677 }, "geometry": { "type": "Point", "coordinates": [ -111.958972769990311, 41.040268800452502 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fox Hollow Park", "COUNTY": "DAVIS", "CITY": "Clearfield", "ACRES": 4.81512105, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 34352.0117188, "Shape__Len": 925.75449429100001, "ORIG_FID": 1678 }, "geometry": { "type": "Point", "coordinates": [ -112.015995790549525, 41.084491038220108 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bluffridge Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 4.51598757, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 32209.3046875, "Shape__Len": 756.37984224599995, "ORIG_FID": 1679 }, "geometry": { "type": "Point", "coordinates": [ -112.04323931006931, 41.075924989439159 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jensen Nature Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 41.92108407, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 298896.351563, "Shape__Len": 2241.19883759, "ORIG_FID": 1680 }, "geometry": { "type": "Point", "coordinates": [ -112.052365356234176, 41.065517982872599 ] } }, -{ "type": "Feature", "properties": { "NAME": "Island Park", "COUNTY": "DAVIS", "CITY": "Clearfield", "ACRES": 5.08768332, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 36299.1992188, "Shape__Len": 977.54687494400002, "ORIG_FID": 1681 }, "geometry": { "type": "Point", "coordinates": [ -112.024851825262829, 41.087123176287712 ] } }, -{ "type": "Feature", "properties": { "NAME": "Centennial Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 5.20023455, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 37102.5078125, "Shape__Len": 1104.42033812, "ORIG_FID": 1682 }, "geometry": { "type": "Point", "coordinates": [ -112.063035200291338, 41.087724828197445 ] } }, -{ "type": "Feature", "properties": { "NAME": "Craig Estates Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 1.89084501, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 13489.3828125, "Shape__Len": 590.81383157699997, "ORIG_FID": 1683 }, "geometry": { "type": "Point", "coordinates": [ -112.071410630310226, 41.084758616566688 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fremont Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 5.53089733, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 39458.7851563, "Shape__Len": 938.37203290299999, "ORIG_FID": 1684 }, "geometry": { "type": "Point", "coordinates": [ -112.082551402426134, 41.085385847261485 ] } }, -{ "type": "Feature", "properties": { "NAME": "Ranchettes West Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 4.58156141, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 32681.5351563, "Shape__Len": 827.56290816299997, "ORIG_FID": 1685 }, "geometry": { "type": "Point", "coordinates": [ -112.093379202772908, 41.080971970090687 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kays Creek Parkway", "COUNTY": "DAVIS", "CITY": "Layton", "ACRES": 2.49902485, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 17839.21875, "Shape__Len": 607.02535345499996, "ORIG_FID": 1686 }, "geometry": { "type": "Point", "coordinates": [ -111.920410773053874, 41.103223569495249 ] } }, -{ "type": "Feature", "properties": { "NAME": "Stoker Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 5.11634087, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 36508.4960938, "Shape__Len": 843.935755234, "ORIG_FID": 1687 }, "geometry": { "type": "Point", "coordinates": [ -112.049203020194355, 41.091663250295689 ] } }, -{ "type": "Feature", "properties": { "NAME": "Founders Park", "COUNTY": "DAVIS", "CITY": "Syracuse", "ACRES": 13.59497175, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 97007.5507813, "Shape__Len": 1964.7615739800001, "ORIG_FID": 1688 }, "geometry": { "type": "Point", "coordinates": [ -112.062360100004852, 41.090521943379223 ] } }, -{ "type": "Feature", "properties": { "NAME": "Jacobsen Park", "COUNTY": "DAVIS", "CITY": "Clearfield", "ACRES": 1.82765551, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 13044.0859375, "Shape__Len": 525.41213915200001, "ORIG_FID": 1689 }, "geometry": { "type": "Point", "coordinates": [ -112.052648876226357, 41.098258177305134 ] } }, -{ "type": "Feature", "properties": { "NAME": "Steed Park", "COUNTY": "DAVIS", "CITY": "Clearfield", "ACRES": 13.57821625, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 96970.3632813, "Shape__Len": 1523.10533106, "ORIG_FID": 1690 }, "geometry": { "type": "Point", "coordinates": [ -112.043290036153905, 41.119112609974799 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kiwanis Park", "COUNTY": "DAVIS", "CITY": "Clearfield", "ACRES": 4.37553932, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 31248.2148438, "Shape__Len": 696.21612541399998, "ORIG_FID": 1691 }, "geometry": { "type": "Point", "coordinates": [ -112.024176519580564, 41.118738683160714 ] } }, -{ "type": "Feature", "properties": { "NAME": "Bicentennial Park", "COUNTY": "DAVIS", "CITY": "Clearfield", "ACRES": 3.69703071, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 26392.2226563, "Shape__Len": 735.09997801300005, "ORIG_FID": 1692 }, "geometry": { "type": "Point", "coordinates": [ -112.009268953530551, 41.105535901889901 ] } }, -{ "type": "Feature", "properties": { "NAME": "East Park", "COUNTY": "DAVIS", "CITY": "West Point", "ACRES": 12.94837616, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 92472.5507813, "Shape__Len": 1677.24092421, "ORIG_FID": 1693 }, "geometry": { "type": "Point", "coordinates": [ -112.073352062233923, 41.11968708100769 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rachael Runyan Park", "COUNTY": "DAVIS", "CITY": "Sunset", "ACRES": 18.86978912, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 134771.171875, "Shape__Len": 1674.38102546, "ORIG_FID": 1694 }, "geometry": { "type": "Point", "coordinates": [ -112.097093370184652, 41.122678943789388 ] } }, -{ "type": "Feature", "properties": { "NAME": "Powerline Park", "COUNTY": "DAVIS", "CITY": "Clinton", "ACRES": 4.54202105, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 32449.8515625, "Shape__Len": 815.66340780899998, "ORIG_FID": 1695 }, "geometry": { "type": "Point", "coordinates": [ -112.046351473451011, 41.131939934037533 ] } }, -{ "type": "Feature", "properties": { "NAME": "Kestrel Park", "COUNTY": "DAVIS", "CITY": "Clinton", "ACRES": 4.89669943, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 34990.703125, "Shape__Len": 837.25313160799999, "ORIG_FID": 1696 }, "geometry": { "type": "Point", "coordinates": [ -112.092759146673586, 41.139001973868218 ] } }, -{ "type": "Feature", "properties": { "NAME": "Clinton Pond Park", "COUNTY": "DAVIS", "CITY": "Clinton", "ACRES": 9.40919245, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 67258.2148438, "Shape__Len": 1726.54020427, "ORIG_FID": 1697 }, "geometry": { "type": "Point", "coordinates": [ -112.080892956742701, 41.149212190200743 ] } }, -{ "type": "Feature", "properties": { "NAME": "John G. White Park", "COUNTY": "DAVIS", "CITY": "Sunset", "ACRES": 3.66538052, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 26200.7539063, "Shape__Len": 836.04786835599998, "ORIG_FID": 1698 }, "geometry": { "type": "Point", "coordinates": [ -112.030197386858376, 41.149301092096813 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cedar Loop Park", "COUNTY": "DAVIS", "CITY": "South Weber", "ACRES": 1.16932029, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 8352.62109375, "Shape__Len": 356.81339301999998, "ORIG_FID": 1699 }, "geometry": { "type": "Point", "coordinates": [ -111.928779313900009, 41.124972687080309 ] } }, -{ "type": "Feature", "properties": { "NAME": "Cedar Grove Park", "COUNTY": "DAVIS", "CITY": "South Weber", "ACRES": 1.92846977, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 13777.2851563, "Shape__Len": 639.93951922899998, "ORIG_FID": 1700 }, "geometry": { "type": "Point", "coordinates": [ -111.927944748062274, 41.129630023637979 ] } }, -{ "type": "Feature", "properties": { "NAME": "Veteran's Memorial Park", "COUNTY": "DAVIS", "CITY": "South Weber", "ACRES": 2.7077807, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 19346.1445313, "Shape__Len": 586.557794543, "ORIG_FID": 1701 }, "geometry": { "type": "Point", "coordinates": [ -111.930907551376862, 41.132038830703863 ] } }, -{ "type": "Feature", "properties": { "NAME": "Canyon Meadows Park", "COUNTY": "DAVIS", "CITY": "South Weber", "ACRES": 9.34427118, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 66780.5898438, "Shape__Len": 1120.60383383, "ORIG_FID": 1702 }, "geometry": { "type": "Point", "coordinates": [ -111.965230556982092, 41.14178204678533 ] } }, -{ "type": "Feature", "properties": { "NAME": "Meadow Creek Village Park", "COUNTY": "WEBER", "CITY": "Roy", "ACRES": 6.41448401, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 45880.4257813, "Shape__Len": 1228.5595686500001, "ORIG_FID": 1703 }, "geometry": { "type": "Point", "coordinates": [ -112.081926381637189, 41.170515661870688 ] } }, -{ "type": "Feature", "properties": { "NAME": "Fox Glen Park", "COUNTY": "WEBER", "CITY": "Roy", "ACRES": 3.01553412, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 21575.515625, "Shape__Len": 600.73946400800003, "ORIG_FID": 1704 }, "geometry": { "type": "Point", "coordinates": [ -112.073508601689994, 41.180464954229642 ] } }, -{ "type": "Feature", "properties": { "NAME": "Recreation Complex Park", "COUNTY": "WEBER", "CITY": "West Haven", "ACRES": 18.18105432, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 130104.011719, "Shape__Len": 1505.80322314, "ORIG_FID": 1705 }, "geometry": { "type": "Point", "coordinates": [ -112.076527446866407, 41.186125283127339 ] } }, -{ "type": "Feature", "properties": { "NAME": "North Park", "COUNTY": "WEBER", "CITY": "Hooper", "ACRES": 13.8970784, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 99427.8007813, "Shape__Len": 1440.3309220199999, "ORIG_FID": 1706 }, "geometry": { "type": "Point", "coordinates": [ -112.114653861712867, 41.179672676271387 ] } }, -{ "type": "Feature", "properties": { "NAME": "Country Haven Park", "COUNTY": "WEBER", "CITY": "West Haven", "ACRES": 2.44695271, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 17513.375, "Shape__Len": 620.061989778, "ORIG_FID": 1707 }, "geometry": { "type": "Point", "coordinates": [ -112.067980155893537, 41.191530255419188 ] } }, -{ "type": "Feature", "properties": { "NAME": "South Odgen Nature Park", "COUNTY": "WEBER", "CITY": "South Ogden", "ACRES": 56.97879233, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 407355.078125, "Shape__Len": 4206.4988531099998, "ORIG_FID": 1708 }, "geometry": { "type": "Point", "coordinates": [ -111.949597344588156, 41.153372256219889 ] } }, -{ "type": "Feature", "properties": { "NAME": "Heigh Adventure Park", "COUNTY": "WEBER", "CITY": "Ogden", "ACRES": 7.77501838, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 55720.8710938, "Shape__Len": 1305.2065174500001, "ORIG_FID": 1709 }, "geometry": { "type": "Point", "coordinates": [ -111.973763271814974, 41.233752130240426 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mountainview Park", "COUNTY": "WEBER", "CITY": "Farr West", "ACRES": 9.10096566, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 65323.8203125, "Shape__Len": 1017.9640465799999, "ORIG_FID": 1710 }, "geometry": { "type": "Point", "coordinates": [ -112.015705058309706, 41.284952267495321 ] } }, -{ "type": "Feature", "properties": { "NAME": "Barker Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 9.71140807, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 69744.796875, "Shape__Len": 1479.68897034, "ORIG_FID": 1711 }, "geometry": { "type": "Point", "coordinates": [ -111.951372393414289, 41.302752962536772 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dog Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 1.86651722, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 13406.2578125, "Shape__Len": 557.84889501400005, "ORIG_FID": 1712 }, "geometry": { "type": "Point", "coordinates": [ -111.952868807526372, 41.306182011378837 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wadman Park", "COUNTY": "WEBER", "CITY": "North Ogden", "ACRES": 9.48802237, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 68152.1054688, "Shape__Len": 1081.8355943500001, "ORIG_FID": 1713 }, "geometry": { "type": "Point", "coordinates": [ -111.946107304096884, 41.308332002548354 ] } }, -{ "type": "Feature", "properties": { "NAME": "Wadman Nature Park", "COUNTY": "WEBER", "CITY": "Pleasant View", "ACRES": 10.70374588, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 76951.125, "Shape__Len": 1543.92568886, "ORIG_FID": 1714 }, "geometry": { "type": "Point", "coordinates": [ -111.98569409278835, 41.33687035398728 ] } }, -{ "type": "Feature", "properties": { "NAME": "Pioneer Park", "COUNTY": "WEBER", "CITY": "Plain City", "ACRES": 8.8582727, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 63589.3710938, "Shape__Len": 1014.2293299299999, "ORIG_FID": 1715 }, "geometry": { "type": "Point", "coordinates": [ -112.082376025987116, 41.289622578949512 ] } }, -{ "type": "Feature", "properties": { "NAME": "Park", "COUNTY": "WEBER", "CITY": "Warren", "ACRES": 4.16524117, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 29893.6132813, "Shape__Len": 692.60103265700002, "ORIG_FID": 1716 }, "geometry": { "type": "Point", "coordinates": [ -112.12164497787137, 41.28274172950421 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willard Creek Park", "COUNTY": "BOX ELDER", "CITY": "Willard", "ACRES": 6.86074074, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 49431.8554688, "Shape__Len": 930.44926499500002, "ORIG_FID": 1717 }, "geometry": { "type": "Point", "coordinates": [ -112.031028293136757, 41.409856664467704 ] } }, -{ "type": "Feature", "properties": { "NAME": "Willard Park", "COUNTY": "BOX ELDER", "CITY": "Willard", "ACRES": 2.43597034, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 17550.7382813, "Shape__Len": 556.81134007000003, "ORIG_FID": 1718 }, "geometry": { "type": "Point", "coordinates": [ -112.037284713950555, 41.409041727889097 ] } }, -{ "type": "Feature", "properties": { "NAME": "Anderson Park", "COUNTY": "BOX ELDER", "CITY": "Perry", "ACRES": 0.92593445, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 6681.703125, "Shape__Len": 349.58330593900001, "ORIG_FID": 1719 }, "geometry": { "type": "Point", "coordinates": [ -112.032268687877675, 41.460427513397342 ] } }, -{ "type": "Feature", "properties": { "NAME": "Perry Park", "COUNTY": "BOX ELDER", "CITY": "Perry", "ACRES": 4.96041636, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 35800.0976563, "Shape__Len": 798.908164489, "ORIG_FID": 1720 }, "geometry": { "type": "Point", "coordinates": [ -112.035583134762419, 41.464835696689626 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mt. View Park", "COUNTY": "BOX ELDER", "CITY": "Perry", "ACRES": 1.54375704, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 11141.8867188, "Shape__Len": 463.68695013400003, "ORIG_FID": 1721 }, "geometry": { "type": "Point", "coordinates": [ -112.024712591228237, 41.465831369500449 ] } }, -{ "type": "Feature", "properties": { "NAME": "Dale Young Nature Park", "COUNTY": "BOX ELDER", "CITY": "Perry", "ACRES": 29.84080615, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 215395.203125, "Shape__Len": 2100.32343416, "ORIG_FID": 1722 }, "geometry": { "type": "Point", "coordinates": [ -112.039016740699793, 41.469604844380036 ] } }, -{ "type": "Feature", "properties": { "NAME": "Thorne Park", "COUNTY": "BOX ELDER", "CITY": "Perry", "ACRES": 0.31689142, "TYPE": "Neighborhood Park", "STATUS": "Complete", "Shape__Are": 2288.37890625, "Shape__Len": 196.28648997100001, "ORIG_FID": 1723 }, "geometry": { "type": "Point", "coordinates": [ -112.012666430309949, 41.483562169291027 ] } }, -{ "type": "Feature", "properties": { "NAME": "Rotary Constitution Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 8.15516751, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 59137.3515625, "Shape__Len": 1073.0019339200001, "ORIG_FID": 1724 }, "geometry": { "type": "Point", "coordinates": [ -112.008310474800382, 41.495093741282219 ] } }, -{ "type": "Feature", "properties": { "NAME": "Horsley Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 1.66143079, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 12003.4804688, "Shape__Len": 459.29260228599998, "ORIG_FID": 1725 }, "geometry": { "type": "Point", "coordinates": [ -112.016771350440578, 41.499127339364854 ] } }, -{ "type": "Feature", "properties": { "NAME": "Mary E. Christensen Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 2.65563476, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 19196.8320313, "Shape__Len": 582.53792053500001, "ORIG_FID": 1726 }, "geometry": { "type": "Point", "coordinates": [ -111.997711500470515, 41.51668346757954 ] } }, -{ "type": "Feature", "properties": { "NAME": "Playground Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 1.27893914, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 9243.36328125, "Shape__Len": 468.09672180299998, "ORIG_FID": 1727 }, "geometry": { "type": "Point", "coordinates": [ -112.011797233485325, 41.510726662580183 ] } }, -{ "type": "Feature", "properties": { "NAME": "Discovery Gateway Park", "COUNTY": "BOX ELDER", "CITY": "Brigham City", "ACRES": 2.79109037, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 20182.7382813, "Shape__Len": 629.57628435000004, "ORIG_FID": 1728 }, "geometry": { "type": "Point", "coordinates": [ -112.021092872993563, 41.527748859042717 ] } }, -{ "type": "Feature", "properties": { "NAME": "City Hall Park", "COUNTY": "SALT LAKE", "CITY": "Holladay", "ACRES": 5.83784507, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 41137.859375, "Shape__Len": 935.77388914300002, "ORIG_FID": 1729 }, "geometry": { "type": "Point", "coordinates": [ -111.826160107549924, 40.671147751903625 ] } }, -{ "type": "Feature", "properties": { "NAME": "Knudsen Park", "COUNTY": "SALT LAKE", "CITY": "Holladay", "ACRES": 7.60588219, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 53541.4257813, "Shape__Len": 1145.0563193800001, "ORIG_FID": 1730 }, "geometry": { "type": "Point", "coordinates": [ -111.811913809840775, 40.6363184310067 ] } }, -{ "type": "Feature", "properties": { "NAME": "Civic Center Park", "COUNTY": "DAVIS", "CITY": "Clinton", "ACRES": 0.0, "TYPE": "City Park", "STATUS": "Complete", "Shape__Are": 335977.324219, "Shape__Len": 2495.8034824199999, "ORIG_FID": 1731 }, "geometry": { "type": "Point", "coordinates": [ -112.0586485576098, 41.145241692463308 ] } } -] -} diff --git a/developer/applications/suitability/uta_bus_stops.geojson b/developer/applications/suitability/uta_bus_stops.geojson deleted file mode 100644 index 62af52b8ff..0000000000 --- a/developer/applications/suitability/uta_bus_stops.geojson +++ /dev/null @@ -1,6249 +0,0 @@ -{ -"type": "FeatureCollection", -"name": "uta_bus_stops", -"features": [ -{ "type": "Feature", "properties": { "FID_1": 1, "StopName": "Orchard Dr @ 2260 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112092", "Latitude": 40.865228, "Longitude": -111.879761, "AVGBoard": 4, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "112092" }, "geometry": { "type": "Point", "coordinates": [ -111.879761000004052, 40.865228000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2, "StopName": "Orchard Dr @ 2550 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112093", "Latitude": 40.862459, "Longitude": -111.882103, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "112093" }, "geometry": { "type": "Point", "coordinates": [ -111.882103000004619, 40.86245900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3, "StopName": "Orchard Dr @ 2572 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112094", "Latitude": 40.861874, "Longitude": -111.883697, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "112094" }, "geometry": { "type": "Point", "coordinates": [ -111.883697000004403, 40.861874000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4, "StopName": "2600 S @ 506 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112095", "Latitude": 40.861687, "Longitude": -111.892549, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112095" }, "geometry": { "type": "Point", "coordinates": [ -111.892549000004379, 40.861687000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5, "StopName": "2600 S @ 320 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112096", "Latitude": 40.861674, "Longitude": -111.888841, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112096" }, "geometry": { "type": "Point", "coordinates": [ -111.888841000004035, 40.861674000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6, "StopName": "500 W @ 2554 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112097", "Latitude": 40.862215, "Longitude": -111.892167, "AVGBoard": 5, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "112097" }, "geometry": { "type": "Point", "coordinates": [ -111.892167000004235, 40.862215000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 7, "StopName": "500 W @ 2299 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112098", "Latitude": 40.864479, "Longitude": -111.892172, "AVGBoard": 1, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "112098" }, "geometry": { "type": "Point", "coordinates": [ -111.892172000004649, 40.864479000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 8, "StopName": "Main St @ 2065 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112099", "Latitude": 40.867746, "Longitude": -111.891272, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "112099" }, "geometry": { "type": "Point", "coordinates": [ -111.891272000004776, 40.867746000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 9, "StopName": "Main St @ 2015 S (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112100", "Latitude": 40.86865, "Longitude": -111.890586, "AVGBoard": 1, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "112100" }, "geometry": { "type": "Point", "coordinates": [ -111.890586000004618, 40.868650000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 10, "StopName": "Main St @ 1925 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112101", "Latitude": 40.869597, "Longitude": -111.889766, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "112101" }, "geometry": { "type": "Point", "coordinates": [ -111.889766000004172, 40.869597000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 11, "StopName": "Orchard Dr @ 3009 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112102", "Latitude": 40.856385, "Longitude": -111.891841, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "112102" }, "geometry": { "type": "Point", "coordinates": [ -111.891841000004206, 40.856385000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 12, "StopName": "Orchard Dr @ 2721 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112104", "Latitude": 40.860038, "Longitude": -111.887154, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "112104" }, "geometry": { "type": "Point", "coordinates": [ -111.887154000004642, 40.860038000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 13, "StopName": "200 W @ 2601 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112105", "Latitude": 40.861381, "Longitude": -111.885672, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "112105" }, "geometry": { "type": "Point", "coordinates": [ -111.885672000004263, 40.861381000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 14, "StopName": "Orchard Dr @ 2461 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112107", "Latitude": 40.863138, "Longitude": -111.880937, "AVGBoard": 0, "AVGAlight": 2, "Route": "455", "StopAbbr_J": "112107" }, "geometry": { "type": "Point", "coordinates": [ -111.880937000004309, 40.863138000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 15, "StopName": "Orchard Dr @ 2193 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112108", "Latitude": 40.866435, "Longitude": -111.878844, "AVGBoard": 3, "AVGAlight": 5, "Route": "455", "StopAbbr_J": "112108" }, "geometry": { "type": "Point", "coordinates": [ -111.878844000004577, 40.866435000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 16, "StopName": "Davis Blvd @ 2508 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112109", "Latitude": 40.862358, "Longitude": -111.875224, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112109" }, "geometry": { "type": "Point", "coordinates": [ -111.875224000004323, 40.862358000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 17, "StopName": "Main St @ 1795 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112110", "Latitude": 40.871406, "Longitude": -111.888323, "AVGBoard": 2, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "112110" }, "geometry": { "type": "Point", "coordinates": [ -111.88832300000432, 40.871406000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 18, "StopName": "200 W @ 2559 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112112", "Latitude": 40.862375, "Longitude": -111.885687, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112112" }, "geometry": { "type": "Point", "coordinates": [ -111.88568700000458, 40.862375000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 19, "StopName": "200 W @ 2382 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112113", "Latitude": 40.863752, "Longitude": -111.885824, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112113" }, "geometry": { "type": "Point", "coordinates": [ -111.885824000004234, 40.863752000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 20, "StopName": "Davis Blvd @ 2085 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112114", "Latitude": 40.866651, "Longitude": -111.870651, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112114" }, "geometry": { "type": "Point", "coordinates": [ -111.870651000004301, 40.866651000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 21, "StopName": "Mueller Park Rd @ 814 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112115", "Latitude": 40.871167, "Longitude": -111.864271, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112115" }, "geometry": { "type": "Point", "coordinates": [ -111.864271000003953, 40.871167000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 22, "StopName": "Mueller Park Rd @ 1454 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112116", "Latitude": 40.870525, "Longitude": -111.849877, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112116" }, "geometry": { "type": "Point", "coordinates": [ -111.849877000004639, 40.870525000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 23, "StopName": "Mueller Park Rd @ 1598 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112117", "Latitude": 40.868826, "Longitude": -111.846973, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112117" }, "geometry": { "type": "Point", "coordinates": [ -111.846973000004326, 40.868826000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 24, "StopName": "Davis Blvd @ 2134 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112118", "Latitude": 40.865928, "Longitude": -111.871497, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112118" }, "geometry": { "type": "Point", "coordinates": [ -111.871497000004183, 40.865928000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 25, "StopName": "5600 W @ 777 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115001", "Latitude": 40.784298, "Longitude": -112.03011, "AVGBoard": 11, "AVGAlight": 9, "Route": "551", "StopAbbr_J": "115001" }, "geometry": { "type": "Point", "coordinates": [ -112.030110000004257, 40.784298000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 26, "StopName": "Amelia Earhart Dr @ 5850 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115004", "Latitude": 40.778361, "Longitude": -112.029681, "AVGBoard": 0, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "115004" }, "geometry": { "type": "Point", "coordinates": [ -112.029681000004715, 40.778361000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 27, "StopName": "Amelia Earhart Dr @ 5950 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115006", "Latitude": 40.778887, "Longitude": -112.032855, "AVGBoard": 2, "AVGAlight": 2, "Route": "551", "StopAbbr_J": "115006" }, "geometry": { "type": "Point", "coordinates": [ -112.03285500000402, 40.778887000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 28, "StopName": "Amelia Earhart Dr @ 5401 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115013", "Latitude": 40.776265, "Longitude": -112.020539, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "115013" }, "geometry": { "type": "Point", "coordinates": [ -112.020539000004106, 40.776265000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 29, "StopName": "Jimmy Doolittle Rd @ 295 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115014", "Latitude": 40.775794, "Longitude": -112.019791, "AVGBoard": 0, "AVGAlight": 1, "Route": "F453, 454", "StopAbbr_J": "115014" }, "geometry": { "type": "Point", "coordinates": [ -112.019791000004219, 40.775794000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 30, "StopName": "Wiley Post Way @ 5225 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115015", "Latitude": 40.774189, "Longitude": -112.017707, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "115015" }, "geometry": { "type": "Point", "coordinates": [ -112.017707000004336, 40.7741890000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 31, "StopName": "Wiley Post Way @ 4815 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115017", "Latitude": 40.773465, "Longitude": -112.006378, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "115017" }, "geometry": { "type": "Point", "coordinates": [ -112.006378000004318, 40.773465000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 32, "StopName": "Wiley Post Way @ 4860 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115018", "Latitude": 40.773573, "Longitude": -112.006965, "AVGBoard": 1, "AVGAlight": 10, "Route": "F453, 551, 454", "StopAbbr_J": "115018" }, "geometry": { "type": "Point", "coordinates": [ -112.006965000004342, 40.773573000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 33, "StopName": "Wiley Post Way @ 5070 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115019", "Latitude": 40.773561, "Longitude": -112.012535, "AVGBoard": 1, "AVGAlight": 2, "Route": "F453, 551, 454", "StopAbbr_J": "115019" }, "geometry": { "type": "Point", "coordinates": [ -112.012535000004178, 40.773561000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 34, "StopName": "Wiley Post Way @ 5290 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115020", "Latitude": 40.774279, "Longitude": -112.017459, "AVGBoard": 0, "AVGAlight": 1, "Route": "F453, 551, 454", "StopAbbr_J": "115020" }, "geometry": { "type": "Point", "coordinates": [ -112.017459000004493, 40.77427900000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 35, "StopName": "Amelia Earhart Dr @ 5555 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115021", "Latitude": 40.776272, "Longitude": -112.023964, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "115021" }, "geometry": { "type": "Point", "coordinates": [ -112.023964000004398, 40.776272000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 36, "StopName": "Amelia Earhart Dr @ 5530 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115022", "Latitude": 40.776441, "Longitude": -112.023337, "AVGBoard": 1, "AVGAlight": 2, "Route": "F453, 551, 454", "StopAbbr_J": "115022" }, "geometry": { "type": "Point", "coordinates": [ -112.023337000004645, 40.77644100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 37, "StopName": "Wiley Post Way @ 5370 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115023", "Latitude": 40.774282, "Longitude": -112.019357, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 551, 454", "StopAbbr_J": "115023" }, "geometry": { "type": "Point", "coordinates": [ -112.019357000004248, 40.77428200000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 38, "StopName": "Jimmy Doolittle Rd @ 346 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115024", "Latitude": 40.776053, "Longitude": -112.019658, "AVGBoard": 1, "AVGAlight": 1, "Route": "F453, 551, 454", "StopAbbr_J": "115024" }, "geometry": { "type": "Point", "coordinates": [ -112.019658000004, 40.776053000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 39, "StopName": "Harold Gatty Dr @ 5975 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115025", "Latitude": 40.781249, "Longitude": -112.035047, "AVGBoard": 0, "AVGAlight": 2, "Route": "551", "StopAbbr_J": "115025" }, "geometry": { "type": "Point", "coordinates": [ -112.035047000004738, 40.78124900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 40, "StopName": "Harold Gatty Dr @ 5825 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115026", "Latitude": 40.781261, "Longitude": -112.032137, "AVGBoard": 0, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "115026" }, "geometry": { "type": "Point", "coordinates": [ -112.032137000004809, 40.781261000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 41, "StopName": "Harold Gatty Dr @ 5705 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115027", "Latitude": 40.781251, "Longitude": -112.028221, "AVGBoard": 0, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "115027" }, "geometry": { "type": "Point", "coordinates": [ -112.028221000004336, 40.781251000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 42, "StopName": "Harold Gatty Dr @ 5575 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115028", "Latitude": 40.781221, "Longitude": -112.023965, "AVGBoard": 22, "AVGAlight": 22, "Route": "551", "StopAbbr_J": "115028" }, "geometry": { "type": "Point", "coordinates": [ -112.02396500000448, 40.781221000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 43, "StopName": "Wiley Post Way @ 4910 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115036", "Latitude": 40.773581, "Longitude": -112.008193, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 551, 454", "StopAbbr_J": "115036" }, "geometry": { "type": "Point", "coordinates": [ -112.008193000004397, 40.773581000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 44, "StopName": "Wiley Post Way @ 5183 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115042", "Latitude": 40.773633, "Longitude": -112.014836, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "115042" }, "geometry": { "type": "Point", "coordinates": [ -112.014836000004038, 40.773633000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 45, "StopName": "Wiley Post Way @ 5067 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115043", "Latitude": 40.773463, "Longitude": -112.012504, "AVGBoard": 1, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "115043" }, "geometry": { "type": "Point", "coordinates": [ -112.012504000004313, 40.773463000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 46, "StopName": "Wiley Post Way @ 4905 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115044", "Latitude": 40.773461, "Longitude": -112.008244, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "115044" }, "geometry": { "type": "Point", "coordinates": [ -112.008244000004126, 40.773461000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 47, "StopName": "Wiley Post Way @ 5184 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115045", "Latitude": 40.773791, "Longitude": -112.014973, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 551, 454", "StopAbbr_J": "115045" }, "geometry": { "type": "Point", "coordinates": [ -112.014973000004588, 40.773791000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 48, "StopName": "Wright Brothers Dr @ 263 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115046", "Latitude": 40.774428, "Longitude": -112.005908, "AVGBoard": 1, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "115046" }, "geometry": { "type": "Point", "coordinates": [ -112.005908000004069, 40.774428000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 49, "StopName": "Amelia Earhart Dr @ 5610 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "115047", "Latitude": 40.776459, "Longitude": -112.026008, "AVGBoard": 0, "AVGAlight": 1, "Route": "551", "StopAbbr_J": "115047" }, "geometry": { "type": "Point", "coordinates": [ -112.026008000004566, 40.776459000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 50, "StopName": "North Temple St @ 2242 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116003", "Latitude": 40.771557, "Longitude": -111.954665, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "116003" }, "geometry": { "type": "Point", "coordinates": [ -111.95466500000424, 40.771557000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 51, "StopName": "2400 W @ 20 S", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116005", "Latitude": 40.769945, "Longitude": -111.958283, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "116005" }, "geometry": { "type": "Point", "coordinates": [ -111.958283000004329, 40.769945000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 52, "StopName": "2400 W @ 1 S", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116006", "Latitude": 40.770049, "Longitude": -111.958124, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "116006" }, "geometry": { "type": "Point", "coordinates": [ -111.958124000004659, 40.770049000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 53, "StopName": "North Temple St @ 2375 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116007", "Latitude": 40.771374, "Longitude": -111.957774, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "116007" }, "geometry": { "type": "Point", "coordinates": [ -111.957774000004449, 40.771374000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 54, "StopName": "North Temple St @ 2090 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116014", "Latitude": 40.771642, "Longitude": -111.950874, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, F453, 456, 454", "StopAbbr_J": "116014" }, "geometry": { "type": "Point", "coordinates": [ -111.950874000004234, 40.771642000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 55, "StopName": "North Temple St @ 2160 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116015", "Latitude": 40.771597, "Longitude": -111.952718, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, F453, 456, 454", "StopAbbr_J": "116015" }, "geometry": { "type": "Point", "coordinates": [ -111.952718000004012, 40.771597000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 56, "StopName": "2200 W @ 238 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116016", "Latitude": 40.774856, "Longitude": -111.953433, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116016" }, "geometry": { "type": "Point", "coordinates": [ -111.953433000004765, 40.774856000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 57, "StopName": "2200 W @ 322 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116017", "Latitude": 40.776512, "Longitude": -111.953432, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116017" }, "geometry": { "type": "Point", "coordinates": [ -111.953432000004668, 40.776512000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 58, "StopName": "2200 W @ 420 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116018", "Latitude": 40.778769, "Longitude": -111.953442, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116018" }, "geometry": { "type": "Point", "coordinates": [ -111.953442000004614, 40.778769000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 59, "StopName": "2200 W @ 480 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116019", "Latitude": 40.779663, "Longitude": -111.953431, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116019" }, "geometry": { "type": "Point", "coordinates": [ -111.953431000004599, 40.779663000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 60, "StopName": "2200 W @ 640 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116020", "Latitude": 40.783435, "Longitude": -111.953433, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116020" }, "geometry": { "type": "Point", "coordinates": [ -111.953433000004765, 40.783435000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 61, "StopName": "2200 W @ 780 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116021", "Latitude": 40.785726, "Longitude": -111.953455, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116021" }, "geometry": { "type": "Point", "coordinates": [ -111.95345500000478, 40.785726000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 62, "StopName": "2200 W @ 830 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116022", "Latitude": 40.787718, "Longitude": -111.953434, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116022" }, "geometry": { "type": "Point", "coordinates": [ -111.953434000003952, 40.787718000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 63, "StopName": "2200 W @ 1220 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116023", "Latitude": 40.796258, "Longitude": -111.953508, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116023" }, "geometry": { "type": "Point", "coordinates": [ -111.953508000004675, 40.796258000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 64, "StopName": "2400 W @ 55 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116024", "Latitude": 40.770777, "Longitude": -111.958242, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "116024" }, "geometry": { "type": "Point", "coordinates": [ -111.958242000004532, 40.770777000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 65, "StopName": "2200 W @ 1201 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116025", "Latitude": 40.795003, "Longitude": -111.953654, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116025" }, "geometry": { "type": "Point", "coordinates": [ -111.953654000004164, 40.795003000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 66, "StopName": "2200 W @ 735 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116027", "Latitude": 40.785488, "Longitude": -111.953661, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116027" }, "geometry": { "type": "Point", "coordinates": [ -111.953661000004757, 40.785488000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 67, "StopName": "2200 W @ 635 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116028", "Latitude": 40.783537, "Longitude": -111.953655, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116028" }, "geometry": { "type": "Point", "coordinates": [ -111.953655000004261, 40.783537000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 68, "StopName": "2200 W @ 485 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116029", "Latitude": 40.779949, "Longitude": -111.953662, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116029" }, "geometry": { "type": "Point", "coordinates": [ -111.953662000003945, 40.779949000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 69, "StopName": "2200 W @ 405 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116030", "Latitude": 40.778184, "Longitude": -111.953655, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116030" }, "geometry": { "type": "Point", "coordinates": [ -111.953655000004261, 40.778184000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 70, "StopName": "2200 W @ 325 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116031", "Latitude": 40.776621, "Longitude": -111.953656, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116031" }, "geometry": { "type": "Point", "coordinates": [ -111.953656000004344, 40.776621000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 71, "StopName": "2200 W @ 245 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116032", "Latitude": 40.775014, "Longitude": -111.953655, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116032" }, "geometry": { "type": "Point", "coordinates": [ -111.953655000004261, 40.775014000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 72, "StopName": "2200 W @ 141 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116033", "Latitude": 40.772457, "Longitude": -111.953657, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116033" }, "geometry": { "type": "Point", "coordinates": [ -111.953657000004426, 40.772457000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 73, "StopName": "700 N @ 1820 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116036", "Latitude": 40.784841, "Longitude": -111.942329, "AVGBoard": 16, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "116036" }, "geometry": { "type": "Point", "coordinates": [ -111.942329000004477, 40.78484100000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 74, "StopName": "Starcrest Dr @ 681 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116037", "Latitude": 40.784348, "Longitude": -111.943724, "AVGBoard": 9, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "116037" }, "geometry": { "type": "Point", "coordinates": [ -111.943724000003968, 40.78434800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 75, "StopName": "Starcrest Dr @ 595 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116038", "Latitude": 40.782267, "Longitude": -111.943765, "AVGBoard": 3, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "116038" }, "geometry": { "type": "Point", "coordinates": [ -111.94376500000466, 40.782267000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 76, "StopName": "Starcrest Dr @ 505 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116039", "Latitude": 40.780509, "Longitude": -111.943773, "AVGBoard": 7, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "116039" }, "geometry": { "type": "Point", "coordinates": [ -111.943773000004427, 40.780509000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 77, "StopName": "Starcrest Dr @ 498 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116043", "Latitude": 40.780144, "Longitude": -111.943638, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "116043" }, "geometry": { "type": "Point", "coordinates": [ -111.943638000004043, 40.78014400000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 78, "StopName": "Starcrest Dr @ 598 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116044", "Latitude": 40.782379, "Longitude": -111.943588, "AVGBoard": 1, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "116044" }, "geometry": { "type": "Point", "coordinates": [ -111.943588000004397, 40.782379000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 79, "StopName": "Starcrest Dr @ 698 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116045", "Latitude": 40.784564, "Longitude": -111.943512, "AVGBoard": 1, "AVGAlight": 16, "Route": "217", "StopAbbr_J": "116045" }, "geometry": { "type": "Point", "coordinates": [ -111.943512000004404, 40.784564000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 80, "StopName": "1300 N @ 1788 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116046", "Latitude": 40.797801, "Longitude": -111.942128, "AVGBoard": 4, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "116046" }, "geometry": { "type": "Point", "coordinates": [ -111.942128000004018, 40.797801000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 81, "StopName": "Morton Dr @ 1854 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116047", "Latitude": 40.798935, "Longitude": -111.943723, "AVGBoard": 2, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "116047" }, "geometry": { "type": "Point", "coordinates": [ -111.94372300000478, 40.798935000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 82, "StopName": "Mandalay Rd @ 1396 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116048", "Latitude": 40.800091, "Longitude": -111.945428, "AVGBoard": 6, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "116048" }, "geometry": { "type": "Point", "coordinates": [ -111.945428000004767, 40.800091000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 83, "StopName": "Mandalay Rd @ 1456 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116049", "Latitude": 40.801634, "Longitude": -111.945429, "AVGBoard": 10, "AVGAlight": 5, "Route": "217", "StopAbbr_J": "116049" }, "geometry": { "type": "Point", "coordinates": [ -111.945429000003955, 40.801634000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 84, "StopName": "1950 W @ 210 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116051", "Latitude": 40.774564, "Longitude": -111.947278, "AVGBoard": 1, "AVGAlight": 0, "Route": "F522, F453, 456, 217", "StopAbbr_J": "116051" }, "geometry": { "type": "Point", "coordinates": [ -111.947278000004161, 40.774564000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 85, "StopName": "2200 W @ 1040 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116052", "Latitude": 40.791381, "Longitude": -111.953453, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116052" }, "geometry": { "type": "Point", "coordinates": [ -111.953453000004615, 40.791381000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 86, "StopName": "2200 W @ 1822 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116053", "Latitude": 40.808104, "Longitude": -111.953451, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116053" }, "geometry": { "type": "Point", "coordinates": [ -111.953451000004449, 40.808104000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 87, "StopName": "1950 W @ 250 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116054", "Latitude": 40.775847, "Longitude": -111.947509, "AVGBoard": 8, "AVGAlight": 6, "Route": "F522, F453, 456, 217", "StopAbbr_J": "116054" }, "geometry": { "type": "Point", "coordinates": [ -111.947509000004402, 40.775847000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 88, "StopName": "2200 W @ 995 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116055", "Latitude": 40.790994, "Longitude": -111.953654, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116055" }, "geometry": { "type": "Point", "coordinates": [ -111.953654000004164, 40.790994000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 89, "StopName": "2200 W @ 85 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116056", "Latitude": 40.771045, "Longitude": -111.953659, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, F453, 454", "StopAbbr_J": "116056" }, "geometry": { "type": "Point", "coordinates": [ -111.953659000004592, 40.77104500000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 90, "StopName": "400 N @ 1888 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116057", "Latitude": 40.778222, "Longitude": -111.945146, "AVGBoard": 8, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "116057" }, "geometry": { "type": "Point", "coordinates": [ -111.945146000004797, 40.77822200000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 91, "StopName": "2200 W @ 176 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116060", "Latitude": 40.773489, "Longitude": -111.953437, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116060" }, "geometry": { "type": "Point", "coordinates": [ -111.953437000004186, 40.773489000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 92, "StopName": "2200 W @ 1490 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116061", "Latitude": 40.801738, "Longitude": -111.953437, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116061" }, "geometry": { "type": "Point", "coordinates": [ -111.953437000004186, 40.801738000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 93, "StopName": "2200 W @ 1491 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116064", "Latitude": 40.801731, "Longitude": -111.953657, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116064" }, "geometry": { "type": "Point", "coordinates": [ -111.953657000004426, 40.801731000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 94, "StopName": "2200 W @ 843 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116065", "Latitude": 40.787996, "Longitude": -111.953659, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "116065" }, "geometry": { "type": "Point", "coordinates": [ -111.953659000004592, 40.787996000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 95, "StopName": "1950 W @ 150 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116066", "Latitude": 40.772516, "Longitude": -111.946955, "AVGBoard": 6, "AVGAlight": 1, "Route": "F522, F453, 217", "StopAbbr_J": "116066" }, "geometry": { "type": "Point", "coordinates": [ -111.946955000004394, 40.772516000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 96, "StopName": "1930 W @ 374 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116067", "Latitude": 40.777826, "Longitude": -111.946182, "AVGBoard": 1, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "116067" }, "geometry": { "type": "Point", "coordinates": [ -111.946182000004242, 40.777826000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 97, "StopName": "1930 W @ 371 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "116068", "Latitude": 40.777744, "Longitude": -111.946306, "AVGBoard": 3, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "116068" }, "geometry": { "type": "Point", "coordinates": [ -111.946306000004611, 40.777744000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 98, "StopName": "300 W @ 376 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117001", "Latitude": 40.777856, "Longitude": -111.899509, "AVGBoard": 1, "AVGAlight": 5, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117001" }, "geometry": { "type": "Point", "coordinates": [ -111.899509000004187, 40.777856000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 99, "StopName": "North Temple \/ Main St (EB)", "City": "Salt Lake City", "ZipCode": "84150", "County": "Salt Lake", "UTA_StopID": "117002", "Latitude": 40.771428, "Longitude": -111.890477, "AVGBoard": 17, "AVGAlight": 35, "Route": "473, 472, 471, 470, 463, 462, 461, 460, 455, 454, 451, 320, 307, 3, 209, 200", "StopAbbr_J": "117002" }, "geometry": { "type": "Point", "coordinates": [ -111.890477000004594, 40.771428000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 100, "StopName": "North Temple \/ 200 W (WB)", "City": null, "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117003", "Latitude": 40.771652, "Longitude": -111.896505, "AVGBoard": 22, "AVGAlight": 43, "Route": "473, 472, 471, 470, 462, 460, 455, 454, 451, 320, 307, 3, 209, 200", "StopAbbr_J": "117003" }, "geometry": { "type": "Point", "coordinates": [ -111.896505000004581, 40.771652000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 101, "StopName": "North Temple \/ 300 W (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117004", "Latitude": 40.771635, "Longitude": -111.899401, "AVGBoard": 62, "AVGAlight": 7, "Route": "473, 472, 471, 470, 462, 460, 455", "StopAbbr_J": "117004" }, "geometry": { "type": "Point", "coordinates": [ -111.899401000004232, 40.771635000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 102, "StopName": "North Temple \/ 300 W (EB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "117005", "Latitude": 40.771412, "Longitude": -111.898568, "AVGBoard": 37, "AVGAlight": 63, "Route": "473, 472, 471, 470, 462, 460, 455, 454, 451, 320, 307, 3, 209, 200", "StopAbbr_J": "117005" }, "geometry": { "type": "Point", "coordinates": [ -111.898568000004516, 40.771412000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 103, "StopName": "North Temple \/ 150 W (EB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "117006", "Latitude": 40.771406, "Longitude": -111.895316, "AVGBoard": 17, "AVGAlight": 14, "Route": "473, 472, 471, 470, 462, 460, 455, 454, 451, 320, 307, 3, 209, 200", "StopAbbr_J": "117006" }, "geometry": { "type": "Point", "coordinates": [ -111.895316000004144, 40.771406000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 104, "StopName": "Beck St @ 1005 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117007", "Latitude": 40.791221, "Longitude": -111.901946, "AVGBoard": 2, "AVGAlight": 4, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117007" }, "geometry": { "type": "Point", "coordinates": [ -111.901946000004514, 40.791221000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 105, "StopName": "Us Hwy 89 @ 191 S", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "117008", "Latitude": 40.839329, "Longitude": -111.911439, "AVGBoard": 2, "AVGAlight": 4, "Route": "470, 462, 461", "StopAbbr_J": "117008" }, "geometry": { "type": "Point", "coordinates": [ -111.91143900000452, 40.8393290000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 106, "StopName": "Arena Station (NB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "117010", "Latitude": 40.769846, "Longitude": -111.899509, "AVGBoard": 31, "AVGAlight": 4, "Route": "520, 519, 451, 320, 307", "StopAbbr_J": "117010" }, "geometry": { "type": "Point", "coordinates": [ -111.899509000004187, 40.769846000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 107, "StopName": "Redwood Rd @ 720 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117015", "Latitude": 40.785345, "Longitude": -111.939231, "AVGBoard": 13, "AVGAlight": 40, "Route": "217", "StopAbbr_J": "117015" }, "geometry": { "type": "Point", "coordinates": [ -111.939231000004284, 40.785345000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 108, "StopName": "Redwood Rd @ 812 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117016", "Latitude": 40.787326, "Longitude": -111.939231, "AVGBoard": 1, "AVGAlight": 6, "Route": "217", "StopAbbr_J": "117016" }, "geometry": { "type": "Point", "coordinates": [ -111.939231000004284, 40.787326000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 109, "StopName": "Redwood Rd @ 902 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117017", "Latitude": 40.788962, "Longitude": -111.939159, "AVGBoard": 0, "AVGAlight": 4, "Route": "217", "StopAbbr_J": "117017" }, "geometry": { "type": "Point", "coordinates": [ -111.939159000004594, 40.788962000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 110, "StopName": "Redwood Rd @ 1020 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117018", "Latitude": 40.791486, "Longitude": -111.939065, "AVGBoard": 2, "AVGAlight": 29, "Route": "217", "StopAbbr_J": "117018" }, "geometry": { "type": "Point", "coordinates": [ -111.939065000004021, 40.791486000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 111, "StopName": "Redwood Rd @ 1180 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117019", "Latitude": 40.794496, "Longitude": -111.939091, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "117019" }, "geometry": { "type": "Point", "coordinates": [ -111.939091000004368, 40.79449600000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 112, "StopName": "1300 N @ 1710 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117020", "Latitude": 40.797822, "Longitude": -111.939618, "AVGBoard": 71, "AVGAlight": 88, "Route": "217", "StopAbbr_J": "117020" }, "geometry": { "type": "Point", "coordinates": [ -111.939618000003946, 40.797822000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 113, "StopName": "Redwood Rd @ 1285 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117023", "Latitude": 40.797116, "Longitude": -111.939331, "AVGBoard": 17, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "117023" }, "geometry": { "type": "Point", "coordinates": [ -111.939331000004444, 40.79711600000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 114, "StopName": "Redwood Rd @ 1175 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117024", "Latitude": 40.794455, "Longitude": -111.939343, "AVGBoard": 9, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "117024" }, "geometry": { "type": "Point", "coordinates": [ -111.939343000004556, 40.79445500000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 115, "StopName": "Redwood Rd @ 985 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117025", "Latitude": 40.790487, "Longitude": -111.939388, "AVGBoard": 25, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "117025" }, "geometry": { "type": "Point", "coordinates": [ -111.939388000004683, 40.790487000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 116, "StopName": "Redwood Rd @ 895 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117026", "Latitude": 40.788733, "Longitude": -111.939482, "AVGBoard": 6, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "117026" }, "geometry": { "type": "Point", "coordinates": [ -111.939482000004375, 40.788733000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 117, "StopName": "Redwood Rd @ 775 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117027", "Latitude": 40.786566, "Longitude": -111.939531, "AVGBoard": 13, "AVGAlight": 6, "Route": "217", "StopAbbr_J": "117027" }, "geometry": { "type": "Point", "coordinates": [ -111.939531000003925, 40.786566000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 118, "StopName": "700 N @ 1785 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117028", "Latitude": 40.784651, "Longitude": -111.941784, "AVGBoard": 1, "AVGAlight": 25, "Route": "217", "StopAbbr_J": "117028" }, "geometry": { "type": "Point", "coordinates": [ -111.941784000004319, 40.784651000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 119, "StopName": "300 W @ 235 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117032", "Latitude": 40.773911, "Longitude": -111.899914, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 919", "StopAbbr_J": "117032" }, "geometry": { "type": "Point", "coordinates": [ -111.899914000004443, 40.77391100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 120, "StopName": "North Temple St @ 1400 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117033", "Latitude": 40.770994, "Longitude": -111.932004, "AVGBoard": 0, "AVGAlight": 0, "Route": "456", "StopAbbr_J": "117033" }, "geometry": { "type": "Point", "coordinates": [ -111.932004000003943, 40.770994000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 121, "StopName": "Redwood Rd @ 1501 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117052", "Latitude": 40.802317, "Longitude": -111.939315, "AVGBoard": 8, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "117052" }, "geometry": { "type": "Point", "coordinates": [ -111.939315000004029, 40.802317000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 122, "StopName": "Mandalay Rd @ 1560 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117061", "Latitude": 40.803233, "Longitude": -111.945746, "AVGBoard": 3, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "117061" }, "geometry": { "type": "Point", "coordinates": [ -111.945746000004107, 40.803233000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 123, "StopName": "Redwood Rd @ 120 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117066", "Latitude": 40.772549, "Longitude": -111.939112, "AVGBoard": 46, "AVGAlight": 54, "Route": "551, 217", "StopAbbr_J": "117066" }, "geometry": { "type": "Point", "coordinates": [ -111.939112000004314, 40.772549000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 124, "StopName": "Redwood Rd @ 55 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117067", "Latitude": 40.770728, "Longitude": -111.939441, "AVGBoard": 59, "AVGAlight": 5, "Route": "217", "StopAbbr_J": "117067" }, "geometry": { "type": "Point", "coordinates": [ -111.939441000004564, 40.77072800000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 125, "StopName": "Redwood Rd @ 20 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117068", "Latitude": 40.770221, "Longitude": -111.939079, "AVGBoard": 1, "AVGAlight": 23, "Route": "217", "StopAbbr_J": "117068" }, "geometry": { "type": "Point", "coordinates": [ -111.939079000004284, 40.770221000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 126, "StopName": "Redwood Rd @ 200 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117069", "Latitude": 40.773976, "Longitude": -111.939153, "AVGBoard": 6, "AVGAlight": 9, "Route": "551, 217", "StopAbbr_J": "117069" }, "geometry": { "type": "Point", "coordinates": [ -111.939153000004112, 40.773976000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 127, "StopName": "Northstar Dr @ 1675 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117070", "Latitude": 40.776083, "Longitude": -111.938179, "AVGBoard": 22, "AVGAlight": 16, "Route": "551, 456, 217", "StopAbbr_J": "117070" }, "geometry": { "type": "Point", "coordinates": [ -111.938179000004411, 40.776083000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 128, "StopName": "1460 W @ 289 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117071", "Latitude": 40.775599, "Longitude": -111.933402, "AVGBoard": 9, "AVGAlight": 13, "Route": "551, 456, 217", "StopAbbr_J": "117071" }, "geometry": { "type": "Point", "coordinates": [ -111.933402000004577, 40.775599000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 129, "StopName": "Us Hwy 89 @ 15 S (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "117078", "Latitude": 40.841496, "Longitude": -111.910192, "AVGBoard": 8, "AVGAlight": 7, "Route": "470, 462, 461", "StopAbbr_J": "117078" }, "geometry": { "type": "Point", "coordinates": [ -111.910192000004685, 40.84149600000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 130, "StopName": "500 N @ 1425 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117079", "Latitude": 40.780193, "Longitude": -111.932128, "AVGBoard": 0, "AVGAlight": 0, "Route": "920", "StopAbbr_J": "117079" }, "geometry": { "type": "Point", "coordinates": [ -111.932128000004312, 40.780193000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 131, "StopName": "500 N @ 1355 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117080", "Latitude": 40.780181, "Longitude": -111.929913, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117080" }, "geometry": { "type": "Point", "coordinates": [ -111.92991300000439, 40.780181000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 132, "StopName": "500 N @ 1303 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117081", "Latitude": 40.780192, "Longitude": -111.928664, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117081" }, "geometry": { "type": "Point", "coordinates": [ -111.928664000004389, 40.780192000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 133, "StopName": "1300 W @ 385 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117082", "Latitude": 40.777777, "Longitude": -111.928486, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117082" }, "geometry": { "type": "Point", "coordinates": [ -111.928486000004042, 40.777777000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 134, "StopName": "Clark Ave @ 301 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117083", "Latitude": 40.776144, "Longitude": -111.926443, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117083" }, "geometry": { "type": "Point", "coordinates": [ -111.926443000003943, 40.776144000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 135, "StopName": "300 N @ 1105 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117084", "Latitude": 40.775836, "Longitude": -111.922845, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117084" }, "geometry": { "type": "Point", "coordinates": [ -111.922845000004614, 40.775836000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 136, "StopName": "300 N @ 1009 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117085", "Latitude": 40.775802, "Longitude": -111.920069, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117085" }, "geometry": { "type": "Point", "coordinates": [ -111.920069000004105, 40.775802000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 137, "StopName": "1000 W @ 205 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117086", "Latitude": 40.773955, "Longitude": -111.919875, "AVGBoard": 1, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117086" }, "geometry": { "type": "Point", "coordinates": [ -111.919875000004225, 40.773955000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 138, "StopName": "1000 W @ 196 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117088", "Latitude": 40.773484, "Longitude": -111.919548, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117088" }, "geometry": { "type": "Point", "coordinates": [ -111.919548000004127, 40.77348400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 139, "StopName": "Morton Dr @ 1690 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117089", "Latitude": 40.805535, "Longitude": -111.944113, "AVGBoard": 7, "AVGAlight": 5, "Route": "217", "StopAbbr_J": "117089" }, "geometry": { "type": "Point", "coordinates": [ -111.944113000004705, 40.805535000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 140, "StopName": "300 N @ 1098 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117090", "Latitude": 40.775973, "Longitude": -111.922227, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117090" }, "geometry": { "type": "Point", "coordinates": [ -111.92222700000471, 40.775973000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 141, "StopName": "Clark Ave @ 304 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117091", "Latitude": 40.776188, "Longitude": -111.926341, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117091" }, "geometry": { "type": "Point", "coordinates": [ -111.926341000004498, 40.776188000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 142, "StopName": "1300 W @ 398 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117092", "Latitude": 40.777922, "Longitude": -111.928358, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117092" }, "geometry": { "type": "Point", "coordinates": [ -111.928358000004224, 40.777922000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 143, "StopName": "1300 W @ 490 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117093", "Latitude": 40.779966, "Longitude": -111.928361, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117093" }, "geometry": { "type": "Point", "coordinates": [ -111.928361000004486, 40.779966000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 144, "StopName": "500 N @ 1330 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117094", "Latitude": 40.780253, "Longitude": -111.929581, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117094" }, "geometry": { "type": "Point", "coordinates": [ -111.929581000004774, 40.780253000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 145, "StopName": "500 N @ 1436 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117095", "Latitude": 40.780243, "Longitude": -111.932147, "AVGBoard": 0, "AVGAlight": 1, "Route": "919, 519", "StopAbbr_J": "117095" }, "geometry": { "type": "Point", "coordinates": [ -111.932147000004079, 40.780243000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 146, "StopName": "1200 W @ 610 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117102", "Latitude": 40.782939, "Longitude": -111.925465, "AVGBoard": 1, "AVGAlight": 1, "Route": "919, 519", "StopAbbr_J": "117102" }, "geometry": { "type": "Point", "coordinates": [ -111.925465000004806, 40.782939000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 147, "StopName": "1200 W @ 736 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117103", "Latitude": 40.785547, "Longitude": -111.925475, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117103" }, "geometry": { "type": "Point", "coordinates": [ -111.925475000004738, 40.785547000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 148, "StopName": "1200 W @ 836 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117104", "Latitude": 40.787535, "Longitude": -111.925477, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117104" }, "geometry": { "type": "Point", "coordinates": [ -111.925477000004008, 40.787535000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 149, "StopName": "1200 W @ 950 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117105", "Latitude": 40.790093, "Longitude": -111.925478, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117105" }, "geometry": { "type": "Point", "coordinates": [ -111.925478000004105, 40.790093000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 150, "StopName": "1000 N @ 1248 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117106", "Latitude": 40.791125, "Longitude": -111.927359, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117106" }, "geometry": { "type": "Point", "coordinates": [ -111.927359000004259, 40.791125000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 151, "StopName": "1000 N @ 1338 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117107", "Latitude": 40.791124, "Longitude": -111.929984, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117107" }, "geometry": { "type": "Point", "coordinates": [ -111.929984000003955, 40.791124000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 152, "StopName": "1000 N @ 1440 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117108", "Latitude": 40.791121, "Longitude": -111.932301, "AVGBoard": 0, "AVGAlight": 1, "Route": "919, 519", "StopAbbr_J": "117108" }, "geometry": { "type": "Point", "coordinates": [ -111.932301000004259, 40.791121000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 153, "StopName": "1000 N @ 1496 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117109", "Latitude": 40.791134, "Longitude": -111.933535, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117109" }, "geometry": { "type": "Point", "coordinates": [ -111.933535000004795, 40.79113400000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 154, "StopName": "1500 W @ 1144 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117110", "Latitude": 40.793621, "Longitude": -111.934183, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117110" }, "geometry": { "type": "Point", "coordinates": [ -111.934183000004495, 40.793621000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 155, "StopName": "1500 W @ 1278 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117111", "Latitude": 40.796768, "Longitude": -111.934196, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117111" }, "geometry": { "type": "Point", "coordinates": [ -111.934196000004675, 40.796768000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 156, "StopName": "Dupont Ave @ 1409 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117113", "Latitude": 40.797831, "Longitude": -111.932147, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117113" }, "geometry": { "type": "Point", "coordinates": [ -111.932147000004079, 40.797831000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 157, "StopName": "1700 N @ 1707 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117114", "Latitude": 40.805581, "Longitude": -111.939417, "AVGBoard": 5, "AVGAlight": 4, "Route": "217", "StopAbbr_J": "117114" }, "geometry": { "type": "Point", "coordinates": [ -111.939417000004383, 40.805581000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 158, "StopName": "Dupont Ave @ 1289 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117115", "Latitude": 40.797817, "Longitude": -111.928381, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117115" }, "geometry": { "type": "Point", "coordinates": [ -111.928381000004336, 40.797817000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 159, "StopName": "Dupont Ave @ 1205 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117116", "Latitude": 40.797474, "Longitude": -111.925752, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117116" }, "geometry": { "type": "Point", "coordinates": [ -111.925752000004309, 40.797474000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 160, "StopName": "Dupont Ave @ 1141 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117117", "Latitude": 40.797441, "Longitude": -111.924162, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117117" }, "geometry": { "type": "Point", "coordinates": [ -111.924162000003946, 40.797441000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 161, "StopName": "Dupont Ave @ 1085 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117118", "Latitude": 40.797453, "Longitude": -111.922478, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117118" }, "geometry": { "type": "Point", "coordinates": [ -111.922478000003906, 40.797453000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 162, "StopName": "American Beauty Dr @ 1201 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117120", "Latitude": 40.795027, "Longitude": -111.922044, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117120" }, "geometry": { "type": "Point", "coordinates": [ -111.922044000003964, 40.795027000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 163, "StopName": "American Beauty Dr @ 1053 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117121", "Latitude": 40.792233, "Longitude": -111.921743, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117121" }, "geometry": { "type": "Point", "coordinates": [ -111.921743000004199, 40.792233000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 164, "StopName": "American Beauty Dr @ 1001 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117122", "Latitude": 40.791216, "Longitude": -111.921728, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117122" }, "geometry": { "type": "Point", "coordinates": [ -111.921728000004762, 40.791216000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 165, "StopName": "1000 N @ 901 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117124", "Latitude": 40.790968, "Longitude": -111.917202, "AVGBoard": 1, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117124" }, "geometry": { "type": "Point", "coordinates": [ -111.917202000004153, 40.7909680000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 166, "StopName": "900 W @ 905 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117125", "Latitude": 40.789107, "Longitude": -111.916967, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117125" }, "geometry": { "type": "Point", "coordinates": [ -111.916967000004462, 40.789107000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 167, "StopName": "900 W @ 775 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117126", "Latitude": 40.786287, "Longitude": -111.916963, "AVGBoard": 1, "AVGAlight": 1, "Route": "919, 519", "StopAbbr_J": "117126" }, "geometry": { "type": "Point", "coordinates": [ -111.916963000004131, 40.786287000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 168, "StopName": "900 W @ 685 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117127", "Latitude": 40.784251, "Longitude": -111.916961, "AVGBoard": 1, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117127" }, "geometry": { "type": "Point", "coordinates": [ -111.91696100000398, 40.784251000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 169, "StopName": "900 W @ 585 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117128", "Latitude": 40.782064, "Longitude": -111.916968, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117128" }, "geometry": { "type": "Point", "coordinates": [ -111.916968000004545, 40.782064000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 170, "StopName": "500 N @ 885 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117129", "Latitude": 40.780125, "Longitude": -111.916411, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117129" }, "geometry": { "type": "Point", "coordinates": [ -111.916411000004288, 40.780125000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 171, "StopName": "500 N @ 801 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117130", "Latitude": 40.780129, "Longitude": -111.914197, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117130" }, "geometry": { "type": "Point", "coordinates": [ -111.914197000004449, 40.780129000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 172, "StopName": "800 W @ 401 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117131", "Latitude": 40.778251, "Longitude": -111.914098, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117131" }, "geometry": { "type": "Point", "coordinates": [ -111.91409800000433, 40.77825100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 173, "StopName": "300 N @ 703 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117133", "Latitude": 40.775788, "Longitude": -111.911441, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117133" }, "geometry": { "type": "Point", "coordinates": [ -111.911441000004672, 40.775788000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 174, "StopName": "300 N @ 605 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117134", "Latitude": 40.775781, "Longitude": -111.908599, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117134" }, "geometry": { "type": "Point", "coordinates": [ -111.908599000004088, 40.775781000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 175, "StopName": "600 W @ 205 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117135", "Latitude": 40.773913, "Longitude": -111.908368, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117135" }, "geometry": { "type": "Point", "coordinates": [ -111.908368000004756, 40.773913000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 176, "StopName": "600 W @ 141 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117136", "Latitude": 40.772616, "Longitude": -111.908377, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117136" }, "geometry": { "type": "Point", "coordinates": [ -111.908377000004592, 40.772616000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 177, "StopName": "600 W @ 150 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117137", "Latitude": 40.772098, "Longitude": -111.908105, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117137" }, "geometry": { "type": "Point", "coordinates": [ -111.908105000004568, 40.772098000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 178, "StopName": "600 W @ 220 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117138", "Latitude": 40.773924, "Longitude": -111.908161, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117138" }, "geometry": { "type": "Point", "coordinates": [ -111.908161000004711, 40.773924000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 179, "StopName": "300 N @ 610 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117139", "Latitude": 40.775939, "Longitude": -111.908781, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117139" }, "geometry": { "type": "Point", "coordinates": [ -111.908781000004765, 40.775939000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 180, "StopName": "300 N @ 710 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117140", "Latitude": 40.775948, "Longitude": -111.911484, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117140" }, "geometry": { "type": "Point", "coordinates": [ -111.911484000004648, 40.7759480000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 181, "StopName": "300 N @ 798 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117141", "Latitude": 40.775942, "Longitude": -111.913621, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117141" }, "geometry": { "type": "Point", "coordinates": [ -111.913621000004412, 40.775942000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 182, "StopName": "800 W @ 396 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117142", "Latitude": 40.777811, "Longitude": -111.913886, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117142" }, "geometry": { "type": "Point", "coordinates": [ -111.913886000004766, 40.777811000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 183, "StopName": "500 N @ 810 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117143", "Latitude": 40.780281, "Longitude": -111.914405, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117143" }, "geometry": { "type": "Point", "coordinates": [ -111.914405000004578, 40.780281000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 184, "StopName": "500 N @ 878 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117144", "Latitude": 40.780277, "Longitude": -111.916608, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117144" }, "geometry": { "type": "Point", "coordinates": [ -111.916608000004416, 40.780277000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 185, "StopName": "900 W @ 610 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117145", "Latitude": 40.782779, "Longitude": -111.916742, "AVGBoard": 1, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117145" }, "geometry": { "type": "Point", "coordinates": [ -111.916742000004731, 40.782779000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 186, "StopName": "900 W @ 710 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117146", "Latitude": 40.785003, "Longitude": -111.916743, "AVGBoard": 1, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117146" }, "geometry": { "type": "Point", "coordinates": [ -111.9167430000048, 40.785003000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 187, "StopName": "900 W @ 810 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117147", "Latitude": 40.786845, "Longitude": -111.916748, "AVGBoard": 2, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117147" }, "geometry": { "type": "Point", "coordinates": [ -111.916748000004333, 40.786845000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 188, "StopName": "900 W @ 880 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117148", "Latitude": 40.788478, "Longitude": -111.916743, "AVGBoard": 1, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117148" }, "geometry": { "type": "Point", "coordinates": [ -111.9167430000048, 40.788478000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 189, "StopName": "1000 N @ 950 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117149", "Latitude": 40.791139, "Longitude": -111.918173, "AVGBoard": 0, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117149" }, "geometry": { "type": "Point", "coordinates": [ -111.918173000004501, 40.791139000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 190, "StopName": "1000 N @ 1060 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117151", "Latitude": 40.791122, "Longitude": -111.921511, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117151" }, "geometry": { "type": "Point", "coordinates": [ -111.921511000004784, 40.791122000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 191, "StopName": "American Beauty Dr @ 1070 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117152", "Latitude": 40.792676, "Longitude": -111.921657, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117152" }, "geometry": { "type": "Point", "coordinates": [ -111.921657000004288, 40.792676000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 192, "StopName": "American Beauty Dr @ 1186 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117153", "Latitude": 40.794754, "Longitude": -111.921905, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117153" }, "geometry": { "type": "Point", "coordinates": [ -111.921905000004131, 40.794754000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 193, "StopName": "American Beauty Dr @ 1320 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117154", "Latitude": 40.797186, "Longitude": -111.921913, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117154" }, "geometry": { "type": "Point", "coordinates": [ -111.921913000003897, 40.797186000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 194, "StopName": "Dupont Ave @ 1142 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117155", "Latitude": 40.797525, "Longitude": -111.923841, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117155" }, "geometry": { "type": "Point", "coordinates": [ -111.923841000004344, 40.797525000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 195, "StopName": "Dupont Ave @ 1210 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117156", "Latitude": 40.797601, "Longitude": -111.925957, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117156" }, "geometry": { "type": "Point", "coordinates": [ -111.925957000004189, 40.797601000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 196, "StopName": "Dupont Ave @ 1290 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117157", "Latitude": 40.797922, "Longitude": -111.928271, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117157" }, "geometry": { "type": "Point", "coordinates": [ -111.928271000004216, 40.797922000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 197, "StopName": "Dupont Ave @ 1330 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117158", "Latitude": 40.797905, "Longitude": -111.929655, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117158" }, "geometry": { "type": "Point", "coordinates": [ -111.929655000004601, 40.797905000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 198, "StopName": "Dupont Ave @ 1420 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117159", "Latitude": 40.797911, "Longitude": -111.932703, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117159" }, "geometry": { "type": "Point", "coordinates": [ -111.932703000004267, 40.797911000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 199, "StopName": "Dupont Ave @ 1470 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117160", "Latitude": 40.797919, "Longitude": -111.933806, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117160" }, "geometry": { "type": "Point", "coordinates": [ -111.933806000004751, 40.797919000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 200, "StopName": "1500 W @ 1271 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117161", "Latitude": 40.796684, "Longitude": -111.934361, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117161" }, "geometry": { "type": "Point", "coordinates": [ -111.934361000003946, 40.796684000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 201, "StopName": "1500 W @ 1149 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117162", "Latitude": 40.794073, "Longitude": -111.934348, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117162" }, "geometry": { "type": "Point", "coordinates": [ -111.934348000004661, 40.794073000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 202, "StopName": "1500 W @ 1003 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117163", "Latitude": 40.791399, "Longitude": -111.933817, "AVGBoard": 0, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117163" }, "geometry": { "type": "Point", "coordinates": [ -111.933817000004765, 40.791399000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 203, "StopName": "1000 N @ 1335 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117164", "Latitude": 40.790979, "Longitude": -111.930467, "AVGBoard": 2, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117164" }, "geometry": { "type": "Point", "coordinates": [ -111.930467000004384, 40.790979000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 204, "StopName": "1000 N @ 1305 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117165", "Latitude": 40.790977, "Longitude": -111.928657, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117165" }, "geometry": { "type": "Point", "coordinates": [ -111.928657000004705, 40.790977000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 205, "StopName": "1000 N @ 1205 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117166", "Latitude": 40.790981, "Longitude": -111.925761, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117166" }, "geometry": { "type": "Point", "coordinates": [ -111.925761000004144, 40.790981000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 206, "StopName": "1200 W @ 853 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117167", "Latitude": 40.787937, "Longitude": -111.925582, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117167" }, "geometry": { "type": "Point", "coordinates": [ -111.92558200000461, 40.787937000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 207, "StopName": "1200 W @ 753 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117168", "Latitude": 40.786113, "Longitude": -111.925578, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "117168" }, "geometry": { "type": "Point", "coordinates": [ -111.925578000004293, 40.786113000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 208, "StopName": "1200 W @ 685 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117169", "Latitude": 40.784336, "Longitude": -111.925572, "AVGBoard": 0, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117169" }, "geometry": { "type": "Point", "coordinates": [ -111.925572000004678, 40.784336000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 209, "StopName": "1200 W @ 605 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117170", "Latitude": 40.782741, "Longitude": -111.925573, "AVGBoard": 1, "AVGAlight": 1, "Route": "920, 520", "StopAbbr_J": "117170" }, "geometry": { "type": "Point", "coordinates": [ -111.925573000004775, 40.782741000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 210, "StopName": "300 W @ 870 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117197", "Latitude": 40.788855, "Longitude": -111.900128, "AVGBoard": 1, "AVGAlight": 3, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117197" }, "geometry": { "type": "Point", "coordinates": [ -111.900128000004187, 40.788855000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 211, "StopName": "Beck St @ 1000 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117206", "Latitude": 40.792051, "Longitude": -111.902015, "AVGBoard": 3, "AVGAlight": 3, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117206" }, "geometry": { "type": "Point", "coordinates": [ -111.902015000003928, 40.79205100000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 212, "StopName": "Beck St @ 915 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117207", "Latitude": 40.789156, "Longitude": -111.900698, "AVGBoard": 2, "AVGAlight": 1, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117207" }, "geometry": { "type": "Point", "coordinates": [ -111.90069800000461, 40.789156000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 213, "StopName": "300 W @ 805 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117208", "Latitude": 40.786946, "Longitude": -111.899906, "AVGBoard": 0, "AVGAlight": 1, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117208" }, "geometry": { "type": "Point", "coordinates": [ -111.899906000004677, 40.786946000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 214, "StopName": "300 W @ 240 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117217", "Latitude": 40.774073, "Longitude": -111.899494, "AVGBoard": 1, "AVGAlight": 0, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117217" }, "geometry": { "type": "Point", "coordinates": [ -111.899494000004736, 40.774073000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 215, "StopName": "300 W @ 304 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117218", "Latitude": 40.776373, "Longitude": -111.899496, "AVGBoard": 2, "AVGAlight": 1, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117218" }, "geometry": { "type": "Point", "coordinates": [ -111.899496000004007, 40.776373000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 216, "StopName": "300 W @ 610 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117221", "Latitude": 40.782904, "Longitude": -111.899511, "AVGBoard": 7, "AVGAlight": 9, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117221" }, "geometry": { "type": "Point", "coordinates": [ -111.899511000004352, 40.782904000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 217, "StopName": "300 W @ 716 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117222", "Latitude": 40.784762, "Longitude": -111.899511, "AVGBoard": 2, "AVGAlight": 4, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117222" }, "geometry": { "type": "Point", "coordinates": [ -111.899511000004352, 40.784762000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 218, "StopName": "300 W @ 701 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117224", "Latitude": 40.784757, "Longitude": -111.899903, "AVGBoard": 6, "AVGAlight": 2, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117224" }, "geometry": { "type": "Point", "coordinates": [ -111.899903000004443, 40.784757000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 219, "StopName": "300 W @ 505 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117226", "Latitude": 40.780469, "Longitude": -111.899903, "AVGBoard": 13, "AVGAlight": 7, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117226" }, "geometry": { "type": "Point", "coordinates": [ -111.899903000004443, 40.780469000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 220, "StopName": "300 W @ 401 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117227", "Latitude": 40.778326, "Longitude": -111.899904, "AVGBoard": 2, "AVGAlight": 1, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117227" }, "geometry": { "type": "Point", "coordinates": [ -111.899904000004511, 40.778326000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 221, "StopName": "300 W @ 309 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117228", "Latitude": 40.776181, "Longitude": -111.899888, "AVGBoard": 1, "AVGAlight": 2, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117228" }, "geometry": { "type": "Point", "coordinates": [ -111.899888000004097, 40.776181000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 222, "StopName": "Redwood Rd @ 701 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117229", "Latitude": 40.784947, "Longitude": -111.939549, "AVGBoard": 41, "AVGAlight": 8, "Route": "217", "StopAbbr_J": "117229" }, "geometry": { "type": "Point", "coordinates": [ -111.939549000004519, 40.784947000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 223, "StopName": "300 W @ 798 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "117236", "Latitude": 40.786537, "Longitude": -111.899512, "AVGBoard": 0, "AVGAlight": 1, "Route": "471, 470, 462, 460, 455", "StopAbbr_J": "117236" }, "geometry": { "type": "Point", "coordinates": [ -111.899512000004435, 40.786537000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 224, "StopName": "300 N @ 1010 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117237", "Latitude": 40.775977, "Longitude": -111.920344, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117237" }, "geometry": { "type": "Point", "coordinates": [ -111.920344000004391, 40.775977000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 225, "StopName": "1000 N @ 1027 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "117238", "Latitude": 40.790978, "Longitude": -111.921066, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "117238" }, "geometry": { "type": "Point", "coordinates": [ -111.921066000004814, 40.790978000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 226, "StopName": "State St \/ 1st Ave (SB)", "City": "Salt Lake City", "ZipCode": "84150", "County": "Salt Lake", "UTA_StopID": "118003", "Latitude": 40.770391, "Longitude": -111.888415, "AVGBoard": 20, "AVGAlight": 19, "Route": "6, 473, 472, 471, 470, 463, 462, 461, 460, 455, 454, 451, 320, 307, 209, 200, 11", "StopAbbr_J": "118003" }, "geometry": { "type": "Point", "coordinates": [ -111.888415000004741, 40.770391000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 227, "StopName": "B St \/ 8th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118015", "Latitude": 40.778403, "Longitude": -111.882002, "AVGBoard": 1, "AVGAlight": 5, "Route": "6, 11", "StopAbbr_J": "118015" }, "geometry": { "type": "Point", "coordinates": [ -111.882002000004334, 40.778403000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 228, "StopName": "9th Ave \/ LDS Hospital (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118017", "Latitude": 40.779598, "Longitude": -111.879916, "AVGBoard": 4, "AVGAlight": 12, "Route": "6, 11", "StopAbbr_J": "118017" }, "geometry": { "type": "Point", "coordinates": [ -111.879916000004314, 40.779598000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 229, "StopName": "9th Ave \/ E St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118018", "Latitude": 40.77961, "Longitude": -111.877985, "AVGBoard": 2, "AVGAlight": 3, "Route": "6, 11", "StopAbbr_J": "118018" }, "geometry": { "type": "Point", "coordinates": [ -111.8779850000045, 40.779610000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 230, "StopName": "E St \/ 8th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118019", "Latitude": 40.778604, "Longitude": -111.877647, "AVGBoard": 1, "AVGAlight": 2, "Route": "6", "StopAbbr_J": "118019" }, "geometry": { "type": "Point", "coordinates": [ -111.877647000004387, 40.778604000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 231, "StopName": "E St \/ 7th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118020", "Latitude": 40.777622, "Longitude": -111.877588, "AVGBoard": 0, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118020" }, "geometry": { "type": "Point", "coordinates": [ -111.87758800000401, 40.777622000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 232, "StopName": "3rd Ave \/ E St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118023", "Latitude": 40.772786, "Longitude": -111.877201, "AVGBoard": 3, "AVGAlight": 3, "Route": "3", "StopAbbr_J": "118023" }, "geometry": { "type": "Point", "coordinates": [ -111.87720100000432, 40.772786000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 233, "StopName": "3rd Ave \/ G St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118024", "Latitude": 40.772799, "Longitude": -111.874757, "AVGBoard": 1, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118024" }, "geometry": { "type": "Point", "coordinates": [ -111.874757000004323, 40.7727990000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 234, "StopName": "3rd Ave \/ I St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118025", "Latitude": 40.772784, "Longitude": -111.871955, "AVGBoard": 4, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "118025" }, "geometry": { "type": "Point", "coordinates": [ -111.871955000004348, 40.77278400000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 235, "StopName": "3rd Ave \/ K St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118026", "Latitude": 40.772791, "Longitude": -111.868879, "AVGBoard": 0, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "118026" }, "geometry": { "type": "Point", "coordinates": [ -111.868879000004171, 40.77279100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 236, "StopName": "3rd Ave \/ N St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118028", "Latitude": 40.772782, "Longitude": -111.864388, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118028" }, "geometry": { "type": "Point", "coordinates": [ -111.864388000004624, 40.772782000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 237, "StopName": "3rd Ave \/ P St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118029", "Latitude": 40.772772, "Longitude": -111.861296, "AVGBoard": 1, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "118029" }, "geometry": { "type": "Point", "coordinates": [ -111.861296000004046, 40.772772000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 238, "StopName": "3rd Ave \/ R St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118030", "Latitude": 40.772785, "Longitude": -111.858301, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118030" }, "geometry": { "type": "Point", "coordinates": [ -111.858301000004261, 40.772785000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 239, "StopName": "3rd Ave \/ T St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118031", "Latitude": 40.772782, "Longitude": -111.855361, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118031" }, "geometry": { "type": "Point", "coordinates": [ -111.855361000004564, 40.772782000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 240, "StopName": "Virginia St \/ 3rd Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118032", "Latitude": 40.773009, "Longitude": -111.852328, "AVGBoard": 1, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118032" }, "geometry": { "type": "Point", "coordinates": [ -111.852328000004348, 40.773009000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 241, "StopName": "South Temple @ 210 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "118034", "Latitude": 40.769286, "Longitude": -111.884948, "AVGBoard": 13, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "118034" }, "geometry": { "type": "Point", "coordinates": [ -111.884948000004556, 40.769286000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 242, "StopName": "South Temple @ 322 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "118035", "Latitude": 40.769271, "Longitude": -111.881848, "AVGBoard": 6, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "118035" }, "geometry": { "type": "Point", "coordinates": [ -111.881848000004183, 40.769271000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 243, "StopName": "South Temple @ 508 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118036", "Latitude": 40.769272, "Longitude": -111.876428, "AVGBoard": 15, "AVGAlight": 7, "Route": "209", "StopAbbr_J": "118036" }, "geometry": { "type": "Point", "coordinates": [ -111.876428000004196, 40.769272000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 244, "StopName": "South Temple @ 505 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118037", "Latitude": 40.769425, "Longitude": -111.876465, "AVGBoard": 6, "AVGAlight": 25, "Route": "209", "StopAbbr_J": "118037" }, "geometry": { "type": "Point", "coordinates": [ -111.876465000004558, 40.769425000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 245, "StopName": "South Temple @ 245 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "118038", "Latitude": 40.769424, "Longitude": -111.88401, "AVGBoard": 1, "AVGAlight": 15, "Route": "209", "StopAbbr_J": "118038" }, "geometry": { "type": "Point", "coordinates": [ -111.884010000004238, 40.769424000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 246, "StopName": "3rd Ave \/ G St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118039", "Latitude": 40.772882, "Longitude": -111.874377, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118039" }, "geometry": { "type": "Point", "coordinates": [ -111.874377000004344, 40.77288200000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 247, "StopName": "South Temple @ 610 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118040", "Latitude": 40.769285, "Longitude": -111.873502, "AVGBoard": 3, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "118040" }, "geometry": { "type": "Point", "coordinates": [ -111.87350200000472, 40.769285000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 248, "StopName": "South Temple @ 808 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118041", "Latitude": 40.769286, "Longitude": -111.867862, "AVGBoard": 7, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "118041" }, "geometry": { "type": "Point", "coordinates": [ -111.867862000004493, 40.769286000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 249, "StopName": "3rd Ave \/ T St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118042", "Latitude": 40.772869, "Longitude": -111.854846, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118042" }, "geometry": { "type": "Point", "coordinates": [ -111.854846000004201, 40.772869000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 250, "StopName": "3rd Ave \/ R St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118043", "Latitude": 40.772875, "Longitude": -111.858375, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118043" }, "geometry": { "type": "Point", "coordinates": [ -111.858375000004116, 40.772875000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 251, "StopName": "3rd Ave \/ P St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118044", "Latitude": 40.772884, "Longitude": -111.860796, "AVGBoard": 0, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "118044" }, "geometry": { "type": "Point", "coordinates": [ -111.860796000004015, 40.772884000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 252, "StopName": "3rd Ave \/ N St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118045", "Latitude": 40.772896, "Longitude": -111.863721, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118045" }, "geometry": { "type": "Point", "coordinates": [ -111.863721000004276, 40.772896000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 253, "StopName": "3rd Ave \/ M St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118046", "Latitude": 40.772901, "Longitude": -111.865352, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118046" }, "geometry": { "type": "Point", "coordinates": [ -111.865352000004421, 40.772901000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 254, "StopName": "3rd Ave \/ K St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118047", "Latitude": 40.772919, "Longitude": -111.868377, "AVGBoard": 1, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "118047" }, "geometry": { "type": "Point", "coordinates": [ -111.868377000003974, 40.772919000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 255, "StopName": "3rd Ave \/ I St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118048", "Latitude": 40.772873, "Longitude": -111.871214, "AVGBoard": 1, "AVGAlight": 3, "Route": "3", "StopAbbr_J": "118048" }, "geometry": { "type": "Point", "coordinates": [ -111.871214000004159, 40.772873000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 256, "StopName": "South Temple \/ 1200 E + R St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118049", "Latitude": 40.769437, "Longitude": -111.857719, "AVGBoard": 0, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118049" }, "geometry": { "type": "Point", "coordinates": [ -111.85771900000465, 40.769437000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 257, "StopName": "3rd Ave \/ F St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118050", "Latitude": 40.772897, "Longitude": -111.875801, "AVGBoard": 0, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "118050" }, "geometry": { "type": "Point", "coordinates": [ -111.875801000004429, 40.772897000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 258, "StopName": "Main St \/ North Temple (NB)", "City": "Salt Lake City", "ZipCode": "84150", "County": "Salt Lake", "UTA_StopID": "118051", "Latitude": 40.771922, "Longitude": -111.89097, "AVGBoard": 7, "AVGAlight": 8, "Route": "463, 461, 200", "StopAbbr_J": "118051" }, "geometry": { "type": "Point", "coordinates": [ -111.890970000004046, 40.771922000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 259, "StopName": "Main St \/ 200 N (NB)", "City": "Salt Lake City", "ZipCode": "84150", "County": "Salt Lake", "UTA_StopID": "118052", "Latitude": 40.773483, "Longitude": -111.891006, "AVGBoard": 0, "AVGAlight": 3, "Route": "463, 461, 200", "StopAbbr_J": "118052" }, "geometry": { "type": "Point", "coordinates": [ -111.891006000004325, 40.773483000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 260, "StopName": "Main St \/ Hillside Ave (NB)", "City": null, "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118053", "Latitude": 40.774639, "Longitude": -111.890978, "AVGBoard": 0, "AVGAlight": 2, "Route": "463, 461, 200", "StopAbbr_J": "118053" }, "geometry": { "type": "Point", "coordinates": [ -111.890978000004708, 40.774639000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 261, "StopName": "Columbus St \/ 400 N (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118054", "Latitude": 40.778103, "Longitude": -111.890371, "AVGBoard": 1, "AVGAlight": 4, "Route": "463, 461, 200", "StopAbbr_J": "118054" }, "geometry": { "type": "Point", "coordinates": [ -111.890371000004805, 40.77810300000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 262, "StopName": "Columbus St \/ 400 N (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118057", "Latitude": 40.778815, "Longitude": -111.890419, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 461", "StopAbbr_J": "118057" }, "geometry": { "type": "Point", "coordinates": [ -111.890419000004286, 40.778815000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 263, "StopName": "Columbus St \/ Wall St (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118058", "Latitude": 40.777666, "Longitude": -111.890606, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 461", "StopAbbr_J": "118058" }, "geometry": { "type": "Point", "coordinates": [ -111.890606000004482, 40.777666000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 264, "StopName": "Main St \/ 200 N (SB)", "City": null, "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118059", "Latitude": 40.773767, "Longitude": -111.891286, "AVGBoard": 2, "AVGAlight": 3, "Route": "463, 461, 200", "StopAbbr_J": "118059" }, "geometry": { "type": "Point", "coordinates": [ -111.891286000004129, 40.773767000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 265, "StopName": "South Temple @ 769 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118060", "Latitude": 40.769413, "Longitude": -111.868873, "AVGBoard": 9, "AVGAlight": 13, "Route": "209", "StopAbbr_J": "118060" }, "geometry": { "type": "Point", "coordinates": [ -111.868873000004584, 40.769413000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 266, "StopName": "Columbus St \/ 500 N (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118061", "Latitude": 40.779529, "Longitude": -111.890003, "AVGBoard": 2, "AVGAlight": 4, "Route": "463, 461, 200", "StopAbbr_J": "118061" }, "geometry": { "type": "Point", "coordinates": [ -111.890003000004015, 40.779529000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 267, "StopName": "500 N \/ Cortez St", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118062", "Latitude": 40.779843, "Longitude": -111.886942, "AVGBoard": 3, "AVGAlight": 5, "Route": "200", "StopAbbr_J": "118062" }, "geometry": { "type": "Point", "coordinates": [ -111.886942000004183, 40.779843000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 268, "StopName": "B St \/ 3rd Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118063", "Latitude": 40.772719, "Longitude": -111.881999, "AVGBoard": 5, "AVGAlight": 1, "Route": "6, 11", "StopAbbr_J": "118063" }, "geometry": { "type": "Point", "coordinates": [ -111.8819990000041, 40.772719000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 269, "StopName": "B St \/ 4th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118064", "Latitude": 40.77387, "Longitude": -111.881994, "AVGBoard": 2, "AVGAlight": 1, "Route": "6, 11", "StopAbbr_J": "118064" }, "geometry": { "type": "Point", "coordinates": [ -111.881994000004582, 40.773870000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 270, "StopName": "B St \/ 6th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118066", "Latitude": 40.776108, "Longitude": -111.881991, "AVGBoard": 0, "AVGAlight": 1, "Route": "6, 11", "StopAbbr_J": "118066" }, "geometry": { "type": "Point", "coordinates": [ -111.881991000004348, 40.776108000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 271, "StopName": "B St \/ 8th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118067", "Latitude": 40.778648, "Longitude": -111.882103, "AVGBoard": 2, "AVGAlight": 1, "Route": "6, 11", "StopAbbr_J": "118067" }, "geometry": { "type": "Point", "coordinates": [ -111.882103000004619, 40.778648000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 272, "StopName": "B St \/ 6th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118069", "Latitude": 40.776351, "Longitude": -111.882106, "AVGBoard": 3, "AVGAlight": 0, "Route": "6, 11", "StopAbbr_J": "118069" }, "geometry": { "type": "Point", "coordinates": [ -111.882106000003958, 40.776351000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 273, "StopName": "B St \/ 4th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118071", "Latitude": 40.774079, "Longitude": -111.8821, "AVGBoard": 1, "AVGAlight": 2, "Route": "6, 11", "StopAbbr_J": "118071" }, "geometry": { "type": "Point", "coordinates": [ -111.882100000004371, 40.774079000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 274, "StopName": "B St \/ 3rd Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118072", "Latitude": 40.772934, "Longitude": -111.882116, "AVGBoard": 1, "AVGAlight": 4, "Route": "6, 11", "StopAbbr_J": "118072" }, "geometry": { "type": "Point", "coordinates": [ -111.882116000004785, 40.772934000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 275, "StopName": "3rd Ave \/ A St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118073", "Latitude": 40.772888, "Longitude": -111.883415, "AVGBoard": 1, "AVGAlight": 3, "Route": "6, 3, 11", "StopAbbr_J": "118073" }, "geometry": { "type": "Point", "coordinates": [ -111.883415000004433, 40.772888000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 276, "StopName": "3rd Ave \/ Canyon Rd (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118074", "Latitude": 40.772889, "Longitude": -111.886619, "AVGBoard": 1, "AVGAlight": 4, "Route": "6, 3, 11", "StopAbbr_J": "118074" }, "geometry": { "type": "Point", "coordinates": [ -111.886619000004416, 40.772889000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 277, "StopName": "1st Ave \/ State St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118075", "Latitude": 40.770486, "Longitude": -111.887173, "AVGBoard": 6, "AVGAlight": 2, "Route": "6, 11", "StopAbbr_J": "118075" }, "geometry": { "type": "Point", "coordinates": [ -111.887173000004424, 40.770486000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 278, "StopName": "1st Ave before A St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118076", "Latitude": 40.770486, "Longitude": -111.884602, "AVGBoard": 3, "AVGAlight": 1, "Route": "6, 11", "StopAbbr_J": "118076" }, "geometry": { "type": "Point", "coordinates": [ -111.884602000004691, 40.770486000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 279, "StopName": "1st Ave \/ B St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118077", "Latitude": 40.770518, "Longitude": -111.882666, "AVGBoard": 4, "AVGAlight": 3, "Route": "6, 11", "StopAbbr_J": "118077" }, "geometry": { "type": "Point", "coordinates": [ -111.882666000004477, 40.770518000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 280, "StopName": "B St \/ 2nd Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118078", "Latitude": 40.77159, "Longitude": -111.882002, "AVGBoard": 4, "AVGAlight": 1, "Route": "6, 11", "StopAbbr_J": "118078" }, "geometry": { "type": "Point", "coordinates": [ -111.882002000004334, 40.77159000000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 281, "StopName": "E St \/ 7th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118079", "Latitude": 40.777191, "Longitude": -111.877528, "AVGBoard": 0, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118079" }, "geometry": { "type": "Point", "coordinates": [ -111.877528000004418, 40.777191000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 282, "StopName": "E St \/ 8th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118080", "Latitude": 40.778343, "Longitude": -111.877498, "AVGBoard": 0, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118080" }, "geometry": { "type": "Point", "coordinates": [ -111.87749800000465, 40.778343000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 283, "StopName": "E St \/ 10th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118081", "Latitude": 40.780667, "Longitude": -111.877521, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118081" }, "geometry": { "type": "Point", "coordinates": [ -111.877521000004748, 40.780667000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 284, "StopName": "E St \/ 11th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118082", "Latitude": 40.781774, "Longitude": -111.877507, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118082" }, "geometry": { "type": "Point", "coordinates": [ -111.877507000004499, 40.781774000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 285, "StopName": "G St \/ 12th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118085", "Latitude": 40.782923, "Longitude": -111.874498, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118085" }, "geometry": { "type": "Point", "coordinates": [ -111.874498000004451, 40.782923000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 286, "StopName": "13th Ave \/ H St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118086", "Latitude": 40.784094, "Longitude": -111.87321, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118086" }, "geometry": { "type": "Point", "coordinates": [ -111.873210000004846, 40.784094000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 287, "StopName": "13th Ave \/ I St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118087", "Latitude": 40.784091, "Longitude": -111.871686, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118087" }, "geometry": { "type": "Point", "coordinates": [ -111.871686000004559, 40.784091000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 288, "StopName": "I St \/ 12th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118088", "Latitude": 40.783164, "Longitude": -111.871623, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118088" }, "geometry": { "type": "Point", "coordinates": [ -111.871623000004732, 40.783164000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 289, "StopName": "11th Ave \/ I St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118089", "Latitude": 40.781832, "Longitude": -111.870964, "AVGBoard": 1, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118089" }, "geometry": { "type": "Point", "coordinates": [ -111.870964000004136, 40.781832000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 290, "StopName": "11th Ave \/ K St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118090", "Latitude": 40.781847, "Longitude": -111.86871, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118090" }, "geometry": { "type": "Point", "coordinates": [ -111.868710000004569, 40.781847000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 291, "StopName": "11th Ave \/ L St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118091", "Latitude": 40.781825, "Longitude": -111.866673, "AVGBoard": 1, "AVGAlight": 1, "Route": "11", "StopAbbr_J": "118091" }, "geometry": { "type": "Point", "coordinates": [ -111.86667300000407, 40.781825000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 292, "StopName": "11th Ave \/ Terrace Hills Dr (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118092", "Latitude": 40.78148, "Longitude": -111.862963, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118092" }, "geometry": { "type": "Point", "coordinates": [ -111.862963000004484, 40.781480000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 293, "StopName": "11th Ave \/ Virginia St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118093", "Latitude": 40.778209, "Longitude": -111.85236, "AVGBoard": 0, "AVGAlight": 2, "Route": "11", "StopAbbr_J": "118093" }, "geometry": { "type": "Point", "coordinates": [ -111.852360000004296, 40.77820900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 294, "StopName": "Virginia St \/ 5th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118094", "Latitude": 40.775192, "Longitude": -111.852319, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118094" }, "geometry": { "type": "Point", "coordinates": [ -111.852319000004499, 40.77519200000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 295, "StopName": "Virginia St \/ 4th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118095", "Latitude": 40.774123, "Longitude": -111.852332, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118095" }, "geometry": { "type": "Point", "coordinates": [ -111.852332000004665, 40.774123000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 296, "StopName": "Virginia St \/ South Temple (SB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118097", "Latitude": 40.769556, "Longitude": -111.852426, "AVGBoard": 0, "AVGAlight": 1, "Route": "3, 11", "StopAbbr_J": "118097" }, "geometry": { "type": "Point", "coordinates": [ -111.852426000004371, 40.769556000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 297, "StopName": "Virginia St \/ 2nd Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118098", "Latitude": 40.771758, "Longitude": -111.852205, "AVGBoard": 0, "AVGAlight": 0, "Route": "3, 11", "StopAbbr_J": "118098" }, "geometry": { "type": "Point", "coordinates": [ -111.852205000004062, 40.771758000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 298, "StopName": "Virginia St \/ 3rd Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118099", "Latitude": 40.772693, "Longitude": -111.852201, "AVGBoard": 0, "AVGAlight": 0, "Route": "3, 11", "StopAbbr_J": "118099" }, "geometry": { "type": "Point", "coordinates": [ -111.852201000004612, 40.772693000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 299, "StopName": "Virginia St \/ 4th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118100", "Latitude": 40.773659, "Longitude": -111.852205, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118100" }, "geometry": { "type": "Point", "coordinates": [ -111.852205000004062, 40.773659000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 300, "StopName": "Virginia St \/ 5th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118101", "Latitude": 40.775007, "Longitude": -111.852218, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118101" }, "geometry": { "type": "Point", "coordinates": [ -111.852218000004228, 40.775007000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 301, "StopName": "11th Ave \/ Virginia St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118102", "Latitude": 40.778355, "Longitude": -111.852748, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118102" }, "geometry": { "type": "Point", "coordinates": [ -111.852748000004055, 40.778355000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 302, "StopName": "11th Ave \/ Terrace Hills Dr (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118103", "Latitude": 40.781676, "Longitude": -111.863092, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118103" }, "geometry": { "type": "Point", "coordinates": [ -111.863092000004357, 40.781676000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 303, "StopName": "11th Ave \/ L St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118104", "Latitude": 40.781916, "Longitude": -111.867379, "AVGBoard": 1, "AVGAlight": 1, "Route": "11", "StopAbbr_J": "118104" }, "geometry": { "type": "Point", "coordinates": [ -111.867379000004092, 40.781916000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 304, "StopName": "11th Ave \/ K St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118105", "Latitude": 40.781939, "Longitude": -111.868913, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "118105" }, "geometry": { "type": "Point", "coordinates": [ -111.868913000004284, 40.781939000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 305, "StopName": "11th Ave \/ I St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118106", "Latitude": 40.781942, "Longitude": -111.871398, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "118106" }, "geometry": { "type": "Point", "coordinates": [ -111.871398000004092, 40.781942000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 306, "StopName": "I St \/ 12th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118107", "Latitude": 40.782841, "Longitude": -111.871513, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "118107" }, "geometry": { "type": "Point", "coordinates": [ -111.871513000004626, 40.782841000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 307, "StopName": "11th Ave \/ E St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118108", "Latitude": 40.781959, "Longitude": -111.876989, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "118108" }, "geometry": { "type": "Point", "coordinates": [ -111.87698900000477, 40.78195900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 308, "StopName": "13th Ave \/ H St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118109", "Latitude": 40.784184, "Longitude": -111.873504, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "118109" }, "geometry": { "type": "Point", "coordinates": [ -111.87350400000399, 40.784184000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 309, "StopName": "G St \/ 12th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118110", "Latitude": 40.78314, "Longitude": -111.874616, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "118110" }, "geometry": { "type": "Point", "coordinates": [ -111.874616000004337, 40.783140000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 310, "StopName": "E St \/ 10th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118112", "Latitude": 40.78087, "Longitude": -111.877628, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "118112" }, "geometry": { "type": "Point", "coordinates": [ -111.87762800000462, 40.780870000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 311, "StopName": "9th Ave \/ E St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118113", "Latitude": 40.779708, "Longitude": -111.877945, "AVGBoard": 2, "AVGAlight": 2, "Route": "6, 11", "StopAbbr_J": "118113" }, "geometry": { "type": "Point", "coordinates": [ -111.877945000004786, 40.779708000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 312, "StopName": "9th Ave \/ LDS Hospital (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118114", "Latitude": 40.779706, "Longitude": -111.879753, "AVGBoard": 10, "AVGAlight": 2, "Route": "6, 11", "StopAbbr_J": "118114" }, "geometry": { "type": "Point", "coordinates": [ -111.879753000004285, 40.77970600000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 313, "StopName": "9th Ave \/ B St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118115", "Latitude": 40.779722, "Longitude": -111.881748, "AVGBoard": 0, "AVGAlight": 0, "Route": "6, 11", "StopAbbr_J": "118115" }, "geometry": { "type": "Point", "coordinates": [ -111.881748000003995, 40.779722000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 314, "StopName": "6th Ave \/ F St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118116", "Latitude": 40.776181, "Longitude": -111.876521, "AVGBoard": 9, "AVGAlight": 15, "Route": "6", "StopAbbr_J": "118116" }, "geometry": { "type": "Point", "coordinates": [ -111.876521000004686, 40.776181000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 315, "StopName": "6th Ave \/ G St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118117", "Latitude": 40.776181, "Longitude": -111.874723, "AVGBoard": 2, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118117" }, "geometry": { "type": "Point", "coordinates": [ -111.874723000004209, 40.776181000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 316, "StopName": "6th Ave \/ I St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118118", "Latitude": 40.776187, "Longitude": -111.871816, "AVGBoard": 4, "AVGAlight": 2, "Route": "6", "StopAbbr_J": "118118" }, "geometry": { "type": "Point", "coordinates": [ -111.871816000004529, 40.776187000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 317, "StopName": "6th Ave \/ K St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118119", "Latitude": 40.776163, "Longitude": -111.868694, "AVGBoard": 3, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118119" }, "geometry": { "type": "Point", "coordinates": [ -111.868694000004155, 40.77616300000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 318, "StopName": "6th Ave \/ L St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118120", "Latitude": 40.776156, "Longitude": -111.866572, "AVGBoard": 1, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118120" }, "geometry": { "type": "Point", "coordinates": [ -111.866572000004709, 40.776156000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 319, "StopName": "M St \/ 5th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118121", "Latitude": 40.774837, "Longitude": -111.865646, "AVGBoard": 1, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118121" }, "geometry": { "type": "Point", "coordinates": [ -111.865646000004475, 40.774837000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 320, "StopName": "M St \/ 4th Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118122", "Latitude": 40.774065, "Longitude": -111.865627, "AVGBoard": 1, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118122" }, "geometry": { "type": "Point", "coordinates": [ -111.865627000004707, 40.774065000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 321, "StopName": "M St \/ 3rd Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118123", "Latitude": 40.773034, "Longitude": -111.865632, "AVGBoard": 2, "AVGAlight": 2, "Route": "6", "StopAbbr_J": "118123" }, "geometry": { "type": "Point", "coordinates": [ -111.865632000004211, 40.773034000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 322, "StopName": "M St \/ 2nd Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118124", "Latitude": 40.771878, "Longitude": -111.865639, "AVGBoard": 1, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118124" }, "geometry": { "type": "Point", "coordinates": [ -111.865639000004791, 40.771878000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 323, "StopName": "M St \/ 1st Ave (SB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118125", "Latitude": 40.770739, "Longitude": -111.865669, "AVGBoard": 5, "AVGAlight": 2, "Route": "6", "StopAbbr_J": "118125" }, "geometry": { "type": "Point", "coordinates": [ -111.865669000004587, 40.770739000002727 ] } }, -{ "type": "Feature", "properties": { "FID_1": 324, "StopName": "N St \/ 1st Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118126", "Latitude": 40.770341, "Longitude": -111.864037, "AVGBoard": 3, "AVGAlight": 6, "Route": "6", "StopAbbr_J": "118126" }, "geometry": { "type": "Point", "coordinates": [ -111.864037000004359, 40.770341000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 325, "StopName": "N St \/ 2nd Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118127", "Latitude": 40.771487, "Longitude": -111.864033, "AVGBoard": 0, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118127" }, "geometry": { "type": "Point", "coordinates": [ -111.864033000004028, 40.771487000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 326, "StopName": "N St \/ 4th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118129", "Latitude": 40.774207, "Longitude": -111.864039, "AVGBoard": 0, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118129" }, "geometry": { "type": "Point", "coordinates": [ -111.864039000004524, 40.774207000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 327, "StopName": "N St \/ 5th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118130", "Latitude": 40.775371, "Longitude": -111.864007, "AVGBoard": 0, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118130" }, "geometry": { "type": "Point", "coordinates": [ -111.864007000004563, 40.775371000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 328, "StopName": "6th Ave \/ N St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118131", "Latitude": 40.776277, "Longitude": -111.864373, "AVGBoard": 1, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118131" }, "geometry": { "type": "Point", "coordinates": [ -111.864373000004306, 40.776277000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 329, "StopName": "6th Ave \/ L St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118132", "Latitude": 40.776275, "Longitude": -111.866828, "AVGBoard": 2, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118132" }, "geometry": { "type": "Point", "coordinates": [ -111.866828000004332, 40.776275000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 330, "StopName": "6th Ave \/ K St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118133", "Latitude": 40.776276, "Longitude": -111.868385, "AVGBoard": 0, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118133" }, "geometry": { "type": "Point", "coordinates": [ -111.86838500000465, 40.776276000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 331, "StopName": "6th Ave \/ I St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118134", "Latitude": 40.776282, "Longitude": -111.871347, "AVGBoard": 2, "AVGAlight": 4, "Route": "6", "StopAbbr_J": "118134" }, "geometry": { "type": "Point", "coordinates": [ -111.871347000004377, 40.776282000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 332, "StopName": "6th Ave \/ G St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118135", "Latitude": 40.776293, "Longitude": -111.874331, "AVGBoard": 2, "AVGAlight": 2, "Route": "6", "StopAbbr_J": "118135" }, "geometry": { "type": "Point", "coordinates": [ -111.874331000004119, 40.776293000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 333, "StopName": "6th Ave \/ E St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118136", "Latitude": 40.776276, "Longitude": -111.877311, "AVGBoard": 8, "AVGAlight": 9, "Route": "6", "StopAbbr_J": "118136" }, "geometry": { "type": "Point", "coordinates": [ -111.87731100000444, 40.776276000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 334, "StopName": "South Temple @ 702 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118139", "Latitude": 40.769281, "Longitude": -111.87048, "AVGBoard": 12, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "118139" }, "geometry": { "type": "Point", "coordinates": [ -111.87048000000452, 40.769281000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 335, "StopName": "South Temple \/ 900 E + M St (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118141", "Latitude": 40.769296, "Longitude": -111.864808, "AVGBoard": 6, "AVGAlight": 2, "Route": "6", "StopAbbr_J": "118141" }, "geometry": { "type": "Point", "coordinates": [ -111.864808000004345, 40.769296000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 336, "StopName": "South Temple \/ 1000 E + O St (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118142", "Latitude": 40.769285, "Longitude": -111.862966, "AVGBoard": 3, "AVGAlight": 2, "Route": "6", "StopAbbr_J": "118142" }, "geometry": { "type": "Point", "coordinates": [ -111.862966000004718, 40.769285000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 337, "StopName": "South Temple \/ 1100 E + Q St (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118143", "Latitude": 40.769288, "Longitude": -111.860091, "AVGBoard": 1, "AVGAlight": 2, "Route": "6", "StopAbbr_J": "118143" }, "geometry": { "type": "Point", "coordinates": [ -111.86009100000409, 40.769288000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 338, "StopName": "South Temple \/ 1200 E + S St (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118144", "Latitude": 40.769286, "Longitude": -111.857111, "AVGBoard": 2, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118144" }, "geometry": { "type": "Point", "coordinates": [ -111.857111000004679, 40.769286000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 339, "StopName": "South Temple \/ 1300 E + T St (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118145", "Latitude": 40.769284, "Longitude": -111.854367, "AVGBoard": 2, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118145" }, "geometry": { "type": "Point", "coordinates": [ -111.854367000004103, 40.769284000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 340, "StopName": "University St \/ South Temple (NB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118146", "Latitude": 40.769228, "Longitude": -111.852315, "AVGBoard": 1, "AVGAlight": 2, "Route": "6, 3, 11", "StopAbbr_J": "118146" }, "geometry": { "type": "Point", "coordinates": [ -111.852315000004182, 40.769228000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 341, "StopName": "South Temple \/ 1300 E + T St (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118147", "Latitude": 40.769412, "Longitude": -111.854897, "AVGBoard": 2, "AVGAlight": 0, "Route": "6", "StopAbbr_J": "118147" }, "geometry": { "type": "Point", "coordinates": [ -111.854897000004826, 40.769412000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 342, "StopName": "South Temple \/ 1100 E + Q St (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118148", "Latitude": 40.769448, "Longitude": -111.859328, "AVGBoard": 2, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118148" }, "geometry": { "type": "Point", "coordinates": [ -111.859328000004766, 40.769448000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 343, "StopName": "South Temple \/ 1000 E + O St (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "118149", "Latitude": 40.769438, "Longitude": -111.862077, "AVGBoard": 3, "AVGAlight": 4, "Route": "6", "StopAbbr_J": "118149" }, "geometry": { "type": "Point", "coordinates": [ -111.86207700000395, 40.769438000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 344, "StopName": "South Temple @ 347 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "118155", "Latitude": 40.769426, "Longitude": -111.880919, "AVGBoard": 2, "AVGAlight": 15, "Route": "209", "StopAbbr_J": "118155" }, "geometry": { "type": "Point", "coordinates": [ -111.88091900000461, 40.769426000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 345, "StopName": "North Campus \/ Federal Heights (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118159", "Latitude": 40.772482, "Longitude": -111.842451, "AVGBoard": 5, "AVGAlight": 4, "Route": "9, 6, 354, 313, 2X, 223, 213, 21, 2, 17, 11", "StopAbbr_J": "118159" }, "geometry": { "type": "Point", "coordinates": [ -111.842451000004033, 40.772482000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 346, "StopName": "University Hospital", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "118161", "Latitude": 40.772535, "Longitude": -111.837594, "AVGBoard": 164, "AVGAlight": 170, "Route": "6, 2, 11", "StopAbbr_J": "118161" }, "geometry": { "type": "Point", "coordinates": [ -111.837594000004771, 40.772535000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 347, "StopName": "Mario Capecchi \/ North Campus (NB)", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "118163", "Latitude": 40.77193, "Longitude": -111.840466, "AVGBoard": 1, "AVGAlight": 5, "Route": "9, 2X, 223, 213, 21, 17", "StopAbbr_J": "118163" }, "geometry": { "type": "Point", "coordinates": [ -111.840466000004255, 40.771930000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 348, "StopName": "9th Ave \/ B St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118166", "Latitude": 40.779596, "Longitude": -111.881512, "AVGBoard": 0, "AVGAlight": 1, "Route": "6, 11", "StopAbbr_J": "118166" }, "geometry": { "type": "Point", "coordinates": [ -111.88151200000425, 40.779596000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 349, "StopName": "13th Ave \/ I St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118169", "Latitude": 40.784179, "Longitude": -111.871938, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "118169" }, "geometry": { "type": "Point", "coordinates": [ -111.871938000004732, 40.784179000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 350, "StopName": "South Temple @ 370 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "118177", "Latitude": 40.769279, "Longitude": -111.880063, "AVGBoard": 10, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "118177" }, "geometry": { "type": "Point", "coordinates": [ -111.880063000004782, 40.769279000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 351, "StopName": "3rd Ave \/ M St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118179", "Latitude": 40.772777, "Longitude": -111.865841, "AVGBoard": 1, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118179" }, "geometry": { "type": "Point", "coordinates": [ -111.865841000004451, 40.772777000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 352, "StopName": "3rd Ave \/ Virginia St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118180", "Latitude": 40.772767, "Longitude": -111.852575, "AVGBoard": 0, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "118180" }, "geometry": { "type": "Point", "coordinates": [ -111.852575000004109, 40.772767000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 353, "StopName": "N St \/ 3rd Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118183", "Latitude": 40.772594, "Longitude": -111.864055, "AVGBoard": 2, "AVGAlight": 1, "Route": "6", "StopAbbr_J": "118183" }, "geometry": { "type": "Point", "coordinates": [ -111.864055000004043, 40.772594000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 354, "StopName": "11th Ave \/ Cemetery Center St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "118189", "Latitude": 40.780593, "Longitude": -111.860459, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "118189" }, "geometry": { "type": "Point", "coordinates": [ -111.860459000003985, 40.780593000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 355, "StopName": "1730 S @ 4488 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "123001", "Latitude": 40.732611, "Longitude": -111.998206, "AVGBoard": 0, "AVGAlight": 6, "Route": "513", "StopAbbr_J": "123001" }, "geometry": { "type": "Point", "coordinates": [ -111.998206000003961, 40.732611000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 356, "StopName": "3200 W @ 1969 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124001", "Latitude": 40.729172, "Longitude": -111.968104, "AVGBoard": 4, "AVGAlight": 6, "Route": "513, 509", "StopAbbr_J": "124001" }, "geometry": { "type": "Point", "coordinates": [ -111.968104000004502, 40.729172000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 357, "StopName": "1820 S @ 3360 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124002", "Latitude": 40.730923, "Longitude": -111.972145, "AVGBoard": 3, "AVGAlight": 2, "Route": "513, 509", "StopAbbr_J": "124002" }, "geometry": { "type": "Point", "coordinates": [ -111.972145000004559, 40.730923000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 358, "StopName": "1820 S @ 3470 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124003", "Latitude": 40.730949, "Longitude": -111.973894, "AVGBoard": 1, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "124003" }, "geometry": { "type": "Point", "coordinates": [ -111.973894000004563, 40.730949000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 359, "StopName": "1820 S @ 3600 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124004", "Latitude": 40.730931, "Longitude": -111.977031, "AVGBoard": 1, "AVGAlight": 3, "Route": "513, 509", "StopAbbr_J": "124004" }, "geometry": { "type": "Point", "coordinates": [ -111.977031000004416, 40.730931000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 360, "StopName": "1820 S @ 3720 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124005", "Latitude": 40.730931, "Longitude": -111.979995, "AVGBoard": 2, "AVGAlight": 3, "Route": "513, 509", "StopAbbr_J": "124005" }, "geometry": { "type": "Point", "coordinates": [ -111.979995000004308, 40.730931000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 361, "StopName": "1820 S @ 3820 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124006", "Latitude": 40.730935, "Longitude": -111.982781, "AVGBoard": 3, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "124006" }, "geometry": { "type": "Point", "coordinates": [ -111.982781000004749, 40.73093500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 362, "StopName": "1820 S @ 3920 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124007", "Latitude": 40.730941, "Longitude": -111.985414, "AVGBoard": 10, "AVGAlight": 10, "Route": "513, 509", "StopAbbr_J": "124007" }, "geometry": { "type": "Point", "coordinates": [ -111.985414000004212, 40.730941000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 363, "StopName": "1820 S @ 3919 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124014", "Latitude": 40.730831, "Longitude": -111.985078, "AVGBoard": 8, "AVGAlight": 12, "Route": "513, 509", "StopAbbr_J": "124014" }, "geometry": { "type": "Point", "coordinates": [ -111.985078000004279, 40.730831000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 364, "StopName": "1820 S @ 3825 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124015", "Latitude": 40.730835, "Longitude": -111.982829, "AVGBoard": 1, "AVGAlight": 3, "Route": "513, 509", "StopAbbr_J": "124015" }, "geometry": { "type": "Point", "coordinates": [ -111.982829000004216, 40.730835000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 365, "StopName": "1820 S @ 3735 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124016", "Latitude": 40.730841, "Longitude": -111.980575, "AVGBoard": 3, "AVGAlight": 3, "Route": "513, 509", "StopAbbr_J": "124016" }, "geometry": { "type": "Point", "coordinates": [ -111.980575000004677, 40.730841000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 366, "StopName": "1820 S @ 3605 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124017", "Latitude": 40.730838, "Longitude": -111.977859, "AVGBoard": 1, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "124017" }, "geometry": { "type": "Point", "coordinates": [ -111.977859000004614, 40.730838000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 367, "StopName": "1820 S @ 3485 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124018", "Latitude": 40.730831, "Longitude": -111.975043, "AVGBoard": 1, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "124018" }, "geometry": { "type": "Point", "coordinates": [ -111.975043000004391, 40.730831000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 368, "StopName": "3200 W @ 1980 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124019", "Latitude": 40.729045, "Longitude": -111.968292, "AVGBoard": 5, "AVGAlight": 8, "Route": "513, 509", "StopAbbr_J": "124019" }, "geometry": { "type": "Point", "coordinates": [ -111.968292000004794, 40.729045000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 369, "StopName": "3600 W @ 2140 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "124020", "Latitude": 40.724561, "Longitude": -111.977297, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "124020" }, "geometry": { "type": "Point", "coordinates": [ -111.977297000003944, 40.724561000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 370, "StopName": "3600 W @ 2250 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "124021", "Latitude": 40.722076, "Longitude": -111.977303, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "124021" }, "geometry": { "type": "Point", "coordinates": [ -111.977303000004426, 40.722076000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 371, "StopName": "3600 W @ 2330 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "124022", "Latitude": 40.720197, "Longitude": -111.977299, "AVGBoard": 2, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "124022" }, "geometry": { "type": "Point", "coordinates": [ -111.977299000004109, 40.720197000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 372, "StopName": "3600 W @ 2255 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "124023", "Latitude": 40.722022, "Longitude": -111.977074, "AVGBoard": 2, "AVGAlight": 5, "Route": "509", "StopAbbr_J": "124023" }, "geometry": { "type": "Point", "coordinates": [ -111.977074000004365, 40.72202200000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 373, "StopName": "3600 W @ 2155 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "124024", "Latitude": 40.724196, "Longitude": -111.977108, "AVGBoard": 5, "AVGAlight": 4, "Route": "509", "StopAbbr_J": "124024" }, "geometry": { "type": "Point", "coordinates": [ -111.977108000004478, 40.724196000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 374, "StopName": "North Frontage Rd @ 2905 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124039", "Latitude": 40.726409, "Longitude": -111.962169, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "124039" }, "geometry": { "type": "Point", "coordinates": [ -111.962169000004124, 40.726409000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 375, "StopName": "Pioneer Rd @ 1829 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124041", "Latitude": 40.730141, "Longitude": -111.957894, "AVGBoard": 0, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "124041" }, "geometry": { "type": "Point", "coordinates": [ -111.957894000004501, 40.730141000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 376, "StopName": "Pioneer Rd @ 1675 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124043", "Latitude": 40.733928, "Longitude": -111.957938, "AVGBoard": 0, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "124043" }, "geometry": { "type": "Point", "coordinates": [ -111.957938000004546, 40.733928000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 377, "StopName": "Pioneer Rd @ 1507 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124044", "Latitude": 40.737371, "Longitude": -111.957949, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "124044" }, "geometry": { "type": "Point", "coordinates": [ -111.957949000004575, 40.737371000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 378, "StopName": "1700 S @ 2186 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124048", "Latitude": 40.733223, "Longitude": -111.950923, "AVGBoard": 0, "AVGAlight": 5, "Route": "509", "StopAbbr_J": "124048" }, "geometry": { "type": "Point", "coordinates": [ -111.950923000004693, 40.733223000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 379, "StopName": "1700 S @ 2220 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124049", "Latitude": 40.733228, "Longitude": -111.953267, "AVGBoard": 1, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "124049" }, "geometry": { "type": "Point", "coordinates": [ -111.953267000004502, 40.73322800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 380, "StopName": "1700 S @ 2570 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124050", "Latitude": 40.733229, "Longitude": -111.956416, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "124050" }, "geometry": { "type": "Point", "coordinates": [ -111.956416000004438, 40.733229000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 381, "StopName": "1700 S @ 2607 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124051", "Latitude": 40.733042, "Longitude": -111.956546, "AVGBoard": 1, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "124051" }, "geometry": { "type": "Point", "coordinates": [ -111.956546000004408, 40.733042000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 382, "StopName": "1700 S @ 2215 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124052", "Latitude": 40.733049, "Longitude": -111.953727, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "124052" }, "geometry": { "type": "Point", "coordinates": [ -111.953727000004818, 40.733049000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 383, "StopName": "1700 S @ 2095 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124053", "Latitude": 40.733048, "Longitude": -111.949101, "AVGBoard": 1, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "124053" }, "geometry": { "type": "Point", "coordinates": [ -111.949101000004006, 40.733048000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 384, "StopName": "1700 S @ 2035 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124054", "Latitude": 40.733051, "Longitude": -111.947231, "AVGBoard": 8, "AVGAlight": 4, "Route": "509", "StopAbbr_J": "124054" }, "geometry": { "type": "Point", "coordinates": [ -111.947231000004763, 40.733051000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 385, "StopName": "1700 S @ 1905 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124055", "Latitude": 40.733051, "Longitude": -111.945016, "AVGBoard": 2, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "124055" }, "geometry": { "type": "Point", "coordinates": [ -111.945016000003932, 40.733051000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 386, "StopName": "1700 S @ 1825 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124056", "Latitude": 40.733063, "Longitude": -111.942765, "AVGBoard": 1, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "124056" }, "geometry": { "type": "Point", "coordinates": [ -111.942765000004599, 40.733063000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 387, "StopName": "1700 S @ 1816 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124057", "Latitude": 40.733231, "Longitude": -111.942452, "AVGBoard": 3, "AVGAlight": 4, "Route": "509", "StopAbbr_J": "124057" }, "geometry": { "type": "Point", "coordinates": [ -111.942452000004778, 40.733231000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 388, "StopName": "1700 S @ 1896 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124058", "Latitude": 40.733231, "Longitude": -111.944341, "AVGBoard": 1, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "124058" }, "geometry": { "type": "Point", "coordinates": [ -111.944341000004698, 40.733231000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 389, "StopName": "1700 S @ 1970 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124059", "Latitude": 40.733231, "Longitude": -111.946865, "AVGBoard": 4, "AVGAlight": 3, "Route": "509", "StopAbbr_J": "124059" }, "geometry": { "type": "Point", "coordinates": [ -111.946865000004124, 40.733231000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 390, "StopName": "Pioneer Rd @ 1710 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124065", "Latitude": 40.732651, "Longitude": -111.958131, "AVGBoard": 2, "AVGAlight": 3, "Route": "513, 509", "StopAbbr_J": "124065" }, "geometry": { "type": "Point", "coordinates": [ -111.958131000004343, 40.732651000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 391, "StopName": "Pioneer Rd @ 1850 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124066", "Latitude": 40.729372, "Longitude": -111.958127, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "124066" }, "geometry": { "type": "Point", "coordinates": [ -111.958127000004012, 40.729372000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 392, "StopName": "Pioneer Rd @ 1875 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124067", "Latitude": 40.728713, "Longitude": -111.957961, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "124067" }, "geometry": { "type": "Point", "coordinates": [ -111.957961000004659, 40.728713000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 393, "StopName": "Lake Park Blvd @ 2473 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "124068", "Latitude": 40.717143, "Longitude": -111.989206, "AVGBoard": 0, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "124068" }, "geometry": { "type": "Point", "coordinates": [ -111.98920600000433, 40.717143000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 394, "StopName": "North Frontage Rd @ 2910 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124069", "Latitude": 40.726561, "Longitude": -111.962337, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "124069" }, "geometry": { "type": "Point", "coordinates": [ -111.962337000004553, 40.726561000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 395, "StopName": "2400 W @ 135 S", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "124072", "Latitude": 40.768778, "Longitude": -111.958122, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 454", "StopAbbr_J": "124072" }, "geometry": { "type": "Point", "coordinates": [ -111.958122000004494, 40.768778000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 396, "StopName": "3600 W @ 2401 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "124073", "Latitude": 40.718275, "Longitude": -111.977068, "AVGBoard": 2, "AVGAlight": 5, "Route": "509", "StopAbbr_J": "124073" }, "geometry": { "type": "Point", "coordinates": [ -111.977068000004778, 40.718275000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 397, "StopName": "Lake Park Blvd @ 2476 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "124076", "Latitude": 40.717145, "Longitude": -111.989461, "AVGBoard": 1, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "124076" }, "geometry": { "type": "Point", "coordinates": [ -111.989461000004752, 40.717145000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 398, "StopName": "Pioneer Rd @ 1381 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124078", "Latitude": 40.739721, "Longitude": -111.957921, "AVGBoard": 1, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "124078" }, "geometry": { "type": "Point", "coordinates": [ -111.957921000004035, 40.739721000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 399, "StopName": "1820 S @ 3375 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124091", "Latitude": 40.730819, "Longitude": -111.972148, "AVGBoard": 1, "AVGAlight": 3, "Route": "513, 509", "StopAbbr_J": "124091" }, "geometry": { "type": "Point", "coordinates": [ -111.972148000004793, 40.730819000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 400, "StopName": "4130 W @ 1775 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124095", "Latitude": 40.731946, "Longitude": -111.989891, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "124095" }, "geometry": { "type": "Point", "coordinates": [ -111.989891000004391, 40.731946000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 401, "StopName": "3600 W @ 2400 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "124097", "Latitude": 40.718268, "Longitude": -111.977297, "AVGBoard": 11, "AVGAlight": 5, "Route": "509", "StopAbbr_J": "124097" }, "geometry": { "type": "Point", "coordinates": [ -111.977297000003944, 40.718268000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 402, "StopName": "Pioneer Rd @ 2000 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124098", "Latitude": 40.728271, "Longitude": -111.958703, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "124098" }, "geometry": { "type": "Point", "coordinates": [ -111.958703000004036, 40.728271000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 403, "StopName": "Pioneer Rd @ 1715 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124102", "Latitude": 40.732785, "Longitude": -111.957912, "AVGBoard": 3, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "124102" }, "geometry": { "type": "Point", "coordinates": [ -111.9579120000042, 40.732785000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 404, "StopName": "1700 S @ 2175 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124103", "Latitude": 40.733047, "Longitude": -111.951214, "AVGBoard": 3, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "124103" }, "geometry": { "type": "Point", "coordinates": [ -111.951214000004484, 40.733047000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 405, "StopName": "California Ave @ 2330 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "124111", "Latitude": 40.740592, "Longitude": -111.953018, "AVGBoard": 0, "AVGAlight": 2, "Route": "513", "StopAbbr_J": "124111" }, "geometry": { "type": "Point", "coordinates": [ -111.953018000004562, 40.740592000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 406, "StopName": "West Temple @ 230 S", "City": "Salt Lake City", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "125002", "Latitude": 40.764468, "Longitude": -111.894098, "AVGBoard": 1, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "125002" }, "geometry": { "type": "Point", "coordinates": [ -111.894098000004021, 40.764468000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 407, "StopName": "West Temple @ 320 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125003", "Latitude": 40.762441, "Longitude": -111.894125, "AVGBoard": 0, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "125003" }, "geometry": { "type": "Point", "coordinates": [ -111.894125000004465, 40.762441000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 408, "StopName": "2100 S @ 40 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125007", "Latitude": 40.725518, "Longitude": -111.892268, "AVGBoard": 2, "AVGAlight": 6, "Route": "21", "StopAbbr_J": "125007" }, "geometry": { "type": "Point", "coordinates": [ -111.892268000004506, 40.72551800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 409, "StopName": "400 S @ 285 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125010", "Latitude": 40.760508, "Longitude": -111.899082, "AVGBoard": 3, "AVGAlight": 4, "Route": "4", "StopAbbr_J": "125010" }, "geometry": { "type": "Point", "coordinates": [ -111.899082000003901, 40.760508000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 410, "StopName": "400 S @ 175 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125011", "Latitude": 40.760503, "Longitude": -111.896011, "AVGBoard": 5, "AVGAlight": 3, "Route": "4", "StopAbbr_J": "125011" }, "geometry": { "type": "Point", "coordinates": [ -111.896011000004151, 40.760503000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 411, "StopName": "Courthouse Station (WB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125013", "Latitude": 40.760792, "Longitude": -111.891872, "AVGBoard": 7, "AVGAlight": 1, "Route": "451", "StopAbbr_J": "125013" }, "geometry": { "type": "Point", "coordinates": [ -111.891872000004085, 40.760792000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 412, "StopName": "Courthouse Station (EB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125014", "Latitude": 40.760483, "Longitude": -111.893315, "AVGBoard": 0, "AVGAlight": 0, "Route": "471, 463, 462, 461, 460", "StopAbbr_J": "125014" }, "geometry": { "type": "Point", "coordinates": [ -111.893315000003966, 40.760483000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 413, "StopName": "400 S @ 198 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125015", "Latitude": 40.760785, "Longitude": -111.896495, "AVGBoard": 5, "AVGAlight": 4, "Route": "471, 463, 462, 461, 460, 4", "StopAbbr_J": "125015" }, "geometry": { "type": "Point", "coordinates": [ -111.896495000004649, 40.76078500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 414, "StopName": "300 W @ 105 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125018", "Latitude": 40.766946, "Longitude": -111.899506, "AVGBoard": 0, "AVGAlight": 0, "Route": "520, 519, 451, 320, 307", "StopAbbr_J": "125018" }, "geometry": { "type": "Point", "coordinates": [ -111.899506000003939, 40.766946000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 415, "StopName": "Courthouse Station (WB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125019", "Latitude": 40.758568, "Longitude": -111.891549, "AVGBoard": 7, "AVGAlight": 1, "Route": "451", "StopAbbr_J": "125019" }, "geometry": { "type": "Point", "coordinates": [ -111.891549000004318, 40.758568000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 416, "StopName": "500 S @ 90 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125020", "Latitude": 40.758585, "Longitude": -111.893571, "AVGBoard": 1, "AVGAlight": 0, "Route": "451", "StopAbbr_J": "125020" }, "geometry": { "type": "Point", "coordinates": [ -111.893571000004457, 40.758585000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 417, "StopName": "200 S \/ 300 W (EB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125021", "Latitude": 40.764946, "Longitude": -111.898927, "AVGBoard": 87, "AVGAlight": 6, "Route": "6, 220, 205, 2, 11", "StopAbbr_J": "125021" }, "geometry": { "type": "Point", "coordinates": [ -111.898927000004576, 40.764946000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 418, "StopName": "200 S \/ West Temple (EB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125023", "Latitude": 40.764883, "Longitude": -111.894684, "AVGBoard": 16, "AVGAlight": 4, "Route": "6, 220, 205, 2, 11", "StopAbbr_J": "125023" }, "geometry": { "type": "Point", "coordinates": [ -111.894684000003991, 40.764883000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 419, "StopName": "Main St @ 1720 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125041", "Latitude": 40.732794, "Longitude": -111.891189, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125041" }, "geometry": { "type": "Point", "coordinates": [ -111.891189000004189, 40.732794000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 420, "StopName": "Main St @ 1798 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125042", "Latitude": 40.731412, "Longitude": -111.891188, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125042" }, "geometry": { "type": "Point", "coordinates": [ -111.891188000004092, 40.731412000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 421, "StopName": "Main St @ 1908 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125043", "Latitude": 40.728746, "Longitude": -111.891196, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125043" }, "geometry": { "type": "Point", "coordinates": [ -111.891196000004769, 40.728746000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 422, "StopName": "Main St @ 2082 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125044", "Latitude": 40.726095, "Longitude": -111.89121, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125044" }, "geometry": { "type": "Point", "coordinates": [ -111.891210000004136, 40.726095000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 423, "StopName": "Main St @ 2015 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125053", "Latitude": 40.726278, "Longitude": -111.891015, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125053" }, "geometry": { "type": "Point", "coordinates": [ -111.891015000004174, 40.726278000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 424, "StopName": "Main St @ 1943 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125054", "Latitude": 40.728066, "Longitude": -111.891017, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125054" }, "geometry": { "type": "Point", "coordinates": [ -111.891017000004339, 40.728066000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 425, "StopName": "Main St @ 1879 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125055", "Latitude": 40.729383, "Longitude": -111.891017, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125055" }, "geometry": { "type": "Point", "coordinates": [ -111.891017000004339, 40.729383000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 426, "StopName": "Main St @ 1791 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125056", "Latitude": 40.731283, "Longitude": -111.89101, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125056" }, "geometry": { "type": "Point", "coordinates": [ -111.891010000004655, 40.731283000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 427, "StopName": "400 S @ 902 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125070", "Latitude": 40.760772, "Longitude": -111.917239, "AVGBoard": 2, "AVGAlight": 9, "Route": "4", "StopAbbr_J": "125070" }, "geometry": { "type": "Point", "coordinates": [ -111.917239000004514, 40.760772000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 428, "StopName": "400 S @ 998 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125071", "Latitude": 40.760773, "Longitude": -111.919362, "AVGBoard": 1, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "125071" }, "geometry": { "type": "Point", "coordinates": [ -111.919362000004028, 40.760773000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 429, "StopName": "400 S @ 1120 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125072", "Latitude": 40.760786, "Longitude": -111.922839, "AVGBoard": 0, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "125072" }, "geometry": { "type": "Point", "coordinates": [ -111.922839000004117, 40.760786000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 430, "StopName": "400 S @ 1168 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125073", "Latitude": 40.760738, "Longitude": -111.924554, "AVGBoard": 0, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "125073" }, "geometry": { "type": "Point", "coordinates": [ -111.924554000004036, 40.760738000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 431, "StopName": "400 S @ 1234 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125074", "Latitude": 40.760738, "Longitude": -111.926838, "AVGBoard": 1, "AVGAlight": 4, "Route": "4", "StopAbbr_J": "125074" }, "geometry": { "type": "Point", "coordinates": [ -111.926838000004281, 40.760738000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 432, "StopName": "400 S @ 1364 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125075", "Latitude": 40.76071, "Longitude": -111.930274, "AVGBoard": 1, "AVGAlight": 8, "Route": "9, 4", "StopAbbr_J": "125075" }, "geometry": { "type": "Point", "coordinates": [ -111.930274000004587, 40.760710000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 433, "StopName": "Cheyenne St @ 490 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125081", "Latitude": 40.758612, "Longitude": -111.934348, "AVGBoard": 2, "AVGAlight": 6, "Route": "9, 4", "StopAbbr_J": "125081" }, "geometry": { "type": "Point", "coordinates": [ -111.934348000004661, 40.758612000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 434, "StopName": "400 S @ 1179 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125087", "Latitude": 40.760558, "Longitude": -111.924976, "AVGBoard": 5, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "125087" }, "geometry": { "type": "Point", "coordinates": [ -111.924976000004804, 40.760558000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 435, "StopName": "400 S @ 1049 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125088", "Latitude": 40.760558, "Longitude": -111.921198, "AVGBoard": 1, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "125088" }, "geometry": { "type": "Point", "coordinates": [ -111.921198000004054, 40.760558000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 436, "StopName": "400 S @ 1001 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125089", "Latitude": 40.760559, "Longitude": -111.919782, "AVGBoard": 2, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "125089" }, "geometry": { "type": "Point", "coordinates": [ -111.919782000004616, 40.760559000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 437, "StopName": "400 S @ 905 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125090", "Latitude": 40.760561, "Longitude": -111.917281, "AVGBoard": 7, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "125090" }, "geometry": { "type": "Point", "coordinates": [ -111.91728100000438, 40.760561000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 438, "StopName": "2100 S @ 108 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125097", "Latitude": 40.725515, "Longitude": -111.894496, "AVGBoard": 1, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "125097" }, "geometry": { "type": "Point", "coordinates": [ -111.894496000004608, 40.725515000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 439, "StopName": "2100 S @ 105 W", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125098", "Latitude": 40.725334, "Longitude": -111.894213, "AVGBoard": 5, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "125098" }, "geometry": { "type": "Point", "coordinates": [ -111.894213000004555, 40.72533400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 440, "StopName": "2100 S @ 5 W", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125099", "Latitude": 40.725335, "Longitude": -111.891384, "AVGBoard": 10, "AVGAlight": 10, "Route": "21", "StopAbbr_J": "125099" }, "geometry": { "type": "Point", "coordinates": [ -111.891384000004152, 40.72533500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 441, "StopName": "Cheyenne St @ 330 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125104", "Latitude": 40.762167, "Longitude": -111.934354, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125104" }, "geometry": { "type": "Point", "coordinates": [ -111.934354000004262, 40.76216700000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 442, "StopName": "Redwood Rd @ 445 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125105", "Latitude": 40.759107, "Longitude": -111.938941, "AVGBoard": 9, "AVGAlight": 39, "Route": "9, 4, 217", "StopAbbr_J": "125105" }, "geometry": { "type": "Point", "coordinates": [ -111.938941000004547, 40.759107000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 443, "StopName": "300 W @ 120 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125109", "Latitude": 40.766806, "Longitude": -111.899901, "AVGBoard": 0, "AVGAlight": 2, "Route": "520, 519, 451, 320, 307", "StopAbbr_J": "125109" }, "geometry": { "type": "Point", "coordinates": [ -111.899901000004277, 40.766806000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 444, "StopName": "400 S @ 765 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125110", "Latitude": 40.760495, "Longitude": -111.913206, "AVGBoard": 1, "AVGAlight": 1, "Route": "513, 509, 4", "StopAbbr_J": "125110" }, "geometry": { "type": "Point", "coordinates": [ -111.913206000004223, 40.760495000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 445, "StopName": "Cheyenne St @ 321 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125111", "Latitude": 40.762387, "Longitude": -111.934229, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125111" }, "geometry": { "type": "Point", "coordinates": [ -111.934229000004706, 40.762387000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 446, "StopName": "Cheyenne St @ 598 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125112", "Latitude": 40.756759, "Longitude": -111.934323, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125112" }, "geometry": { "type": "Point", "coordinates": [ -111.934323000004397, 40.756759000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 447, "StopName": "1300 S @ 713 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125121", "Latitude": 40.74147, "Longitude": -111.910816, "AVGBoard": 4, "AVGAlight": 1, "Route": "9", "StopAbbr_J": "125121" }, "geometry": { "type": "Point", "coordinates": [ -111.910816000004189, 40.7414700000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 448, "StopName": "1300 S @ 720 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125122", "Latitude": 40.741635, "Longitude": -111.911664, "AVGBoard": 2, "AVGAlight": 7, "Route": "9", "StopAbbr_J": "125122" }, "geometry": { "type": "Point", "coordinates": [ -111.911664000004251, 40.741635000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 449, "StopName": "California Ave @ 855 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125123", "Latitude": 40.74061, "Longitude": -111.916432, "AVGBoard": 3, "AVGAlight": 27, "Route": "9", "StopAbbr_J": "125123" }, "geometry": { "type": "Point", "coordinates": [ -111.916432000004235, 40.74061000000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 450, "StopName": "Cheyenne St @ 603 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125131", "Latitude": 40.756521, "Longitude": -111.934169, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125131" }, "geometry": { "type": "Point", "coordinates": [ -111.934169000004246, 40.756521000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 451, "StopName": "1300 W @ 761 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125150", "Latitude": 40.7529, "Longitude": -111.927932, "AVGBoard": 2, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "125150" }, "geometry": { "type": "Point", "coordinates": [ -111.927932000004034, 40.752900000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 452, "StopName": "California Ave @ 1248 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125158", "Latitude": 40.740541, "Longitude": -111.927397, "AVGBoard": 2, "AVGAlight": 11, "Route": "9, 513", "StopAbbr_J": "125158" }, "geometry": { "type": "Point", "coordinates": [ -111.927397000004703, 40.740541000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 453, "StopName": "Redwood Rd @ 1945 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125170", "Latitude": 40.727137, "Longitude": -111.938837, "AVGBoard": 20, "AVGAlight": 33, "Route": "509, 217", "StopAbbr_J": "125170" }, "geometry": { "type": "Point", "coordinates": [ -111.938837000004028, 40.727137000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 454, "StopName": "Redwood Rd @ 1899 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125171", "Latitude": 40.728311, "Longitude": -111.938851, "AVGBoard": 2, "AVGAlight": 9, "Route": "509, 217", "StopAbbr_J": "125171" }, "geometry": { "type": "Point", "coordinates": [ -111.938851000004277, 40.72831100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 455, "StopName": "Redwood Rd @ 1801 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125172", "Latitude": 40.730529, "Longitude": -111.938859, "AVGBoard": 2, "AVGAlight": 2, "Route": "509, 217", "StopAbbr_J": "125172" }, "geometry": { "type": "Point", "coordinates": [ -111.938859000004058, 40.730529000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 456, "StopName": "Redwood Rd @ 1695 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125173", "Latitude": 40.733446, "Longitude": -111.938857, "AVGBoard": 24, "AVGAlight": 45, "Route": "217", "StopAbbr_J": "125173" }, "geometry": { "type": "Point", "coordinates": [ -111.938857000004774, 40.73344600000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 457, "StopName": "Redwood Rd @ 1515 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125175", "Latitude": 40.737578, "Longitude": -111.938807, "AVGBoard": 4, "AVGAlight": 9, "Route": "217", "StopAbbr_J": "125175" }, "geometry": { "type": "Point", "coordinates": [ -111.938807000004246, 40.737578000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 458, "StopName": "Redwood Rd @ 1125 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125177", "Latitude": 40.744717, "Longitude": -111.938926, "AVGBoard": 7, "AVGAlight": 9, "Route": "217", "StopAbbr_J": "125177" }, "geometry": { "type": "Point", "coordinates": [ -111.938926000004201, 40.74471700000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 459, "StopName": "Redwood Rd @ 1001 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125179", "Latitude": 40.747954, "Longitude": -111.938859, "AVGBoard": 5, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "125179" }, "geometry": { "type": "Point", "coordinates": [ -111.938859000004058, 40.747954000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 460, "StopName": "Redwood Rd @ 705 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125181", "Latitude": 40.753708, "Longitude": -111.938868, "AVGBoard": 2, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "125181" }, "geometry": { "type": "Point", "coordinates": [ -111.938868000004788, 40.753708000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 461, "StopName": "Redwood Rd @ 625 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125182", "Latitude": 40.755902, "Longitude": -111.938892, "AVGBoard": 7, "AVGAlight": 7, "Route": "217", "StopAbbr_J": "125182" }, "geometry": { "type": "Point", "coordinates": [ -111.938892000004088, 40.755902000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 462, "StopName": "Redwood Rd @ 521 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125183", "Latitude": 40.757811, "Longitude": -111.938895, "AVGBoard": 2, "AVGAlight": 7, "Route": "217", "StopAbbr_J": "125183" }, "geometry": { "type": "Point", "coordinates": [ -111.938895000004322, 40.757811000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 463, "StopName": "Redwood Rd @ 390 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125185", "Latitude": 40.761126, "Longitude": -111.939181, "AVGBoard": 24, "AVGAlight": 30, "Route": "217", "StopAbbr_J": "125185" }, "geometry": { "type": "Point", "coordinates": [ -111.939181000004638, 40.761126000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 464, "StopName": "Redwood Rd @ 758 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125188", "Latitude": 40.753565, "Longitude": -111.939151, "AVGBoard": 3, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "125188" }, "geometry": { "type": "Point", "coordinates": [ -111.93915100000396, 40.753565000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 465, "StopName": "Redwood Rd @ 934 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125190", "Latitude": 40.749168, "Longitude": -111.939176, "AVGBoard": 1, "AVGAlight": 4, "Route": "217", "StopAbbr_J": "125190" }, "geometry": { "type": "Point", "coordinates": [ -111.93917600000421, 40.749168000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 466, "StopName": "Redwood Rd @ 1052 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125191", "Latitude": 40.746176, "Longitude": -111.939144, "AVGBoard": 0, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "125191" }, "geometry": { "type": "Point", "coordinates": [ -111.939144000004276, 40.746176000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 467, "StopName": "Redwood Rd @ 1130 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125192", "Latitude": 40.744585, "Longitude": -111.939147, "AVGBoard": 3, "AVGAlight": 7, "Route": "217", "StopAbbr_J": "125192" }, "geometry": { "type": "Point", "coordinates": [ -111.93914700000451, 40.744585000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 468, "StopName": "California Ave @ 1170 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125193", "Latitude": 40.740562, "Longitude": -111.924387, "AVGBoard": 5, "AVGAlight": 21, "Route": "9, 513", "StopAbbr_J": "125193" }, "geometry": { "type": "Point", "coordinates": [ -111.9243870000046, 40.740562000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 469, "StopName": "Redwood Rd @ 1298 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125194", "Latitude": 40.741767, "Longitude": -111.939208, "AVGBoard": 21, "AVGAlight": 12, "Route": "217", "StopAbbr_J": "125194" }, "geometry": { "type": "Point", "coordinates": [ -111.939208000004172, 40.741767000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 470, "StopName": "Redwood Rd @ 1506 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125195", "Latitude": 40.737463, "Longitude": -111.939237, "AVGBoard": 11, "AVGAlight": 6, "Route": "217", "StopAbbr_J": "125195" }, "geometry": { "type": "Point", "coordinates": [ -111.93923700000478, 40.737463000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 471, "StopName": "Redwood Rd @ 1560 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125196", "Latitude": 40.735458, "Longitude": -111.939233, "AVGBoard": 2, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "125196" }, "geometry": { "type": "Point", "coordinates": [ -111.93923300000445, 40.735458000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 472, "StopName": "Redwood Rd. @ 1726 So.", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125197", "Latitude": 40.73255, "Longitude": -111.939217, "AVGBoard": 66, "AVGAlight": 39, "Route": "509, 217", "StopAbbr_J": "125197" }, "geometry": { "type": "Point", "coordinates": [ -111.939217000004021, 40.732550000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 473, "StopName": "Redwood Rd @ 1830 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125198", "Latitude": 40.730127, "Longitude": -111.939219, "AVGBoard": 4, "AVGAlight": 2, "Route": "509, 217", "StopAbbr_J": "125198" }, "geometry": { "type": "Point", "coordinates": [ -111.939219000004186, 40.730127000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 474, "StopName": "Redwood Rd @ 1916 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125199", "Latitude": 40.728331, "Longitude": -111.939218, "AVGBoard": 20, "AVGAlight": 17, "Route": "217", "StopAbbr_J": "125199" }, "geometry": { "type": "Point", "coordinates": [ -111.93921800000409, 40.728331000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 475, "StopName": "Redwood Rd @ 2344 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "125200", "Latitude": 40.720073, "Longitude": -111.939134, "AVGBoard": 22, "AVGAlight": 10, "Route": "217", "StopAbbr_J": "125200" }, "geometry": { "type": "Point", "coordinates": [ -111.939134000004344, 40.720073000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 476, "StopName": "1700 S @ 1725 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125203", "Latitude": 40.732983, "Longitude": -111.940201, "AVGBoard": 3, "AVGAlight": 7, "Route": "509", "StopAbbr_J": "125203" }, "geometry": { "type": "Point", "coordinates": [ -111.940201000004549, 40.73298300000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 477, "StopName": "Salt Lake Central Station (Bay B)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125213", "Latitude": 40.76322, "Longitude": -111.909334, "AVGBoard": 12, "AVGAlight": 0, "Route": "902, 2X", "StopAbbr_J": "125213" }, "geometry": { "type": "Point", "coordinates": [ -111.909334000004691, 40.763220000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 478, "StopName": "Concord St @ 314 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125221", "Latitude": 40.762315, "Longitude": -111.927122, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125221" }, "geometry": { "type": "Point", "coordinates": [ -111.927122000004417, 40.762315000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 479, "StopName": "Concord St @ 398 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125222", "Latitude": 40.760886, "Longitude": -111.927107, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125222" }, "geometry": { "type": "Point", "coordinates": [ -111.927107000004071, 40.760886000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 480, "StopName": "Navajo St. @ 639 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125226", "Latitude": 40.75524, "Longitude": -111.92944, "AVGBoard": 1, "AVGAlight": 10, "Route": "9", "StopAbbr_J": "125226" }, "geometry": { "type": "Point", "coordinates": [ -111.929440000004789, 40.755240000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 481, "StopName": "Navajo St @ 854 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125233", "Latitude": 40.750931, "Longitude": -111.929565, "AVGBoard": 28, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "125233" }, "geometry": { "type": "Point", "coordinates": [ -111.929565000004345, 40.750931000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 482, "StopName": "Navajo St @ 992 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125235", "Latitude": 40.748006, "Longitude": -111.929528, "AVGBoard": 8, "AVGAlight": 2, "Route": "9", "StopAbbr_J": "125235" }, "geometry": { "type": "Point", "coordinates": [ -111.929528000003984, 40.748006000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 483, "StopName": "2100 S @ 1075 W", "City": "Salt Lake City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "125237", "Latitude": 40.725874, "Longitude": -111.921524, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "125237" }, "geometry": { "type": "Point", "coordinates": [ -111.921524000004069, 40.725874000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 484, "StopName": "2100 S @ 1060 W", "City": "Salt Lake City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "125240", "Latitude": 40.726032, "Longitude": -111.921532, "AVGBoard": 1, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "125240" }, "geometry": { "type": "Point", "coordinates": [ -111.921532000004731, 40.726032000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 485, "StopName": "Navajo St @ 1186 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125244", "Latitude": 40.743395, "Longitude": -111.930218, "AVGBoard": 10, "AVGAlight": 4, "Route": "9", "StopAbbr_J": "125244" }, "geometry": { "type": "Point", "coordinates": [ -111.930218000004444, 40.743395000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 486, "StopName": "California Ave @ 1245 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125253", "Latitude": 40.740369, "Longitude": -111.927491, "AVGBoard": 14, "AVGAlight": 3, "Route": "9, 513", "StopAbbr_J": "125253" }, "geometry": { "type": "Point", "coordinates": [ -111.927491000004395, 40.740369000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 487, "StopName": "California Ave @ 1149 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125254", "Latitude": 40.740395, "Longitude": -111.924007, "AVGBoard": 21, "AVGAlight": 6, "Route": "9, 513", "StopAbbr_J": "125254" }, "geometry": { "type": "Point", "coordinates": [ -111.924007000004607, 40.740395000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 488, "StopName": "2100 S @ 1594 W", "City": "Salt Lake City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "125255", "Latitude": 40.726042, "Longitude": -111.936176, "AVGBoard": 0, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "125255" }, "geometry": { "type": "Point", "coordinates": [ -111.936176000004039, 40.726042000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 489, "StopName": "California Ave @ 1005 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125256", "Latitude": 40.740411, "Longitude": -111.919331, "AVGBoard": 4, "AVGAlight": 2, "Route": "9, 513", "StopAbbr_J": "125256" }, "geometry": { "type": "Point", "coordinates": [ -111.919331000004163, 40.740411000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 490, "StopName": "2100 S @ 1597 W", "City": "Salt Lake City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "125258", "Latitude": 40.725796, "Longitude": -111.936243, "AVGBoard": 7, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "125258" }, "geometry": { "type": "Point", "coordinates": [ -111.936243000004168, 40.725796000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 491, "StopName": "Navajo St @ 1185 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125270", "Latitude": 40.743523, "Longitude": -111.929944, "AVGBoard": 4, "AVGAlight": 9, "Route": "9", "StopAbbr_J": "125270" }, "geometry": { "type": "Point", "coordinates": [ -111.929944000004255, 40.743523000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 492, "StopName": "Navajo St @ 861 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125279", "Latitude": 40.751041, "Longitude": -111.929417, "AVGBoard": 5, "AVGAlight": 25, "Route": "9", "StopAbbr_J": "125279" }, "geometry": { "type": "Point", "coordinates": [ -111.929417000004676, 40.751041000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 493, "StopName": "Arapahoe Ave @ 1305 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125286", "Latitude": 40.754938, "Longitude": -111.928151, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125286" }, "geometry": { "type": "Point", "coordinates": [ -111.928151000004178, 40.754938000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 494, "StopName": "Concord St @ 315 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125290", "Latitude": 40.762316, "Longitude": -111.926967, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125290" }, "geometry": { "type": "Point", "coordinates": [ -111.926967000004169, 40.762316000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 495, "StopName": "California Ave @ 1861 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125292", "Latitude": 40.740414, "Longitude": -111.943767, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "125292" }, "geometry": { "type": "Point", "coordinates": [ -111.94376700000393, 40.740414000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 496, "StopName": "California Ave @ 1862 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125296", "Latitude": 40.740621, "Longitude": -111.944093, "AVGBoard": 0, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "125296" }, "geometry": { "type": "Point", "coordinates": [ -111.94409300000396, 40.740621000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 497, "StopName": "900 W @ 612 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125300", "Latitude": 40.755932, "Longitude": -111.916931, "AVGBoard": 3, "AVGAlight": 5, "Route": "513, 509", "StopAbbr_J": "125300" }, "geometry": { "type": "Point", "coordinates": [ -111.916931000004169, 40.755932000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 498, "StopName": "700 S @ 805 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125303", "Latitude": 40.754013, "Longitude": -111.914344, "AVGBoard": 4, "AVGAlight": 14, "Route": "509", "StopAbbr_J": "125303" }, "geometry": { "type": "Point", "coordinates": [ -111.914344000004036, 40.754013000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 499, "StopName": "800 W @ 798 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125304", "Latitude": 40.752275, "Longitude": -111.914105, "AVGBoard": 1, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "125304" }, "geometry": { "type": "Point", "coordinates": [ -111.914105000004028, 40.752275000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 500, "StopName": "800 W @ 791 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125305", "Latitude": 40.752301, "Longitude": -111.913821, "AVGBoard": 1, "AVGAlight": 4, "Route": "509", "StopAbbr_J": "125305" }, "geometry": { "type": "Point", "coordinates": [ -111.913821000004788, 40.75230100000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 501, "StopName": "4800 W @ 3990 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134015", "Latitude": 40.684396, "Longitude": -112.005769, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134015" }, "geometry": { "type": "Point", "coordinates": [ -112.00576900000425, 40.684396000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 502, "StopName": "Hill Field Rd @ 1891 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101001", "Latitude": 41.087382, "Longitude": -111.973612, "AVGBoard": 0, "AVGAlight": 0, "Route": "640, 627", "StopAbbr_J": "101001" }, "geometry": { "type": "Point", "coordinates": [ -111.973612000004593, 41.087382000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 503, "StopName": "800 W @ 705 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125306", "Latitude": 40.753763, "Longitude": -111.913811, "AVGBoard": 10, "AVGAlight": 4, "Route": "509", "StopAbbr_J": "125306" }, "geometry": { "type": "Point", "coordinates": [ -111.91381100000396, 40.753763000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 504, "StopName": "900 W @ 681 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125307", "Latitude": 40.754414, "Longitude": -111.916711, "AVGBoard": 3, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "125307" }, "geometry": { "type": "Point", "coordinates": [ -111.916711000003957, 40.754414000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 505, "StopName": "4800 W @ 4068 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134016", "Latitude": 40.682982, "Longitude": -112.005781, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134016" }, "geometry": { "type": "Point", "coordinates": [ -112.005781000004333, 40.682982000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 506, "StopName": "900 W @ 810 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125308", "Latitude": 40.751403, "Longitude": -111.916942, "AVGBoard": 8, "AVGAlight": 9, "Route": "513, 509", "StopAbbr_J": "125308" }, "geometry": { "type": "Point", "coordinates": [ -111.916942000004184, 40.751403000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 507, "StopName": "Hill Field Rd @ 1655 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101003", "Latitude": 41.083793, "Longitude": -111.973621, "AVGBoard": 1, "AVGAlight": 3, "Route": "640, 627", "StopAbbr_J": "101003" }, "geometry": { "type": "Point", "coordinates": [ -111.973621000004457, 41.083793000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 508, "StopName": "4800 W @ 4114 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134017", "Latitude": 40.681545, "Longitude": -112.005798, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134017" }, "geometry": { "type": "Point", "coordinates": [ -112.005798000003949, 40.681545000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 509, "StopName": "900 W @ 898 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125309", "Latitude": 40.750022, "Longitude": -111.916944, "AVGBoard": 2, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "125309" }, "geometry": { "type": "Point", "coordinates": [ -111.916944000004364, 40.750022000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 510, "StopName": "900 W @ Fayette Ave", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125310", "Latitude": 40.748105, "Longitude": -111.91695, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "125310" }, "geometry": { "type": "Point", "coordinates": [ -111.916950000003951, 40.748105000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 511, "StopName": "900 W @ 1122 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125312", "Latitude": 40.744726, "Longitude": -111.916986, "AVGBoard": 1, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "125312" }, "geometry": { "type": "Point", "coordinates": [ -111.916986000004243, 40.744726000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 512, "StopName": "900 W @ 1300 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125314", "Latitude": 40.741666, "Longitude": -111.916972, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "125314" }, "geometry": { "type": "Point", "coordinates": [ -111.916972000003994, 40.741666000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 513, "StopName": "2100 S @ 1483 W", "City": "Salt Lake City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "125329", "Latitude": 40.725806, "Longitude": -111.933102, "AVGBoard": 3, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "125329" }, "geometry": { "type": "Point", "coordinates": [ -111.933102000004013, 40.725806000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 514, "StopName": "Salt Lake Central Station (Bay A)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125332", "Latitude": 40.763076, "Longitude": -111.909114, "AVGBoard": 352, "AVGAlight": 6, "Route": "6, 520, 519, 513, 509, 220, 205, 2, 11", "StopAbbr_J": "125332" }, "geometry": { "type": "Point", "coordinates": [ -111.909114000004465, 40.763076000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 515, "StopName": "900 W @ 1364 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125360", "Latitude": 40.740091, "Longitude": -111.916985, "AVGBoard": 7, "AVGAlight": 3, "Route": "509", "StopAbbr_J": "125360" }, "geometry": { "type": "Point", "coordinates": [ -111.916985000004161, 40.740091000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 516, "StopName": "900 W @ 1492 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125361", "Latitude": 40.737193, "Longitude": -111.916964, "AVGBoard": 0, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "125361" }, "geometry": { "type": "Point", "coordinates": [ -111.916964000004228, 40.737193000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 517, "StopName": "900 W @ 1625 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125369", "Latitude": 40.734818, "Longitude": -111.916747, "AVGBoard": 12, "AVGAlight": 5, "Route": "509", "StopAbbr_J": "125369" }, "geometry": { "type": "Point", "coordinates": [ -111.916747000004236, 40.734818000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 518, "StopName": "900 W @ 1483 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125370", "Latitude": 40.737537, "Longitude": -111.916751, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "125370" }, "geometry": { "type": "Point", "coordinates": [ -111.916751000004567, 40.737537000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 519, "StopName": "900 W @ California Ave", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125371", "Latitude": 40.741116, "Longitude": -111.916761, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "125371" }, "geometry": { "type": "Point", "coordinates": [ -111.916761000004499, 40.741116000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 520, "StopName": "900 W @ Fremont St", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125373", "Latitude": 40.744683, "Longitude": -111.916751, "AVGBoard": 0, "AVGAlight": 0, "Route": "513, 509", "StopAbbr_J": "125373" }, "geometry": { "type": "Point", "coordinates": [ -111.916751000004567, 40.744683000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 521, "StopName": "900 W @ 973 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125375", "Latitude": 40.748213, "Longitude": -111.916747, "AVGBoard": 0, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "125375" }, "geometry": { "type": "Point", "coordinates": [ -111.916747000004236, 40.748213000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 522, "StopName": "900 W @ 895 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125376", "Latitude": 40.750081, "Longitude": -111.916705, "AVGBoard": 0, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "125376" }, "geometry": { "type": "Point", "coordinates": [ -111.916705000004356, 40.750081000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 523, "StopName": "900 W @ 600 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125378", "Latitude": 40.756735, "Longitude": -111.916733, "AVGBoard": 5, "AVGAlight": 3, "Route": "513, 509", "StopAbbr_J": "125378" }, "geometry": { "type": "Point", "coordinates": [ -111.916733000003973, 40.756735000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 524, "StopName": "900 W @ 400 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125380", "Latitude": 40.760255, "Longitude": -111.916729, "AVGBoard": 1, "AVGAlight": 7, "Route": "513, 509", "StopAbbr_J": "125380" }, "geometry": { "type": "Point", "coordinates": [ -111.916729000004551, 40.760255000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 525, "StopName": "West Temple @ 305 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125393", "Latitude": 40.762627, "Longitude": -111.893791, "AVGBoard": 1, "AVGAlight": 4, "Route": "4", "StopAbbr_J": "125393" }, "geometry": { "type": "Point", "coordinates": [ -111.893791000004683, 40.762627000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 526, "StopName": "200 S \/ Main St (EB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125404", "Latitude": 40.764917, "Longitude": -111.891442, "AVGBoard": 95, "AVGAlight": 50, "Route": "902, 6, 4, 220, 205, 2, 11", "StopAbbr_J": "125404" }, "geometry": { "type": "Point", "coordinates": [ -111.89144200000446, 40.764917000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 527, "StopName": "200 S \/ 200 W (WB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125405", "Latitude": 40.76512, "Longitude": -111.897682, "AVGBoard": 8, "AVGAlight": 56, "Route": "6, 220, 205, 2, 11", "StopAbbr_J": "125405" }, "geometry": { "type": "Point", "coordinates": [ -111.897682000003996, 40.765120000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 528, "StopName": "200 S \/ Main St (WB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125407", "Latitude": 40.765111, "Longitude": -111.892097, "AVGBoard": 48, "AVGAlight": 98, "Route": "902, 6, 4, 220, 205, 2, 11", "StopAbbr_J": "125407" }, "geometry": { "type": "Point", "coordinates": [ -111.892097000004711, 40.765111000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 529, "StopName": "200 S \/ 200 E (EB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "125408", "Latitude": 40.764872, "Longitude": -111.884906, "AVGBoard": 18, "AVGAlight": 10, "Route": "320, 307, 220, 205, 2", "StopAbbr_J": "125408" }, "geometry": { "type": "Point", "coordinates": [ -111.884906000004662, 40.76487200000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 530, "StopName": "California Ave @ 1000 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125409", "Latitude": 40.740587, "Longitude": -111.919065, "AVGBoard": 1, "AVGAlight": 6, "Route": "9, 513", "StopAbbr_J": "125409" }, "geometry": { "type": "Point", "coordinates": [ -111.919065000004608, 40.74058700000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 531, "StopName": "300 S @ 1346 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125410", "Latitude": 40.762881, "Longitude": -111.929892, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125410" }, "geometry": { "type": "Point", "coordinates": [ -111.929892000004443, 40.762881000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 532, "StopName": "300 S @ 1480 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125411", "Latitude": 40.762898, "Longitude": -111.933306, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125411" }, "geometry": { "type": "Point", "coordinates": [ -111.93330600000472, 40.762898000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 533, "StopName": "300 S @ 1487 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125420", "Latitude": 40.762751, "Longitude": -111.933399, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125420" }, "geometry": { "type": "Point", "coordinates": [ -111.933399000004343, 40.762751000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 534, "StopName": "300 S @ 1402 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125421", "Latitude": 40.762742, "Longitude": -111.931069, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125421" }, "geometry": { "type": "Point", "coordinates": [ -111.931069000004754, 40.762742000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 535, "StopName": "300 S @ 1327 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125422", "Latitude": 40.762733, "Longitude": -111.929178, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125422" }, "geometry": { "type": "Point", "coordinates": [ -111.929178000004669, 40.762733000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 536, "StopName": "400 S @ 306 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125425", "Latitude": 40.760797, "Longitude": -111.900272, "AVGBoard": 3, "AVGAlight": 6, "Route": "4", "StopAbbr_J": "125425" }, "geometry": { "type": "Point", "coordinates": [ -111.900272000004406, 40.76079700000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 537, "StopName": "400 S @ 450 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125427", "Latitude": 40.760789, "Longitude": -111.903883, "AVGBoard": 9, "AVGAlight": 8, "Route": "509, 4", "StopAbbr_J": "125427" }, "geometry": { "type": "Point", "coordinates": [ -111.903883000004825, 40.760789000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 538, "StopName": "200 S \/ 300 W (WB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125450", "Latitude": 40.765116, "Longitude": -111.900259, "AVGBoard": 4, "AVGAlight": 29, "Route": "6, 520, 519, 220, 205, 2, 11", "StopAbbr_J": "125450" }, "geometry": { "type": "Point", "coordinates": [ -111.90025900000424, 40.765116000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 539, "StopName": "900 E \/ 400 S (NB) for 900 East Stn", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "125452", "Latitude": 40.761078, "Longitude": -111.865186, "AVGBoard": 24, "AVGAlight": 51, "Route": null, "StopAbbr_J": "125452" }, "geometry": { "type": "Point", "coordinates": [ -111.865186000004158, 40.761078000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 540, "StopName": "900 E @ 290 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "125453", "Latitude": 40.763208, "Longitude": -111.865203, "AVGBoard": 3, "AVGAlight": 12, "Route": "209", "StopAbbr_J": "125453" }, "geometry": { "type": "Point", "coordinates": [ -111.865203000004669, 40.763208000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 541, "StopName": "900 W @ 400 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "125457", "Latitude": 40.760322, "Longitude": -111.916932, "AVGBoard": 1, "AVGAlight": 7, "Route": "513, 509", "StopAbbr_J": "125457" }, "geometry": { "type": "Point", "coordinates": [ -111.916932000004266, 40.760322000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 542, "StopName": "Arena Station (SB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125458", "Latitude": 40.769711, "Longitude": -111.899835, "AVGBoard": 2, "AVGAlight": 39, "Route": "520, 519, 451, 320, 307", "StopAbbr_J": "125458" }, "geometry": { "type": "Point", "coordinates": [ -111.899835000004202, 40.769711000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 543, "StopName": "400 W @ 311 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125468", "Latitude": 40.762441, "Longitude": -111.902371, "AVGBoard": 1, "AVGAlight": 16, "Route": "509", "StopAbbr_J": "125468" }, "geometry": { "type": "Point", "coordinates": [ -111.902371000004635, 40.762441000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 544, "StopName": "700 E @ 601 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126003", "Latitude": 40.756054, "Longitude": -111.870867, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126003" }, "geometry": { "type": "Point", "coordinates": [ -111.87086700000421, 40.756054000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 545, "StopName": "400 S @ 510 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126004", "Latitude": 40.760488, "Longitude": -111.876017, "AVGBoard": 9, "AVGAlight": 14, "Route": "455, 4", "StopAbbr_J": "126004" }, "geometry": { "type": "Point", "coordinates": [ -111.876017000004325, 40.760488000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 546, "StopName": "700 E @ 596 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126005", "Latitude": 40.756988, "Longitude": -111.871245, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126005" }, "geometry": { "type": "Point", "coordinates": [ -111.871245000004023, 40.756988000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 547, "StopName": "700 E @ 890 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126008", "Latitude": 40.750178, "Longitude": -111.871247, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126008" }, "geometry": { "type": "Point", "coordinates": [ -111.871247000004175, 40.750178000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 548, "StopName": "700 E @ 1316 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126012", "Latitude": 40.741146, "Longitude": -111.871364, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126012" }, "geometry": { "type": "Point", "coordinates": [ -111.871364000003979, 40.741146000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 549, "StopName": "700 E @ 1690 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126017", "Latitude": 40.733817, "Longitude": -111.871384, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126017" }, "geometry": { "type": "Point", "coordinates": [ -111.871384000004738, 40.733817000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 550, "StopName": "700 E @ 2098 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126022", "Latitude": 40.725679, "Longitude": -111.871414, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126022" }, "geometry": { "type": "Point", "coordinates": [ -111.871414000004506, 40.7256790000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 551, "StopName": "700 E @ 2101 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126029", "Latitude": 40.725242, "Longitude": -111.871031, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126029" }, "geometry": { "type": "Point", "coordinates": [ -111.87103100000428, 40.72524200000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 552, "StopName": "700 E @ 1697 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126032", "Latitude": 40.733965, "Longitude": -111.870994, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126032" }, "geometry": { "type": "Point", "coordinates": [ -111.870994000004828, 40.73396500000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 553, "StopName": "700 E @ 1305 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126037", "Latitude": 40.741461, "Longitude": -111.870991, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126037" }, "geometry": { "type": "Point", "coordinates": [ -111.87099100000458, 40.741461000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 554, "StopName": "700 E @ 903 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126042", "Latitude": 40.749568, "Longitude": -111.870977, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126042" }, "geometry": { "type": "Point", "coordinates": [ -111.870977000004302, 40.749568000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 555, "StopName": "1300 E @ 875 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126043", "Latitude": 40.750374, "Longitude": -111.853784, "AVGBoard": 3, "AVGAlight": 11, "Route": "220, 213", "StopAbbr_J": "126043" }, "geometry": { "type": "Point", "coordinates": [ -111.853784000004396, 40.750374000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 556, "StopName": "1300 E @ 525 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126046", "Latitude": 40.757785, "Longitude": -111.853709, "AVGBoard": 4, "AVGAlight": 4, "Route": "220, 213", "StopAbbr_J": "126046" }, "geometry": { "type": "Point", "coordinates": [ -111.853709000004457, 40.757785000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 557, "StopName": "1300 E @ 401 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126047", "Latitude": 40.760469, "Longitude": -111.853719, "AVGBoard": 4, "AVGAlight": 8, "Route": "455, 4, 220, 213", "StopAbbr_J": "126047" }, "geometry": { "type": "Point", "coordinates": [ -111.853719000004418, 40.760469000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 558, "StopName": "500 S @ 1090 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126051", "Latitude": 40.758311, "Longitude": -111.860048, "AVGBoard": 8, "AVGAlight": 10, "Route": "455, 4", "StopAbbr_J": "126051" }, "geometry": { "type": "Point", "coordinates": [ -111.860048000004141, 40.758311000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 559, "StopName": "100 S @ 785 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126055", "Latitude": 40.767304, "Longitude": -111.868757, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126055" }, "geometry": { "type": "Point", "coordinates": [ -111.868757000003953, 40.767304000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 560, "StopName": "100 S @ 705 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126056", "Latitude": 40.767312, "Longitude": -111.870721, "AVGBoard": 0, "AVGAlight": 2, "Route": "902", "StopAbbr_J": "126056" }, "geometry": { "type": "Point", "coordinates": [ -111.870721000004693, 40.76731200000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 561, "StopName": "500 S @ 1115 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126057", "Latitude": 40.758645, "Longitude": -111.859302, "AVGBoard": 9, "AVGAlight": 4, "Route": "455, 4", "StopAbbr_J": "126057" }, "geometry": { "type": "Point", "coordinates": [ -111.859302000004419, 40.758645000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 562, "StopName": "100 S @ 505 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126058", "Latitude": 40.767266, "Longitude": -111.876463, "AVGBoard": 0, "AVGAlight": 1, "Route": "902", "StopAbbr_J": "126058" }, "geometry": { "type": "Point", "coordinates": [ -111.876463000004392, 40.767266000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 563, "StopName": "200 S \/ 300 E (EB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126061", "Latitude": 40.764899, "Longitude": -111.882798, "AVGBoard": 33, "AVGAlight": 17, "Route": "320, 307, 220, 205, 2", "StopAbbr_J": "126061" }, "geometry": { "type": "Point", "coordinates": [ -111.882798000004598, 40.764899000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 564, "StopName": "400 S @ 545 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126064", "Latitude": 40.760837, "Longitude": -111.875584, "AVGBoard": 15, "AVGAlight": 13, "Route": "455, 4", "StopAbbr_J": "126064" }, "geometry": { "type": "Point", "coordinates": [ -111.875584000004451, 40.760837000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 565, "StopName": "200 E @ 312 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126072", "Latitude": 40.762535, "Longitude": -111.885513, "AVGBoard": 1, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "126072" }, "geometry": { "type": "Point", "coordinates": [ -111.885513000004579, 40.762535000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 566, "StopName": "200 S \/ 400 E (WB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126079", "Latitude": 40.765114, "Longitude": -111.879374, "AVGBoard": 13, "AVGAlight": 17, "Route": "320, 307, 220, 205, 2", "StopAbbr_J": "126079" }, "geometry": { "type": "Point", "coordinates": [ -111.879374000004375, 40.76511400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 567, "StopName": "200 S \/ 300 E (WB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126080", "Latitude": 40.765137, "Longitude": -111.882205, "AVGBoard": 26, "AVGAlight": 27, "Route": "320, 307, 220, 205, 2", "StopAbbr_J": "126080" }, "geometry": { "type": "Point", "coordinates": [ -111.882205000004063, 40.76513700000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 568, "StopName": "1300 E @ 1749 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126083", "Latitude": 40.732436, "Longitude": -111.853783, "AVGBoard": 2, "AVGAlight": 2, "Route": "220", "StopAbbr_J": "126083" }, "geometry": { "type": "Point", "coordinates": [ -111.853783000004313, 40.732436000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 569, "StopName": "1300 E @ 1625 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126084", "Latitude": 40.734296, "Longitude": -111.853763, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126084" }, "geometry": { "type": "Point", "coordinates": [ -111.853763000004449, 40.734296000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 570, "StopName": "1300 E @ 1565 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126085", "Latitude": 40.735439, "Longitude": -111.853754, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126085" }, "geometry": { "type": "Point", "coordinates": [ -111.853754000004599, 40.735439000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 571, "StopName": "1300 E @ 1505 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126086", "Latitude": 40.737064, "Longitude": -111.853743, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126086" }, "geometry": { "type": "Point", "coordinates": [ -111.853743000004599, 40.737064000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 572, "StopName": "1300 E @ 1419 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126087", "Latitude": 40.738781, "Longitude": -111.853781, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126087" }, "geometry": { "type": "Point", "coordinates": [ -111.853781000004147, 40.73878100000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 573, "StopName": "1300 E @ 1335 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126088", "Latitude": 40.740621, "Longitude": -111.853805, "AVGBoard": 1, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "126088" }, "geometry": { "type": "Point", "coordinates": [ -111.853805000004328, 40.740621000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 574, "StopName": "1300 E @ 1165 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126090", "Latitude": 40.743455, "Longitude": -111.853796, "AVGBoard": 1, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "126090" }, "geometry": { "type": "Point", "coordinates": [ -111.853796000004479, 40.743455000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 575, "StopName": "1300 E @ 1079 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126092", "Latitude": 40.745989, "Longitude": -111.853805, "AVGBoard": 1, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126092" }, "geometry": { "type": "Point", "coordinates": [ -111.853805000004328, 40.745989000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 576, "StopName": "500 E @ 2110 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126094", "Latitude": 40.725107, "Longitude": -111.876935, "AVGBoard": 19, "AVGAlight": 23, "Route": "205", "StopAbbr_J": "126094" }, "geometry": { "type": "Point", "coordinates": [ -111.876935000004806, 40.725107000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 577, "StopName": "500 E @ 2320 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126097", "Latitude": 40.720365, "Longitude": -111.876928, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "126097" }, "geometry": { "type": "Point", "coordinates": [ -111.876928000004213, 40.720365000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 578, "StopName": "500 E @ 2460 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126099", "Latitude": 40.717189, "Longitude": -111.876936, "AVGBoard": 0, "AVGAlight": 2, "Route": "205", "StopAbbr_J": "126099" }, "geometry": { "type": "Point", "coordinates": [ -111.876936000003965, 40.717189000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 579, "StopName": "500 E @ 2455 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126100", "Latitude": 40.717335, "Longitude": -111.876795, "AVGBoard": 1, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "126100" }, "geometry": { "type": "Point", "coordinates": [ -111.87679500000398, 40.717335000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 580, "StopName": "500 E @ 2315 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126102", "Latitude": 40.720342, "Longitude": -111.876777, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "126102" }, "geometry": { "type": "Point", "coordinates": [ -111.87677700000431, 40.720342000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 581, "StopName": "500 E @ 2125 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126105", "Latitude": 40.724747, "Longitude": -111.876755, "AVGBoard": 9, "AVGAlight": 15, "Route": "205", "StopAbbr_J": "126105" }, "geometry": { "type": "Point", "coordinates": [ -111.87675500000428, 40.724747000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 582, "StopName": "500 E @ 1979 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126107", "Latitude": 40.727021, "Longitude": -111.876752, "AVGBoard": 0, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "126107" }, "geometry": { "type": "Point", "coordinates": [ -111.876752000004032, 40.727021000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 583, "StopName": "500 E @ 1897 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126108", "Latitude": 40.728855, "Longitude": -111.876748, "AVGBoard": 0, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "126108" }, "geometry": { "type": "Point", "coordinates": [ -111.876748000004596, 40.728855000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 584, "StopName": "500 E @ 1777 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126110", "Latitude": 40.731693, "Longitude": -111.876751, "AVGBoard": 1, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "126110" }, "geometry": { "type": "Point", "coordinates": [ -111.876751000003964, 40.73169300000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 585, "StopName": "500 E @ 1657 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126111", "Latitude": 40.733843, "Longitude": -111.876715, "AVGBoard": 9, "AVGAlight": 5, "Route": null, "StopAbbr_J": "126111" }, "geometry": { "type": "Point", "coordinates": [ -111.876715000004566, 40.733843000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 586, "StopName": "500 E @ 1521 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126113", "Latitude": 40.736653, "Longitude": -111.876747, "AVGBoard": 4, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "126113" }, "geometry": { "type": "Point", "coordinates": [ -111.876747000004499, 40.736653000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 587, "StopName": "500 E @ 1445 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126114", "Latitude": 40.738195, "Longitude": -111.876745, "AVGBoard": 2, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "126114" }, "geometry": { "type": "Point", "coordinates": [ -111.876745000004362, 40.738195000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 588, "StopName": "500 E @ 1301 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126116", "Latitude": 40.741483, "Longitude": -111.87676, "AVGBoard": 8, "AVGAlight": 4, "Route": "205", "StopAbbr_J": "126116" }, "geometry": { "type": "Point", "coordinates": [ -111.876760000004694, 40.741483000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 589, "StopName": "500 E @ 1111 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126118", "Latitude": 40.744854, "Longitude": -111.876735, "AVGBoard": 4, "AVGAlight": 6, "Route": "205", "StopAbbr_J": "126118" }, "geometry": { "type": "Point", "coordinates": [ -111.876735000004416, 40.744854000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 590, "StopName": "500 E @ 1043 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126119", "Latitude": 40.746383, "Longitude": -111.876718, "AVGBoard": 3, "AVGAlight": 2, "Route": "205", "StopAbbr_J": "126119" }, "geometry": { "type": "Point", "coordinates": [ -111.876718000003919, 40.746383000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 591, "StopName": "900 E @ 1477 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126121", "Latitude": 40.737492, "Longitude": -111.865286, "AVGBoard": 2, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126121" }, "geometry": { "type": "Point", "coordinates": [ -111.865286000004346, 40.737492000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 592, "StopName": "500 E @ 803 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126122", "Latitude": 40.751742, "Longitude": -111.876711, "AVGBoard": 7, "AVGAlight": 4, "Route": "205", "StopAbbr_J": "126122" }, "geometry": { "type": "Point", "coordinates": [ -111.876711000004235, 40.7517420000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 593, "StopName": "500 E @ 701 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126123", "Latitude": 40.75392, "Longitude": -111.87671, "AVGBoard": 7, "AVGAlight": 6, "Route": "205", "StopAbbr_J": "126123" }, "geometry": { "type": "Point", "coordinates": [ -111.876710000004138, 40.753920000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 594, "StopName": "500 E @ 603 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126124", "Latitude": 40.756164, "Longitude": -111.876704, "AVGBoard": 7, "AVGAlight": 5, "Route": "205", "StopAbbr_J": "126124" }, "geometry": { "type": "Point", "coordinates": [ -111.876704000004551, 40.75616400000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 595, "StopName": "500 E @ 511 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126125", "Latitude": 40.758274, "Longitude": -111.876712, "AVGBoard": 4, "AVGAlight": 15, "Route": "205", "StopAbbr_J": "126125" }, "geometry": { "type": "Point", "coordinates": [ -111.876712000004318, 40.758274000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 596, "StopName": "500 E @ 422 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126126", "Latitude": 40.759963, "Longitude": -111.876909, "AVGBoard": 33, "AVGAlight": 25, "Route": null, "StopAbbr_J": "126126" }, "geometry": { "type": "Point", "coordinates": [ -111.876909000004432, 40.759963000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 597, "StopName": "500 E @ 516 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126127", "Latitude": 40.757923, "Longitude": -111.876913, "AVGBoard": 14, "AVGAlight": 5, "Route": null, "StopAbbr_J": "126127" }, "geometry": { "type": "Point", "coordinates": [ -111.876913000004762, 40.75792300000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 598, "StopName": "500 E @ 612 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126128", "Latitude": 40.755962, "Longitude": -111.87691, "AVGBoard": 5, "AVGAlight": 3, "Route": null, "StopAbbr_J": "126128" }, "geometry": { "type": "Point", "coordinates": [ -111.876910000004528, 40.755962000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 599, "StopName": "500 E @ 704 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126129", "Latitude": 40.753762, "Longitude": -111.876891, "AVGBoard": 8, "AVGAlight": 7, "Route": "205", "StopAbbr_J": "126129" }, "geometry": { "type": "Point", "coordinates": [ -111.876891000004761, 40.753762000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 600, "StopName": "500 E @ 790 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126130", "Latitude": 40.752236, "Longitude": -111.876883, "AVGBoard": 5, "AVGAlight": 4, "Route": "205", "StopAbbr_J": "126130" }, "geometry": { "type": "Point", "coordinates": [ -111.876883000004085, 40.752236000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 601, "StopName": "500 E @ 1104 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126133", "Latitude": 40.744985, "Longitude": -111.876851, "AVGBoard": 5, "AVGAlight": 2, "Route": "205", "StopAbbr_J": "126133" }, "geometry": { "type": "Point", "coordinates": [ -111.876851000004123, 40.744985000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 602, "StopName": "500 E @ 1320 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126135", "Latitude": 40.741046, "Longitude": -111.876882, "AVGBoard": 5, "AVGAlight": 6, "Route": "205", "StopAbbr_J": "126135" }, "geometry": { "type": "Point", "coordinates": [ -111.876882000003988, 40.741046000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 603, "StopName": "500 E @ 1426 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126137", "Latitude": 40.738604, "Longitude": -111.876847, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "126137" }, "geometry": { "type": "Point", "coordinates": [ -111.876847000004702, 40.738604000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 604, "StopName": "500 E @ 1520 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126138", "Latitude": 40.736554, "Longitude": -111.876955, "AVGBoard": 2, "AVGAlight": 6, "Route": "205", "StopAbbr_J": "126138" }, "geometry": { "type": "Point", "coordinates": [ -111.876955000004656, 40.736554000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 605, "StopName": "500 E @ 1710 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126140", "Latitude": 40.733241, "Longitude": -111.876867, "AVGBoard": 4, "AVGAlight": 8, "Route": "205", "StopAbbr_J": "126140" }, "geometry": { "type": "Point", "coordinates": [ -111.876867000004566, 40.733241000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 606, "StopName": "500 E @ 1820 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126142", "Latitude": 40.730828, "Longitude": -111.876823, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "126142" }, "geometry": { "type": "Point", "coordinates": [ -111.876823000004507, 40.730828000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 607, "StopName": "500 E @ 1896 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126143", "Latitude": 40.729058, "Longitude": -111.876823, "AVGBoard": 0, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "126143" }, "geometry": { "type": "Point", "coordinates": [ -111.876823000004507, 40.729058000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 608, "StopName": "500 E @ 1964 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126144", "Latitude": 40.727352, "Longitude": -111.876843, "AVGBoard": 0, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "126144" }, "geometry": { "type": "Point", "coordinates": [ -111.876843000004371, 40.727352000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 609, "StopName": "900 E \/ 400 S (SB) for 900 East Stn", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126190", "Latitude": 40.760119, "Longitude": -111.865442, "AVGBoard": 54, "AVGAlight": 18, "Route": null, "StopAbbr_J": "126190" }, "geometry": { "type": "Point", "coordinates": [ -111.865442000004691, 40.760119000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 610, "StopName": "900 E @ 470 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126191", "Latitude": 40.758814, "Longitude": -111.865427, "AVGBoard": 4, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126191" }, "geometry": { "type": "Point", "coordinates": [ -111.865427000004331, 40.758814000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 611, "StopName": "900 E @ 578 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126192", "Latitude": 40.75653, "Longitude": -111.865436, "AVGBoard": 5, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126192" }, "geometry": { "type": "Point", "coordinates": [ -111.865436000004195, 40.756530000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 612, "StopName": "State St @ 1029 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126193", "Latitude": 40.746677, "Longitude": -111.888041, "AVGBoard": 13, "AVGAlight": 28, "Route": "200", "StopAbbr_J": "126193" }, "geometry": { "type": "Point", "coordinates": [ -111.88804100000435, 40.746677000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 613, "StopName": "900 E @ 806 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126194", "Latitude": 40.751539, "Longitude": -111.865459, "AVGBoard": 16, "AVGAlight": 23, "Route": "209", "StopAbbr_J": "126194" }, "geometry": { "type": "Point", "coordinates": [ -111.865459000004279, 40.751539000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 614, "StopName": "900 E @ 910 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126195", "Latitude": 40.749496, "Longitude": -111.865451, "AVGBoard": 19, "AVGAlight": 10, "Route": "209", "StopAbbr_J": "126195" }, "geometry": { "type": "Point", "coordinates": [ -111.865451000004526, 40.749496000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 615, "StopName": "900 E. @ 962 S.", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126196", "Latitude": 40.748172, "Longitude": -111.865433, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126196" }, "geometry": { "type": "Point", "coordinates": [ -111.865433000003932, 40.748172000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 616, "StopName": "900 E @ 1040 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126197", "Latitude": 40.746482, "Longitude": -111.865411, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "126197" }, "geometry": { "type": "Point", "coordinates": [ -111.865411000004812, 40.746482000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 617, "StopName": "900 E @ 1086 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126198", "Latitude": 40.745499, "Longitude": -111.865415, "AVGBoard": 1, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126198" }, "geometry": { "type": "Point", "coordinates": [ -111.865415000004248, 40.745499000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 618, "StopName": "900 E @ 1140 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126199", "Latitude": 40.744165, "Longitude": -111.865389, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "126199" }, "geometry": { "type": "Point", "coordinates": [ -111.865389000004782, 40.744165000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 619, "StopName": "900 E @ 1298 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126200", "Latitude": 40.741798, "Longitude": -111.865425, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "126200" }, "geometry": { "type": "Point", "coordinates": [ -111.86542500000418, 40.741798000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 620, "StopName": "900 E @ 1426 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126201", "Latitude": 40.73874, "Longitude": -111.865395, "AVGBoard": 4, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "126201" }, "geometry": { "type": "Point", "coordinates": [ -111.865395000004369, 40.738740000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 621, "StopName": "900 E @ 1554 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126202", "Latitude": 40.735709, "Longitude": -111.865417, "AVGBoard": 2, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "126202" }, "geometry": { "type": "Point", "coordinates": [ -111.865417000004413, 40.735709000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 622, "StopName": "900 E @ 1660 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126203", "Latitude": 40.733935, "Longitude": -111.865439, "AVGBoard": 10, "AVGAlight": 9, "Route": "209", "StopAbbr_J": "126203" }, "geometry": { "type": "Point", "coordinates": [ -111.865439000004429, 40.733935000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 623, "StopName": "900 E @ 1776 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126204", "Latitude": 40.731687, "Longitude": -111.865402, "AVGBoard": 2, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126204" }, "geometry": { "type": "Point", "coordinates": [ -111.865402000004053, 40.731687000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 624, "StopName": "900 E @ 1864 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126205", "Latitude": 40.729515, "Longitude": -111.865405, "AVGBoard": 0, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "126205" }, "geometry": { "type": "Point", "coordinates": [ -111.86540500000433, 40.729515000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 625, "StopName": "900 E @ 1964 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126206", "Latitude": 40.727474, "Longitude": -111.865415, "AVGBoard": 5, "AVGAlight": 7, "Route": "209", "StopAbbr_J": "126206" }, "geometry": { "type": "Point", "coordinates": [ -111.865415000004248, 40.727474000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 626, "StopName": "Sugarmont Station (SB)", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126208", "Latitude": 40.723064, "Longitude": -111.865451, "AVGBoard": 11, "AVGAlight": 9, "Route": "209", "StopAbbr_J": "126208" }, "geometry": { "type": "Point", "coordinates": [ -111.865451000004526, 40.72306400000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 627, "StopName": "900 E @ 2398 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126210", "Latitude": 40.718645, "Longitude": -111.865502, "AVGBoard": 2, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126210" }, "geometry": { "type": "Point", "coordinates": [ -111.865502000004255, 40.718645000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 628, "StopName": "900 E @ 2325 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126213", "Latitude": 40.720335, "Longitude": -111.865319, "AVGBoard": 2, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "126213" }, "geometry": { "type": "Point", "coordinates": [ -111.865319000004391, 40.720335000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 629, "StopName": "900 E @ 1975 S", "City": null, "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126216", "Latitude": 40.727052, "Longitude": -111.865271, "AVGBoard": 9, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "126216" }, "geometry": { "type": "Point", "coordinates": [ -111.865271000004, 40.727052000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 630, "StopName": "900 E @ 1865 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126217", "Latitude": 40.72975, "Longitude": -111.865294, "AVGBoard": 1, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "126217" }, "geometry": { "type": "Point", "coordinates": [ -111.865294000004113, 40.729750000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 631, "StopName": "900 E @ 1785 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126218", "Latitude": 40.731478, "Longitude": -111.865304, "AVGBoard": 3, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "126218" }, "geometry": { "type": "Point", "coordinates": [ -111.865304000004045, 40.73147800000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 632, "StopName": "900 E @ 1701 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126219", "Latitude": 40.733365, "Longitude": -111.865271, "AVGBoard": 9, "AVGAlight": 8, "Route": "209", "StopAbbr_J": "126219" }, "geometry": { "type": "Point", "coordinates": [ -111.865271000004, 40.733365000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 633, "StopName": "900 E @ 1547 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126220", "Latitude": 40.735877, "Longitude": -111.865278, "AVGBoard": 3, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126220" }, "geometry": { "type": "Point", "coordinates": [ -111.865278000004594, 40.735877000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 634, "StopName": "State St @ 1120 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126221", "Latitude": 40.744527, "Longitude": -111.888419, "AVGBoard": 10, "AVGAlight": 14, "Route": "200", "StopAbbr_J": "126221" }, "geometry": { "type": "Point", "coordinates": [ -111.888419000004149, 40.744527000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 635, "StopName": "900 E @ 1411 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126222", "Latitude": 40.738914, "Longitude": -111.865274, "AVGBoard": 2, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126222" }, "geometry": { "type": "Point", "coordinates": [ -111.865274000004263, 40.738914000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 636, "StopName": "900 E @ 1155 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126223", "Latitude": 40.743764, "Longitude": -111.865263, "AVGBoard": 1, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "126223" }, "geometry": { "type": "Point", "coordinates": [ -111.865263000004248, 40.743764000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 637, "StopName": "1100 E @ 598 S", "City": "Salt Lake City", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "126226", "Latitude": 40.756472, "Longitude": -111.859709, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126226" }, "geometry": { "type": "Point", "coordinates": [ -111.859709000003946, 40.756472000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 638, "StopName": "1100 E @ 664 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126227", "Latitude": 40.754706, "Longitude": -111.859711, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126227" }, "geometry": { "type": "Point", "coordinates": [ -111.859711000004111, 40.754706000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 639, "StopName": "1100 E @ 909 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126228", "Latitude": 40.749459, "Longitude": -111.859452, "AVGBoard": 0, "AVGAlight": 3, "Route": "213", "StopAbbr_J": "126228" }, "geometry": { "type": "Point", "coordinates": [ -111.859452000004239, 40.749459000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 640, "StopName": "1100 E @ 978 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126229", "Latitude": 40.74789, "Longitude": -111.85964, "AVGBoard": 2, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126229" }, "geometry": { "type": "Point", "coordinates": [ -111.859640000004518, 40.747890000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 641, "StopName": "1100 E @ 1078 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126230", "Latitude": 40.745864, "Longitude": -111.859659, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126230" }, "geometry": { "type": "Point", "coordinates": [ -111.859659000004299, 40.745864000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 642, "StopName": "1100 E @ 1148 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126231", "Latitude": 40.744023, "Longitude": -111.85967, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126231" }, "geometry": { "type": "Point", "coordinates": [ -111.8596700000043, 40.744023000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 643, "StopName": "1100 E @ 1330 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126232", "Latitude": 40.740898, "Longitude": -111.859699, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126232" }, "geometry": { "type": "Point", "coordinates": [ -111.859699000004014, 40.740898000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 644, "StopName": "1100 E @ 1450 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126233", "Latitude": 40.738166, "Longitude": -111.859699, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126233" }, "geometry": { "type": "Point", "coordinates": [ -111.859699000004014, 40.738166000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 645, "StopName": "1100 E @ 1526 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126234", "Latitude": 40.736505, "Longitude": -111.85972, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126234" }, "geometry": { "type": "Point", "coordinates": [ -111.859720000003946, 40.736505000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 646, "StopName": "1100 E @ 1616 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126235", "Latitude": 40.734569, "Longitude": -111.859723, "AVGBoard": 2, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126235" }, "geometry": { "type": "Point", "coordinates": [ -111.859723000004195, 40.734569000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 647, "StopName": "1100 E @ 1730 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126236", "Latitude": 40.732688, "Longitude": -111.859732, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126236" }, "geometry": { "type": "Point", "coordinates": [ -111.859732000004058, 40.732688000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 648, "StopName": "1100 E @ 1890 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126238", "Latitude": 40.728968, "Longitude": -111.859692, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126238" }, "geometry": { "type": "Point", "coordinates": [ -111.85969200000433, 40.728968000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 649, "StopName": "1100 E @ 1948 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126239", "Latitude": 40.727841, "Longitude": -111.859717, "AVGBoard": 3, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126239" }, "geometry": { "type": "Point", "coordinates": [ -111.859717000004608, 40.727841000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 650, "StopName": "Highland Dr @ 2230 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126241", "Latitude": 40.722185, "Longitude": -111.858678, "AVGBoard": 3, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126241" }, "geometry": { "type": "Point", "coordinates": [ -111.858678000004019, 40.722185000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 651, "StopName": "Highland Dr @ 2308 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126242", "Latitude": 40.72075, "Longitude": -111.857986, "AVGBoard": 5, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "126242" }, "geometry": { "type": "Point", "coordinates": [ -111.857986000004274, 40.72075000000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 652, "StopName": "Highland Dr @ 2440 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126243", "Latitude": 40.718384, "Longitude": -111.856999, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126243" }, "geometry": { "type": "Point", "coordinates": [ -111.856999000004379, 40.718384000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 653, "StopName": "900 E @ 1093 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126244", "Latitude": 40.74522, "Longitude": -111.865281, "AVGBoard": 2, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "126244" }, "geometry": { "type": "Point", "coordinates": [ -111.865281000003947, 40.745220000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 654, "StopName": "900 E @ 1033 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126245", "Latitude": 40.746647, "Longitude": -111.865282, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "126245" }, "geometry": { "type": "Point", "coordinates": [ -111.865282000004015, 40.746647000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 655, "StopName": "900 E @ 977 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126246", "Latitude": 40.747904, "Longitude": -111.865279, "AVGBoard": 1, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "126246" }, "geometry": { "type": "Point", "coordinates": [ -111.865279000004662, 40.747904000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 656, "StopName": "900 E @ 905 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126247", "Latitude": 40.749576, "Longitude": -111.865254, "AVGBoard": 11, "AVGAlight": 20, "Route": "209", "StopAbbr_J": "126247" }, "geometry": { "type": "Point", "coordinates": [ -111.865254000004384, 40.749576000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 657, "StopName": "900 E @ 801 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126248", "Latitude": 40.751739, "Longitude": -111.865235, "AVGBoard": 15, "AVGAlight": 8, "Route": "209", "StopAbbr_J": "126248" }, "geometry": { "type": "Point", "coordinates": [ -111.865235000004631, 40.751739000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 658, "StopName": "900 E @ 705 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126249", "Latitude": 40.75391, "Longitude": -111.865257, "AVGBoard": 4, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "126249" }, "geometry": { "type": "Point", "coordinates": [ -111.865257000004661, 40.753910000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 659, "StopName": "900 E @ 601 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126250", "Latitude": 40.756089, "Longitude": -111.86526, "AVGBoard": 2, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "126250" }, "geometry": { "type": "Point", "coordinates": [ -111.865260000004, 40.756089000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 660, "StopName": "900 E @ 505 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126251", "Latitude": 40.758294, "Longitude": -111.865256, "AVGBoard": 6, "AVGAlight": 7, "Route": "209", "StopAbbr_J": "126251" }, "geometry": { "type": "Point", "coordinates": [ -111.865256000004564, 40.758294000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 661, "StopName": "State St @ 2085 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126252", "Latitude": 40.725869, "Longitude": -111.888048, "AVGBoard": 59, "AVGAlight": 34, "Route": "200", "StopAbbr_J": "126252" }, "geometry": { "type": "Point", "coordinates": [ -111.888048000004005, 40.725869000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 662, "StopName": "100 S @ 110 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126259", "Latitude": 40.767045, "Longitude": -111.887005, "AVGBoard": 55, "AVGAlight": 13, "Route": "209", "StopAbbr_J": "126259" }, "geometry": { "type": "Point", "coordinates": [ -111.887005000003995, 40.767045000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 663, "StopName": "Stadium Station (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126261", "Latitude": 40.760546, "Longitude": -111.851398, "AVGBoard": 15, "AVGAlight": 19, "Route": "473, 455, 4, 354, 313, 3, 2X, 213", "StopAbbr_J": "126261" }, "geometry": { "type": "Point", "coordinates": [ -111.851398000004679, 40.76054600000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 664, "StopName": "U South Campus Station (WB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "126262", "Latitude": 40.760834, "Longitude": -111.838228, "AVGBoard": 3, "AVGAlight": 17, "Route": "9, 473, 455, 2X, 213, 17", "StopAbbr_J": "126262" }, "geometry": { "type": "Point", "coordinates": [ -111.838228000004221, 40.760834000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 665, "StopName": "U South Campus Station (WB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "126263", "Latitude": 40.761201, "Longitude": -111.838088, "AVGBoard": 3, "AVGAlight": 17, "Route": "9, 473, 455, 2X, 213, 17", "StopAbbr_J": "126263" }, "geometry": { "type": "Point", "coordinates": [ -111.838088000004305, 40.761201000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 666, "StopName": "900 S @ 316 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126269", "Latitude": 40.749711, "Longitude": -111.882062, "AVGBoard": 13, "AVGAlight": 13, "Route": "9", "StopAbbr_J": "126269" }, "geometry": { "type": "Point", "coordinates": [ -111.882062000003927, 40.749711000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 667, "StopName": "900 S @ 375 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126270", "Latitude": 40.749882, "Longitude": -111.880042, "AVGBoard": 7, "AVGAlight": 4, "Route": null, "StopAbbr_J": "126270" }, "geometry": { "type": "Point", "coordinates": [ -111.88004200000394, 40.749882000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 668, "StopName": "900 S @ 780 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126271", "Latitude": 40.749705, "Longitude": -111.868602, "AVGBoard": 4, "AVGAlight": 4, "Route": "9", "StopAbbr_J": "126271" }, "geometry": { "type": "Point", "coordinates": [ -111.868602000004614, 40.74970500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 669, "StopName": "1500 E @ 998 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126272", "Latitude": 40.747388, "Longitude": -111.848056, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126272" }, "geometry": { "type": "Point", "coordinates": [ -111.848056000004064, 40.747388000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 670, "StopName": "1500 E @ 1080 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126273", "Latitude": 40.745453, "Longitude": -111.84806, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126273" }, "geometry": { "type": "Point", "coordinates": [ -111.848060000004409, 40.745453000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 671, "StopName": "1500 E @ 1164 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126274", "Latitude": 40.74361, "Longitude": -111.848074, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126274" }, "geometry": { "type": "Point", "coordinates": [ -111.848074000004644, 40.743610000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 672, "StopName": "1500 E @ 1298 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126275", "Latitude": 40.741914, "Longitude": -111.848068, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126275" }, "geometry": { "type": "Point", "coordinates": [ -111.848068000004162, 40.741914000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 673, "StopName": "1500 E @ 1378 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126276", "Latitude": 40.740124, "Longitude": -111.848026, "AVGBoard": 0, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "126276" }, "geometry": { "type": "Point", "coordinates": [ -111.848026000004268, 40.740124000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 674, "StopName": "1500 E @ 1420 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126277", "Latitude": 40.738825, "Longitude": -111.848007, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126277" }, "geometry": { "type": "Point", "coordinates": [ -111.8480070000045, 40.738825000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 675, "StopName": "1500 E @ 1498 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126278", "Latitude": 40.737294, "Longitude": -111.84804, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126278" }, "geometry": { "type": "Point", "coordinates": [ -111.848040000004531, 40.737294000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 676, "StopName": "1500 E @ 1568 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126279", "Latitude": 40.73544, "Longitude": -111.848047, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126279" }, "geometry": { "type": "Point", "coordinates": [ -111.848047000004215, 40.735440000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 677, "StopName": "1500 E @ 1569 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126288", "Latitude": 40.735238, "Longitude": -111.847958, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126288" }, "geometry": { "type": "Point", "coordinates": [ -111.847958000004041, 40.735238000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 678, "StopName": "1500 E @ 1505 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126289", "Latitude": 40.737059, "Longitude": -111.847933, "AVGBoard": 0, "AVGAlight": 2, "Route": "17", "StopAbbr_J": "126289" }, "geometry": { "type": "Point", "coordinates": [ -111.847933000004673, 40.73705900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 679, "StopName": "1500 E @ 1429 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126290", "Latitude": 40.738666, "Longitude": -111.84792, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126290" }, "geometry": { "type": "Point", "coordinates": [ -111.847920000004493, 40.738666000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 680, "StopName": "1500 E @ 1381 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126291", "Latitude": 40.739865, "Longitude": -111.847921, "AVGBoard": 1, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126291" }, "geometry": { "type": "Point", "coordinates": [ -111.847921000004575, 40.739865000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 681, "StopName": "1500 E @ 1305 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126292", "Latitude": 40.741318, "Longitude": -111.847922, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126292" }, "geometry": { "type": "Point", "coordinates": [ -111.847922000004658, 40.741318000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 682, "StopName": "900 S @ 498 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126294", "Latitude": 40.749708, "Longitude": -111.877063, "AVGBoard": 12, "AVGAlight": 20, "Route": "9", "StopAbbr_J": "126294" }, "geometry": { "type": "Point", "coordinates": [ -111.877063000004611, 40.749708000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 683, "StopName": "900 S @ 598 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126295", "Latitude": 40.749691, "Longitude": -111.874211, "AVGBoard": 2, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "126295" }, "geometry": { "type": "Point", "coordinates": [ -111.874211000004081, 40.749691000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 684, "StopName": "900 S @ 686 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126296", "Latitude": 40.749662, "Longitude": -111.872117, "AVGBoard": 4, "AVGAlight": 2, "Route": "9", "StopAbbr_J": "126296" }, "geometry": { "type": "Point", "coordinates": [ -111.87211700000428, 40.749662000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 685, "StopName": "900 S @ 998 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126297", "Latitude": 40.749711, "Longitude": -111.862641, "AVGBoard": 0, "AVGAlight": 0, "Route": "9", "StopAbbr_J": "126297" }, "geometry": { "type": "Point", "coordinates": [ -111.862641000004785, 40.749711000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 686, "StopName": "900 S @ 1085 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126298", "Latitude": 40.749711, "Longitude": -111.859993, "AVGBoard": 1, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "126298" }, "geometry": { "type": "Point", "coordinates": [ -111.859993000004081, 40.749711000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 687, "StopName": "900 S @ 1402 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126301", "Latitude": 40.749666, "Longitude": -111.851083, "AVGBoard": 1, "AVGAlight": 1, "Route": "9", "StopAbbr_J": "126301" }, "geometry": { "type": "Point", "coordinates": [ -111.851083000004678, 40.749666000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 688, "StopName": "900 S @ 1524 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126302", "Latitude": 40.749735, "Longitude": -111.847511, "AVGBoard": 1, "AVGAlight": 1, "Route": "9", "StopAbbr_J": "126302" }, "geometry": { "type": "Point", "coordinates": [ -111.847511000004801, 40.749735000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 689, "StopName": "900 S @ 1578 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126303", "Latitude": 40.749746, "Longitude": -111.845748, "AVGBoard": 0, "AVGAlight": 0, "Route": "9, 17", "StopAbbr_J": "126303" }, "geometry": { "type": "Point", "coordinates": [ -111.845748000004519, 40.749746000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 690, "StopName": "900 S @ 1477 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126309", "Latitude": 40.749856, "Longitude": -111.848504, "AVGBoard": 0, "AVGAlight": 0, "Route": "9", "StopAbbr_J": "126309" }, "geometry": { "type": "Point", "coordinates": [ -111.848504000004283, 40.749856000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 691, "StopName": "900 S @ 1401 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126310", "Latitude": 40.749778, "Longitude": -111.850968, "AVGBoard": 0, "AVGAlight": 0, "Route": "9", "StopAbbr_J": "126310" }, "geometry": { "type": "Point", "coordinates": [ -111.850968000004158, 40.749778000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 692, "StopName": "900 S @ 1101 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126313", "Latitude": 40.749865, "Longitude": -111.859223, "AVGBoard": 5, "AVGAlight": 1, "Route": "9, 213", "StopAbbr_J": "126313" }, "geometry": { "type": "Point", "coordinates": [ -111.859223000004164, 40.749865000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 693, "StopName": "900 S @ 991 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126314", "Latitude": 40.749892, "Longitude": -111.862592, "AVGBoard": 4, "AVGAlight": 2, "Route": null, "StopAbbr_J": "126314" }, "geometry": { "type": "Point", "coordinates": [ -111.862592000004341, 40.749892000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 694, "StopName": "900 S @ 901 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126315", "Latitude": 40.749936, "Longitude": -111.865079, "AVGBoard": 17, "AVGAlight": 9, "Route": "9", "StopAbbr_J": "126315" }, "geometry": { "type": "Point", "coordinates": [ -111.8650790000043, 40.749936000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 695, "StopName": "900 S @ 801 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126316", "Latitude": 40.749861, "Longitude": -111.867912, "AVGBoard": 10, "AVGAlight": 4, "Route": "9", "StopAbbr_J": "126316" }, "geometry": { "type": "Point", "coordinates": [ -111.867912000004139, 40.749861000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 696, "StopName": "900 S @ 577 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126317", "Latitude": 40.749885, "Longitude": -111.874289, "AVGBoard": 7, "AVGAlight": 1, "Route": null, "StopAbbr_J": "126317" }, "geometry": { "type": "Point", "coordinates": [ -111.874289000004239, 40.749885000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 697, "StopName": "900 S @ 471 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126319", "Latitude": 40.74988, "Longitude": -111.877403, "AVGBoard": 21, "AVGAlight": 9, "Route": null, "StopAbbr_J": "126319" }, "geometry": { "type": "Point", "coordinates": [ -111.87740300000398, 40.749880000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 698, "StopName": "2100 S @ 140 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126321", "Latitude": 40.725346, "Longitude": -111.886901, "AVGBoard": 39, "AVGAlight": 17, "Route": "21", "StopAbbr_J": "126321" }, "geometry": { "type": "Point", "coordinates": [ -111.886901000004386, 40.725346000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 699, "StopName": "2100 S @ 204 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126322", "Latitude": 40.725342, "Longitude": -111.885135, "AVGBoard": 22, "AVGAlight": 10, "Route": "21", "StopAbbr_J": "126322" }, "geometry": { "type": "Point", "coordinates": [ -111.885135000004752, 40.725342000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 700, "StopName": "2100 S @ 284 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126323", "Latitude": 40.725353, "Longitude": -111.882794, "AVGBoard": 10, "AVGAlight": 6, "Route": "21", "StopAbbr_J": "126323" }, "geometry": { "type": "Point", "coordinates": [ -111.882794000004282, 40.72535300000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 701, "StopName": "2100 S @ 388 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126324", "Latitude": 40.725358, "Longitude": -111.879855, "AVGBoard": 3, "AVGAlight": 7, "Route": "21", "StopAbbr_J": "126324" }, "geometry": { "type": "Point", "coordinates": [ -111.879855000004639, 40.725358000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 702, "StopName": "2100 S @ 488 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126325", "Latitude": 40.725345, "Longitude": -111.877499, "AVGBoard": 23, "AVGAlight": 34, "Route": "21", "StopAbbr_J": "126325" }, "geometry": { "type": "Point", "coordinates": [ -111.877499000004718, 40.725345000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 703, "StopName": "2100 S @ 598 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126326", "Latitude": 40.725349, "Longitude": -111.874143, "AVGBoard": 4, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "126326" }, "geometry": { "type": "Point", "coordinates": [ -111.87414300000475, 40.725349000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 704, "StopName": "2100 S @ 648 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126327", "Latitude": 40.725322, "Longitude": -111.872553, "AVGBoard": 4, "AVGAlight": 9, "Route": "21", "StopAbbr_J": "126327" }, "geometry": { "type": "Point", "coordinates": [ -111.872553000004402, 40.725322000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 705, "StopName": "2100 S @ 798 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126328", "Latitude": 40.725337, "Longitude": -111.868463, "AVGBoard": 6, "AVGAlight": 19, "Route": "21", "StopAbbr_J": "126328" }, "geometry": { "type": "Point", "coordinates": [ -111.868463000004795, 40.725337000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 706, "StopName": "2100 S @ 898 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126329", "Latitude": 40.72533, "Longitude": -111.865737, "AVGBoard": 17, "AVGAlight": 42, "Route": "21", "StopAbbr_J": "126329" }, "geometry": { "type": "Point", "coordinates": [ -111.865737000004827, 40.725330000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 707, "StopName": "2100 S @ 998 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126330", "Latitude": 40.725344, "Longitude": -111.862842, "AVGBoard": 4, "AVGAlight": 7, "Route": "21", "StopAbbr_J": "126330" }, "geometry": { "type": "Point", "coordinates": [ -111.862842000004349, 40.725344000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 708, "StopName": "2100 S @ 1206 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126332", "Latitude": 40.725321, "Longitude": -111.856664, "AVGBoard": 4, "AVGAlight": 13, "Route": "21", "StopAbbr_J": "126332" }, "geometry": { "type": "Point", "coordinates": [ -111.856664000004528, 40.72532100000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 709, "StopName": "2100 S @ 1396 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126334", "Latitude": 40.725738, "Longitude": -111.851272, "AVGBoard": 2, "AVGAlight": 4, "Route": "21", "StopAbbr_J": "126334" }, "geometry": { "type": "Point", "coordinates": [ -111.851272000004144, 40.72573800000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 710, "StopName": "2100 S @ 1510 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126335", "Latitude": 40.725735, "Longitude": -111.846968, "AVGBoard": 1, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "126335" }, "geometry": { "type": "Point", "coordinates": [ -111.846968000004821, 40.725735000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 711, "StopName": "2100 S @ 1610 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126336", "Latitude": 40.725679, "Longitude": -111.84529, "AVGBoard": 1, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "126336" }, "geometry": { "type": "Point", "coordinates": [ -111.845290000004368, 40.725679000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 712, "StopName": "2100 S @ 1690 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126337", "Latitude": 40.725363, "Longitude": -111.843268, "AVGBoard": 2, "AVGAlight": 7, "Route": "21", "StopAbbr_J": "126337" }, "geometry": { "type": "Point", "coordinates": [ -111.843268000004215, 40.725363000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 713, "StopName": "2100 S @ 1772 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126338", "Latitude": 40.72544, "Longitude": -111.839725, "AVGBoard": 3, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "126338" }, "geometry": { "type": "Point", "coordinates": [ -111.839725000004051, 40.725440000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 714, "StopName": "2100 S @ 1671 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126339", "Latitude": 40.725587, "Longitude": -111.842813, "AVGBoard": 7, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "126339" }, "geometry": { "type": "Point", "coordinates": [ -111.842813000004327, 40.725587000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 715, "StopName": "2100 S @ 1577 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126340", "Latitude": 40.725965, "Longitude": -111.845512, "AVGBoard": 2, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "126340" }, "geometry": { "type": "Point", "coordinates": [ -111.845512000004774, 40.72596500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 716, "StopName": "2100 S @ 1511 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126341", "Latitude": 40.725977, "Longitude": -111.847764, "AVGBoard": 1, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "126341" }, "geometry": { "type": "Point", "coordinates": [ -111.847764000004176, 40.725977000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 717, "StopName": "2100 S @ 1311 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126343", "Latitude": 40.725533, "Longitude": -111.853403, "AVGBoard": 6, "AVGAlight": 6, "Route": "21", "StopAbbr_J": "126343" }, "geometry": { "type": "Point", "coordinates": [ -111.85340300000432, 40.725533000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 718, "StopName": "2100 S @ 1241 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126344", "Latitude": 40.725483, "Longitude": -111.855105, "AVGBoard": 13, "AVGAlight": 4, "Route": "21", "StopAbbr_J": "126344" }, "geometry": { "type": "Point", "coordinates": [ -111.855105000004059, 40.725483000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 719, "StopName": "1700 E @ 2224 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126345", "Latitude": 40.722863, "Longitude": -111.842116, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126345" }, "geometry": { "type": "Point", "coordinates": [ -111.842116000004182, 40.722863000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 720, "StopName": "Foothill Dr \/ VA Building 2 (EB)", "City": "Salt Lake City", "ZipCode": "84148", "County": "Salt Lake", "UTA_StopID": "126346", "Latitude": 40.758057, "Longitude": -111.837933, "AVGBoard": 1, "AVGAlight": 6, "Route": "4, 3", "StopAbbr_J": "126346" }, "geometry": { "type": "Point", "coordinates": [ -111.837933000004071, 40.758057000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 721, "StopName": "1700 E @ 2005 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126351", "Latitude": 40.726626, "Longitude": -111.842201, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126351" }, "geometry": { "type": "Point", "coordinates": [ -111.842201000004025, 40.726626000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 722, "StopName": "1700 E @ 1933 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126352", "Latitude": 40.728105, "Longitude": -111.842195, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126352" }, "geometry": { "type": "Point", "coordinates": [ -111.842195000004409, 40.728105000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 723, "StopName": "1700 E @ 1855 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126353", "Latitude": 40.73018, "Longitude": -111.842192, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "126353" }, "geometry": { "type": "Point", "coordinates": [ -111.842192000004161, 40.730180000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 724, "StopName": "1700 E @ 1709 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126355", "Latitude": 40.733377, "Longitude": -111.842178, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126355" }, "geometry": { "type": "Point", "coordinates": [ -111.842178000003926, 40.733377000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 725, "StopName": "1700 E @ 1794 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126358", "Latitude": 40.731453, "Longitude": -111.842362, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "126358" }, "geometry": { "type": "Point", "coordinates": [ -111.842362000004755, 40.731453000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 726, "StopName": "1700 E @ 1884 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126359", "Latitude": 40.729627, "Longitude": -111.84237, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126359" }, "geometry": { "type": "Point", "coordinates": [ -111.842370000004522, 40.729627000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 727, "StopName": "1700 E @ 1958 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126360", "Latitude": 40.727657, "Longitude": -111.842351, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "126360" }, "geometry": { "type": "Point", "coordinates": [ -111.84235100000474, 40.727657000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 728, "StopName": "1300 E @ 544 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126369", "Latitude": 40.757398, "Longitude": -111.854048, "AVGBoard": 6, "AVGAlight": 3, "Route": "220, 213", "StopAbbr_J": "126369" }, "geometry": { "type": "Point", "coordinates": [ -111.854048000004667, 40.757398000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 729, "StopName": "1300 E @ 673 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126372", "Latitude": 40.754481, "Longitude": -111.853801, "AVGBoard": 4, "AVGAlight": 6, "Route": "220, 213", "StopAbbr_J": "126372" }, "geometry": { "type": "Point", "coordinates": [ -111.853801000003998, 40.754481000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 730, "StopName": "200 S \/ 1000 E (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126377", "Latitude": 40.765097, "Longitude": -111.862225, "AVGBoard": 13, "AVGAlight": 10, "Route": "220, 2", "StopAbbr_J": "126377" }, "geometry": { "type": "Point", "coordinates": [ -111.862225000004528, 40.765097000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 731, "StopName": "1300 E @ 698 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126378", "Latitude": 40.75442, "Longitude": -111.853999, "AVGBoard": 6, "AVGAlight": 3, "Route": "220, 213", "StopAbbr_J": "126378" }, "geometry": { "type": "Point", "coordinates": [ -111.853999000004194, 40.754420000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 732, "StopName": "100 S @ 498 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126386", "Latitude": 40.767071, "Longitude": -111.877205, "AVGBoard": 0, "AVGAlight": 1, "Route": "902", "StopAbbr_J": "126386" }, "geometry": { "type": "Point", "coordinates": [ -111.877205000004665, 40.767071000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 733, "StopName": "100 S @ 690 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126388", "Latitude": 40.767107, "Longitude": -111.871849, "AVGBoard": 3, "AVGAlight": 0, "Route": "902", "StopAbbr_J": "126388" }, "geometry": { "type": "Point", "coordinates": [ -111.871849000004559, 40.76710700000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 734, "StopName": "100 S @ 1298 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126394", "Latitude": 40.767115, "Longitude": -111.854232, "AVGBoard": 1, "AVGAlight": 0, "Route": "902", "StopAbbr_J": "126394" }, "geometry": { "type": "Point", "coordinates": [ -111.854232000004615, 40.76711500000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 735, "StopName": "100 S @ 1289 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126395", "Latitude": 40.767256, "Longitude": -111.854325, "AVGBoard": 0, "AVGAlight": 0, "Route": "902", "StopAbbr_J": "126395" }, "geometry": { "type": "Point", "coordinates": [ -111.854325000004209, 40.767256000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 736, "StopName": "1100 E @ 1229 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126414", "Latitude": 40.742196, "Longitude": -111.859524, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126414" }, "geometry": { "type": "Point", "coordinates": [ -111.859524000004811, 40.74219600000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 737, "StopName": "1100 E @ 1157 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126415", "Latitude": 40.743657, "Longitude": -111.859515, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126415" }, "geometry": { "type": "Point", "coordinates": [ -111.859515000004066, 40.743657000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 738, "StopName": "1100 E @ 1081 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126416", "Latitude": 40.745638, "Longitude": -111.85949, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126416" }, "geometry": { "type": "Point", "coordinates": [ -111.859490000004683, 40.745638000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 739, "StopName": "1100 E @ 991 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126417", "Latitude": 40.747572, "Longitude": -111.859466, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126417" }, "geometry": { "type": "Point", "coordinates": [ -111.859466000004502, 40.747572000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 740, "StopName": "1500 E @ 1151 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126419", "Latitude": 40.743562, "Longitude": -111.847946, "AVGBoard": 1, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126419" }, "geometry": { "type": "Point", "coordinates": [ -111.847946000003958, 40.743562000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 741, "StopName": "1500 E @ 1051 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126420", "Latitude": 40.74604, "Longitude": -111.847923, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126420" }, "geometry": { "type": "Point", "coordinates": [ -111.847923000004741, 40.746040000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 742, "StopName": "1500 E @ 981 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126421", "Latitude": 40.747649, "Longitude": -111.84795, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126421" }, "geometry": { "type": "Point", "coordinates": [ -111.847950000004289, 40.74764900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 743, "StopName": "1525 E @ 901 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126422", "Latitude": 40.749602, "Longitude": -111.847089, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126422" }, "geometry": { "type": "Point", "coordinates": [ -111.847089000004033, 40.749602000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 744, "StopName": "1100 E @ 1951 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126423", "Latitude": 40.727677, "Longitude": -111.859563, "AVGBoard": 2, "AVGAlight": 3, "Route": "213", "StopAbbr_J": "126423" }, "geometry": { "type": "Point", "coordinates": [ -111.859563000004442, 40.727677000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 745, "StopName": "1100 E @ 1885 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126424", "Latitude": 40.729117, "Longitude": -111.859562, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126424" }, "geometry": { "type": "Point", "coordinates": [ -111.85956200000436, 40.729117000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 746, "StopName": "1100 E @ 1761 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126425", "Latitude": 40.731996, "Longitude": -111.859563, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126425" }, "geometry": { "type": "Point", "coordinates": [ -111.859563000004442, 40.731996000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 747, "StopName": "1100 E @ 1621 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126426", "Latitude": 40.734177, "Longitude": -111.859557, "AVGBoard": 3, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "126426" }, "geometry": { "type": "Point", "coordinates": [ -111.859557000003932, 40.734177000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 748, "StopName": "1100 E @ 1545 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126427", "Latitude": 40.73607, "Longitude": -111.859581, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126427" }, "geometry": { "type": "Point", "coordinates": [ -111.859581000004127, 40.736070000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 749, "StopName": "1100 E @ 1457 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126428", "Latitude": 40.737981, "Longitude": -111.859523, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126428" }, "geometry": { "type": "Point", "coordinates": [ -111.859523000004714, 40.737981000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 750, "StopName": "1100 E @ 1371 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126429", "Latitude": 40.739737, "Longitude": -111.859539, "AVGBoard": 2, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126429" }, "geometry": { "type": "Point", "coordinates": [ -111.859539000004261, 40.739737000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 751, "StopName": "2100 S @ 1001 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126443", "Latitude": 40.725491, "Longitude": -111.862284, "AVGBoard": 4, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "126443" }, "geometry": { "type": "Point", "coordinates": [ -111.862284000004024, 40.725491000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 752, "StopName": "2100 S @ 901 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126444", "Latitude": 40.725498, "Longitude": -111.864907, "AVGBoard": 40, "AVGAlight": 22, "Route": "21", "StopAbbr_J": "126444" }, "geometry": { "type": "Point", "coordinates": [ -111.86490700000445, 40.725498000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 753, "StopName": "2100 S @ 803 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126445", "Latitude": 40.725511, "Longitude": -111.86786, "AVGBoard": 6, "AVGAlight": 4, "Route": "21", "StopAbbr_J": "126445" }, "geometry": { "type": "Point", "coordinates": [ -111.867860000004328, 40.72551100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 754, "StopName": "2100 S @ 701 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126446", "Latitude": 40.725523, "Longitude": -111.870819, "AVGBoard": 19, "AVGAlight": 8, "Route": "21", "StopAbbr_J": "126446" }, "geometry": { "type": "Point", "coordinates": [ -111.870819000004715, 40.725523000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 755, "StopName": "2100 S @ 601 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126447", "Latitude": 40.725532, "Longitude": -111.873599, "AVGBoard": 6, "AVGAlight": 4, "Route": "21", "StopAbbr_J": "126447" }, "geometry": { "type": "Point", "coordinates": [ -111.87359900000466, 40.725532000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 756, "StopName": "2100 S @ 489 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126448", "Latitude": 40.725545, "Longitude": -111.877558, "AVGBoard": 38, "AVGAlight": 15, "Route": "21", "StopAbbr_J": "126448" }, "geometry": { "type": "Point", "coordinates": [ -111.877558000004214, 40.72554500000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 757, "StopName": "2100 S @ 407 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126449", "Latitude": 40.725527, "Longitude": -111.879428, "AVGBoard": 0, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "126449" }, "geometry": { "type": "Point", "coordinates": [ -111.879428000004367, 40.725527000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 758, "StopName": "2100 S @ 301 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126450", "Latitude": 40.725528, "Longitude": -111.882265, "AVGBoard": 7, "AVGAlight": 7, "Route": "21", "StopAbbr_J": "126450" }, "geometry": { "type": "Point", "coordinates": [ -111.882265000004537, 40.725528000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 759, "StopName": "2100 S @ 201 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126451", "Latitude": 40.725515, "Longitude": -111.885227, "AVGBoard": 11, "AVGAlight": 27, "Route": "21", "StopAbbr_J": "126451" }, "geometry": { "type": "Point", "coordinates": [ -111.885227000004264, 40.725515000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 760, "StopName": "2100 S @ 89 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126452", "Latitude": 40.725547, "Longitude": -111.889061, "AVGBoard": 14, "AVGAlight": 35, "Route": "21", "StopAbbr_J": "126452" }, "geometry": { "type": "Point", "coordinates": [ -111.889061000004247, 40.725547000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 761, "StopName": "Highland Dr @ 2473 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126454", "Latitude": 40.717767, "Longitude": -111.856658, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "126454" }, "geometry": { "type": "Point", "coordinates": [ -111.856658000004032, 40.717767000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 762, "StopName": "Highland Dr @ 2291 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126455", "Latitude": 40.721011, "Longitude": -111.8579, "AVGBoard": 1, "AVGAlight": 5, "Route": "213", "StopAbbr_J": "126455" }, "geometry": { "type": "Point", "coordinates": [ -111.857900000004349, 40.721011000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 763, "StopName": "Highland Dr @ 2223 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126456", "Latitude": 40.722543, "Longitude": -111.858655, "AVGBoard": 1, "AVGAlight": 6, "Route": "213", "StopAbbr_J": "126456" }, "geometry": { "type": "Point", "coordinates": [ -111.858655000004802, 40.722543000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 764, "StopName": "Highland Dr @ 2111 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126457", "Latitude": 40.724804, "Longitude": -111.859547, "AVGBoard": 4, "AVGAlight": 8, "Route": "213", "StopAbbr_J": "126457" }, "geometry": { "type": "Point", "coordinates": [ -111.859547000004014, 40.724804000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 765, "StopName": "State St @ 510 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126458", "Latitude": 40.75821, "Longitude": -111.888419, "AVGBoard": 38, "AVGAlight": 7, "Route": "200", "StopAbbr_J": "126458" }, "geometry": { "type": "Point", "coordinates": [ -111.888419000004149, 40.758210000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 766, "StopName": "State St @ 604 S", "City": null, "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126459", "Latitude": 40.755982, "Longitude": -111.88843, "AVGBoard": 12, "AVGAlight": 4, "Route": "200", "StopAbbr_J": "126459" }, "geometry": { "type": "Point", "coordinates": [ -111.888430000004178, 40.755982000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 767, "StopName": "State St @ 720 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126460", "Latitude": 40.75373, "Longitude": -111.888416, "AVGBoard": 55, "AVGAlight": 37, "Route": "200", "StopAbbr_J": "126460" }, "geometry": { "type": "Point", "coordinates": [ -111.888416000003929, 40.753730000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 768, "StopName": "State St @ 820 S", "City": null, "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126461", "Latitude": 40.751491, "Longitude": -111.888458, "AVGBoard": 41, "AVGAlight": 18, "Route": "200", "StopAbbr_J": "126461" }, "geometry": { "type": "Point", "coordinates": [ -111.88845800000469, 40.751491000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 769, "StopName": "State St @ 910 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126462", "Latitude": 40.749433, "Longitude": -111.888419, "AVGBoard": 42, "AVGAlight": 23, "Route": "200", "StopAbbr_J": "126462" }, "geometry": { "type": "Point", "coordinates": [ -111.888419000004149, 40.749433000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 770, "StopName": "State St @ 1050 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126463", "Latitude": 40.746551, "Longitude": -111.888418, "AVGBoard": 27, "AVGAlight": 12, "Route": "200", "StopAbbr_J": "126463" }, "geometry": { "type": "Point", "coordinates": [ -111.888418000004094, 40.746551000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 771, "StopName": "State St @ 1428 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126466", "Latitude": 40.739124, "Longitude": -111.888424, "AVGBoard": 44, "AVGAlight": 40, "Route": "200", "StopAbbr_J": "126466" }, "geometry": { "type": "Point", "coordinates": [ -111.888424000004576, 40.739124000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 772, "StopName": "State St @ 1730 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126468", "Latitude": 40.732675, "Longitude": -111.888429, "AVGBoard": 34, "AVGAlight": 34, "Route": "200", "StopAbbr_J": "126468" }, "geometry": { "type": "Point", "coordinates": [ -111.888429000004081, 40.732675000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 773, "StopName": "State St @ 2154 S", "City": null, "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126471", "Latitude": 40.724317, "Longitude": -111.888446, "AVGBoard": 58, "AVGAlight": 64, "Route": "200", "StopAbbr_J": "126471" }, "geometry": { "type": "Point", "coordinates": [ -111.888446000004606, 40.724317000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 774, "StopName": "State St @ 2354 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126473", "Latitude": 40.719943, "Longitude": -111.888456, "AVGBoard": 2, "AVGAlight": 2, "Route": "200", "StopAbbr_J": "126473" }, "geometry": { "type": "Point", "coordinates": [ -111.888456000004524, 40.719943000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 775, "StopName": "State St @ 2510 S", "City": null, "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126474", "Latitude": 40.716036, "Longitude": -111.888462, "AVGBoard": 8, "AVGAlight": 7, "Route": "200", "StopAbbr_J": "126474" }, "geometry": { "type": "Point", "coordinates": [ -111.888462000004139, 40.716036000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 776, "StopName": "State St @ 2473 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126475", "Latitude": 40.716749, "Longitude": -111.888073, "AVGBoard": 3, "AVGAlight": 4, "Route": "200", "StopAbbr_J": "126475" }, "geometry": { "type": "Point", "coordinates": [ -111.888073000004283, 40.716749000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 777, "StopName": "State St @ 2363 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126476", "Latitude": 40.719297, "Longitude": -111.888072, "AVGBoard": 4, "AVGAlight": 4, "Route": "200", "StopAbbr_J": "126476" }, "geometry": { "type": "Point", "coordinates": [ -111.888072000004215, 40.719297000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 778, "StopName": "State St @ 1925 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126479", "Latitude": 40.728169, "Longitude": -111.888027, "AVGBoard": 14, "AVGAlight": 11, "Route": "200", "StopAbbr_J": "126479" }, "geometry": { "type": "Point", "coordinates": [ -111.888027000004087, 40.728169000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 779, "StopName": "State St @ 1791 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126480", "Latitude": 40.731349, "Longitude": -111.888031, "AVGBoard": 11, "AVGAlight": 13, "Route": "200", "StopAbbr_J": "126480" }, "geometry": { "type": "Point", "coordinates": [ -111.888031000004432, 40.731349000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 780, "StopName": "State St @ 1601 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126481", "Latitude": 40.735361, "Longitude": -111.888029, "AVGBoard": 18, "AVGAlight": 19, "Route": "200", "StopAbbr_J": "126481" }, "geometry": { "type": "Point", "coordinates": [ -111.888029000004252, 40.735361000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 781, "StopName": "State St @ 1495 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126482", "Latitude": 40.737001, "Longitude": -111.888041, "AVGBoard": 9, "AVGAlight": 10, "Route": "200", "StopAbbr_J": "126482" }, "geometry": { "type": "Point", "coordinates": [ -111.88804100000435, 40.737001000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 782, "StopName": "State St @ 1385 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126483", "Latitude": 40.739652, "Longitude": -111.88803, "AVGBoard": 12, "AVGAlight": 18, "Route": "200", "StopAbbr_J": "126483" }, "geometry": { "type": "Point", "coordinates": [ -111.888030000004335, 40.739652000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 783, "StopName": "State St @ 1285 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "126484", "Latitude": 40.741985, "Longitude": -111.888035, "AVGBoard": 22, "AVGAlight": 30, "Route": "200", "StopAbbr_J": "126484" }, "geometry": { "type": "Point", "coordinates": [ -111.888035000004734, 40.741985000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 784, "StopName": "State St @ 1135 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126485", "Latitude": 40.744175, "Longitude": -111.888041, "AVGBoard": 6, "AVGAlight": 7, "Route": "200", "StopAbbr_J": "126485" }, "geometry": { "type": "Point", "coordinates": [ -111.88804100000435, 40.744175000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 785, "StopName": "State St @ 777 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126488", "Latitude": 40.752287, "Longitude": -111.888035, "AVGBoard": 23, "AVGAlight": 34, "Route": "200", "StopAbbr_J": "126488" }, "geometry": { "type": "Point", "coordinates": [ -111.888035000004734, 40.752287000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 786, "StopName": "State St @ 685 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126489", "Latitude": 40.754456, "Longitude": -111.888031, "AVGBoard": 44, "AVGAlight": 54, "Route": "200", "StopAbbr_J": "126489" }, "geometry": { "type": "Point", "coordinates": [ -111.888031000004432, 40.754456000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 787, "StopName": "U Social Work Building (EB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "126491", "Latitude": 40.760138, "Longitude": -111.846654, "AVGBoard": 4, "AVGAlight": 10, "Route": "473, 455, 4, 354, 313, 3, 2X, 213", "StopAbbr_J": "126491" }, "geometry": { "type": "Point", "coordinates": [ -111.846654000003994, 40.760138000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 788, "StopName": "Guardsman Way @ 601 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126496", "Latitude": 40.756915, "Longitude": -111.845244, "AVGBoard": 1, "AVGAlight": 8, "Route": "9, 17", "StopAbbr_J": "126496" }, "geometry": { "type": "Point", "coordinates": [ -111.845244000004143, 40.75691500000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 789, "StopName": "Guardsman Way @ 510 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126498", "Latitude": 40.757942, "Longitude": -111.845493, "AVGBoard": 2, "AVGAlight": 0, "Route": "9, 17", "StopAbbr_J": "126498" }, "geometry": { "type": "Point", "coordinates": [ -111.845493000004083, 40.757942000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 790, "StopName": "Guardsman Way @ 602 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126499", "Latitude": 40.756803, "Longitude": -111.845492, "AVGBoard": 0, "AVGAlight": 0, "Route": "9, 17", "StopAbbr_J": "126499" }, "geometry": { "type": "Point", "coordinates": [ -111.845492000004015, 40.75680300000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 791, "StopName": "Guardsman Way @ 702 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126500", "Latitude": 40.75513, "Longitude": -111.845491, "AVGBoard": 4, "AVGAlight": 0, "Route": "9, 17", "StopAbbr_J": "126500" }, "geometry": { "type": "Point", "coordinates": [ -111.845491000003932, 40.755130000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 792, "StopName": "Guardsman Way @ 780 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126501", "Latitude": 40.751564, "Longitude": -111.845486, "AVGBoard": 3, "AVGAlight": 1, "Route": "9, 17", "StopAbbr_J": "126501" }, "geometry": { "type": "Point", "coordinates": [ -111.845486000004414, 40.751564000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 793, "StopName": "Greenwood Ter @ 898 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126502", "Latitude": 40.749924, "Longitude": -111.845385, "AVGBoard": 3, "AVGAlight": 2, "Route": "9, 17", "StopAbbr_J": "126502" }, "geometry": { "type": "Point", "coordinates": [ -111.845385000004129, 40.749924000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 794, "StopName": "900 E @ 1231 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126504", "Latitude": 40.742128, "Longitude": -111.865275, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "126504" }, "geometry": { "type": "Point", "coordinates": [ -111.865275000004331, 40.742128000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 795, "StopName": "900 S @ 287 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126505", "Latitude": 40.749876, "Longitude": -111.882873, "AVGBoard": 11, "AVGAlight": 8, "Route": null, "StopAbbr_J": "126505" }, "geometry": { "type": "Point", "coordinates": [ -111.882873000004523, 40.749876000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 796, "StopName": "State St \/ 150 S (SB)", "City": null, "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126507", "Latitude": 40.765872, "Longitude": -111.888422, "AVGBoard": 73, "AVGAlight": 35, "Route": "6, 473, 472, 471, 470, 463, 462, 461, 460, 455, 454, 451, 200, 11", "StopAbbr_J": "126507" }, "geometry": { "type": "Point", "coordinates": [ -111.888422000004425, 40.765872000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 797, "StopName": "State St \/ 300 S (SB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126509", "Latitude": 40.762043, "Longitude": -111.888444, "AVGBoard": 23, "AVGAlight": 14, "Route": "473, 472, 471, 470, 463, 462, 461, 460, 455, 454, 451, 200", "StopAbbr_J": "126509" }, "geometry": { "type": "Point", "coordinates": [ -111.888444000004426, 40.762043000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 798, "StopName": "State St \/ 400 S (NB)", "City": null, "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126511", "Latitude": 40.761431, "Longitude": -111.888044, "AVGBoard": 98, "AVGAlight": 81, "Route": "473, 472, 471, 470, 463, 462, 461, 460, 455, 454, 451, 200", "StopAbbr_J": "126511" }, "geometry": { "type": "Point", "coordinates": [ -111.888044000004598, 40.761431000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 799, "StopName": "State St \/ 300 S (NB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126512", "Latitude": 40.763556, "Longitude": -111.888072, "AVGBoard": 13, "AVGAlight": 25, "Route": null, "StopAbbr_J": "126512" }, "geometry": { "type": "Point", "coordinates": [ -111.888072000004215, 40.763556000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 800, "StopName": "State St \/ 150 S (NB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126513", "Latitude": 40.76587, "Longitude": -111.888062, "AVGBoard": 67, "AVGAlight": 131, "Route": "6, 473, 472, 471, 470, 463, 462, 461, 460, 455, 454, 451, 320, 307, 200, 11", "StopAbbr_J": "126513" }, "geometry": { "type": "Point", "coordinates": [ -111.888062000004297, 40.765870000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 801, "StopName": "State St \/ 50 S (NB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126514", "Latitude": 40.768208, "Longitude": -111.888089, "AVGBoard": 9, "AVGAlight": 58, "Route": "209", "StopAbbr_J": "126514" }, "geometry": { "type": "Point", "coordinates": [ -111.888089000004712, 40.768208000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 802, "StopName": "200 S \/ State St (EB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126530", "Latitude": 40.764899, "Longitude": -111.88753, "AVGBoard": 75, "AVGAlight": 46, "Route": "902, 4, 320, 307, 220, 205, 2", "StopAbbr_J": "126530" }, "geometry": { "type": "Point", "coordinates": [ -111.88753000000429, 40.764899000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 803, "StopName": "100 S @ 598 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126537", "Latitude": 40.767099, "Longitude": -111.874205, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "126537" }, "geometry": { "type": "Point", "coordinates": [ -111.874205000004494, 40.767099000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 804, "StopName": "100 S @ 890 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126540", "Latitude": 40.767106, "Longitude": -111.865667, "AVGBoard": 2, "AVGAlight": 0, "Route": "902", "StopAbbr_J": "126540" }, "geometry": { "type": "Point", "coordinates": [ -111.865667000004422, 40.767106000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 805, "StopName": "100 S \/ University St (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126551", "Latitude": 40.767189, "Longitude": -111.852172, "AVGBoard": 1, "AVGAlight": 1, "Route": "6, 11", "StopAbbr_J": "126551" }, "geometry": { "type": "Point", "coordinates": [ -111.852172000004018, 40.767189000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 806, "StopName": "Stadium Station (NB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126553", "Latitude": 40.761274, "Longitude": -111.852241, "AVGBoard": 5, "AVGAlight": 11, "Route": "354, 313, 3, 220", "StopAbbr_J": "126553" }, "geometry": { "type": "Point", "coordinates": [ -111.852241000004327, 40.761274000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 807, "StopName": "U President's Circle (NB Stop D)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126555", "Latitude": 40.764248, "Longitude": -111.852268, "AVGBoard": 3, "AVGAlight": 6, "Route": "354, 313, 3, 220", "StopAbbr_J": "126555" }, "geometry": { "type": "Point", "coordinates": [ -111.85226800000477, 40.764248000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 808, "StopName": "U President's Circle (SB Stop C)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126556", "Latitude": 40.764553, "Longitude": -111.852412, "AVGBoard": 7, "AVGAlight": 8, "Route": "354, 313, 3, 2X, 220", "StopAbbr_J": "126556" }, "geometry": { "type": "Point", "coordinates": [ -111.852412000004108, 40.764553000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 809, "StopName": "Stadium Station (SB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126558", "Latitude": 40.760958, "Longitude": -111.852451, "AVGBoard": 9, "AVGAlight": 5, "Route": "220", "StopAbbr_J": "126558" }, "geometry": { "type": "Point", "coordinates": [ -111.852451000004649, 40.760958000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 810, "StopName": "1300 E @ 480 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126559", "Latitude": 40.758913, "Longitude": -111.854078, "AVGBoard": 2, "AVGAlight": 2, "Route": "455, 4", "StopAbbr_J": "126559" }, "geometry": { "type": "Point", "coordinates": [ -111.854078000004449, 40.758913000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 811, "StopName": "1300 E @ 794 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126562", "Latitude": 40.752178, "Longitude": -111.854009, "AVGBoard": 3, "AVGAlight": 2, "Route": "220, 213", "StopAbbr_J": "126562" }, "geometry": { "type": "Point", "coordinates": [ -111.85400900000414, 40.75217800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 812, "StopName": "1300 E @ 896 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126563", "Latitude": 40.75004, "Longitude": -111.854, "AVGBoard": 9, "AVGAlight": 3, "Route": "220, 213", "StopAbbr_J": "126563" }, "geometry": { "type": "Point", "coordinates": [ -111.854000000004291, 40.75004000000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 813, "StopName": "1300 E @ 1078 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126565", "Latitude": 40.745875, "Longitude": -111.853964, "AVGBoard": 1, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126565" }, "geometry": { "type": "Point", "coordinates": [ -111.853964000003998, 40.745875000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 814, "StopName": "1300 E @ 1338 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126568", "Latitude": 40.740866, "Longitude": -111.853936, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126568" }, "geometry": { "type": "Point", "coordinates": [ -111.853936000004381, 40.74086600000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 815, "StopName": "1300 E @ 1418 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126569", "Latitude": 40.739154, "Longitude": -111.853897, "AVGBoard": 0, "AVGAlight": 2, "Route": "220", "StopAbbr_J": "126569" }, "geometry": { "type": "Point", "coordinates": [ -111.853897000004764, 40.739154000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 816, "StopName": "1300 E @ 1560 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126571", "Latitude": 40.735765, "Longitude": -111.853871, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126571" }, "geometry": { "type": "Point", "coordinates": [ -111.853871000004389, 40.735765000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 817, "StopName": "1300 E @ 1724 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126572", "Latitude": 40.733014, "Longitude": -111.853908, "AVGBoard": 1, "AVGAlight": 3, "Route": "220", "StopAbbr_J": "126572" }, "geometry": { "type": "Point", "coordinates": [ -111.853908000004751, 40.73301400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 818, "StopName": "1300 E @ 1784 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126573", "Latitude": 40.731689, "Longitude": -111.853924, "AVGBoard": 1, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "126573" }, "geometry": { "type": "Point", "coordinates": [ -111.853924000004298, 40.731689000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 819, "StopName": "1300 E @ 1876 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126575", "Latitude": 40.729403, "Longitude": -111.85399, "AVGBoard": 0, "AVGAlight": 2, "Route": "220", "StopAbbr_J": "126575" }, "geometry": { "type": "Point", "coordinates": [ -111.853990000004373, 40.729403000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 820, "StopName": "1300 E @ 2078 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126577", "Latitude": 40.725769, "Longitude": -111.853969, "AVGBoard": 6, "AVGAlight": 6, "Route": "220", "StopAbbr_J": "126577" }, "geometry": { "type": "Point", "coordinates": [ -111.853969000004426, 40.7257690000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 821, "StopName": "1300 E @ 2188 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126578", "Latitude": 40.723594, "Longitude": -111.853889, "AVGBoard": 10, "AVGAlight": 9, "Route": null, "StopAbbr_J": "126578" }, "geometry": { "type": "Point", "coordinates": [ -111.853889000004088, 40.72359400000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 822, "StopName": "1300 E @ 2466 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126580", "Latitude": 40.718031, "Longitude": -111.853822, "AVGBoard": 1, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "126580" }, "geometry": { "type": "Point", "coordinates": [ -111.853822000003944, 40.71803100000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 823, "StopName": "1300 E @ 2455 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126581", "Latitude": 40.718084, "Longitude": -111.853456, "AVGBoard": 2, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "126581" }, "geometry": { "type": "Point", "coordinates": [ -111.853456000004215, 40.718084000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 824, "StopName": "1300 E @ 1875 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126586", "Latitude": 40.729463, "Longitude": -111.853854, "AVGBoard": 1, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126586" }, "geometry": { "type": "Point", "coordinates": [ -111.853854000004787, 40.729463000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 825, "StopName": "Foothill Dr @ 765 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126612", "Latitude": 40.752648, "Longitude": -111.831612, "AVGBoard": 2, "AVGAlight": 3, "Route": "902, 4, 21", "StopAbbr_J": "126612" }, "geometry": { "type": "Point", "coordinates": [ -111.8316120000041, 40.752648000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 826, "StopName": "1300 E @ 2185 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126618", "Latitude": 40.723773, "Longitude": -111.853574, "AVGBoard": 10, "AVGAlight": 15, "Route": "220", "StopAbbr_J": "126618" }, "geometry": { "type": "Point", "coordinates": [ -111.853574000004102, 40.723773000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 827, "StopName": "700 E @ 222 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126623", "Latitude": 40.764384, "Longitude": -111.871248, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "126623" }, "geometry": { "type": "Point", "coordinates": [ -111.871248000004272, 40.764384000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 828, "StopName": "200 S \/ State St (WB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126631", "Latitude": 40.765107, "Longitude": -111.887892, "AVGBoard": 57, "AVGAlight": 77, "Route": "902, 4, 320, 307, 220, 205, 2", "StopAbbr_J": "126631" }, "geometry": { "type": "Point", "coordinates": [ -111.887892000004598, 40.765107000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 829, "StopName": "200 E @ 279 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126633", "Latitude": 40.763445, "Longitude": -111.885236, "AVGBoard": 1, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "126633" }, "geometry": { "type": "Point", "coordinates": [ -111.885236000004113, 40.763445000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 830, "StopName": "1100 E @ 671 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126700", "Latitude": 40.754513, "Longitude": -111.859518, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126700" }, "geometry": { "type": "Point", "coordinates": [ -111.859518000004314, 40.754513000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 831, "StopName": "1100 E @ 601 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126701", "Latitude": 40.756187, "Longitude": -111.859517, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "126701" }, "geometry": { "type": "Point", "coordinates": [ -111.859517000004217, 40.75618700000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 832, "StopName": "500 E @ 2015 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126703", "Latitude": 40.726135, "Longitude": -111.876752, "AVGBoard": 7, "AVGAlight": 4, "Route": "205", "StopAbbr_J": "126703" }, "geometry": { "type": "Point", "coordinates": [ -111.876752000004032, 40.726135000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 833, "StopName": "900 E @ 2395 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126706", "Latitude": 40.718644, "Longitude": -111.865342, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "126706" }, "geometry": { "type": "Point", "coordinates": [ -111.865342000004489, 40.718644000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 834, "StopName": "900 E @ 2105 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126707", "Latitude": 40.725049, "Longitude": -111.865282, "AVGBoard": 51, "AVGAlight": 43, "Route": "209", "StopAbbr_J": "126707" }, "geometry": { "type": "Point", "coordinates": [ -111.865282000004015, 40.725049000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 835, "StopName": "900 E @ 212 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126709", "Latitude": 40.764187, "Longitude": -111.865458, "AVGBoard": 19, "AVGAlight": 9, "Route": "209", "StopAbbr_J": "126709" }, "geometry": { "type": "Point", "coordinates": [ -111.86545800000421, 40.764187000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 836, "StopName": "900 E @ 312 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126710", "Latitude": 40.762377, "Longitude": -111.865452, "AVGBoard": 10, "AVGAlight": 8, "Route": "209", "StopAbbr_J": "126710" }, "geometry": { "type": "Point", "coordinates": [ -111.865452000004609, 40.762377000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 837, "StopName": "500 E @ 865 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126712", "Latitude": 40.750221, "Longitude": -111.876695, "AVGBoard": 8, "AVGAlight": 6, "Route": "205", "StopAbbr_J": "126712" }, "geometry": { "type": "Point", "coordinates": [ -111.876695000004716, 40.750221000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 838, "StopName": "500 E @ 421 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126713", "Latitude": 40.7601, "Longitude": -111.87671, "AVGBoard": 31, "AVGAlight": 27, "Route": "205", "StopAbbr_J": "126713" }, "geometry": { "type": "Point", "coordinates": [ -111.876710000004138, 40.760100000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 839, "StopName": "500 E @ 301 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126714", "Latitude": 40.762632, "Longitude": -111.876706, "AVGBoard": 10, "AVGAlight": 5, "Route": "205", "StopAbbr_J": "126714" }, "geometry": { "type": "Point", "coordinates": [ -111.876706000004717, 40.762632000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 840, "StopName": "1500 E @ 1640 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126722", "Latitude": 40.733776, "Longitude": -111.848065, "AVGBoard": 2, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "126722" }, "geometry": { "type": "Point", "coordinates": [ -111.848065000004809, 40.733776000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 841, "StopName": "900 S @ 671 E", "City": null, "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126723", "Latitude": 40.749885, "Longitude": -111.871708, "AVGBoard": 5, "AVGAlight": 3, "Route": null, "StopAbbr_J": "126723" }, "geometry": { "type": "Point", "coordinates": [ -111.871708000004574, 40.749885000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 842, "StopName": "900 S @ 181 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126724", "Latitude": 40.749875, "Longitude": -111.885735, "AVGBoard": 8, "AVGAlight": 9, "Route": null, "StopAbbr_J": "126724" }, "geometry": { "type": "Point", "coordinates": [ -111.885735000004061, 40.749875000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 843, "StopName": "State St \/ 250 S (SB)", "City": null, "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126728", "Latitude": 40.763851, "Longitude": -111.888426, "AVGBoard": 37, "AVGAlight": 13, "Route": "473, 472, 471, 470, 463, 462, 461, 460, 455, 454, 451, 200", "StopAbbr_J": "126728" }, "geometry": { "type": "Point", "coordinates": [ -111.888426000004756, 40.763851000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 844, "StopName": "State St \/ 400 S (SB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126729", "Latitude": 40.76001, "Longitude": -111.888422, "AVGBoard": 58, "AVGAlight": 70, "Route": "472, 470, 454, 451, 200", "StopAbbr_J": "126729" }, "geometry": { "type": "Point", "coordinates": [ -111.888422000004425, 40.76001000000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 845, "StopName": "1100 E @ 1386 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "126731", "Latitude": 40.739619, "Longitude": -111.859713, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "126731" }, "geometry": { "type": "Point", "coordinates": [ -111.859713000004277, 40.739619000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 846, "StopName": "State St @ 503 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126738", "Latitude": 40.758249, "Longitude": -111.888039, "AVGBoard": 11, "AVGAlight": 51, "Route": "454, 451, 200", "StopAbbr_J": "126738" }, "geometry": { "type": "Point", "coordinates": [ -111.888039000004184, 40.75824900000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 847, "StopName": "Guardsman Way @ 775 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "126740", "Latitude": 40.752834, "Longitude": -111.845266, "AVGBoard": 0, "AVGAlight": 0, "Route": "9, 17", "StopAbbr_J": "126740" }, "geometry": { "type": "Point", "coordinates": [ -111.845266000004187, 40.752834000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 848, "StopName": "1700 E @ 2126 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126741", "Latitude": 40.724989, "Longitude": -111.842117, "AVGBoard": 2, "AVGAlight": 2, "Route": null, "StopAbbr_J": "126741" }, "geometry": { "type": "Point", "coordinates": [ -111.842117000004251, 40.724989000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 849, "StopName": "1700 E @ 2107 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126743", "Latitude": 40.725308, "Longitude": -111.842077, "AVGBoard": 1, "AVGAlight": 3, "Route": null, "StopAbbr_J": "126743" }, "geometry": { "type": "Point", "coordinates": [ -111.842077000004537, 40.725308000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 850, "StopName": "Foothill Dr \/ Wakara Way (SB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127002", "Latitude": 40.754651, "Longitude": -111.833559, "AVGBoard": 24, "AVGAlight": 18, "Route": "902, 4, 354, 21", "StopAbbr_J": "127002" }, "geometry": { "type": "Point", "coordinates": [ -111.833559000004328, 40.754651000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 851, "StopName": "University Village West (EB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127006", "Latitude": 40.75069, "Longitude": -111.834549, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127006" }, "geometry": { "type": "Point", "coordinates": [ -111.834549000004472, 40.750690000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 852, "StopName": "Sunnyside Ave @ 2134 E", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127007", "Latitude": 40.750681, "Longitude": -111.829702, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127007" }, "geometry": { "type": "Point", "coordinates": [ -111.829702000004247, 40.750681000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 853, "StopName": "Arapeen Dr \/ Sunnyside Ave (NB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127015", "Latitude": 40.751272, "Longitude": -111.826559, "AVGBoard": 1, "AVGAlight": 0, "Route": "313, 3, 223", "StopAbbr_J": "127015" }, "geometry": { "type": "Point", "coordinates": [ -111.826559000003911, 40.751272000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 854, "StopName": "Arapeen Dr \/ Komas Dr (NB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127016", "Latitude": 40.753432, "Longitude": -111.826551, "AVGBoard": 1, "AVGAlight": 0, "Route": "313, 3, 223", "StopAbbr_J": "127016" }, "geometry": { "type": "Point", "coordinates": [ -111.826551000004144, 40.753432000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 855, "StopName": "Arapeen Dr \/ Chipeta Way (NB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127017", "Latitude": 40.755308, "Longitude": -111.826562, "AVGBoard": 0, "AVGAlight": 0, "Route": "313, 3, 223", "StopAbbr_J": "127017" }, "geometry": { "type": "Point", "coordinates": [ -111.826562000004159, 40.755308000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 856, "StopName": "Chipeta Way \/ Colorow Way (NB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127018", "Latitude": 40.756808, "Longitude": -111.824513, "AVGBoard": 16, "AVGAlight": 13, "Route": "473, 455, 313, 3, 223", "StopAbbr_J": "127018" }, "geometry": { "type": "Point", "coordinates": [ -111.824513000004472, 40.756808000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 857, "StopName": "Chipeta Way \/ Tabby Ln (SB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127019", "Latitude": 40.759034, "Longitude": -111.824314, "AVGBoard": 1, "AVGAlight": 3, "Route": "313, 3, 223", "StopAbbr_J": "127019" }, "geometry": { "type": "Point", "coordinates": [ -111.824314000004193, 40.759034000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 858, "StopName": "Chipeta Way \/ 450 S (NB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127020", "Latitude": 40.760801, "Longitude": -111.825719, "AVGBoard": 1, "AVGAlight": 1, "Route": "473, 455, 313, 3, 223", "StopAbbr_J": "127020" }, "geometry": { "type": "Point", "coordinates": [ -111.825719000004497, 40.760801000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 859, "StopName": "Wakara Way \/ Chipeta Way (WB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127021", "Latitude": 40.761293, "Longitude": -111.827046, "AVGBoard": 5, "AVGAlight": 4, "Route": "473, 455, 313, 3, 223", "StopAbbr_J": "127021" }, "geometry": { "type": "Point", "coordinates": [ -111.827046000004657, 40.761293000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 860, "StopName": "Wakara Way \/ 400 S (WB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127023", "Latitude": 40.759521, "Longitude": -111.828726, "AVGBoard": 4, "AVGAlight": 3, "Route": "473, 455, 313, 3, 223", "StopAbbr_J": "127023" }, "geometry": { "type": "Point", "coordinates": [ -111.828726000004366, 40.759521000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 861, "StopName": "Wakara Way \/ Arapeen Dr (WB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127024", "Latitude": 40.757651, "Longitude": -111.830588, "AVGBoard": 2, "AVGAlight": 0, "Route": "473, 455, 3, 223", "StopAbbr_J": "127024" }, "geometry": { "type": "Point", "coordinates": [ -111.830588000004752, 40.757651000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 862, "StopName": "Wakara Way \/ Komas Dr (EB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127026", "Latitude": 40.756206, "Longitude": -111.831842, "AVGBoard": 1, "AVGAlight": 3, "Route": "455, 313, 3, 223", "StopAbbr_J": "127026" }, "geometry": { "type": "Point", "coordinates": [ -111.831842000004258, 40.756206000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 863, "StopName": "Komas Dr @ 542 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127027", "Latitude": 40.756122, "Longitude": -111.830904, "AVGBoard": 19, "AVGAlight": 20, "Route": "473, 455", "StopAbbr_J": "127027" }, "geometry": { "type": "Point", "coordinates": [ -111.83090400000394, 40.756122000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 864, "StopName": "Komas Dr @ 650 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127028", "Latitude": 40.755031, "Longitude": -111.829258, "AVGBoard": 2, "AVGAlight": 1, "Route": "473, 455", "StopAbbr_J": "127028" }, "geometry": { "type": "Point", "coordinates": [ -111.829258000004359, 40.755031000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 865, "StopName": "Arapeen Dr \/ Komas Dr (SB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127029", "Latitude": 40.753683, "Longitude": -111.826774, "AVGBoard": 0, "AVGAlight": 1, "Route": "313, 3, 223", "StopAbbr_J": "127029" }, "geometry": { "type": "Point", "coordinates": [ -111.826774000004619, 40.753683000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 866, "StopName": "University Village East (SB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127030", "Latitude": 40.752297, "Longitude": -111.826781, "AVGBoard": 1, "AVGAlight": 1, "Route": "313, 3, 223", "StopAbbr_J": "127030" }, "geometry": { "type": "Point", "coordinates": [ -111.826781000004317, 40.75229700000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 867, "StopName": "Wakara Way \/ Arapeen Dr (EB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127034", "Latitude": 40.757477, "Longitude": -111.830409, "AVGBoard": 0, "AVGAlight": 2, "Route": "313, 3, 223", "StopAbbr_J": "127034" }, "geometry": { "type": "Point", "coordinates": [ -111.830409000004323, 40.75747700000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 868, "StopName": "Wakara Way \/ 400 S (EB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127035", "Latitude": 40.759315, "Longitude": -111.828551, "AVGBoard": 0, "AVGAlight": 2, "Route": "313, 3, 223", "StopAbbr_J": "127035" }, "geometry": { "type": "Point", "coordinates": [ -111.828551000004268, 40.759315000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 869, "StopName": "Wakara Way \/ Chipeta Dr (EB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127037", "Latitude": 40.761208, "Longitude": -111.826774, "AVGBoard": 2, "AVGAlight": 2, "Route": "313, 3, 223", "StopAbbr_J": "127037" }, "geometry": { "type": "Point", "coordinates": [ -111.826774000004619, 40.76120800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 870, "StopName": "Chipeta Way \/ 450 S (SB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127038", "Latitude": 40.760283, "Longitude": -111.825519, "AVGBoard": 0, "AVGAlight": 2, "Route": "313, 3, 223", "StopAbbr_J": "127038" }, "geometry": { "type": "Point", "coordinates": [ -111.825519000004135, 40.760283000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 871, "StopName": "Chipeta Way \/ Tabby Ln (NB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127039", "Latitude": 40.759351, "Longitude": -111.824292, "AVGBoard": 7, "AVGAlight": 5, "Route": "473, 455, 313, 3, 223", "StopAbbr_J": "127039" }, "geometry": { "type": "Point", "coordinates": [ -111.824292000004164, 40.759351000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 872, "StopName": "Chipeta Way \/ Colorow Way (SB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127040", "Latitude": 40.756785, "Longitude": -111.824914, "AVGBoard": 2, "AVGAlight": 4, "Route": "313, 3, 223", "StopAbbr_J": "127040" }, "geometry": { "type": "Point", "coordinates": [ -111.824914000004412, 40.756785000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 873, "StopName": "1900 E @ 886 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127042", "Latitude": 40.749919, "Longitude": -111.836608, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127042" }, "geometry": { "type": "Point", "coordinates": [ -111.836608000004077, 40.749919000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 874, "StopName": "1900 E @ 986 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127043", "Latitude": 40.747959, "Longitude": -111.836584, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127043" }, "geometry": { "type": "Point", "coordinates": [ -111.836584000004777, 40.74795900000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 875, "StopName": "Pieper Blvd @ 5190 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101901", "Latitude": 40.656967, "Longitude": -112.007626, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101901" }, "geometry": { "type": "Point", "coordinates": [ -112.007626000004223, 40.656967000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 876, "StopName": "1900 E @ 1058 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127044", "Latitude": 40.746176, "Longitude": -111.83658, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127044" }, "geometry": { "type": "Point", "coordinates": [ -111.83658000000446, 40.746176000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 877, "StopName": "1900 E @ 1150 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127045", "Latitude": 40.743498, "Longitude": -111.836584, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127045" }, "geometry": { "type": "Point", "coordinates": [ -111.836584000004777, 40.743498000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 878, "StopName": "1900 E @ 1218 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127046", "Latitude": 40.742199, "Longitude": -111.836582, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127046" }, "geometry": { "type": "Point", "coordinates": [ -111.836582000004611, 40.742199000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 879, "StopName": "2100 S @ 1870 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "127060", "Latitude": 40.72544, "Longitude": -111.837276, "AVGBoard": 1, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "127060" }, "geometry": { "type": "Point", "coordinates": [ -111.837276000004522, 40.725440000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 880, "StopName": "Wakara Way \/ Komas Dr (WB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127063", "Latitude": 40.756167, "Longitude": -111.832363, "AVGBoard": 10, "AVGAlight": 2, "Route": "473, 455, 313, 3, 223", "StopAbbr_J": "127063" }, "geometry": { "type": "Point", "coordinates": [ -111.83236300000425, 40.756167000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 881, "StopName": "Foothill Dr \/ Mario Capecchi (SB)", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "127068", "Latitude": 40.756506, "Longitude": -111.835182, "AVGBoard": 6, "AVGAlight": 1, "Route": null, "StopAbbr_J": "127068" }, "geometry": { "type": "Point", "coordinates": [ -111.835182000004721, 40.756506000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 882, "StopName": "1900 E @ 1295 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127073", "Latitude": 40.742066, "Longitude": -111.836468, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127073" }, "geometry": { "type": "Point", "coordinates": [ -111.836468000004174, 40.742066000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 883, "StopName": "Foothill Dr @ 930 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127074", "Latitude": 40.748891, "Longitude": -111.830757, "AVGBoard": 2, "AVGAlight": 4, "Route": "4, 21", "StopAbbr_J": "127074" }, "geometry": { "type": "Point", "coordinates": [ -111.830757000004354, 40.748891000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 884, "StopName": "1900 E @ 1061 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127075", "Latitude": 40.745943, "Longitude": -111.836474, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127075" }, "geometry": { "type": "Point", "coordinates": [ -111.836474000004685, 40.745943000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 885, "StopName": "1900 E @ 991 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127076", "Latitude": 40.747654, "Longitude": -111.836469, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127076" }, "geometry": { "type": "Point", "coordinates": [ -111.836469000004257, 40.747654000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 886, "StopName": "1900 E @ 901 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127077", "Latitude": 40.749641, "Longitude": -111.836469, "AVGBoard": 0, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "127077" }, "geometry": { "type": "Point", "coordinates": [ -111.836469000004257, 40.74964100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 887, "StopName": "Foothill Dr @ 1002 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127085", "Latitude": 40.747529, "Longitude": -111.830754, "AVGBoard": 1, "AVGAlight": 2, "Route": "4, 21", "StopAbbr_J": "127085" }, "geometry": { "type": "Point", "coordinates": [ -111.830754000004106, 40.747529000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 888, "StopName": "Foothill Dr @ 1090 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127086", "Latitude": 40.743868, "Longitude": -111.829401, "AVGBoard": 1, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "127086" }, "geometry": { "type": "Point", "coordinates": [ -111.829401000004495, 40.743868000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 889, "StopName": "Foothill Dr @ 1250 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127087", "Latitude": 40.7424, "Longitude": -111.828038, "AVGBoard": 0, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "127087" }, "geometry": { "type": "Point", "coordinates": [ -111.828038000004071, 40.742400000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 890, "StopName": "Foothill Dr @ 1350 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127088", "Latitude": 40.740563, "Longitude": -111.826572, "AVGBoard": 2, "AVGAlight": 3, "Route": "4", "StopAbbr_J": "127088" }, "geometry": { "type": "Point", "coordinates": [ -111.826572000004077, 40.740563000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 891, "StopName": "Foothill Dr @ 1458 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127089", "Latitude": 40.738041, "Longitude": -111.824361, "AVGBoard": 0, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "127089" }, "geometry": { "type": "Point", "coordinates": [ -111.824361000004487, 40.738041000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 892, "StopName": "Foothill Dr @ 1520 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127090", "Latitude": 40.736546, "Longitude": -111.823082, "AVGBoard": 0, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "127090" }, "geometry": { "type": "Point", "coordinates": [ -111.823082000004703, 40.736546000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 893, "StopName": "Foothill Dr @ 1720 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127091", "Latitude": 40.733161, "Longitude": -111.820167, "AVGBoard": 1, "AVGAlight": 5, "Route": "4", "StopAbbr_J": "127091" }, "geometry": { "type": "Point", "coordinates": [ -111.820167000004361, 40.733161000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 894, "StopName": "Foothill Dr @ 2050 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127093", "Latitude": 40.726647, "Longitude": -111.815593, "AVGBoard": 0, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "127093" }, "geometry": { "type": "Point", "coordinates": [ -111.815593000004256, 40.726647000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 895, "StopName": "Foothill Dr @ 2160 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127094", "Latitude": 40.725166, "Longitude": -111.814604, "AVGBoard": 1, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "127094" }, "geometry": { "type": "Point", "coordinates": [ -111.814604000004209, 40.725166000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 896, "StopName": "Foothill Dr @ 2200 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127095", "Latitude": 40.723886, "Longitude": -111.813767, "AVGBoard": 0, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "127095" }, "geometry": { "type": "Point", "coordinates": [ -111.813767000004162, 40.723886000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 897, "StopName": "Foothill Dr @ 2240 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127096", "Latitude": 40.722871, "Longitude": -111.813026, "AVGBoard": 0, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "127096" }, "geometry": { "type": "Point", "coordinates": [ -111.813026000003973, 40.722871000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 898, "StopName": "Foothill Dr @ 2278 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127097", "Latitude": 40.721905, "Longitude": -111.812322, "AVGBoard": 1, "AVGAlight": 3, "Route": "4", "StopAbbr_J": "127097" }, "geometry": { "type": "Point", "coordinates": [ -111.812322000004116, 40.721905000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 899, "StopName": "Foothill Dr @ 2330 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127098", "Latitude": 40.720889, "Longitude": -111.811571, "AVGBoard": 1, "AVGAlight": 4, "Route": "4, 354, 313", "StopAbbr_J": "127098" }, "geometry": { "type": "Point", "coordinates": [ -111.811571000004008, 40.720889000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 900, "StopName": "Foothill Dr @ 2295 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127099", "Latitude": 40.721602, "Longitude": -111.811741, "AVGBoard": 9, "AVGAlight": 4, "Route": "4, 354, 313", "StopAbbr_J": "127099" }, "geometry": { "type": "Point", "coordinates": [ -111.811741000004588, 40.721602000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 901, "StopName": "Foothill Dr @ 2235 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127100", "Latitude": 40.723231, "Longitude": -111.813021, "AVGBoard": 1, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "127100" }, "geometry": { "type": "Point", "coordinates": [ -111.81302100000444, 40.723231000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 902, "StopName": "Foothill Dr @ 2135 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127101", "Latitude": 40.725364, "Longitude": -111.814443, "AVGBoard": 0, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "127101" }, "geometry": { "type": "Point", "coordinates": [ -111.81444300000436, 40.725364000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 903, "StopName": "Foothill Dr @ 2015 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127102", "Latitude": 40.726827, "Longitude": -111.815408, "AVGBoard": 0, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "127102" }, "geometry": { "type": "Point", "coordinates": [ -111.81540800000424, 40.72682700000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 904, "StopName": "Foothill Dr @ 1925 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127103", "Latitude": 40.728462, "Longitude": -111.816485, "AVGBoard": 1, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "127103" }, "geometry": { "type": "Point", "coordinates": [ -111.816485000004363, 40.728462000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 905, "StopName": "Foothill Dr @ 1825 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127104", "Latitude": 40.731095, "Longitude": -111.818246, "AVGBoard": 0, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "127104" }, "geometry": { "type": "Point", "coordinates": [ -111.818246000004493, 40.731095000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 906, "StopName": "Foothill Dr @ 1707 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127105", "Latitude": 40.733246, "Longitude": -111.819927, "AVGBoard": 5, "AVGAlight": 2, "Route": "4", "StopAbbr_J": "127105" }, "geometry": { "type": "Point", "coordinates": [ -111.819927000004284, 40.733246000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 907, "StopName": "Foothill Dr @ 1527 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127106", "Latitude": 40.736765, "Longitude": -111.822948, "AVGBoard": 1, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "127106" }, "geometry": { "type": "Point", "coordinates": [ -111.822948000004402, 40.736765000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 908, "StopName": "Foothill Dr @ 1445 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127107", "Latitude": 40.738358, "Longitude": -111.824329, "AVGBoard": 1, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "127107" }, "geometry": { "type": "Point", "coordinates": [ -111.824329000004525, 40.738358000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 909, "StopName": "Foothill Dr @ 1325 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127108", "Latitude": 40.741408, "Longitude": -111.826945, "AVGBoard": 2, "AVGAlight": 3, "Route": "4", "StopAbbr_J": "127108" }, "geometry": { "type": "Point", "coordinates": [ -111.826945000004386, 40.741408000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 910, "StopName": "Foothill Dr @ 1187 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127109", "Latitude": 40.742954, "Longitude": -111.828265, "AVGBoard": 1, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "127109" }, "geometry": { "type": "Point", "coordinates": [ -111.828265000003967, 40.742954000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 911, "StopName": "Foothill Dr @ 975 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127110", "Latitude": 40.747807, "Longitude": -111.830456, "AVGBoard": 1, "AVGAlight": 1, "Route": "4, 21", "StopAbbr_J": "127110" }, "geometry": { "type": "Point", "coordinates": [ -111.830456000004617, 40.747807000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 912, "StopName": "Foothill Dr @ 911 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127111", "Latitude": 40.749138, "Longitude": -111.830439, "AVGBoard": 1, "AVGAlight": 2, "Route": "4, 21", "StopAbbr_J": "127111" }, "geometry": { "type": "Point", "coordinates": [ -111.830439000004105, 40.749138000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 913, "StopName": "U Social Work Building (WB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127117", "Latitude": 40.760515, "Longitude": -111.846792, "AVGBoard": 14, "AVGAlight": 7, "Route": "473, 455, 4, 354, 313, 3, 213", "StopAbbr_J": "127117" }, "geometry": { "type": "Point", "coordinates": [ -111.846792000004626, 40.760515000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 914, "StopName": "Mario Capecchi \/ Research Rd (SB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127125", "Latitude": 40.759922, "Longitude": -111.834941, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "127125" }, "geometry": { "type": "Point", "coordinates": [ -111.834941000004548, 40.759922000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 915, "StopName": "Foothill Dr \/ Wakara Way (NB)", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "127127", "Latitude": 40.755659, "Longitude": -111.833925, "AVGBoard": 20, "AVGAlight": 26, "Route": "902, 455, 4, 354, 313, 3, 223, 21", "StopAbbr_J": "127127" }, "geometry": { "type": "Point", "coordinates": [ -111.833925000004058, 40.75565900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 916, "StopName": "Mario Capecchi Dr \/ Pollock Rd (NB)", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "127128", "Latitude": 40.758448, "Longitude": -111.834827, "AVGBoard": 1, "AVGAlight": 3, "Route": null, "StopAbbr_J": "127128" }, "geometry": { "type": "Point", "coordinates": [ -111.834827000004097, 40.758448000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 917, "StopName": "Mario Capecchi \/ Research Rd (NB)", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "127129", "Latitude": 40.759914, "Longitude": -111.834688, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "127129" }, "geometry": { "type": "Point", "coordinates": [ -111.834688000004292, 40.759914000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 918, "StopName": "Mario Capecchi \/ South Campus (NB)", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "127130", "Latitude": 40.76312, "Longitude": -111.835721, "AVGBoard": 1, "AVGAlight": 15, "Route": "902, 9, 354, 313, 2X, 223, 213, 21, 17", "StopAbbr_J": "127130" }, "geometry": { "type": "Point", "coordinates": [ -111.835721000004384, 40.763120000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 919, "StopName": "Mario Capecchi Dr \/ 1900 E (NB)", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "127131", "Latitude": 40.768715, "Longitude": -111.837144, "AVGBoard": 0, "AVGAlight": 34, "Route": "9, 2X, 223, 213, 21, 17", "StopAbbr_J": "127131" }, "geometry": { "type": "Point", "coordinates": [ -111.837144000004386, 40.768715000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 920, "StopName": "Wasatch Dr \/ Exploration Way (NB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127132", "Latitude": 40.770267, "Longitude": -111.842261, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "127132" }, "geometry": { "type": "Point", "coordinates": [ -111.842261000004484, 40.77026700000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 921, "StopName": "2100 E @ 2001 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127139", "Latitude": 40.727497, "Longitude": -111.830744, "AVGBoard": 11, "AVGAlight": 26, "Route": "902, 21", "StopAbbr_J": "127139" }, "geometry": { "type": "Point", "coordinates": [ -111.830744000004174, 40.727497000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 922, "StopName": "2100 E @ 1897 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127140", "Latitude": 40.729025, "Longitude": -111.830737, "AVGBoard": 1, "AVGAlight": 2, "Route": "902, 21", "StopAbbr_J": "127140" }, "geometry": { "type": "Point", "coordinates": [ -111.83073700000449, 40.729025000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 923, "StopName": "2100 E @ 1805 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127141", "Latitude": 40.731065, "Longitude": -111.830723, "AVGBoard": 0, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "127141" }, "geometry": { "type": "Point", "coordinates": [ -111.830723000004241, 40.731065000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 924, "StopName": "2100 E @ 1703 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127142", "Latitude": 40.733381, "Longitude": -111.830719, "AVGBoard": 1, "AVGAlight": 3, "Route": "21", "StopAbbr_J": "127142" }, "geometry": { "type": "Point", "coordinates": [ -111.830719000004805, 40.733381000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 925, "StopName": "2100 E @ 1563 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127143", "Latitude": 40.735547, "Longitude": -111.830718, "AVGBoard": 2, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "127143" }, "geometry": { "type": "Point", "coordinates": [ -111.830718000004737, 40.735547000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 926, "StopName": "2100 E @ 1493 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127144", "Latitude": 40.737124, "Longitude": -111.830698, "AVGBoard": 6, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "127144" }, "geometry": { "type": "Point", "coordinates": [ -111.830698000003963, 40.737124000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 927, "StopName": "2100 E @ 1385 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127145", "Latitude": 40.739716, "Longitude": -111.830713, "AVGBoard": 2, "AVGAlight": 5, "Route": "21", "StopAbbr_J": "127145" }, "geometry": { "type": "Point", "coordinates": [ -111.830713000004309, 40.739716000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 928, "StopName": "2100 E @ 1326 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127146", "Latitude": 40.741239, "Longitude": -111.830857, "AVGBoard": 8, "AVGAlight": 3, "Route": "21", "StopAbbr_J": "127146" }, "geometry": { "type": "Point", "coordinates": [ -111.830857000004556, 40.741239000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 929, "StopName": "2100 E @ 1388 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127147", "Latitude": 40.739731, "Longitude": -111.830863, "AVGBoard": 3, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "127147" }, "geometry": { "type": "Point", "coordinates": [ -111.830863000004157, 40.739731000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 930, "StopName": "2100 E @ 1492 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127148", "Latitude": 40.737209, "Longitude": -111.83085, "AVGBoard": 1, "AVGAlight": 5, "Route": "21", "StopAbbr_J": "127148" }, "geometry": { "type": "Point", "coordinates": [ -111.830850000003963, 40.737209000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 931, "StopName": "2100 E @ 1558 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127149", "Latitude": 40.735813, "Longitude": -111.830869, "AVGBoard": 1, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "127149" }, "geometry": { "type": "Point", "coordinates": [ -111.830869000004654, 40.735813000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 932, "StopName": "2100 E @ 1710 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127150", "Latitude": 40.733247, "Longitude": -111.830864, "AVGBoard": 3, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "127150" }, "geometry": { "type": "Point", "coordinates": [ -111.830864000004226, 40.733247000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 933, "StopName": "2100 E @ 1816 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127151", "Latitude": 40.730865, "Longitude": -111.830869, "AVGBoard": 2, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "127151" }, "geometry": { "type": "Point", "coordinates": [ -111.830869000004654, 40.730865000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 934, "StopName": "2100 E @ 1894 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127152", "Latitude": 40.729319, "Longitude": -111.830883, "AVGBoard": 2, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "127152" }, "geometry": { "type": "Point", "coordinates": [ -111.830883000004007, 40.729319000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 935, "StopName": "2100 E @ 1954 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127153", "Latitude": 40.727713, "Longitude": -111.83089, "AVGBoard": 0, "AVGAlight": 0, "Route": "902, 21", "StopAbbr_J": "127153" }, "geometry": { "type": "Point", "coordinates": [ -111.830890000004587, 40.727713000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 936, "StopName": "1900 E @ 1575 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127164", "Latitude": 40.735283, "Longitude": -111.836449, "AVGBoard": 1, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "127164" }, "geometry": { "type": "Point", "coordinates": [ -111.836449000004407, 40.735283000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 937, "StopName": "1900 E @ 1352 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127165", "Latitude": 40.740248, "Longitude": -111.836577, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127165" }, "geometry": { "type": "Point", "coordinates": [ -111.836577000004212, 40.740248000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 938, "StopName": "1900 E @ 1558 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127166", "Latitude": 40.735774, "Longitude": -111.836554, "AVGBoard": 1, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "127166" }, "geometry": { "type": "Point", "coordinates": [ -111.836554000004099, 40.735774000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 939, "StopName": "1900 E @ 1632 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127167", "Latitude": 40.733921, "Longitude": -111.836541, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127167" }, "geometry": { "type": "Point", "coordinates": [ -111.836541000004829, 40.73392100000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 940, "StopName": "2100 S @ 1990 E", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127213", "Latitude": 40.725432, "Longitude": -111.834133, "AVGBoard": 4, "AVGAlight": 9, "Route": "21", "StopAbbr_J": "127213" }, "geometry": { "type": "Point", "coordinates": [ -111.834133000004201, 40.725432000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 941, "StopName": "2100 S @ 1985 E", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "127220", "Latitude": 40.725568, "Longitude": -111.833963, "AVGBoard": 9, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "127220" }, "geometry": { "type": "Point", "coordinates": [ -111.833963000004516, 40.725568000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 942, "StopName": "2100 S @ 1905 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "127221", "Latitude": 40.725572, "Longitude": -111.836211, "AVGBoard": 2, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "127221" }, "geometry": { "type": "Point", "coordinates": [ -111.836211000004482, 40.725572000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 943, "StopName": "2100 S @ 1775 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "127222", "Latitude": 40.725572, "Longitude": -111.839654, "AVGBoard": 2, "AVGAlight": 2, "Route": "21", "StopAbbr_J": "127222" }, "geometry": { "type": "Point", "coordinates": [ -111.839654000004458, 40.725572000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 944, "StopName": "2100 E @ 1289 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127224", "Latitude": 40.7421, "Longitude": -111.830682, "AVGBoard": 6, "AVGAlight": 9, "Route": "21", "StopAbbr_J": "127224" }, "geometry": { "type": "Point", "coordinates": [ -111.830682000004444, 40.742100000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 945, "StopName": "2100 E @ 1135 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127225", "Latitude": 40.744424, "Longitude": -111.830605, "AVGBoard": 3, "AVGAlight": 4, "Route": "21", "StopAbbr_J": "127225" }, "geometry": { "type": "Point", "coordinates": [ -111.830605000004368, 40.744424000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 946, "StopName": "2100 E @ 1150 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127226", "Latitude": 40.743944, "Longitude": -111.83082, "AVGBoard": 4, "AVGAlight": 3, "Route": "21", "StopAbbr_J": "127226" }, "geometry": { "type": "Point", "coordinates": [ -111.830820000004181, 40.743944000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 947, "StopName": "1900 E @ 1119 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127237", "Latitude": 40.744478, "Longitude": -111.836467, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127237" }, "geometry": { "type": "Point", "coordinates": [ -111.836467000004092, 40.744478000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 948, "StopName": "University Village West (WB)", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127245", "Latitude": 40.750887, "Longitude": -111.834602, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127245" }, "geometry": { "type": "Point", "coordinates": [ -111.834602000004352, 40.750887000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 949, "StopName": "Foothill Dr @ 1568 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127249", "Latitude": 40.735421, "Longitude": -111.822107, "AVGBoard": 0, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "127249" }, "geometry": { "type": "Point", "coordinates": [ -111.82210700000401, 40.735421000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 950, "StopName": "Foothill Dr @ 1810 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127250", "Latitude": 40.730817, "Longitude": -111.818371, "AVGBoard": 0, "AVGAlight": 1, "Route": "4", "StopAbbr_J": "127250" }, "geometry": { "type": "Point", "coordinates": [ -111.818371000004049, 40.730817000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 951, "StopName": "U Medical Center Station (NB)", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "127256", "Latitude": 40.770173, "Longitude": -111.839059, "AVGBoard": 6, "AVGAlight": 117, "Route": "902, 9, 354, 313, 2X, 223, 213, 21, 17", "StopAbbr_J": "127256" }, "geometry": { "type": "Point", "coordinates": [ -111.839059000004667, 40.77017300000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 952, "StopName": "U Medical Center Station (SB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127257", "Latitude": 40.770008, "Longitude": -111.839202, "AVGBoard": 127, "AVGAlight": 23, "Route": null, "StopAbbr_J": "127257" }, "geometry": { "type": "Point", "coordinates": [ -111.839202000004818, 40.770008000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 953, "StopName": "1900 E @ 1450 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127746", "Latitude": 40.738131, "Longitude": -111.836586, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "127746" }, "geometry": { "type": "Point", "coordinates": [ -111.836586000004061, 40.738131000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 954, "StopName": "1900 E @ 1435 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "127747", "Latitude": 40.738198, "Longitude": -111.836458, "AVGBoard": 0, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "127747" }, "geometry": { "type": "Point", "coordinates": [ -111.836458000004242, 40.738198000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 955, "StopName": "2700 S @ 8720 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132003", "Latitude": 40.711156, "Longitude": -112.100059, "AVGBoard": 9, "AVGAlight": 10, "Route": "35M, 35", "StopAbbr_J": "132003" }, "geometry": { "type": "Point", "coordinates": [ -112.100059000004265, 40.711156000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 956, "StopName": "2700 S @ 8798 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132004", "Latitude": 40.711131, "Longitude": -112.101634, "AVGBoard": 5, "AVGAlight": 6, "Route": "35M, 35", "StopAbbr_J": "132004" }, "geometry": { "type": "Point", "coordinates": [ -112.101634000004267, 40.711131000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 957, "StopName": "2700 S @ 9038 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132007", "Latitude": 40.711031, "Longitude": -112.106928, "AVGBoard": 8, "AVGAlight": 7, "Route": "35M, 35", "StopAbbr_J": "132007" }, "geometry": { "type": "Point", "coordinates": [ -112.106928000004629, 40.711031000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 958, "StopName": "9150 W @ 2702 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132009", "Latitude": 40.710641, "Longitude": -112.109524, "AVGBoard": 4, "AVGAlight": 5, "Route": "35M, 35", "StopAbbr_J": "132009" }, "geometry": { "type": "Point", "coordinates": [ -112.10952400000464, 40.710641000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 959, "StopName": "9150 W @ 2930 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132011", "Latitude": 40.707014, "Longitude": -112.109442, "AVGBoard": 2, "AVGAlight": 3, "Route": "35M, 35", "StopAbbr_J": "132011" }, "geometry": { "type": "Point", "coordinates": [ -112.109442000004151, 40.707014000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 960, "StopName": "9150 W @ 3004 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132012", "Latitude": 40.705766, "Longitude": -112.109419, "AVGBoard": 1, "AVGAlight": 1, "Route": "35M, 35", "StopAbbr_J": "132012" }, "geometry": { "type": "Point", "coordinates": [ -112.109419000004053, 40.705766000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 961, "StopName": "3100 S @ 9101 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132014", "Latitude": 40.703716, "Longitude": -112.108414, "AVGBoard": 10, "AVGAlight": 8, "Route": "35", "StopAbbr_J": "132014" }, "geometry": { "type": "Point", "coordinates": [ -112.108414000004458, 40.703716000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 962, "StopName": "3100 S @ 8951 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132016", "Latitude": 40.703714, "Longitude": -112.105141, "AVGBoard": 10, "AVGAlight": 9, "Route": "35", "StopAbbr_J": "132016" }, "geometry": { "type": "Point", "coordinates": [ -112.105141000004153, 40.703714000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 963, "StopName": "3100 S @ 8801 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132018", "Latitude": 40.703698, "Longitude": -112.101576, "AVGBoard": 7, "AVGAlight": 5, "Route": "35", "StopAbbr_J": "132018" }, "geometry": { "type": "Point", "coordinates": [ -112.101576000003973, 40.70369800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 964, "StopName": "3100 S @ 8699 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132019", "Latitude": 40.703671, "Longitude": -112.099129, "AVGBoard": 0, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "132019" }, "geometry": { "type": "Point", "coordinates": [ -112.099129000004609, 40.703671000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 965, "StopName": "3100 S @ 8601 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "132020", "Latitude": 40.703687, "Longitude": -112.097474, "AVGBoard": 7, "AVGAlight": 6, "Route": "35", "StopAbbr_J": "132020" }, "geometry": { "type": "Point", "coordinates": [ -112.097474000004269, 40.703687000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 966, "StopName": "8400 W @ 3194 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133002", "Latitude": 40.702018, "Longitude": -112.091921, "AVGBoard": 2, "AVGAlight": 2, "Route": "35", "StopAbbr_J": "133002" }, "geometry": { "type": "Point", "coordinates": [ -112.091921000004049, 40.702018000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 967, "StopName": "8400 W @ 3278 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133003", "Latitude": 40.700909, "Longitude": -112.091941, "AVGBoard": 1, "AVGAlight": 0, "Route": "35", "StopAbbr_J": "133003" }, "geometry": { "type": "Point", "coordinates": [ -112.091941000003899, 40.700909000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 968, "StopName": "8400 W @ 3175 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133005", "Latitude": 40.702261, "Longitude": -112.091754, "AVGBoard": 1, "AVGAlight": 3, "Route": "35M, 35", "StopAbbr_J": "133005" }, "geometry": { "type": "Point", "coordinates": [ -112.091754000004613, 40.702261000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 969, "StopName": "8400 W @ 3435 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133022", "Latitude": 40.697648, "Longitude": -112.091691, "AVGBoard": 1, "AVGAlight": 1, "Route": "35M, 35", "StopAbbr_J": "133022" }, "geometry": { "type": "Point", "coordinates": [ -112.091691000004786, 40.69764800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 970, "StopName": "8400 W @ 3275 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133023", "Latitude": 40.700639, "Longitude": -112.091749, "AVGBoard": 0, "AVGAlight": 1, "Route": "35M, 35", "StopAbbr_J": "133023" }, "geometry": { "type": "Point", "coordinates": [ -112.091749000004199, 40.700639000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 971, "StopName": "8400 W @ 2975 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133025", "Latitude": 40.705946, "Longitude": -112.091721, "AVGBoard": 4, "AVGAlight": 6, "Route": "35M, 35", "StopAbbr_J": "133025" }, "geometry": { "type": "Point", "coordinates": [ -112.091721000004569, 40.705946000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 972, "StopName": "8400 W @ 2889 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133026", "Latitude": 40.707521, "Longitude": -112.091721, "AVGBoard": 0, "AVGAlight": 2, "Route": "35M, 35", "StopAbbr_J": "133026" }, "geometry": { "type": "Point", "coordinates": [ -112.091721000004569, 40.707521000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 973, "StopName": "8400 W @ 2835 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133027", "Latitude": 40.708911, "Longitude": -112.091731, "AVGBoard": 3, "AVGAlight": 3, "Route": "35M, 35", "StopAbbr_J": "133027" }, "geometry": { "type": "Point", "coordinates": [ -112.091731000004515, 40.708911000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 974, "StopName": "3500 S @ 8345 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133029", "Latitude": 40.696377, "Longitude": -112.089935, "AVGBoard": 75, "AVGAlight": 61, "Route": "35", "StopAbbr_J": "133029" }, "geometry": { "type": "Point", "coordinates": [ -112.089935000004189, 40.696377000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 975, "StopName": "3500 S @ 8261 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133030", "Latitude": 40.696363, "Longitude": -112.087858, "AVGBoard": 2, "AVGAlight": 0, "Route": "35", "StopAbbr_J": "133030" }, "geometry": { "type": "Point", "coordinates": [ -112.087858000004005, 40.696363000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 976, "StopName": "3500 S @ 7915 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133042", "Latitude": 40.696405, "Longitude": -112.080022, "AVGBoard": 1, "AVGAlight": 0, "Route": "35", "StopAbbr_J": "133042" }, "geometry": { "type": "Point", "coordinates": [ -112.08002200000449, 40.696405000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 977, "StopName": "3500 S @ 7725 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133043", "Latitude": 40.696371, "Longitude": -112.075355, "AVGBoard": 2, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "133043" }, "geometry": { "type": "Point", "coordinates": [ -112.075355000004777, 40.696371000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 978, "StopName": "3500 S @ 7501 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133044", "Latitude": 40.696376, "Longitude": -112.073558, "AVGBoard": 4, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "133044" }, "geometry": { "type": "Point", "coordinates": [ -112.073558000004383, 40.696376000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 979, "StopName": "3500 S @ 7435 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133046", "Latitude": 40.696394, "Longitude": -112.068894, "AVGBoard": 2, "AVGAlight": 3, "Route": "35", "StopAbbr_J": "133046" }, "geometry": { "type": "Point", "coordinates": [ -112.068894000004022, 40.696394000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 980, "StopName": "3500 S @ 7335 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133047", "Latitude": 40.696415, "Longitude": -112.066764, "AVGBoard": 2, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "133047" }, "geometry": { "type": "Point", "coordinates": [ -112.066764000003928, 40.696415000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 981, "StopName": "3500 S @ 7225 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133048", "Latitude": 40.696412, "Longitude": -112.064376, "AVGBoard": 36, "AVGAlight": 12, "Route": "35M, 35", "StopAbbr_J": "133048" }, "geometry": { "type": "Point", "coordinates": [ -112.06437600000406, 40.696412000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 982, "StopName": "3500 S @ 7055 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "133049", "Latitude": 40.696424, "Longitude": -112.059823, "AVGBoard": 7, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "133049" }, "geometry": { "type": "Point", "coordinates": [ -112.059823000004798, 40.696424000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 983, "StopName": "3500 S @ 6933 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "133050", "Latitude": 40.696452, "Longitude": -112.056631, "AVGBoard": 2, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "133050" }, "geometry": { "type": "Point", "coordinates": [ -112.056631000003989, 40.696452000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 984, "StopName": "3500 S @ 6799 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "133051", "Latitude": 40.696428, "Longitude": -112.053349, "AVGBoard": 6, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "133051" }, "geometry": { "type": "Point", "coordinates": [ -112.053349000004758, 40.696428000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 985, "StopName": "3500 S @ 6561 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "133052", "Latitude": 40.696466, "Longitude": -112.047908, "AVGBoard": 1, "AVGAlight": 0, "Route": "35", "StopAbbr_J": "133052" }, "geometry": { "type": "Point", "coordinates": [ -112.047908000004824, 40.696466000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 986, "StopName": "3500 S @ 6450 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "133054", "Latitude": 40.696599, "Longitude": -112.045255, "AVGBoard": 8, "AVGAlight": 20, "Route": "35M, 35", "StopAbbr_J": "133054" }, "geometry": { "type": "Point", "coordinates": [ -112.045255000004587, 40.696599000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 987, "StopName": "3500 S @ 6780 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "133056", "Latitude": 40.696633, "Longitude": -112.053202, "AVGBoard": 1, "AVGAlight": 4, "Route": "35", "StopAbbr_J": "133056" }, "geometry": { "type": "Point", "coordinates": [ -112.053202000004276, 40.696633000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 988, "StopName": "3500 S @ Callao Dr", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "133058", "Latitude": 40.696587, "Longitude": -112.059783, "AVGBoard": 1, "AVGAlight": 4, "Route": "35", "StopAbbr_J": "133058" }, "geometry": { "type": "Point", "coordinates": [ -112.059783000004174, 40.696587000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 989, "StopName": "3500 S @ 7340 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133060", "Latitude": 40.696566, "Longitude": -112.066507, "AVGBoard": 1, "AVGAlight": 2, "Route": "35", "StopAbbr_J": "133060" }, "geometry": { "type": "Point", "coordinates": [ -112.066507000004236, 40.696566000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 990, "StopName": "3500 S @ 7420 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133061", "Latitude": 40.696573, "Longitude": -112.068311, "AVGBoard": 3, "AVGAlight": 8, "Route": "35", "StopAbbr_J": "133061" }, "geometry": { "type": "Point", "coordinates": [ -112.068311000004314, 40.696573000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 991, "StopName": "3500 S @ 7590 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133063", "Latitude": 40.696562, "Longitude": -112.072471, "AVGBoard": 2, "AVGAlight": 5, "Route": "35", "StopAbbr_J": "133063" }, "geometry": { "type": "Point", "coordinates": [ -112.072471000004327, 40.696562000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 992, "StopName": "3500 S @ 8190 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133068", "Latitude": 40.69655, "Longitude": -112.086478, "AVGBoard": 2, "AVGAlight": 7, "Route": "35", "StopAbbr_J": "133068" }, "geometry": { "type": "Point", "coordinates": [ -112.086478000003936, 40.696550000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 993, "StopName": "3500 S @ 8264 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133069", "Latitude": 40.696611, "Longitude": -112.088141, "AVGBoard": 0, "AVGAlight": 2, "Route": "35", "StopAbbr_J": "133069" }, "geometry": { "type": "Point", "coordinates": [ -112.088141000004029, 40.69661100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 994, "StopName": "3100 S @ 8415 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133099", "Latitude": 40.703661, "Longitude": -112.092109, "AVGBoard": 4, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "133099" }, "geometry": { "type": "Point", "coordinates": [ -112.092109000004328, 40.703661000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 995, "StopName": "3500 S @ 6690 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "133100", "Latitude": 40.696603, "Longitude": -112.050957, "AVGBoard": 0, "AVGAlight": 3, "Route": "35", "StopAbbr_J": "133100" }, "geometry": { "type": "Point", "coordinates": [ -112.050957000004558, 40.696603000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 996, "StopName": "8400 W @ 3049 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133102", "Latitude": 40.704635, "Longitude": -112.091736, "AVGBoard": 1, "AVGAlight": 3, "Route": "35M, 35", "StopAbbr_J": "133102" }, "geometry": { "type": "Point", "coordinates": [ -112.091736000004019, 40.704635000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 997, "StopName": "3500 S @ 8135 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "133115", "Latitude": 40.696372, "Longitude": -112.085577, "AVGBoard": 4, "AVGAlight": 2, "Route": "35", "StopAbbr_J": "133115" }, "geometry": { "type": "Point", "coordinates": [ -112.08557700000398, 40.696372000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 998, "StopName": "4800 W @ 3120 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134006", "Latitude": 40.703451, "Longitude": -112.005847, "AVGBoard": 2, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134006" }, "geometry": { "type": "Point", "coordinates": [ -112.005847000004408, 40.703451000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 999, "StopName": "4800 W @ 3180 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134007", "Latitude": 40.702487, "Longitude": -112.005839, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134007" }, "geometry": { "type": "Point", "coordinates": [ -112.005839000004642, 40.702487000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1000, "StopName": "4800 W @ 3310 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134008", "Latitude": 40.700041, "Longitude": -112.005841, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134008" }, "geometry": { "type": "Point", "coordinates": [ -112.005841000004821, 40.700041000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1001, "StopName": "4800 W @ 3416 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134009", "Latitude": 40.698186, "Longitude": -112.005841, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134009" }, "geometry": { "type": "Point", "coordinates": [ -112.005841000004821, 40.698186000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1002, "StopName": "4800 W @ 3568 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134010", "Latitude": 40.695057, "Longitude": -112.005806, "AVGBoard": 3, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134010" }, "geometry": { "type": "Point", "coordinates": [ -112.005806000004611, 40.69505700000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1003, "StopName": "4800 W @ 3668 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134011", "Latitude": 40.692546, "Longitude": -112.005788, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134011" }, "geometry": { "type": "Point", "coordinates": [ -112.005788000004017, 40.692546000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1004, "StopName": "4800 W @ 3790 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134012", "Latitude": 40.689825, "Longitude": -112.005786, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134012" }, "geometry": { "type": "Point", "coordinates": [ -112.005786000004747, 40.689825000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1005, "StopName": "4800 W @ 3848 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134013", "Latitude": 40.688289, "Longitude": -112.005807, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134013" }, "geometry": { "type": "Point", "coordinates": [ -112.005807000004694, 40.688289000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1006, "StopName": "4800 W @ 3930 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134014", "Latitude": 40.685985, "Longitude": -112.005791, "AVGBoard": 0, "AVGAlight": 2, "Route": "248", "StopAbbr_J": "134014" }, "geometry": { "type": "Point", "coordinates": [ -112.005791000004265, 40.685985000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1007, "StopName": "4000 W @ 8579 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101902", "Latitude": 40.595462, "Longitude": -111.986329, "AVGBoard": 2, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "101902" }, "geometry": { "type": "Point", "coordinates": [ -111.986329000004446, 40.595462000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1008, "StopName": "4800 W @ 4180 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134018", "Latitude": 40.680286, "Longitude": -112.005767, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134018" }, "geometry": { "type": "Point", "coordinates": [ -112.005767000004084, 40.680286000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1009, "StopName": "4000 W @ 8441 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101903", "Latitude": 40.597652, "Longitude": -111.986321, "AVGBoard": 2, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "101903" }, "geometry": { "type": "Point", "coordinates": [ -111.986321000004665, 40.597652000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1010, "StopName": "4800 W @ 4248 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134019", "Latitude": 40.678701, "Longitude": -112.005762, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134019" }, "geometry": { "type": "Point", "coordinates": [ -112.005762000004566, 40.67870100000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1011, "StopName": "4000 W @ 8257 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101904", "Latitude": 40.601231, "Longitude": -111.986299, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "101904" }, "geometry": { "type": "Point", "coordinates": [ -111.986299000004664, 40.601231000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1012, "StopName": "4800 W @ 4286 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134020", "Latitude": 40.677535, "Longitude": -112.005746, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134020" }, "geometry": { "type": "Point", "coordinates": [ -112.005746000004152, 40.677535000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1013, "StopName": "4000 W @ 8055 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101905", "Latitude": 40.604472, "Longitude": -111.986279, "AVGBoard": 1, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "101905" }, "geometry": { "type": "Point", "coordinates": [ -111.986279000004814, 40.604472000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1014, "StopName": "4800 W @ 4360 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134021", "Latitude": 40.675638, "Longitude": -112.005727, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134021" }, "geometry": { "type": "Point", "coordinates": [ -112.00572700000437, 40.675638000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1015, "StopName": "Campus View Dr @ 7633 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101906", "Latitude": 40.611687, "Longitude": -111.980313, "AVGBoard": 20, "AVGAlight": 5, "Route": "240", "StopAbbr_J": "101906" }, "geometry": { "type": "Point", "coordinates": [ -111.980313000004557, 40.611687000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1016, "StopName": "4800 W @ 4506 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134022", "Latitude": 40.672291, "Longitude": -112.005765, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134022" }, "geometry": { "type": "Point", "coordinates": [ -112.005765000004828, 40.672291000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1017, "StopName": "Main St @ 229 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101006", "Latitude": 41.063411, "Longitude": -111.969459, "AVGBoard": 1, "AVGAlight": 1, "Route": "628, 470", "StopAbbr_J": "101006" }, "geometry": { "type": "Point", "coordinates": [ -111.969459000004292, 41.063411000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1018, "StopName": "Plaza Center Dr @ 7467 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101907", "Latitude": 40.614894, "Longitude": -111.979728, "AVGBoard": 3, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "101907" }, "geometry": { "type": "Point", "coordinates": [ -111.97972800000467, 40.614894000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1019, "StopName": "4800 W @ 4570 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134023", "Latitude": 40.670967, "Longitude": -112.005765, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134023" }, "geometry": { "type": "Point", "coordinates": [ -112.005765000004828, 40.670967000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1020, "StopName": "Ring Rd @ 425 W (Layton Mall)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101007", "Latitude": 41.078921, "Longitude": -111.974571, "AVGBoard": 0, "AVGAlight": 0, "Route": "640, 628, 627, 472, 456", "StopAbbr_J": "101007" }, "geometry": { "type": "Point", "coordinates": [ -111.974571000003976, 41.078921000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1021, "StopName": "Plaza Center Dr @ 7191 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101908", "Latitude": 40.620221, "Longitude": -111.979207, "AVGBoard": 2, "AVGAlight": 4, "Route": "240", "StopAbbr_J": "101908" }, "geometry": { "type": "Point", "coordinates": [ -111.979207000004706, 40.620221000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1022, "StopName": "3500 S @ 5965 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134036", "Latitude": 40.696462, "Longitude": -112.033233, "AVGBoard": 0, "AVGAlight": 0, "Route": "35", "StopAbbr_J": "134036" }, "geometry": { "type": "Point", "coordinates": [ -112.033233000004728, 40.69646200000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1023, "StopName": "Main St @ 573 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "101009", "Latitude": 41.044271, "Longitude": -111.950257, "AVGBoard": 2, "AVGAlight": 6, "Route": "470", "StopAbbr_J": "101009" }, "geometry": { "type": "Point", "coordinates": [ -111.950257000004385, 41.044271000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1024, "StopName": "Plaza Center Dr @ 7053 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101909", "Latitude": 40.622461, "Longitude": -111.978893, "AVGBoard": 7, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "101909" }, "geometry": { "type": "Point", "coordinates": [ -111.978893000004803, 40.622461000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1025, "StopName": "3500 S @ 5855 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134037", "Latitude": 40.696416, "Longitude": -112.030749, "AVGBoard": 0, "AVGAlight": 0, "Route": "35", "StopAbbr_J": "134037" }, "geometry": { "type": "Point", "coordinates": [ -112.030749000004093, 40.696416000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1026, "StopName": "Hill Field Rd @ 1596 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101011", "Latitude": 41.083071, "Longitude": -111.973347, "AVGBoard": 0, "AVGAlight": 0, "Route": "640, 627", "StopAbbr_J": "101011" }, "geometry": { "type": "Point", "coordinates": [ -111.973347000004239, 41.083071000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1027, "StopName": "3200 W @ 8545 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101910", "Latitude": 40.596926, "Longitude": -111.967278, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "101910" }, "geometry": { "type": "Point", "coordinates": [ -111.967278000004455, 40.596926000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1028, "StopName": "3500 S @ 5880 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134042", "Latitude": 40.696596, "Longitude": -112.031683, "AVGBoard": 0, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "134042" }, "geometry": { "type": "Point", "coordinates": [ -112.031683000004094, 40.6965960000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1029, "StopName": "Hill Field Rd @ 1748 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101012", "Latitude": 41.084944, "Longitude": -111.973341, "AVGBoard": 1, "AVGAlight": 0, "Route": "640, 627", "StopAbbr_J": "101012" }, "geometry": { "type": "Point", "coordinates": [ -111.973341000004638, 41.084944000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1030, "StopName": "3200 W @ 8377 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101911", "Latitude": 40.599761, "Longitude": -111.967296, "AVGBoard": 1, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "101911" }, "geometry": { "type": "Point", "coordinates": [ -111.967296000004168, 40.599761000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1031, "StopName": "3500 S @ 6010 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134052", "Latitude": 40.696616, "Longitude": -112.035016, "AVGBoard": 0, "AVGAlight": 3, "Route": "35", "StopAbbr_J": "134052" }, "geometry": { "type": "Point", "coordinates": [ -112.035016000003978, 40.696616000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1032, "StopName": "Gordon Ave @ 289 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101016", "Latitude": 41.074723, "Longitude": -111.961671, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101016" }, "geometry": { "type": "Point", "coordinates": [ -111.961671000004273, 41.074723000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1033, "StopName": "3200 W @ 8175 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101912", "Latitude": 40.602936, "Longitude": -111.967219, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "101912" }, "geometry": { "type": "Point", "coordinates": [ -111.967219000004079, 40.602936000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1034, "StopName": "3500 S @ 6230 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134054", "Latitude": 40.696615, "Longitude": -112.039789, "AVGBoard": 2, "AVGAlight": 8, "Route": "35", "StopAbbr_J": "134054" }, "geometry": { "type": "Point", "coordinates": [ -112.039789000004376, 40.696615000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1035, "StopName": "3500 S @ 6235 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134055", "Latitude": 40.696457, "Longitude": -112.040101, "AVGBoard": 6, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "134055" }, "geometry": { "type": "Point", "coordinates": [ -112.040101000004114, 40.696457000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1036, "StopName": "4100 S @ 5295 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134059", "Latitude": 40.682001, "Longitude": -112.017098, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134059" }, "geometry": { "type": "Point", "coordinates": [ -112.017098000004282, 40.682001000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1037, "StopName": "4100 S @ 5171 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134060", "Latitude": 40.681991, "Longitude": -112.014621, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134060" }, "geometry": { "type": "Point", "coordinates": [ -112.014621000004226, 40.681991000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1038, "StopName": "4100 S @ 5125 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134061", "Latitude": 40.681988, "Longitude": -112.013131, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134061" }, "geometry": { "type": "Point", "coordinates": [ -112.013131000004066, 40.681988000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1039, "StopName": "4100 S @ 5037 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134062", "Latitude": 40.681984, "Longitude": -112.011429, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134062" }, "geometry": { "type": "Point", "coordinates": [ -112.011429000004341, 40.681984000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1040, "StopName": "4100 S @ 4983 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134063", "Latitude": 40.681983, "Longitude": -112.009716, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134063" }, "geometry": { "type": "Point", "coordinates": [ -112.009716000004587, 40.681983000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1041, "StopName": "4100 S @ 4861 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134064", "Latitude": 40.681975, "Longitude": -112.007236, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134064" }, "geometry": { "type": "Point", "coordinates": [ -112.007236000004312, 40.681975000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1042, "StopName": "4100 S @ 4785 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134065", "Latitude": 40.681976, "Longitude": -112.004883, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134065" }, "geometry": { "type": "Point", "coordinates": [ -112.004883000004625, 40.681976000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1043, "StopName": "4100 S @ 4655 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134066", "Latitude": 40.681982, "Longitude": -112.002121, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134066" }, "geometry": { "type": "Point", "coordinates": [ -112.002121000004365, 40.681982000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1044, "StopName": "4100 S @ 4513 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134067", "Latitude": 40.681987, "Longitude": -111.998975, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134067" }, "geometry": { "type": "Point", "coordinates": [ -111.998975000004691, 40.681987000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1045, "StopName": "4100 S @ 4253 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134069", "Latitude": 40.682005, "Longitude": -111.992813, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134069" }, "geometry": { "type": "Point", "coordinates": [ -111.992813000004418, 40.682005000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1046, "StopName": "4100 S @ 4385 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134070", "Latitude": 40.682001, "Longitude": -111.995669, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134070" }, "geometry": { "type": "Point", "coordinates": [ -111.995669000004355, 40.682001000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1047, "StopName": "4100 S @ 4388 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134071", "Latitude": 40.68217, "Longitude": -111.995685, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134071" }, "geometry": { "type": "Point", "coordinates": [ -111.995685000003903, 40.68217000000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1048, "StopName": "4100 S @ 4518 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134072", "Latitude": 40.682122, "Longitude": -111.999103, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134072" }, "geometry": { "type": "Point", "coordinates": [ -111.999103000004496, 40.682122000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1049, "StopName": "4100 S @ 4720 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134073", "Latitude": 40.682112, "Longitude": -112.003351, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134073" }, "geometry": { "type": "Point", "coordinates": [ -112.003351000004585, 40.682112000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1050, "StopName": "4100 S @ 4820 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134074", "Latitude": 40.682113, "Longitude": -112.006356, "AVGBoard": 0, "AVGAlight": 2, "Route": "41", "StopAbbr_J": "134074" }, "geometry": { "type": "Point", "coordinates": [ -112.006356000004288, 40.682113000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1051, "StopName": "4100 S @ 4980 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134075", "Latitude": 40.682117, "Longitude": -112.010447, "AVGBoard": 0, "AVGAlight": 1, "Route": "41", "StopAbbr_J": "134075" }, "geometry": { "type": "Point", "coordinates": [ -112.010447000003964, 40.682117000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1052, "StopName": "4100 S @ 5130 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134076", "Latitude": 40.682122, "Longitude": -112.013455, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134076" }, "geometry": { "type": "Point", "coordinates": [ -112.013455000003916, 40.682122000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1053, "StopName": "4100 S @ 5206 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134077", "Latitude": 40.682126, "Longitude": -112.015621, "AVGBoard": 0, "AVGAlight": 1, "Route": "41", "StopAbbr_J": "134077" }, "geometry": { "type": "Point", "coordinates": [ -112.015621000004288, 40.682126000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1054, "StopName": "4100 S @ 5340 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134078", "Latitude": 40.682135, "Longitude": -112.018797, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134078" }, "geometry": { "type": "Point", "coordinates": [ -112.018797000004668, 40.68213500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1055, "StopName": "4100 S @ 5400 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134079", "Latitude": 40.682144, "Longitude": -112.020711, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "134079" }, "geometry": { "type": "Point", "coordinates": [ -112.020711000003956, 40.682144000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1056, "StopName": "4700 S @ 5585 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134083", "Latitude": 40.667518, "Longitude": -112.023858, "AVGBoard": 5, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "134083" }, "geometry": { "type": "Point", "coordinates": [ -112.023858000004608, 40.667518000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1057, "StopName": "4700 S @ 5407 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134084", "Latitude": 40.667516, "Longitude": -112.020029, "AVGBoard": 4, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "134084" }, "geometry": { "type": "Point", "coordinates": [ -112.020029000004143, 40.667516000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1058, "StopName": "4700 S @ 5265 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134085", "Latitude": 40.667518, "Longitude": -112.016864, "AVGBoard": 2, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "134085" }, "geometry": { "type": "Point", "coordinates": [ -112.016864000004688, 40.667518000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1059, "StopName": "4700 S @ 5201 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134086", "Latitude": 40.667508, "Longitude": -112.013896, "AVGBoard": 1, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "134086" }, "geometry": { "type": "Point", "coordinates": [ -112.013896000004451, 40.66750800000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1060, "StopName": "4700 S @ 5035 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134087", "Latitude": 40.667509, "Longitude": -112.011783, "AVGBoard": 3, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "134087" }, "geometry": { "type": "Point", "coordinates": [ -112.011783000003959, 40.66750900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1061, "StopName": "4700 S @ 4975 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134088", "Latitude": 40.667506, "Longitude": -112.009973, "AVGBoard": 3, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "134088" }, "geometry": { "type": "Point", "coordinates": [ -112.009973000004294, 40.667506000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1062, "StopName": "4700 S @ 4615 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134102", "Latitude": 40.667186, "Longitude": -112.000891, "AVGBoard": 2, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "134102" }, "geometry": { "type": "Point", "coordinates": [ -112.000891000004145, 40.66718600000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1063, "StopName": "4700 S @ 4521 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134103", "Latitude": 40.667165, "Longitude": -111.998952, "AVGBoard": 2, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "134103" }, "geometry": { "type": "Point", "coordinates": [ -111.998952000004593, 40.667165000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1064, "StopName": "4700 S @ 4421 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134104", "Latitude": 40.667163, "Longitude": -111.996636, "AVGBoard": 1, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "134104" }, "geometry": { "type": "Point", "coordinates": [ -111.996636000004372, 40.66716300000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1065, "StopName": "4420 W @ 4720 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134105", "Latitude": 40.666945, "Longitude": -111.996484, "AVGBoard": 2, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "134105" }, "geometry": { "type": "Point", "coordinates": [ -111.996484000004401, 40.666945000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1066, "StopName": "4420 W @ 4864 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134107", "Latitude": 40.663766, "Longitude": -111.996498, "AVGBoard": 2, "AVGAlight": 4, "Route": "240", "StopAbbr_J": "134107" }, "geometry": { "type": "Point", "coordinates": [ -111.996498000004649, 40.663766000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1067, "StopName": "4420 W @ 4867 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134108", "Latitude": 40.663507, "Longitude": -111.996353, "AVGBoard": 3, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "134108" }, "geometry": { "type": "Point", "coordinates": [ -111.996353000004333, 40.663507000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1068, "StopName": "4420 W @ 4719 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134110", "Latitude": 40.667021, "Longitude": -111.99635, "AVGBoard": 3, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "134110" }, "geometry": { "type": "Point", "coordinates": [ -111.996350000004085, 40.667021000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1069, "StopName": "4715 S @ 4295 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134111", "Latitude": 40.667171, "Longitude": -111.993462, "AVGBoard": 3, "AVGAlight": 0, "Route": "47, 240", "StopAbbr_J": "134111" }, "geometry": { "type": "Point", "coordinates": [ -111.993462000004186, 40.667171000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1070, "StopName": "4715 S @ 4420 W", "City": "Kearns", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134113", "Latitude": 40.667328, "Longitude": -111.996458, "AVGBoard": 1, "AVGAlight": 10, "Route": "47", "StopAbbr_J": "134113" }, "geometry": { "type": "Point", "coordinates": [ -111.996458000004026, 40.667328000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1071, "StopName": "4715 S @ 4540 W", "City": "Kearns", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134114", "Latitude": 40.667334, "Longitude": -111.999177, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "134114" }, "geometry": { "type": "Point", "coordinates": [ -111.999177000004323, 40.667334000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1072, "StopName": "4700 S @ 4622 W", "City": "Kearns", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134115", "Latitude": 40.667331, "Longitude": -112.001661, "AVGBoard": 0, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "134115" }, "geometry": { "type": "Point", "coordinates": [ -112.001661000004049, 40.667331000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1073, "StopName": "4700 S @ 4720 W", "City": "Kearns", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134116", "Latitude": 40.667337, "Longitude": -112.003484, "AVGBoard": 1, "AVGAlight": 10, "Route": "47", "StopAbbr_J": "134116" }, "geometry": { "type": "Point", "coordinates": [ -112.003484000004818, 40.667337000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1074, "StopName": "4700 S @ 4980 W", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134118", "Latitude": 40.667654, "Longitude": -112.009953, "AVGBoard": 2, "AVGAlight": 5, "Route": "47", "StopAbbr_J": "134118" }, "geometry": { "type": "Point", "coordinates": [ -112.009953000004444, 40.667654000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1075, "StopName": "4700 S @ 5170 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134120", "Latitude": 40.667656, "Longitude": -112.015146, "AVGBoard": 0, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "134120" }, "geometry": { "type": "Point", "coordinates": [ -112.01514600000452, 40.667656000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1076, "StopName": "4700 S @ 5266 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134121", "Latitude": 40.667657, "Longitude": -112.016891, "AVGBoard": 0, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "134121" }, "geometry": { "type": "Point", "coordinates": [ -112.016891000004222, 40.667657000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1077, "StopName": "4700 S @ 5410 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134122", "Latitude": 40.667658, "Longitude": -112.020344, "AVGBoard": 0, "AVGAlight": 5, "Route": "47", "StopAbbr_J": "134122" }, "geometry": { "type": "Point", "coordinates": [ -112.020344000004144, 40.667658000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1078, "StopName": "4700 S @ 5570 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134123", "Latitude": 40.667674, "Longitude": -112.024119, "AVGBoard": 0, "AVGAlight": 7, "Route": "47", "StopAbbr_J": "134123" }, "geometry": { "type": "Point", "coordinates": [ -112.024119000004632, 40.667674000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1079, "StopName": "4800 W @ 4563 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134125", "Latitude": 40.671011, "Longitude": -112.005546, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134125" }, "geometry": { "type": "Point", "coordinates": [ -112.005546000004671, 40.671011000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1080, "StopName": "4800 W @ 4505 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134126", "Latitude": 40.673557, "Longitude": -112.005547, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134126" }, "geometry": { "type": "Point", "coordinates": [ -112.005547000004753, 40.673557000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1081, "StopName": "4800 W @ 4361 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134127", "Latitude": 40.675647, "Longitude": -112.005545, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134127" }, "geometry": { "type": "Point", "coordinates": [ -112.005545000004588, 40.675647000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1082, "StopName": "4800 W @ 4291 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134128", "Latitude": 40.677348, "Longitude": -112.005561, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134128" }, "geometry": { "type": "Point", "coordinates": [ -112.005561000004107, 40.677348000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1083, "StopName": "4800 W @ 4251 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134129", "Latitude": 40.678452, "Longitude": -112.005566, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134129" }, "geometry": { "type": "Point", "coordinates": [ -112.005566000004535, 40.678452000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1084, "StopName": "4800 W @ 4177 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134130", "Latitude": 40.680101, "Longitude": -112.005601, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134130" }, "geometry": { "type": "Point", "coordinates": [ -112.005601000004731, 40.680101000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1085, "StopName": "4800 W @ 4115 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134131", "Latitude": 40.681482, "Longitude": -112.005597, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134131" }, "geometry": { "type": "Point", "coordinates": [ -112.0055970000044, 40.68148200000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1086, "StopName": "4800 W @ 4051 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134132", "Latitude": 40.683078, "Longitude": -112.005602, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134132" }, "geometry": { "type": "Point", "coordinates": [ -112.005602000003918, 40.683078000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1087, "StopName": "4800 W @ 3991 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134133", "Latitude": 40.684377, "Longitude": -112.005602, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134133" }, "geometry": { "type": "Point", "coordinates": [ -112.005602000003918, 40.684377000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1088, "StopName": "4800 W @ 3845 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134135", "Latitude": 40.688207, "Longitude": -112.005601, "AVGBoard": 2, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134135" }, "geometry": { "type": "Point", "coordinates": [ -112.005601000004731, 40.688207000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1089, "StopName": "4800 W @ 3777 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134136", "Latitude": 40.689736, "Longitude": -112.005604, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134136" }, "geometry": { "type": "Point", "coordinates": [ -112.005604000004084, 40.689736000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1090, "StopName": "4800 W @ 3701 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134137", "Latitude": 40.691548, "Longitude": -112.005611, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134137" }, "geometry": { "type": "Point", "coordinates": [ -112.005611000004663, 40.691548000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1091, "StopName": "4800 W @ 3611 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134138", "Latitude": 40.693779, "Longitude": -112.005617, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134138" }, "geometry": { "type": "Point", "coordinates": [ -112.00561700000425, 40.693779000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1092, "StopName": "4800 W @ 3565 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134139", "Latitude": 40.695318, "Longitude": -112.005622, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "134139" }, "geometry": { "type": "Point", "coordinates": [ -112.005622000004678, 40.695318000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1093, "StopName": "4800 W @ 3485 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134140", "Latitude": 40.696984, "Longitude": -112.005623, "AVGBoard": 1, "AVGAlight": 2, "Route": "248", "StopAbbr_J": "134140" }, "geometry": { "type": "Point", "coordinates": [ -112.005623000004746, 40.696984000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1094, "StopName": "4800 W @ 3295 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134141", "Latitude": 40.700078, "Longitude": -112.005655, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134141" }, "geometry": { "type": "Point", "coordinates": [ -112.005655000004708, 40.700078000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1095, "StopName": "4800 W @ 3169 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134142", "Latitude": 40.702545, "Longitude": -112.005643, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "134142" }, "geometry": { "type": "Point", "coordinates": [ -112.005643000004625, 40.702545000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1096, "StopName": "5600 W @ 4150 S", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134146", "Latitude": 40.680989, "Longitude": -112.024926, "AVGBoard": 22, "AVGAlight": 38, "Route": "F556, 47, 41", "StopAbbr_J": "134146" }, "geometry": { "type": "Point", "coordinates": [ -112.024926000004015, 40.680989000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1097, "StopName": "3500 S @ 4298 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134148", "Latitude": 40.696672, "Longitude": -111.993649, "AVGBoard": 2, "AVGAlight": 3, "Route": "35", "StopAbbr_J": "134148" }, "geometry": { "type": "Point", "coordinates": [ -111.993649000004368, 40.696672000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1098, "StopName": "3500 S @ 4398 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134149", "Latitude": 40.696672, "Longitude": -111.995989, "AVGBoard": 4, "AVGAlight": 15, "Route": "35", "StopAbbr_J": "134149" }, "geometry": { "type": "Point", "coordinates": [ -111.995989000004769, 40.696672000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1099, "StopName": "3500 S @ 4598 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134150", "Latitude": 40.696672, "Longitude": -111.999062, "AVGBoard": 1, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "134150" }, "geometry": { "type": "Point", "coordinates": [ -111.999062000004699, 40.696672000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1100, "StopName": "3500 S @ 4658 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134151", "Latitude": 40.696664, "Longitude": -112.001639, "AVGBoard": 1, "AVGAlight": 3, "Route": "35", "StopAbbr_J": "134151" }, "geometry": { "type": "Point", "coordinates": [ -112.001639000004047, 40.696664000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1101, "StopName": "3500 S @ 4820 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134152", "Latitude": 40.696659, "Longitude": -112.006412, "AVGBoard": 14, "AVGAlight": 27, "Route": "35M, 35", "StopAbbr_J": "134152" }, "geometry": { "type": "Point", "coordinates": [ -112.006412000004417, 40.69665900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1102, "StopName": "3500 S @ 5030 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134154", "Latitude": 40.696635, "Longitude": -112.011194, "AVGBoard": 1, "AVGAlight": 4, "Route": "35", "StopAbbr_J": "134154" }, "geometry": { "type": "Point", "coordinates": [ -112.011194000004664, 40.696635000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1103, "StopName": "3500 S @ 5448 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134157", "Latitude": 40.696631, "Longitude": -112.021085, "AVGBoard": 25, "AVGAlight": 40, "Route": "35M, 35", "StopAbbr_J": "134157" }, "geometry": { "type": "Point", "coordinates": [ -112.021085000004348, 40.696631000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1104, "StopName": "3500 S @ 5447 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134158", "Latitude": 40.696466, "Longitude": -112.021037, "AVGBoard": 27, "AVGAlight": 27, "Route": "35M, 35", "StopAbbr_J": "134158" }, "geometry": { "type": "Point", "coordinates": [ -112.021037000003957, 40.696466000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1105, "StopName": "3500 S @ 5309 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134159", "Latitude": 40.696481, "Longitude": -112.018027, "AVGBoard": 6, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "134159" }, "geometry": { "type": "Point", "coordinates": [ -112.01802700000475, 40.696481000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1106, "StopName": "3500 S @ 5203 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134160", "Latitude": 40.696495, "Longitude": -112.015489, "AVGBoard": 4, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "134160" }, "geometry": { "type": "Point", "coordinates": [ -112.015489000004152, 40.696495000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1107, "StopName": "3500 S @ 4961 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134162", "Latitude": 40.696485, "Longitude": -112.009651, "AVGBoard": 2, "AVGAlight": 1, "Route": "35", "StopAbbr_J": "134162" }, "geometry": { "type": "Point", "coordinates": [ -112.00965100000461, 40.696485000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1108, "StopName": "3500 S @ 4621 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134164", "Latitude": 40.696481, "Longitude": -112.001724, "AVGBoard": 1, "AVGAlight": 0, "Route": "35", "StopAbbr_J": "134164" }, "geometry": { "type": "Point", "coordinates": [ -112.001724000004785, 40.696481000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1109, "StopName": "3500 S @ 4371 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134166", "Latitude": 40.696513, "Longitude": -111.995629, "AVGBoard": 14, "AVGAlight": 4, "Route": "35", "StopAbbr_J": "134166" }, "geometry": { "type": "Point", "coordinates": [ -111.995629000004641, 40.696513000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1110, "StopName": "3500 S @ 4285 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134167", "Latitude": 40.696517, "Longitude": -111.992922, "AVGBoard": 5, "AVGAlight": 3, "Route": "35", "StopAbbr_J": "134167" }, "geometry": { "type": "Point", "coordinates": [ -111.992922000004441, 40.696517000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1111, "StopName": "4700 S @ 5050 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134168", "Latitude": 40.667654, "Longitude": -112.012967, "AVGBoard": 0, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "134168" }, "geometry": { "type": "Point", "coordinates": [ -112.012967000003982, 40.667654000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1112, "StopName": "5600 W @ 4401 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134172", "Latitude": 40.674931, "Longitude": -112.024572, "AVGBoard": 2, "AVGAlight": 0, "Route": "F556, 41", "StopAbbr_J": "134172" }, "geometry": { "type": "Point", "coordinates": [ -112.024572000004383, 40.674931000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1113, "StopName": "5600 W @ 4290 S", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134176", "Latitude": 40.677426, "Longitude": -112.024882, "AVGBoard": 1, "AVGAlight": 0, "Route": "F556, 47", "StopAbbr_J": "134176" }, "geometry": { "type": "Point", "coordinates": [ -112.02488200000397, 40.677426000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1114, "StopName": "5600 W @ 4390 S", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134177", "Latitude": 40.675211, "Longitude": -112.024869, "AVGBoard": 0, "AVGAlight": 1, "Route": "F556, 47", "StopAbbr_J": "134177" }, "geometry": { "type": "Point", "coordinates": [ -112.024869000004685, 40.67521100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1115, "StopName": "5600 W @ 4500 S", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "134178", "Latitude": 40.672115, "Longitude": -112.024851, "AVGBoard": 1, "AVGAlight": 1, "Route": "F556, 47", "StopAbbr_J": "134178" }, "geometry": { "type": "Point", "coordinates": [ -112.024851000004091, 40.672115000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1116, "StopName": "4700 S @ 4855 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134179", "Latitude": 40.667282, "Longitude": -112.006921, "AVGBoard": 20, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "134179" }, "geometry": { "type": "Point", "coordinates": [ -112.006921000004311, 40.66728200000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1117, "StopName": "4700 S @ 4721 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134180", "Latitude": 40.667189, "Longitude": -112.003697, "AVGBoard": 8, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "134180" }, "geometry": { "type": "Point", "coordinates": [ -112.003697000004465, 40.667189000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1118, "StopName": "4700 S @ 4820 W", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "134181", "Latitude": 40.667333, "Longitude": -112.006094, "AVGBoard": 2, "AVGAlight": 18, "Route": "47", "StopAbbr_J": "134181" }, "geometry": { "type": "Point", "coordinates": [ -112.006094000004182, 40.66733300000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1119, "StopName": "5600 W @ 3722 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134183", "Latitude": 40.691167, "Longitude": -112.024946, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "134183" }, "geometry": { "type": "Point", "coordinates": [ -112.024946000004761, 40.691167000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1120, "StopName": "5600 W @ 4540 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134185", "Latitude": 40.672255, "Longitude": -112.024549, "AVGBoard": 26, "AVGAlight": 22, "Route": "F556, 47, 41", "StopAbbr_J": "134185" }, "geometry": { "type": "Point", "coordinates": [ -112.024549000004271, 40.672255000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1121, "StopName": "5600 W @ 4200 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134188", "Latitude": 40.679302, "Longitude": -112.024884, "AVGBoard": 3, "AVGAlight": 0, "Route": "F556, 47", "StopAbbr_J": "134188" }, "geometry": { "type": "Point", "coordinates": [ -112.024884000004121, 40.679302000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1122, "StopName": "3500 S @ 5200 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "134189", "Latitude": 40.696638, "Longitude": -112.015175, "AVGBoard": 0, "AVGAlight": 4, "Route": "35", "StopAbbr_J": "134189" }, "geometry": { "type": "Point", "coordinates": [ -112.015175000004248, 40.696638000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1123, "StopName": "Constitution Blvd @ 2726 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135002", "Latitude": 40.711746, "Longitude": -111.958176, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135002" }, "geometry": { "type": "Point", "coordinates": [ -111.958176000004457, 40.711746000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1124, "StopName": "Constitution Blvd @ 2770 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135003", "Latitude": 40.710083, "Longitude": -111.958169, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135003" }, "geometry": { "type": "Point", "coordinates": [ -111.958169000004773, 40.710083000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1125, "StopName": "Constitution Blvd @ 2938 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135004", "Latitude": 40.706756, "Longitude": -111.958096, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135004" }, "geometry": { "type": "Point", "coordinates": [ -111.958096000004147, 40.706756000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1126, "StopName": "Constitution Blvd @ 3700 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135009", "Latitude": 40.691967, "Longitude": -111.958133, "AVGBoard": 0, "AVGAlight": 0, "Route": "39, 227", "StopAbbr_J": "135009" }, "geometry": { "type": "Point", "coordinates": [ -111.958133000004509, 40.691967000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1127, "StopName": "Constitution Blvd @ 3830 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135010", "Latitude": 40.688595, "Longitude": -111.958117, "AVGBoard": 1, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "135010" }, "geometry": { "type": "Point", "coordinates": [ -111.958117000004094, 40.688595000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1128, "StopName": "Constitution Blvd @ 3950 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135011", "Latitude": 40.685837, "Longitude": -111.958111, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "135011" }, "geometry": { "type": "Point", "coordinates": [ -111.958111000004479, 40.685837000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1129, "StopName": "Constitution Blvd @ 4050 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135012", "Latitude": 40.683565, "Longitude": -111.958175, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "135012" }, "geometry": { "type": "Point", "coordinates": [ -111.958175000004388, 40.683565000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1130, "StopName": "Constitution Blvd @ 4085 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135022", "Latitude": 40.682801, "Longitude": -111.957834, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "135022" }, "geometry": { "type": "Point", "coordinates": [ -111.957834000004027, 40.682801000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1131, "StopName": "Constitution Blvd @ 4031 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135023", "Latitude": 40.683717, "Longitude": -111.957898, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "135023" }, "geometry": { "type": "Point", "coordinates": [ -111.957898000004832, 40.68371700000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1132, "StopName": "Constitution Blvd @ 3939 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135024", "Latitude": 40.685802, "Longitude": -111.957891, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "135024" }, "geometry": { "type": "Point", "coordinates": [ -111.957891000004267, 40.685802000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1133, "StopName": "Constitution Blvd @ 3803 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135025", "Latitude": 40.689246, "Longitude": -111.957885, "AVGBoard": 0, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "135025" }, "geometry": { "type": "Point", "coordinates": [ -111.957885000004651, 40.689246000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1134, "StopName": "Constitution Blvd @ 3601 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135026", "Latitude": 40.69391, "Longitude": -111.957789, "AVGBoard": 50, "AVGAlight": 12, "Route": "513, 35, 33, 248", "StopAbbr_J": "135026" }, "geometry": { "type": "Point", "coordinates": [ -111.957789000004809, 40.693910000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1135, "StopName": "Constitution Blvd @ 2915 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135032", "Latitude": 40.707841, "Longitude": -111.957899, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135032" }, "geometry": { "type": "Point", "coordinates": [ -111.957899000004019, 40.707841000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1136, "StopName": "Constitution Blvd @ 2761 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135033", "Latitude": 40.710296, "Longitude": -111.957908, "AVGBoard": 1, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "135033" }, "geometry": { "type": "Point", "coordinates": [ -111.95790800000475, 40.710296000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1137, "StopName": "3650 S @ 2968 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135066", "Latitude": 40.692996, "Longitude": -111.963751, "AVGBoard": 0, "AVGAlight": 0, "Route": "509, 41, 240, 232", "StopAbbr_J": "135066" }, "geometry": { "type": "Point", "coordinates": [ -111.963751000004706, 40.692996000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1138, "StopName": "3650 S @ 3102 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135067", "Latitude": 40.692993, "Longitude": -111.965622, "AVGBoard": 4, "AVGAlight": 8, "Route": "509, 41, 240, 232", "StopAbbr_J": "135067" }, "geometry": { "type": "Point", "coordinates": [ -111.965622000004046, 40.692993000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1139, "StopName": "3650 S @ 3436 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135071", "Latitude": 40.693007, "Longitude": -111.972995, "AVGBoard": 1, "AVGAlight": 3, "Route": "509", "StopAbbr_J": "135071" }, "geometry": { "type": "Point", "coordinates": [ -111.972995000004772, 40.69300700000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1140, "StopName": "3200 W @ 3780 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135087", "Latitude": 40.689791, "Longitude": -111.967613, "AVGBoard": 0, "AVGAlight": 3, "Route": "41, 232", "StopAbbr_J": "135087" }, "geometry": { "type": "Point", "coordinates": [ -111.96761300000432, 40.689791000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1141, "StopName": "3200 W @ 3850 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135088", "Latitude": 40.688292, "Longitude": -111.967614, "AVGBoard": 0, "AVGAlight": 1, "Route": "41, 232", "StopAbbr_J": "135088" }, "geometry": { "type": "Point", "coordinates": [ -111.967614000004403, 40.688292000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1142, "StopName": "3200 W @ 3990 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135090", "Latitude": 40.684824, "Longitude": -111.967611, "AVGBoard": 0, "AVGAlight": 3, "Route": "41, 232", "StopAbbr_J": "135090" }, "geometry": { "type": "Point", "coordinates": [ -111.967611000004155, 40.684824000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1143, "StopName": "3200 W @ 4068 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135091", "Latitude": 40.683064, "Longitude": -111.967601, "AVGBoard": 0, "AVGAlight": 5, "Route": "41, 232", "StopAbbr_J": "135091" }, "geometry": { "type": "Point", "coordinates": [ -111.967601000004237, 40.683064000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1144, "StopName": "3200 W @ 4110 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135092", "Latitude": 40.681716, "Longitude": -111.967651, "AVGBoard": 2, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "135092" }, "geometry": { "type": "Point", "coordinates": [ -111.967651000004764, 40.68171600000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1145, "StopName": "3200 W @ 4204 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135093", "Latitude": 40.679657, "Longitude": -111.967614, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "135093" }, "geometry": { "type": "Point", "coordinates": [ -111.967614000004403, 40.679657000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1146, "StopName": "3200 W @ 4280 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135094", "Latitude": 40.677634, "Longitude": -111.967613, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "135094" }, "geometry": { "type": "Point", "coordinates": [ -111.96761300000432, 40.677634000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1147, "StopName": "3200 W @ 4338 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135095", "Latitude": 40.676482, "Longitude": -111.967601, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135095" }, "geometry": { "type": "Point", "coordinates": [ -111.967601000004237, 40.676482000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1148, "StopName": "4700 S @ 3045 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135096", "Latitude": 40.667483, "Longitude": -111.964669, "AVGBoard": 2, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "135096" }, "geometry": { "type": "Point", "coordinates": [ -111.964669000004278, 40.667483000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1149, "StopName": "3200 W @ 4458 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135097", "Latitude": 40.673653, "Longitude": -111.967578, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "135097" }, "geometry": { "type": "Point", "coordinates": [ -111.967578000004139, 40.673653000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1150, "StopName": "3200 W @ 4548 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135098", "Latitude": 40.671211, "Longitude": -111.967566, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "135098" }, "geometry": { "type": "Point", "coordinates": [ -111.967566000004041, 40.671211000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1151, "StopName": "3200 W @ 4598 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135099", "Latitude": 40.670228, "Longitude": -111.967573, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135099" }, "geometry": { "type": "Point", "coordinates": [ -111.967573000004606, 40.670228000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1152, "StopName": "3200 W @ 4710 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135100", "Latitude": 40.667065, "Longitude": -111.967549, "AVGBoard": 1, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "135100" }, "geometry": { "type": "Point", "coordinates": [ -111.967549000004425, 40.667065000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1153, "StopName": "3200 W @ 4850 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135101", "Latitude": 40.663989, "Longitude": -111.967531, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135101" }, "geometry": { "type": "Point", "coordinates": [ -111.967531000004726, 40.663989000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1154, "StopName": "3200 W @ 4847 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135102", "Latitude": 40.663861, "Longitude": -111.967369, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135102" }, "geometry": { "type": "Point", "coordinates": [ -111.967369000004794, 40.663861000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1155, "StopName": "3200 W @ 4779 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135103", "Latitude": 40.665615, "Longitude": -111.967374, "AVGBoard": 1, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "135103" }, "geometry": { "type": "Point", "coordinates": [ -111.967374000004313, 40.665615000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1156, "StopName": "3200 W @ 4615 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135105", "Latitude": 40.669607, "Longitude": -111.967399, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135105" }, "geometry": { "type": "Point", "coordinates": [ -111.96739900000459, 40.669607000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1157, "StopName": "4700 S @ 3845 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135106", "Latitude": 40.667424, "Longitude": -111.983352, "AVGBoard": 4, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "135106" }, "geometry": { "type": "Point", "coordinates": [ -111.983352000004373, 40.667424000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1158, "StopName": "3200 W @ 4545 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135107", "Latitude": 40.671376, "Longitude": -111.967399, "AVGBoard": 2, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135107" }, "geometry": { "type": "Point", "coordinates": [ -111.96739900000459, 40.671376000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1159, "StopName": "3200 W @ 4425 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135108", "Latitude": 40.673779, "Longitude": -111.967421, "AVGBoard": 1, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135108" }, "geometry": { "type": "Point", "coordinates": [ -111.967421000004606, 40.673779000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1160, "StopName": "3200 W @ 4325 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135109", "Latitude": 40.676771, "Longitude": -111.967409, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135109" }, "geometry": { "type": "Point", "coordinates": [ -111.967409000004523, 40.676771000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1161, "StopName": "3200 W @ 4265 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135110", "Latitude": 40.678324, "Longitude": -111.967424, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135110" }, "geometry": { "type": "Point", "coordinates": [ -111.967424000003959, 40.678324000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1162, "StopName": "4000 W @ 3936 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135111", "Latitude": 40.68653, "Longitude": -111.986719, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "135111" }, "geometry": { "type": "Point", "coordinates": [ -111.986719000004342, 40.686530000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1163, "StopName": "3200 W @ 4061 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135112", "Latitude": 40.682837, "Longitude": -111.967444, "AVGBoard": 8, "AVGAlight": 1, "Route": "41, 232", "StopAbbr_J": "135112" }, "geometry": { "type": "Point", "coordinates": [ -111.967444000004704, 40.682837000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1164, "StopName": "3200 W @ 3985 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135113", "Latitude": 40.685278, "Longitude": -111.967468, "AVGBoard": 3, "AVGAlight": 0, "Route": "41, 232", "StopAbbr_J": "135113" }, "geometry": { "type": "Point", "coordinates": [ -111.967468000004018, 40.685278000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1165, "StopName": "3200 W @ 3887 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135114", "Latitude": 40.687178, "Longitude": -111.967461, "AVGBoard": 1, "AVGAlight": 0, "Route": "41, 232", "StopAbbr_J": "135114" }, "geometry": { "type": "Point", "coordinates": [ -111.967461000004334, 40.687178000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1166, "StopName": "3200 W @ 3837 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135115", "Latitude": 40.689384, "Longitude": -111.967476, "AVGBoard": 1, "AVGAlight": 0, "Route": "41, 232", "StopAbbr_J": "135115" }, "geometry": { "type": "Point", "coordinates": [ -111.967476000004666, 40.689384000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1167, "StopName": "3200 W @ 3727 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135117", "Latitude": 40.691531, "Longitude": -111.967472, "AVGBoard": 0, "AVGAlight": 0, "Route": "41, 232", "StopAbbr_J": "135117" }, "geometry": { "type": "Point", "coordinates": [ -111.967472000004335, 40.691531000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1168, "StopName": "3200 W @ 3653 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135118", "Latitude": 40.692588, "Longitude": -111.967471, "AVGBoard": 0, "AVGAlight": 1, "Route": "41, 232", "StopAbbr_J": "135118" }, "geometry": { "type": "Point", "coordinates": [ -111.967471000004252, 40.692588000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1169, "StopName": "3650 S @ 3101 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135119", "Latitude": 40.692875, "Longitude": -111.965492, "AVGBoard": 5, "AVGAlight": 3, "Route": "509, 41, 240, 232", "StopAbbr_J": "135119" }, "geometry": { "type": "Point", "coordinates": [ -111.965492000004076, 40.692875000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1170, "StopName": "3650 S @ 2961 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135120", "Latitude": 40.692875, "Longitude": -111.963521, "AVGBoard": 0, "AVGAlight": 2, "Route": "509, 41, 240, 232", "StopAbbr_J": "135120" }, "geometry": { "type": "Point", "coordinates": [ -111.963521000004548, 40.692875000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1171, "StopName": "3100 S @ 3596 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135125", "Latitude": 40.703996, "Longitude": -111.976234, "AVGBoard": 2, "AVGAlight": 5, "Route": "248", "StopAbbr_J": "135125" }, "geometry": { "type": "Point", "coordinates": [ -111.976234000004069, 40.70399600000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1172, "StopName": "4000 W @ 3540 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135137", "Latitude": 40.695891, "Longitude": -111.986732, "AVGBoard": 21, "AVGAlight": 11, "Route": "240", "StopAbbr_J": "135137" }, "geometry": { "type": "Point", "coordinates": [ -111.986732000004537, 40.695891000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1173, "StopName": "4000 W @ 3620 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135138", "Latitude": 40.693805, "Longitude": -111.98674, "AVGBoard": 2, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "135138" }, "geometry": { "type": "Point", "coordinates": [ -111.986740000004289, 40.693805000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1174, "StopName": "4000 W @ 3850 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135140", "Latitude": 40.688334, "Longitude": -111.986733, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "135140" }, "geometry": { "type": "Point", "coordinates": [ -111.986733000004605, 40.688334000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1175, "StopName": "Lake Park Blvd @ 4170 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135141", "Latitude": 40.711284, "Longitude": -111.991341, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135141" }, "geometry": { "type": "Point", "coordinates": [ -111.991341000003928, 40.711284000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1176, "StopName": "4000 W @ 4036 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135142", "Latitude": 40.683817, "Longitude": -111.986704, "AVGBoard": 0, "AVGAlight": 4, "Route": "240", "StopAbbr_J": "135142" }, "geometry": { "type": "Point", "coordinates": [ -111.986704000004025, 40.683817000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1177, "StopName": "4100 S @ 4030 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135143", "Latitude": 40.682194, "Longitude": -111.987601, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135143" }, "geometry": { "type": "Point", "coordinates": [ -111.987601000004531, 40.682194000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1178, "StopName": "4100 S @ 4110 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135144", "Latitude": 40.682148, "Longitude": -111.989943, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135144" }, "geometry": { "type": "Point", "coordinates": [ -111.989943000004203, 40.682148000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1179, "StopName": "4100 S @ 4252 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135145", "Latitude": 40.682139, "Longitude": -111.992764, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135145" }, "geometry": { "type": "Point", "coordinates": [ -111.992764000003945, 40.682139000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1180, "StopName": "Lake Park Dr @ 4646 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135146", "Latitude": 40.712383, "Longitude": -112.002012, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135146" }, "geometry": { "type": "Point", "coordinates": [ -112.002012000004342, 40.712383000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1181, "StopName": "4100 S @ 4147 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135147", "Latitude": 40.682008, "Longitude": -111.990305, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135147" }, "geometry": { "type": "Point", "coordinates": [ -111.990305000004497, 40.682008000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1182, "StopName": "4100 S @ 4099 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135148", "Latitude": 40.682012, "Longitude": -111.988898, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135148" }, "geometry": { "type": "Point", "coordinates": [ -111.988898000004014, 40.682012000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1183, "StopName": "4000 W @ 4122 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135149", "Latitude": 40.681614, "Longitude": -111.986705, "AVGBoard": 6, "AVGAlight": 12, "Route": "240", "StopAbbr_J": "135149" }, "geometry": { "type": "Point", "coordinates": [ -111.986705000004093, 40.681614000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1184, "StopName": "4000 W @ 4206 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135150", "Latitude": 40.679419, "Longitude": -111.986683, "AVGBoard": 1, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "135150" }, "geometry": { "type": "Point", "coordinates": [ -111.986683000004078, 40.679419000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1185, "StopName": "4000 W @ 4390 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135153", "Latitude": 40.675224, "Longitude": -111.986723, "AVGBoard": 2, "AVGAlight": 5, "Route": "240", "StopAbbr_J": "135153" }, "geometry": { "type": "Point", "coordinates": [ -111.986723000004687, 40.675224000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1186, "StopName": "4000 W @ 4474 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135154", "Latitude": 40.673066, "Longitude": -111.986719, "AVGBoard": 1, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "135154" }, "geometry": { "type": "Point", "coordinates": [ -111.986719000004342, 40.673066000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1187, "StopName": "4000 W @ 4544 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135155", "Latitude": 40.671396, "Longitude": -111.98672, "AVGBoard": 1, "AVGAlight": 7, "Route": "240", "StopAbbr_J": "135155" }, "geometry": { "type": "Point", "coordinates": [ -111.986720000004439, 40.671396000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1188, "StopName": "4000 W @ 4600 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135156", "Latitude": 40.669213, "Longitude": -111.986711, "AVGBoard": 6, "AVGAlight": 15, "Route": "240", "StopAbbr_J": "135156" }, "geometry": { "type": "Point", "coordinates": [ -111.98671100000459, 40.669213000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1189, "StopName": "4715 S @ 4181 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "135159", "Latitude": 40.667166, "Longitude": -111.991372, "AVGBoard": 1, "AVGAlight": 1, "Route": "47, 240", "StopAbbr_J": "135159" }, "geometry": { "type": "Point", "coordinates": [ -111.991372000004702, 40.667166000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1190, "StopName": "4715 S @ 4135 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "135160", "Latitude": 40.667162, "Longitude": -111.989506, "AVGBoard": 1, "AVGAlight": 1, "Route": "47, 240", "StopAbbr_J": "135160" }, "geometry": { "type": "Point", "coordinates": [ -111.989506000003999, 40.667162000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1191, "StopName": "4000 W @ 4605 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135162", "Latitude": 40.668773, "Longitude": -111.986515, "AVGBoard": 20, "AVGAlight": 11, "Route": "240", "StopAbbr_J": "135162" }, "geometry": { "type": "Point", "coordinates": [ -111.986515000004559, 40.668773000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1192, "StopName": "4000 W @ 4537 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135163", "Latitude": 40.671522, "Longitude": -111.986508, "AVGBoard": 7, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "135163" }, "geometry": { "type": "Point", "coordinates": [ -111.986508000003965, 40.671522000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1193, "StopName": "4000 W @ 4443 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135164", "Latitude": 40.673539, "Longitude": -111.986511, "AVGBoard": 3, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "135164" }, "geometry": { "type": "Point", "coordinates": [ -111.986511000004228, 40.673539000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1194, "StopName": "4000 W @ 4359 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135165", "Latitude": 40.675778, "Longitude": -111.986521, "AVGBoard": 4, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "135165" }, "geometry": { "type": "Point", "coordinates": [ -111.986521000004146, 40.67577800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1195, "StopName": "4000 W @ 4267 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135167", "Latitude": 40.678166, "Longitude": -111.98653, "AVGBoard": 1, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "135167" }, "geometry": { "type": "Point", "coordinates": [ -111.986530000004009, 40.678166000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1196, "StopName": "4000 W @ 4205 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135168", "Latitude": 40.679559, "Longitude": -111.986566, "AVGBoard": 2, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "135168" }, "geometry": { "type": "Point", "coordinates": [ -111.986566000004274, 40.679559000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1197, "StopName": "4000 W @ 4135 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135169", "Latitude": 40.681085, "Longitude": -111.986595, "AVGBoard": 7, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "135169" }, "geometry": { "type": "Point", "coordinates": [ -111.986595000003973, 40.681085000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1198, "StopName": "3100 S @ 2800 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135170", "Latitude": 40.703994, "Longitude": -111.959876, "AVGBoard": 1, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "135170" }, "geometry": { "type": "Point", "coordinates": [ -111.959876000004016, 40.703994000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1199, "StopName": "3100 S @ 2928 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135171", "Latitude": 40.703993, "Longitude": -111.962279, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "135171" }, "geometry": { "type": "Point", "coordinates": [ -111.962279000004244, 40.703993000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1200, "StopName": "3100 S @ 3078 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135172", "Latitude": 40.703989, "Longitude": -111.965134, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "135172" }, "geometry": { "type": "Point", "coordinates": [ -111.965134000004113, 40.7039890000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1201, "StopName": "3100 S @ 3366 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135175", "Latitude": 40.703997, "Longitude": -111.971895, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "135175" }, "geometry": { "type": "Point", "coordinates": [ -111.971895000004523, 40.703997000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1202, "StopName": "3100 S @ 3486 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135176", "Latitude": 40.703997, "Longitude": -111.974246, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "135176" }, "geometry": { "type": "Point", "coordinates": [ -111.97424600000403, 40.703997000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1203, "StopName": "4100 S @ 3855 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135181", "Latitude": 40.681988, "Longitude": -111.983768, "AVGBoard": 1, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135181" }, "geometry": { "type": "Point", "coordinates": [ -111.983768000004645, 40.681988000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1204, "StopName": "4100 S @ 3657 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135182", "Latitude": 40.681998, "Longitude": -111.978621, "AVGBoard": 2, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135182" }, "geometry": { "type": "Point", "coordinates": [ -111.97862100000475, 40.681998000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1205, "StopName": "4100 S @ 3477 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135183", "Latitude": 40.682013, "Longitude": -111.974275, "AVGBoard": 2, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135183" }, "geometry": { "type": "Point", "coordinates": [ -111.974275000004639, 40.682013000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1206, "StopName": "4100 S @ 3341 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135184", "Latitude": 40.682024, "Longitude": -111.971851, "AVGBoard": 3, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135184" }, "geometry": { "type": "Point", "coordinates": [ -111.971851000004492, 40.682024000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1207, "StopName": "Lake Park Blvd @ 4647 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135185", "Latitude": 40.712241, "Longitude": -112.001395, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135185" }, "geometry": { "type": "Point", "coordinates": [ -112.001395000004536, 40.712241000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1208, "StopName": "Lake Park Blvd @ 4171 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135186", "Latitude": 40.711163, "Longitude": -111.991022, "AVGBoard": 0, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "135186" }, "geometry": { "type": "Point", "coordinates": [ -111.991022000004506, 40.711163000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1209, "StopName": "Constitution Blvd @ 2880 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135188", "Latitude": 40.707923, "Longitude": -111.958112, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135188" }, "geometry": { "type": "Point", "coordinates": [ -111.958112000004562, 40.707923000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1210, "StopName": "4100 S @ 3991 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135189", "Latitude": 40.681981, "Longitude": -111.986089, "AVGBoard": 0, "AVGAlight": 1, "Route": "41", "StopAbbr_J": "135189" }, "geometry": { "type": "Point", "coordinates": [ -111.986089000004355, 40.681981000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1211, "StopName": "Lake Park Blvd @ 4788 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135192", "Latitude": 40.712367, "Longitude": -112.007154, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135192" }, "geometry": { "type": "Point", "coordinates": [ -112.007154000004704, 40.712367000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1212, "StopName": "4100 S @ 3330 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135193", "Latitude": 40.682239, "Longitude": -111.970691, "AVGBoard": 1, "AVGAlight": 4, "Route": "41", "StopAbbr_J": "135193" }, "geometry": { "type": "Point", "coordinates": [ -111.970691000004678, 40.682239000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1213, "StopName": "4100 S @ 3470 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135194", "Latitude": 40.682232, "Longitude": -111.973871, "AVGBoard": 0, "AVGAlight": 2, "Route": "41", "StopAbbr_J": "135194" }, "geometry": { "type": "Point", "coordinates": [ -111.973871000004465, 40.682232000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1214, "StopName": "4100 S @ 3610 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135195", "Latitude": 40.682223, "Longitude": -111.977721, "AVGBoard": 1, "AVGAlight": 5, "Route": "41", "StopAbbr_J": "135195" }, "geometry": { "type": "Point", "coordinates": [ -111.977721000003982, 40.682223000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1215, "StopName": "4100 S @ 3758 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135196", "Latitude": 40.682206, "Longitude": -111.980554, "AVGBoard": 0, "AVGAlight": 1, "Route": "41", "StopAbbr_J": "135196" }, "geometry": { "type": "Point", "coordinates": [ -111.98055400000473, 40.682206000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1216, "StopName": "4700 S @ 3989 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135198", "Latitude": 40.667511, "Longitude": -111.985988, "AVGBoard": 28, "AVGAlight": 11, "Route": "47", "StopAbbr_J": "135198" }, "geometry": { "type": "Point", "coordinates": [ -111.985988000004085, 40.667511000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1217, "StopName": "4700 S @ 3757 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135199", "Latitude": 40.667442, "Longitude": -111.980661, "AVGBoard": 1, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "135199" }, "geometry": { "type": "Point", "coordinates": [ -111.980661000004588, 40.667442000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1218, "StopName": "4700 S @ 3687 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135200", "Latitude": 40.667468, "Longitude": -111.979171, "AVGBoard": 2, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "135200" }, "geometry": { "type": "Point", "coordinates": [ -111.979171000004413, 40.66746800000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1219, "StopName": "4700 S @ 3587 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135201", "Latitude": 40.667463, "Longitude": -111.976283, "AVGBoard": 9, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "135201" }, "geometry": { "type": "Point", "coordinates": [ -111.976283000004528, 40.667463000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1220, "StopName": "4700 S @ 3395 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135202", "Latitude": 40.667476, "Longitude": -111.971798, "AVGBoard": 3, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "135202" }, "geometry": { "type": "Point", "coordinates": [ -111.971798000004597, 40.667476000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1221, "StopName": "Lake Park Blvd @ 4781 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135203", "Latitude": 40.712093, "Longitude": -112.006698, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "135203" }, "geometry": { "type": "Point", "coordinates": [ -112.006698000004718, 40.712093000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1222, "StopName": "4700 S @ 3189 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135204", "Latitude": 40.667526, "Longitude": -111.967042, "AVGBoard": 5, "AVGAlight": 3, "Route": "47", "StopAbbr_J": "135204" }, "geometry": { "type": "Point", "coordinates": [ -111.967042000004696, 40.66752600000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1223, "StopName": "4700 S @ 2963 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135206", "Latitude": 40.667492, "Longitude": -111.963105, "AVGBoard": 3, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "135206" }, "geometry": { "type": "Point", "coordinates": [ -111.963105000004276, 40.667492000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1224, "StopName": "4700 S @ 2821 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135207", "Latitude": 40.667495, "Longitude": -111.960372, "AVGBoard": 2, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "135207" }, "geometry": { "type": "Point", "coordinates": [ -111.960372000004639, 40.667495000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1225, "StopName": "4700 S @ 3230 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135208", "Latitude": 40.667689, "Longitude": -111.968162, "AVGBoard": 2, "AVGAlight": 5, "Route": "47", "StopAbbr_J": "135208" }, "geometry": { "type": "Point", "coordinates": [ -111.968162000004824, 40.667689000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1226, "StopName": "4700 S @ 3400 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135209", "Latitude": 40.667688, "Longitude": -111.972199, "AVGBoard": 0, "AVGAlight": 4, "Route": "47", "StopAbbr_J": "135209" }, "geometry": { "type": "Point", "coordinates": [ -111.972199000004522, 40.667688000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1227, "StopName": "4700 S @ 3460 W", "City": "West Valley City", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135211", "Latitude": 40.667686, "Longitude": -111.974517, "AVGBoard": 0, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "135211" }, "geometry": { "type": "Point", "coordinates": [ -111.974517000003999, 40.667686000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1228, "StopName": "4700 S @ 3650 W", "City": "West Valley City", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135212", "Latitude": 40.667682, "Longitude": -111.978225, "AVGBoard": 2, "AVGAlight": 8, "Route": "47", "StopAbbr_J": "135212" }, "geometry": { "type": "Point", "coordinates": [ -111.978225000004343, 40.667682000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1229, "StopName": "4700 S @ 3698 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135213", "Latitude": 40.667706, "Longitude": -111.979813, "AVGBoard": 1, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "135213" }, "geometry": { "type": "Point", "coordinates": [ -111.979813000004512, 40.667706000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1230, "StopName": "4700 S @ 3850 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135214", "Latitude": 40.667696, "Longitude": -111.982737, "AVGBoard": 0, "AVGAlight": 3, "Route": "47", "StopAbbr_J": "135214" }, "geometry": { "type": "Point", "coordinates": [ -111.982737000004704, 40.66769600000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1231, "StopName": "4700 S @ 3980 W", "City": "West Valley City", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135215", "Latitude": 40.667677, "Longitude": -111.985098, "AVGBoard": 8, "AVGAlight": 20, "Route": "47", "StopAbbr_J": "135215" }, "geometry": { "type": "Point", "coordinates": [ -111.985098000004129, 40.66767700000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1232, "StopName": "3600 W @ 3089 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135216", "Latitude": 40.704391, "Longitude": -111.977005, "AVGBoard": 11, "AVGAlight": 14, "Route": "509", "StopAbbr_J": "135216" }, "geometry": { "type": "Point", "coordinates": [ -111.977005000004041, 40.704391000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1233, "StopName": "3600 W @ 2747 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135217", "Latitude": 40.710098, "Longitude": -111.977088, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "135217" }, "geometry": { "type": "Point", "coordinates": [ -111.977088000004628, 40.710098000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1234, "StopName": "3600 W @ 2687 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135218", "Latitude": 40.711495, "Longitude": -111.977038, "AVGBoard": 6, "AVGAlight": 11, "Route": "513, 509", "StopAbbr_J": "135218" }, "geometry": { "type": "Point", "coordinates": [ -111.977038000004086, 40.711495000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1235, "StopName": "3600 W @ 2557 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135219", "Latitude": 40.714532, "Longitude": -111.977077, "AVGBoard": 0, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "135219" }, "geometry": { "type": "Point", "coordinates": [ -111.977077000004613, 40.714532000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1236, "StopName": "3600 W @ 2455 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135220", "Latitude": 40.716944, "Longitude": -111.977063, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "135220" }, "geometry": { "type": "Point", "coordinates": [ -111.97706300000435, 40.716944000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1237, "StopName": "3600 W @ 2456 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135221", "Latitude": 40.716961, "Longitude": -111.977292, "AVGBoard": 2, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "135221" }, "geometry": { "type": "Point", "coordinates": [ -111.977292000004439, 40.716961000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1238, "StopName": "3600 W @ 2554 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135222", "Latitude": 40.715061, "Longitude": -111.977286, "AVGBoard": 1, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "135222" }, "geometry": { "type": "Point", "coordinates": [ -111.977286000004824, 40.715061000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1239, "StopName": "3600 W @ 2610 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135223", "Latitude": 40.713211, "Longitude": -111.977285, "AVGBoard": 1, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "135223" }, "geometry": { "type": "Point", "coordinates": [ -111.977285000004755, 40.71321100000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1240, "StopName": "3600 W @ 2740 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135224", "Latitude": 40.710231, "Longitude": -111.977279, "AVGBoard": 1, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "135224" }, "geometry": { "type": "Point", "coordinates": [ -111.977279000004245, 40.710231000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1241, "StopName": "4000 W @ 3720 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135237", "Latitude": 40.691438, "Longitude": -111.98673, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "135237" }, "geometry": { "type": "Point", "coordinates": [ -111.986730000004371, 40.691438000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1242, "StopName": "3500 S @ 3874 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135240", "Latitude": 40.696739, "Longitude": -111.983201, "AVGBoard": 5, "AVGAlight": 24, "Route": "35", "StopAbbr_J": "135240" }, "geometry": { "type": "Point", "coordinates": [ -111.983201000004456, 40.696739000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1243, "StopName": "3500 S @ 1948 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135242", "Latitude": 40.696741, "Longitude": -111.943258, "AVGBoard": 3, "AVGAlight": 7, "Route": "33", "StopAbbr_J": "135242" }, "geometry": { "type": "Point", "coordinates": [ -111.943258000004064, 40.696741000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1244, "StopName": "3500 S @ 2040 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135243", "Latitude": 40.696773, "Longitude": -111.945611, "AVGBoard": 11, "AVGAlight": 18, "Route": "35M, 33", "StopAbbr_J": "135243" }, "geometry": { "type": "Point", "coordinates": [ -111.945611000004618, 40.696773000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1245, "StopName": "4000 W @ 4288 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135244", "Latitude": 40.677577, "Longitude": -111.986686, "AVGBoard": 2, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "135244" }, "geometry": { "type": "Point", "coordinates": [ -111.986686000004326, 40.67757700000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1246, "StopName": "3500 S @ 3980 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135245", "Latitude": 40.69673, "Longitude": -111.985846, "AVGBoard": 36, "AVGAlight": 36, "Route": "35M, 35", "StopAbbr_J": "135245" }, "geometry": { "type": "Point", "coordinates": [ -111.985846000004031, 40.696730000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1247, "StopName": "3500 S @ 4198 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135246", "Latitude": 40.696675, "Longitude": -111.991129, "AVGBoard": 7, "AVGAlight": 17, "Route": "35", "StopAbbr_J": "135246" }, "geometry": { "type": "Point", "coordinates": [ -111.991129000004364, 40.696675000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1248, "StopName": "2200 W @ 4258 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135247", "Latitude": 40.678349, "Longitude": -111.948517, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "135247" }, "geometry": { "type": "Point", "coordinates": [ -111.948517000004216, 40.678349000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1249, "StopName": "2200 W @ 4340 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135248", "Latitude": 40.676338, "Longitude": -111.948511, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "135248" }, "geometry": { "type": "Point", "coordinates": [ -111.948511000004615, 40.67633800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1250, "StopName": "4715 S @ 4124 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "135250", "Latitude": 40.667316, "Longitude": -111.989593, "AVGBoard": 1, "AVGAlight": 4, "Route": "47, 240", "StopAbbr_J": "135250" }, "geometry": { "type": "Point", "coordinates": [ -111.989593000004007, 40.667316000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1251, "StopName": "2200 W @ 4512 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135251", "Latitude": 40.672201, "Longitude": -111.948512, "AVGBoard": 1, "AVGAlight": 4, "Route": "47", "StopAbbr_J": "135251" }, "geometry": { "type": "Point", "coordinates": [ -111.948512000004712, 40.67220100000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1252, "StopName": "2200 W @ 4626 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135252", "Latitude": 40.670025, "Longitude": -111.948514, "AVGBoard": 1, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "135252" }, "geometry": { "type": "Point", "coordinates": [ -111.948514000003968, 40.670025000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1253, "StopName": "2200 W @ 4681 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135256", "Latitude": 40.668121, "Longitude": -111.948353, "AVGBoard": 4, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "135256" }, "geometry": { "type": "Point", "coordinates": [ -111.948353000004133, 40.668121000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1254, "StopName": "2200 W @ 4621 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135257", "Latitude": 40.669401, "Longitude": -111.948379, "AVGBoard": 0, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "135257" }, "geometry": { "type": "Point", "coordinates": [ -111.948379000004479, 40.669401000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1255, "StopName": "2200 W @ 4519 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135258", "Latitude": 40.671991, "Longitude": -111.948332, "AVGBoard": 5, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "135258" }, "geometry": { "type": "Point", "coordinates": [ -111.948332000004186, 40.67199100000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1256, "StopName": "2200 W @ 4463 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135259", "Latitude": 40.674056, "Longitude": -111.948365, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "135259" }, "geometry": { "type": "Point", "coordinates": [ -111.94836500000423, 40.674056000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1257, "StopName": "2200 W @ 4321 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135260", "Latitude": 40.676682, "Longitude": -111.948352, "AVGBoard": 0, "AVGAlight": 2, "Route": "39", "StopAbbr_J": "135260" }, "geometry": { "type": "Point", "coordinates": [ -111.948352000004036, 40.676682000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1258, "StopName": "2200 W @ 4215 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135261", "Latitude": 40.679315, "Longitude": -111.948351, "AVGBoard": 2, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "135261" }, "geometry": { "type": "Point", "coordinates": [ -111.948351000003967, 40.679315000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1259, "StopName": "2200 W @ 4133 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135262", "Latitude": 40.681212, "Longitude": -111.948358, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "135262" }, "geometry": { "type": "Point", "coordinates": [ -111.948358000004546, 40.681212000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1260, "StopName": "4000 W @ 4071 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135263", "Latitude": 40.682831, "Longitude": -111.986537, "AVGBoard": 7, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "135263" }, "geometry": { "type": "Point", "coordinates": [ -111.986537000004574, 40.682831000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1261, "StopName": "4000 W @ 4031 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135264", "Latitude": 40.683936, "Longitude": -111.986524, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "135264" }, "geometry": { "type": "Point", "coordinates": [ -111.986524000004394, 40.683936000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1262, "StopName": "4000 W @ 3961 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135265", "Latitude": 40.686495, "Longitude": -111.986557, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "135265" }, "geometry": { "type": "Point", "coordinates": [ -111.986557000004424, 40.686495000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1263, "StopName": "4000 W @ 3857 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135266", "Latitude": 40.688365, "Longitude": -111.986631, "AVGBoard": 1, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "135266" }, "geometry": { "type": "Point", "coordinates": [ -111.986631000004266, 40.688365000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1264, "StopName": "4000 W @ 3779 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135267", "Latitude": 40.68994, "Longitude": -111.986543, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "135267" }, "geometry": { "type": "Point", "coordinates": [ -111.986543000004175, 40.689940000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1265, "StopName": "4000 W @ 3675 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135268", "Latitude": 40.691975, "Longitude": -111.986542, "AVGBoard": 1, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "135268" }, "geometry": { "type": "Point", "coordinates": [ -111.986542000004093, 40.691975000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1266, "StopName": "4000 W @ 3621 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135269", "Latitude": 40.693574, "Longitude": -111.986551, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "135269" }, "geometry": { "type": "Point", "coordinates": [ -111.986551000003956, 40.693574000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1267, "StopName": "4000 W @ 3535 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135270", "Latitude": 40.695533, "Longitude": -111.986545, "AVGBoard": 1, "AVGAlight": 13, "Route": "240", "StopAbbr_J": "135270" }, "geometry": { "type": "Point", "coordinates": [ -111.986545000004341, 40.695533000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1268, "StopName": "3500 S @ 3955 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135271", "Latitude": 40.696503, "Longitude": -111.985301, "AVGBoard": 59, "AVGAlight": 37, "Route": "35M, 35, 240", "StopAbbr_J": "135271" }, "geometry": { "type": "Point", "coordinates": [ -111.985301000004753, 40.696503000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1269, "StopName": "3500 S @ 3867 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135272", "Latitude": 40.696516, "Longitude": -111.983272, "AVGBoard": 10, "AVGAlight": 3, "Route": "35, 240", "StopAbbr_J": "135272" }, "geometry": { "type": "Point", "coordinates": [ -111.983272000004035, 40.69651600000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1270, "StopName": "3500 S @ 4151 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135275", "Latitude": 40.696542, "Longitude": -111.989941, "AVGBoard": 11, "AVGAlight": 6, "Route": "35", "StopAbbr_J": "135275" }, "geometry": { "type": "Point", "coordinates": [ -111.989941000004038, 40.696542000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1271, "StopName": "3500 S @ 2097 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135280", "Latitude": 40.696542, "Longitude": -111.946252, "AVGBoard": 17, "AVGAlight": 9, "Route": "33", "StopAbbr_J": "135280" }, "geometry": { "type": "Point", "coordinates": [ -111.946252000004634, 40.696542000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1272, "StopName": "3500 S @ 1953 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135281", "Latitude": 40.696502, "Longitude": -111.943836, "AVGBoard": 10, "AVGAlight": 7, "Route": "33", "StopAbbr_J": "135281" }, "geometry": { "type": "Point", "coordinates": [ -111.943836000004268, 40.696502000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1273, "StopName": "Bruin Blvd @ 1904 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135282", "Latitude": 40.674859, "Longitude": -111.943134, "AVGBoard": 3, "AVGAlight": 5, "Route": "47, 39", "StopAbbr_J": "135282" }, "geometry": { "type": "Point", "coordinates": [ -111.943134000004576, 40.674859000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1274, "StopName": "Bruin Blvd @ 2090 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135283", "Latitude": 40.675257, "Longitude": -111.946335, "AVGBoard": 3, "AVGAlight": 2, "Route": "47, 39", "StopAbbr_J": "135283" }, "geometry": { "type": "Point", "coordinates": [ -111.946335000004325, 40.675257000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1275, "StopName": "Bruin Blvd @ 2101 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135284", "Latitude": 40.675162, "Longitude": -111.946209, "AVGBoard": 5, "AVGAlight": 7, "Route": "47, 39", "StopAbbr_J": "135284" }, "geometry": { "type": "Point", "coordinates": [ -111.946209000004671, 40.675162000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1276, "StopName": "Bruin Blvd @ 1885 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135285", "Latitude": 40.674518, "Longitude": -111.942491, "AVGBoard": 29, "AVGAlight": 33, "Route": "47, 39", "StopAbbr_J": "135285" }, "geometry": { "type": "Point", "coordinates": [ -111.942491000004395, 40.674518000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1277, "StopName": "4700 S @ 2570 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135288", "Latitude": 40.667726, "Longitude": -111.955677, "AVGBoard": 1, "AVGAlight": 14, "Route": "47", "StopAbbr_J": "135288" }, "geometry": { "type": "Point", "coordinates": [ -111.9556770000044, 40.667726000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1278, "StopName": "4700 S @ 2691 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135291", "Latitude": 40.667574, "Longitude": -111.957245, "AVGBoard": 18, "AVGAlight": 3, "Route": "47", "StopAbbr_J": "135291" }, "geometry": { "type": "Point", "coordinates": [ -111.957245000004718, 40.667574000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1279, "StopName": "4700 S @ 2860 W", "City": "West Valley City", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135292", "Latitude": 40.667711, "Longitude": -111.961123, "AVGBoard": 1, "AVGAlight": 5, "Route": "47", "StopAbbr_J": "135292" }, "geometry": { "type": "Point", "coordinates": [ -111.961123000004747, 40.667711000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1280, "StopName": "4700 S @ 3050 W", "City": "West Valley City", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135293", "Latitude": 40.667695, "Longitude": -111.964627, "AVGBoard": 0, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "135293" }, "geometry": { "type": "Point", "coordinates": [ -111.964627000004398, 40.667695000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1281, "StopName": "2200 W @ 4130 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135294", "Latitude": 40.681505, "Longitude": -111.948513, "AVGBoard": 7, "AVGAlight": 4, "Route": "39", "StopAbbr_J": "135294" }, "geometry": { "type": "Point", "coordinates": [ -111.94851300000478, 40.681505000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1282, "StopName": "3100 S @ 3941 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135300", "Latitude": 40.703829, "Longitude": -111.985414, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "135300" }, "geometry": { "type": "Point", "coordinates": [ -111.985414000004212, 40.703829000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1283, "StopName": "3100 S @ 3821 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135301", "Latitude": 40.703833, "Longitude": -111.982484, "AVGBoard": 2, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "135301" }, "geometry": { "type": "Point", "coordinates": [ -111.982484000004447, 40.703833000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1284, "StopName": "3100 S @ 3555 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135302", "Latitude": 40.703829, "Longitude": -111.976241, "AVGBoard": 2, "AVGAlight": 5, "Route": "248", "StopAbbr_J": "135302" }, "geometry": { "type": "Point", "coordinates": [ -111.976241000004649, 40.703829000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1285, "StopName": "3100 S @ 3335 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135304", "Latitude": 40.703835, "Longitude": -111.971239, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "135304" }, "geometry": { "type": "Point", "coordinates": [ -111.971239000004175, 40.703835000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1286, "StopName": "3100 S @ 3061 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135306", "Latitude": 40.703825, "Longitude": -111.965054, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "135306" }, "geometry": { "type": "Point", "coordinates": [ -111.96505400000467, 40.703825000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1287, "StopName": "3100 S @ 2931 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135307", "Latitude": 40.703828, "Longitude": -111.962249, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "135307" }, "geometry": { "type": "Point", "coordinates": [ -111.962249000004462, 40.703828000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1288, "StopName": "3100 S @ 2801 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135308", "Latitude": 40.703831, "Longitude": -111.960091, "AVGBoard": 2, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "135308" }, "geometry": { "type": "Point", "coordinates": [ -111.960091000004738, 40.703831000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1289, "StopName": "3600 W @ 3244 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135310", "Latitude": 40.701391, "Longitude": -111.977212, "AVGBoard": 2, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "135310" }, "geometry": { "type": "Point", "coordinates": [ -111.977212000004101, 40.701391000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1290, "StopName": "3200 W @ 4780 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135314", "Latitude": 40.665696, "Longitude": -111.967541, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "135314" }, "geometry": { "type": "Point", "coordinates": [ -111.967541000004644, 40.665696000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1291, "StopName": "3600 W @ 2690 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135322", "Latitude": 40.711449, "Longitude": -111.977279, "AVGBoard": 10, "AVGAlight": 3, "Route": "509", "StopAbbr_J": "135322" }, "geometry": { "type": "Point", "coordinates": [ -111.977279000004245, 40.711449000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1292, "StopName": "3600 W @ 2850 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135323", "Latitude": 40.708463, "Longitude": -111.977266, "AVGBoard": 1, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "135323" }, "geometry": { "type": "Point", "coordinates": [ -111.977266000004064, 40.708463000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1293, "StopName": "4700 S @ 2751 W", "City": "West Valley City", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "135326", "Latitude": 40.667721, "Longitude": -111.958925, "AVGBoard": 3, "AVGAlight": 8, "Route": "47", "StopAbbr_J": "135326" }, "geometry": { "type": "Point", "coordinates": [ -111.958925000004427, 40.667721000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1294, "StopName": "3600 W @ 3225 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135327", "Latitude": 40.701563, "Longitude": -111.97705, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "135327" }, "geometry": { "type": "Point", "coordinates": [ -111.977050000004184, 40.701563000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1295, "StopName": "3200 W @ 3686 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135328", "Latitude": 40.692028, "Longitude": -111.967621, "AVGBoard": 1, "AVGAlight": 1, "Route": "41, 232", "StopAbbr_J": "135328" }, "geometry": { "type": "Point", "coordinates": [ -111.967621000004087, 40.692028000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1296, "StopName": "4000 W @ 3782 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "135334", "Latitude": 40.689973, "Longitude": -111.986729, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "135334" }, "geometry": { "type": "Point", "coordinates": [ -111.986729000004274, 40.689973000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1297, "StopName": "4100 S @ 3570 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135342", "Latitude": 40.682006, "Longitude": -111.976506, "AVGBoard": 3, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "135342" }, "geometry": { "type": "Point", "coordinates": [ -111.976506000004093, 40.682006000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1298, "StopName": "3600 W @ 2615 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "135346", "Latitude": 40.713004, "Longitude": -111.977072, "AVGBoard": 0, "AVGAlight": 1, "Route": "513, 509", "StopAbbr_J": "135346" }, "geometry": { "type": "Point", "coordinates": [ -111.977072000004199, 40.713004000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1299, "StopName": "900 E @ 3153 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "136014", "Latitude": 40.703089, "Longitude": -111.865403, "AVGBoard": 5, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "136014" }, "geometry": { "type": "Point", "coordinates": [ -111.86540300000415, 40.703089000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1300, "StopName": "Atherton Dr @ 4440 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136017", "Latitude": 40.673268, "Longitude": -111.913948, "AVGBoard": 4, "AVGAlight": 9, "Route": "47", "StopAbbr_J": "136017" }, "geometry": { "type": "Point", "coordinates": [ -111.91394800000451, 40.673268000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1301, "StopName": "Atherton Dr @ 925 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136019", "Latitude": 40.670967, "Longitude": -111.914998, "AVGBoard": 16, "AVGAlight": 12, "Route": "47", "StopAbbr_J": "136019" }, "geometry": { "type": "Point", "coordinates": [ -111.914998000004232, 40.670967000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1302, "StopName": "Atherton Dr @ 1020 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136020", "Latitude": 40.670842, "Longitude": -111.921492, "AVGBoard": 2, "AVGAlight": 7, "Route": "47", "StopAbbr_J": "136020" }, "geometry": { "type": "Point", "coordinates": [ -111.921492000004108, 40.6708420000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1303, "StopName": "Atherton Dr @ 4533 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136021", "Latitude": 40.671353, "Longitude": -111.922116, "AVGBoard": 3, "AVGAlight": 5, "Route": "47", "StopAbbr_J": "136021" }, "geometry": { "type": "Point", "coordinates": [ -111.922116000004522, 40.671353000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1304, "StopName": "4700 S @ 1302 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136028", "Latitude": 40.669962, "Longitude": -111.928874, "AVGBoard": 0, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "136028" }, "geometry": { "type": "Point", "coordinates": [ -111.928874000004683, 40.669962000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1305, "StopName": "4700 S @ 1546 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136029", "Latitude": 40.667982, "Longitude": -111.934698, "AVGBoard": 1, "AVGAlight": 6, "Route": "47", "StopAbbr_J": "136029" }, "geometry": { "type": "Point", "coordinates": [ -111.934698000003976, 40.667982000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1306, "StopName": "4700 S @ 1685 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136030", "Latitude": 40.667473, "Longitude": -111.938124, "AVGBoard": 19, "AVGAlight": 3, "Route": "47", "StopAbbr_J": "136030" }, "geometry": { "type": "Point", "coordinates": [ -111.93812400000435, 40.667473000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1307, "StopName": "4700 S @ 1531 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136031", "Latitude": 40.667674, "Longitude": -111.934824, "AVGBoard": 5, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "136031" }, "geometry": { "type": "Point", "coordinates": [ -111.934824000004511, 40.667674000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1308, "StopName": "4700 S @ 1305 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136032", "Latitude": 40.669604, "Longitude": -111.928985, "AVGBoard": 2, "AVGAlight": 0, "Route": "47", "StopAbbr_J": "136032" }, "geometry": { "type": "Point", "coordinates": [ -111.928985000003991, 40.669604000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1309, "StopName": "4700 S @ 1176 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136037", "Latitude": 40.671175, "Longitude": -111.925667, "AVGBoard": 3, "AVGAlight": 3, "Route": "47", "StopAbbr_J": "136037" }, "geometry": { "type": "Point", "coordinates": [ -111.925667000004466, 40.671175000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1310, "StopName": "4700 S @ 1171 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136038", "Latitude": 40.671163, "Longitude": -111.924845, "AVGBoard": 4, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "136038" }, "geometry": { "type": "Point", "coordinates": [ -111.924845000004737, 40.6711630000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1311, "StopName": "Atherton Dr @ 1025 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136039", "Latitude": 40.670571, "Longitude": -111.921002, "AVGBoard": 6, "AVGAlight": 3, "Route": "47", "StopAbbr_J": "136039" }, "geometry": { "type": "Point", "coordinates": [ -111.921002000004009, 40.670571000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1312, "StopName": "Atherton Dr @ 924 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136040", "Latitude": 40.670877, "Longitude": -111.914959, "AVGBoard": 9, "AVGAlight": 12, "Route": "47", "StopAbbr_J": "136040" }, "geometry": { "type": "Point", "coordinates": [ -111.914959000004586, 40.67087700000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1313, "StopName": "Atherton Dr @ 4501 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136041", "Latitude": 40.672411, "Longitude": -111.913769, "AVGBoard": 4, "AVGAlight": 1, "Route": "47", "StopAbbr_J": "136041" }, "geometry": { "type": "Point", "coordinates": [ -111.913769000004081, 40.672411000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1314, "StopName": "Atherton Dr @ 4435 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136042", "Latitude": 40.673988, "Longitude": -111.913763, "AVGBoard": 5, "AVGAlight": 4, "Route": "47", "StopAbbr_J": "136042" }, "geometry": { "type": "Point", "coordinates": [ -111.913763000004479, 40.673988000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1315, "StopName": "Main St @ 4341 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "136047", "Latitude": 40.676882, "Longitude": -111.891177, "AVGBoard": 0, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "136047" }, "geometry": { "type": "Point", "coordinates": [ -111.891177000004092, 40.676882000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1316, "StopName": "300 W @ 3099 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136062", "Latitude": 40.703329, "Longitude": -111.899597, "AVGBoard": 0, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "136062" }, "geometry": { "type": "Point", "coordinates": [ -111.899597000004263, 40.703329000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1317, "StopName": "500 E @ 4360 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "136068", "Latitude": 40.676547, "Longitude": -111.87706, "AVGBoard": 0, "AVGAlight": 2, "Route": "205", "StopAbbr_J": "136068" }, "geometry": { "type": "Point", "coordinates": [ -111.877060000004334, 40.676547000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1318, "StopName": "3900 S @ 61 W", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "136071", "Latitude": 40.686887, "Longitude": -111.893151, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "136071" }, "geometry": { "type": "Point", "coordinates": [ -111.89315100000475, 40.686887000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1319, "StopName": "3900 S @ 50 W", "City": "South Salt Lake", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "136072", "Latitude": 40.687105, "Longitude": -111.892791, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "136072" }, "geometry": { "type": "Point", "coordinates": [ -111.892791000004621, 40.687105000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1320, "StopName": "900 W @ 3425 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136073", "Latitude": 40.696323, "Longitude": -111.916843, "AVGBoard": 4, "AVGAlight": 8, "Route": "33", "StopAbbr_J": "136073" }, "geometry": { "type": "Point", "coordinates": [ -111.916843000004093, 40.696323000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1321, "StopName": "Carlisle St @ 720 W", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136078", "Latitude": 40.691747, "Longitude": -111.912152, "AVGBoard": 2, "AVGAlight": 6, "Route": "33", "StopAbbr_J": "136078" }, "geometry": { "type": "Point", "coordinates": [ -111.912152000004198, 40.691747000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1322, "StopName": "Redwood Rd @ 3645 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136081", "Latitude": 40.693837, "Longitude": -111.938763, "AVGBoard": 2, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "136081" }, "geometry": { "type": "Point", "coordinates": [ -111.938763000004201, 40.693837000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1323, "StopName": "Redwood Rd @ 3385 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136083", "Latitude": 40.698775, "Longitude": -111.938792, "AVGBoard": 9, "AVGAlight": 10, "Route": "217", "StopAbbr_J": "136083" }, "geometry": { "type": "Point", "coordinates": [ -111.938792000004796, 40.698775000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1324, "StopName": "Gregson Ave @ 111 W", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136086", "Latitude": 40.703831, "Longitude": -111.894422, "AVGBoard": 3, "AVGAlight": 8, "Route": "33", "StopAbbr_J": "136086" }, "geometry": { "type": "Point", "coordinates": [ -111.894422000004781, 40.703831000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1325, "StopName": "700 W @ 3469 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136089", "Latitude": 40.696329, "Longitude": -111.911108, "AVGBoard": 2, "AVGAlight": 3, "Route": "33", "StopAbbr_J": "136089" }, "geometry": { "type": "Point", "coordinates": [ -111.911108000004091, 40.696329000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1326, "StopName": "Meadowbrook Expy @ 720 W", "City": "South Salt Lake", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136123", "Latitude": 40.687131, "Longitude": -111.911771, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "136123" }, "geometry": { "type": "Point", "coordinates": [ -111.911771000004123, 40.68713100000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1327, "StopName": "Meadowbrook Expwy. @ 1150 W", "City": "West Valley City", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136125", "Latitude": 40.685664, "Longitude": -111.924791, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "136125" }, "geometry": { "type": "Point", "coordinates": [ -111.92479100000476, 40.685664000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1328, "StopName": "Meadowbrook Expwy. @ 1320 W", "City": "West Valley City", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136126", "Latitude": 40.684507, "Longitude": -111.930031, "AVGBoard": 14, "AVGAlight": 20, "Route": "39", "StopAbbr_J": "136126" }, "geometry": { "type": "Point", "coordinates": [ -111.930031000004263, 40.68450700000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1329, "StopName": "Meadowbrook Expwy. @ 1520 W", "City": "West Valley City", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136127", "Latitude": 40.683201, "Longitude": -111.934842, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "136127" }, "geometry": { "type": "Point", "coordinates": [ -111.93484200000421, 40.683201000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1330, "StopName": "Redwood Rd @ 4140 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "136128", "Latitude": 40.681191, "Longitude": -111.939051, "AVGBoard": 52, "AVGAlight": 121, "Route": "39, 217", "StopAbbr_J": "136128" }, "geometry": { "type": "Point", "coordinates": [ -111.939051000004667, 40.681191000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1331, "StopName": "Redwood Rd @ 4210 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "136129", "Latitude": 40.679374, "Longitude": -111.939045, "AVGBoard": 8, "AVGAlight": 8, "Route": "39, 217", "StopAbbr_J": "136129" }, "geometry": { "type": "Point", "coordinates": [ -111.939045000004171, 40.679374000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1332, "StopName": "Redwood Rd @ 4280 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "136130", "Latitude": 40.678015, "Longitude": -111.939047, "AVGBoard": 0, "AVGAlight": 0, "Route": "39, 217", "StopAbbr_J": "136130" }, "geometry": { "type": "Point", "coordinates": [ -111.939047000004336, 40.678015000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1333, "StopName": "Redwood Rd @ 4370 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "136131", "Latitude": 40.67577, "Longitude": -111.939026, "AVGBoard": 0, "AVGAlight": 0, "Route": "39, 217", "StopAbbr_J": "136131" }, "geometry": { "type": "Point", "coordinates": [ -111.93902600000439, 40.675770000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1334, "StopName": "Redwood Rd @ 4450 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "136133", "Latitude": 40.673354, "Longitude": -111.938989, "AVGBoard": 31, "AVGAlight": 18, "Route": "47, 217", "StopAbbr_J": "136133" }, "geometry": { "type": "Point", "coordinates": [ -111.938989000004028, 40.673354000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1335, "StopName": "Redwood Rd @ 4720 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "136136", "Latitude": 40.666997, "Longitude": -111.939013, "AVGBoard": 16, "AVGAlight": 27, "Route": "217", "StopAbbr_J": "136136" }, "geometry": { "type": "Point", "coordinates": [ -111.939013000004209, 40.666997000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1336, "StopName": "Redwood Rd @ 4802 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136137", "Latitude": 40.665151, "Longitude": -111.938951, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "136137" }, "geometry": { "type": "Point", "coordinates": [ -111.938951000004479, 40.665151000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1337, "StopName": "Redwood Rd @ 4439 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136141", "Latitude": 40.674172, "Longitude": -111.938729, "AVGBoard": 0, "AVGAlight": 0, "Route": "39, 217", "StopAbbr_J": "136141" }, "geometry": { "type": "Point", "coordinates": [ -111.938729000004074, 40.674172000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1338, "StopName": "Redwood Rd @ 4281 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136142", "Latitude": 40.677926, "Longitude": -111.938765, "AVGBoard": 2, "AVGAlight": 5, "Route": "39, 217", "StopAbbr_J": "136142" }, "geometry": { "type": "Point", "coordinates": [ -111.938765000004366, 40.677926000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1339, "StopName": "Redwood Rd @ 4175 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136143", "Latitude": 40.680659, "Longitude": -111.938771, "AVGBoard": 39, "AVGAlight": 41, "Route": "39, 217", "StopAbbr_J": "136143" }, "geometry": { "type": "Point", "coordinates": [ -111.938771000003953, 40.680659000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1340, "StopName": "Meadowbrook Expwy. @ 1285 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136146", "Latitude": 40.684541, "Longitude": -111.928943, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "136146" }, "geometry": { "type": "Point", "coordinates": [ -111.928943000004097, 40.684541000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1341, "StopName": "Meadowbrook Expwy. @ 1151 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136147", "Latitude": 40.685431, "Longitude": -111.924739, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "136147" }, "geometry": { "type": "Point", "coordinates": [ -111.924739000004067, 40.685431000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1342, "StopName": "Meadowbrook Expy @ 831 W", "City": "Millcreek", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136148", "Latitude": 40.686915, "Longitude": -111.915029, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "136148" }, "geometry": { "type": "Point", "coordinates": [ -111.915029000004083, 40.686915000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1343, "StopName": "3900 S @ 547 W", "City": "Millcreek", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136150", "Latitude": 40.686902, "Longitude": -111.907087, "AVGBoard": 6, "AVGAlight": 7, "Route": "39", "StopAbbr_J": "136150" }, "geometry": { "type": "Point", "coordinates": [ -111.907087000004807, 40.686902000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1344, "StopName": "700 W @ 3575 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136156", "Latitude": 40.692436, "Longitude": -111.911123, "AVGBoard": 7, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "136156" }, "geometry": { "type": "Point", "coordinates": [ -111.911123000004437, 40.692436000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1345, "StopName": "700 W @ 3565 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136157", "Latitude": 40.694073, "Longitude": -111.911126, "AVGBoard": 2, "AVGAlight": 0, "Route": "33", "StopAbbr_J": "136157" }, "geometry": { "type": "Point", "coordinates": [ -111.911126000004685, 40.694073000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1346, "StopName": "700 W @ 3600 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136175", "Latitude": 40.692217, "Longitude": -111.911311, "AVGBoard": 4, "AVGAlight": 6, "Route": "33", "StopAbbr_J": "136175" }, "geometry": { "type": "Point", "coordinates": [ -111.911311000004716, 40.692217000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1347, "StopName": "3300 S @ 80 W", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136194", "Latitude": 40.699919, "Longitude": -111.893528, "AVGBoard": 8, "AVGAlight": 9, "Route": "33", "StopAbbr_J": "136194" }, "geometry": { "type": "Point", "coordinates": [ -111.893528000004494, 40.699919000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1348, "StopName": "3300 S @ 889 W", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136200", "Latitude": 40.699276, "Longitude": -111.916345, "AVGBoard": 0, "AVGAlight": 0, "Route": "35M", "StopAbbr_J": "136200" }, "geometry": { "type": "Point", "coordinates": [ -111.916345000004227, 40.699276000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1349, "StopName": "3500 S @ 1685 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136201", "Latitude": 40.696508, "Longitude": -111.937859, "AVGBoard": 165, "AVGAlight": 86, "Route": "35M, 33", "StopAbbr_J": "136201" }, "geometry": { "type": "Point", "coordinates": [ -111.937859000003982, 40.696508000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1350, "StopName": "3500 S @ 1575 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136202", "Latitude": 40.697071, "Longitude": -111.934269, "AVGBoard": 20, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "136202" }, "geometry": { "type": "Point", "coordinates": [ -111.934269000004406, 40.697071000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1351, "StopName": "3500 S @ 1405 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136203", "Latitude": 40.698308, "Longitude": -111.931938, "AVGBoard": 4, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "136203" }, "geometry": { "type": "Point", "coordinates": [ -111.931938000004777, 40.698308000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1352, "StopName": "3300 S @ 1095 W", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136207", "Latitude": 40.699318, "Longitude": -111.922321, "AVGBoard": 10, "AVGAlight": 17, "Route": "33", "StopAbbr_J": "136207" }, "geometry": { "type": "Point", "coordinates": [ -111.922321000004402, 40.69931800000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1353, "StopName": "3300 S @ 980 W", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136208", "Latitude": 40.699294, "Longitude": -111.919307, "AVGBoard": 118, "AVGAlight": 57, "Route": "33", "StopAbbr_J": "136208" }, "geometry": { "type": "Point", "coordinates": [ -111.919307000003954, 40.699294000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1354, "StopName": "3300 S @ 940 W", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136211", "Latitude": 40.699537, "Longitude": -111.918373, "AVGBoard": 4, "AVGAlight": 46, "Route": "35M, 33", "StopAbbr_J": "136211" }, "geometry": { "type": "Point", "coordinates": [ -111.918373000003953, 40.699537000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1355, "StopName": "3300 S @ 1070 W", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136212", "Latitude": 40.699557, "Longitude": -111.921539, "AVGBoard": 68, "AVGAlight": 85, "Route": "33", "StopAbbr_J": "136212" }, "geometry": { "type": "Point", "coordinates": [ -111.921539000004415, 40.69955700000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1356, "StopName": "3500 S @ 1420 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136216", "Latitude": 40.698478, "Longitude": -111.932202, "AVGBoard": 1, "AVGAlight": 3, "Route": "33", "StopAbbr_J": "136216" }, "geometry": { "type": "Point", "coordinates": [ -111.932202000004168, 40.69847800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1357, "StopName": "3500 S @ 1530 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136217", "Latitude": 40.697187, "Longitude": -111.934721, "AVGBoard": 4, "AVGAlight": 32, "Route": "33", "StopAbbr_J": "136217" }, "geometry": { "type": "Point", "coordinates": [ -111.934721000004075, 40.697187000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1358, "StopName": "3500 S @ 1720 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136218", "Latitude": 40.696749, "Longitude": -111.939559, "AVGBoard": 96, "AVGAlight": 153, "Route": "35M, 33", "StopAbbr_J": "136218" }, "geometry": { "type": "Point", "coordinates": [ -111.939559000004451, 40.696749000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1359, "StopName": "Redwood Rd @ 3670 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136220", "Latitude": 40.693229, "Longitude": -111.939073, "AVGBoard": 6, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "136220" }, "geometry": { "type": "Point", "coordinates": [ -111.939073000004683, 40.69322900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1360, "StopName": "Redwood Rd @ 3770 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136221", "Latitude": 40.690778, "Longitude": -111.939072, "AVGBoard": 2, "AVGAlight": 4, "Route": "217", "StopAbbr_J": "136221" }, "geometry": { "type": "Point", "coordinates": [ -111.9390720000046, 40.690778000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1361, "StopName": "Redwood Rd @ 3860 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136222", "Latitude": 40.687691, "Longitude": -111.939056, "AVGBoard": 12, "AVGAlight": 14, "Route": "217", "StopAbbr_J": "136222" }, "geometry": { "type": "Point", "coordinates": [ -111.939056000004157, 40.687691000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1362, "StopName": "Redwood Rd @ 3980 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136223", "Latitude": 40.685047, "Longitude": -111.939051, "AVGBoard": 12, "AVGAlight": 28, "Route": "217", "StopAbbr_J": "136223" }, "geometry": { "type": "Point", "coordinates": [ -111.939051000004667, 40.685047000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1363, "StopName": "Redwood Rd @ 4070 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136224", "Latitude": 40.682935, "Longitude": -111.939051, "AVGBoard": 4, "AVGAlight": 25, "Route": "217", "StopAbbr_J": "136224" }, "geometry": { "type": "Point", "coordinates": [ -111.939051000004667, 40.682935000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1364, "StopName": "Redwood Rd @ 4065 S", "City": "West Valley City", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136225", "Latitude": 40.683073, "Longitude": -111.938745, "AVGBoard": 70, "AVGAlight": 30, "Route": "217", "StopAbbr_J": "136225" }, "geometry": { "type": "Point", "coordinates": [ -111.938745000004502, 40.683073000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1365, "StopName": "Redwood Rd @ 3965 S", "City": "West Valley City", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136226", "Latitude": 40.685528, "Longitude": -111.938747, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "136226" }, "geometry": { "type": "Point", "coordinates": [ -111.938747000004653, 40.685528000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1366, "StopName": "Redwood Rd @ 3871 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136227", "Latitude": 40.687458, "Longitude": -111.938778, "AVGBoard": 10, "AVGAlight": 9, "Route": "217", "StopAbbr_J": "136227" }, "geometry": { "type": "Point", "coordinates": [ -111.938778000004532, 40.687458000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1367, "StopName": "Redwood Rd @ 3745 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136230", "Latitude": 40.690431, "Longitude": -111.938758, "AVGBoard": 9, "AVGAlight": 10, "Route": "217", "StopAbbr_J": "136230" }, "geometry": { "type": "Point", "coordinates": [ -111.938758000004682, 40.690431000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1368, "StopName": "Redwood Rd @ 3469 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136245", "Latitude": 40.697165, "Longitude": -111.938784, "AVGBoard": 82, "AVGAlight": 64, "Route": "217", "StopAbbr_J": "136245" }, "geometry": { "type": "Point", "coordinates": [ -111.938784000004148, 40.697165000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1369, "StopName": "Redwood Rd @ 3301 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136246", "Latitude": 40.700176, "Longitude": -111.938795, "AVGBoard": 3, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "136246" }, "geometry": { "type": "Point", "coordinates": [ -111.938795000004134, 40.700176000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1370, "StopName": "Redwood Rd @ 3298 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136260", "Latitude": 40.700441, "Longitude": -111.939099, "AVGBoard": 3, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "136260" }, "geometry": { "type": "Point", "coordinates": [ -111.939099000004148, 40.700441000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1371, "StopName": "Redwood Rd @ 3430 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136261", "Latitude": 40.698606, "Longitude": -111.939092, "AVGBoard": 7, "AVGAlight": 29, "Route": "217", "StopAbbr_J": "136261" }, "geometry": { "type": "Point", "coordinates": [ -111.939092000004464, 40.698606000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1372, "StopName": "3300 S @ 87 W", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136264", "Latitude": 40.699671, "Longitude": -111.893364, "AVGBoard": 39, "AVGAlight": 78, "Route": "33", "StopAbbr_J": "136264" }, "geometry": { "type": "Point", "coordinates": [ -111.893364000004425, 40.699671000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1373, "StopName": "3300 S @ 1 W", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136265", "Latitude": 40.699671, "Longitude": -111.891403, "AVGBoard": 11, "AVGAlight": 8, "Route": "33", "StopAbbr_J": "136265" }, "geometry": { "type": "Point", "coordinates": [ -111.891403000003933, 40.699671000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1374, "StopName": "Carlisle St @ 750 W", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136276", "Latitude": 40.691622, "Longitude": -111.912193, "AVGBoard": 3, "AVGAlight": 6, "Route": "33", "StopAbbr_J": "136276" }, "geometry": { "type": "Point", "coordinates": [ -111.912193000003981, 40.691622000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1375, "StopName": "3900 S @ 612 W", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136289", "Latitude": 40.687119, "Longitude": -111.908823, "AVGBoard": 8, "AVGAlight": 14, "Route": "39", "StopAbbr_J": "136289" }, "geometry": { "type": "Point", "coordinates": [ -111.908823000004659, 40.687119000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1376, "StopName": "900 W @ 3340 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136291", "Latitude": 40.698811, "Longitude": -111.917026, "AVGBoard": 10, "AVGAlight": 5, "Route": "33", "StopAbbr_J": "136291" }, "geometry": { "type": "Point", "coordinates": [ -111.917026000003958, 40.698811000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1377, "StopName": "900 W @ 3420 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136292", "Latitude": 40.696372, "Longitude": -111.917041, "AVGBoard": 6, "AVGAlight": 4, "Route": "33", "StopAbbr_J": "136292" }, "geometry": { "type": "Point", "coordinates": [ -111.917041000004289, 40.69637200000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1378, "StopName": "900 W @ 3590 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136293", "Latitude": 40.694493, "Longitude": -111.916883, "AVGBoard": 49, "AVGAlight": 40, "Route": "33", "StopAbbr_J": "136293" }, "geometry": { "type": "Point", "coordinates": [ -111.916883000004688, 40.69449300000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1379, "StopName": "900 W @ 3595 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "136295", "Latitude": 40.693685, "Longitude": -111.916844, "AVGBoard": 45, "AVGAlight": 59, "Route": "33", "StopAbbr_J": "136295" }, "geometry": { "type": "Point", "coordinates": [ -111.916844000004176, 40.693685000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1380, "StopName": "Atherton Dr @ 4555 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "136301", "Latitude": 40.671303, "Longitude": -111.922245, "AVGBoard": 5, "AVGAlight": 3, "Route": "47", "StopAbbr_J": "136301" }, "geometry": { "type": "Point", "coordinates": [ -111.922245000004409, 40.671303000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1381, "StopName": "Van Winkle Expy @ 932 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137001", "Latitude": 40.665277, "Longitude": -111.863721, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137001" }, "geometry": { "type": "Point", "coordinates": [ -111.863721000004276, 40.665277000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1382, "StopName": "3300 S @ 1655 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137002", "Latitude": 40.700035, "Longitude": -111.844811, "AVGBoard": 1, "AVGAlight": 0, "Route": "33", "StopAbbr_J": "137002" }, "geometry": { "type": "Point", "coordinates": [ -111.844811000004299, 40.700035000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1383, "StopName": "900 E @ 4715 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137003", "Latitude": 40.66786, "Longitude": -111.864948, "AVGBoard": 19, "AVGAlight": 11, "Route": "209", "StopAbbr_J": "137003" }, "geometry": { "type": "Point", "coordinates": [ -111.864948000004247, 40.667860000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1384, "StopName": "900 E @ 4675 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137004", "Latitude": 40.669356, "Longitude": -111.865125, "AVGBoard": 33, "AVGAlight": 10, "Route": "209", "StopAbbr_J": "137004" }, "geometry": { "type": "Point", "coordinates": [ -111.865125000004511, 40.669356000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1385, "StopName": "900 E @ 4581 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137005", "Latitude": 40.671459, "Longitude": -111.865379, "AVGBoard": 3, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "137005" }, "geometry": { "type": "Point", "coordinates": [ -111.865379000003955, 40.67145900000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1386, "StopName": "900 E @ 3875 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137006", "Latitude": 40.687617, "Longitude": -111.865441, "AVGBoard": 16, "AVGAlight": 24, "Route": "209", "StopAbbr_J": "137006" }, "geometry": { "type": "Point", "coordinates": [ -111.865441000004594, 40.687617000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1387, "StopName": "900 E @ 3765 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137007", "Latitude": 40.688989, "Longitude": -111.865422, "AVGBoard": 5, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "137007" }, "geometry": { "type": "Point", "coordinates": [ -111.865422000003903, 40.68898900000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1388, "StopName": "900 E @ 3721 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137008", "Latitude": 40.690774, "Longitude": -111.865412, "AVGBoard": 4, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137008" }, "geometry": { "type": "Point", "coordinates": [ -111.865412000003985, 40.690774000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1389, "StopName": "900 E @ 3619 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137009", "Latitude": 40.69267, "Longitude": -111.865403, "AVGBoard": 7, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "137009" }, "geometry": { "type": "Point", "coordinates": [ -111.86540300000415, 40.6926700000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1390, "StopName": "900 E @ 3532 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137011", "Latitude": 40.694507, "Longitude": -111.865577, "AVGBoard": 0, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137011" }, "geometry": { "type": "Point", "coordinates": [ -111.86557700000418, 40.694507000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1391, "StopName": "900 E @ 3385 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137012", "Latitude": 40.697683, "Longitude": -111.865404, "AVGBoard": 5, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "137012" }, "geometry": { "type": "Point", "coordinates": [ -111.865404000004233, 40.697683000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1392, "StopName": "900 E @ 3265 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137013", "Latitude": 40.700349, "Longitude": -111.865368, "AVGBoard": 35, "AVGAlight": 36, "Route": "209", "StopAbbr_J": "137013" }, "geometry": { "type": "Point", "coordinates": [ -111.865368000003954, 40.700349000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1393, "StopName": "900 E @ 3449 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137014", "Latitude": 40.696344, "Longitude": -111.865404, "AVGBoard": 1, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137014" }, "geometry": { "type": "Point", "coordinates": [ -111.865404000004233, 40.696344000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1394, "StopName": "900 E @ 3059 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137015", "Latitude": 40.704386, "Longitude": -111.86541, "AVGBoard": 3, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137015" }, "geometry": { "type": "Point", "coordinates": [ -111.865410000004729, 40.704386000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1395, "StopName": "900 E @ 3005 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137016", "Latitude": 40.705722, "Longitude": -111.865403, "AVGBoard": 1, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "137016" }, "geometry": { "type": "Point", "coordinates": [ -111.86540300000415, 40.705722000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1396, "StopName": "900 E @ 2930 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137017", "Latitude": 40.707304, "Longitude": -111.865398, "AVGBoard": 2, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137017" }, "geometry": { "type": "Point", "coordinates": [ -111.865398000004646, 40.707304000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1397, "StopName": "900 E @ 2825 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137018", "Latitude": 40.709753, "Longitude": -111.865394, "AVGBoard": 1, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137018" }, "geometry": { "type": "Point", "coordinates": [ -111.865394000004301, 40.709753000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1398, "StopName": "900 E @ 2773 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137019", "Latitude": 40.710964, "Longitude": -111.865395, "AVGBoard": 1, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "137019" }, "geometry": { "type": "Point", "coordinates": [ -111.865395000004369, 40.710964000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1399, "StopName": "900 E @ 2709 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137020", "Latitude": 40.712342, "Longitude": -111.865393, "AVGBoard": 15, "AVGAlight": 8, "Route": "209", "StopAbbr_J": "137020" }, "geometry": { "type": "Point", "coordinates": [ -111.865393000004218, 40.712342000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1400, "StopName": "900 E @ 2609 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137021", "Latitude": 40.713838, "Longitude": -111.865367, "AVGBoard": 1, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "137021" }, "geometry": { "type": "Point", "coordinates": [ -111.865367000004767, 40.713838000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1401, "StopName": "900 E @ 2716 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137022", "Latitude": 40.712296, "Longitude": -111.865548, "AVGBoard": 9, "AVGAlight": 14, "Route": "209", "StopAbbr_J": "137022" }, "geometry": { "type": "Point", "coordinates": [ -111.865548000004452, 40.712296000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1402, "StopName": "900 E @ 2774 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137023", "Latitude": 40.710902, "Longitude": -111.865548, "AVGBoard": 0, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137023" }, "geometry": { "type": "Point", "coordinates": [ -111.865548000004452, 40.710902000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1403, "StopName": "900 E @ 2846 S", "City": null, "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137024", "Latitude": 40.70976, "Longitude": -111.865564, "AVGBoard": 1, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137024" }, "geometry": { "type": "Point", "coordinates": [ -111.865564000003985, 40.709760000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1404, "StopName": "900 E @ 2904 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137025", "Latitude": 40.70801, "Longitude": -111.865554, "AVGBoard": 1, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "137025" }, "geometry": { "type": "Point", "coordinates": [ -111.865554000004067, 40.708010000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1405, "StopName": "900 E @ 2994 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137026", "Latitude": 40.705995, "Longitude": -111.865559, "AVGBoard": 0, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137026" }, "geometry": { "type": "Point", "coordinates": [ -111.865559000004481, 40.705995000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1406, "StopName": "900 E @ 3050 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137027", "Latitude": 40.704434, "Longitude": -111.865554, "AVGBoard": 1, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "137027" }, "geometry": { "type": "Point", "coordinates": [ -111.865554000004067, 40.704434000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1407, "StopName": "900 E @ 3188 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137028", "Latitude": 40.701765, "Longitude": -111.865553, "AVGBoard": 4, "AVGAlight": 9, "Route": "209", "StopAbbr_J": "137028" }, "geometry": { "type": "Point", "coordinates": [ -111.86555300000397, 40.70176500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1408, "StopName": "900 E @ 3334 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137029", "Latitude": 40.699053, "Longitude": -111.865582, "AVGBoard": 38, "AVGAlight": 40, "Route": "209", "StopAbbr_J": "137029" }, "geometry": { "type": "Point", "coordinates": [ -111.865582000004579, 40.699053000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1409, "StopName": "Highland Dr @ 3020 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137030", "Latitude": 40.705278, "Longitude": -111.852805, "AVGBoard": 1, "AVGAlight": 2, "Route": "220", "StopAbbr_J": "137030" }, "geometry": { "type": "Point", "coordinates": [ -111.852805000004267, 40.705278000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1410, "StopName": "900 E @ 3460 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137031", "Latitude": 40.69612, "Longitude": -111.865567, "AVGBoard": 2, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137031" }, "geometry": { "type": "Point", "coordinates": [ -111.865567000004233, 40.696120000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1411, "StopName": "3900 S @ 1484 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137032", "Latitude": 40.687016, "Longitude": -111.848547, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137032" }, "geometry": { "type": "Point", "coordinates": [ -111.84854700000426, 40.687016000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1412, "StopName": "900 E @ 3597 S", "City": null, "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137033", "Latitude": 40.693113, "Longitude": -111.865587, "AVGBoard": 3, "AVGAlight": 5, "Route": "209", "StopAbbr_J": "137033" }, "geometry": { "type": "Point", "coordinates": [ -111.865587000004098, 40.693113000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1413, "StopName": "900 E @ 3738 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137035", "Latitude": 40.689972, "Longitude": -111.865607, "AVGBoard": 3, "AVGAlight": 5, "Route": "209", "StopAbbr_J": "137035" }, "geometry": { "type": "Point", "coordinates": [ -111.865607000003948, 40.689972000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1414, "StopName": "900 E @ 3800 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137036", "Latitude": 40.688734, "Longitude": -111.865627, "AVGBoard": 3, "AVGAlight": 6, "Route": "209", "StopAbbr_J": "137036" }, "geometry": { "type": "Point", "coordinates": [ -111.865627000004707, 40.688734000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1415, "StopName": "900 E @ 4520 S", "City": "MILLCREEK", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137037", "Latitude": 40.67359, "Longitude": -111.865719, "AVGBoard": 13, "AVGAlight": 17, "Route": "209", "StopAbbr_J": "137037" }, "geometry": { "type": "Point", "coordinates": [ -111.865719000004233, 40.673590000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1416, "StopName": "900 E @ 4578 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137038", "Latitude": 40.671685, "Longitude": -111.865661, "AVGBoard": 1, "AVGAlight": 5, "Route": "209", "StopAbbr_J": "137038" }, "geometry": { "type": "Point", "coordinates": [ -111.865661000003925, 40.671685000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1417, "StopName": "900 E @ 4630 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137039", "Latitude": 40.668923, "Longitude": -111.865368, "AVGBoard": 12, "AVGAlight": 36, "Route": "209", "StopAbbr_J": "137039" }, "geometry": { "type": "Point", "coordinates": [ -111.865368000003954, 40.668923000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1418, "StopName": "900 E @ 4750 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137040", "Latitude": 40.667874, "Longitude": -111.865251, "AVGBoard": 6, "AVGAlight": 7, "Route": "209", "StopAbbr_J": "137040" }, "geometry": { "type": "Point", "coordinates": [ -111.86525100000415, 40.667874000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1419, "StopName": "900 E @ 2515 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137041", "Latitude": 40.715879, "Longitude": -111.865354, "AVGBoard": 1, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137041" }, "geometry": { "type": "Point", "coordinates": [ -111.865354000004587, 40.715879000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1420, "StopName": "3300 S @ 398 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137042", "Latitude": 40.699782, "Longitude": -111.879862, "AVGBoard": 5, "AVGAlight": 7, "Route": "33", "StopAbbr_J": "137042" }, "geometry": { "type": "Point", "coordinates": [ -111.879862000004337, 40.699782000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1421, "StopName": "900 E @ 2580 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137044", "Latitude": 40.714384, "Longitude": -111.865532, "AVGBoard": 1, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "137044" }, "geometry": { "type": "Point", "coordinates": [ -111.865532000004023, 40.714384000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1422, "StopName": "500 E @ 2546 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137045", "Latitude": 40.715309, "Longitude": -111.876946, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "137045" }, "geometry": { "type": "Point", "coordinates": [ -111.876946000004793, 40.715309000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1423, "StopName": "500 E @ 2722 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137046", "Latitude": 40.712128, "Longitude": -111.876979, "AVGBoard": 3, "AVGAlight": 7, "Route": "205", "StopAbbr_J": "137046" }, "geometry": { "type": "Point", "coordinates": [ -111.876979000003942, 40.71212800000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1424, "StopName": "500 E @ 2889 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137049", "Latitude": 40.708356, "Longitude": -111.876838, "AVGBoard": 3, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "137049" }, "geometry": { "type": "Point", "coordinates": [ -111.876838000003957, 40.708356000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1425, "StopName": "500 E @ 2937 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137050", "Latitude": 40.707219, "Longitude": -111.876819, "AVGBoard": 2, "AVGAlight": 3, "Route": "205", "StopAbbr_J": "137050" }, "geometry": { "type": "Point", "coordinates": [ -111.87681900000419, 40.707219000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1426, "StopName": "500 E @ 3066 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137052", "Latitude": 40.70417, "Longitude": -111.876991, "AVGBoard": 2, "AVGAlight": 3, "Route": "205", "StopAbbr_J": "137052" }, "geometry": { "type": "Point", "coordinates": [ -111.87699100000404, 40.704170000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1427, "StopName": "500 E @ 3172 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137053", "Latitude": 40.701972, "Longitude": -111.876995, "AVGBoard": 1, "AVGAlight": 5, "Route": "205", "StopAbbr_J": "137053" }, "geometry": { "type": "Point", "coordinates": [ -111.876995000004371, 40.701972000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1428, "StopName": "500 E @ 3334 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137054", "Latitude": 40.699132, "Longitude": -111.877045, "AVGBoard": 11, "AVGAlight": 18, "Route": null, "StopAbbr_J": "137054" }, "geometry": { "type": "Point", "coordinates": [ -111.877045000004017, 40.699132000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1429, "StopName": "500 E @ 3386 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137055", "Latitude": 40.697953, "Longitude": -111.877048, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "137055" }, "geometry": { "type": "Point", "coordinates": [ -111.877048000004251, 40.697953000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1430, "StopName": "500 E @ 3486 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137056", "Latitude": 40.6956, "Longitude": -111.877067, "AVGBoard": 2, "AVGAlight": 2, "Route": "205", "StopAbbr_J": "137056" }, "geometry": { "type": "Point", "coordinates": [ -111.877067000004033, 40.69560000000277 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1431, "StopName": "500 E @ 3564 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137057", "Latitude": 40.694059, "Longitude": -111.877069, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "137057" }, "geometry": { "type": "Point", "coordinates": [ -111.877069000004198, 40.694059000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1432, "StopName": "500 E @ 3618 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137058", "Latitude": 40.692701, "Longitude": -111.877078, "AVGBoard": 3, "AVGAlight": 11, "Route": null, "StopAbbr_J": "137058" }, "geometry": { "type": "Point", "coordinates": [ -111.877078000004047, 40.692701000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1433, "StopName": "State St @ 2547 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137059", "Latitude": 40.715172, "Longitude": -111.888079, "AVGBoard": 6, "AVGAlight": 3, "Route": "200", "StopAbbr_J": "137059" }, "geometry": { "type": "Point", "coordinates": [ -111.88807900000478, 40.71517200000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1434, "StopName": "500 E @ 3724 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137060", "Latitude": 40.690165, "Longitude": -111.877093, "AVGBoard": 8, "AVGAlight": 6, "Route": null, "StopAbbr_J": "137060" }, "geometry": { "type": "Point", "coordinates": [ -111.877093000004379, 40.690165000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1435, "StopName": "500 E @ 3924 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137061", "Latitude": 40.686613, "Longitude": -111.877119, "AVGBoard": 6, "AVGAlight": 19, "Route": "205", "StopAbbr_J": "137061" }, "geometry": { "type": "Point", "coordinates": [ -111.87711900000474, 40.686613000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1436, "StopName": "500 E @ 3962 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137062", "Latitude": 40.685527, "Longitude": -111.877069, "AVGBoard": 1, "AVGAlight": 3, "Route": "205", "StopAbbr_J": "137062" }, "geometry": { "type": "Point", "coordinates": [ -111.877069000004198, 40.685527000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1437, "StopName": "500 E @ 4060 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137063", "Latitude": 40.683297, "Longitude": -111.87709, "AVGBoard": 1, "AVGAlight": 3, "Route": "205", "StopAbbr_J": "137063" }, "geometry": { "type": "Point", "coordinates": [ -111.877090000004145, 40.683297000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1438, "StopName": "500 E @ 4146 S", "City": "South Salt Lake City", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137064", "Latitude": 40.682, "Longitude": -111.877123, "AVGBoard": 7, "AVGAlight": 9, "Route": null, "StopAbbr_J": "137064" }, "geometry": { "type": "Point", "coordinates": [ -111.877123000004175, 40.682000000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1439, "StopName": "500 E @ 4179 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137065", "Latitude": 40.680962, "Longitude": -111.876956, "AVGBoard": 2, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "137065" }, "geometry": { "type": "Point", "coordinates": [ -111.876956000004739, 40.680962000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1440, "StopName": "State St @ 3530 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137066", "Latitude": 40.694458, "Longitude": -111.888475, "AVGBoard": 2, "AVGAlight": 6, "Route": "200", "StopAbbr_J": "137066" }, "geometry": { "type": "Point", "coordinates": [ -111.888475000004306, 40.694458000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1441, "StopName": "500 E @ 4307 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137067", "Latitude": 40.678173, "Longitude": -111.876949, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "137067" }, "geometry": { "type": "Point", "coordinates": [ -111.87694900000416, 40.678173000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1442, "StopName": "4500 S @ 1285 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137068", "Latitude": 40.674391, "Longitude": -111.854776, "AVGBoard": 9, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "137068" }, "geometry": { "type": "Point", "coordinates": [ -111.854776000004691, 40.674391000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1443, "StopName": "500 E @ 4475 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137069", "Latitude": 40.674747, "Longitude": -111.877088, "AVGBoard": 2, "AVGAlight": 13, "Route": "205", "StopAbbr_J": "137069" }, "geometry": { "type": "Point", "coordinates": [ -111.877088000003965, 40.674747000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1444, "StopName": "500 E @ 4443 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137070", "Latitude": 40.674965, "Longitude": -111.8769, "AVGBoard": 16, "AVGAlight": 6, "Route": null, "StopAbbr_J": "137070" }, "geometry": { "type": "Point", "coordinates": [ -111.876900000004596, 40.674965000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1445, "StopName": "500 E @ 4190 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137072", "Latitude": 40.6804, "Longitude": -111.877062, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "137072" }, "geometry": { "type": "Point", "coordinates": [ -111.877062000004514, 40.680400000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1446, "StopName": "500 E @ 4221 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137073", "Latitude": 40.679781, "Longitude": -111.8769, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "137073" }, "geometry": { "type": "Point", "coordinates": [ -111.876900000004596, 40.679781000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1447, "StopName": "3900 S @ 205 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137074", "Latitude": 40.687152, "Longitude": -111.885375, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137074" }, "geometry": { "type": "Point", "coordinates": [ -111.885375000003933, 40.687152000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1448, "StopName": "500 E @ 4119 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137075", "Latitude": 40.682231, "Longitude": -111.876932, "AVGBoard": 8, "AVGAlight": 2, "Route": "205", "StopAbbr_J": "137075" }, "geometry": { "type": "Point", "coordinates": [ -111.876932000004544, 40.682231000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1449, "StopName": "500 E @ 4053 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137076", "Latitude": 40.683639, "Longitude": -111.876931, "AVGBoard": 1, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "137076" }, "geometry": { "type": "Point", "coordinates": [ -111.876931000004461, 40.683639000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1450, "StopName": "500 E @ 3981 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137077", "Latitude": 40.685144, "Longitude": -111.87692, "AVGBoard": 2, "AVGAlight": 4, "Route": "205", "StopAbbr_J": "137077" }, "geometry": { "type": "Point", "coordinates": [ -111.876920000004446, 40.685144000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1451, "StopName": "500 E @ 3919 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137078", "Latitude": 40.686624, "Longitude": -111.87696, "AVGBoard": 10, "AVGAlight": 5, "Route": "205", "StopAbbr_J": "137078" }, "geometry": { "type": "Point", "coordinates": [ -111.876960000004175, 40.686624000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1452, "StopName": "500 E @ 3847 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137079", "Latitude": 40.687879, "Longitude": -111.876927, "AVGBoard": 8, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "137079" }, "geometry": { "type": "Point", "coordinates": [ -111.87692700000413, 40.687879000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1453, "StopName": "500 E @ 3717 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137080", "Latitude": 40.690297, "Longitude": -111.876906, "AVGBoard": 13, "AVGAlight": 10, "Route": null, "StopAbbr_J": "137080" }, "geometry": { "type": "Point", "coordinates": [ -111.876906000004197, 40.690297000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1454, "StopName": "500 E @ 3589 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137082", "Latitude": 40.693424, "Longitude": -111.876927, "AVGBoard": 9, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "137082" }, "geometry": { "type": "Point", "coordinates": [ -111.87692700000413, 40.693424000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1455, "StopName": "500 E @ 3491 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137083", "Latitude": 40.695337, "Longitude": -111.87691, "AVGBoard": 5, "AVGAlight": 2, "Route": "205", "StopAbbr_J": "137083" }, "geometry": { "type": "Point", "coordinates": [ -111.876910000004528, 40.695337000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1456, "StopName": "500 E @ 3381 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137084", "Latitude": 40.698086, "Longitude": -111.876859, "AVGBoard": 4, "AVGAlight": 2, "Route": null, "StopAbbr_J": "137084" }, "geometry": { "type": "Point", "coordinates": [ -111.876859000004799, 40.698086000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1457, "StopName": "500 E @ 3251 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137085", "Latitude": 40.700298, "Longitude": -111.876855, "AVGBoard": 17, "AVGAlight": 16, "Route": null, "StopAbbr_J": "137085" }, "geometry": { "type": "Point", "coordinates": [ -111.876855000004454, 40.700298000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1458, "StopName": "500 E @ 3155 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137086", "Latitude": 40.702226, "Longitude": -111.876887, "AVGBoard": 2, "AVGAlight": 2, "Route": "205", "StopAbbr_J": "137086" }, "geometry": { "type": "Point", "coordinates": [ -111.876887000004416, 40.702226000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1459, "StopName": "500 E @ 3051 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137087", "Latitude": 40.704602, "Longitude": -111.876864, "AVGBoard": 2, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "137087" }, "geometry": { "type": "Point", "coordinates": [ -111.876864000004304, 40.704602000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1460, "StopName": "500 E @ 2683 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137093", "Latitude": 40.712994, "Longitude": -111.876787, "AVGBoard": 9, "AVGAlight": 3, "Route": null, "StopAbbr_J": "137093" }, "geometry": { "type": "Point", "coordinates": [ -111.876787000004228, 40.712994000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1461, "StopName": "500 E @ 2525 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137094", "Latitude": 40.715782, "Longitude": -111.876809, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "137094" }, "geometry": { "type": "Point", "coordinates": [ -111.876809000004272, 40.715782000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1462, "StopName": "Highland Dr @ 2566 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137095", "Latitude": 40.715749, "Longitude": -111.856229, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137095" }, "geometry": { "type": "Point", "coordinates": [ -111.85622900000449, 40.715749000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1463, "StopName": "Highland Dr @ 2694 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137096", "Latitude": 40.713231, "Longitude": -111.855601, "AVGBoard": 0, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "137096" }, "geometry": { "type": "Point", "coordinates": [ -111.855601000004654, 40.713231000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1464, "StopName": "Highland Dr @ 2790 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137097", "Latitude": 40.711347, "Longitude": -111.854982, "AVGBoard": 2, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137097" }, "geometry": { "type": "Point", "coordinates": [ -111.854982000004668, 40.711347000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1465, "StopName": "1300 E @ 2705 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137099", "Latitude": 40.712465, "Longitude": -111.853279, "AVGBoard": 2, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137099" }, "geometry": { "type": "Point", "coordinates": [ -111.853279000003951, 40.712465000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1466, "StopName": "Edgehill St @ 2808 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137103", "Latitude": 40.710366, "Longitude": -111.855201, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137103" }, "geometry": { "type": "Point", "coordinates": [ -111.855201000004797, 40.710366000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1467, "StopName": "Richmond St @ 2904 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137104", "Latitude": 40.70803, "Longitude": -111.85553, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137104" }, "geometry": { "type": "Point", "coordinates": [ -111.855530000004151, 40.708030000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1468, "StopName": "Richmond St @ 3010 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137105", "Latitude": 40.705583, "Longitude": -111.855473, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137105" }, "geometry": { "type": "Point", "coordinates": [ -111.85547300000394, 40.705583000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1469, "StopName": "1300 E @ 3128 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137106", "Latitude": 40.703002, "Longitude": -111.855231, "AVGBoard": 2, "AVGAlight": 5, "Route": "213", "StopAbbr_J": "137106" }, "geometry": { "type": "Point", "coordinates": [ -111.855231000004594, 40.703002000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1470, "StopName": "1300 E @ 3310 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137110", "Latitude": 40.699335, "Longitude": -111.854145, "AVGBoard": 12, "AVGAlight": 9, "Route": "213", "StopAbbr_J": "137110" }, "geometry": { "type": "Point", "coordinates": [ -111.854145000004607, 40.699335000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1471, "StopName": "1300 E @ 3428 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137111", "Latitude": 40.69714, "Longitude": -111.854139, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137111" }, "geometry": { "type": "Point", "coordinates": [ -111.854139000004096, 40.697140000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1472, "StopName": "1300 E @ 3500 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137112", "Latitude": 40.695201, "Longitude": -111.854157, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137112" }, "geometry": { "type": "Point", "coordinates": [ -111.85415700000469, 40.695201000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1473, "StopName": "1300 E @ 3588 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137113", "Latitude": 40.693304, "Longitude": -111.854189, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137113" }, "geometry": { "type": "Point", "coordinates": [ -111.854189000004652, 40.693304000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1474, "StopName": "1300 E @ 3640 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137114", "Latitude": 40.692141, "Longitude": -111.854176, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137114" }, "geometry": { "type": "Point", "coordinates": [ -111.854176000004472, 40.692141000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1475, "StopName": "1300 E @ 3758 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137116", "Latitude": 40.689562, "Longitude": -111.854218, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137116" }, "geometry": { "type": "Point", "coordinates": [ -111.854218000004352, 40.689562000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1476, "StopName": "1300 E @ 3824 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137117", "Latitude": 40.688259, "Longitude": -111.854209, "AVGBoard": 1, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "137117" }, "geometry": { "type": "Point", "coordinates": [ -111.854209000004502, 40.68825900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1477, "StopName": "1300 E @ 3946 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137118", "Latitude": 40.685974, "Longitude": -111.854234, "AVGBoard": 7, "AVGAlight": 3, "Route": "213", "StopAbbr_J": "137118" }, "geometry": { "type": "Point", "coordinates": [ -111.85423400000478, 40.685974000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1478, "StopName": "1300 E @ 4010 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137119", "Latitude": 40.684627, "Longitude": -111.854199, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137119" }, "geometry": { "type": "Point", "coordinates": [ -111.854199000004584, 40.684627000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1479, "StopName": "1300 E @ 4084 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137120", "Latitude": 40.682958, "Longitude": -111.854198, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137120" }, "geometry": { "type": "Point", "coordinates": [ -111.854198000004487, 40.68295800000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1480, "StopName": "1300 E @ 4152 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137121", "Latitude": 40.681113, "Longitude": -111.854228, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137121" }, "geometry": { "type": "Point", "coordinates": [ -111.854228000004284, 40.681113000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1481, "StopName": "1300 E @ 4240 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137122", "Latitude": 40.679599, "Longitude": -111.854205, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137122" }, "geometry": { "type": "Point", "coordinates": [ -111.854205000004171, 40.679599000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1482, "StopName": "State St @ 2712 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137123", "Latitude": 40.712309, "Longitude": -111.888467, "AVGBoard": 17, "AVGAlight": 24, "Route": "200", "StopAbbr_J": "137123" }, "geometry": { "type": "Point", "coordinates": [ -111.888467000004553, 40.712309000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1483, "StopName": "1300 E @ 4400 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137124", "Latitude": 40.676653, "Longitude": -111.854233, "AVGBoard": 0, "AVGAlight": 5, "Route": "213", "StopAbbr_J": "137124" }, "geometry": { "type": "Point", "coordinates": [ -111.854233000004697, 40.676653000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1484, "StopName": "1300 E @ 4450 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137125", "Latitude": 40.675082, "Longitude": -111.85424, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137125" }, "geometry": { "type": "Point", "coordinates": [ -111.854240000004381, 40.675082000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1485, "StopName": "1300 E @ 4550 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137126", "Latitude": 40.672738, "Longitude": -111.854272, "AVGBoard": 2, "AVGAlight": 6, "Route": "45, 213", "StopAbbr_J": "137126" }, "geometry": { "type": "Point", "coordinates": [ -111.854272000004343, 40.672738000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1486, "StopName": "1300 E @ 4618 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137127", "Latitude": 40.670713, "Longitude": -111.85428, "AVGBoard": 1, "AVGAlight": 1, "Route": "45, 213", "StopAbbr_J": "137127" }, "geometry": { "type": "Point", "coordinates": [ -111.854280000004081, 40.670713000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1487, "StopName": "1300 E @ 4650 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137128", "Latitude": 40.669329, "Longitude": -111.854296, "AVGBoard": 0, "AVGAlight": 1, "Route": "45, 213", "StopAbbr_J": "137128" }, "geometry": { "type": "Point", "coordinates": [ -111.854296000004524, 40.669329000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1488, "StopName": "1300 E @ 4730 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137129", "Latitude": 40.666838, "Longitude": -111.854447, "AVGBoard": 2, "AVGAlight": 6, "Route": "45, 213", "StopAbbr_J": "137129" }, "geometry": { "type": "Point", "coordinates": [ -111.854447000004427, 40.666838000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1489, "StopName": "1300 E @ 4790 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137130", "Latitude": 40.665395, "Longitude": -111.854517, "AVGBoard": 2, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "137130" }, "geometry": { "type": "Point", "coordinates": [ -111.854517000003923, 40.66539500000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1490, "StopName": "1300 E @ 4850 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137131", "Latitude": 40.664195, "Longitude": -111.854528, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137131" }, "geometry": { "type": "Point", "coordinates": [ -111.854528000003938, 40.66419500000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1491, "StopName": "Van Winkle Expy @ 875 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137132", "Latitude": 40.666036, "Longitude": -111.865808, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137132" }, "geometry": { "type": "Point", "coordinates": [ -111.865808000004407, 40.666036000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1492, "StopName": "1300 E @ 4765 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137133", "Latitude": 40.66644, "Longitude": -111.854259, "AVGBoard": 6, "AVGAlight": 4, "Route": "45, 213", "StopAbbr_J": "137133" }, "geometry": { "type": "Point", "coordinates": [ -111.854259000004149, 40.666440000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1493, "StopName": "1300 E @ 4711 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137134", "Latitude": 40.667412, "Longitude": -111.854199, "AVGBoard": 2, "AVGAlight": 0, "Route": "45, 213", "StopAbbr_J": "137134" }, "geometry": { "type": "Point", "coordinates": [ -111.854199000004584, 40.667412000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1494, "StopName": "1300 E @ 4645 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137135", "Latitude": 40.669265, "Longitude": -111.854078, "AVGBoard": 0, "AVGAlight": 0, "Route": "45, 213", "StopAbbr_J": "137135" }, "geometry": { "type": "Point", "coordinates": [ -111.854078000004449, 40.66926500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1495, "StopName": "1300 E @ 4605 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137136", "Latitude": 40.67089, "Longitude": -111.854043, "AVGBoard": 1, "AVGAlight": 3, "Route": "45, 213", "StopAbbr_J": "137136" }, "geometry": { "type": "Point", "coordinates": [ -111.854043000004239, 40.670890000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1496, "StopName": "1300 E @ 4545 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137137", "Latitude": 40.672991, "Longitude": -111.854017, "AVGBoard": 4, "AVGAlight": 2, "Route": "45, 213", "StopAbbr_J": "137137" }, "geometry": { "type": "Point", "coordinates": [ -111.854017000004802, 40.672991000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1497, "StopName": "1300 E @ 4389 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137139", "Latitude": 40.67599, "Longitude": -111.854019, "AVGBoard": 10, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137139" }, "geometry": { "type": "Point", "coordinates": [ -111.854019000004058, 40.675990000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1498, "StopName": "700 E @ 2690 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137141", "Latitude": 40.712991, "Longitude": -111.871479, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137141" }, "geometry": { "type": "Point", "coordinates": [ -111.871479000004513, 40.712991000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1499, "StopName": "700 E @ 3316 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137148", "Latitude": 40.699421, "Longitude": -111.871541, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137148" }, "geometry": { "type": "Point", "coordinates": [ -111.871541000004243, 40.699421000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1500, "StopName": "3300 S @ 198 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137150", "Latitude": 40.699793, "Longitude": -111.885722, "AVGBoard": 11, "AVGAlight": 12, "Route": "33", "StopAbbr_J": "137150" }, "geometry": { "type": "Point", "coordinates": [ -111.88572200000479, 40.699793000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1501, "StopName": "3300 S @ 298 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137151", "Latitude": 40.699781, "Longitude": -111.882912, "AVGBoard": 16, "AVGAlight": 26, "Route": "33", "StopAbbr_J": "137151" }, "geometry": { "type": "Point", "coordinates": [ -111.882912000004154, 40.699781000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1502, "StopName": "State St @ 2810 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137152", "Latitude": 40.709811, "Longitude": -111.888463, "AVGBoard": 11, "AVGAlight": 16, "Route": "200", "StopAbbr_J": "137152" }, "geometry": { "type": "Point", "coordinates": [ -111.888463000004208, 40.709811000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1503, "StopName": "3300 S @ 490 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137153", "Latitude": 40.699794, "Longitude": -111.877394, "AVGBoard": 17, "AVGAlight": 18, "Route": "33", "StopAbbr_J": "137153" }, "geometry": { "type": "Point", "coordinates": [ -111.877394000004116, 40.69979400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1504, "StopName": "Murray Holladay Rd @ 1366 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137154", "Latitude": 40.666177, "Longitude": -111.852474, "AVGBoard": 4, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "137154" }, "geometry": { "type": "Point", "coordinates": [ -111.852474000004747, 40.666177000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1505, "StopName": "3300 S @ 680 E", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137155", "Latitude": 40.699821, "Longitude": -111.872259, "AVGBoard": 5, "AVGAlight": 14, "Route": "33", "StopAbbr_J": "137155" }, "geometry": { "type": "Point", "coordinates": [ -111.872259000004334, 40.699821000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1506, "StopName": "700 E @ 3970 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137162", "Latitude": 40.686629, "Longitude": -111.871608, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137162" }, "geometry": { "type": "Point", "coordinates": [ -111.8716080000044, 40.686629000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1507, "StopName": "700 E @ 4490 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137166", "Latitude": 40.674711, "Longitude": -111.871663, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137166" }, "geometry": { "type": "Point", "coordinates": [ -111.871663000004446, 40.674711000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1508, "StopName": "900 E @ 4950 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137170", "Latitude": 40.661724, "Longitude": -111.865076, "AVGBoard": 4, "AVGAlight": 11, "Route": "209", "StopAbbr_J": "137170" }, "geometry": { "type": "Point", "coordinates": [ -111.865076000004038, 40.661724000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1509, "StopName": "900 E @ 4975 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137171", "Latitude": 40.661166, "Longitude": -111.865, "AVGBoard": 9, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "137171" }, "geometry": { "type": "Point", "coordinates": [ -111.865000000004045, 40.661166000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1510, "StopName": "Murray Holladay Rd @ 1776 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137172", "Latitude": 40.66583, "Longitude": -111.841281, "AVGBoard": 2, "AVGAlight": 15, "Route": "45", "StopAbbr_J": "137172" }, "geometry": { "type": "Point", "coordinates": [ -111.841281000004287, 40.665830000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1511, "StopName": "700 E @ 4455 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137175", "Latitude": 40.674812, "Longitude": -111.871277, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137175" }, "geometry": { "type": "Point", "coordinates": [ -111.871277000003985, 40.674812000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1512, "StopName": "700 E @ 3875 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137182", "Latitude": 40.687991, "Longitude": -111.871177, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137182" }, "geometry": { "type": "Point", "coordinates": [ -111.871177000004693, 40.687991000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1513, "StopName": "700 E @ 3229 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137189", "Latitude": 40.700579, "Longitude": -111.871151, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137189" }, "geometry": { "type": "Point", "coordinates": [ -111.871151000004318, 40.700579000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1514, "StopName": "700 E @ 2685 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137195", "Latitude": 40.713044, "Longitude": -111.871103, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137195" }, "geometry": { "type": "Point", "coordinates": [ -111.871103000003956, 40.713044000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1515, "StopName": "Highland Dr @ 2858 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137197", "Latitude": 40.709362, "Longitude": -111.854246, "AVGBoard": 1, "AVGAlight": 2, "Route": "220", "StopAbbr_J": "137197" }, "geometry": { "type": "Point", "coordinates": [ -111.854246000003968, 40.709362000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1516, "StopName": "Highland Dr @ 2940 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137198", "Latitude": 40.707291, "Longitude": -111.853471, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "137198" }, "geometry": { "type": "Point", "coordinates": [ -111.853471000004546, 40.707291000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1517, "StopName": "Highland Dr @ 3128 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137200", "Latitude": 40.702981, "Longitude": -111.851965, "AVGBoard": 1, "AVGAlight": 4, "Route": "220", "StopAbbr_J": "137200" }, "geometry": { "type": "Point", "coordinates": [ -111.851965000003986, 40.702981000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1518, "StopName": "Highland Dr @ 3330 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137201", "Latitude": 40.699169, "Longitude": -111.850597, "AVGBoard": 15, "AVGAlight": 11, "Route": "220", "StopAbbr_J": "137201" }, "geometry": { "type": "Point", "coordinates": [ -111.850597000004015, 40.699169000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1519, "StopName": "Highland Dr @ 3470 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137203", "Latitude": 40.696023, "Longitude": -111.849473, "AVGBoard": 1, "AVGAlight": 2, "Route": "220", "StopAbbr_J": "137203" }, "geometry": { "type": "Point", "coordinates": [ -111.84947300000448, 40.696023000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1520, "StopName": "Highland Dr @ 3534 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137204", "Latitude": 40.694605, "Longitude": -111.848967, "AVGBoard": 1, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "137204" }, "geometry": { "type": "Point", "coordinates": [ -111.848967000003938, 40.694605000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1521, "StopName": "3200 W @ 7975 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101913", "Latitude": 40.606199, "Longitude": -111.967349, "AVGBoard": 1, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "101913" }, "geometry": { "type": "Point", "coordinates": [ -111.967349000004035, 40.606199000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1522, "StopName": "3200 W @ 7859 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101914", "Latitude": 40.608171, "Longitude": -111.967364, "AVGBoard": 1, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "101914" }, "geometry": { "type": "Point", "coordinates": [ -111.967364000004395, 40.608171000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1523, "StopName": "4500 S @ 877 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "101915", "Latitude": 40.674406, "Longitude": -111.86612, "AVGBoard": 26, "AVGAlight": 11, "Route": "45", "StopAbbr_J": "101915" }, "geometry": { "type": "Point", "coordinates": [ -111.866120000004145, 40.674406000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1524, "StopName": "U Museum of Fine Arts (EB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "101917", "Latitude": 40.759314, "Longitude": -111.841221, "AVGBoard": 1, "AVGAlight": 16, "Route": "9, 473, 455, 2X, 213, 17", "StopAbbr_J": "101917" }, "geometry": { "type": "Point", "coordinates": [ -111.841221000004722, 40.759314000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1525, "StopName": "500 S \/ VA Hospital (EB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "101918", "Latitude": 40.758393, "Longitude": -111.841752, "AVGBoard": 2, "AVGAlight": 12, "Route": "4, 354, 313, 3", "StopAbbr_J": "101918" }, "geometry": { "type": "Point", "coordinates": [ -111.841752000004604, 40.758393000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1526, "StopName": "Baker St @ 600 S", "City": "Salt Lake City", "ZipCode": "84113", "County": "Salt Lake", "UTA_StopID": "101919", "Latitude": 40.756622, "Longitude": -111.837672, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101919" }, "geometry": { "type": "Point", "coordinates": [ -111.837672000004048, 40.756622000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1527, "StopName": "700 E @ 11050 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101922", "Latitude": 40.550599, "Longitude": -111.872314, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101922" }, "geometry": { "type": "Point", "coordinates": [ -111.872314000004408, 40.550599000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1528, "StopName": "700 E @ 11339 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101923", "Latitude": 40.545331, "Longitude": -111.871954, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101923" }, "geometry": { "type": "Point", "coordinates": [ -111.871954000004266, 40.545331000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1529, "StopName": "10600 S @ 720 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101925", "Latitude": 40.558677, "Longitude": -111.871069, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101925" }, "geometry": { "type": "Point", "coordinates": [ -111.871069000004738, 40.558677000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1530, "StopName": "1000 E @ 10888 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101926", "Latitude": 40.553464, "Longitude": -111.862854, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101926" }, "geometry": { "type": "Point", "coordinates": [ -111.862854000004432, 40.553464000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1531, "StopName": "11000 S @ 997 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101927", "Latitude": 40.551601, "Longitude": -111.863041, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101927" }, "geometry": { "type": "Point", "coordinates": [ -111.863041000004628, 40.551601000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1532, "StopName": "11000 S @ 737 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101928", "Latitude": 40.551576, "Longitude": -111.871073, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101928" }, "geometry": { "type": "Point", "coordinates": [ -111.871073000004174, 40.55157600000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1533, "StopName": "700 E @ 11055 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101929", "Latitude": 40.550807, "Longitude": -111.871999, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101929" }, "geometry": { "type": "Point", "coordinates": [ -111.871999000004394, 40.550807000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1534, "StopName": "1000 E @ 10957 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101930", "Latitude": 40.552131, "Longitude": -111.862686, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101930" }, "geometry": { "type": "Point", "coordinates": [ -111.862686000004004, 40.552131000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1535, "StopName": "1000 E @ 10857 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101931", "Latitude": 40.554145, "Longitude": -111.862681, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101931" }, "geometry": { "type": "Point", "coordinates": [ -111.862681000004514, 40.554145000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1536, "StopName": "Parleys Way @ 2640 E", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "101932", "Latitude": 40.719431, "Longitude": -111.815421, "AVGBoard": 2, "AVGAlight": 0, "Route": "902", "StopAbbr_J": "101932" }, "geometry": { "type": "Point", "coordinates": [ -111.815421000004406, 40.719431000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1537, "StopName": "Parleys Way @ 2691 E", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "101933", "Latitude": 40.719106, "Longitude": -111.814439, "AVGBoard": 0, "AVGAlight": 1, "Route": "902", "StopAbbr_J": "101933" }, "geometry": { "type": "Point", "coordinates": [ -111.814439000004029, 40.719106000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1538, "StopName": "U Warnock Engineering Building (NB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "101936", "Latitude": 40.767066, "Longitude": -111.844216, "AVGBoard": 11, "AVGAlight": 1, "Route": "9, 223, 213, 21, 17", "StopAbbr_J": "101936" }, "geometry": { "type": "Point", "coordinates": [ -111.844216000004479, 40.767066000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1539, "StopName": "U Warnock Engineering Building (SB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "101937", "Latitude": 40.76733, "Longitude": -111.844316, "AVGBoard": 4, "AVGAlight": 17, "Route": "9, 223, 213, 21, 17", "StopAbbr_J": "101937" }, "geometry": { "type": "Point", "coordinates": [ -111.844316000004667, 40.767330000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1540, "StopName": "11th Ave \/ Cemetery Center St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "101938", "Latitude": 40.78079, "Longitude": -111.860674, "AVGBoard": 0, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "101938" }, "geometry": { "type": "Point", "coordinates": [ -111.860674000004707, 40.780790000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1541, "StopName": "2200 W @ 3870 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101939", "Latitude": 40.687658, "Longitude": -111.948539, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "101939" }, "geometry": { "type": "Point", "coordinates": [ -111.948539000004246, 40.687658000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1542, "StopName": "2200 W @ 3853 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101940", "Latitude": 40.688136, "Longitude": -111.948381, "AVGBoard": 1, "AVGAlight": 1, "Route": "39", "StopAbbr_J": "101940" }, "geometry": { "type": "Point", "coordinates": [ -111.948381000004645, 40.68813600000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1543, "StopName": "3800 S @ 2314 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101941", "Latitude": 40.689492, "Longitude": -111.950496, "AVGBoard": 1, "AVGAlight": 2, "Route": "39", "StopAbbr_J": "101941" }, "geometry": { "type": "Point", "coordinates": [ -111.950496000004406, 40.689492000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1544, "StopName": "3800 S @ 2311 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101942", "Latitude": 40.689367, "Longitude": -111.950502, "AVGBoard": 2, "AVGAlight": 2, "Route": "39", "StopAbbr_J": "101942" }, "geometry": { "type": "Point", "coordinates": [ -111.950502000003993, 40.689367000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1545, "StopName": "2700 S @ 5415 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101943", "Latitude": 40.710988, "Longitude": -112.022501, "AVGBoard": 0, "AVGAlight": 3, "Route": "513", "StopAbbr_J": "101943" }, "geometry": { "type": "Point", "coordinates": [ -112.022501000004667, 40.710988000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1546, "StopName": "River Front Pkwy @ 10996 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101949", "Latitude": 40.552232, "Longitude": -111.916831, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "101949" }, "geometry": { "type": "Point", "coordinates": [ -111.916831000004009, 40.552232000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1547, "StopName": "River Front Pkwy @ 10995 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101950", "Latitude": 40.552073, "Longitude": -111.916621, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "101950" }, "geometry": { "type": "Point", "coordinates": [ -111.916621000004596, 40.552073000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1548, "StopName": "Murray Holladay Rd @ 2225 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "101955", "Latitude": 40.667346, "Longitude": -111.827301, "AVGBoard": 8, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "101955" }, "geometry": { "type": "Point", "coordinates": [ -111.827301000004198, 40.667346000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1549, "StopName": "Plaza Center Dr @ 7456 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101956", "Latitude": 40.614973, "Longitude": -111.979942, "AVGBoard": 1, "AVGAlight": 6, "Route": "F578, 240", "StopAbbr_J": "101956" }, "geometry": { "type": "Point", "coordinates": [ -111.979942000004414, 40.614973000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1550, "StopName": "Cougar Lane @ 6010 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101959", "Latitude": 40.641827, "Longitude": -112.005571, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101959" }, "geometry": { "type": "Point", "coordinates": [ -112.005571000004025, 40.641827000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1551, "StopName": "Cougar Lane @ 6007 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101960", "Latitude": 40.642114, "Longitude": -112.005377, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101960" }, "geometry": { "type": "Point", "coordinates": [ -112.005377000004174, 40.642114000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1552, "StopName": "California Ave @ 1645 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101963", "Latitude": 40.740422, "Longitude": -111.937983, "AVGBoard": 1, "AVGAlight": 2, "Route": "513", "StopAbbr_J": "101963" }, "geometry": { "type": "Point", "coordinates": [ -111.937983000004365, 40.740422000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1553, "StopName": "California Ave @ 1602 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101964", "Latitude": 40.740494, "Longitude": -111.936683, "AVGBoard": 1, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "101964" }, "geometry": { "type": "Point", "coordinates": [ -111.936683000004635, 40.740494000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1554, "StopName": "3200 W @ 5343 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101965", "Latitude": 40.654051, "Longitude": -111.967333, "AVGBoard": 3, "AVGAlight": 3, "Route": "232", "StopAbbr_J": "101965" }, "geometry": { "type": "Point", "coordinates": [ -111.96733300000453, 40.654051000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1555, "StopName": "3200 W @ 5936 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101966", "Latitude": 40.643661, "Longitude": -111.967477, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "101966" }, "geometry": { "type": "Point", "coordinates": [ -111.967477000004749, 40.643661000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1556, "StopName": "5400 S \/ Eastview Dr (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101967", "Latitude": 40.652923, "Longitude": -112.022183, "AVGBoard": 9, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101967" }, "geometry": { "type": "Point", "coordinates": [ -112.022183000004418, 40.652923000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1557, "StopName": "900 South Station (WB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101969", "Latitude": 40.749833, "Longitude": -111.897489, "AVGBoard": 89, "AVGAlight": 58, "Route": "9", "StopAbbr_J": "101969" }, "geometry": { "type": "Point", "coordinates": [ -111.8974890000042, 40.749833000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1558, "StopName": "900 South Station (EB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101970", "Latitude": 40.749668, "Longitude": -111.897143, "AVGBoard": 52, "AVGAlight": 84, "Route": "9", "StopAbbr_J": "101970" }, "geometry": { "type": "Point", "coordinates": [ -111.897143000004334, 40.749668000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1559, "StopName": "5400 S \/ Hew Wood Dr (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101971", "Latitude": 40.653234, "Longitude": -111.944165, "AVGBoard": 18, "AVGAlight": 12, "Route": null, "StopAbbr_J": "101971" }, "geometry": { "type": "Point", "coordinates": [ -111.944165000004517, 40.653234000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1560, "StopName": "State St @ 8249 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "101972", "Latitude": 40.60101, "Longitude": -111.890657, "AVGBoard": 0, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "101972" }, "geometry": { "type": "Point", "coordinates": [ -111.890657000004211, 40.601010000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1561, "StopName": "3900 S @ 2355 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "101973", "Latitude": 40.687165, "Longitude": -111.823214, "AVGBoard": 13, "AVGAlight": 3, "Route": "901, 39", "StopAbbr_J": "101973" }, "geometry": { "type": "Point", "coordinates": [ -111.823214000003944, 40.687165000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1562, "StopName": "U Museum of Fine Arts (WB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "101974", "Latitude": 40.75951, "Longitude": -111.841497, "AVGBoard": 9, "AVGAlight": 1, "Route": "9, 473, 455, 213, 17", "StopAbbr_J": "101974" }, "geometry": { "type": "Point", "coordinates": [ -111.841497000004196, 40.759510000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1563, "StopName": "7800 S @ 3870 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101975", "Latitude": 40.6096, "Longitude": -111.983233, "AVGBoard": 0, "AVGAlight": 4, "Route": "F578, F570, 240", "StopAbbr_J": "101975" }, "geometry": { "type": "Point", "coordinates": [ -111.98323300000439, 40.609600000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1564, "StopName": "Ft Union Blvd @ 3474 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101976", "Latitude": 40.621076, "Longitude": -111.79686, "AVGBoard": 0, "AVGAlight": 0, "Route": "354", "StopAbbr_J": "101976" }, "geometry": { "type": "Point", "coordinates": [ -111.796860000004543, 40.621076000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1565, "StopName": "Ft Union Blvd @ 3417 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101977", "Latitude": 40.621686, "Longitude": -111.79799, "AVGBoard": 0, "AVGAlight": 0, "Route": "354", "StopAbbr_J": "101977" }, "geometry": { "type": "Point", "coordinates": [ -111.797990000004575, 40.621686000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1566, "StopName": "3800 S @ 2511 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101978", "Latitude": 40.689317, "Longitude": -111.95419, "AVGBoard": 2, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "101978" }, "geometry": { "type": "Point", "coordinates": [ -111.954190000004473, 40.689317000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1567, "StopName": "Gordon Ave @ 75 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101017", "Latitude": 41.074746, "Longitude": -111.964363, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101017" }, "geometry": { "type": "Point", "coordinates": [ -111.964363000004127, 41.074746000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1568, "StopName": "3800 S @ 2520 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101979", "Latitude": 40.68946, "Longitude": -111.954604, "AVGBoard": 1, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "101979" }, "geometry": { "type": "Point", "coordinates": [ -111.954604000004593, 40.689460000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1569, "StopName": "Shaggy Peak Dr @ 5216 W", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101982", "Latitude": 40.496435, "Longitude": -112.014809, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101982" }, "geometry": { "type": "Point", "coordinates": [ -112.014809000004504, 40.49643500000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1570, "StopName": "Crown Rose Dr @ 14098 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101983", "Latitude": 40.495176, "Longitude": -112.021938, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101983" }, "geometry": { "type": "Point", "coordinates": [ -112.021938000004823, 40.495176000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1571, "StopName": "Rosecrest Dr @ 14258 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101984", "Latitude": 40.492465, "Longitude": -112.023818, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101984" }, "geometry": { "type": "Point", "coordinates": [ -112.023818000004013, 40.492465000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1572, "StopName": "Lone Peak Pkwy @ 11820 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101985", "Latitude": 40.53651, "Longitude": -111.897365, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101985" }, "geometry": { "type": "Point", "coordinates": [ -111.897365000004726, 40.536510000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1573, "StopName": "Lone Peak Pkwy @ 11689 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101987", "Latitude": 40.538416, "Longitude": -111.897585, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101987" }, "geometry": { "type": "Point", "coordinates": [ -111.897585000004057, 40.538416000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1574, "StopName": "11800 S @ 3830 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101988", "Latitude": 40.537045, "Longitude": -111.982245, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101988" }, "geometry": { "type": "Point", "coordinates": [ -111.982245000004426, 40.537045000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1575, "StopName": "11800 S @ 3829 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101989", "Latitude": 40.536832, "Longitude": -111.982138, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101989" }, "geometry": { "type": "Point", "coordinates": [ -111.982138000004568, 40.536832000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1576, "StopName": "4000 W @ 12544 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101990", "Latitude": 40.523963, "Longitude": -111.986278, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101990" }, "geometry": { "type": "Point", "coordinates": [ -111.986278000004717, 40.523963000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1577, "StopName": "Fairfield Rd @ 1099 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102011", "Latitude": 41.052133, "Longitude": -111.939868, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102011" }, "geometry": { "type": "Point", "coordinates": [ -111.939868000003955, 41.052133000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1578, "StopName": "Fairfield Rd @ 951 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102012", "Latitude": 41.049846, "Longitude": -111.939045, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102012" }, "geometry": { "type": "Point", "coordinates": [ -111.939045000004171, 41.04984600000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1579, "StopName": "Fairfield Rd. @ 587 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102013", "Latitude": 41.044719, "Longitude": -111.937612, "AVGBoard": 0, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "102013" }, "geometry": { "type": "Point", "coordinates": [ -111.937612000004236, 41.044719000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1580, "StopName": "Fairfield Rd. @ 521 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102014", "Latitude": 41.0432, "Longitude": -111.936976, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102014" }, "geometry": { "type": "Point", "coordinates": [ -111.93697600000462, 41.043200000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1581, "StopName": "Fairfield Rd. @ 411 N.", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102015", "Latitude": 41.040985, "Longitude": -111.936091, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "102015" }, "geometry": { "type": "Point", "coordinates": [ -111.936091000004197, 41.040985000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1582, "StopName": "Crestwood Dr @ 156 E", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102016", "Latitude": 41.041005, "Longitude": -111.93432, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102016" }, "geometry": { "type": "Point", "coordinates": [ -111.934320000004149, 41.041005000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1583, "StopName": "Crestwood Rd @ 270 E", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102017", "Latitude": 41.041735, "Longitude": -111.932258, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102017" }, "geometry": { "type": "Point", "coordinates": [ -111.932258000004282, 41.041735000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1584, "StopName": "Crestwood Dr @ 348 E", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102018", "Latitude": 41.042487, "Longitude": -111.930119, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102018" }, "geometry": { "type": "Point", "coordinates": [ -111.930119000004353, 41.042487000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1585, "StopName": "Crestwood Dr @ 400 E", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102019", "Latitude": 41.042907, "Longitude": -111.928928, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102019" }, "geometry": { "type": "Point", "coordinates": [ -111.92892800000466, 41.04290700000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1586, "StopName": "Crestwood Dr @ 498 E", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102020", "Latitude": 41.043481, "Longitude": -111.927493, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102020" }, "geometry": { "type": "Point", "coordinates": [ -111.92749300000456, 41.043481000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1587, "StopName": "500 E @ 375 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102021", "Latitude": 41.042349, "Longitude": -111.926731, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102021" }, "geometry": { "type": "Point", "coordinates": [ -111.926731000004423, 41.042349000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1588, "StopName": "500 E @ 347 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102022", "Latitude": 41.040527, "Longitude": -111.92725, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102022" }, "geometry": { "type": "Point", "coordinates": [ -111.927250000004207, 41.040527000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1589, "StopName": "500 E @ 201 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102023", "Latitude": 41.038277, "Longitude": -111.927264, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102023" }, "geometry": { "type": "Point", "coordinates": [ -111.927264000004499, 41.038277000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1590, "StopName": "Mountain Rd @ 185 S", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102025", "Latitude": 41.031836, "Longitude": -111.902022, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "102025" }, "geometry": { "type": "Point", "coordinates": [ -111.902022000004521, 41.031836000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1591, "StopName": "Fairfield Rd @ 242 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102027", "Latitude": 41.038574, "Longitude": -111.935592, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102027" }, "geometry": { "type": "Point", "coordinates": [ -111.935592000004249, 41.038574000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1592, "StopName": "Fairfield Rd @ 608 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102028", "Latitude": 41.045363, "Longitude": -111.937522, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102028" }, "geometry": { "type": "Point", "coordinates": [ -111.937522000003966, 41.045363000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1593, "StopName": "500 E @ 981 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102030", "Latitude": 41.036091, "Longitude": -111.927315, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102030" }, "geometry": { "type": "Point", "coordinates": [ -111.927315000004214, 41.036091000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1594, "StopName": "Main St @ 10 N (Kaysville)", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102031", "Latitude": 41.035174, "Longitude": -111.938494, "AVGBoard": 4, "AVGAlight": 4, "Route": "627, 470", "StopAbbr_J": "102031" }, "geometry": { "type": "Point", "coordinates": [ -111.938494000004411, 41.035174000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1595, "StopName": "Main St @ 290 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102033", "Latitude": 41.039777, "Longitude": -111.940301, "AVGBoard": 1, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "102033" }, "geometry": { "type": "Point", "coordinates": [ -111.940301000004737, 41.039777000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1596, "StopName": "Fairfield Rd @ 844 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102035", "Latitude": 41.049781, "Longitude": -111.938821, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102035" }, "geometry": { "type": "Point", "coordinates": [ -111.938821000004509, 41.049781000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1597, "StopName": "Us Hwy 89 @ 1215 S", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102036", "Latitude": 41.076999, "Longitude": -111.911264, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102036" }, "geometry": { "type": "Point", "coordinates": [ -111.911264000004408, 41.076999000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1598, "StopName": "Us Hwy 89 @ 995 N (Layton)", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102037", "Latitude": 41.074265, "Longitude": -111.911162, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102037" }, "geometry": { "type": "Point", "coordinates": [ -111.911162000004069, 41.074265000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1599, "StopName": "Us Hwy 89 @ 125 N", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102038", "Latitude": 41.065091, "Longitude": -111.910771, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102038" }, "geometry": { "type": "Point", "coordinates": [ -111.910771000004075, 41.06509100000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1600, "StopName": "Us Hwy 89 @ 89 N", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102039", "Latitude": 41.061801, "Longitude": -111.910727, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102039" }, "geometry": { "type": "Point", "coordinates": [ -111.910727000004016, 41.061801000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1601, "StopName": "Us Hwy 89 @ 201 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102040", "Latitude": 41.058546, "Longitude": -111.910733, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102040" }, "geometry": { "type": "Point", "coordinates": [ -111.910733000004512, 41.058546000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1602, "StopName": "Us Hwy 89 @ 999 N (Kaysville)", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102041", "Latitude": 41.052661, "Longitude": -111.910626, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102041" }, "geometry": { "type": "Point", "coordinates": [ -111.91062600000464, 41.052661000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1603, "StopName": "Us Hwy 89 @ 1158 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102051", "Latitude": 41.053002, "Longitude": -111.910314, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102051" }, "geometry": { "type": "Point", "coordinates": [ -111.910314000003993, 41.053002000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1604, "StopName": "Us Hwy 89 @ 130 N", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102052", "Latitude": 41.062382, "Longitude": -111.910357, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102052" }, "geometry": { "type": "Point", "coordinates": [ -111.91035700000397, 41.062382000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1605, "StopName": "Us Hwy 89 @ 310 N", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102053", "Latitude": 41.066698, "Longitude": -111.910498, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102053" }, "geometry": { "type": "Point", "coordinates": [ -111.91049800000394, 41.06669800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1606, "StopName": "Us Hwy 89 @ 1510 N", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102054", "Latitude": 41.081889, "Longitude": -111.910761, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102054" }, "geometry": { "type": "Point", "coordinates": [ -111.910761000004129, 41.081889000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1607, "StopName": "Us Hwy 89 @ 1060 N", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102055", "Latitude": 41.077605, "Longitude": -111.910931, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "102055" }, "geometry": { "type": "Point", "coordinates": [ -111.910931000004723, 41.077605000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1608, "StopName": "Main St @ 50 S (Kaysville)", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102060", "Latitude": 41.034146, "Longitude": -111.938783, "AVGBoard": 4, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "102060" }, "geometry": { "type": "Point", "coordinates": [ -111.938783000004051, 41.034146000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1609, "StopName": "Fairfield Rd @ 1124 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "102063", "Latitude": 41.052904, "Longitude": -111.940154, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "102063" }, "geometry": { "type": "Point", "coordinates": [ -111.940154000004256, 41.052904000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1610, "StopName": "Us Hwy 89 @ 1300 N", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "102068", "Latitude": 41.059576, "Longitude": -111.910331, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "102068" }, "geometry": { "type": "Point", "coordinates": [ -111.910331000004518, 41.059576000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1611, "StopName": "Mountain Rd @ 178 S", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104003", "Latitude": 41.032189, "Longitude": -111.902436, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "104003" }, "geometry": { "type": "Point", "coordinates": [ -111.902436000004627, 41.032189000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1612, "StopName": "Main St @ 1320 N (Farmington Shep", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104006", "Latitude": 41.002478, "Longitude": -111.902007, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "104006" }, "geometry": { "type": "Point", "coordinates": [ -111.902007000004176, 41.002478000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1613, "StopName": "Main St @ 1327 N (Farmington Shep", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104007", "Latitude": 41.002283, "Longitude": -111.901968, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "104007" }, "geometry": { "type": "Point", "coordinates": [ -111.901968000004544, 41.002283000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1614, "StopName": "Main St @ 1217 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104014", "Latitude": 41.000447, "Longitude": -111.900191, "AVGBoard": 2, "AVGAlight": 2, "Route": "470, 455", "StopAbbr_J": "104014" }, "geometry": { "type": "Point", "coordinates": [ -111.900191000004014, 41.000447000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1615, "StopName": "Main St @ 1029 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104015", "Latitude": 40.998195, "Longitude": -111.898252, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "104015" }, "geometry": { "type": "Point", "coordinates": [ -111.898252000004433, 40.998195000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1616, "StopName": "Main St @ 903 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104016", "Latitude": 40.995434, "Longitude": -111.896488, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "104016" }, "geometry": { "type": "Point", "coordinates": [ -111.896488000004069, 40.995434000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1617, "StopName": "Main St @ 675 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104018", "Latitude": 40.990979, "Longitude": -111.893411, "AVGBoard": 1, "AVGAlight": 2, "Route": "470, 455", "StopAbbr_J": "104018" }, "geometry": { "type": "Point", "coordinates": [ -111.893411000004704, 40.990979000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1618, "StopName": "Main St @ 904 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104022", "Latitude": 40.995437, "Longitude": -111.896343, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "104022" }, "geometry": { "type": "Point", "coordinates": [ -111.896343000004649, 40.995437000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1619, "StopName": "Main St @ 1060 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104023", "Latitude": 40.998376, "Longitude": -111.898217, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "104023" }, "geometry": { "type": "Point", "coordinates": [ -111.898217000004237, 40.998376000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1620, "StopName": "Main St @ 1170 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "104024", "Latitude": 40.999881, "Longitude": -111.899461, "AVGBoard": 1, "AVGAlight": 2, "Route": "470, 455", "StopAbbr_J": "104024" }, "geometry": { "type": "Point", "coordinates": [ -111.899461000004706, 40.999881000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1621, "StopName": "Main St @ 220 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104038", "Latitude": 41.030803, "Longitude": -111.935785, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "104038" }, "geometry": { "type": "Point", "coordinates": [ -111.935785000004046, 41.030803000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1622, "StopName": "Main St @ 360 S (Kaysville)", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104039", "Latitude": 41.029487, "Longitude": -111.934276, "AVGBoard": 2, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "104039" }, "geometry": { "type": "Point", "coordinates": [ -111.93427600000409, 41.029487000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1623, "StopName": "Main St. @ 658 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104041", "Latitude": 41.023705, "Longitude": -111.927547, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "104041" }, "geometry": { "type": "Point", "coordinates": [ -111.927547000004537, 41.023705000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1624, "StopName": "Main St. @ 750 S.", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104042", "Latitude": 41.022233, "Longitude": -111.925844, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "104042" }, "geometry": { "type": "Point", "coordinates": [ -111.925844000004716, 41.022233000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1625, "StopName": "Main St @ 1180 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104044", "Latitude": 41.015827, "Longitude": -111.917955, "AVGBoard": 2, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "104044" }, "geometry": { "type": "Point", "coordinates": [ -111.917955000004426, 41.01582700000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1626, "StopName": "Main St @ 1322 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104045", "Latitude": 41.013335, "Longitude": -111.914897, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "104045" }, "geometry": { "type": "Point", "coordinates": [ -111.914897000003961, 41.013335000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1627, "StopName": "Main St @ 1325 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104048", "Latitude": 41.013646, "Longitude": -111.914938, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "104048" }, "geometry": { "type": "Point", "coordinates": [ -111.914938000004653, 41.013646000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1628, "StopName": "Main St @ 1041 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104050", "Latitude": 41.016507, "Longitude": -111.918419, "AVGBoard": 3, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "104050" }, "geometry": { "type": "Point", "coordinates": [ -111.918419000004178, 41.016507000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1629, "StopName": "Main St @ 627 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104053", "Latitude": 41.024426, "Longitude": -111.928046, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "104053" }, "geometry": { "type": "Point", "coordinates": [ -111.928046000004485, 41.024426000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1630, "StopName": "Main St @ 529 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104054", "Latitude": 41.026656, "Longitude": -111.930587, "AVGBoard": 3, "AVGAlight": 8, "Route": "627, 470", "StopAbbr_J": "104054" }, "geometry": { "type": "Point", "coordinates": [ -111.930587000004437, 41.026656000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1631, "StopName": "Main St @ 325 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104055", "Latitude": 41.029206, "Longitude": -111.933512, "AVGBoard": 2, "AVGAlight": 1, "Route": "627, 470", "StopAbbr_J": "104055" }, "geometry": { "type": "Point", "coordinates": [ -111.933512000004697, 41.029206000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1632, "StopName": "Main St @ 211 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104056", "Latitude": 41.031034, "Longitude": -111.935656, "AVGBoard": 0, "AVGAlight": 1, "Route": "627, 470", "StopAbbr_J": "104056" }, "geometry": { "type": "Point", "coordinates": [ -111.935656000004158, 41.03103400000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1633, "StopName": "Main St @ 1213 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104058", "Latitude": 41.014692, "Longitude": -111.916339, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "104058" }, "geometry": { "type": "Point", "coordinates": [ -111.916339000004626, 41.01469200000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1634, "StopName": "Main St @ 917 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104060", "Latitude": 41.020031, "Longitude": -111.922716, "AVGBoard": 1, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "104060" }, "geometry": { "type": "Point", "coordinates": [ -111.922716000004726, 41.020031000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1635, "StopName": "Main St. @ 940 S.", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104061", "Latitude": 41.019464, "Longitude": -111.92241, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "104061" }, "geometry": { "type": "Point", "coordinates": [ -111.922410000004575, 41.019464000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1636, "StopName": "Mountain Rd @ 498 S", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104067", "Latitude": 41.027546, "Longitude": -111.901424, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "104067" }, "geometry": { "type": "Point", "coordinates": [ -111.901424000004454, 41.027546000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1637, "StopName": "500 E @ 72 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104069", "Latitude": 41.033588, "Longitude": -111.927357, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "104069" }, "geometry": { "type": "Point", "coordinates": [ -111.927357000004093, 41.033588000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1638, "StopName": "500 E @ 178 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "104070", "Latitude": 41.031864, "Longitude": -111.927366, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "104070" }, "geometry": { "type": "Point", "coordinates": [ -111.927366000003929, 41.031864000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1639, "StopName": "Main St @ 479 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105001", "Latitude": 40.988385, "Longitude": -111.887589, "AVGBoard": 0, "AVGAlight": 0, "Route": "667, 470, 455", "StopAbbr_J": "105001" }, "geometry": { "type": "Point", "coordinates": [ -111.887589000004695, 40.988385000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1640, "StopName": "Main St @ 305 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105003", "Latitude": 40.985545, "Longitude": -111.887616, "AVGBoard": 0, "AVGAlight": 0, "Route": "667, 470, 455", "StopAbbr_J": "105003" }, "geometry": { "type": "Point", "coordinates": [ -111.887616000004229, 40.985545000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1641, "StopName": "Main St @ 109 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105005", "Latitude": 40.982292, "Longitude": -111.887611, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "105005" }, "geometry": { "type": "Point", "coordinates": [ -111.887611000004711, 40.982292000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1642, "StopName": "Main St @ 110 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105006", "Latitude": 40.982364, "Longitude": -111.887449, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "105006" }, "geometry": { "type": "Point", "coordinates": [ -111.887449000003897, 40.982364000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1643, "StopName": "Main St @ 290 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105008", "Latitude": 40.985221, "Longitude": -111.887423, "AVGBoard": 1, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "105008" }, "geometry": { "type": "Point", "coordinates": [ -111.887423000004446, 40.985221000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1644, "StopName": "Main St @ 498 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105010", "Latitude": 40.988477, "Longitude": -111.887427, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "105010" }, "geometry": { "type": "Point", "coordinates": [ -111.887427000004763, 40.988477000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1645, "StopName": "600 N @ 108 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105011", "Latitude": 40.990285, "Longitude": -111.889734, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "105011" }, "geometry": { "type": "Point", "coordinates": [ -111.889734000004211, 40.990285000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1646, "StopName": "Main St @ 1475 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105012", "Latitude": 41.004901, "Longitude": -111.904654, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "105012" }, "geometry": { "type": "Point", "coordinates": [ -111.904654000003916, 41.004901000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1647, "StopName": "Main St @ 1710 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105014", "Latitude": 41.007924, "Longitude": -111.907648, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "105014" }, "geometry": { "type": "Point", "coordinates": [ -111.907648000004485, 41.00792400000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1648, "StopName": "Main St @ 1798 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105015", "Latitude": 41.010006, "Longitude": -111.909156, "AVGBoard": 3, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "105015" }, "geometry": { "type": "Point", "coordinates": [ -111.909156000004344, 41.010006000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1649, "StopName": "Main St @ 1663 N (Farmington)", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105017", "Latitude": 41.007716, "Longitude": -111.907707, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "105017" }, "geometry": { "type": "Point", "coordinates": [ -111.907707000003981, 41.007716000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1650, "StopName": "Main St @ 1474 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105018", "Latitude": 41.004713, "Longitude": -111.904232, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "105018" }, "geometry": { "type": "Point", "coordinates": [ -111.904232000004043, 41.004713000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1651, "StopName": "Lagoon Dr. @ 287 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "105021", "Latitude": 40.985464, "Longitude": -111.898696, "AVGBoard": 0, "AVGAlight": 1, "Route": "667", "StopAbbr_J": "105021" }, "geometry": { "type": "Point", "coordinates": [ -111.898696000004321, 40.985464000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1652, "StopName": "State St @ 388 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "106001", "Latitude": 40.980624, "Longitude": -111.895971, "AVGBoard": 0, "AVGAlight": 0, "Route": "667, 470, 455", "StopAbbr_J": "106001" }, "geometry": { "type": "Point", "coordinates": [ -111.895971000004423, 40.980624000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1653, "StopName": "State St @ 676 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "106002", "Latitude": 40.980681, "Longitude": -111.901776, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "106002" }, "geometry": { "type": "Point", "coordinates": [ -111.901776000003949, 40.980681000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1654, "StopName": "State St @ 361 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "106004", "Latitude": 40.980469, "Longitude": -111.895468, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "106004" }, "geometry": { "type": "Point", "coordinates": [ -111.895468000004158, 40.98046900000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1655, "StopName": "100 N @ 873 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "106007", "Latitude": 40.982004, "Longitude": -111.906636, "AVGBoard": 1, "AVGAlight": 0, "Route": "667, 455", "StopAbbr_J": "106007" }, "geometry": { "type": "Point", "coordinates": [ -111.90663600000434, 40.982004000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1656, "StopName": "State St @ 720 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "106008", "Latitude": 40.980877, "Longitude": -111.902859, "AVGBoard": 1, "AVGAlight": 0, "Route": "667, 455", "StopAbbr_J": "106008" }, "geometry": { "type": "Point", "coordinates": [ -111.902859000004554, 40.980877000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1657, "StopName": "200 E @ 190 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107003", "Latitude": 40.977309, "Longitude": -111.883334, "AVGBoard": 3, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107003" }, "geometry": { "type": "Point", "coordinates": [ -111.883334000004012, 40.977309000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1658, "StopName": "200 E @ 350 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107004", "Latitude": 40.974438, "Longitude": -111.883367, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107004" }, "geometry": { "type": "Point", "coordinates": [ -111.883367000004057, 40.974438000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1659, "StopName": "200 E @ 498 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107005", "Latitude": 40.972525, "Longitude": -111.883375, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107005" }, "geometry": { "type": "Point", "coordinates": [ -111.883375000004705, 40.972525000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1660, "StopName": "200 E @ 548 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107006", "Latitude": 40.971163, "Longitude": -111.883388, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107006" }, "geometry": { "type": "Point", "coordinates": [ -111.88338800000399, 40.97116300000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1661, "StopName": "200 E @ 690 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107007", "Latitude": 40.969274, "Longitude": -111.883432, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107007" }, "geometry": { "type": "Point", "coordinates": [ -111.883432000004035, 40.96927400000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1662, "StopName": "200 E @ 810 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107008", "Latitude": 40.96709, "Longitude": -111.883424, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107008" }, "geometry": { "type": "Point", "coordinates": [ -111.883424000004283, 40.967090000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1663, "StopName": "200 E @ 1110 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107010", "Latitude": 40.962339, "Longitude": -111.883409, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107010" }, "geometry": { "type": "Point", "coordinates": [ -111.883409000003923, 40.962339000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1664, "StopName": "200 E @ 1270 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107011", "Latitude": 40.959726, "Longitude": -111.883401, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107011" }, "geometry": { "type": "Point", "coordinates": [ -111.88340100000417, 40.959726000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1665, "StopName": "200 E @ 1372 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107012", "Latitude": 40.958058, "Longitude": -111.883387, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107012" }, "geometry": { "type": "Point", "coordinates": [ -111.883387000004817, 40.958058000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1666, "StopName": "200 E @ 1478 S (Farmingt0N)", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107013", "Latitude": 40.955962, "Longitude": -111.883418, "AVGBoard": 1, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107013" }, "geometry": { "type": "Point", "coordinates": [ -111.883418000004681, 40.955962000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1667, "StopName": "Main St @ 2155 N (Centerville)", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107014", "Latitude": 40.950191, "Longitude": -111.882932, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107014" }, "geometry": { "type": "Point", "coordinates": [ -111.882932000004004, 40.950191000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1668, "StopName": "Main St @ 1951 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107016", "Latitude": 40.946206, "Longitude": -111.881469, "AVGBoard": 1, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107016" }, "geometry": { "type": "Point", "coordinates": [ -111.881469000004302, 40.946206000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1669, "StopName": "Main St @ 1821 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107017", "Latitude": 40.943763, "Longitude": -111.880691, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107017" }, "geometry": { "type": "Point", "coordinates": [ -111.880691000004617, 40.943763000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1670, "StopName": "Main St @ 1705 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107018", "Latitude": 40.942332, "Longitude": -111.880337, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107018" }, "geometry": { "type": "Point", "coordinates": [ -111.880337000004076, 40.942332000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1671, "StopName": "MAIN ST @ 1595 N", "City": "CENTERVILLE", "ZipCode": "84104", "County": "Davis", "UTA_StopID": "107019", "Latitude": 40.940052, "Longitude": -111.879881, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107019" }, "geometry": { "type": "Point", "coordinates": [ -111.879881000004104, 40.940052000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1672, "StopName": "Main St @ 1455 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107021", "Latitude": 40.937295, "Longitude": -111.879275, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107021" }, "geometry": { "type": "Point", "coordinates": [ -111.879275000004284, 40.937295000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1673, "StopName": "Main St @ 1301 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107023", "Latitude": 40.933481, "Longitude": -111.879027, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107023" }, "geometry": { "type": "Point", "coordinates": [ -111.879027000004442, 40.933481000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1674, "StopName": "Main St @ 1201 N (Centerville)", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107024", "Latitude": 40.932003, "Longitude": -111.879039, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107024" }, "geometry": { "type": "Point", "coordinates": [ -111.879039000004539, 40.932003000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1675, "StopName": "Chase Ln @ 50 E", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107026", "Latitude": 40.929062, "Longitude": -111.878032, "AVGBoard": 2, "AVGAlight": 2, "Route": "455", "StopAbbr_J": "107026" }, "geometry": { "type": "Point", "coordinates": [ -111.878032000004794, 40.929062000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1676, "StopName": "Chase Ln @ 390 E", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107027", "Latitude": 40.929067, "Longitude": -111.874384, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "107027" }, "geometry": { "type": "Point", "coordinates": [ -111.874384000004028, 40.929067000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1677, "StopName": "400 E @ 990 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107028", "Latitude": 40.928961, "Longitude": -111.873989, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "107028" }, "geometry": { "type": "Point", "coordinates": [ -111.873989000004585, 40.92896100000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1678, "StopName": "Chase Ln @ 230 E", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107029", "Latitude": 40.929161, "Longitude": -111.875811, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "107029" }, "geometry": { "type": "Point", "coordinates": [ -111.875811000004347, 40.929161000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1679, "StopName": "Chase Ln @ 30 E (Centerville)", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107030", "Latitude": 40.929151, "Longitude": -111.878624, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "107030" }, "geometry": { "type": "Point", "coordinates": [ -111.878624000004336, 40.929151000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1680, "StopName": "Main St @ 1198 N (Centerville)", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107031", "Latitude": 40.931891, "Longitude": -111.878871, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107031" }, "geometry": { "type": "Point", "coordinates": [ -111.878871000004111, 40.931891000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1681, "StopName": "Main St @ 1300 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107032", "Latitude": 40.933354, "Longitude": -111.878853, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107032" }, "geometry": { "type": "Point", "coordinates": [ -111.878853000004426, 40.93335400000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1682, "StopName": "Main St @ 1390 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107040", "Latitude": 40.935638, "Longitude": -111.878873, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107040" }, "geometry": { "type": "Point", "coordinates": [ -111.878873000004276, 40.935638000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1683, "StopName": "Main St @ 1590 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107043", "Latitude": 40.940314, "Longitude": -111.879734, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107043" }, "geometry": { "type": "Point", "coordinates": [ -111.879734000004518, 40.940314000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1684, "StopName": "Main St @ 1690 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107044", "Latitude": 40.941977, "Longitude": -111.880049, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107044" }, "geometry": { "type": "Point", "coordinates": [ -111.880049000004519, 40.941977000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1685, "StopName": "Main St @ 1806 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107045", "Latitude": 40.943531, "Longitude": -111.880512, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107045" }, "geometry": { "type": "Point", "coordinates": [ -111.880512000004188, 40.943531000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1686, "StopName": "Main St @ 1970 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107046", "Latitude": 40.946235, "Longitude": -111.881304, "AVGBoard": 2, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107046" }, "geometry": { "type": "Point", "coordinates": [ -111.881304000004107, 40.946235000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1687, "StopName": "Main St @ 2212 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107048", "Latitude": 40.950604, "Longitude": -111.882912, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107048" }, "geometry": { "type": "Point", "coordinates": [ -111.882912000004154, 40.950604000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1688, "StopName": "Main St @ 1613 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107049", "Latitude": 40.954119, "Longitude": -111.883287, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107049" }, "geometry": { "type": "Point", "coordinates": [ -111.883287000004628, 40.954119000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1689, "StopName": "200 E @ 1465 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107050", "Latitude": 40.956178, "Longitude": -111.883236, "AVGBoard": 1, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107050" }, "geometry": { "type": "Point", "coordinates": [ -111.883236000004004, 40.956178000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1690, "StopName": "200 E @ 1305 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107051", "Latitude": 40.958647, "Longitude": -111.883262, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107051" }, "geometry": { "type": "Point", "coordinates": [ -111.883262000004351, 40.958647000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1691, "StopName": "200 E @ 1201 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107052", "Latitude": 40.960194, "Longitude": -111.883251, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107052" }, "geometry": { "type": "Point", "coordinates": [ -111.883251000004336, 40.960194000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1692, "StopName": "200 E @ 911 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107054", "Latitude": 40.965581, "Longitude": -111.883254, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107054" }, "geometry": { "type": "Point", "coordinates": [ -111.883254000004598, 40.965581000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1693, "StopName": "200 E @ 811 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107055", "Latitude": 40.967244, "Longitude": -111.883283, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107055" }, "geometry": { "type": "Point", "coordinates": [ -111.883283000004297, 40.967244000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1694, "StopName": "200 E @ 681 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107056", "Latitude": 40.968861, "Longitude": -111.883252, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107056" }, "geometry": { "type": "Point", "coordinates": [ -111.883252000004418, 40.968861000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1695, "StopName": "200 E @ 551 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107057", "Latitude": 40.970869, "Longitude": -111.883223, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107057" }, "geometry": { "type": "Point", "coordinates": [ -111.883223000004733, 40.970869000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1696, "StopName": "200 E @ 461 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107058", "Latitude": 40.972763, "Longitude": -111.883195, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107058" }, "geometry": { "type": "Point", "coordinates": [ -111.883195000004193, 40.972763000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1697, "StopName": "200 E @ 355 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107059", "Latitude": 40.974379, "Longitude": -111.883169, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107059" }, "geometry": { "type": "Point", "coordinates": [ -111.883169000004742, 40.974379000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1698, "StopName": "200 E @ 221 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107060", "Latitude": 40.976012, "Longitude": -111.883202, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "107060" }, "geometry": { "type": "Point", "coordinates": [ -111.883202000004786, 40.976012000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1699, "StopName": "200 E @ 185 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107061", "Latitude": 40.977513, "Longitude": -111.883191, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107061" }, "geometry": { "type": "Point", "coordinates": [ -111.883191000004771, 40.977513000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1700, "StopName": "200 E @ 111 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107062", "Latitude": 40.978641, "Longitude": -111.883303, "AVGBoard": 1, "AVGAlight": 3, "Route": "470, 455", "StopAbbr_J": "107062" }, "geometry": { "type": "Point", "coordinates": [ -111.883303000004148, 40.978641000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1701, "StopName": "State Street @ 114 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107064", "Latitude": 40.980594, "Longitude": -111.890061, "AVGBoard": 0, "AVGAlight": 0, "Route": "667, 470, 455", "StopAbbr_J": "107064" }, "geometry": { "type": "Point", "coordinates": [ -111.890061000004309, 40.980594000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1702, "StopName": "State Street @ 222 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107065", "Latitude": 40.980592, "Longitude": -111.892397, "AVGBoard": 0, "AVGAlight": 0, "Route": "667, 470, 455", "StopAbbr_J": "107065" }, "geometry": { "type": "Point", "coordinates": [ -111.892397000004394, 40.980592000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1703, "StopName": "State St @ 95 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107066", "Latitude": 40.980407, "Longitude": -111.889366, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107066" }, "geometry": { "type": "Point", "coordinates": [ -111.889366000004344, 40.980407000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1704, "StopName": "Main St @ 970 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107086", "Latitude": 40.928736, "Longitude": -111.878861, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "107086" }, "geometry": { "type": "Point", "coordinates": [ -111.878861000004179, 40.928736000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1705, "StopName": "Main St @ 975 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107087", "Latitude": 40.928684, "Longitude": -111.879054, "AVGBoard": 1, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "107087" }, "geometry": { "type": "Point", "coordinates": [ -111.879054000003975, 40.92868400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1706, "StopName": "Main St @ 1440 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "107089", "Latitude": 40.937132, "Longitude": -111.879009, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107089" }, "geometry": { "type": "Point", "coordinates": [ -111.879009000004743, 40.937132000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1707, "StopName": "200 E @ 1035 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "107093", "Latitude": 40.963736, "Longitude": -111.883278, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "107093" }, "geometry": { "type": "Point", "coordinates": [ -111.883278000003884, 40.963736000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1708, "StopName": "Pages Ln @ 648 W", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108002", "Latitude": 40.906685, "Longitude": -111.897545, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108002" }, "geometry": { "type": "Point", "coordinates": [ -111.897545000004357, 40.906685000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1709, "StopName": "Pages Ln @ 724 W", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108003", "Latitude": 40.906691, "Longitude": -111.899724, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108003" }, "geometry": { "type": "Point", "coordinates": [ -111.899724000003999, 40.906691000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1710, "StopName": "640 W @ 2202 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108010", "Latitude": 40.913886, "Longitude": -111.896697, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108010" }, "geometry": { "type": "Point", "coordinates": [ -111.896697000004295, 40.913886000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1711, "StopName": "640 W @ 2310 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108011", "Latitude": 40.915117, "Longitude": -111.896713, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108011" }, "geometry": { "type": "Point", "coordinates": [ -111.896713000004709, 40.915117000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1712, "StopName": "Childs Ln @ 2339 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108012", "Latitude": 40.915197, "Longitude": -111.896856, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108012" }, "geometry": { "type": "Point", "coordinates": [ -111.896856000003964, 40.915197000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1713, "StopName": "640 W @ 2201 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108013", "Latitude": 40.913503, "Longitude": -111.896851, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108013" }, "geometry": { "type": "Point", "coordinates": [ -111.896851000004446, 40.913503000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1714, "StopName": "Pages Ln @ 713 W", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108021", "Latitude": 40.906569, "Longitude": -111.899228, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108021" }, "geometry": { "type": "Point", "coordinates": [ -111.899228000004314, 40.906569000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1715, "StopName": "Pages Ln @ 655 W", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108022", "Latitude": 40.906565, "Longitude": -111.897514, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108022" }, "geometry": { "type": "Point", "coordinates": [ -111.897514000004477, 40.906565000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1716, "StopName": "Pages Ln @ 610 W", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108023", "Latitude": 40.906564, "Longitude": -111.895914, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108023" }, "geometry": { "type": "Point", "coordinates": [ -111.895914000004211, 40.906564000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1717, "StopName": "800 W @ 1415 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108025", "Latitude": 40.875224, "Longitude": -111.901936, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "108025" }, "geometry": { "type": "Point", "coordinates": [ -111.901936000004582, 40.875224000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1718, "StopName": "800 W @ 1305 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108026", "Latitude": 40.876396, "Longitude": -111.901917, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "108026" }, "geometry": { "type": "Point", "coordinates": [ -111.901917000004815, 40.876396000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1719, "StopName": "800 W @ 1155 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108027", "Latitude": 40.878095, "Longitude": -111.901914, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "108027" }, "geometry": { "type": "Point", "coordinates": [ -111.901914000004581, 40.878095000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1720, "StopName": "800 W @ 991 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108028", "Latitude": 40.879787, "Longitude": -111.901899, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "108028" }, "geometry": { "type": "Point", "coordinates": [ -111.901899000004221, 40.879787000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1721, "StopName": "800 W @ 488 S", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108030", "Latitude": 40.884664, "Longitude": -111.901917, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108030" }, "geometry": { "type": "Point", "coordinates": [ -111.90191700000392, 40.884664000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1722, "StopName": "800 W @ 136 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108031", "Latitude": 40.890815, "Longitude": -111.901966, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108031" }, "geometry": { "type": "Point", "coordinates": [ -111.901966000004393, 40.890815000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1723, "StopName": "800 W @ 290 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108032", "Latitude": 40.892635, "Longitude": -111.901964, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108032" }, "geometry": { "type": "Point", "coordinates": [ -111.901964000004213, 40.892635000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1724, "StopName": "800 W @ 680 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108033", "Latitude": 40.893651, "Longitude": -111.901951, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108033" }, "geometry": { "type": "Point", "coordinates": [ -111.901951000004033, 40.893651000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1725, "StopName": "800 W @ 381 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108034", "Latitude": 40.893631, "Longitude": -111.902095, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108034" }, "geometry": { "type": "Point", "coordinates": [ -111.902095000004266, 40.893631000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1726, "StopName": "800 W @ 261 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108035", "Latitude": 40.892524, "Longitude": -111.902113, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108035" }, "geometry": { "type": "Point", "coordinates": [ -111.902113000003965, 40.892524000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1727, "StopName": "800 W @ 137 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108036", "Latitude": 40.890838, "Longitude": -111.902075, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108036" }, "geometry": { "type": "Point", "coordinates": [ -111.902075000004416, 40.890838000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1728, "StopName": "800 W @ 499 S", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108037", "Latitude": 40.884599, "Longitude": -111.902104, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "108037" }, "geometry": { "type": "Point", "coordinates": [ -111.902104000004101, 40.884599000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1729, "StopName": "800 W @ 1134 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108040", "Latitude": 40.878125, "Longitude": -111.902073, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "108040" }, "geometry": { "type": "Point", "coordinates": [ -111.902073000004236, 40.878125000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1730, "StopName": "800 W @ 1380 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108041", "Latitude": 40.876126, "Longitude": -111.902087, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "108041" }, "geometry": { "type": "Point", "coordinates": [ -111.902087000004499, 40.87612600000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1731, "StopName": "800 W @ 1498 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "108045", "Latitude": 40.874251, "Longitude": -111.902092, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "108045" }, "geometry": { "type": "Point", "coordinates": [ -111.902092000004018, 40.874251000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1732, "StopName": "400 E @ 585 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109002", "Latitude": 40.923892, "Longitude": -111.872351, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109002" }, "geometry": { "type": "Point", "coordinates": [ -111.87235100000477, 40.923892000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1733, "StopName": "400 E @ 347 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109003", "Latitude": 40.921093, "Longitude": -111.872367, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109003" }, "geometry": { "type": "Point", "coordinates": [ -111.872367000004289, 40.921093000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1734, "StopName": "400 E @ 255 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109004", "Latitude": 40.919597, "Longitude": -111.872384, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109004" }, "geometry": { "type": "Point", "coordinates": [ -111.8723840000048, 40.919597000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1735, "StopName": "400 E @ 90 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109006", "Latitude": 40.916391, "Longitude": -111.872428, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109006" }, "geometry": { "type": "Point", "coordinates": [ -111.872428000003936, 40.916391000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1736, "StopName": "400 E @ 390 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109008", "Latitude": 40.913209, "Longitude": -111.872451, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109008" }, "geometry": { "type": "Point", "coordinates": [ -111.872451000004062, 40.913209000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1737, "StopName": "400 E @ 710 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109010", "Latitude": 40.909425, "Longitude": -111.872482, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109010" }, "geometry": { "type": "Point", "coordinates": [ -111.872482000003927, 40.909425000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1738, "StopName": "400 E @ 910 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109011", "Latitude": 40.907294, "Longitude": -111.872471, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109011" }, "geometry": { "type": "Point", "coordinates": [ -111.872471000004808, 40.907294000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1739, "StopName": "400 E @ 1565 N", "City": "Centerville", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109012", "Latitude": 40.905951, "Longitude": -111.872481, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109012" }, "geometry": { "type": "Point", "coordinates": [ -111.87248100000474, 40.905951000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1740, "StopName": "400 E @ 1405 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109013", "Latitude": 40.904401, "Longitude": -111.872487, "AVGBoard": 2, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109013" }, "geometry": { "type": "Point", "coordinates": [ -111.872487000004327, 40.904401000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1741, "StopName": "400 E @ 1305 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109014", "Latitude": 40.902877, "Longitude": -111.872489, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109014" }, "geometry": { "type": "Point", "coordinates": [ -111.872489000004492, 40.902877000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1742, "StopName": "400 E @ 1057 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109016", "Latitude": 40.899851, "Longitude": -111.872488, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109016" }, "geometry": { "type": "Point", "coordinates": [ -111.872488000004424, 40.899851000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1743, "StopName": "400 E @ 675 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109018", "Latitude": 40.897051, "Longitude": -111.872478, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109018" }, "geometry": { "type": "Point", "coordinates": [ -111.872478000004492, 40.897051000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1744, "StopName": "400 E @ 155 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109021", "Latitude": 40.891271, "Longitude": -111.872471, "AVGBoard": 1, "AVGAlight": 1, "Route": "461, 455", "StopAbbr_J": "109021" }, "geometry": { "type": "Point", "coordinates": [ -111.872471000003912, 40.891271000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1745, "StopName": "400 E @ 56 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109022", "Latitude": 40.889047, "Longitude": -111.872456, "AVGBoard": 1, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109022" }, "geometry": { "type": "Point", "coordinates": [ -111.872456000004462, 40.88904700000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1746, "StopName": "Medical Dr @ 450 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109024", "Latitude": 40.887269, "Longitude": -111.871989, "AVGBoard": 1, "AVGAlight": 1, "Route": "F605, 461, 455", "StopAbbr_J": "109024" }, "geometry": { "type": "Point", "coordinates": [ -111.871989000004461, 40.887269000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1747, "StopName": "Medical Dr @ 630 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109025", "Latitude": 40.886523, "Longitude": -111.868001, "AVGBoard": 5, "AVGAlight": 3, "Route": "F605, 461, 455", "StopAbbr_J": "109025" }, "geometry": { "type": "Point", "coordinates": [ -111.868001000004313, 40.886523000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1748, "StopName": "400 E @ 55 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109028", "Latitude": 40.889375, "Longitude": -111.872278, "AVGBoard": 0, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109028" }, "geometry": { "type": "Point", "coordinates": [ -111.872278000004115, 40.889375000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1749, "StopName": "400 E @ 296 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109029", "Latitude": 40.892434, "Longitude": -111.872274, "AVGBoard": 0, "AVGAlight": 1, "Route": "461, 455", "StopAbbr_J": "109029" }, "geometry": { "type": "Point", "coordinates": [ -111.87227400000468, 40.892434000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1750, "StopName": "400 E @ 410 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109030", "Latitude": 40.894527, "Longitude": -111.872282, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109030" }, "geometry": { "type": "Point", "coordinates": [ -111.872282000004446, 40.89452700000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1751, "StopName": "400 E @ 770 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109032", "Latitude": 40.897269, "Longitude": -111.872294, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "109032" }, "geometry": { "type": "Point", "coordinates": [ -111.87229400000453, 40.89726900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1752, "StopName": "400 E @ 1030 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109034", "Latitude": 40.899821, "Longitude": -111.872299, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "109034" }, "geometry": { "type": "Point", "coordinates": [ -111.872299000004048, 40.899821000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1753, "StopName": "400 E @ 1340 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109036", "Latitude": 40.903148, "Longitude": -111.872302, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "109036" }, "geometry": { "type": "Point", "coordinates": [ -111.872302000004311, 40.903148000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1754, "StopName": "400 E @ 1440 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109037", "Latitude": 40.904661, "Longitude": -111.872306, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "109037" }, "geometry": { "type": "Point", "coordinates": [ -111.872306000004642, 40.904661000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1755, "StopName": "400 E @ 1490 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109038", "Latitude": 40.906378, "Longitude": -111.872311, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "109038" }, "geometry": { "type": "Point", "coordinates": [ -111.872311000004132, 40.906378000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1756, "StopName": "400 E @ 715 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109041", "Latitude": 40.909466, "Longitude": -111.872294, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109041" }, "geometry": { "type": "Point", "coordinates": [ -111.87229400000453, 40.909466000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1757, "StopName": "400 E @ 551 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109043", "Latitude": 40.911042, "Longitude": -111.872284, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109043" }, "geometry": { "type": "Point", "coordinates": [ -111.872284000004598, 40.911042000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1758, "StopName": "400 E @ 105 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109045", "Latitude": 40.916109, "Longitude": -111.872224, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109045" }, "geometry": { "type": "Point", "coordinates": [ -111.872224000004138, 40.916109000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1759, "StopName": "400 E @ 120 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109046", "Latitude": 40.918378, "Longitude": -111.872208, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "109046" }, "geometry": { "type": "Point", "coordinates": [ -111.872208000004605, 40.918378000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1760, "StopName": "400 E @ 210 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109047", "Latitude": 40.919609, "Longitude": -111.872187, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109047" }, "geometry": { "type": "Point", "coordinates": [ -111.872187000004672, 40.919609000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1761, "StopName": "400 E @ 390 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109048", "Latitude": 40.921151, "Longitude": -111.872176, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "109048" }, "geometry": { "type": "Point", "coordinates": [ -111.872176000004657, 40.921151000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1762, "StopName": "400 E @ 620 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109049", "Latitude": 40.924137, "Longitude": -111.872236, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109049" }, "geometry": { "type": "Point", "coordinates": [ -111.872236000004236, 40.924137000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1763, "StopName": "400 E @ 738 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109050", "Latitude": 40.926162, "Longitude": -111.872674, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109050" }, "geometry": { "type": "Point", "coordinates": [ -111.872674000004537, 40.926162000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1764, "StopName": "500 S @ 535 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109052", "Latitude": 40.884355, "Longitude": -111.869432, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 461, 455", "StopAbbr_J": "109052" }, "geometry": { "type": "Point", "coordinates": [ -111.869432000004096, 40.884355000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1765, "StopName": "500 S @ 810 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109054", "Latitude": 40.884273, "Longitude": -111.864758, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109054" }, "geometry": { "type": "Point", "coordinates": [ -111.864758000004699, 40.884273000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1766, "StopName": "500 S @ 902 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109055", "Latitude": 40.884271, "Longitude": -111.862313, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109055" }, "geometry": { "type": "Point", "coordinates": [ -111.862313000004605, 40.884271000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1767, "StopName": "Center St @ 1148 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109061", "Latitude": 40.889809, "Longitude": -111.856727, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109061" }, "geometry": { "type": "Point", "coordinates": [ -111.856727000004355, 40.889809000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1768, "StopName": "Center St @ 1216 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109062", "Latitude": 40.889911, "Longitude": -111.855443, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109062" }, "geometry": { "type": "Point", "coordinates": [ -111.855443000004144, 40.889911000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1769, "StopName": "Center St @ 1298 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109064", "Latitude": 40.890287, "Longitude": -111.853562, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109064" }, "geometry": { "type": "Point", "coordinates": [ -111.853562000004004, 40.890287000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1770, "StopName": "1300 E @ 180 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109066", "Latitude": 40.887581, "Longitude": -111.853464, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109066" }, "geometry": { "type": "Point", "coordinates": [ -111.853464000003981, 40.887581000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1771, "StopName": "1300 E @ 292 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109067", "Latitude": 40.885858, "Longitude": -111.853507, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109067" }, "geometry": { "type": "Point", "coordinates": [ -111.853507000004839, 40.885858000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1772, "StopName": "300 S @ 1205 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109068", "Latitude": 40.885773, "Longitude": -111.856192, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109068" }, "geometry": { "type": "Point", "coordinates": [ -111.856192000004128, 40.885773000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1773, "StopName": "Canyon Crest Dr @ 1200 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109073", "Latitude": 40.877257, "Longitude": -111.855251, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109073" }, "geometry": { "type": "Point", "coordinates": [ -111.855251000004444, 40.877257000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1774, "StopName": "Canyon Crest Dr @ 1398 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109074", "Latitude": 40.875479, "Longitude": -111.855475, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109074" }, "geometry": { "type": "Point", "coordinates": [ -111.855475000004105, 40.875479000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1775, "StopName": "Millbrook Dr @ 1185 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109075", "Latitude": 40.875836, "Longitude": -111.856921, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109075" }, "geometry": { "type": "Point", "coordinates": [ -111.85692100000422, 40.875836000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1776, "StopName": "Millbrook Dr @ 1037 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109076", "Latitude": 40.876811, "Longitude": -111.859562, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109076" }, "geometry": { "type": "Point", "coordinates": [ -111.85956200000436, 40.876811000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1777, "StopName": "Millbrook Dr @ 941 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109077", "Latitude": 40.877204, "Longitude": -111.862235, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109077" }, "geometry": { "type": "Point", "coordinates": [ -111.862235000004446, 40.877204000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1778, "StopName": "Davis Blvd @ 1015 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109078", "Latitude": 40.878604, "Longitude": -111.863041, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109078" }, "geometry": { "type": "Point", "coordinates": [ -111.863041000004628, 40.878604000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1779, "StopName": "500 S @ 740 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109082", "Latitude": 40.884262, "Longitude": -111.866525, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109082" }, "geometry": { "type": "Point", "coordinates": [ -111.866525000004415, 40.884262000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1780, "StopName": "1000 E @ 548 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109088", "Latitude": 40.895585, "Longitude": -111.860651, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109088" }, "geometry": { "type": "Point", "coordinates": [ -111.860651000004594, 40.895585000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1781, "StopName": "1000 E @ 858 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109089", "Latitude": 40.897937, "Longitude": -111.860991, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109089" }, "geometry": { "type": "Point", "coordinates": [ -111.860991000003978, 40.897937000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1782, "StopName": "900 N @ 901 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109090", "Latitude": 40.898374, "Longitude": -111.862921, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109090" }, "geometry": { "type": "Point", "coordinates": [ -111.86292100000459, 40.89837400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1783, "StopName": "900 E @ 515 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109091", "Latitude": 40.895771, "Longitude": -111.863152, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109091" }, "geometry": { "type": "Point", "coordinates": [ -111.863152000003922, 40.895771000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1784, "StopName": "900 E @ 419 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109092", "Latitude": 40.894544, "Longitude": -111.863131, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109092" }, "geometry": { "type": "Point", "coordinates": [ -111.863131000004003, 40.894544000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1785, "StopName": "400 N @ 751 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109093", "Latitude": 40.894091, "Longitude": -111.864983, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109093" }, "geometry": { "type": "Point", "coordinates": [ -111.864983000004443, 40.894091000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1786, "StopName": "400 N @ 669 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109094", "Latitude": 40.894085, "Longitude": -111.867474, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109094" }, "geometry": { "type": "Point", "coordinates": [ -111.867474000004748, 40.89408500000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1787, "StopName": "900 E @ 761 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109095", "Latitude": 40.897436, "Longitude": -111.863148, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109095" }, "geometry": { "type": "Point", "coordinates": [ -111.8631480000045, 40.897436000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1788, "StopName": "500 S @ 424 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109097", "Latitude": 40.884244, "Longitude": -111.869644, "AVGBoard": 0, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109097" }, "geometry": { "type": "Point", "coordinates": [ -111.869644000004556, 40.884244000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1789, "StopName": "Medical Dr @ 425 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109098", "Latitude": 40.885195, "Longitude": -111.867351, "AVGBoard": 0, "AVGAlight": 3, "Route": "461, 455", "StopAbbr_J": "109098" }, "geometry": { "type": "Point", "coordinates": [ -111.867351000004462, 40.885195000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1790, "StopName": "Medical Dr @ 655 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109099", "Latitude": 40.886805, "Longitude": -111.868271, "AVGBoard": 2, "AVGAlight": 4, "Route": "461, 455", "StopAbbr_J": "109099" }, "geometry": { "type": "Point", "coordinates": [ -111.868271000004199, 40.886805000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1791, "StopName": "Medical Dr @ 401 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109100", "Latitude": 40.887401, "Longitude": -111.872136, "AVGBoard": 0, "AVGAlight": 1, "Route": "461, 455", "StopAbbr_J": "109100" }, "geometry": { "type": "Point", "coordinates": [ -111.872136000004048, 40.887401000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1792, "StopName": "200 W @ 1401 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109108", "Latitude": 40.903551, "Longitude": -111.885649, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "109108" }, "geometry": { "type": "Point", "coordinates": [ -111.88564900000415, 40.903551000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1793, "StopName": "200 W @ 1001 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109109", "Latitude": 40.899783, "Longitude": -111.885673, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "109109" }, "geometry": { "type": "Point", "coordinates": [ -111.885673000004331, 40.899783000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1794, "StopName": "200 W @ 923 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109110", "Latitude": 40.898461, "Longitude": -111.885672, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "109110" }, "geometry": { "type": "Point", "coordinates": [ -111.885672000004263, 40.898461000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1795, "StopName": "200 W @ 553 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109112", "Latitude": 40.896235, "Longitude": -111.885672, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "109112" }, "geometry": { "type": "Point", "coordinates": [ -111.885672000004263, 40.896235000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1796, "StopName": "Main St @ 167 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109113", "Latitude": 40.918761, "Longitude": -111.879113, "AVGBoard": 1, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "109113" }, "geometry": { "type": "Point", "coordinates": [ -111.879113000004352, 40.918761000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1797, "StopName": "Main St @ 26 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109114", "Latitude": 40.916911, "Longitude": -111.879089, "AVGBoard": 2, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109114" }, "geometry": { "type": "Point", "coordinates": [ -111.879089000004186, 40.916911000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1798, "StopName": "Main St @ 198 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109115", "Latitude": 40.915405, "Longitude": -111.879119, "AVGBoard": 1, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "109115" }, "geometry": { "type": "Point", "coordinates": [ -111.879119000003953, 40.915405000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1799, "StopName": "Main St @ 402 S (Centerville)", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109116", "Latitude": 40.912826, "Longitude": -111.879132, "AVGBoard": 1, "AVGAlight": 0, "Route": "F605, 470", "StopAbbr_J": "109116" }, "geometry": { "type": "Point", "coordinates": [ -111.879132000004134, 40.912826000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1800, "StopName": "Main St @ 876 S (Centerville)", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109117", "Latitude": 40.907929, "Longitude": -111.879127, "AVGBoard": 0, "AVGAlight": 1, "Route": "F605, 470", "StopAbbr_J": "109117" }, "geometry": { "type": "Point", "coordinates": [ -111.879127000004615, 40.907929000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1801, "StopName": "Main St @ 1469 N (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109118", "Latitude": 40.904164, "Longitude": -111.879087, "AVGBoard": 4, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "109118" }, "geometry": { "type": "Point", "coordinates": [ -111.879087000004006, 40.904164000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1802, "StopName": "Main St @ 1550 N (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109119", "Latitude": 40.906057, "Longitude": -111.879131, "AVGBoard": 6, "AVGAlight": 6, "Route": "470", "StopAbbr_J": "109119" }, "geometry": { "type": "Point", "coordinates": [ -111.879131000004051, 40.906057000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1803, "StopName": "Main St @ 1255 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109120", "Latitude": 40.902328, "Longitude": -111.879099, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "109120" }, "geometry": { "type": "Point", "coordinates": [ -111.879099000004103, 40.902328000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1804, "StopName": "Main St @ 1101 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109121", "Latitude": 40.900974, "Longitude": -111.87908, "AVGBoard": 3, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "109121" }, "geometry": { "type": "Point", "coordinates": [ -111.879080000004322, 40.90097400000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1805, "StopName": "Main St @ 935 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109122", "Latitude": 40.898997, "Longitude": -111.879091, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "109122" }, "geometry": { "type": "Point", "coordinates": [ -111.879091000004351, 40.898997000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1806, "StopName": "Main St @ 801 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109123", "Latitude": 40.897922, "Longitude": -111.879047, "AVGBoard": 3, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "109123" }, "geometry": { "type": "Point", "coordinates": [ -111.879047000004292, 40.897922000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1807, "StopName": "Main St @ 523 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109124", "Latitude": 40.895268, "Longitude": -111.879135, "AVGBoard": 2, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109124" }, "geometry": { "type": "Point", "coordinates": [ -111.879135000004396, 40.895268000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1808, "StopName": "Main St @ 301 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109125", "Latitude": 40.892623, "Longitude": -111.880823, "AVGBoard": 1, "AVGAlight": 3, "Route": "628, 470", "StopAbbr_J": "109125" }, "geometry": { "type": "Point", "coordinates": [ -111.880823000004739, 40.892623000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1809, "StopName": "Main St @ 1 N (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109126", "Latitude": 40.889465, "Longitude": -111.880806, "AVGBoard": 7, "AVGAlight": 10, "Route": "470", "StopAbbr_J": "109126" }, "geometry": { "type": "Point", "coordinates": [ -111.880806000004256, 40.889465000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1810, "StopName": "Main St @ 298 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109127", "Latitude": 40.886481, "Longitude": -111.880791, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109127" }, "geometry": { "type": "Point", "coordinates": [ -111.880791000004805, 40.886481000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1811, "StopName": "Main St @ 518 S (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109128", "Latitude": 40.883902, "Longitude": -111.880786, "AVGBoard": 13, "AVGAlight": 9, "Route": "470", "StopAbbr_J": "109128" }, "geometry": { "type": "Point", "coordinates": [ -111.880786000004377, 40.883902000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1812, "StopName": "Main St @ 620 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109129", "Latitude": 40.882142, "Longitude": -111.880796, "AVGBoard": 2, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109129" }, "geometry": { "type": "Point", "coordinates": [ -111.880796000004324, 40.882142000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1813, "StopName": "Main St @ 846 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109130", "Latitude": 40.880533, "Longitude": -111.881084, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "109130" }, "geometry": { "type": "Point", "coordinates": [ -111.881084000004776, 40.880533000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1814, "StopName": "Main St @ 960 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109131", "Latitude": 40.879442, "Longitude": -111.881985, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "109131" }, "geometry": { "type": "Point", "coordinates": [ -111.881985000004732, 40.879442000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1815, "StopName": "Main St @ 1240 S (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109132", "Latitude": 40.877295, "Longitude": -111.883721, "AVGBoard": 1, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "109132" }, "geometry": { "type": "Point", "coordinates": [ -111.883721000004584, 40.877295000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1816, "StopName": "Main St @ 1398 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109133", "Latitude": 40.876137, "Longitude": -111.884696, "AVGBoard": 1, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "109133" }, "geometry": { "type": "Point", "coordinates": [ -111.884696000004382, 40.876137000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1817, "StopName": "1500 S @ 411 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109135", "Latitude": 40.874672, "Longitude": -111.890827, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109135" }, "geometry": { "type": "Point", "coordinates": [ -111.890827000004776, 40.874672000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1818, "StopName": "1500 S @ 365 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109136", "Latitude": 40.874675, "Longitude": -111.889002, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109136" }, "geometry": { "type": "Point", "coordinates": [ -111.88900200000478, 40.874675000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1819, "StopName": "200 W @ 1098 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109137", "Latitude": 40.877582, "Longitude": -111.886317, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109137" }, "geometry": { "type": "Point", "coordinates": [ -111.886317000004595, 40.877582000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1820, "StopName": "200 W @ 887 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109138", "Latitude": 40.880711, "Longitude": -111.885586, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109138" }, "geometry": { "type": "Point", "coordinates": [ -111.885586000004324, 40.880711000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1821, "StopName": "200 W @ 749 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109139", "Latitude": 40.882112, "Longitude": -111.885561, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109139" }, "geometry": { "type": "Point", "coordinates": [ -111.885561000004046, 40.882112000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1822, "StopName": "200 W @ 301 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109140", "Latitude": 40.886462, "Longitude": -111.885546, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109140" }, "geometry": { "type": "Point", "coordinates": [ -111.885546000004595, 40.886462000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1823, "StopName": "200 W @ 101 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109141", "Latitude": 40.888133, "Longitude": -111.885544, "AVGBoard": 1, "AVGAlight": 2, "Route": "834", "StopAbbr_J": "109141" }, "geometry": { "type": "Point", "coordinates": [ -111.885544000004444, 40.888133000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1824, "StopName": "200 W @ 98 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109142", "Latitude": 40.889591, "Longitude": -111.885541, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109142" }, "geometry": { "type": "Point", "coordinates": [ -111.885541000004196, 40.889591000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1825, "StopName": "200 W @ 290 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109143", "Latitude": 40.892299, "Longitude": -111.885537, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109143" }, "geometry": { "type": "Point", "coordinates": [ -111.885537000004774, 40.892299000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1826, "StopName": "200 W @ 1002 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109148", "Latitude": 40.900045, "Longitude": -111.885552, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "109148" }, "geometry": { "type": "Point", "coordinates": [ -111.885552000004196, 40.900045000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1827, "StopName": "200 W @ 1398 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109149", "Latitude": 40.902973, "Longitude": -111.885541, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "109149" }, "geometry": { "type": "Point", "coordinates": [ -111.885541000004196, 40.902973000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1828, "StopName": "200 W @ 295 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109150", "Latitude": 40.892006, "Longitude": -111.885705, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109150" }, "geometry": { "type": "Point", "coordinates": [ -111.885705000004293, 40.89200600000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1829, "StopName": "200 W @ 25 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109151", "Latitude": 40.889487, "Longitude": -111.885711, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109151" }, "geometry": { "type": "Point", "coordinates": [ -111.88571100000479, 40.88948700000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1830, "StopName": "200 W @ 120 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109152", "Latitude": 40.887959, "Longitude": -111.885721, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109152" }, "geometry": { "type": "Point", "coordinates": [ -111.885721000004708, 40.887959000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1831, "StopName": "200 W @ 302 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109153", "Latitude": 40.886176, "Longitude": -111.885725, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109153" }, "geometry": { "type": "Point", "coordinates": [ -111.885725000004143, 40.886176000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1832, "StopName": "200 W @ 848 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109154", "Latitude": 40.880474, "Longitude": -111.885725, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109154" }, "geometry": { "type": "Point", "coordinates": [ -111.885725000004143, 40.880474000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1833, "StopName": "200 W @ 1048 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109155", "Latitude": 40.878264, "Longitude": -111.886121, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109155" }, "geometry": { "type": "Point", "coordinates": [ -111.886121000004565, 40.878264000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1834, "StopName": "300 W @ 1498 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109156", "Latitude": 40.874871, "Longitude": -111.888365, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109156" }, "geometry": { "type": "Point", "coordinates": [ -111.888365000004185, 40.874871000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1835, "StopName": "1500 S @ 410 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109157", "Latitude": 40.874779, "Longitude": -111.891124, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109157" }, "geometry": { "type": "Point", "coordinates": [ -111.891124000004197, 40.87477900000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1836, "StopName": "400 N @ 470 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109160", "Latitude": 40.893944, "Longitude": -111.870679, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109160" }, "geometry": { "type": "Point", "coordinates": [ -111.870679000003918, 40.89394400000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1837, "StopName": "400 N @ 798 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109163", "Latitude": 40.893967, "Longitude": -111.864491, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109163" }, "geometry": { "type": "Point", "coordinates": [ -111.864491000004179, 40.893967000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1838, "StopName": "Main St @ 1199 S (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109165", "Latitude": 40.877669, "Longitude": -111.883271, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109165" }, "geometry": { "type": "Point", "coordinates": [ -111.8832710000042, 40.877669000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1839, "StopName": "Main St @ 999 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109166", "Latitude": 40.879417, "Longitude": -111.881829, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109166" }, "geometry": { "type": "Point", "coordinates": [ -111.881829000004416, 40.879417000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1840, "StopName": "Main St @ 751 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109167", "Latitude": 40.880903, "Longitude": -111.880692, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109167" }, "geometry": { "type": "Point", "coordinates": [ -111.880692000004714, 40.880903000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1841, "StopName": "Main St @ 601 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109168", "Latitude": 40.882202, "Longitude": -111.880591, "AVGBoard": 1, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "109168" }, "geometry": { "type": "Point", "coordinates": [ -111.880591000004429, 40.882202000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1842, "StopName": "Main St. @ 459 S (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109169", "Latitude": 40.884576, "Longitude": -111.880582, "AVGBoard": 10, "AVGAlight": 10, "Route": "470", "StopAbbr_J": "109169" }, "geometry": { "type": "Point", "coordinates": [ -111.880582000004594, 40.88457600000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1843, "StopName": "Main St @ 311 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109170", "Latitude": 40.886125, "Longitude": -111.880592, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109170" }, "geometry": { "type": "Point", "coordinates": [ -111.880592000004512, 40.8861250000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1844, "StopName": "Main St @ 1 S (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109171", "Latitude": 40.889217, "Longitude": -111.880597, "AVGBoard": 11, "AVGAlight": 9, "Route": "470", "StopAbbr_J": "109171" }, "geometry": { "type": "Point", "coordinates": [ -111.88059700000403, 40.889217000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1845, "StopName": "Main St @ 302 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109172", "Latitude": 40.892713, "Longitude": -111.880624, "AVGBoard": 3, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "109172" }, "geometry": { "type": "Point", "coordinates": [ -111.880624000004474, 40.892713000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1846, "StopName": "Main St @ 824 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109174", "Latitude": 40.897913, "Longitude": -111.878936, "AVGBoard": 2, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "109174" }, "geometry": { "type": "Point", "coordinates": [ -111.878936000004103, 40.89791300000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1847, "StopName": "Main St @ 1166 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109176", "Latitude": 40.901319, "Longitude": -111.878938, "AVGBoard": 2, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "109176" }, "geometry": { "type": "Point", "coordinates": [ -111.878938000004268, 40.90131900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1848, "StopName": "Main St @ 1472 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109178", "Latitude": 40.904186, "Longitude": -111.878923, "AVGBoard": 1, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "109178" }, "geometry": { "type": "Point", "coordinates": [ -111.878923000004832, 40.904186000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1849, "StopName": "Main St @ 1083 S (Centerville)", "City": "Centerville", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109179", "Latitude": 40.905616, "Longitude": -111.878925, "AVGBoard": 6, "AVGAlight": 9, "Route": "470", "StopAbbr_J": "109179" }, "geometry": { "type": "Point", "coordinates": [ -111.878925000004088, 40.905616000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1850, "StopName": "Main St @ 819 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109180", "Latitude": 40.908179, "Longitude": -111.878921, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 470", "StopAbbr_J": "109180" }, "geometry": { "type": "Point", "coordinates": [ -111.878921000004652, 40.908179000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1851, "StopName": "Main St @ 575 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109181", "Latitude": 40.910619, "Longitude": -111.878911, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 470", "StopAbbr_J": "109181" }, "geometry": { "type": "Point", "coordinates": [ -111.87891100000472, 40.910619000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1852, "StopName": "Main St @ 401 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109182", "Latitude": 40.913343, "Longitude": -111.878909, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109182" }, "geometry": { "type": "Point", "coordinates": [ -111.878909000004569, 40.913343000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1853, "StopName": "Main St @ 211 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109183", "Latitude": 40.915206, "Longitude": -111.878902, "AVGBoard": 0, "AVGAlight": 1, "Route": "627, 470", "StopAbbr_J": "109183" }, "geometry": { "type": "Point", "coordinates": [ -111.878902000003976, 40.915206000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1854, "StopName": "Main St @ 75 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109184", "Latitude": 40.916948, "Longitude": -111.878896, "AVGBoard": 2, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "109184" }, "geometry": { "type": "Point", "coordinates": [ -111.878896000004389, 40.916948000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1855, "StopName": "Main St @ 98 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109185", "Latitude": 40.918359, "Longitude": -111.878894, "AVGBoard": 1, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "109185" }, "geometry": { "type": "Point", "coordinates": [ -111.878894000004209, 40.918359000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1856, "StopName": "Main St @ 598 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109187", "Latitude": 40.924737, "Longitude": -111.878877, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109187" }, "geometry": { "type": "Point", "coordinates": [ -111.878877000004607, 40.924737000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1857, "StopName": "Main St @ 846 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109188", "Latitude": 40.926715, "Longitude": -111.878854, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "109188" }, "geometry": { "type": "Point", "coordinates": [ -111.878854000004495, 40.926715000002737 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1858, "StopName": "Orchard Dr @ 1085 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109211", "Latitude": 40.878747, "Longitude": -111.873238, "AVGBoard": 0, "AVGAlight": 1, "Route": "461, 455", "StopAbbr_J": "109211" }, "geometry": { "type": "Point", "coordinates": [ -111.873238000004477, 40.878747000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1859, "StopName": "Orchard Dr @ 655 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109213", "Latitude": 40.882305, "Longitude": -111.872325, "AVGBoard": 0, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109213" }, "geometry": { "type": "Point", "coordinates": [ -111.872325000004395, 40.882305000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1860, "StopName": "Orchard Dr @ 505 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109214", "Latitude": 40.884125, "Longitude": -111.872271, "AVGBoard": 1, "AVGAlight": 2, "Route": "461, 455", "StopAbbr_J": "109214" }, "geometry": { "type": "Point", "coordinates": [ -111.872271000004432, 40.884125000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1861, "StopName": "Orchard Dr @ 650 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109216", "Latitude": 40.882514, "Longitude": -111.872477, "AVGBoard": 0, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109216" }, "geometry": { "type": "Point", "coordinates": [ -111.872477000004395, 40.882514000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1862, "StopName": "Orchard Dr @ 900 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109217", "Latitude": 40.880381, "Longitude": -111.873032, "AVGBoard": 1, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109217" }, "geometry": { "type": "Point", "coordinates": [ -111.873032000004486, 40.880381000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1863, "StopName": "Orchard Dr @ 1090 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109218", "Latitude": 40.878491, "Longitude": -111.873523, "AVGBoard": 1, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109218" }, "geometry": { "type": "Point", "coordinates": [ -111.873523000004667, 40.878491000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1864, "StopName": "Main St @ 1501 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109219", "Latitude": 40.873956, "Longitude": -111.886291, "AVGBoard": 4, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "109219" }, "geometry": { "type": "Point", "coordinates": [ -111.886291000004235, 40.873956000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1865, "StopName": "Orchard Dr @ 1485 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109220", "Latitude": 40.875071, "Longitude": -111.874819, "AVGBoard": 0, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109220" }, "geometry": { "type": "Point", "coordinates": [ -111.874819000004052, 40.875071000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1866, "StopName": "Orchard Dr @ 1470 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109221", "Latitude": 40.875156, "Longitude": -111.874989, "AVGBoard": 1, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "109221" }, "geometry": { "type": "Point", "coordinates": [ -111.874989000004632, 40.875156000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1867, "StopName": "Main St @ 789 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109222", "Latitude": 40.926377, "Longitude": -111.879008, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "109222" }, "geometry": { "type": "Point", "coordinates": [ -111.87900800000466, 40.926377000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1868, "StopName": "Main St @ 611 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109223", "Latitude": 40.924591, "Longitude": -111.879056, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "109223" }, "geometry": { "type": "Point", "coordinates": [ -111.879056000004141, 40.924591000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1869, "StopName": "200 W @ 480 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109226", "Latitude": 40.884482, "Longitude": -111.885729, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109226" }, "geometry": { "type": "Point", "coordinates": [ -111.885729000004474, 40.884482000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1870, "StopName": "200 W @ 467 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109227", "Latitude": 40.884579, "Longitude": -111.885554, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109227" }, "geometry": { "type": "Point", "coordinates": [ -111.885554000004362, 40.884579000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1871, "StopName": "Main St @ 560 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109230", "Latitude": 40.910936, "Longitude": -111.879138, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 470", "StopAbbr_J": "109230" }, "geometry": { "type": "Point", "coordinates": [ -111.87913800000463, 40.910936000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1872, "StopName": "Orchard Dr @ 530 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109232", "Latitude": 40.883951, "Longitude": -111.872461, "AVGBoard": 2, "AVGAlight": 2, "Route": "461, 455", "StopAbbr_J": "109232" }, "geometry": { "type": "Point", "coordinates": [ -111.87246100000398, 40.883951000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1873, "StopName": "400 E @ 701 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "109233", "Latitude": 40.925755, "Longitude": -111.872666, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "109233" }, "geometry": { "type": "Point", "coordinates": [ -111.87266600000477, 40.925755000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1874, "StopName": "200 W @ 430 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109238", "Latitude": 40.894334, "Longitude": -111.885515, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "109238" }, "geometry": { "type": "Point", "coordinates": [ -111.88551500000473, 40.894334000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1875, "StopName": "200 W @ 670 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109239", "Latitude": 40.896331, "Longitude": -111.885544, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "109239" }, "geometry": { "type": "Point", "coordinates": [ -111.885544000004444, 40.896331000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1876, "StopName": "200 W @ 746 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109244", "Latitude": 40.881896, "Longitude": -111.885715, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "109244" }, "geometry": { "type": "Point", "coordinates": [ -111.885715000004211, 40.881896000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1877, "StopName": "Medical Dr @ 430 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109246", "Latitude": 40.884724, "Longitude": -111.867497, "AVGBoard": 3, "AVGAlight": 0, "Route": "F605, 461, 455", "StopAbbr_J": "109246" }, "geometry": { "type": "Point", "coordinates": [ -111.867497000003965, 40.884724000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1878, "StopName": "400 N @ 680 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "109248", "Latitude": 40.893973, "Longitude": -111.867017, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "109248" }, "geometry": { "type": "Point", "coordinates": [ -111.86701700000468, 40.893973000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1879, "StopName": "Us Hwy 89 @ 226 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "110088", "Latitude": 40.845696, "Longitude": -111.908004, "AVGBoard": 2, "AVGAlight": 1, "Route": "470, 462, 461", "StopAbbr_J": "110088" }, "geometry": { "type": "Point", "coordinates": [ -111.908004000004283, 40.845696000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1880, "StopName": "Orchard Dr @ 171 S", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111001", "Latitude": 40.839008, "Longitude": -111.909972, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "111001" }, "geometry": { "type": "Point", "coordinates": [ -111.909972000004458, 40.839008000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1881, "StopName": "Orchard Dr @ 85 N (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111003", "Latitude": 40.842914, "Longitude": -111.903963, "AVGBoard": 0, "AVGAlight": 3, "Route": "455", "StopAbbr_J": "111003" }, "geometry": { "type": "Point", "coordinates": [ -111.903963000004239, 40.842914000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1882, "StopName": "Orchard Dr @ 156 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111005", "Latitude": 40.844709, "Longitude": -111.901765, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "111005" }, "geometry": { "type": "Point", "coordinates": [ -111.901765000004829, 40.844709000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1883, "StopName": "Orchard Dr @ 228 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111006", "Latitude": 40.846485, "Longitude": -111.899569, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "111006" }, "geometry": { "type": "Point", "coordinates": [ -111.899569000004675, 40.846485000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1884, "StopName": "Orchard Dr @ 75 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111008", "Latitude": 40.842851, "Longitude": -111.904323, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "111008" }, "geometry": { "type": "Point", "coordinates": [ -111.904323000004382, 40.842851000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1885, "StopName": "Orchard Dr @ 370 N (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111009", "Latitude": 40.848839, "Longitude": -111.897192, "AVGBoard": 0, "AVGAlight": 0, "Route": "462, 455", "StopAbbr_J": "111009" }, "geometry": { "type": "Point", "coordinates": [ -111.897192000003912, 40.848839000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1886, "StopName": "ORCHARD DR @ 3555 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111010", "Latitude": 40.850962, "Longitude": -111.896019, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "111010" }, "geometry": { "type": "Point", "coordinates": [ -111.896019000003903, 40.850962000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1887, "StopName": "Us Hwy. 89 @ 1062 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111013", "Latitude": 40.860844, "Longitude": -111.896997, "AVGBoard": 14, "AVGAlight": 8, "Route": "470, 461", "StopAbbr_J": "111013" }, "geometry": { "type": "Point", "coordinates": [ -111.89699700000395, 40.8608440000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1888, "StopName": "Wildcat Ln @ 1950 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111014", "Latitude": 40.870712, "Longitude": -111.896643, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111014" }, "geometry": { "type": "Point", "coordinates": [ -111.896643000004318, 40.870712000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1889, "StopName": "Wildcat Ln @ 2023 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111016", "Latitude": 40.870098, "Longitude": -111.896729, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111016" }, "geometry": { "type": "Point", "coordinates": [ -111.896729000004242, 40.870098000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1890, "StopName": "800 W @ 2250 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111017", "Latitude": 40.866342, "Longitude": -111.902126, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111017" }, "geometry": { "type": "Point", "coordinates": [ -111.902126000004131, 40.866342000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1891, "StopName": "Us Hwy 89 @ 113 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111018", "Latitude": 40.844057, "Longitude": -111.908836, "AVGBoard": 2, "AVGAlight": 2, "Route": "470, 462, 461", "StopAbbr_J": "111018" }, "geometry": { "type": "Point", "coordinates": [ -111.90883600000393, 40.844057000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1892, "StopName": "US Hwy 89 @ 348 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111019", "Latitude": 40.848288, "Longitude": -111.906728, "AVGBoard": 1, "AVGAlight": 3, "Route": "470, 462, 461", "StopAbbr_J": "111019" }, "geometry": { "type": "Point", "coordinates": [ -111.906728000004762, 40.848288000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1893, "StopName": "3800 S @ 851 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111020", "Latitude": 40.848381, "Longitude": -111.903571, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "111020" }, "geometry": { "type": "Point", "coordinates": [ -111.903571000004163, 40.848381000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1894, "StopName": "3800 S @ 793 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111021", "Latitude": 40.848421, "Longitude": -111.901578, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "111021" }, "geometry": { "type": "Point", "coordinates": [ -111.901578000004619, 40.848421000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1895, "StopName": "3800 S @ 696 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111023", "Latitude": 40.848461, "Longitude": -111.898367, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "111023" }, "geometry": { "type": "Point", "coordinates": [ -111.898367000004043, 40.848461000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1896, "StopName": "3800 S @ 799 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111024", "Latitude": 40.848532, "Longitude": -111.901916, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "111024" }, "geometry": { "type": "Point", "coordinates": [ -111.901916000004732, 40.848532000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1897, "StopName": "3800 S @ 864 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111025", "Latitude": 40.848498, "Longitude": -111.904177, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "111025" }, "geometry": { "type": "Point", "coordinates": [ -111.904177000003983, 40.848498000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1898, "StopName": "Main St @ 3563 S", "City": "North Salt Lake", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111027", "Latitude": 40.850121, "Longitude": -111.905252, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 461", "StopAbbr_J": "111027" }, "geometry": { "type": "Point", "coordinates": [ -111.905252000003955, 40.850121000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1899, "StopName": "Main St @ 3427 S", "City": "North Salt Lake", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111028", "Latitude": 40.851942, "Longitude": -111.903743, "AVGBoard": 1, "AVGAlight": 0, "Route": "470, 461", "StopAbbr_J": "111028" }, "geometry": { "type": "Point", "coordinates": [ -111.903743000004027, 40.85194200000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1900, "StopName": "Us Hwy 89 @ 3104 S", "City": "North Salt Lake", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111030", "Latitude": 40.855986, "Longitude": -111.9007, "AVGBoard": 0, "AVGAlight": 2, "Route": "470, 461", "StopAbbr_J": "111030" }, "geometry": { "type": "Point", "coordinates": [ -111.900700000004775, 40.855986000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1901, "StopName": "Us Hwy 89 @ 850 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111031", "Latitude": 40.857116, "Longitude": -111.899726, "AVGBoard": 2, "AVGAlight": 1, "Route": "470, 461", "StopAbbr_J": "111031" }, "geometry": { "type": "Point", "coordinates": [ -111.899726000004165, 40.857116000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1902, "StopName": "Us Hwy 89 @ 2959 S", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111032", "Latitude": 40.859241, "Longitude": -111.898041, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 461", "StopAbbr_J": "111032" }, "geometry": { "type": "Point", "coordinates": [ -111.898041000004056, 40.859241000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1903, "StopName": "Us Hwy 89 @ 2604 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111033", "Latitude": 40.861364, "Longitude": -111.896331, "AVGBoard": 7, "AVGAlight": 9, "Route": "470, 461", "StopAbbr_J": "111033" }, "geometry": { "type": "Point", "coordinates": [ -111.896331000004551, 40.861364000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1904, "StopName": "Orchard Dr @ 3110 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111034", "Latitude": 40.855519, "Longitude": -111.893067, "AVGBoard": 0, "AVGAlight": 0, "Route": "462, 455", "StopAbbr_J": "111034" }, "geometry": { "type": "Point", "coordinates": [ -111.893067000004095, 40.855519000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1905, "StopName": "Orchard Dr @ 3190 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111035", "Latitude": 40.854491, "Longitude": -111.894231, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "111035" }, "geometry": { "type": "Point", "coordinates": [ -111.894231000004254, 40.854491000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1906, "StopName": "Orchard Dr @ 3422 S", "City": "North Salt Lake", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111036", "Latitude": 40.851921, "Longitude": -111.896217, "AVGBoard": 3, "AVGAlight": 0, "Route": "462, 455", "StopAbbr_J": "111036" }, "geometry": { "type": "Point", "coordinates": [ -111.896217000004114, 40.851921000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1907, "StopName": "Orchard Dr @ 3998 S", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111040", "Latitude": 40.846517, "Longitude": -111.899751, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "111040" }, "geometry": { "type": "Point", "coordinates": [ -111.899751000004443, 40.84651700000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1908, "StopName": "Orchard Dr @ 4096 S", "City": "North Salt Lake", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111041", "Latitude": 40.844681, "Longitude": -111.902045, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "111041" }, "geometry": { "type": "Point", "coordinates": [ -111.902045000004605, 40.844681000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1909, "StopName": "Orchard Dr @ 98 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111042", "Latitude": 40.843631, "Longitude": -111.903325, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "111042" }, "geometry": { "type": "Point", "coordinates": [ -111.903325000004486, 40.843631000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1910, "StopName": "Orchard Dr @ 5 N (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111043", "Latitude": 40.842031, "Longitude": -111.905343, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "111043" }, "geometry": { "type": "Point", "coordinates": [ -111.905343000004294, 40.842031000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1911, "StopName": "Center St @ 165 E", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111044", "Latitude": 40.841869, "Longitude": -111.907753, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "111044" }, "geometry": { "type": "Point", "coordinates": [ -111.907753000004192, 40.84186900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1912, "StopName": "Wildcat Ln @ 2635 S", "City": "Woods Cross", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111046", "Latitude": 40.862557, "Longitude": -111.899503, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111046" }, "geometry": { "type": "Point", "coordinates": [ -111.8995030000046, 40.86255700000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1913, "StopName": "Wildcat Ln @ 2350 S", "City": "Woods Cross", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111047", "Latitude": 40.865115, "Longitude": -111.898715, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111047" }, "geometry": { "type": "Point", "coordinates": [ -111.898715000004088, 40.865115000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1914, "StopName": "Wildcat Ln @ 2125 S", "City": "Woods Cross", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111048", "Latitude": 40.868112, "Longitude": -111.897314, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111048" }, "geometry": { "type": "Point", "coordinates": [ -111.897314000004116, 40.868112000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1915, "StopName": "625 W @ 1715 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111049", "Latitude": 40.872921, "Longitude": -111.896338, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111049" }, "geometry": { "type": "Point", "coordinates": [ -111.896338000004235, 40.872921000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1916, "StopName": "1600 S @ 578 W", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111050", "Latitude": 40.873797, "Longitude": -111.895261, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111050" }, "geometry": { "type": "Point", "coordinates": [ -111.895261000004098, 40.873797000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1917, "StopName": "Wildcat Ln @ 1778 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111052", "Latitude": 40.872671, "Longitude": -111.896437, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111052" }, "geometry": { "type": "Point", "coordinates": [ -111.89643700000434, 40.872671000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1918, "StopName": "Wildcat Ln @ 2225 S", "City": "Woods Cross", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111053", "Latitude": 40.867965, "Longitude": -111.897471, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111053" }, "geometry": { "type": "Point", "coordinates": [ -111.897471000004529, 40.867965000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1919, "StopName": "Wildcat Ln @ 2502 S", "City": "Woods Cross", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111054", "Latitude": 40.865096, "Longitude": -111.898838, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111054" }, "geometry": { "type": "Point", "coordinates": [ -111.898838000004389, 40.865096000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1920, "StopName": "800 W @ 2252 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111059", "Latitude": 40.866692, "Longitude": -111.901972, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111059" }, "geometry": { "type": "Point", "coordinates": [ -111.90197200000398, 40.866692000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1921, "StopName": "800 W @ 2115 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111060", "Latitude": 40.868587, "Longitude": -111.901973, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111060" }, "geometry": { "type": "Point", "coordinates": [ -111.901973000004048, 40.868587000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1922, "StopName": "800 W @ 1975 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111061", "Latitude": 40.870301, "Longitude": -111.901963, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111061" }, "geometry": { "type": "Point", "coordinates": [ -111.901963000004116, 40.870301000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1923, "StopName": "800 W @ 1801 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111062", "Latitude": 40.872254, "Longitude": -111.901942, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111062" }, "geometry": { "type": "Point", "coordinates": [ -111.901942000004183, 40.872254000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1924, "StopName": "800 W @ 1798 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111063", "Latitude": 40.872485, "Longitude": -111.902111, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111063" }, "geometry": { "type": "Point", "coordinates": [ -111.90211100000468, 40.872485000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1925, "StopName": "800 W @ 1965 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111064", "Latitude": 40.870293, "Longitude": -111.902118, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111064" }, "geometry": { "type": "Point", "coordinates": [ -111.902118000004364, 40.870293000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1926, "StopName": "800 W @ 2124 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111065", "Latitude": 40.868479, "Longitude": -111.902121, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111065" }, "geometry": { "type": "Point", "coordinates": [ -111.902121000004612, 40.868479000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1927, "StopName": "800 W @ 2294 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "111067", "Latitude": 40.864786, "Longitude": -111.902133, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "111067" }, "geometry": { "type": "Point", "coordinates": [ -111.902133000004724, 40.864786000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1928, "StopName": "Us Hwy 89 @ 905 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111069", "Latitude": 40.857864, "Longitude": -111.899458, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 461", "StopAbbr_J": "111069" }, "geometry": { "type": "Point", "coordinates": [ -111.899458000004458, 40.857864000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1929, "StopName": "Us Hwy 89 @ 785 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111070", "Latitude": 40.856157, "Longitude": -111.900756, "AVGBoard": 3, "AVGAlight": 1, "Route": "470, 461", "StopAbbr_J": "111070" }, "geometry": { "type": "Point", "coordinates": [ -111.900756000004023, 40.856157000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1930, "StopName": "Us Hwy 89 @ 3322 N (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111071", "Latitude": 40.8538, "Longitude": -111.902683, "AVGBoard": 4, "AVGAlight": 3, "Route": "470, 461", "StopAbbr_J": "111071" }, "geometry": { "type": "Point", "coordinates": [ -111.902683000004387, 40.853800000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1931, "StopName": "Us Hwy 89 @ 551 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111072", "Latitude": 40.852134, "Longitude": -111.903926, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 461", "StopAbbr_J": "111072" }, "geometry": { "type": "Point", "coordinates": [ -111.903926000004788, 40.852134000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1932, "StopName": "Us Hwy 89 @ 425 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111073", "Latitude": 40.849758, "Longitude": -111.905828, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 461", "StopAbbr_J": "111073" }, "geometry": { "type": "Point", "coordinates": [ -111.905828000003979, 40.849758000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1933, "StopName": "Us Hwy 89 @ 355 N (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111074", "Latitude": 40.848543, "Longitude": -111.906771, "AVGBoard": 2, "AVGAlight": 2, "Route": "470, 461", "StopAbbr_J": "111074" }, "geometry": { "type": "Point", "coordinates": [ -111.906771000004724, 40.848543000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1934, "StopName": "Us Hwy 89 @ 115 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111075", "Latitude": 40.845445, "Longitude": -111.908453, "AVGBoard": 2, "AVGAlight": 3, "Route": "470, 462, 461", "StopAbbr_J": "111075" }, "geometry": { "type": "Point", "coordinates": [ -111.908453000004613, 40.845445000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1935, "StopName": "Us Hwy 89 @ 135 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111076", "Latitude": 40.844154, "Longitude": -111.909143, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 462, 461", "StopAbbr_J": "111076" }, "geometry": { "type": "Point", "coordinates": [ -111.909143000004178, 40.844154000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1936, "StopName": "Us Hwy 89 @ 16 S (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111077", "Latitude": 40.841421, "Longitude": -111.910559, "AVGBoard": 9, "AVGAlight": 7, "Route": "470, 462, 461, 455", "StopAbbr_J": "111077" }, "geometry": { "type": "Point", "coordinates": [ -111.910559000004497, 40.841421000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1937, "StopName": "Us Hwy 89 @ 70 S (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111078", "Latitude": 40.839395, "Longitude": -111.911638, "AVGBoard": 2, "AVGAlight": 1, "Route": "470, 462, 461, 455", "StopAbbr_J": "111078" }, "geometry": { "type": "Point", "coordinates": [ -111.911638000004814, 40.839395000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1938, "StopName": "Us Hwy 89 @ 270 S (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111079", "Latitude": 40.836598, "Longitude": -111.913191, "AVGBoard": 3, "AVGAlight": 2, "Route": "470, 463, 462, 461, 460, 455", "StopAbbr_J": "111079" }, "geometry": { "type": "Point", "coordinates": [ -111.913191000004787, 40.836598000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1939, "StopName": "Orchard Dr @ 3738 S (N. Salt Lake)", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111080", "Latitude": 40.848912, "Longitude": -111.897307, "AVGBoard": 2, "AVGAlight": 0, "Route": "462, 455", "StopAbbr_J": "111080" }, "geometry": { "type": "Point", "coordinates": [ -111.897307000004432, 40.848912000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1940, "StopName": "Center St @ 80 E", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "111081", "Latitude": 40.841876, "Longitude": -111.909013, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "111081" }, "geometry": { "type": "Point", "coordinates": [ -111.909013000004194, 40.841876000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1941, "StopName": "Orchard Dr @ 3105 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111082", "Latitude": 40.855519, "Longitude": -111.892838, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "111082" }, "geometry": { "type": "Point", "coordinates": [ -111.892838000004033, 40.85551900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1942, "StopName": "3800 S @ 698 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111083", "Latitude": 40.848571, "Longitude": -111.898628, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "111083" }, "geometry": { "type": "Point", "coordinates": [ -111.898628000004081, 40.848571000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1943, "StopName": "Wildcat Ln @ 2575 S", "City": "Woods Cross", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "111085", "Latitude": 40.861957, "Longitude": -111.899553, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "111085" }, "geometry": { "type": "Point", "coordinates": [ -111.899553000004232, 40.861957000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1944, "StopName": "Orchard Dr @ 3346 S", "City": "North Salt Lake", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112001", "Latitude": 40.853282, "Longitude": -111.895572, "AVGBoard": 1, "AVGAlight": 0, "Route": "462, 455", "StopAbbr_J": "112001" }, "geometry": { "type": "Point", "coordinates": [ -111.895572000004677, 40.853282000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1945, "StopName": "Orchard Dr @ 3560 S", "City": "North Salt Lake", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112002", "Latitude": 40.850817, "Longitude": -111.896195, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112002" }, "geometry": { "type": "Point", "coordinates": [ -111.896195000004084, 40.850817000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1946, "StopName": "Elaine Ave @ 931 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112003", "Latitude": 40.868155, "Longitude": -111.862188, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112003" }, "geometry": { "type": "Point", "coordinates": [ -111.862188000004153, 40.868155000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1947, "StopName": "2050 S @ 1135 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112004", "Latitude": 40.867265, "Longitude": -111.857501, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112004" }, "geometry": { "type": "Point", "coordinates": [ -111.857501000004589, 40.867265000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1948, "StopName": "Davis Blvd @ 2275 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112005", "Latitude": 40.865262, "Longitude": -111.871969, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112005" }, "geometry": { "type": "Point", "coordinates": [ -111.871969000004611, 40.865262000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1949, "StopName": "Main St @ 1602 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112007", "Latitude": 40.873251, "Longitude": -111.887048, "AVGBoard": 4, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "112007" }, "geometry": { "type": "Point", "coordinates": [ -111.887048000003958, 40.873251000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1950, "StopName": "Main St @ 1820 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112009", "Latitude": 40.870793, "Longitude": -111.889025, "AVGBoard": 2, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "112009" }, "geometry": { "type": "Point", "coordinates": [ -111.889025000003983, 40.870793000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1951, "StopName": "Main St @ 2008 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112010", "Latitude": 40.869757, "Longitude": -111.889866, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "112010" }, "geometry": { "type": "Point", "coordinates": [ -111.889866000004361, 40.869757000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1952, "StopName": "Main St @ 2024 S (Bountiful)", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112011", "Latitude": 40.868681, "Longitude": -111.890736, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "112011" }, "geometry": { "type": "Point", "coordinates": [ -111.890736000004466, 40.86868100000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1953, "StopName": "Main St @ 2136 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112012", "Latitude": 40.867765, "Longitude": -111.891515, "AVGBoard": 1, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "112012" }, "geometry": { "type": "Point", "coordinates": [ -111.89151500000419, 40.867765000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1954, "StopName": "500 W @ 2348 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112013", "Latitude": 40.864727, "Longitude": -111.892344, "AVGBoard": 1, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "112013" }, "geometry": { "type": "Point", "coordinates": [ -111.892344000004485, 40.864727000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1955, "StopName": "3100 S @ 375 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112015", "Latitude": 40.855401, "Longitude": -111.889527, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112015" }, "geometry": { "type": "Point", "coordinates": [ -111.889527000004179, 40.855401000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1956, "StopName": "3100 S @ 311 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112016", "Latitude": 40.855401, "Longitude": -111.886844, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112016" }, "geometry": { "type": "Point", "coordinates": [ -111.88684400000416, 40.855401000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1957, "StopName": "3100 S @ 153 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112017", "Latitude": 40.855401, "Longitude": -111.883836, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112017" }, "geometry": { "type": "Point", "coordinates": [ -111.883836000004209, 40.855401000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1958, "StopName": "3100 S @ 85 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112018", "Latitude": 40.855395, "Longitude": -111.882316, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112018" }, "geometry": { "type": "Point", "coordinates": [ -111.882316000004266, 40.855395000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1959, "StopName": "Davis Blvd @ 3019 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112019", "Latitude": 40.856732, "Longitude": -111.880574, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112019" }, "geometry": { "type": "Point", "coordinates": [ -111.880574000003918, 40.856732000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1960, "StopName": "Davis Blvd @ 2929 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112020", "Latitude": 40.857805, "Longitude": -111.879504, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112020" }, "geometry": { "type": "Point", "coordinates": [ -111.87950400000436, 40.857805000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1961, "StopName": "Davis Blvd @ 2793 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112021", "Latitude": 40.859176, "Longitude": -111.878135, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112021" }, "geometry": { "type": "Point", "coordinates": [ -111.87813500000432, 40.859176000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1962, "StopName": "Davis Blvd @ 2501 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112022", "Latitude": 40.860384, "Longitude": -111.876988, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112022" }, "geometry": { "type": "Point", "coordinates": [ -111.876988000004687, 40.860384000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1963, "StopName": "Davis Blvd @ 2521 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112023", "Latitude": 40.862205, "Longitude": -111.875161, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112023" }, "geometry": { "type": "Point", "coordinates": [ -111.875161000004496, 40.86220500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1964, "StopName": "Davis Blvd @ 2429 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112024", "Latitude": 40.863638, "Longitude": -111.873594, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112024" }, "geometry": { "type": "Point", "coordinates": [ -111.87359400000426, 40.863638000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1965, "StopName": "Davis Blvd @ 2024 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112027", "Latitude": 40.867295, "Longitude": -111.870313, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112027" }, "geometry": { "type": "Point", "coordinates": [ -111.870313000004188, 40.867295000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1966, "StopName": "Davis Blvd @ 1901 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112028", "Latitude": 40.869316, "Longitude": -111.868637, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112028" }, "geometry": { "type": "Point", "coordinates": [ -111.86863700000481, 40.869316000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1967, "StopName": "Davis Blvd @ 1801 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112029", "Latitude": 40.871009, "Longitude": -111.867542, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112029" }, "geometry": { "type": "Point", "coordinates": [ -111.867542000004079, 40.871009000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1968, "StopName": "Mueller Park Rd @ 1164 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112033", "Latitude": 40.871168, "Longitude": -111.857438, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112033" }, "geometry": { "type": "Point", "coordinates": [ -111.857438000004763, 40.871168000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1969, "StopName": "Mueller Park Rd @ 1212 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112034", "Latitude": 40.871177, "Longitude": -111.854913, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112034" }, "geometry": { "type": "Point", "coordinates": [ -111.854913000004345, 40.871177000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1970, "StopName": "Mueller Park Rd @ 1298 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112035", "Latitude": 40.871172, "Longitude": -111.852971, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112035" }, "geometry": { "type": "Point", "coordinates": [ -111.85297100000453, 40.871172000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1971, "StopName": "Orchard Dr @ 2650 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112037", "Latitude": 40.860353, "Longitude": -111.887044, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "112037" }, "geometry": { "type": "Point", "coordinates": [ -111.887044000004536, 40.860353000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1972, "StopName": "Orchard Dr @ 3010 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112039", "Latitude": 40.856503, "Longitude": -111.891989, "AVGBoard": 1, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "112039" }, "geometry": { "type": "Point", "coordinates": [ -111.89198900000477, 40.856503000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1973, "StopName": "Davis Blvd @ 1818 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112040", "Latitude": 40.870854, "Longitude": -111.867771, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112040" }, "geometry": { "type": "Point", "coordinates": [ -111.867771000004154, 40.870854000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1974, "StopName": "Davis Blvd @ 1872 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112041", "Latitude": 40.869685, "Longitude": -111.868544, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112041" }, "geometry": { "type": "Point", "coordinates": [ -111.868544000004306, 40.869685000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1975, "StopName": "Davis Blvd @ 2448 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112044", "Latitude": 40.863563, "Longitude": -111.873846, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112044" }, "geometry": { "type": "Point", "coordinates": [ -111.873846000004434, 40.863563000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1976, "StopName": "Davis Blvd @ 2720 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112046", "Latitude": 40.859992, "Longitude": -111.877535, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112046" }, "geometry": { "type": "Point", "coordinates": [ -111.877535000004102, 40.859992000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1977, "StopName": "Davis Blvd @ 2794 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112047", "Latitude": 40.859219, "Longitude": -111.878263, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112047" }, "geometry": { "type": "Point", "coordinates": [ -111.878263000004139, 40.859219000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1978, "StopName": "Davis Blvd @ 2920 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112048", "Latitude": 40.857918, "Longitude": -111.879546, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112048" }, "geometry": { "type": "Point", "coordinates": [ -111.87954600000424, 40.85791800000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1979, "StopName": "Davis Blvd @ 3016 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112049", "Latitude": 40.856676, "Longitude": -111.880758, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112049" }, "geometry": { "type": "Point", "coordinates": [ -111.880758000004775, 40.856676000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1980, "StopName": "Davis Blvd @ 3098 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112050", "Latitude": 40.855628, "Longitude": -111.881676, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112050" }, "geometry": { "type": "Point", "coordinates": [ -111.881676000004333, 40.855628000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1981, "StopName": "3100 S @ 154 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112051", "Latitude": 40.855481, "Longitude": -111.883779, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112051" }, "geometry": { "type": "Point", "coordinates": [ -111.883779000003997, 40.85548100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1982, "StopName": "3100 S @ 198 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112052", "Latitude": 40.855476, "Longitude": -111.885314, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112052" }, "geometry": { "type": "Point", "coordinates": [ -111.885314000004286, 40.855476000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1983, "StopName": "3100 S @ 298 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112053", "Latitude": 40.855478, "Longitude": -111.886877, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112053" }, "geometry": { "type": "Point", "coordinates": [ -111.886877000004205, 40.855478000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1984, "StopName": "Bountiful Blvd @ 2048 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112055", "Latitude": 40.866822, "Longitude": -111.848745, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112055" }, "geometry": { "type": "Point", "coordinates": [ -111.848745000004456, 40.866822000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1985, "StopName": "2050 S @ 1545 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112056", "Latitude": 40.867462, "Longitude": -111.849976, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112056" }, "geometry": { "type": "Point", "coordinates": [ -111.849976000004773, 40.867462000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1986, "StopName": "2050 S @ 1285 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112058", "Latitude": 40.867535, "Longitude": -111.853158, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112058" }, "geometry": { "type": "Point", "coordinates": [ -111.853158000004711, 40.867535000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1987, "StopName": "2050 S @ 1215 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112059", "Latitude": 40.867539, "Longitude": -111.855173, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112059" }, "geometry": { "type": "Point", "coordinates": [ -111.855173000004285, 40.867539000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1988, "StopName": "Deborah Dr @ 1153 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112060", "Latitude": 40.867199, "Longitude": -111.856959, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112060" }, "geometry": { "type": "Point", "coordinates": [ -111.856959000004665, 40.867199000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1989, "StopName": "1125 E @ 2184 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112061", "Latitude": 40.865768, "Longitude": -111.858003, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112061" }, "geometry": { "type": "Point", "coordinates": [ -111.858003000004771, 40.865768000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1990, "StopName": "2200 S @ 1095 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112062", "Latitude": 40.865191, "Longitude": -111.859091, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112062" }, "geometry": { "type": "Point", "coordinates": [ -111.859091000004028, 40.865191000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1991, "StopName": "Elaine Ave @ 2095 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112064", "Latitude": 40.866591, "Longitude": -111.859819, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112064" }, "geometry": { "type": "Point", "coordinates": [ -111.859819000004052, 40.866591000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1992, "StopName": "Elaine Ave @ 977 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112065", "Latitude": 40.867723, "Longitude": -111.861002, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112065" }, "geometry": { "type": "Point", "coordinates": [ -111.861002000003978, 40.867723000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1993, "StopName": "900 E @ 1861 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112067", "Latitude": 40.869628, "Longitude": -111.862577, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112067" }, "geometry": { "type": "Point", "coordinates": [ -111.862577000003981, 40.869628000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1994, "StopName": "900 E @ 1815 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112068", "Latitude": 40.871007, "Longitude": -111.862593, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112068" }, "geometry": { "type": "Point", "coordinates": [ -111.862593000004395, 40.871007000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1995, "StopName": "Mueller Park Rd @ 801 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112069", "Latitude": 40.871264, "Longitude": -111.864625, "AVGBoard": 0, "AVGAlight": 0, "Route": "462", "StopAbbr_J": "112069" }, "geometry": { "type": "Point", "coordinates": [ -111.86462500000448, 40.871264000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1996, "StopName": "200 W @ 2379 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112070", "Latitude": 40.863978, "Longitude": -111.885671, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112070" }, "geometry": { "type": "Point", "coordinates": [ -111.885671000004166, 40.863978000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1997, "StopName": "200 W @ 2205 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112071", "Latitude": 40.866207, "Longitude": -111.885639, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112071" }, "geometry": { "type": "Point", "coordinates": [ -111.885639000004204, 40.866207000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1998, "StopName": "200 W @ 1975 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112072", "Latitude": 40.869081, "Longitude": -111.885633, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112072" }, "geometry": { "type": "Point", "coordinates": [ -111.885633000004617, 40.869081000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 1999, "StopName": "200 W @ 1797 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112073", "Latitude": 40.870991, "Longitude": -111.885616, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112073" }, "geometry": { "type": "Point", "coordinates": [ -111.88561600000412, 40.870991000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2000, "StopName": "200 W @ 1880 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112076", "Latitude": 40.870577, "Longitude": -111.885762, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112076" }, "geometry": { "type": "Point", "coordinates": [ -111.885762000004505, 40.87057700000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2001, "StopName": "200 W @ 1960 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112077", "Latitude": 40.869217, "Longitude": -111.885768, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112077" }, "geometry": { "type": "Point", "coordinates": [ -111.885768000004092, 40.869217000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2002, "StopName": "200 W @ 2180 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112078", "Latitude": 40.866442, "Longitude": -111.885797, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112078" }, "geometry": { "type": "Point", "coordinates": [ -111.8857970000047, 40.866442000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2003, "StopName": "200 W @ 2598 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112080", "Latitude": 40.862032, "Longitude": -111.885848, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112080" }, "geometry": { "type": "Point", "coordinates": [ -111.885848000004415, 40.862032000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2004, "StopName": "2600 S @ 445 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112082", "Latitude": 40.861536, "Longitude": -111.891127, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112082" }, "geometry": { "type": "Point", "coordinates": [ -111.89112700000446, 40.861536000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2005, "StopName": "Orchard Dr @ 1785 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112086", "Latitude": 40.871587, "Longitude": -111.876355, "AVGBoard": 0, "AVGAlight": 2, "Route": "461, 455", "StopAbbr_J": "112086" }, "geometry": { "type": "Point", "coordinates": [ -111.876355000004438, 40.871587000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2006, "StopName": "Orchard Dr @ 1625 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112087", "Latitude": 40.873222, "Longitude": -111.875646, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112087" }, "geometry": { "type": "Point", "coordinates": [ -111.875646000004181, 40.873222000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2007, "StopName": "Orchard Dr @ 1646 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112088", "Latitude": 40.872736, "Longitude": -111.876061, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "112088" }, "geometry": { "type": "Point", "coordinates": [ -111.87606100000437, 40.872736000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2008, "StopName": "Orchard Dr @ 1812 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112089", "Latitude": 40.870872, "Longitude": -111.876875, "AVGBoard": 2, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "112089" }, "geometry": { "type": "Point", "coordinates": [ -111.876875000004318, 40.870872000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2009, "StopName": "ORCHARD DR @ 2122 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "112091", "Latitude": 40.867333, "Longitude": -111.878569, "AVGBoard": 2, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "112091" }, "geometry": { "type": "Point", "coordinates": [ -111.878569000004291, 40.867333000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2010, "StopName": "Gordon Ave @ 40 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101018", "Latitude": 41.074762, "Longitude": -111.966594, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101018" }, "geometry": { "type": "Point", "coordinates": [ -111.966594000004491, 41.074762000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2011, "StopName": "Gordon Ave @ 365 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101019", "Latitude": 41.074802, "Longitude": -111.972262, "AVGBoard": 0, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "101019" }, "geometry": { "type": "Point", "coordinates": [ -111.972262000004335, 41.074802000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2012, "StopName": "Hill Field Rd @ 1398 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101021", "Latitude": 41.079992, "Longitude": -111.973369, "AVGBoard": 3, "AVGAlight": 1, "Route": "640, 627", "StopAbbr_J": "101021" }, "geometry": { "type": "Point", "coordinates": [ -111.973369000004269, 41.079992000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2013, "StopName": "Gordon Ave @ 222 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101023", "Latitude": 41.074635, "Longitude": -111.970055, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101023" }, "geometry": { "type": "Point", "coordinates": [ -111.970055000004166, 41.074635000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2014, "StopName": "Gordon Ave @ 54 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101024", "Latitude": 41.074569, "Longitude": -111.966888, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101024" }, "geometry": { "type": "Point", "coordinates": [ -111.966888000004545, 41.074569000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2015, "StopName": "Gordon Ave @ 58 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101025", "Latitude": 41.074557, "Longitude": -111.965261, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101025" }, "geometry": { "type": "Point", "coordinates": [ -111.96526100000473, 41.074557000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2016, "StopName": "Gordon Ave @ 336 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101026", "Latitude": 41.074526, "Longitude": -111.960751, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101026" }, "geometry": { "type": "Point", "coordinates": [ -111.960751000004535, 41.074526000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2017, "StopName": "Gordon Ave @ 570 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101027", "Latitude": 41.074472, "Longitude": -111.954485, "AVGBoard": 3, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101027" }, "geometry": { "type": "Point", "coordinates": [ -111.954485000004624, 41.074472000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2018, "StopName": "Fairfield Rd @ 915 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101029", "Latitude": 41.073115, "Longitude": -111.950307, "AVGBoard": 1, "AVGAlight": 3, "Route": "627", "StopAbbr_J": "101029" }, "geometry": { "type": "Point", "coordinates": [ -111.950307000004031, 41.073115000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2019, "StopName": "Fairfield Rd @ 735 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101030", "Latitude": 41.070587, "Longitude": -111.950322, "AVGBoard": 0, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "101030" }, "geometry": { "type": "Point", "coordinates": [ -111.950322000004391, 41.070587000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2020, "StopName": "Fairfield Rd @ 447 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101031", "Latitude": 41.066795, "Longitude": -111.949934, "AVGBoard": 0, "AVGAlight": 3, "Route": "627", "StopAbbr_J": "101031" }, "geometry": { "type": "Point", "coordinates": [ -111.949934000004632, 41.066795000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2021, "StopName": "Fairfield Rd @ 325 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101032", "Latitude": 41.065568, "Longitude": -111.948851, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101032" }, "geometry": { "type": "Point", "coordinates": [ -111.948851000003984, 41.065568000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2022, "StopName": "Fairfield Rd @ 240 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101033", "Latitude": 41.063551, "Longitude": -111.946749, "AVGBoard": 2, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101033" }, "geometry": { "type": "Point", "coordinates": [ -111.946749000004417, 41.063551000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2023, "StopName": "Fairfield Rd @ 70 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101034", "Latitude": 41.060599, "Longitude": -111.944891, "AVGBoard": 0, "AVGAlight": 4, "Route": "627", "StopAbbr_J": "101034" }, "geometry": { "type": "Point", "coordinates": [ -111.944891000004361, 41.060599000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2024, "StopName": "Fairfield Rd @ 150 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101035", "Latitude": 41.058423, "Longitude": -111.943736, "AVGBoard": 0, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "101035" }, "geometry": { "type": "Point", "coordinates": [ -111.943736000004066, 41.058423000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2025, "StopName": "Main St @ 450 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "101036", "Latitude": 41.040928, "Longitude": -111.942801, "AVGBoard": 5, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "101036" }, "geometry": { "type": "Point", "coordinates": [ -111.942801000003982, 41.040928000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2026, "StopName": "Fairfield Rd @ 55 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101037", "Latitude": 41.060808, "Longitude": -111.944772, "AVGBoard": 5, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "101037" }, "geometry": { "type": "Point", "coordinates": [ -111.944772000004406, 41.060808000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2027, "StopName": "Fairfield Rd @ 221 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101038", "Latitude": 41.063365, "Longitude": -111.946824, "AVGBoard": 1, "AVGAlight": 3, "Route": "627", "StopAbbr_J": "101038" }, "geometry": { "type": "Point", "coordinates": [ -111.946824000004327, 41.063365000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2028, "StopName": "Fairfield Rd @ 340 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101039", "Latitude": 41.065648, "Longitude": -111.948673, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101039" }, "geometry": { "type": "Point", "coordinates": [ -111.948673000004547, 41.065648000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2029, "StopName": "Fairfield Rd @ 748 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101041", "Latitude": 41.070861, "Longitude": -111.950123, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101041" }, "geometry": { "type": "Point", "coordinates": [ -111.950123000004098, 41.070861000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2030, "StopName": "Fairfield Rd @ 920 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101042", "Latitude": 41.073159, "Longitude": -111.950119, "AVGBoard": 3, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101042" }, "geometry": { "type": "Point", "coordinates": [ -111.950119000004662, 41.073159000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2031, "StopName": "Gordon Ave @ 409 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101043", "Latitude": 41.074686, "Longitude": -111.957182, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101043" }, "geometry": { "type": "Point", "coordinates": [ -111.957182000004011, 41.074686000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2032, "StopName": "Gordon Ave @ 402 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101044", "Latitude": 41.074492, "Longitude": -111.957751, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101044" }, "geometry": { "type": "Point", "coordinates": [ -111.95775100000435, 41.074492000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2033, "StopName": "Main St @ 1969 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101050", "Latitude": 41.088094, "Longitude": -112.000243, "AVGBoard": 4, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "101050" }, "geometry": { "type": "Point", "coordinates": [ -112.00024300000446, 41.088094000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2034, "StopName": "Main St @ 1711 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101051", "Latitude": 41.085605, "Longitude": -111.997711, "AVGBoard": 2, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "101051" }, "geometry": { "type": "Point", "coordinates": [ -111.997711000004344, 41.08560500000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2035, "StopName": "Main St @ 1591 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101052", "Latitude": 41.083487, "Longitude": -111.994784, "AVGBoard": 5, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "101052" }, "geometry": { "type": "Point", "coordinates": [ -111.994784000003932, 41.083487000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2036, "StopName": "Main St @ 1465 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101054", "Latitude": 41.081005, "Longitude": -111.990767, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "101054" }, "geometry": { "type": "Point", "coordinates": [ -111.990767000004084, 41.081005000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2037, "StopName": "Main St @ 1125 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101057", "Latitude": 41.076604, "Longitude": -111.983523, "AVGBoard": 3, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "101057" }, "geometry": { "type": "Point", "coordinates": [ -111.983523000004126, 41.076604000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2038, "StopName": "Main St @ 515 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101060", "Latitude": 41.067997, "Longitude": -111.974065, "AVGBoard": 4, "AVGAlight": 4, "Route": "628, 470", "StopAbbr_J": "101060" }, "geometry": { "type": "Point", "coordinates": [ -111.974065000004344, 41.067997000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2039, "StopName": "Main St @ 301 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101061", "Latitude": 41.064554, "Longitude": -111.970451, "AVGBoard": 1, "AVGAlight": 3, "Route": "628, 470", "StopAbbr_J": "101061" }, "geometry": { "type": "Point", "coordinates": [ -111.970451000004573, 41.064554000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2040, "StopName": "Main St @ 145 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101062", "Latitude": 41.062575, "Longitude": -111.968586, "AVGBoard": 2, "AVGAlight": 3, "Route": "628, 470", "StopAbbr_J": "101062" }, "geometry": { "type": "Point", "coordinates": [ -111.968586000003938, 41.062575000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2041, "StopName": "Gentile St @ 70 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101063", "Latitude": 41.060106, "Longitude": -111.964126, "AVGBoard": 1, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "101063" }, "geometry": { "type": "Point", "coordinates": [ -111.964126000004285, 41.060106000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2042, "StopName": "Fort Ln @ 70 S (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101065", "Latitude": 41.059121, "Longitude": -111.957755, "AVGBoard": 5, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "101065" }, "geometry": { "type": "Point", "coordinates": [ -111.957755000004681, 41.059121000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2043, "StopName": "Fort Ln @ 180 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101066", "Latitude": 41.057308, "Longitude": -111.957788, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "101066" }, "geometry": { "type": "Point", "coordinates": [ -111.957788000004712, 41.057308000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2044, "StopName": "Main St @ 736 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101069", "Latitude": 41.049586, "Longitude": -111.957311, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "101069" }, "geometry": { "type": "Point", "coordinates": [ -111.957311000003898, 41.049586000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2045, "StopName": "Main St @ 836 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101071", "Latitude": 41.047447, "Longitude": -111.954837, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "101071" }, "geometry": { "type": "Point", "coordinates": [ -111.95483700000409, 41.047447000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2046, "StopName": "Main St @ 375 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "101076", "Latitude": 41.040897, "Longitude": -111.943683, "AVGBoard": 2, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "101076" }, "geometry": { "type": "Point", "coordinates": [ -111.943683000004171, 41.040897000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2047, "StopName": "Main St @ 598 N (Kaysville)", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "101080", "Latitude": 41.045047, "Longitude": -111.951045, "AVGBoard": 8, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "101080" }, "geometry": { "type": "Point", "coordinates": [ -111.951045000003987, 41.045047000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2048, "StopName": "Main St @ 780 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101082", "Latitude": 41.048847, "Longitude": -111.956124, "AVGBoard": 1, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "101082" }, "geometry": { "type": "Point", "coordinates": [ -111.956124000004536, 41.048847000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2049, "StopName": "Fort Ln @ 203 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101086", "Latitude": 41.057423, "Longitude": -111.957544, "AVGBoard": 4, "AVGAlight": 5, "Route": "628, 470", "StopAbbr_J": "101086" }, "geometry": { "type": "Point", "coordinates": [ -111.95754400000429, 41.05742300000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2050, "StopName": "Gentile St @ 357 E (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101088", "Latitude": 41.06019, "Longitude": -111.959494, "AVGBoard": 10, "AVGAlight": 7, "Route": "628, 470", "StopAbbr_J": "101088" }, "geometry": { "type": "Point", "coordinates": [ -111.959494000004781, 41.060190000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2051, "StopName": "Gentile St @ 223 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101089", "Latitude": 41.060191, "Longitude": -111.961531, "AVGBoard": 5, "AVGAlight": 1, "Route": "628, 470", "StopAbbr_J": "101089" }, "geometry": { "type": "Point", "coordinates": [ -111.961531000004356, 41.060191000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2052, "StopName": "Gentile St @ 51 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101091", "Latitude": 41.060233, "Longitude": -111.964381, "AVGBoard": 12, "AVGAlight": 9, "Route": "628, 470", "StopAbbr_J": "101091" }, "geometry": { "type": "Point", "coordinates": [ -111.964381000004707, 41.060233000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2053, "StopName": "Main St @ 172 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101092", "Latitude": 41.062696, "Longitude": -111.968367, "AVGBoard": 2, "AVGAlight": 1, "Route": "628, 470", "StopAbbr_J": "101092" }, "geometry": { "type": "Point", "coordinates": [ -111.968367000004704, 41.062696000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2054, "StopName": "Main St @ 570 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101095", "Latitude": 41.067709, "Longitude": -111.973335, "AVGBoard": 5, "AVGAlight": 5, "Route": "628, 470", "StopAbbr_J": "101095" }, "geometry": { "type": "Point", "coordinates": [ -111.973335000004141, 41.067709000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2055, "StopName": "Main St @ 688 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101097", "Latitude": 41.070887, "Longitude": -111.976701, "AVGBoard": 33, "AVGAlight": 26, "Route": "628, 470", "StopAbbr_J": "101097" }, "geometry": { "type": "Point", "coordinates": [ -111.976701000004056, 41.070887000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2056, "StopName": "Main St @ 1040 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101098", "Latitude": 41.074881, "Longitude": -111.980931, "AVGBoard": 14, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "101098" }, "geometry": { "type": "Point", "coordinates": [ -111.98093100000446, 41.074881000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2057, "StopName": "Main St @ 1130 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101099", "Latitude": 41.076805, "Longitude": -111.983418, "AVGBoard": 2, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "101099" }, "geometry": { "type": "Point", "coordinates": [ -111.983418000004434, 41.076805000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2058, "StopName": "Main St @ 1380 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101100", "Latitude": 41.080108, "Longitude": -111.988855, "AVGBoard": 5, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "101100" }, "geometry": { "type": "Point", "coordinates": [ -111.988855000004037, 41.08010800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2059, "StopName": "Main St @ 1538 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101101", "Latitude": 41.082084, "Longitude": -111.992116, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "101101" }, "geometry": { "type": "Point", "coordinates": [ -111.992116000004259, 41.082084000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2060, "StopName": "Main St @ 1580 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101102", "Latitude": 41.083653, "Longitude": -111.994694, "AVGBoard": 4, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "101102" }, "geometry": { "type": "Point", "coordinates": [ -111.994694000004571, 41.083653000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2061, "StopName": "Main St @ 1986 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101104", "Latitude": 41.088404, "Longitude": -112.000156, "AVGBoard": 5, "AVGAlight": 7, "Route": "470", "StopAbbr_J": "101104" }, "geometry": { "type": "Point", "coordinates": [ -112.000156000004452, 41.088404000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2062, "StopName": "Gordon Ave @ 180 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101110", "Latitude": 41.074831, "Longitude": -111.969277, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101110" }, "geometry": { "type": "Point", "coordinates": [ -111.969277000004496, 41.074831000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2063, "StopName": "Hill Field Rd @ 1415 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101112", "Latitude": 41.080152, "Longitude": -111.973632, "AVGBoard": 1, "AVGAlight": 5, "Route": "640, 627", "StopAbbr_J": "101112" }, "geometry": { "type": "Point", "coordinates": [ -111.973632000004471, 41.08015200000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2064, "StopName": "Main St @ 1255 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101119", "Latitude": 41.078387, "Longitude": -111.986435, "AVGBoard": 5, "AVGAlight": 7, "Route": "470", "StopAbbr_J": "101119" }, "geometry": { "type": "Point", "coordinates": [ -111.986435000004221, 41.078387000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2065, "StopName": "Fort Ln @ 410 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101121", "Latitude": 41.053743, "Longitude": -111.957826, "AVGBoard": 1, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "101121" }, "geometry": { "type": "Point", "coordinates": [ -111.95782600000426, 41.053743000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2066, "StopName": "Main St @ 315 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "101122", "Latitude": 41.040102, "Longitude": -111.941142, "AVGBoard": 2, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "101122" }, "geometry": { "type": "Point", "coordinates": [ -111.94114200000422, 41.04010200000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2067, "StopName": "Fairfield Rd @ 330 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101123", "Latitude": 41.056123, "Longitude": -111.942546, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101123" }, "geometry": { "type": "Point", "coordinates": [ -111.942546000004455, 41.056123000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2068, "StopName": "Fairfield Rd @ 454 S", "City": "Layton", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "101124", "Latitude": 41.053895, "Longitude": -111.94118, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101124" }, "geometry": { "type": "Point", "coordinates": [ -111.941180000004678, 41.053895000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2069, "StopName": "Fairfield Rd @ 389 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101125", "Latitude": 41.054431, "Longitude": -111.941355, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101125" }, "geometry": { "type": "Point", "coordinates": [ -111.941355000004762, 41.054431000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2070, "StopName": "Fairfield Rd @ 301 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101126", "Latitude": 41.056783, "Longitude": -111.942646, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101126" }, "geometry": { "type": "Point", "coordinates": [ -111.942646000004643, 41.056783000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2071, "StopName": "Fairfield Rd @ 125 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "101127", "Latitude": 41.059003, "Longitude": -111.943819, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "101127" }, "geometry": { "type": "Point", "coordinates": [ -111.943819000004638, 41.059003000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2072, "StopName": "3200 W @ 4165 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101131", "Latitude": 40.680689, "Longitude": -111.967398, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "101131" }, "geometry": { "type": "Point", "coordinates": [ -111.967398000004508, 40.680689000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2073, "StopName": "Redwood Rd @ 2641 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101136", "Latitude": 40.713338, "Longitude": -111.938803, "AVGBoard": 3, "AVGAlight": 6, "Route": "217", "StopAbbr_J": "101136" }, "geometry": { "type": "Point", "coordinates": [ -111.938803000003915, 40.713338000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2074, "StopName": "1700 S @ 1750 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101140", "Latitude": 40.733227, "Longitude": -111.940321, "AVGBoard": 12, "AVGAlight": 8, "Route": "509", "StopAbbr_J": "101140" }, "geometry": { "type": "Point", "coordinates": [ -111.940321000004587, 40.733227000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2075, "StopName": "Redwood Rd @ 3171 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101141", "Latitude": 40.702841, "Longitude": -111.938807, "AVGBoard": 11, "AVGAlight": 15, "Route": "217", "StopAbbr_J": "101141" }, "geometry": { "type": "Point", "coordinates": [ -111.938807000004246, 40.702841000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2076, "StopName": "3500 S @ 7742 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101144", "Latitude": 40.696603, "Longitude": -112.076218, "AVGBoard": 0, "AVGAlight": 2, "Route": "35", "StopAbbr_J": "101144" }, "geometry": { "type": "Point", "coordinates": [ -112.076218000004289, 40.696603000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2077, "StopName": "1700 S @ 722 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101148", "Latitude": 40.733439, "Longitude": -111.870316, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "101148" }, "geometry": { "type": "Point", "coordinates": [ -111.870316000004436, 40.73343900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2078, "StopName": "1700 S @ 920 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101149", "Latitude": 40.733445, "Longitude": -111.864818, "AVGBoard": 1, "AVGAlight": 2, "Route": "17", "StopAbbr_J": "101149" }, "geometry": { "type": "Point", "coordinates": [ -111.864818000004263, 40.733445000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2079, "StopName": "1700 S @ 1118 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101150", "Latitude": 40.733465, "Longitude": -111.859111, "AVGBoard": 1, "AVGAlight": 2, "Route": "17", "StopAbbr_J": "101150" }, "geometry": { "type": "Point", "coordinates": [ -111.859111000004788, 40.733465000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2080, "StopName": "1700 S @ 1264 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101151", "Latitude": 40.733462, "Longitude": -111.854653, "AVGBoard": 1, "AVGAlight": 2, "Route": "17", "StopAbbr_J": "101151" }, "geometry": { "type": "Point", "coordinates": [ -111.854653000004404, 40.733462000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2081, "StopName": "1700 S @ 1488 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101152", "Latitude": 40.733464, "Longitude": -111.84828, "AVGBoard": 1, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "101152" }, "geometry": { "type": "Point", "coordinates": [ -111.848280000004635, 40.73346400000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2082, "StopName": "1700 S @ 1315 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101153", "Latitude": 40.73355, "Longitude": -111.853501, "AVGBoard": 1, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "101153" }, "geometry": { "type": "Point", "coordinates": [ -111.853501000004343, 40.733550000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2083, "StopName": "1700 S @ 1119 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101154", "Latitude": 40.733576, "Longitude": -111.858916, "AVGBoard": 2, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "101154" }, "geometry": { "type": "Point", "coordinates": [ -111.85891600000393, 40.733576000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2084, "StopName": "1700 S @ 881 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101155", "Latitude": 40.733581, "Longitude": -111.865735, "AVGBoard": 4, "AVGAlight": 3, "Route": "17", "StopAbbr_J": "101155" }, "geometry": { "type": "Point", "coordinates": [ -111.865735000004648, 40.733581000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2085, "StopName": "1700 S @ 691 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101156", "Latitude": 40.733561, "Longitude": -111.871968, "AVGBoard": 1, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "101156" }, "geometry": { "type": "Point", "coordinates": [ -111.871968000004529, 40.733561000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2086, "StopName": "400 W @ 320 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101158", "Latitude": 40.762226, "Longitude": -111.902693, "AVGBoard": 9, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "101158" }, "geometry": { "type": "Point", "coordinates": [ -111.902693000004319, 40.762226000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2087, "StopName": "1700 S @ 113 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101160", "Latitude": 40.73357, "Longitude": -111.887831, "AVGBoard": 5, "AVGAlight": 3, "Route": "17", "StopAbbr_J": "101160" }, "geometry": { "type": "Point", "coordinates": [ -111.887831000004041, 40.733570000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2088, "StopName": "3900 S @ 1377 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101162", "Latitude": 40.687167, "Longitude": -111.852072, "AVGBoard": 2, "AVGAlight": 2, "Route": "39", "StopAbbr_J": "101162" }, "geometry": { "type": "Point", "coordinates": [ -111.852072000004739, 40.687167000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2089, "StopName": "Cottonwood Pkwy @ 2985 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101163", "Latitude": 40.632418, "Longitude": -111.808526, "AVGBoard": 2, "AVGAlight": 8, "Route": "72, 223", "StopAbbr_J": "101163" }, "geometry": { "type": "Point", "coordinates": [ -111.808526000004576, 40.632418000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2090, "StopName": "3600 W @ 3122 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101164", "Latitude": 40.703435, "Longitude": -111.977249, "AVGBoard": 14, "AVGAlight": 8, "Route": "509", "StopAbbr_J": "101164" }, "geometry": { "type": "Point", "coordinates": [ -111.977249000004463, 40.703435000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2091, "StopName": "3600 W @ 3460 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101165", "Latitude": 40.697459, "Longitude": -111.977188, "AVGBoard": 4, "AVGAlight": 14, "Route": "509", "StopAbbr_J": "101165" }, "geometry": { "type": "Point", "coordinates": [ -111.977188000004816, 40.697459000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2092, "StopName": "Redwood Rd @ 4585 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101168", "Latitude": 40.671614, "Longitude": -111.939026, "AVGBoard": 9, "AVGAlight": 4, "Route": "47, 217", "StopAbbr_J": "101168" }, "geometry": { "type": "Point", "coordinates": [ -111.93902600000439, 40.67161400000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2093, "StopName": "Cougar Ln @ 6226 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101169", "Latitude": 40.637692, "Longitude": -112.005721, "AVGBoard": 2, "AVGAlight": 5, "Route": "62, 248", "StopAbbr_J": "101169" }, "geometry": { "type": "Point", "coordinates": [ -112.005721000004783, 40.637692000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2094, "StopName": "Wasatch Blvd @ 8337 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101172", "Latitude": 40.60062, "Longitude": -111.796772, "AVGBoard": 0, "AVGAlight": 1, "Route": "953", "StopAbbr_J": "101172" }, "geometry": { "type": "Point", "coordinates": [ -111.796772000004438, 40.600620000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2095, "StopName": "4800 W @ 4667 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101181", "Latitude": 40.668195, "Longitude": -112.005543, "AVGBoard": 3, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101181" }, "geometry": { "type": "Point", "coordinates": [ -112.005543000004423, 40.66819500000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2096, "StopName": "Copper City Drive @ 5991 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101182", "Latitude": 40.642407, "Longitude": -112.033501, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101182" }, "geometry": { "type": "Point", "coordinates": [ -112.033501000004449, 40.642407000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2097, "StopName": "5600 W @ 3606 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101187", "Latitude": 40.694058, "Longitude": -112.025031, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101187" }, "geometry": { "type": "Point", "coordinates": [ -112.025031000004617, 40.694058000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2098, "StopName": "5600 W @ 4750 S", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101188", "Latitude": 40.665948, "Longitude": -112.024807, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101188" }, "geometry": { "type": "Point", "coordinates": [ -112.024807000004046, 40.665948000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2099, "StopName": "5600 W @ 5106 S", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101189", "Latitude": 40.658461, "Longitude": -112.024791, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101189" }, "geometry": { "type": "Point", "coordinates": [ -112.024791000004527, 40.658461000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2100, "StopName": "6200 S \/ Wakefield Way (EB)", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101191", "Latitude": 40.638482, "Longitude": -112.032068, "AVGBoard": 1, "AVGAlight": 3, "Route": null, "StopAbbr_J": "101191" }, "geometry": { "type": "Point", "coordinates": [ -112.032068000004486, 40.638482000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2101, "StopName": "7000 S @ 5305 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101192", "Latitude": 40.623945, "Longitude": -112.017564, "AVGBoard": 2, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101192" }, "geometry": { "type": "Point", "coordinates": [ -112.017564000004185, 40.623945000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2102, "StopName": "7000 S @ 5153 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101193", "Latitude": 40.623947, "Longitude": -112.013719, "AVGBoard": 2, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101193" }, "geometry": { "type": "Point", "coordinates": [ -112.013719000004201, 40.623947000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2103, "StopName": "7000 S @ 4825 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101194", "Latitude": 40.623981, "Longitude": -112.006234, "AVGBoard": 1, "AVGAlight": 0, "Route": "62, 248", "StopAbbr_J": "101194" }, "geometry": { "type": "Point", "coordinates": [ -112.006234000004071, 40.623981000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2104, "StopName": "7000 S @ 4848 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101195", "Latitude": 40.624115, "Longitude": -112.006551, "AVGBoard": 1, "AVGAlight": 1, "Route": "62, 248", "StopAbbr_J": "101195" }, "geometry": { "type": "Point", "coordinates": [ -112.006551000004237, 40.624115000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2105, "StopName": "7000 S @ 5154 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101196", "Latitude": 40.624091, "Longitude": -112.013368, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101196" }, "geometry": { "type": "Point", "coordinates": [ -112.013368000004817, 40.624091000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2106, "StopName": "7000 S @ 5296 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101197", "Latitude": 40.624073, "Longitude": -112.017329, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101197" }, "geometry": { "type": "Point", "coordinates": [ -112.017329000004509, 40.624073000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2107, "StopName": "Clearnates Dr @ 6673 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101198", "Latitude": 40.630084, "Longitude": -112.017313, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101198" }, "geometry": { "type": "Point", "coordinates": [ -112.01731300000408, 40.630084000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2108, "StopName": "6200 S @ 5950 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101199", "Latitude": 40.638632, "Longitude": -112.032336, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101199" }, "geometry": { "type": "Point", "coordinates": [ -112.032336000004207, 40.638632000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2109, "StopName": "5600 W @ 5107 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101201", "Latitude": 40.658081, "Longitude": -112.024531, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101201" }, "geometry": { "type": "Point", "coordinates": [ -112.024531000004572, 40.658081000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2110, "StopName": "5600 W @ 4751 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101202", "Latitude": 40.665762, "Longitude": -112.0245, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101202" }, "geometry": { "type": "Point", "coordinates": [ -112.024500000004707, 40.665762000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2111, "StopName": "5600 W @ 3737 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101204", "Latitude": 40.691193, "Longitude": -112.024681, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101204" }, "geometry": { "type": "Point", "coordinates": [ -112.024681000004406, 40.691193000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2112, "StopName": "5600 W @ 3401 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101205", "Latitude": 40.698292, "Longitude": -112.024704, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101205" }, "geometry": { "type": "Point", "coordinates": [ -112.024704000004519, 40.698292000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2113, "StopName": "900 S @ 85 E", "City": "SALT LAKE CITY", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "101206", "Latitude": 40.749893, "Longitude": -111.88869, "AVGBoard": 23, "AVGAlight": 12, "Route": null, "StopAbbr_J": "101206" }, "geometry": { "type": "Point", "coordinates": [ -111.888690000004104, 40.749893000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2114, "StopName": "900 S @ 120 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "101207", "Latitude": 40.749678, "Longitude": -111.887524, "AVGBoard": 11, "AVGAlight": 25, "Route": "9", "StopAbbr_J": "101207" }, "geometry": { "type": "Point", "coordinates": [ -111.887524000004703, 40.749678000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2115, "StopName": "6200 S \/ 5700 W (EB)", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101208", "Latitude": 40.638454, "Longitude": -112.027011, "AVGBoard": 21, "AVGAlight": 35, "Route": null, "StopAbbr_J": "101208" }, "geometry": { "type": "Point", "coordinates": [ -112.027011000003967, 40.638454000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2116, "StopName": "600 N @ 1316 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101214", "Latitude": 40.782517, "Longitude": -111.928978, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520", "StopAbbr_J": "101214" }, "geometry": { "type": "Point", "coordinates": [ -111.928978000004307, 40.782517000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2117, "StopName": "600 N @ 1425 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101215", "Latitude": 40.782325, "Longitude": -111.931771, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "101215" }, "geometry": { "type": "Point", "coordinates": [ -111.931771000004446, 40.782325000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2118, "StopName": "Catherine Street @ 565 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101216", "Latitude": 40.781855, "Longitude": -111.932348, "AVGBoard": 1, "AVGAlight": 0, "Route": "520", "StopAbbr_J": "101216" }, "geometry": { "type": "Point", "coordinates": [ -111.932348000004552, 40.781855000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2119, "StopName": "600 N @ 1313 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101217", "Latitude": 40.782327, "Longitude": -111.928869, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "101217" }, "geometry": { "type": "Point", "coordinates": [ -111.928869000004283, 40.782327000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2120, "StopName": "2700 S @ 1959 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "101225", "Latitude": 40.712798, "Longitude": -111.835072, "AVGBoard": 3, "AVGAlight": 1, "Route": null, "StopAbbr_J": "101225" }, "geometry": { "type": "Point", "coordinates": [ -111.835072000004601, 40.712798000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2121, "StopName": "2700 S @ 1851 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "101226", "Latitude": 40.71279, "Longitude": -111.838195, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101226" }, "geometry": { "type": "Point", "coordinates": [ -111.838195000004177, 40.712790000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2122, "StopName": "1700 E @ 2501 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "101227", "Latitude": 40.717236, "Longitude": -111.842073, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "101227" }, "geometry": { "type": "Point", "coordinates": [ -111.842073000004206, 40.717236000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2123, "StopName": "1700 E @ 2498 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "101228", "Latitude": 40.717083, "Longitude": -111.842215, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "101228" }, "geometry": { "type": "Point", "coordinates": [ -111.842215000004288, 40.71708300000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2124, "StopName": "Pieper Blvd @ 5187 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101229", "Latitude": 40.657035, "Longitude": -112.007438, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101229" }, "geometry": { "type": "Point", "coordinates": [ -112.007438000003944, 40.657035000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2125, "StopName": "4980 W @ 4983 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101230", "Latitude": 40.660997, "Longitude": -112.009476, "AVGBoard": 2, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101230" }, "geometry": { "type": "Point", "coordinates": [ -112.009476000004511, 40.660997000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2126, "StopName": "4980 W @ 4869 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101231", "Latitude": 40.665431, "Longitude": -112.007585, "AVGBoard": 1, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101231" }, "geometry": { "type": "Point", "coordinates": [ -112.007585000004426, 40.665431000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2127, "StopName": "Clernates Dr @ 6395 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101233", "Latitude": 40.634904, "Longitude": -112.018076, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101233" }, "geometry": { "type": "Point", "coordinates": [ -112.018076000004314, 40.634904000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2128, "StopName": "Clernates Dr @ 6473 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101234", "Latitude": 40.633654, "Longitude": -112.017336, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101234" }, "geometry": { "type": "Point", "coordinates": [ -112.017336000004192, 40.633654000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2129, "StopName": "Clernates Dr @ 6857 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101235", "Latitude": 40.626488, "Longitude": -112.017947, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101235" }, "geometry": { "type": "Point", "coordinates": [ -112.017947000004412, 40.626488000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2130, "StopName": "Cougar Ln @ 6865 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101236", "Latitude": 40.626684, "Longitude": -112.006445, "AVGBoard": 4, "AVGAlight": 0, "Route": "62, 248", "StopAbbr_J": "101236" }, "geometry": { "type": "Point", "coordinates": [ -112.006445000004462, 40.626684000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2131, "StopName": "Cougar Ln @ 6866 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101237", "Latitude": 40.626071, "Longitude": -112.006156, "AVGBoard": 1, "AVGAlight": 3, "Route": "62, 248", "StopAbbr_J": "101237" }, "geometry": { "type": "Point", "coordinates": [ -112.006156000004822, 40.626071000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2132, "StopName": "Cougar Ln @ 6562 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101238", "Latitude": 40.632168, "Longitude": -112.007403, "AVGBoard": 0, "AVGAlight": 3, "Route": "62, 248", "StopAbbr_J": "101238" }, "geometry": { "type": "Point", "coordinates": [ -112.007403000004643, 40.632168000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2133, "StopName": "6200 S @ 4485 W", "City": "West Jordan", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101239", "Latitude": 40.638501, "Longitude": -111.997841, "AVGBoard": 1, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101239" }, "geometry": { "type": "Point", "coordinates": [ -111.997841000004314, 40.638501000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2134, "StopName": "6200 S @ 4476 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101240", "Latitude": 40.638649, "Longitude": -111.997751, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101240" }, "geometry": { "type": "Point", "coordinates": [ -111.997751000004072, 40.638649000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2135, "StopName": "6200 S @ 4653 W", "City": "West Jordan", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101241", "Latitude": 40.638497, "Longitude": -112.001183, "AVGBoard": 2, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101241" }, "geometry": { "type": "Point", "coordinates": [ -112.001183000004048, 40.638497000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2136, "StopName": "6200 S @ 4215 W", "City": "West Jordan", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101242", "Latitude": 40.638497, "Longitude": -111.992063, "AVGBoard": 2, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101242" }, "geometry": { "type": "Point", "coordinates": [ -111.992063000004364, 40.638497000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2137, "StopName": "6200 S @ 4226 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101243", "Latitude": 40.638656, "Longitude": -111.991449, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101243" }, "geometry": { "type": "Point", "coordinates": [ -111.991449000003897, 40.638656000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2138, "StopName": "6200 S @ 3809 W", "City": "West Jordan", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101244", "Latitude": 40.638493, "Longitude": -111.982483, "AVGBoard": 13, "AVGAlight": 8, "Route": "62, 240", "StopAbbr_J": "101244" }, "geometry": { "type": "Point", "coordinates": [ -111.982483000004351, 40.638493000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2139, "StopName": "6200 S @ 3854 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101245", "Latitude": 40.638664, "Longitude": -111.98293, "AVGBoard": 3, "AVGAlight": 6, "Route": "62, 240", "StopAbbr_J": "101245" }, "geometry": { "type": "Point", "coordinates": [ -111.982930000004501, 40.638664000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2140, "StopName": "6200 S @ 3709 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101246", "Latitude": 40.63844, "Longitude": -111.979565, "AVGBoard": 1, "AVGAlight": 1, "Route": "62, 240", "StopAbbr_J": "101246" }, "geometry": { "type": "Point", "coordinates": [ -111.979565000004669, 40.638440000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2141, "StopName": "6200 S @ 3690 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101247", "Latitude": 40.638652, "Longitude": -111.978988, "AVGBoard": 1, "AVGAlight": 4, "Route": "62, 240", "StopAbbr_J": "101247" }, "geometry": { "type": "Point", "coordinates": [ -111.978988000004563, 40.638652000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2142, "StopName": "6200 S @ 3185 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101248", "Latitude": 40.638496, "Longitude": -111.966377, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101248" }, "geometry": { "type": "Point", "coordinates": [ -111.966377000004499, 40.638496000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2143, "StopName": "6200 S @ 3184 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101249", "Latitude": 40.638653, "Longitude": -111.966332, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101249" }, "geometry": { "type": "Point", "coordinates": [ -111.966332000004371, 40.638653000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2144, "StopName": "6200 S @ 2685 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101250", "Latitude": 40.638499, "Longitude": -111.956933, "AVGBoard": 1, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101250" }, "geometry": { "type": "Point", "coordinates": [ -111.956933000004057, 40.638499000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2145, "StopName": "6200 S @ 2684 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101251", "Latitude": 40.638645, "Longitude": -111.956773, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101251" }, "geometry": { "type": "Point", "coordinates": [ -111.956773000004304, 40.638645000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2146, "StopName": "6235 S @ 1354 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101253", "Latitude": 40.637908, "Longitude": -111.931737, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101253" }, "geometry": { "type": "Point", "coordinates": [ -111.931737000004318, 40.63790800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2147, "StopName": "6235 S @ 1370 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101254", "Latitude": 40.638009, "Longitude": -111.930582, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101254" }, "geometry": { "type": "Point", "coordinates": [ -111.930582000004009, 40.638009000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2148, "StopName": "4800 W @ 4688 S", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101257", "Latitude": 40.668128, "Longitude": -112.005764, "AVGBoard": 1, "AVGAlight": 2, "Route": "248", "StopAbbr_J": "101257" }, "geometry": { "type": "Point", "coordinates": [ -112.005764000004731, 40.668128000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2149, "StopName": "1700 S @ 1788 E", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "101258", "Latitude": 40.733572, "Longitude": -111.839478, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "101258" }, "geometry": { "type": "Point", "coordinates": [ -111.839478000004291, 40.733572000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2150, "StopName": "1700 S @ 1799 E", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "101259", "Latitude": 40.733672, "Longitude": -111.839371, "AVGBoard": 0, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "101259" }, "geometry": { "type": "Point", "coordinates": [ -111.839371000004419, 40.73367200000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2151, "StopName": "5600 W @ 5389 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101266", "Latitude": 40.653587, "Longitude": -112.024515, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101266" }, "geometry": { "type": "Point", "coordinates": [ -112.024515000004158, 40.653587000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2152, "StopName": "9000 S @ 843 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101267", "Latitude": 40.588187, "Longitude": -111.868773, "AVGBoard": 0, "AVGAlight": 0, "Route": "F94, 994", "StopAbbr_J": "101267" }, "geometry": { "type": "Point", "coordinates": [ -111.868773000004381, 40.588187000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2153, "StopName": "7800 S @ 1855 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101268", "Latitude": 40.609413, "Longitude": -111.942148, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101268" }, "geometry": { "type": "Point", "coordinates": [ -111.942148000004778, 40.609413000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2154, "StopName": "Beck Street @ 1445 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101270", "Latitude": 40.799115, "Longitude": -111.909726, "AVGBoard": 1, "AVGAlight": 1, "Route": "471, 470, 463, 462, 461, 460, 455", "StopAbbr_J": "101270" }, "geometry": { "type": "Point", "coordinates": [ -111.909726000004781, 40.799115000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2155, "StopName": "Beck Street @ 1765 N (Salt Lake)", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101271", "Latitude": 40.805254, "Longitude": -111.917427, "AVGBoard": 8, "AVGAlight": 2, "Route": "471, 470, 463, 462, 461, 460, 455", "StopAbbr_J": "101271" }, "geometry": { "type": "Point", "coordinates": [ -111.917427000004778, 40.805254000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2156, "StopName": "Beck Street @ 1444 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101272", "Latitude": 40.799175, "Longitude": -111.909286, "AVGBoard": 1, "AVGAlight": 1, "Route": "471, 470, 463, 462, 461, 460, 455", "StopAbbr_J": "101272" }, "geometry": { "type": "Point", "coordinates": [ -111.909286000004315, 40.799175000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2157, "StopName": "Beck Street @ 1778 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101273", "Latitude": 40.805401, "Longitude": -111.916941, "AVGBoard": 1, "AVGAlight": 6, "Route": "471, 470, 463, 462, 461, 460, 455", "StopAbbr_J": "101273" }, "geometry": { "type": "Point", "coordinates": [ -111.91694100000413, 40.805401000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2158, "StopName": "State St @ 5131 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "101277", "Latitude": 40.660092, "Longitude": -111.888122, "AVGBoard": 13, "AVGAlight": 10, "Route": "201, 200", "StopAbbr_J": "101277" }, "geometry": { "type": "Point", "coordinates": [ -111.888122000004742, 40.660092000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2159, "StopName": "500 S \/ VA Hospital (WB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "101279", "Latitude": 40.758693, "Longitude": -111.842817, "AVGBoard": 14, "AVGAlight": 4, "Route": "4, 354, 313, 3", "StopAbbr_J": "101279" }, "geometry": { "type": "Point", "coordinates": [ -111.842817000004658, 40.758693000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2160, "StopName": "Bengal Blvd @ 2925 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101280", "Latitude": 40.609497, "Longitude": -111.809904, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "101280" }, "geometry": { "type": "Point", "coordinates": [ -111.809904000004465, 40.609497000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2161, "StopName": "900 E @ 118 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101285", "Latitude": 40.766741, "Longitude": -111.865464, "AVGBoard": 6, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "101285" }, "geometry": { "type": "Point", "coordinates": [ -111.865464000004692, 40.766741000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2162, "StopName": "900 E @ 63 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101286", "Latitude": 40.76773, "Longitude": -111.865239, "AVGBoard": 5, "AVGAlight": 15, "Route": "209", "StopAbbr_J": "101286" }, "geometry": { "type": "Point", "coordinates": [ -111.865239000004067, 40.767730000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2163, "StopName": "Sandy Parkway @ 8625 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101290", "Latitude": 40.594618, "Longitude": -111.904997, "AVGBoard": 1, "AVGAlight": 1, "Route": "525", "StopAbbr_J": "101290" }, "geometry": { "type": "Point", "coordinates": [ -111.904997000004428, 40.594618000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2164, "StopName": "3200 W @ 8400 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101291", "Latitude": 40.599453, "Longitude": -111.967462, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "101291" }, "geometry": { "type": "Point", "coordinates": [ -111.967462000004417, 40.599453000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2165, "StopName": "3200 W @ 8550 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101292", "Latitude": 40.596768, "Longitude": -111.967431, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "101292" }, "geometry": { "type": "Point", "coordinates": [ -111.967431000004538, 40.596768000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2166, "StopName": "California Ave @ 2125 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101293", "Latitude": 40.740379, "Longitude": -111.952041, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101293" }, "geometry": { "type": "Point", "coordinates": [ -111.952041000004613, 40.740379000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2167, "StopName": "Greenwood Terrace @ 849 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101294", "Latitude": 40.750448, "Longitude": -111.845263, "AVGBoard": 0, "AVGAlight": 0, "Route": "9, 17", "StopAbbr_J": "101294" }, "geometry": { "type": "Point", "coordinates": [ -111.845263000003925, 40.750448000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2168, "StopName": "900 E @ 696 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101295", "Latitude": 40.754336, "Longitude": -111.865432, "AVGBoard": 5, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "101295" }, "geometry": { "type": "Point", "coordinates": [ -111.865432000004731, 40.754336000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2169, "StopName": "Redwood Rd @ 9843 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101296", "Latitude": 40.572201, "Longitude": -111.938522, "AVGBoard": 6, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "101296" }, "geometry": { "type": "Point", "coordinates": [ -111.938522000004028, 40.572201000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2170, "StopName": "6200 S @ 5680 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101297", "Latitude": 40.638641, "Longitude": -112.026422, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101297" }, "geometry": { "type": "Point", "coordinates": [ -112.026422000004658, 40.638641000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2171, "StopName": "2000 E @ 2831 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "101298", "Latitude": 40.709514, "Longitude": -111.834025, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "101298" }, "geometry": { "type": "Point", "coordinates": [ -111.834025000004246, 40.709514000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2172, "StopName": "1700 E @ 1797 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "101299", "Latitude": 40.731274, "Longitude": -111.842216, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "101299" }, "geometry": { "type": "Point", "coordinates": [ -111.842216000004356, 40.731274000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2173, "StopName": "900 S @ 1268 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101302", "Latitude": 40.749691, "Longitude": -111.854461, "AVGBoard": 0, "AVGAlight": 0, "Route": "9", "StopAbbr_J": "101302" }, "geometry": { "type": "Point", "coordinates": [ -111.854461000004676, 40.749691000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2174, "StopName": "900 S @ 1281 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101303", "Latitude": 40.749881, "Longitude": -111.854371, "AVGBoard": 13, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "101303" }, "geometry": { "type": "Point", "coordinates": [ -111.854371000004434, 40.749881000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2175, "StopName": "3500 S @ 6888 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "101311", "Latitude": 40.696596, "Longitude": -112.057546, "AVGBoard": 0, "AVGAlight": 2, "Route": "35", "StopAbbr_J": "101311" }, "geometry": { "type": "Point", "coordinates": [ -112.057546000004223, 40.696596000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2176, "StopName": "Centennial Pkwy @ 10048 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101312", "Latitude": 40.56898, "Longitude": -111.895845, "AVGBoard": 0, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "101312" }, "geometry": { "type": "Point", "coordinates": [ -111.895845000004797, 40.568980000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2177, "StopName": "South Jordan Pkwy @ 428 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101313", "Latitude": 40.559002, "Longitude": -111.904107, "AVGBoard": 1, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "101313" }, "geometry": { "type": "Point", "coordinates": [ -111.904107000004487, 40.55900200000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2178, "StopName": "Bennion Blvd @ 1652 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101314", "Latitude": 40.638534, "Longitude": -111.937522, "AVGBoard": 2, "AVGAlight": 6, "Route": "62", "StopAbbr_J": "101314" }, "geometry": { "type": "Point", "coordinates": [ -111.937522000003966, 40.638534000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2179, "StopName": "4800 W @ 6740 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101322", "Latitude": 40.628684, "Longitude": -112.007338, "AVGBoard": 0, "AVGAlight": 0, "Route": "62, 248", "StopAbbr_J": "101322" }, "geometry": { "type": "Point", "coordinates": [ -112.007338000004651, 40.628684000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2180, "StopName": "4800 W @ 6725 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101323", "Latitude": 40.628804, "Longitude": -112.007117, "AVGBoard": 0, "AVGAlight": 0, "Route": "62, 248", "StopAbbr_J": "101323" }, "geometry": { "type": "Point", "coordinates": [ -112.007117000004342, 40.628804000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2181, "StopName": "Redwood Rd @ 2910 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101333", "Latitude": 40.708108, "Longitude": -111.939047, "AVGBoard": 4, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "101333" }, "geometry": { "type": "Point", "coordinates": [ -111.939047000004336, 40.708108000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2182, "StopName": "Redwood Rd @ 2911 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101334", "Latitude": 40.707773, "Longitude": -111.938801, "AVGBoard": 2, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "101334" }, "geometry": { "type": "Point", "coordinates": [ -111.938801000004645, 40.707773000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2183, "StopName": "Redwood Rd @ 2499 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101335", "Latitude": 40.716735, "Longitude": -111.938826, "AVGBoard": 13, "AVGAlight": 33, "Route": "217", "StopAbbr_J": "101335" }, "geometry": { "type": "Point", "coordinates": [ -111.938826000003999, 40.716735000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2184, "StopName": "Redwood Rd @ 2327 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101336", "Latitude": 40.720431, "Longitude": -111.938906, "AVGBoard": 11, "AVGAlight": 20, "Route": "217", "StopAbbr_J": "101336" }, "geometry": { "type": "Point", "coordinates": [ -111.938906000004351, 40.720431000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2185, "StopName": "1300 E @ 2680 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "101340", "Latitude": 40.713647, "Longitude": -111.853636, "AVGBoard": 1, "AVGAlight": 3, "Route": "220", "StopAbbr_J": "101340" }, "geometry": { "type": "Point", "coordinates": [ -111.853636000004741, 40.71364700000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2186, "StopName": "6200 S @ 3363 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101342", "Latitude": 40.638489, "Longitude": -111.971267, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101342" }, "geometry": { "type": "Point", "coordinates": [ -111.971267000004687, 40.638489000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2187, "StopName": "6200 S @ 3366 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101343", "Latitude": 40.638672, "Longitude": -111.971308, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101343" }, "geometry": { "type": "Point", "coordinates": [ -111.971308000004498, 40.63867200000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2188, "StopName": "900 E @ 7048 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "101346", "Latitude": 40.623224, "Longitude": -111.866125, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "101346" }, "geometry": { "type": "Point", "coordinates": [ -111.866125000004573, 40.623224000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2189, "StopName": "900 E @ 30 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101347", "Latitude": 40.768483, "Longitude": -111.865482, "AVGBoard": 10, "AVGAlight": 9, "Route": "209", "StopAbbr_J": "101347" }, "geometry": { "type": "Point", "coordinates": [ -111.865482000004391, 40.768483000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2190, "StopName": "1900 E @ 1619 S", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "101351", "Latitude": 40.734129, "Longitude": -111.836409, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "101351" }, "geometry": { "type": "Point", "coordinates": [ -111.836409000004679, 40.734129000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2191, "StopName": "Wasatch Blvd @ 3491 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "101355", "Latitude": 40.695552, "Longitude": -111.795389, "AVGBoard": 0, "AVGAlight": 1, "Route": "4, 33", "StopAbbr_J": "101355" }, "geometry": { "type": "Point", "coordinates": [ -111.79538900000415, 40.695552000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2192, "StopName": "Redwood Rd @ 3140 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101356", "Latitude": 40.702955, "Longitude": -111.939118, "AVGBoard": 13, "AVGAlight": 12, "Route": "217", "StopAbbr_J": "101356" }, "geometry": { "type": "Point", "coordinates": [ -111.93911800000393, 40.70295500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2193, "StopName": "Redwood Rd @ 2650 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101358", "Latitude": 40.713388, "Longitude": -111.939115, "AVGBoard": 7, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "101358" }, "geometry": { "type": "Point", "coordinates": [ -111.939115000004563, 40.713388000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2194, "StopName": "900 E @ 4409 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101359", "Latitude": 40.675597, "Longitude": -111.865457, "AVGBoard": 40, "AVGAlight": 24, "Route": "209", "StopAbbr_J": "101359" }, "geometry": { "type": "Point", "coordinates": [ -111.865457000004142, 40.675597000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2195, "StopName": "900 E @ 213 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101360", "Latitude": 40.764614, "Longitude": -111.865217, "AVGBoard": 8, "AVGAlight": 21, "Route": "209", "StopAbbr_J": "101360" }, "geometry": { "type": "Point", "coordinates": [ -111.865217000004023, 40.764614000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2196, "StopName": "9800 S @ 1991 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "101361", "Latitude": 40.573229, "Longitude": -111.834346, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101361" }, "geometry": { "type": "Point", "coordinates": [ -111.834346000004743, 40.573229000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2197, "StopName": "9800 S @ 2401 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "101362", "Latitude": 40.573235, "Longitude": -111.823917, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101362" }, "geometry": { "type": "Point", "coordinates": [ -111.823917000004585, 40.573235000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2198, "StopName": "1300 W @ 10770 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101364", "Latitude": 40.555734, "Longitude": -111.929257, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "101364" }, "geometry": { "type": "Point", "coordinates": [ -111.929257000004014, 40.555734000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2199, "StopName": "Redwood Rd @ 2470 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101367", "Latitude": 40.717607, "Longitude": -111.939133, "AVGBoard": 31, "AVGAlight": 13, "Route": "217", "StopAbbr_J": "101367" }, "geometry": { "type": "Point", "coordinates": [ -111.939133000004247, 40.717607000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2200, "StopName": "Mt Jordan Rd @ 9658 S", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "101368", "Latitude": 40.575871, "Longitude": -111.818072, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101368" }, "geometry": { "type": "Point", "coordinates": [ -111.818072000004463, 40.575871000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2201, "StopName": "9800 S @ 2567 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "101369", "Latitude": 40.573207, "Longitude": -111.818319, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101369" }, "geometry": { "type": "Point", "coordinates": [ -111.818319000004237, 40.573207000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2202, "StopName": "1300 W @ 6286 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101370", "Latitude": 40.637088, "Longitude": -111.929331, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101370" }, "geometry": { "type": "Point", "coordinates": [ -111.929331000004737, 40.637088000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2203, "StopName": "1300 W @ 6500 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101371", "Latitude": 40.633356, "Longitude": -111.929319, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101371" }, "geometry": { "type": "Point", "coordinates": [ -111.929319000004654, 40.633356000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2204, "StopName": "Winchester Dr @ 1198 W", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101372", "Latitude": 40.630332, "Longitude": -111.923961, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101372" }, "geometry": { "type": "Point", "coordinates": [ -111.923961000004383, 40.630332000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2205, "StopName": "Winchester St @ 990 W", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101373", "Latitude": 40.630982, "Longitude": -111.917296, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101373" }, "geometry": { "type": "Point", "coordinates": [ -111.917296000004725, 40.630982000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2206, "StopName": "Winchester Dr @ 715 W", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101374", "Latitude": 40.631727, "Longitude": -111.910832, "AVGBoard": 3, "AVGAlight": 3, "Route": "62", "StopAbbr_J": "101374" }, "geometry": { "type": "Point", "coordinates": [ -111.910832000004618, 40.631727000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2207, "StopName": "Winchester Dr @ 716 W", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101375", "Latitude": 40.631613, "Longitude": -111.910879, "AVGBoard": 1, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101375" }, "geometry": { "type": "Point", "coordinates": [ -111.910879000004002, 40.631613000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2208, "StopName": "Winchester St @ 991 W", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101376", "Latitude": 40.631073, "Longitude": -111.917453, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101376" }, "geometry": { "type": "Point", "coordinates": [ -111.91745300000423, 40.631073000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2209, "StopName": "Winchester Dr @ 1225 W", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101377", "Latitude": 40.630346, "Longitude": -111.924764, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101377" }, "geometry": { "type": "Point", "coordinates": [ -111.924764000004345, 40.630346000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2210, "StopName": "1300 W @ 6471 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101378", "Latitude": 40.633719, "Longitude": -111.929161, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101378" }, "geometry": { "type": "Point", "coordinates": [ -111.929161000004171, 40.633719000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2211, "StopName": "Mario Capecchi \/ South Campus (SB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "101379", "Latitude": 40.761469, "Longitude": -111.835463, "AVGBoard": 9, "AVGAlight": 2, "Route": null, "StopAbbr_J": "101379" }, "geometry": { "type": "Point", "coordinates": [ -111.835463000004609, 40.761469000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2212, "StopName": "2100 S @ 1383 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101382", "Latitude": 40.725992, "Longitude": -111.851349, "AVGBoard": 1, "AVGAlight": 1, "Route": "21", "StopAbbr_J": "101382" }, "geometry": { "type": "Point", "coordinates": [ -111.851349000004234, 40.725992000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2213, "StopName": "2100 S @ 1266 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "101383", "Latitude": 40.725311, "Longitude": -111.854826, "AVGBoard": 6, "AVGAlight": 19, "Route": "21", "StopAbbr_J": "101383" }, "geometry": { "type": "Point", "coordinates": [ -111.854826000004323, 40.725311000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2214, "StopName": "1300 E @ 1134 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101384", "Latitude": 40.744265, "Longitude": -111.853947, "AVGBoard": 0, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "101384" }, "geometry": { "type": "Point", "coordinates": [ -111.853947000004396, 40.744265000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2215, "StopName": "4100 S @ 5417 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101385", "Latitude": 40.681998, "Longitude": -112.020412, "AVGBoard": 0, "AVGAlight": 0, "Route": "41", "StopAbbr_J": "101385" }, "geometry": { "type": "Point", "coordinates": [ -112.020412000004384, 40.681998000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2216, "StopName": "Redwood Rd @ 3538 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101386", "Latitude": 40.695812, "Longitude": -111.939077, "AVGBoard": 89, "AVGAlight": 75, "Route": "217", "StopAbbr_J": "101386" }, "geometry": { "type": "Point", "coordinates": [ -111.939077000004104, 40.695812000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2217, "StopName": "4715 S @ 4036 W", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101388", "Latitude": 40.667597, "Longitude": -111.987592, "AVGBoard": 12, "AVGAlight": 14, "Route": "47, 240", "StopAbbr_J": "101388" }, "geometry": { "type": "Point", "coordinates": [ -111.987592000004696, 40.667597000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2218, "StopName": "West Temple @ 3112 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101389", "Latitude": 40.702887, "Longitude": -111.894081, "AVGBoard": 2, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "101389" }, "geometry": { "type": "Point", "coordinates": [ -111.894081000004434, 40.702887000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2219, "StopName": "Bennion Blvd @ 3008 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101391", "Latitude": 40.638651, "Longitude": -111.964321, "AVGBoard": 1, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "101391" }, "geometry": { "type": "Point", "coordinates": [ -111.964321000004247, 40.638651000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2220, "StopName": "Bennion Blvd @ 2899 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101392", "Latitude": 40.638497, "Longitude": -111.963781, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101392" }, "geometry": { "type": "Point", "coordinates": [ -111.963781000004502, 40.638497000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2221, "StopName": "3300 S @ 1226 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101398", "Latitude": 40.699538, "Longitude": -111.926431, "AVGBoard": 15, "AVGAlight": 18, "Route": "35M, 33", "StopAbbr_J": "101398" }, "geometry": { "type": "Point", "coordinates": [ -111.926431000004769, 40.69953800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2222, "StopName": "3500 S @ 7250 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101399", "Latitude": 40.696578, "Longitude": -112.064573, "AVGBoard": 19, "AVGAlight": 36, "Route": "35M, 35", "StopAbbr_J": "101399" }, "geometry": { "type": "Point", "coordinates": [ -112.064573000004174, 40.696578000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2223, "StopName": "3500 S @ 8010 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101400", "Latitude": 40.696611, "Longitude": -112.082856, "AVGBoard": 14, "AVGAlight": 41, "Route": "35M, 35", "StopAbbr_J": "101400" }, "geometry": { "type": "Point", "coordinates": [ -112.082856000004426, 40.69661100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2224, "StopName": "3500 S @ 6361 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "101401", "Latitude": 40.696452, "Longitude": -112.043027, "AVGBoard": 23, "AVGAlight": 7, "Route": "35M, 35", "StopAbbr_J": "101401" }, "geometry": { "type": "Point", "coordinates": [ -112.043027000004471, 40.696452000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2225, "StopName": "3300 S @ 1219 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101403", "Latitude": 40.699323, "Longitude": -111.926041, "AVGBoard": 27, "AVGAlight": 15, "Route": "35M, 33", "StopAbbr_J": "101403" }, "geometry": { "type": "Point", "coordinates": [ -111.926041000003949, 40.699323000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2226, "StopName": "Highland Dr @ 3795 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "101408", "Latitude": 40.688755, "Longitude": -111.845625, "AVGBoard": 2, "AVGAlight": 3, "Route": "220", "StopAbbr_J": "101408" }, "geometry": { "type": "Point", "coordinates": [ -111.845625000004247, 40.688755000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2227, "StopName": "200 S \/ Rio Grande St (WB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101409", "Latitude": 40.76513, "Longitude": -111.904673, "AVGBoard": 31, "AVGAlight": 111, "Route": "6, 520, 519, 509, 220, 205, 2, 11", "StopAbbr_J": "101409" }, "geometry": { "type": "Point", "coordinates": [ -111.904673000004578, 40.76513000000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2228, "StopName": "3500 S @ 8370 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101412", "Latitude": 40.696619, "Longitude": -112.090815, "AVGBoard": 44, "AVGAlight": 40, "Route": "35M, 35", "StopAbbr_J": "101412" }, "geometry": { "type": "Point", "coordinates": [ -112.090815000004199, 40.696619000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2229, "StopName": "3500 S @ 8385 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101413", "Latitude": 40.696376, "Longitude": -112.091248, "AVGBoard": 0, "AVGAlight": 0, "Route": "35M", "StopAbbr_J": "101413" }, "geometry": { "type": "Point", "coordinates": [ -112.091248000004086, 40.696376000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2230, "StopName": "3500 S @ 4785 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101414", "Latitude": 40.696494, "Longitude": -112.004686, "AVGBoard": 32, "AVGAlight": 11, "Route": "35M, 35", "StopAbbr_J": "101414" }, "geometry": { "type": "Point", "coordinates": [ -112.004686000004511, 40.69649400000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2231, "StopName": "6200 S @ 2210 E", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101418", "Latitude": 40.638451, "Longitude": -111.827967, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "101418" }, "geometry": { "type": "Point", "coordinates": [ -111.827967000004477, 40.638451000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2232, "StopName": "6200 S @ 2157 E", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101419", "Latitude": 40.638561, "Longitude": -111.829231, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "101419" }, "geometry": { "type": "Point", "coordinates": [ -111.829231000003915, 40.638561000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2233, "StopName": "Kestrel Rise Rd @ 11685 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101420", "Latitude": 40.538241, "Longitude": -111.998398, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101420" }, "geometry": { "type": "Point", "coordinates": [ -111.99839800000457, 40.538241000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2234, "StopName": "Kestrel Rise Rd @ 11684 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101421", "Latitude": 40.538265, "Longitude": -111.998514, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101421" }, "geometry": { "type": "Point", "coordinates": [ -111.998514000004306, 40.538265000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2235, "StopName": "Kestrel Rise Rd @ 11558 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101422", "Latitude": 40.541546, "Longitude": -111.998513, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101422" }, "geometry": { "type": "Point", "coordinates": [ -111.998513000004209, 40.541546000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2236, "StopName": "Kestrel Rise Rd @ 11551 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101423", "Latitude": 40.541621, "Longitude": -111.998395, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101423" }, "geometry": { "type": "Point", "coordinates": [ -111.998395000004336, 40.541621000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2237, "StopName": "Kestrel Rise Rd @ 11368 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101424", "Latitude": 40.544621, "Longitude": -112.000294, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101424" }, "geometry": { "type": "Point", "coordinates": [ -112.000294000004189, 40.544621000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2238, "StopName": "Kestrel Rise Rd @ 11351 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101425", "Latitude": 40.544731, "Longitude": -112.000253, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101425" }, "geometry": { "type": "Point", "coordinates": [ -112.000253000004392, 40.544731000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2239, "StopName": "State St @ 3925 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "101426", "Latitude": 40.686438, "Longitude": -111.888055, "AVGBoard": 33, "AVGAlight": 13, "Route": "200", "StopAbbr_J": "101426" }, "geometry": { "type": "Point", "coordinates": [ -111.888055000004613, 40.686438000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2240, "StopName": "Meadowbrook Expwy. @ 950 W", "City": "South Salt Lake", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101427", "Latitude": 40.686778, "Longitude": -111.919579, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "101427" }, "geometry": { "type": "Point", "coordinates": [ -111.919579000003992, 40.686778000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2241, "StopName": "900 W @ 805 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101429", "Latitude": 40.751697, "Longitude": -111.916706, "AVGBoard": 7, "AVGAlight": 8, "Route": "513, 509", "StopAbbr_J": "101429" }, "geometry": { "type": "Point", "coordinates": [ -111.916706000004439, 40.751697000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2242, "StopName": "3500 S @ 8013 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101431", "Latitude": 40.696406, "Longitude": -112.082761, "AVGBoard": 32, "AVGAlight": 8, "Route": "35M, 35", "StopAbbr_J": "101431" }, "geometry": { "type": "Point", "coordinates": [ -112.082761000004652, 40.696406000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2243, "StopName": "3500 S @ 8927 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101437", "Latitude": 40.696489, "Longitude": -112.104484, "AVGBoard": 0, "AVGAlight": 0, "Route": "35M", "StopAbbr_J": "101437" }, "geometry": { "type": "Point", "coordinates": [ -112.104484000004618, 40.696489000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2244, "StopName": "Highland Dr @ 6800 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101440", "Latitude": 40.627663, "Longitude": -111.834101, "AVGBoard": 0, "AVGAlight": 2, "Route": "320, 220", "StopAbbr_J": "101440" }, "geometry": { "type": "Point", "coordinates": [ -111.834101000004239, 40.627663000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2245, "StopName": "Highland Dr @ 6827 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101441", "Latitude": 40.627202, "Longitude": -111.833831, "AVGBoard": 4, "AVGAlight": 0, "Route": "320, 220", "StopAbbr_J": "101441" }, "geometry": { "type": "Point", "coordinates": [ -111.83383100000438, 40.627202000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2246, "StopName": "State St @ 9345 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101444", "Latitude": 40.580578, "Longitude": -111.890773, "AVGBoard": 1, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "101444" }, "geometry": { "type": "Point", "coordinates": [ -111.890773000004828, 40.580578000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2247, "StopName": "State St @ 9646 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101445", "Latitude": 40.576161, "Longitude": -111.891004, "AVGBoard": 1, "AVGAlight": 3, "Route": "201", "StopAbbr_J": "101445" }, "geometry": { "type": "Point", "coordinates": [ -111.891004000004159, 40.57616100000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2248, "StopName": "State St @ 9438 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101446", "Latitude": 40.579847, "Longitude": -111.891055, "AVGBoard": 1, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "101446" }, "geometry": { "type": "Point", "coordinates": [ -111.891055000004783, 40.579847000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2249, "StopName": "State St @ 9044 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101447", "Latitude": 40.587139, "Longitude": -111.891021, "AVGBoard": 2, "AVGAlight": 3, "Route": "201", "StopAbbr_J": "101447" }, "geometry": { "type": "Point", "coordinates": [ -111.89102100000467, 40.587139000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2250, "StopName": "State St @ 9481 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101448", "Latitude": 40.579094, "Longitude": -111.890715, "AVGBoard": 0, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "101448" }, "geometry": { "type": "Point", "coordinates": [ -111.890715000004519, 40.579094000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2251, "StopName": "3500 S @ 2223 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101450", "Latitude": 40.696551, "Longitude": -111.947677, "AVGBoard": 0, "AVGAlight": 0, "Route": "35M", "StopAbbr_J": "101450" }, "geometry": { "type": "Point", "coordinates": [ -111.947677000004816, 40.696551000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2252, "StopName": "300 W @ 1774 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101456", "Latitude": 40.731711, "Longitude": -111.899564, "AVGBoard": 1, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "101456" }, "geometry": { "type": "Point", "coordinates": [ -111.899564000004247, 40.731711000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2253, "StopName": "300 W @ 1800 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101459", "Latitude": 40.731132, "Longitude": -111.899801, "AVGBoard": 1, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "101459" }, "geometry": { "type": "Point", "coordinates": [ -111.899801000004089, 40.73113200000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2254, "StopName": "300 W @ 1559 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101467", "Latitude": 40.735568, "Longitude": -111.899567, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101467" }, "geometry": { "type": "Point", "coordinates": [ -111.899567000004495, 40.735568000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2255, "StopName": "300 W @ 1560 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101468", "Latitude": 40.735601, "Longitude": -111.899843, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101468" }, "geometry": { "type": "Point", "coordinates": [ -111.899843000003969, 40.73560100000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2256, "StopName": "North Temple \/ State St (WB)", "City": "Salt Lake City", "ZipCode": "84150", "County": "Salt Lake", "UTA_StopID": "101469", "Latitude": 40.771666, "Longitude": -111.889348, "AVGBoard": 37, "AVGAlight": 41, "Route": "473, 472, 471, 470, 463, 462, 461, 460, 455, 454, 451, 320, 307, 3, 209, 200", "StopAbbr_J": "101469" }, "geometry": { "type": "Point", "coordinates": [ -111.889348000004645, 40.771666000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2257, "StopName": "Highland Dr @ 6271 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101471", "Latitude": 40.637526, "Longitude": -111.834122, "AVGBoard": 3, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "101471" }, "geometry": { "type": "Point", "coordinates": [ -111.834122000004172, 40.63752600000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2258, "StopName": "3100 S @ 9196 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101472", "Latitude": 40.703808, "Longitude": -112.110138, "AVGBoard": 0, "AVGAlight": 0, "Route": "35M", "StopAbbr_J": "101472" }, "geometry": { "type": "Point", "coordinates": [ -112.110138000004227, 40.703808000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2259, "StopName": "Lake Park Blvd @ 4255 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101473", "Latitude": 40.710784, "Longitude": -111.993858, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101473" }, "geometry": { "type": "Point", "coordinates": [ -111.993858000004593, 40.710784000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2260, "StopName": "Lake Park Blvd @ 4256 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101474", "Latitude": 40.710966, "Longitude": -111.993806, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101474" }, "geometry": { "type": "Point", "coordinates": [ -111.993806000004781, 40.710966000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2261, "StopName": "Vestry Rd @ 1038 E", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101475", "Latitude": 40.494179, "Longitude": -111.861762, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101475" }, "geometry": { "type": "Point", "coordinates": [ -111.861762000003964, 40.494179000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2262, "StopName": "Vestry Rd @ 1035 E", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101476", "Latitude": 40.494185, "Longitude": -111.862056, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101476" }, "geometry": { "type": "Point", "coordinates": [ -111.862056000004017, 40.494185000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2263, "StopName": "Pieper Blvd @ 5111 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "101477", "Latitude": 40.658549, "Longitude": -112.008431, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101477" }, "geometry": { "type": "Point", "coordinates": [ -112.008431000004336, 40.658549000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2264, "StopName": "State St @ 5223 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "101478", "Latitude": 40.657386, "Longitude": -111.888124, "AVGBoard": 22, "AVGAlight": 14, "Route": "201, 200", "StopAbbr_J": "101478" }, "geometry": { "type": "Point", "coordinates": [ -111.888124000004026, 40.657386000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2265, "StopName": "500 E @ 868 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101479", "Latitude": 40.750295, "Longitude": -111.876887, "AVGBoard": 6, "AVGAlight": 11, "Route": "205", "StopAbbr_J": "101479" }, "geometry": { "type": "Point", "coordinates": [ -111.876887000004416, 40.750295000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2266, "StopName": "Bengal Blvd @ 3274 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101480", "Latitude": 40.609372, "Longitude": -111.801647, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "101480" }, "geometry": { "type": "Point", "coordinates": [ -111.80164700000428, 40.609372000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2267, "StopName": "Bengal Blvd @ 3281 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101481", "Latitude": 40.609501, "Longitude": -111.801826, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "101481" }, "geometry": { "type": "Point", "coordinates": [ -111.801826000004723, 40.609501000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2268, "StopName": "Highland Dr @ 6065 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101491", "Latitude": 40.640665, "Longitude": -111.834931, "AVGBoard": 4, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "101491" }, "geometry": { "type": "Point", "coordinates": [ -111.83493100000463, 40.640665000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2269, "StopName": "Highland Dr @ 8291 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "101492", "Latitude": 40.600651, "Longitude": -111.832096, "AVGBoard": 0, "AVGAlight": 0, "Route": "354, 320, 220", "StopAbbr_J": "101492" }, "geometry": { "type": "Point", "coordinates": [ -111.832096000004597, 40.600651000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2270, "StopName": "Highland Dr @ 8350 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "101493", "Latitude": 40.599556, "Longitude": -111.832245, "AVGBoard": 0, "AVGAlight": 0, "Route": "354, 320, 220", "StopAbbr_J": "101493" }, "geometry": { "type": "Point", "coordinates": [ -111.832245000004349, 40.599556000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2271, "StopName": "Highland Dr @ 7215 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101494", "Latitude": 40.620035, "Longitude": -111.834216, "AVGBoard": 1, "AVGAlight": 0, "Route": "354, 320, 220", "StopAbbr_J": "101494" }, "geometry": { "type": "Point", "coordinates": [ -111.834216000004773, 40.620035000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2272, "StopName": "3300 S @ 120 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101498", "Latitude": 40.699771, "Longitude": -111.887299, "AVGBoard": 32, "AVGAlight": 37, "Route": "33", "StopAbbr_J": "101498" }, "geometry": { "type": "Point", "coordinates": [ -111.887299000004063, 40.699771000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2273, "StopName": "3100 S @ 3248 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101501", "Latitude": 40.703992, "Longitude": -111.968608, "AVGBoard": 0, "AVGAlight": 3, "Route": "248", "StopAbbr_J": "101501" }, "geometry": { "type": "Point", "coordinates": [ -111.968608000003982, 40.703992000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2274, "StopName": "5600 W @ 3061 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101502", "Latitude": 40.704722, "Longitude": -112.024734, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101502" }, "geometry": { "type": "Point", "coordinates": [ -112.024734000004301, 40.704722000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2275, "StopName": "Highbury Parkway @ 5500 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101503", "Latitude": 40.707972, "Longitude": -112.022725, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101503" }, "geometry": { "type": "Point", "coordinates": [ -112.022725000004328, 40.70797200000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2276, "StopName": "Daybury Drive @ 2675 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101504", "Latitude": 40.710072, "Longitude": -112.020982, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101504" }, "geometry": { "type": "Point", "coordinates": [ -112.020982000004821, 40.710072000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2277, "StopName": "5600 W @ 3122 S", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "101505", "Latitude": 40.703447, "Longitude": -112.025038, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101505" }, "geometry": { "type": "Point", "coordinates": [ -112.025038000004301, 40.703447000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2278, "StopName": "Main St @ 4434 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "101506", "Latitude": 40.675496, "Longitude": -111.891398, "AVGBoard": 4, "AVGAlight": 6, "Route": "205", "StopAbbr_J": "101506" }, "geometry": { "type": "Point", "coordinates": [ -111.891398000004401, 40.675496000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2279, "StopName": "9000 S @ 138 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "101507", "Latitude": 40.588204, "Longitude": -111.895197, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101507" }, "geometry": { "type": "Point", "coordinates": [ -111.895197000004202, 40.588204000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2280, "StopName": "3100 S @ 3157 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101508", "Latitude": 40.703825, "Longitude": -111.966813, "AVGBoard": 4, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101508" }, "geometry": { "type": "Point", "coordinates": [ -111.966813000004635, 40.703825000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2281, "StopName": "7800 S @ 1780 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101509", "Latitude": 40.609636, "Longitude": -111.940835, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101509" }, "geometry": { "type": "Point", "coordinates": [ -111.940835000004, 40.609636000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2282, "StopName": "6200 S @ 4662 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101511", "Latitude": 40.638651, "Longitude": -112.001365, "AVGBoard": 0, "AVGAlight": 2, "Route": "62", "StopAbbr_J": "101511" }, "geometry": { "type": "Point", "coordinates": [ -112.001365000004725, 40.638651000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2283, "StopName": "Constitution Blvd @ 3755 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101516", "Latitude": 40.690437, "Longitude": -111.957859, "AVGBoard": 2, "AVGAlight": 16, "Route": "39, 227", "StopAbbr_J": "101516" }, "geometry": { "type": "Point", "coordinates": [ -111.957859000004305, 40.690437000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2284, "StopName": "Balsa Ave @ 5388 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101517", "Latitude": 40.636451, "Longitude": -112.019337, "AVGBoard": 0, "AVGAlight": 1, "Route": "F556, 62", "StopAbbr_J": "101517" }, "geometry": { "type": "Point", "coordinates": [ -112.019337000004398, 40.636451000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2285, "StopName": "Balsa Ave @ 5387 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101518", "Latitude": 40.636351, "Longitude": -112.019415, "AVGBoard": 1, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101518" }, "geometry": { "type": "Point", "coordinates": [ -112.019415000004557, 40.636351000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2286, "StopName": "SLCC:West Jordan Campus", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101519", "Latitude": 40.584286, "Longitude": -111.973365, "AVGBoard": 0, "AVGAlight": 0, "Route": "F590, 240", "StopAbbr_J": "101519" }, "geometry": { "type": "Point", "coordinates": [ -111.973365000003938, 40.584286000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2287, "StopName": "U President`s Circle (SB Stop A)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101522", "Latitude": 40.765678, "Longitude": -111.852435, "AVGBoard": 10, "AVGAlight": 6, "Route": "3, 2", "StopAbbr_J": "101522" }, "geometry": { "type": "Point", "coordinates": [ -111.85243500000422, 40.76567800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2288, "StopName": "U President`s Circle (NB Stop B)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101523", "Latitude": 40.765816, "Longitude": -111.85226, "AVGBoard": 5, "AVGAlight": 12, "Route": "3, 2", "StopAbbr_J": "101523" }, "geometry": { "type": "Point", "coordinates": [ -111.852260000004108, 40.765816000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2289, "StopName": "Pioneer Rd \/ Fort St (EB)", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101527", "Latitude": 40.525068, "Longitude": -111.862811, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101527" }, "geometry": { "type": "Point", "coordinates": [ -111.86281100000447, 40.525068000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2290, "StopName": "Draper Town Center Station (Bay B)", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101528", "Latitude": 40.525271, "Longitude": -111.858303, "AVGBoard": 1, "AVGAlight": 10, "Route": "F546, 871", "StopAbbr_J": "101528" }, "geometry": { "type": "Point", "coordinates": [ -111.85830300000444, 40.525271000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2291, "StopName": "1000 E @ 12121 S", "City": "Sandy", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101529", "Latitude": 40.531067, "Longitude": -111.862668, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101529" }, "geometry": { "type": "Point", "coordinates": [ -111.862668000004334, 40.531067000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2292, "StopName": "1000 E @ 11825 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101530", "Latitude": 40.536436, "Longitude": -111.862666, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101530" }, "geometry": { "type": "Point", "coordinates": [ -111.862666000004154, 40.536436000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2293, "StopName": "11400 S @ 955 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101531", "Latitude": 40.544371, "Longitude": -111.863352, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101531" }, "geometry": { "type": "Point", "coordinates": [ -111.863352000004298, 40.544371000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2294, "StopName": "11400 S @ 825 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101532", "Latitude": 40.544376, "Longitude": -111.868391, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101532" }, "geometry": { "type": "Point", "coordinates": [ -111.868391000004237, 40.544376000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2295, "StopName": "11400 S @ 730 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101542", "Latitude": 40.544175, "Longitude": -111.870801, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101542" }, "geometry": { "type": "Point", "coordinates": [ -111.870801000004121, 40.54417500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2296, "StopName": "11400 S @ 840 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101543", "Latitude": 40.544173, "Longitude": -111.867632, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101543" }, "geometry": { "type": "Point", "coordinates": [ -111.867632000004335, 40.544173000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2297, "StopName": "1000 E @ 11420 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101544", "Latitude": 40.543847, "Longitude": -111.862842, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101544" }, "geometry": { "type": "Point", "coordinates": [ -111.862842000004349, 40.543847000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2298, "StopName": "1000 E @ 11840 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101545", "Latitude": 40.536241, "Longitude": -111.862809, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101545" }, "geometry": { "type": "Point", "coordinates": [ -111.862809000004319, 40.536241000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2299, "StopName": "1000 E @ 12040 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101546", "Latitude": 40.531011, "Longitude": -111.862826, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101546" }, "geometry": { "type": "Point", "coordinates": [ -111.86282600000483, 40.531011000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2300, "StopName": "1300 E @ 12760 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101547", "Latitude": 40.519281, "Longitude": -111.853357, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101547" }, "geometry": { "type": "Point", "coordinates": [ -111.85335700000411, 40.519281000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2301, "StopName": "1300 E @ 13556 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101548", "Latitude": 40.504736, "Longitude": -111.853392, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101548" }, "geometry": { "type": "Point", "coordinates": [ -111.85339200000432, 40.504736000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2302, "StopName": "500 E @ 1034 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101550", "Latitude": 40.746585, "Longitude": -111.876818, "AVGBoard": 2, "AVGAlight": 4, "Route": "205", "StopAbbr_J": "101550" }, "geometry": { "type": "Point", "coordinates": [ -111.876818000004093, 40.746585000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2303, "StopName": "Balsa Ave @ 5560 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101551", "Latitude": 40.636311, "Longitude": -112.023879, "AVGBoard": 0, "AVGAlight": 3, "Route": "F556, 62", "StopAbbr_J": "101551" }, "geometry": { "type": "Point", "coordinates": [ -112.023879000004555, 40.636311000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2304, "StopName": "5400 S \/ Rocky Ridge Rd (WB)", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101552", "Latitude": 40.653177, "Longitude": -112.027993, "AVGBoard": 0, "AVGAlight": 3, "Route": null, "StopAbbr_J": "101552" }, "geometry": { "type": "Point", "coordinates": [ -112.027993000004344, 40.65317700000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2305, "StopName": "6200 S @ 2016 E", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101553", "Latitude": 40.638601, "Longitude": -111.833315, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "101553" }, "geometry": { "type": "Point", "coordinates": [ -111.833315000004831, 40.638601000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2306, "StopName": "Glen Eagles Drive @ 2791 S", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "101558", "Latitude": 40.709481, "Longitude": -112.026595, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101558" }, "geometry": { "type": "Point", "coordinates": [ -112.026595000004605, 40.709481000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2307, "StopName": "5630 W @ 2750 S", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "101559", "Latitude": 40.709848, "Longitude": -112.025553, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101559" }, "geometry": { "type": "Point", "coordinates": [ -112.025553000004678, 40.70984800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2308, "StopName": "2700 S @ 5520 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101560", "Latitude": 40.711198, "Longitude": -112.022608, "AVGBoard": 3, "AVGAlight": 1, "Route": "F556, 513", "StopAbbr_J": "101560" }, "geometry": { "type": "Point", "coordinates": [ -112.022608000004539, 40.711198000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2309, "StopName": "Olympus Cove P+R (Bay D)", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101567", "Latitude": 40.687779, "Longitude": -111.796627, "AVGBoard": 30, "AVGAlight": 32, "Route": null, "StopAbbr_J": "101567" }, "geometry": { "type": "Point", "coordinates": [ -111.796627000004122, 40.687779000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2310, "StopName": "Olympus Cove P+R (Bay F)", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101569", "Latitude": 40.687434, "Longitude": -111.796679, "AVGBoard": 2, "AVGAlight": 1, "Route": null, "StopAbbr_J": "101569" }, "geometry": { "type": "Point", "coordinates": [ -111.796679000004843, 40.687434000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2311, "StopName": "Olympus Cove P+R (Bay A)", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101570", "Latitude": 40.687315, "Longitude": -111.796886, "AVGBoard": 35, "AVGAlight": 30, "Route": null, "StopAbbr_J": "101570" }, "geometry": { "type": "Point", "coordinates": [ -111.796886000003994, 40.687315000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2312, "StopName": "Redwood Rd @ 12640 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101574", "Latitude": 40.521509, "Longitude": -111.938896, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101574" }, "geometry": { "type": "Point", "coordinates": [ -111.938896000004419, 40.521509000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2313, "StopName": "Redwood Rd @ 12830 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101575", "Latitude": 40.518053, "Longitude": -111.938796, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101575" }, "geometry": { "type": "Point", "coordinates": [ -111.938796000004231, 40.518053000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2314, "StopName": "Redwood Rd @ 13166 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101576", "Latitude": 40.512005, "Longitude": -111.938787, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101576" }, "geometry": { "type": "Point", "coordinates": [ -111.938787000004382, 40.512005000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2315, "StopName": "13400 S @ 1780 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101577", "Latitude": 40.507798, "Longitude": -111.940051, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101577" }, "geometry": { "type": "Point", "coordinates": [ -111.940051000004729, 40.50779800000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2316, "StopName": "13400 S @ 2010 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101578", "Latitude": 40.507819, "Longitude": -111.944424, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101578" }, "geometry": { "type": "Point", "coordinates": [ -111.944424000004375, 40.507819000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2317, "StopName": "13400 S @ 2360 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101579", "Latitude": 40.507848, "Longitude": -111.951074, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101579" }, "geometry": { "type": "Point", "coordinates": [ -111.951074000004596, 40.507848000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2318, "StopName": "13400 S @ 2562 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101580", "Latitude": 40.507849, "Longitude": -111.954445, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101580" }, "geometry": { "type": "Point", "coordinates": [ -111.954445000004014, 40.507849000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2319, "StopName": "13400 S @ 2780 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101581", "Latitude": 40.507857, "Longitude": -111.959418, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101581" }, "geometry": { "type": "Point", "coordinates": [ -111.959418000004774, 40.507857000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2320, "StopName": "13400 S @ 3062 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101582", "Latitude": 40.507763, "Longitude": -111.964744, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101582" }, "geometry": { "type": "Point", "coordinates": [ -111.964744000004202, 40.507763000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2321, "StopName": "3600 W @ 13373 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101584", "Latitude": 40.508273, "Longitude": -111.976714, "AVGBoard": 0, "AVGAlight": 0, "Route": "F547, F518, 526", "StopAbbr_J": "101584" }, "geometry": { "type": "Point", "coordinates": [ -111.976714000004236, 40.50827300000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2322, "StopName": "13200 S @ 3740 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101585", "Latitude": 40.510913, "Longitude": -111.979126, "AVGBoard": 0, "AVGAlight": 0, "Route": "F547, F518, 526", "StopAbbr_J": "101585" }, "geometry": { "type": "Point", "coordinates": [ -111.979126000004285, 40.510913000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2323, "StopName": "3600 W @ 12907 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101586", "Latitude": 40.517397, "Longitude": -111.976587, "AVGBoard": 0, "AVGAlight": 0, "Route": "F547, F518, 526", "StopAbbr_J": "101586" }, "geometry": { "type": "Point", "coordinates": [ -111.976587000004514, 40.517397000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2324, "StopName": "3600 W @ 12681 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101587", "Latitude": 40.520362, "Longitude": -111.976661, "AVGBoard": 0, "AVGAlight": 0, "Route": "F547, F518, 526", "StopAbbr_J": "101587" }, "geometry": { "type": "Point", "coordinates": [ -111.976661000004341, 40.52036200000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2325, "StopName": "11800 S @ 3451 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101600", "Latitude": 40.536838, "Longitude": -111.973321, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101600" }, "geometry": { "type": "Point", "coordinates": [ -111.973321000004788, 40.536838000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2326, "StopName": "11800 S @ 3450 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101601", "Latitude": 40.536978, "Longitude": -111.973162, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101601" }, "geometry": { "type": "Point", "coordinates": [ -111.973162000004208, 40.536978000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2327, "StopName": "Balsa Ave @ 5523 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101602", "Latitude": 40.636264, "Longitude": -112.022776, "AVGBoard": 1, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "101602" }, "geometry": { "type": "Point", "coordinates": [ -112.022776000004058, 40.636264000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2328, "StopName": "900 S @ 882 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "101603", "Latitude": 40.749708, "Longitude": -111.865959, "AVGBoard": 10, "AVGAlight": 22, "Route": "9", "StopAbbr_J": "101603" }, "geometry": { "type": "Point", "coordinates": [ -111.86595900000431, 40.749708000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2329, "StopName": "State St \/ 50 S (SB)", "City": null, "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "101604", "Latitude": 40.768339, "Longitude": -111.888413, "AVGBoard": 54, "AVGAlight": 45, "Route": "6, 473, 472, 470, 455, 454, 320, 307, 200, 11", "StopAbbr_J": "101604" }, "geometry": { "type": "Point", "coordinates": [ -111.888413000004562, 40.768339000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2330, "StopName": "Main St @ 7821 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "101607", "Latitude": 40.609201, "Longitude": -111.910217, "AVGBoard": 0, "AVGAlight": 2, "Route": "525", "StopAbbr_J": "101607" }, "geometry": { "type": "Point", "coordinates": [ -111.910217000004067, 40.609201000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2331, "StopName": "3000 E @ 6531 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101611", "Latitude": 40.632618, "Longitude": -111.806416, "AVGBoard": 8, "AVGAlight": 1, "Route": "972, 953, 223", "StopAbbr_J": "101611" }, "geometry": { "type": "Point", "coordinates": [ -111.806416000004361, 40.632618000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2332, "StopName": "12600 S @ 2685 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101614", "Latitude": 40.522219, "Longitude": -111.957059, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, F518, 526", "StopAbbr_J": "101614" }, "geometry": { "type": "Point", "coordinates": [ -111.95705900000462, 40.52221900000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2333, "StopName": "12600 S @ 2191 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101615", "Latitude": 40.522162, "Longitude": -111.948021, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, F518, 526", "StopAbbr_J": "101615" }, "geometry": { "type": "Point", "coordinates": [ -111.94802100000453, 40.52216200000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2334, "StopName": "12600 S @ 1825 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101616", "Latitude": 40.522176, "Longitude": -111.940725, "AVGBoard": 0, "AVGAlight": 0, "Route": "F518, 526", "StopAbbr_J": "101616" }, "geometry": { "type": "Point", "coordinates": [ -111.940725000004761, 40.522176000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2335, "StopName": "300 W @ 1728 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101618", "Latitude": 40.732985, "Longitude": -111.899858, "AVGBoard": 2, "AVGAlight": 2, "Route": "17", "StopAbbr_J": "101618" }, "geometry": { "type": "Point", "coordinates": [ -111.899858000004301, 40.732985000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2336, "StopName": "300 W @ 1635 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101619", "Latitude": 40.734113, "Longitude": -111.899566, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101619" }, "geometry": { "type": "Point", "coordinates": [ -111.899566000004398, 40.734113000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2337, "StopName": "3300 S @ 49 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101621", "Latitude": 40.699921, "Longitude": -111.889516, "AVGBoard": 29, "AVGAlight": 29, "Route": "33", "StopAbbr_J": "101621" }, "geometry": { "type": "Point", "coordinates": [ -111.889516000004164, 40.699921000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2338, "StopName": "3500 S @ 3545 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101622", "Latitude": 40.696456, "Longitude": -111.976034, "AVGBoard": 27, "AVGAlight": 36, "Route": "35M, 35, 240", "StopAbbr_J": "101622" }, "geometry": { "type": "Point", "coordinates": [ -111.976034000004589, 40.696456000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2339, "StopName": "3500 S @ 3419 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101623", "Latitude": 40.696508, "Longitude": -111.972751, "AVGBoard": 12, "AVGAlight": 4, "Route": "35, 240", "StopAbbr_J": "101623" }, "geometry": { "type": "Point", "coordinates": [ -111.972751000004365, 40.696508000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2340, "StopName": "3500 S @ 3149 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101624", "Latitude": 40.696518, "Longitude": -111.966697, "AVGBoard": 9, "AVGAlight": 14, "Route": "35", "StopAbbr_J": "101624" }, "geometry": { "type": "Point", "coordinates": [ -111.966697000004018, 40.696518000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2341, "StopName": "3500 S @ 2785 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101625", "Latitude": 40.696529, "Longitude": -111.959512, "AVGBoard": 1, "AVGAlight": 12, "Route": "35", "StopAbbr_J": "101625" }, "geometry": { "type": "Point", "coordinates": [ -111.959512000004466, 40.696529000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2342, "StopName": "3500 S @ 2880 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101626", "Latitude": 40.696772, "Longitude": -111.961201, "AVGBoard": 5, "AVGAlight": 2, "Route": "35", "StopAbbr_J": "101626" }, "geometry": { "type": "Point", "coordinates": [ -111.961201000004024, 40.696772000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2343, "StopName": "3500 S @ 3252 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101627", "Latitude": 40.696766, "Longitude": -111.968605, "AVGBoard": 19, "AVGAlight": 13, "Route": "35, 240", "StopAbbr_J": "101627" }, "geometry": { "type": "Point", "coordinates": [ -111.968605000004615, 40.696766000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2344, "StopName": "3500 S @ 3492 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101628", "Latitude": 40.69675, "Longitude": -111.974435, "AVGBoard": 9, "AVGAlight": 24, "Route": "35, 240", "StopAbbr_J": "101628" }, "geometry": { "type": "Point", "coordinates": [ -111.974435000004405, 40.696750000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2345, "StopName": "3500 S @ 3656 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101629", "Latitude": 40.696739, "Longitude": -111.978464, "AVGBoard": 33, "AVGAlight": 17, "Route": "35M, 35, 240", "StopAbbr_J": "101629" }, "geometry": { "type": "Point", "coordinates": [ -111.978464000004337, 40.696739000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2346, "StopName": "3900 S @ 661 W", "City": "Millcreek", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101632", "Latitude": 40.686909, "Longitude": -111.910202, "AVGBoard": 32, "AVGAlight": 20, "Route": "39", "StopAbbr_J": "101632" }, "geometry": { "type": "Point", "coordinates": [ -111.910202000004617, 40.686909000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2347, "StopName": "4000 W @ 8570 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101634", "Latitude": 40.595508, "Longitude": -111.986521, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "101634" }, "geometry": { "type": "Point", "coordinates": [ -111.986521000004146, 40.595508000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2348, "StopName": "4000 W @ 8480 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101635", "Latitude": 40.597652, "Longitude": -111.986509, "AVGBoard": 1, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "101635" }, "geometry": { "type": "Point", "coordinates": [ -111.986509000004062, 40.597652000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2349, "StopName": "4000 W @ 8330 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101636", "Latitude": 40.599431, "Longitude": -111.986497, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "101636" }, "geometry": { "type": "Point", "coordinates": [ -111.986497000003965, 40.599431000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2350, "StopName": "4000 W @ 8260 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101637", "Latitude": 40.601171, "Longitude": -111.986484, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "101637" }, "geometry": { "type": "Point", "coordinates": [ -111.986484000004694, 40.601171000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2351, "StopName": "4000 W @ 8140 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101638", "Latitude": 40.603118, "Longitude": -111.986474, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "101638" }, "geometry": { "type": "Point", "coordinates": [ -111.986474000004748, 40.603118000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2352, "StopName": "4000 W @ 8070 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101639", "Latitude": 40.604675, "Longitude": -111.986486, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "101639" }, "geometry": { "type": "Point", "coordinates": [ -111.98648600000395, 40.604675000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2353, "StopName": "4000 W @ 7860 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101640", "Latitude": 40.608335, "Longitude": -111.986462, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "101640" }, "geometry": { "type": "Point", "coordinates": [ -111.98646200000465, 40.608335000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2354, "StopName": "Billy Mitchell Rd @ 456 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101643", "Latitude": 40.778802, "Longitude": -112.014555, "AVGBoard": 0, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "101643" }, "geometry": { "type": "Point", "coordinates": [ -112.014555000004165, 40.778802000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2355, "StopName": "Billy Mitchell Rd @ 364 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101644", "Latitude": 40.777083, "Longitude": -112.014553, "AVGBoard": 0, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "101644" }, "geometry": { "type": "Point", "coordinates": [ -112.014553000004, 40.777083000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2356, "StopName": "Amelia Earhart Dr @ 5243 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101645", "Latitude": 40.776268, "Longitude": -112.019073, "AVGBoard": 1, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "101645" }, "geometry": { "type": "Point", "coordinates": [ -112.019073000004141, 40.776268000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2357, "StopName": "Jimmy Doolittle Rd @ 565 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101650", "Latitude": 40.780692, "Longitude": -112.019833, "AVGBoard": 1, "AVGAlight": 1, "Route": "551", "StopAbbr_J": "101650" }, "geometry": { "type": "Point", "coordinates": [ -112.019833000004098, 40.780692000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2358, "StopName": "Amelia Earhart Dr @ 5191 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101651", "Latitude": 40.776242, "Longitude": -112.016399, "AVGBoard": 0, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "101651" }, "geometry": { "type": "Point", "coordinates": [ -112.016399000003958, 40.776242000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2359, "StopName": "Billy Mitchell Rd @ 570 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101652", "Latitude": 40.780969, "Longitude": -112.014561, "AVGBoard": 1, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "101652" }, "geometry": { "type": "Point", "coordinates": [ -112.014561000004662, 40.780969000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2360, "StopName": "Harold Gatty Dr @ 4959 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101653", "Latitude": 40.781227, "Longitude": -112.010163, "AVGBoard": 0, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "101653" }, "geometry": { "type": "Point", "coordinates": [ -112.010163000004738, 40.781227000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2361, "StopName": "Harold Gatty Dr @ 4819 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101654", "Latitude": 40.781224, "Longitude": -112.006284, "AVGBoard": 4, "AVGAlight": 3, "Route": "551", "StopAbbr_J": "101654" }, "geometry": { "type": "Point", "coordinates": [ -112.006284000004626, 40.781224000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2362, "StopName": "Wright Brothers Dr @ 359 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101655", "Latitude": 40.776669, "Longitude": -112.005934, "AVGBoard": 2, "AVGAlight": 0, "Route": "551", "StopAbbr_J": "101655" }, "geometry": { "type": "Point", "coordinates": [ -112.00593400000443, 40.776669000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2363, "StopName": "400 N @ 1847 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101656", "Latitude": 40.778103, "Longitude": -111.944103, "AVGBoard": 3, "AVGAlight": 13, "Route": "217", "StopAbbr_J": "101656" }, "geometry": { "type": "Point", "coordinates": [ -111.944103000004773, 40.77810300000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2364, "StopName": "Holladay Blvd. @ 5270 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "101657", "Latitude": 40.655328, "Longitude": -111.815375, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "101657" }, "geometry": { "type": "Point", "coordinates": [ -111.815375000004195, 40.655328000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2365, "StopName": "5000 W @ 13465 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101659", "Latitude": 40.506381, "Longitude": -112.010299, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101659" }, "geometry": { "type": "Point", "coordinates": [ -112.010299000004323, 40.506381000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2366, "StopName": "Shaggy Peak Drive @ 13700 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101660", "Latitude": 40.502924, "Longitude": -112.012398, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101660" }, "geometry": { "type": "Point", "coordinates": [ -112.012398000004524, 40.502924000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2367, "StopName": "Shaggy Peak Drive @ 14098 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101661", "Latitude": 40.500609, "Longitude": -112.013326, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101661" }, "geometry": { "type": "Point", "coordinates": [ -112.013326000004028, 40.500609000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2368, "StopName": "Mirabella Dr @ 5720 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101662", "Latitude": 40.494376, "Longitude": -112.027124, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101662" }, "geometry": { "type": "Point", "coordinates": [ -112.027124000004335, 40.494376000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2369, "StopName": "Mirabella Dr @ 13951 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101664", "Latitude": 40.494782, "Longitude": -112.032521, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101664" }, "geometry": { "type": "Point", "coordinates": [ -112.032521000004238, 40.494782000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2370, "StopName": "Mirabella Dr @ 13735 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101665", "Latitude": 40.502094, "Longitude": -112.035057, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101665" }, "geometry": { "type": "Point", "coordinates": [ -112.03505700000467, 40.502094000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2371, "StopName": "Mirabella Dr @ 13165 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101667", "Latitude": 40.505629, "Longitude": -112.036094, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101667" }, "geometry": { "type": "Point", "coordinates": [ -112.036094000004198, 40.505629000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2372, "StopName": "12600 S @ 3779 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101669", "Latitude": 40.522152, "Longitude": -111.981503, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101669" }, "geometry": { "type": "Point", "coordinates": [ -111.981503000004153, 40.522152000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2373, "StopName": "5600 W @ 13365 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101670", "Latitude": 40.509188, "Longitude": -112.024374, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101670" }, "geometry": { "type": "Point", "coordinates": [ -112.024374000004173, 40.509188000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2374, "StopName": "9180 W @ 2690 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101672", "Latitude": 40.711587, "Longitude": -112.110168, "AVGBoard": 0, "AVGAlight": 0, "Route": "35", "StopAbbr_J": "101672" }, "geometry": { "type": "Point", "coordinates": [ -112.110168000004009, 40.711587000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2375, "StopName": "State St @ 3451 S", "City": null, "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "101673", "Latitude": 40.695906, "Longitude": -111.888062, "AVGBoard": 10, "AVGAlight": 7, "Route": "200", "StopAbbr_J": "101673" }, "geometry": { "type": "Point", "coordinates": [ -111.888062000004297, 40.695906000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2376, "StopName": "Glendale Dr @ 1270 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101674", "Latitude": 40.74205, "Longitude": -111.928963, "AVGBoard": 4, "AVGAlight": 1, "Route": "9", "StopAbbr_J": "101674" }, "geometry": { "type": "Point", "coordinates": [ -111.928963000003961, 40.742050000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2377, "StopName": "Glendale Dr @ 1237 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101675", "Latitude": 40.742151, "Longitude": -111.928899, "AVGBoard": 1, "AVGAlight": 7, "Route": "9", "StopAbbr_J": "101675" }, "geometry": { "type": "Point", "coordinates": [ -111.928899000004051, 40.742151000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2378, "StopName": "100 S @ 891 E", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "101677", "Latitude": 40.767292, "Longitude": -111.865769, "AVGBoard": 0, "AVGAlight": 0, "Route": "902", "StopAbbr_J": "101677" }, "geometry": { "type": "Point", "coordinates": [ -111.865769000004789, 40.767292000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2379, "StopName": "3900 S @ 2225 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101678", "Latitude": 40.687151, "Longitude": -111.826938, "AVGBoard": 5, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "101678" }, "geometry": { "type": "Point", "coordinates": [ -111.826938000004731, 40.687151000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2380, "StopName": "3900 S @ 2059 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101679", "Latitude": 40.687176, "Longitude": -111.831821, "AVGBoard": 1, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "101679" }, "geometry": { "type": "Point", "coordinates": [ -111.831821000004325, 40.687176000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2381, "StopName": "3900 S @ 1965 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101680", "Latitude": 40.687172, "Longitude": -111.834873, "AVGBoard": 2, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "101680" }, "geometry": { "type": "Point", "coordinates": [ -111.834873000004322, 40.687172000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2382, "StopName": "3900 S @ 1881 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101681", "Latitude": 40.687173, "Longitude": -111.837988, "AVGBoard": 3, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "101681" }, "geometry": { "type": "Point", "coordinates": [ -111.837988000004131, 40.687173000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2383, "StopName": "3900 S @ 1880 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101682", "Latitude": 40.687035, "Longitude": -111.837928, "AVGBoard": 0, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "101682" }, "geometry": { "type": "Point", "coordinates": [ -111.837928000004553, 40.687035000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2384, "StopName": "3900 S @ 2022 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101683", "Latitude": 40.687023, "Longitude": -111.833321, "AVGBoard": 0, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "101683" }, "geometry": { "type": "Point", "coordinates": [ -111.833321000004418, 40.687023000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2385, "StopName": "3900 S @ 2108 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101684", "Latitude": 40.687023, "Longitude": -111.830834, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "101684" }, "geometry": { "type": "Point", "coordinates": [ -111.830834000004444, 40.687023000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2386, "StopName": "3900 S @ 2230 E (Lds Church P&R Lot", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101685", "Latitude": 40.687013, "Longitude": -111.826641, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "101685" }, "geometry": { "type": "Point", "coordinates": [ -111.8266410000044, 40.687013000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2387, "StopName": "13400 S @ 5791 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101687", "Latitude": 40.507804, "Longitude": -112.029119, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101687" }, "geometry": { "type": "Point", "coordinates": [ -112.029119000004044, 40.507804000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2388, "StopName": "Vestry Rd @ 13918 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101688", "Latitude": 40.498556, "Longitude": -111.853613, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101688" }, "geometry": { "type": "Point", "coordinates": [ -111.853613000004628, 40.498556000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2389, "StopName": "Vestry Rd @ 13919 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "101689", "Latitude": 40.498586, "Longitude": -111.853476, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101689" }, "geometry": { "type": "Point", "coordinates": [ -111.853476000004065, 40.498586000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2390, "StopName": "12600 S @ 2487 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101690", "Latitude": 40.522235, "Longitude": -111.953721, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, F518, 526", "StopAbbr_J": "101690" }, "geometry": { "type": "Point", "coordinates": [ -111.953721000004322, 40.522235000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2391, "StopName": "12600 S @ 2468 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101691", "Latitude": 40.522467, "Longitude": -111.953708, "AVGBoard": 0, "AVGAlight": 0, "Route": "F518, 526", "StopAbbr_J": "101691" }, "geometry": { "type": "Point", "coordinates": [ -111.953708000004141, 40.522467000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2392, "StopName": "800 W @ 309 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101693", "Latitude": 40.776291, "Longitude": -111.914096, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519", "StopAbbr_J": "101693" }, "geometry": { "type": "Point", "coordinates": [ -111.914096000004164, 40.776291000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2393, "StopName": "Cheyenne St @ 426 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101695", "Latitude": 40.760031, "Longitude": -111.934353, "AVGBoard": 6, "AVGAlight": 14, "Route": "9, 4", "StopAbbr_J": "101695" }, "geometry": { "type": "Point", "coordinates": [ -111.93435300000418, 40.760031000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2394, "StopName": "1300 E @ 8656 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "101696", "Latitude": 40.593912, "Longitude": -111.853318, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "101696" }, "geometry": { "type": "Point", "coordinates": [ -111.853318000004464, 40.593912000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2395, "StopName": "Virginia St \/ 11th Ave (NB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "101698", "Latitude": 40.777829, "Longitude": -111.85219, "AVGBoard": 2, "AVGAlight": 0, "Route": "11", "StopAbbr_J": "101698" }, "geometry": { "type": "Point", "coordinates": [ -111.852190000004612, 40.77782900000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2396, "StopName": "3500 S @ 8535 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "101700", "Latitude": 40.696446, "Longitude": -112.095082, "AVGBoard": 0, "AVGAlight": 0, "Route": "35M", "StopAbbr_J": "101700" }, "geometry": { "type": "Point", "coordinates": [ -112.095082000004084, 40.696446000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2397, "StopName": "2700 S @ 5630 W", "City": "West Valley City", "ZipCode": "84128", "County": "Salt Lake", "UTA_StopID": "101701", "Latitude": 40.711126, "Longitude": -112.02628, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101701" }, "geometry": { "type": "Point", "coordinates": [ -112.026280000004604, 40.711126000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2398, "StopName": "Murray Blvd \/ Vine St (SB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101702", "Latitude": 40.659791, "Longitude": -111.904153, "AVGBoard": 4, "AVGAlight": 1, "Route": null, "StopAbbr_J": "101702" }, "geometry": { "type": "Point", "coordinates": [ -111.904153000004698, 40.659791000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2399, "StopName": "Murray Blvd \/ Vine St (NB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101703", "Latitude": 40.659761, "Longitude": -111.903954, "AVGBoard": 1, "AVGAlight": 3, "Route": null, "StopAbbr_J": "101703" }, "geometry": { "type": "Point", "coordinates": [ -111.903954000004418, 40.659761000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2400, "StopName": "Murray Blvd \/ 5400 S (NB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101705", "Latitude": 40.654621, "Longitude": -111.910198, "AVGBoard": 10, "AVGAlight": 7, "Route": null, "StopAbbr_J": "101705" }, "geometry": { "type": "Point", "coordinates": [ -111.910198000004286, 40.654621000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2401, "StopName": "Highland Dr @ 9265 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "101707", "Latitude": 40.583135, "Longitude": -111.833871, "AVGBoard": 4, "AVGAlight": 0, "Route": "F94, 220", "StopAbbr_J": "101707" }, "geometry": { "type": "Point", "coordinates": [ -111.833871000004081, 40.583135000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2402, "StopName": "Falcon Wy @ 2038 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "101708", "Latitude": 40.584984, "Longitude": -111.833145, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101708" }, "geometry": { "type": "Point", "coordinates": [ -111.833145000004237, 40.584984000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2403, "StopName": "Falcon Way @ 2156 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "101709", "Latitude": 40.585391, "Longitude": -111.829525, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101709" }, "geometry": { "type": "Point", "coordinates": [ -111.829525000003983, 40.585391000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2404, "StopName": "Falcon Way @ 2366 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "101710", "Latitude": 40.583973, "Longitude": -111.823151, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101710" }, "geometry": { "type": "Point", "coordinates": [ -111.823151000004117, 40.583973000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2405, "StopName": "Peacock Dr @ 9280 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "101711", "Latitude": 40.582551, "Longitude": -111.818751, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101711" }, "geometry": { "type": "Point", "coordinates": [ -111.818751000004042, 40.582551000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2406, "StopName": "Hunts End Dr @ 9532 S", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "101712", "Latitude": 40.578044, "Longitude": -111.821086, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101712" }, "geometry": { "type": "Point", "coordinates": [ -111.821086000004016, 40.578044000002727 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2407, "StopName": "Foxhunt Dr @ 9575 S", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "101713", "Latitude": 40.578712, "Longitude": -111.822908, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101713" }, "geometry": { "type": "Point", "coordinates": [ -111.822908000004688, 40.578712000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2408, "StopName": "6200 S @ 1611 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "101737", "Latitude": 40.638011, "Longitude": -111.936631, "AVGBoard": 2, "AVGAlight": 7, "Route": "62", "StopAbbr_J": "101737" }, "geometry": { "type": "Point", "coordinates": [ -111.936631000003942, 40.638011000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2409, "StopName": "Murray Holladay Rd @ 2102 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "101746", "Latitude": 40.666012, "Longitude": -111.830777, "AVGBoard": 0, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "101746" }, "geometry": { "type": "Point", "coordinates": [ -111.830777000004218, 40.666012000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2410, "StopName": "2400 S @ 3865 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101747", "Latitude": 40.718302, "Longitude": -111.984014, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101747" }, "geometry": { "type": "Point", "coordinates": [ -111.984014000004308, 40.718302000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2411, "StopName": "2400 S @ 3860 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101748", "Latitude": 40.718405, "Longitude": -111.983197, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101748" }, "geometry": { "type": "Point", "coordinates": [ -111.983197000004125, 40.718405000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2412, "StopName": "3850 W @ 2480 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101749", "Latitude": 40.716514, "Longitude": -111.982069, "AVGBoard": 1, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101749" }, "geometry": { "type": "Point", "coordinates": [ -111.982069000004245, 40.71651400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2413, "StopName": "3850 W @ 2491 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101750", "Latitude": 40.716504, "Longitude": -111.981931, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101750" }, "geometry": { "type": "Point", "coordinates": [ -111.981931000004522, 40.716504000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2414, "StopName": "Parkway Blvd @ 3500 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101751", "Latitude": 40.711256, "Longitude": -111.974644, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101751" }, "geometry": { "type": "Point", "coordinates": [ -111.974644000004616, 40.711256000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2415, "StopName": "Parkway Blvd @ 3501 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101752", "Latitude": 40.711111, "Longitude": -111.973826, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101752" }, "geometry": { "type": "Point", "coordinates": [ -111.973826000004337, 40.711111000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2416, "StopName": "Parkway Blvd @ 3143 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101753", "Latitude": 40.712065, "Longitude": -111.966223, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101753" }, "geometry": { "type": "Point", "coordinates": [ -111.966223000004348, 40.71206500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2417, "StopName": "Parkway Blvd @ 3150 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101754", "Latitude": 40.712207, "Longitude": -111.966323, "AVGBoard": 0, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "101754" }, "geometry": { "type": "Point", "coordinates": [ -111.966323000004536, 40.712207000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2418, "StopName": "Parkway Blvd @ 2979 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101755", "Latitude": 40.712154, "Longitude": -111.963365, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101755" }, "geometry": { "type": "Point", "coordinates": [ -111.963365000004231, 40.712154000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2419, "StopName": "Parkway Blvd @ 2980 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101756", "Latitude": 40.712295, "Longitude": -111.963275, "AVGBoard": 0, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101756" }, "geometry": { "type": "Point", "coordinates": [ -111.963275000003961, 40.712295000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2420, "StopName": "Cougar Ln @ 5576 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101770", "Latitude": 40.649064, "Longitude": -112.005666, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101770" }, "geometry": { "type": "Point", "coordinates": [ -112.005666000004709, 40.649064000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2421, "StopName": "Cougar Ln @ 5535 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101771", "Latitude": 40.650664, "Longitude": -112.005485, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101771" }, "geometry": { "type": "Point", "coordinates": [ -112.005485000004128, 40.650664000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2422, "StopName": "Cougar Ln @ 6307 S", "City": "West Jordan", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101773", "Latitude": 40.636463, "Longitude": -112.006733, "AVGBoard": 2, "AVGAlight": 0, "Route": "62, 248", "StopAbbr_J": "101773" }, "geometry": { "type": "Point", "coordinates": [ -112.006733000004019, 40.636463000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2423, "StopName": "Cougar Ln @ 6452 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101774", "Latitude": 40.634141, "Longitude": -112.007404, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101774" }, "geometry": { "type": "Point", "coordinates": [ -112.007404000004726, 40.634141000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2424, "StopName": "900 South @ 44 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101775", "Latitude": 40.749885, "Longitude": -111.892251, "AVGBoard": 8, "AVGAlight": 4, "Route": "9", "StopAbbr_J": "101775" }, "geometry": { "type": "Point", "coordinates": [ -111.892251000003995, 40.749885000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2425, "StopName": "900 S @ 35 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101776", "Latitude": 40.749671, "Longitude": -111.892169, "AVGBoard": 3, "AVGAlight": 9, "Route": "9", "StopAbbr_J": "101776" }, "geometry": { "type": "Point", "coordinates": [ -111.892169000004401, 40.749671000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2426, "StopName": "300 W @ 1000 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101777", "Latitude": 40.747271, "Longitude": -111.899724, "AVGBoard": 2, "AVGAlight": 1, "Route": "9", "StopAbbr_J": "101777" }, "geometry": { "type": "Point", "coordinates": [ -111.899724000003999, 40.747271000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2427, "StopName": "300 W @ 997 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101778", "Latitude": 40.747543, "Longitude": -111.899617, "AVGBoard": 1, "AVGAlight": 2, "Route": "9", "StopAbbr_J": "101778" }, "geometry": { "type": "Point", "coordinates": [ -111.899617000004142, 40.747543000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2428, "StopName": "300 W @ 1140 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101779", "Latitude": 40.744142, "Longitude": -111.899807, "AVGBoard": 4, "AVGAlight": 7, "Route": "9", "StopAbbr_J": "101779" }, "geometry": { "type": "Point", "coordinates": [ -111.899807000004586, 40.744142000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2429, "StopName": "300 W @ 1115 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101780", "Latitude": 40.744951, "Longitude": -111.899541, "AVGBoard": 5, "AVGAlight": 3, "Route": "9", "StopAbbr_J": "101780" }, "geometry": { "type": "Point", "coordinates": [ -111.899541000004149, 40.7449510000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2430, "StopName": "2700 W @ 4191 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101781", "Latitude": 40.680542, "Longitude": -111.957847, "AVGBoard": 2, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "101781" }, "geometry": { "type": "Point", "coordinates": [ -111.957847000004207, 40.680542000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2431, "StopName": "2700 W @ 4345 S", "City": "Taylorsville", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101782", "Latitude": 40.676332, "Longitude": -111.957801, "AVGBoard": 3, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "101782" }, "geometry": { "type": "Point", "coordinates": [ -111.957801000003997, 40.676332000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2432, "StopName": "2700 W @ 4521 S", "City": "Taylorsville", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101783", "Latitude": 40.670355, "Longitude": -111.957843, "AVGBoard": 1, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "101783" }, "geometry": { "type": "Point", "coordinates": [ -111.957843000004786, 40.670355000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2433, "StopName": "2700 W @ 4854 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101784", "Latitude": 40.663868, "Longitude": -111.958111, "AVGBoard": 1, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "101784" }, "geometry": { "type": "Point", "coordinates": [ -111.958111000004479, 40.663868000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2434, "StopName": "2700 W @ 4791 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101785", "Latitude": 40.664652, "Longitude": -111.957826, "AVGBoard": 2, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "101785" }, "geometry": { "type": "Point", "coordinates": [ -111.95782600000426, 40.664652000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2435, "StopName": "2700 W @ 4998 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101786", "Latitude": 40.660831, "Longitude": -111.958087, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "101786" }, "geometry": { "type": "Point", "coordinates": [ -111.958087000004284, 40.660831000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2436, "StopName": "2700 W @ 5075 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101787", "Latitude": 40.659065, "Longitude": -111.957775, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "101787" }, "geometry": { "type": "Point", "coordinates": [ -111.957775000004546, 40.65906500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2437, "StopName": "2700 W @ 5300 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101788", "Latitude": 40.655014, "Longitude": -111.958041, "AVGBoard": 0, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "101788" }, "geometry": { "type": "Point", "coordinates": [ -111.958041000004087, 40.655014000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2438, "StopName": "2700 W @ 5283 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101789", "Latitude": 40.655236, "Longitude": -111.957745, "AVGBoard": 1, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "101789" }, "geometry": { "type": "Point", "coordinates": [ -111.957745000004749, 40.655236000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2439, "StopName": "2700 W @ 4184 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101794", "Latitude": 40.680045, "Longitude": -111.958114, "AVGBoard": 1, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "101794" }, "geometry": { "type": "Point", "coordinates": [ -111.958114000004741, 40.680045000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2440, "StopName": "2700 W @ 4346 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101795", "Latitude": 40.676265, "Longitude": -111.958137, "AVGBoard": 1, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "101795" }, "geometry": { "type": "Point", "coordinates": [ -111.958137000003944, 40.67626500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2441, "StopName": "2700 W @ 4510 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101796", "Latitude": 40.670821, "Longitude": -111.958091, "AVGBoard": 0, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "101796" }, "geometry": { "type": "Point", "coordinates": [ -111.958091000004629, 40.670821000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2442, "StopName": "13100 S @ 5786 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101797", "Latitude": 40.514237, "Longitude": -112.028654, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101797" }, "geometry": { "type": "Point", "coordinates": [ -112.028654000004224, 40.514237000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2443, "StopName": "Pioneer St (6000 W) @ 13045 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101798", "Latitude": 40.515238, "Longitude": -112.032967, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101798" }, "geometry": { "type": "Point", "coordinates": [ -112.032967000004277, 40.515238000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2444, "StopName": "Pioneer St (6000 W) @ 12495 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101799", "Latitude": 40.524052, "Longitude": -112.032946, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101799" }, "geometry": { "type": "Point", "coordinates": [ -112.032946000004358, 40.524052000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2445, "StopName": "Pioneer St (6000 W) @ 11917 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101800", "Latitude": 40.53568, "Longitude": -112.032909, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101800" }, "geometry": { "type": "Point", "coordinates": [ -112.032909000003983, 40.535680000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2446, "StopName": "11800 S @ 5647 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101801", "Latitude": 40.536838, "Longitude": -112.025655, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101801" }, "geometry": { "type": "Point", "coordinates": [ -112.025655000004122, 40.536838000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2447, "StopName": "11800 S @ 4765 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101803", "Latitude": 40.536903, "Longitude": -112.004787, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101803" }, "geometry": { "type": "Point", "coordinates": [ -112.004787000004782, 40.536903000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2448, "StopName": "11800 S @ 4585 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101804", "Latitude": 40.536894, "Longitude": -112.000174, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101804" }, "geometry": { "type": "Point", "coordinates": [ -112.000174000004137, 40.536894000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2449, "StopName": "4000 W @ 12174 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "101805", "Latitude": 40.529887, "Longitude": -111.986348, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101805" }, "geometry": { "type": "Point", "coordinates": [ -111.986348000004199, 40.529887000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2450, "StopName": "13400 S @ 3075 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101808", "Latitude": 40.507696, "Longitude": -111.964576, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101808" }, "geometry": { "type": "Point", "coordinates": [ -111.964576000004683, 40.507696000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2451, "StopName": "13400 S @ 2827 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101809", "Latitude": 40.507684, "Longitude": -111.959368, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101809" }, "geometry": { "type": "Point", "coordinates": [ -111.959368000004233, 40.507684000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2452, "StopName": "13400 S @ 2361 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101810", "Latitude": 40.507738, "Longitude": -111.951145, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101810" }, "geometry": { "type": "Point", "coordinates": [ -111.951145000004175, 40.507738000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2453, "StopName": "13400 S @ 1895 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101811", "Latitude": 40.507687, "Longitude": -111.942309, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101811" }, "geometry": { "type": "Point", "coordinates": [ -111.942309000004627, 40.507687000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2454, "StopName": "Redwood Rd @ 13377 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101812", "Latitude": 40.508354, "Longitude": -111.9384, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101812" }, "geometry": { "type": "Point", "coordinates": [ -111.938400000004719, 40.508354000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2455, "StopName": "Redwood Rd @ 13181 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101813", "Latitude": 40.511809, "Longitude": -111.938399, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101813" }, "geometry": { "type": "Point", "coordinates": [ -111.938399000004637, 40.511809000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2456, "StopName": "Redwood Rd @ 12851 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101814", "Latitude": 40.517394, "Longitude": -111.938424, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101814" }, "geometry": { "type": "Point", "coordinates": [ -111.938424000004019, 40.517394000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2457, "StopName": "12600 S @ 2260 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101815", "Latitude": 40.522387, "Longitude": -111.949632, "AVGBoard": 0, "AVGAlight": 0, "Route": "F518, 526", "StopAbbr_J": "101815" }, "geometry": { "type": "Point", "coordinates": [ -111.949632000004812, 40.522387000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2458, "StopName": "2700 W @ 12385 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101816", "Latitude": 40.526011, "Longitude": -111.957631, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101816" }, "geometry": { "type": "Point", "coordinates": [ -111.957631000004298, 40.526011000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2459, "StopName": "2700 W @ 12075 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101817", "Latitude": 40.532031, "Longitude": -111.957644, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101817" }, "geometry": { "type": "Point", "coordinates": [ -111.957644000004478, 40.532031000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2460, "StopName": "11800 S @ 3210 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101818", "Latitude": 40.53696, "Longitude": -111.967569, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101818" }, "geometry": { "type": "Point", "coordinates": [ -111.967569000004275, 40.536960000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2461, "StopName": "11800 S @ 3690 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101819", "Latitude": 40.536924, "Longitude": -111.978761, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101819" }, "geometry": { "type": "Point", "coordinates": [ -111.978761000004653, 40.536924000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2462, "StopName": "11800 S @ 3695 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101820", "Latitude": 40.536832, "Longitude": -111.978836, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101820" }, "geometry": { "type": "Point", "coordinates": [ -111.978836000004563, 40.536832000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2463, "StopName": "11800 S @ 3185 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101821", "Latitude": 40.536831, "Longitude": -111.966692, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101821" }, "geometry": { "type": "Point", "coordinates": [ -111.9666920000045, 40.536831000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2464, "StopName": "2700 W @ 12090 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101822", "Latitude": 40.531777, "Longitude": -111.957855, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101822" }, "geometry": { "type": "Point", "coordinates": [ -111.957855000003974, 40.53177700000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2465, "StopName": "2700 W @ 12570 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101823", "Latitude": 40.523069, "Longitude": -111.957877, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101823" }, "geometry": { "type": "Point", "coordinates": [ -111.957877000004004, 40.523069000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2466, "StopName": "3600 W @ 12154 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101824", "Latitude": 40.530194, "Longitude": -111.976853, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101824" }, "geometry": { "type": "Point", "coordinates": [ -111.97685300000407, 40.530194000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2467, "StopName": "3600 W @ 12360 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101825", "Latitude": 40.526925, "Longitude": -111.976828, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101825" }, "geometry": { "type": "Point", "coordinates": [ -111.976828000004687, 40.52692500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2468, "StopName": "3600 W @ 12452 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101826", "Latitude": 40.524915, "Longitude": -111.976827, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101826" }, "geometry": { "type": "Point", "coordinates": [ -111.97682700000459, 40.524915000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2469, "StopName": "3600 W @ 12345 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101828", "Latitude": 40.527274, "Longitude": -111.976635, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101828" }, "geometry": { "type": "Point", "coordinates": [ -111.976635000003995, 40.527274000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2470, "StopName": "3600 W @ 12151 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "101829", "Latitude": 40.530082, "Longitude": -111.976722, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101829" }, "geometry": { "type": "Point", "coordinates": [ -111.976722000004003, 40.5300820000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2471, "StopName": "Jordan Gateway @ 10714 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101830", "Latitude": 40.556054, "Longitude": -111.903211, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101830" }, "geometry": { "type": "Point", "coordinates": [ -111.903211000004049, 40.556054000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2472, "StopName": "Jordan Gateway @ 11328 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101831", "Latitude": 40.546241, "Longitude": -111.898809, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101831" }, "geometry": { "type": "Point", "coordinates": [ -111.89880900000469, 40.546241000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2473, "StopName": "11400 S @ 930 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101833", "Latitude": 40.544348, "Longitude": -111.918438, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "101833" }, "geometry": { "type": "Point", "coordinates": [ -111.91843800000396, 40.544348000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2474, "StopName": "3600 W @ 11576 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101838", "Latitude": 40.540874, "Longitude": -111.976866, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101838" }, "geometry": { "type": "Point", "coordinates": [ -111.976866000004236, 40.540874000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2475, "StopName": "3600 W @ 11577 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101841", "Latitude": 40.541052, "Longitude": -111.976716, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101841" }, "geometry": { "type": "Point", "coordinates": [ -111.976716000004402, 40.541052000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2476, "StopName": "11400 S @ 1231 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101845", "Latitude": 40.544082, "Longitude": -111.927212, "AVGBoard": 0, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "101845" }, "geometry": { "type": "Point", "coordinates": [ -111.927212000004687, 40.544082000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2477, "StopName": "Jordan Gateway @ 11315 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101848", "Latitude": 40.546881, "Longitude": -111.898519, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101848" }, "geometry": { "type": "Point", "coordinates": [ -111.898519000004057, 40.546881000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2478, "StopName": "Jordan Gateway @ 10769 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101849", "Latitude": 40.55662, "Longitude": -111.902768, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101849" }, "geometry": { "type": "Point", "coordinates": [ -111.90276800000423, 40.55662000000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2479, "StopName": "4800 W @ 9049 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101856", "Latitude": 40.586969, "Longitude": -112.005087, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101856" }, "geometry": { "type": "Point", "coordinates": [ -112.005087000004437, 40.586969000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2480, "StopName": "Campus View Dr @ 7704 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101857", "Latitude": 40.610932, "Longitude": -111.981198, "AVGBoard": 4, "AVGAlight": 19, "Route": "F578, 240", "StopAbbr_J": "101857" }, "geometry": { "type": "Point", "coordinates": [ -111.981198000004085, 40.610932000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2481, "StopName": "7000 S @ 3185 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "101859", "Latitude": 40.623963, "Longitude": -111.966672, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101859" }, "geometry": { "type": "Point", "coordinates": [ -111.96667200000465, 40.623963000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2482, "StopName": "Grandville Ave @ 11640 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101860", "Latitude": 40.539457, "Longitude": -112.0097, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101860" }, "geometry": { "type": "Point", "coordinates": [ -112.009700000004173, 40.539457000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2483, "StopName": "4800 W @ 9253 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101869", "Latitude": 40.583308, "Longitude": -112.005077, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101869" }, "geometry": { "type": "Point", "coordinates": [ -112.005077000004505, 40.583308000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2484, "StopName": "Daybreak View Pkwy @ 4976 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101870", "Latitude": 40.543544, "Longitude": -112.008936, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101870" }, "geometry": { "type": "Point", "coordinates": [ -112.00893600000478, 40.543544000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2485, "StopName": "Daybreak View Pkwy @ 4917 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101871", "Latitude": 40.543654, "Longitude": -112.009289, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101871" }, "geometry": { "type": "Point", "coordinates": [ -112.009289000004316, 40.543654000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2486, "StopName": "3900 S @ 2302 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101872", "Latitude": 40.687009, "Longitude": -111.824069, "AVGBoard": 0, "AVGAlight": 0, "Route": "901, 39", "StopAbbr_J": "101872" }, "geometry": { "type": "Point", "coordinates": [ -111.824069000004599, 40.687009000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2487, "StopName": "Daybreak View Pkwy @ Kestrel Rise R", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101880", "Latitude": 40.547175, "Longitude": -112.003294, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101880" }, "geometry": { "type": "Point", "coordinates": [ -112.003294000004374, 40.54717500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2488, "StopName": "2700 W @ 8000 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101885", "Latitude": 40.605413, "Longitude": -111.957898, "AVGBoard": 0, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "101885" }, "geometry": { "type": "Point", "coordinates": [ -111.957898000004832, 40.605413000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2489, "StopName": "2700 W @ 7997 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101886", "Latitude": 40.605312, "Longitude": -111.957698, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "101886" }, "geometry": { "type": "Point", "coordinates": [ -111.95769800000447, 40.60531200000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2490, "StopName": "1730 S @ 4816 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101890", "Latitude": 40.732603, "Longitude": -112.006348, "AVGBoard": 2, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "101890" }, "geometry": { "type": "Point", "coordinates": [ -112.006348000004522, 40.732603000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2491, "StopName": "1730 S @ 4815 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "101891", "Latitude": 40.732435, "Longitude": -112.006343, "AVGBoard": 1, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "101891" }, "geometry": { "type": "Point", "coordinates": [ -112.006343000004122, 40.732435000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2492, "StopName": "3100 S @ 3940 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101892", "Latitude": 40.704003, "Longitude": -111.985035, "AVGBoard": 1, "AVGAlight": 2, "Route": "248", "StopAbbr_J": "101892" }, "geometry": { "type": "Point", "coordinates": [ -111.985035000004316, 40.704003000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2493, "StopName": "3100 S @ 4150 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101893", "Latitude": 40.703988, "Longitude": -111.990085, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101893" }, "geometry": { "type": "Point", "coordinates": [ -111.990085000004257, 40.703988000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2494, "StopName": "3100 S @ 4149 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101894", "Latitude": 40.703805, "Longitude": -111.990178, "AVGBoard": 2, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101894" }, "geometry": { "type": "Point", "coordinates": [ -111.990178000004775, 40.703805000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2495, "StopName": "3100 S @ 4450 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101895", "Latitude": 40.703975, "Longitude": -111.997448, "AVGBoard": 1, "AVGAlight": 2, "Route": "248", "StopAbbr_J": "101895" }, "geometry": { "type": "Point", "coordinates": [ -111.997448000004169, 40.70397500000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2496, "StopName": "3100 S @ 4381 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101896", "Latitude": 40.703794, "Longitude": -111.995873, "AVGBoard": 1, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101896" }, "geometry": { "type": "Point", "coordinates": [ -111.995873000004167, 40.703794000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2497, "StopName": "3100 S @ 4610 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101897", "Latitude": 40.703965, "Longitude": -112.001545, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101897" }, "geometry": { "type": "Point", "coordinates": [ -112.001545000004342, 40.703965000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2498, "StopName": "3100 S @ 4617 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "101898", "Latitude": 40.703788, "Longitude": -112.001725, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "101898" }, "geometry": { "type": "Point", "coordinates": [ -112.001725000003944, 40.703788000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2499, "StopName": "Westsams Blvd @ 4896 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101899", "Latitude": 40.665447, "Longitude": -112.008059, "AVGBoard": 1, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "101899" }, "geometry": { "type": "Point", "coordinates": [ -112.008059000004096, 40.6654470000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2500, "StopName": "Pieper Blvd @ 5024 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "101900", "Latitude": 40.659875, "Longitude": -112.009446, "AVGBoard": 0, "AVGAlight": 3, "Route": "248", "StopAbbr_J": "101900" }, "geometry": { "type": "Point", "coordinates": [ -112.009446000004729, 40.659875000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2501, "StopName": "U Union Building (Bay C)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "198650", "Latitude": 40.764538, "Longitude": -111.845071, "AVGBoard": 52, "AVGAlight": 39, "Route": "21", "StopAbbr_J": "198650" }, "geometry": { "type": "Point", "coordinates": [ -111.845071000004225, 40.764538000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2502, "StopName": "U Union Building (Bay B)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "198652", "Latitude": 40.764685, "Longitude": -111.845196, "AVGBoard": 29, "AVGAlight": 26, "Route": "213, 17", "StopAbbr_J": "198652" }, "geometry": { "type": "Point", "coordinates": [ -111.845196000004677, 40.764685000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2503, "StopName": "13100 S @ 5767 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198653", "Latitude": 40.514093, "Longitude": -112.028275, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198653" }, "geometry": { "type": "Point", "coordinates": [ -112.028275000004314, 40.514093000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2504, "StopName": "5600 W @ 13162 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198654", "Latitude": 40.513097, "Longitude": -112.024373, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198654" }, "geometry": { "type": "Point", "coordinates": [ -112.02437300000409, 40.513097000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2505, "StopName": "3600 W @ 12448 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "198655", "Latitude": 40.525193, "Longitude": -111.976596, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198655" }, "geometry": { "type": "Point", "coordinates": [ -111.976596000004363, 40.525193000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2506, "StopName": "5600 W @ 4998 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198656", "Latitude": 40.66066, "Longitude": -112.024866, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198656" }, "geometry": { "type": "Point", "coordinates": [ -112.024866000004451, 40.660660000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2507, "StopName": "Union - AV Shuttle", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "198657", "Latitude": 40.765091, "Longitude": -111.845369, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198657" }, "geometry": { "type": "Point", "coordinates": [ -111.845369000004609, 40.765091000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2508, "StopName": "Student Life Center - AV Shuttle", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "198658", "Latitude": 40.764881, "Longitude": -111.839458, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198658" }, "geometry": { "type": "Point", "coordinates": [ -111.839458000004441, 40.764881000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2509, "StopName": "4100 S @ 5576 W", "City": "West Valley", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "198661", "Latitude": 40.681907, "Longitude": -112.024041, "AVGBoard": 9, "AVGAlight": 1, "Route": null, "StopAbbr_J": "198661" }, "geometry": { "type": "Point", "coordinates": [ -112.024041000004488, 40.681907000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2510, "StopName": "Redwood Road @ 4602 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198663", "Latitude": 40.670655, "Longitude": -111.938696, "AVGBoard": 13, "AVGAlight": 16, "Route": null, "StopAbbr_J": "198663" }, "geometry": { "type": "Point", "coordinates": [ -111.938696000004043, 40.670655000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2511, "StopName": "6180 S @ 5600 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198664", "Latitude": 40.639478, "Longitude": -112.024403, "AVGBoard": 28, "AVGAlight": 17, "Route": null, "StopAbbr_J": "198664" }, "geometry": { "type": "Point", "coordinates": [ -112.024403000004767, 40.639478000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2512, "StopName": "State St @ 22 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301001", "Latitude": 41.113268, "Longitude": -112.025592, "AVGBoard": 3, "AVGAlight": 3, "Route": null, "StopAbbr_J": "301001" }, "geometry": { "type": "Point", "coordinates": [ -112.025592000004295, 41.11326800000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2513, "StopName": "Main St @ 470 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301002", "Latitude": 41.042643, "Longitude": -111.947499, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "301002" }, "geometry": { "type": "Point", "coordinates": [ -111.94749900000447, 41.042643000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2514, "StopName": "Main St @ 471 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301003", "Latitude": 41.042239, "Longitude": -111.947288, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "301003" }, "geometry": { "type": "Point", "coordinates": [ -111.947288000004079, 41.04223900000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2515, "StopName": "Main St @ 1600 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301004", "Latitude": 41.137085, "Longitude": -112.025906, "AVGBoard": 1, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "301004" }, "geometry": { "type": "Point", "coordinates": [ -112.025906000004227, 41.137085000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2516, "StopName": "2000 W @ 1522 S (Syracuse)", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301005", "Latitude": 41.091453, "Longitude": -112.06479, "AVGBoard": 2, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301005" }, "geometry": { "type": "Point", "coordinates": [ -112.064790000004152, 41.091453000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2517, "StopName": "2000 W @ 1555 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301006", "Latitude": 41.090921, "Longitude": -112.064522, "AVGBoard": 3, "AVGAlight": 3, "Route": "626", "StopAbbr_J": "301006" }, "geometry": { "type": "Point", "coordinates": [ -112.064522000004445, 41.090921000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2518, "StopName": "1300 E @ 60 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301009", "Latitude": 40.888973, "Longitude": -111.853433, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301009" }, "geometry": { "type": "Point", "coordinates": [ -111.853433000004117, 40.888973000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2519, "StopName": "Us Hwy 89 @ 329 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301010", "Latitude": 40.847561, "Longitude": -111.907312, "AVGBoard": 0, "AVGAlight": 1, "Route": "470, 462, 461", "StopAbbr_J": "301010" }, "geometry": { "type": "Point", "coordinates": [ -111.907312000004552, 40.847561000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2520, "StopName": "State St @ 45 E", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301012", "Latitude": 40.980565, "Longitude": -111.886499, "AVGBoard": 18, "AVGAlight": 14, "Route": "667, 470, 455", "StopAbbr_J": "301012" }, "geometry": { "type": "Point", "coordinates": [ -111.886499000004378, 40.980565000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2521, "StopName": "State St @ 20 E (Farmington)", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301013", "Latitude": 40.980391, "Longitude": -111.887093, "AVGBoard": 11, "AVGAlight": 12, "Route": "470, 455", "StopAbbr_J": "301013" }, "geometry": { "type": "Point", "coordinates": [ -111.8870930000041, 40.980391000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2522, "StopName": "Fruit Heights Park & Ride", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301017", "Latitude": 41.040955, "Longitude": -111.911121, "AVGBoard": 0, "AVGAlight": 0, "Route": "473, 455", "StopAbbr_J": "301017" }, "geometry": { "type": "Point", "coordinates": [ -111.911121000004272, 41.040955000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2523, "StopName": "1800 N @ 474 W", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301026", "Latitude": 41.139941, "Longitude": -112.035016, "AVGBoard": 2, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301026" }, "geometry": { "type": "Point", "coordinates": [ -112.035016000003978, 41.139941000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2524, "StopName": "1800 N @ 820 W", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301028", "Latitude": 41.139968, "Longitude": -112.042021, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "301028" }, "geometry": { "type": "Point", "coordinates": [ -112.042021000003913, 41.139968000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2525, "StopName": "1800 N @ 951 W", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301029", "Latitude": 41.139812, "Longitude": -112.044574, "AVGBoard": 4, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "301029" }, "geometry": { "type": "Point", "coordinates": [ -112.044574000003948, 41.139812000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2526, "StopName": "1800 N @ 687 W", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301030", "Latitude": 41.139831, "Longitude": -112.039354, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "301030" }, "geometry": { "type": "Point", "coordinates": [ -112.039354000004337, 41.139831000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2527, "StopName": "1800 N @ 547 W", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301031", "Latitude": 41.139844, "Longitude": -112.036216, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301031" }, "geometry": { "type": "Point", "coordinates": [ -112.036216000004401, 41.139844000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2528, "StopName": "1800 N @ 213 W", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301032", "Latitude": 41.139822, "Longitude": -112.030095, "AVGBoard": 1, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "301032" }, "geometry": { "type": "Point", "coordinates": [ -112.030095000003911, 41.139822000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2529, "StopName": "1000 W @ 1088 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301034", "Latitude": 41.129512, "Longitude": -112.045208, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301034" }, "geometry": { "type": "Point", "coordinates": [ -112.04520800000428, 41.129512000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2530, "StopName": "1000 W @ 1236 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301035", "Latitude": 41.131934, "Longitude": -112.045209, "AVGBoard": 0, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301035" }, "geometry": { "type": "Point", "coordinates": [ -112.045209000004363, 41.131934000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2531, "StopName": "1000 W @ 1594 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301037", "Latitude": 41.136964, "Longitude": -112.045202, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "301037" }, "geometry": { "type": "Point", "coordinates": [ -112.045202000004679, 41.136964000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2532, "StopName": "1000 W @ 22 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301038", "Latitude": 41.113681, "Longitude": -112.045211, "AVGBoard": 2, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301038" }, "geometry": { "type": "Point", "coordinates": [ -112.045211000004542, 41.1136810000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2533, "StopName": "1000 W @ 246 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301039", "Latitude": 41.116725, "Longitude": -112.045202, "AVGBoard": 4, "AVGAlight": 4, "Route": "640", "StopAbbr_J": "301039" }, "geometry": { "type": "Point", "coordinates": [ -112.045202000004679, 41.116725000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2534, "StopName": "1000 W @ 1701 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301040", "Latitude": 41.138591, "Longitude": -112.045341, "AVGBoard": 3, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "301040" }, "geometry": { "type": "Point", "coordinates": [ -112.045341000004512, 41.138591000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2535, "StopName": "1000 W @ 1485 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301041", "Latitude": 41.135355, "Longitude": -112.045348, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "301041" }, "geometry": { "type": "Point", "coordinates": [ -112.045348000004196, 41.135355000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2536, "StopName": "1000 W @ 1237 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301042", "Latitude": 41.131746, "Longitude": -112.045412, "AVGBoard": 2, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "301042" }, "geometry": { "type": "Point", "coordinates": [ -112.045412000004092, 41.131746000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2537, "StopName": "1000 W @ 1057 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301043", "Latitude": 41.128952, "Longitude": -112.045405, "AVGBoard": 0, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301043" }, "geometry": { "type": "Point", "coordinates": [ -112.045405000004408, 41.128952000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2538, "StopName": "1000 W @ 141 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301044", "Latitude": 41.115519, "Longitude": -112.045355, "AVGBoard": 2, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301044" }, "geometry": { "type": "Point", "coordinates": [ -112.045355000004761, 41.115519000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2539, "StopName": "1000 W @ 21 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301045", "Latitude": 41.113712, "Longitude": -112.045389, "AVGBoard": 1, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "301045" }, "geometry": { "type": "Point", "coordinates": [ -112.045389000003979, 41.11371200000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2540, "StopName": "1000 W @ 151 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301046", "Latitude": 41.111614, "Longitude": -112.045371, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "301046" }, "geometry": { "type": "Point", "coordinates": [ -112.045371000004295, 41.111614000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2541, "StopName": "1000 E @ 1582 S", "City": "Clearfield", "ZipCode": "84107", "County": "Davis", "UTA_StopID": "301064", "Latitude": 41.0912, "Longitude": -112.007, "AVGBoard": 0, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301064" }, "geometry": { "type": "Point", "coordinates": [ -112.007000000004538, 41.091200000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2542, "StopName": "Antelope Dr @ 776 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301068", "Latitude": 41.088985, "Longitude": -112.011526, "AVGBoard": 0, "AVGAlight": 0, "Route": "640, 626", "StopAbbr_J": "301068" }, "geometry": { "type": "Point", "coordinates": [ -112.011526000004267, 41.088985000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2543, "StopName": "1000 E @ 1410 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301069", "Latitude": 41.093723, "Longitude": -112.006828, "AVGBoard": 0, "AVGAlight": 4, "Route": "640", "StopAbbr_J": "301069" }, "geometry": { "type": "Point", "coordinates": [ -112.006828000004688, 41.093723000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2544, "StopName": "1000 E @ 1599 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301071", "Latitude": 41.090838, "Longitude": -112.006872, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301071" }, "geometry": { "type": "Point", "coordinates": [ -112.006872000004748, 41.090838000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2545, "StopName": "1800 N @ 435 W", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301095", "Latitude": 41.139817, "Longitude": -112.034618, "AVGBoard": 1, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "301095" }, "geometry": { "type": "Point", "coordinates": [ -112.034618000004301, 41.13981700000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2546, "StopName": "1450 S @ 1157 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301096", "Latitude": 41.092857, "Longitude": -112.004123, "AVGBoard": 1, "AVGAlight": 2, "Route": "640, 628", "StopAbbr_J": "301096" }, "geometry": { "type": "Point", "coordinates": [ -112.004123000004654, 41.092857000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2547, "StopName": "1450 S @ 1182 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301099", "Latitude": 41.092745, "Longitude": -112.003531, "AVGBoard": 2, "AVGAlight": 1, "Route": "640, 628", "StopAbbr_J": "301099" }, "geometry": { "type": "Point", "coordinates": [ -112.003531000004202, 41.092745000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2548, "StopName": "State St @ 1455 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301101", "Latitude": 41.092223, "Longitude": -112.003987, "AVGBoard": 2, "AVGAlight": 2, "Route": "626, 470", "StopAbbr_J": "301101" }, "geometry": { "type": "Point", "coordinates": [ -112.003987000004187, 41.092223000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2549, "StopName": "570 W @ 180 N (Kaysville P & R)", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301102", "Latitude": 41.037537, "Longitude": -111.949551, "AVGBoard": 0, "AVGAlight": 0, "Route": "472, 456", "StopAbbr_J": "301102" }, "geometry": { "type": "Point", "coordinates": [ -111.949551000004391, 41.037537000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2550, "StopName": "Main St @ 282 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301109", "Latitude": 41.064428, "Longitude": -111.969901, "AVGBoard": 2, "AVGAlight": 1, "Route": "628, 470", "StopAbbr_J": "301109" }, "geometry": { "type": "Point", "coordinates": [ -111.969901000004, 41.064428000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2551, "StopName": "2000 W @ 2218 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301113", "Latitude": 41.146322, "Longitude": -112.064357, "AVGBoard": 0, "AVGAlight": 2, "Route": "626", "StopAbbr_J": "301113" }, "geometry": { "type": "Point", "coordinates": [ -112.064357000004279, 41.146322000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2552, "StopName": "State St @ 1139 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301114", "Latitude": 41.097644, "Longitude": -112.009338, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "301114" }, "geometry": { "type": "Point", "coordinates": [ -112.009338000003893, 41.097644000002568 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2553, "StopName": "Main St @ 1415 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301117", "Latitude": 40.875842, "Longitude": -111.884753, "AVGBoard": 2, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "301117" }, "geometry": { "type": "Point", "coordinates": [ -111.884753000004594, 40.875842000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2554, "StopName": "1250 W @ 75 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301118", "Latitude": 40.917465, "Longitude": -111.896978, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301118" }, "geometry": { "type": "Point", "coordinates": [ -111.896978000004168, 40.917465000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2555, "StopName": "1800 S @ 53 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301119", "Latitude": 40.871146, "Longitude": -111.881613, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301119" }, "geometry": { "type": "Point", "coordinates": [ -111.881613000004506, 40.871146000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2556, "StopName": "1800 S @ 48 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301120", "Latitude": 40.871256, "Longitude": -111.881432, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301120" }, "geometry": { "type": "Point", "coordinates": [ -111.881432000003926, 40.871256000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2557, "StopName": "1800 S @ 117 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301121", "Latitude": 40.871256, "Longitude": -111.877666, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301121" }, "geometry": { "type": "Point", "coordinates": [ -111.877666000004169, 40.871256000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2558, "StopName": "Antelope Dr @ 725 W", "City": "Syracuse", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301122", "Latitude": 41.089053, "Longitude": -112.039352, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301122" }, "geometry": { "type": "Point", "coordinates": [ -112.039352000004158, 41.089053000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2559, "StopName": "400 W @ 1678 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301146", "Latitude": 40.941537, "Longitude": -111.885248, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301146" }, "geometry": { "type": "Point", "coordinates": [ -111.885248000004211, 40.941537000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2560, "StopName": "400 W @ 1689 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301147", "Latitude": 40.941703, "Longitude": -111.885391, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301147" }, "geometry": { "type": "Point", "coordinates": [ -111.885391000004361, 40.94170300000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2561, "StopName": "400 W @ 1485 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301148", "Latitude": 40.938327, "Longitude": -111.885498, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301148" }, "geometry": { "type": "Point", "coordinates": [ -111.885498000004233, 40.93832700000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2562, "StopName": "400 W @ 1298 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301150", "Latitude": 40.933586, "Longitude": -111.885452, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301150" }, "geometry": { "type": "Point", "coordinates": [ -111.885452000004022, 40.933586000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2563, "StopName": "400 W @ 1297 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301151", "Latitude": 40.933467, "Longitude": -111.885574, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301151" }, "geometry": { "type": "Point", "coordinates": [ -111.885574000004226, 40.933467000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2564, "StopName": "400 W @ 1125 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301152", "Latitude": 40.930573, "Longitude": -111.885606, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301152" }, "geometry": { "type": "Point", "coordinates": [ -111.885606000004174, 40.930573000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2565, "StopName": "400 W @ 1126 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301153", "Latitude": 40.930701, "Longitude": -111.885444, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301153" }, "geometry": { "type": "Point", "coordinates": [ -111.885444000004256, 40.930701000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2566, "StopName": "400 W @ 548 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301154", "Latitude": 40.923231, "Longitude": -111.885488, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301154" }, "geometry": { "type": "Point", "coordinates": [ -111.885488000004301, 40.923231000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2567, "StopName": "400 W @ 549 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301155", "Latitude": 40.923263, "Longitude": -111.885627, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301155" }, "geometry": { "type": "Point", "coordinates": [ -111.885627000004121, 40.923263000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2568, "StopName": "400 W @ 370 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301156", "Latitude": 40.919945, "Longitude": -111.885469, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "301156" }, "geometry": { "type": "Point", "coordinates": [ -111.88546900000452, 40.91994500000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2569, "StopName": "400 W @ 371 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301157", "Latitude": 40.919928, "Longitude": -111.885611, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "301157" }, "geometry": { "type": "Point", "coordinates": [ -111.885611000004587, 40.919928000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2570, "StopName": "400 W @ 45 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301158", "Latitude": 40.917042, "Longitude": -111.885463, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "301158" }, "geometry": { "type": "Point", "coordinates": [ -111.885463000004037, 40.917042000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2571, "StopName": "400 W @ 46 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301159", "Latitude": 40.916915, "Longitude": -111.885611, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "301159" }, "geometry": { "type": "Point", "coordinates": [ -111.885611000004587, 40.916915000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2572, "StopName": "400 W @ 336 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301160", "Latitude": 40.913709, "Longitude": -111.885615, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "301160" }, "geometry": { "type": "Point", "coordinates": [ -111.885615000004023, 40.913709000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2573, "StopName": "400 W @ 335 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301161", "Latitude": 40.913829, "Longitude": -111.885479, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "301161" }, "geometry": { "type": "Point", "coordinates": [ -111.885479000004466, 40.913829000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2574, "StopName": "200 W @ 1709 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301162", "Latitude": 40.907712, "Longitude": -111.885621, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301162" }, "geometry": { "type": "Point", "coordinates": [ -111.885621000004519, 40.907712000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2575, "StopName": "200 W @ 1720 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301163", "Latitude": 40.907844, "Longitude": -111.885488, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301163" }, "geometry": { "type": "Point", "coordinates": [ -111.885488000004301, 40.907844000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2576, "StopName": "200 W @ 1545 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301164", "Latitude": 40.905776, "Longitude": -111.885635, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "301164" }, "geometry": { "type": "Point", "coordinates": [ -111.885635000004768, 40.905776000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2577, "StopName": "Pages Ln @ 622 W", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301166", "Latitude": 40.906691, "Longitude": -111.895866, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301166" }, "geometry": { "type": "Point", "coordinates": [ -111.89586600000473, 40.906691000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2578, "StopName": "800 W @ 1298 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301169", "Latitude": 40.902672, "Longitude": -111.901962, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301169" }, "geometry": { "type": "Point", "coordinates": [ -111.901962000004048, 40.902672000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2579, "StopName": "800 W @ 1297 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301170", "Latitude": 40.902653, "Longitude": -111.902108, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301170" }, "geometry": { "type": "Point", "coordinates": [ -111.902108000004446, 40.90265300000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2580, "StopName": "800 W @ 851 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301171", "Latitude": 40.898473, "Longitude": -111.902115, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301171" }, "geometry": { "type": "Point", "coordinates": [ -111.90211500000413, 40.898473000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2581, "StopName": "800 W @ 772 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301172", "Latitude": 40.898201, "Longitude": -111.901987, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301172" }, "geometry": { "type": "Point", "coordinates": [ -111.901987000004311, 40.898201000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2582, "StopName": "2600 S @ 936 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301176", "Latitude": 40.861698, "Longitude": -111.908531, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301176" }, "geometry": { "type": "Point", "coordinates": [ -111.908531000004757, 40.86169800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2583, "StopName": "1100 N @ 130 E", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301177", "Latitude": 40.861563, "Longitude": -111.908263, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301177" }, "geometry": { "type": "Point", "coordinates": [ -111.908263000004141, 40.861563000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2584, "StopName": "400 W @ 1050 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301178", "Latitude": 40.860934, "Longitude": -111.920466, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301178" }, "geometry": { "type": "Point", "coordinates": [ -111.920466000004595, 40.860934000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2585, "StopName": "2600 S @ 1400 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301179", "Latitude": 40.861695, "Longitude": -111.919771, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301179" }, "geometry": { "type": "Point", "coordinates": [ -111.919771000004602, 40.861695000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2586, "StopName": "900 North @ 420 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301180", "Latitude": 40.858267, "Longitude": -111.921498, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301180" }, "geometry": { "type": "Point", "coordinates": [ -111.921498000004604, 40.858267000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2587, "StopName": "900 North @ 696 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301181", "Latitude": 40.858413, "Longitude": -111.927013, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301181" }, "geometry": { "type": "Point", "coordinates": [ -111.927013000004393, 40.858413000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2588, "StopName": "900 North @ 689 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301182", "Latitude": 40.858274, "Longitude": -111.926918, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301182" }, "geometry": { "type": "Point", "coordinates": [ -111.926918000004619, 40.858274000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2589, "StopName": "Foxboro Dr @ 480 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301189", "Latitude": 40.850689, "Longitude": -111.940229, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301189" }, "geometry": { "type": "Point", "coordinates": [ -111.940229000004166, 40.850689000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2590, "StopName": "Foxboro Dr @ 467 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301190", "Latitude": 40.850506, "Longitude": -111.940364, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301190" }, "geometry": { "type": "Point", "coordinates": [ -111.940364000004564, 40.850506000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2591, "StopName": "Foxboro Dr @ 350 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301191", "Latitude": 40.848245, "Longitude": -111.940071, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301191" }, "geometry": { "type": "Point", "coordinates": [ -111.940071000004579, 40.848245000002571 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2592, "StopName": "Foxboro Dr @ 331 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301192", "Latitude": 40.847944, "Longitude": -111.940197, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301192" }, "geometry": { "type": "Point", "coordinates": [ -111.940197000004204, 40.847944000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2593, "StopName": "Foxboro Dr @ 159 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301193", "Latitude": 40.844941, "Longitude": -111.940825, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301193" }, "geometry": { "type": "Point", "coordinates": [ -111.940825000004054, 40.844941000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2594, "StopName": "Foxboro Dr @ 148 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301194", "Latitude": 40.844852, "Longitude": -111.940724, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301194" }, "geometry": { "type": "Point", "coordinates": [ -111.940724000004693, 40.844852000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2595, "StopName": "Center St @ 926 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301195", "Latitude": 40.841993, "Longitude": -111.933534, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301195" }, "geometry": { "type": "Point", "coordinates": [ -111.933534000004713, 40.841993000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2596, "StopName": "Center St @ 891 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301196", "Latitude": 40.841835, "Longitude": -111.933542, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301196" }, "geometry": { "type": "Point", "coordinates": [ -111.933542000004479, 40.841835000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2597, "StopName": "Center St @ 721 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301197", "Latitude": 40.841855, "Longitude": -111.929401, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301197" }, "geometry": { "type": "Point", "coordinates": [ -111.929401000004262, 40.84185500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2598, "StopName": "Main St @ 21 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301206", "Latitude": 40.842241, "Longitude": -111.911894, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301206" }, "geometry": { "type": "Point", "coordinates": [ -111.911894000004409, 40.84224100000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2599, "StopName": "Main St @ 10 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301207", "Latitude": 40.842082, "Longitude": -111.911761, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301207" }, "geometry": { "type": "Point", "coordinates": [ -111.911761000004205, 40.842082000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2600, "StopName": "Main St @ 208 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301208", "Latitude": 40.845659, "Longitude": -111.911767, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301208" }, "geometry": { "type": "Point", "coordinates": [ -111.911767000004701, 40.845659000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2601, "StopName": "Main St @ 207 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301209", "Latitude": 40.845644, "Longitude": -111.911899, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301209" }, "geometry": { "type": "Point", "coordinates": [ -111.911899000003928, 40.845644000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2602, "StopName": "Main St @ 348 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301210", "Latitude": 40.848137, "Longitude": -111.911788, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301210" }, "geometry": { "type": "Point", "coordinates": [ -111.91178800000462, 40.848137000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2603, "StopName": "Main St @ 353 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301211", "Latitude": 40.848289, "Longitude": -111.911899, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301211" }, "geometry": { "type": "Point", "coordinates": [ -111.911899000003928, 40.848289000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2604, "StopName": "Main St @ 676 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301212", "Latitude": 40.853707, "Longitude": -111.911772, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301212" }, "geometry": { "type": "Point", "coordinates": [ -111.911772000004206, 40.853707000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2605, "StopName": "Main St @ 675 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301213", "Latitude": 40.853668, "Longitude": -111.911926, "AVGBoard": 1, "AVGAlight": 2, "Route": "470, 455", "StopAbbr_J": "301213" }, "geometry": { "type": "Point", "coordinates": [ -111.911926000004371, 40.853668000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2606, "StopName": "Pacific Ave @ 80 E", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301214", "Latitude": 40.854787, "Longitude": -111.909835, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301214" }, "geometry": { "type": "Point", "coordinates": [ -111.909835000004804, 40.854787000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2607, "StopName": "Pacific Ave @ 75 E", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301215", "Latitude": 40.854892, "Longitude": -111.909899, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301215" }, "geometry": { "type": "Point", "coordinates": [ -111.9098990000047, 40.854892000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2608, "StopName": "Overland Rd @ 844 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301216", "Latitude": 40.856691, "Longitude": -111.906951, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301216" }, "geometry": { "type": "Point", "coordinates": [ -111.906951000004341, 40.856691000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2609, "StopName": "Overland Rd @ 845 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301217", "Latitude": 40.856727, "Longitude": -111.907081, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301217" }, "geometry": { "type": "Point", "coordinates": [ -111.907081000004311, 40.856727000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2610, "StopName": "Overland Rd @ 914 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301218", "Latitude": 40.858598, "Longitude": -111.905236, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301218" }, "geometry": { "type": "Point", "coordinates": [ -111.905236000004436, 40.858598000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2611, "StopName": "Overland St @ 915 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301219", "Latitude": 40.858638, "Longitude": -111.905374, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301219" }, "geometry": { "type": "Point", "coordinates": [ -111.905374000004159, 40.858638000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2612, "StopName": "Davis Blvd @ 1060 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301221", "Latitude": 40.878092, "Longitude": -111.863555, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301221" }, "geometry": { "type": "Point", "coordinates": [ -111.863555000004027, 40.878092000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2613, "StopName": "Millbrook Wy @ 904 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301222", "Latitude": 40.877151, "Longitude": -111.862723, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301222" }, "geometry": { "type": "Point", "coordinates": [ -111.862723000004365, 40.877151000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2614, "StopName": "Millbrook Wy @ 1042 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301223", "Latitude": 40.876687, "Longitude": -111.859298, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301223" }, "geometry": { "type": "Point", "coordinates": [ -111.859298000004088, 40.876687000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2615, "StopName": "Millbrook Wy @ 1210 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301224", "Latitude": 40.875329, "Longitude": -111.855904, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301224" }, "geometry": { "type": "Point", "coordinates": [ -111.855904000004557, 40.875329000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2616, "StopName": "Canyon Crest Rd @ 1141 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301226", "Latitude": 40.877503, "Longitude": -111.855135, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301226" }, "geometry": { "type": "Point", "coordinates": [ -111.855135000004736, 40.877503000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2617, "StopName": "Canyon Crest Rd @ 777 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301227", "Latitude": 40.881608, "Longitude": -111.854837, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301227" }, "geometry": { "type": "Point", "coordinates": [ -111.854837000004338, 40.881608000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2618, "StopName": "Canyon Crest Rd @ 738 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301228", "Latitude": 40.881334, "Longitude": -111.854973, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301228" }, "geometry": { "type": "Point", "coordinates": [ -111.854973000004804, 40.88133400000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2619, "StopName": "300 S @ 1226 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301229", "Latitude": 40.885676, "Longitude": -111.855015, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301229" }, "geometry": { "type": "Point", "coordinates": [ -111.855015000004698, 40.885676000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2620, "StopName": "1300 E @ 207 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301230", "Latitude": 40.887519, "Longitude": -111.853339, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301230" }, "geometry": { "type": "Point", "coordinates": [ -111.853339000004411, 40.887519000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2621, "StopName": "1300 E @ 1 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301231", "Latitude": 40.890212, "Longitude": -111.853279, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301231" }, "geometry": { "type": "Point", "coordinates": [ -111.853279000003951, 40.890212000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2622, "StopName": "Center St @ 1165 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301232", "Latitude": 40.889887, "Longitude": -111.856478, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301232" }, "geometry": { "type": "Point", "coordinates": [ -111.856478000004415, 40.889887000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2623, "StopName": "Davis Blvd @ 320 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301233", "Latitude": 40.892995, "Longitude": -111.858327, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301233" }, "geometry": { "type": "Point", "coordinates": [ -111.858327000004635, 40.892995000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2624, "StopName": "Davis Blvd @ 321 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301234", "Latitude": 40.892984, "Longitude": -111.858493, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301234" }, "geometry": { "type": "Point", "coordinates": [ -111.858493000003975, 40.892984000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2625, "StopName": "900 E @ 540 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301235", "Latitude": 40.896197, "Longitude": -111.863038, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301235" }, "geometry": { "type": "Point", "coordinates": [ -111.86303800000438, 40.896197000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2626, "StopName": "900 North @ 964 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301236", "Latitude": 40.898288, "Longitude": -111.861804, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301236" }, "geometry": { "type": "Point", "coordinates": [ -111.861804000004724, 40.89828800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2627, "StopName": "1000 E @ 857 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301237", "Latitude": 40.897974, "Longitude": -111.861103, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301237" }, "geometry": { "type": "Point", "coordinates": [ -111.861103000004249, 40.897974000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2628, "StopName": "1000 E @ 551 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301238", "Latitude": 40.895767, "Longitude": -111.860773, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301238" }, "geometry": { "type": "Point", "coordinates": [ -111.860773000004798, 40.895767000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2629, "StopName": "500 S @ 25 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301239", "Latitude": 40.884166, "Longitude": -111.880949, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 461", "StopAbbr_J": "301239" }, "geometry": { "type": "Point", "coordinates": [ -111.880949000004406, 40.884166000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2630, "StopName": "500 S @ 25 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301240", "Latitude": 40.884348, "Longitude": -111.880392, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 461", "StopAbbr_J": "301240" }, "geometry": { "type": "Point", "coordinates": [ -111.88039200000415, 40.884348000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2631, "StopName": "500 S @ 198 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301241", "Latitude": 40.884328, "Longitude": -111.885381, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 461", "StopAbbr_J": "301241" }, "geometry": { "type": "Point", "coordinates": [ -111.885381000004429, 40.88432800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2632, "StopName": "500 S @ 201 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301242", "Latitude": 40.884151, "Longitude": -111.885842, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 461", "StopAbbr_J": "301242" }, "geometry": { "type": "Point", "coordinates": [ -111.885842000003933, 40.884151000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2633, "StopName": "400 W @ 920 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301243", "Latitude": 40.858755, "Longitude": -111.920681, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301243" }, "geometry": { "type": "Point", "coordinates": [ -111.920681000004407, 40.85875500000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2634, "StopName": "600 West @ 1950 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301244", "Latitude": 40.910858, "Longitude": -111.895731, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301244" }, "geometry": { "type": "Point", "coordinates": [ -111.895731000004346, 40.910858000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2635, "StopName": "600 West @ 1951 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301245", "Latitude": 40.910792, "Longitude": -111.895822, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301245" }, "geometry": { "type": "Point", "coordinates": [ -111.895822000004685, 40.910792000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2636, "StopName": "800 W @ 1564 N", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301246", "Latitude": 40.906216, "Longitude": -111.901942, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301246" }, "geometry": { "type": "Point", "coordinates": [ -111.901942000004183, 40.906216000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2637, "StopName": "2000 W @ 1330 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301248", "Latitude": 41.093736, "Longitude": -112.064783, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301248" }, "geometry": { "type": "Point", "coordinates": [ -112.064783000004468, 41.093736000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2638, "StopName": "Center St @ 1026 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301249", "Latitude": 40.842002, "Longitude": -111.936922, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301249" }, "geometry": { "type": "Point", "coordinates": [ -111.936922000004657, 40.842002000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2639, "StopName": "Center St @ 1088 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301250", "Latitude": 40.841961, "Longitude": -111.939214, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301250" }, "geometry": { "type": "Point", "coordinates": [ -111.939214000004668, 40.841961000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2640, "StopName": "700 W @ 665 S", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301251", "Latitude": 40.883085, "Longitude": -111.899018, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 463, 461", "StopAbbr_J": "301251" }, "geometry": { "type": "Point", "coordinates": [ -111.899018000004006, 40.883085000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2641, "StopName": "200 W @ 1502 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301252", "Latitude": 40.905019, "Longitude": -111.885473, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 471", "StopAbbr_J": "301252" }, "geometry": { "type": "Point", "coordinates": [ -111.885473000003969, 40.905019000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2642, "StopName": "1500 S @ 552 W", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301253", "Latitude": 40.874784, "Longitude": -111.893951, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301253" }, "geometry": { "type": "Point", "coordinates": [ -111.893951000004435, 40.874784000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2643, "StopName": "1200 E @ 448 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301254", "Latitude": 40.884965, "Longitude": -111.856541, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301254" }, "geometry": { "type": "Point", "coordinates": [ -111.856541000004242, 40.884965000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2644, "StopName": "1200 E @ 455 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301255", "Latitude": 40.884709, "Longitude": -111.856439, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301255" }, "geometry": { "type": "Point", "coordinates": [ -111.856439000003903, 40.884709000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2645, "StopName": "400 W @ 860 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301256", "Latitude": 40.927551, "Longitude": -111.885477, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301256" }, "geometry": { "type": "Point", "coordinates": [ -111.885477000004286, 40.92755100000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2646, "StopName": "400 W @ 855 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301257", "Latitude": 40.927411, "Longitude": -111.885621, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301257" }, "geometry": { "type": "Point", "coordinates": [ -111.885621000004519, 40.927411000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2647, "StopName": "Center St @ 30 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301258", "Latitude": 40.841891, "Longitude": -111.912518, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301258" }, "geometry": { "type": "Point", "coordinates": [ -111.912518000003928, 40.841891000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2648, "StopName": "Center St @ 33 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301259", "Latitude": 40.841796, "Longitude": -111.912734, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301259" }, "geometry": { "type": "Point", "coordinates": [ -111.912734000004733, 40.841796000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2649, "StopName": "1100 N @ 890 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301269", "Latitude": 40.86159, "Longitude": -111.934129, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301269" }, "geometry": { "type": "Point", "coordinates": [ -111.934129000004518, 40.861590000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2650, "StopName": "1100 N @ 875 W", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301270", "Latitude": 40.86147, "Longitude": -111.933909, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301270" }, "geometry": { "type": "Point", "coordinates": [ -111.933909000004277, 40.861470000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2651, "StopName": "Fox Hollow Dr @ 775 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301271", "Latitude": 40.856227, "Longitude": -111.938731, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301271" }, "geometry": { "type": "Point", "coordinates": [ -111.938731000004239, 40.856227000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2652, "StopName": "Fox Hollow Dr @ 776 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301272", "Latitude": 40.856254, "Longitude": -111.938582, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301272" }, "geometry": { "type": "Point", "coordinates": [ -111.938582000004487, 40.856254000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2653, "StopName": "Fox Hollow Dr @ 1024 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301273", "Latitude": 40.859915, "Longitude": -111.938015, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301273" }, "geometry": { "type": "Point", "coordinates": [ -111.938015000004327, 40.85991500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2654, "StopName": "Fox Hollow Dr @ 1027 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301274", "Latitude": 40.859941, "Longitude": -111.938161, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301274" }, "geometry": { "type": "Point", "coordinates": [ -111.938161000004712, 40.859941000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2655, "StopName": "Redwood Rd @ 995 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301275", "Latitude": 40.858691, "Longitude": -111.930012, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301275" }, "geometry": { "type": "Point", "coordinates": [ -111.930012000004481, 40.858691000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2656, "StopName": "Davis Blvd @ 591 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301276", "Latitude": 40.883166, "Longitude": -111.859838, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301276" }, "geometry": { "type": "Point", "coordinates": [ -111.859838000004729, 40.883166000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2657, "StopName": "Davis Blvd @ 833 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301277", "Latitude": 40.880316, "Longitude": -111.861502, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301277" }, "geometry": { "type": "Point", "coordinates": [ -111.861502000004009, 40.880316000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2658, "StopName": "Davis Blvd @ 834 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301278", "Latitude": 40.880339, "Longitude": -111.861661, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301278" }, "geometry": { "type": "Point", "coordinates": [ -111.861661000004588, 40.880339000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2659, "StopName": "Davis Blvd @ 592 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301279", "Latitude": 40.883192, "Longitude": -111.859991, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301279" }, "geometry": { "type": "Point", "coordinates": [ -111.859991000004797, 40.883192000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2660, "StopName": "500 S @ 779 E", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301281", "Latitude": 40.884367, "Longitude": -111.865375, "AVGBoard": 0, "AVGAlight": 0, "Route": "461", "StopAbbr_J": "301281" }, "geometry": { "type": "Point", "coordinates": [ -111.865375000004519, 40.884367000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2661, "StopName": "Fox Hollow Dr @ 620 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301282", "Latitude": 40.853879, "Longitude": -111.938574, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301282" }, "geometry": { "type": "Point", "coordinates": [ -111.938574000004735, 40.853879000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2662, "StopName": "Fox Hollow Dr @ 631 N", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301283", "Latitude": 40.854041, "Longitude": -111.938718, "AVGBoard": 0, "AVGAlight": 0, "Route": "460", "StopAbbr_J": "301283" }, "geometry": { "type": "Point", "coordinates": [ -111.938718000004073, 40.854041000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2663, "StopName": "Datc Drive @ 350 S (Datc)", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301284", "Latitude": 41.029315, "Longitude": -111.923161, "AVGBoard": 8, "AVGAlight": 9, "Route": "627, 470", "StopAbbr_J": "301284" }, "geometry": { "type": "Point", "coordinates": [ -111.923161000004697, 41.029315000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2664, "StopName": "Main St @ 1006 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301290", "Latitude": 40.899872, "Longitude": -111.878924, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "301290" }, "geometry": { "type": "Point", "coordinates": [ -111.878924000004019, 40.899872000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2665, "StopName": "Antelope Dr @ 1473 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301309", "Latitude": 41.088955, "Longitude": -112.053376, "AVGBoard": 3, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301309" }, "geometry": { "type": "Point", "coordinates": [ -112.053376000004292, 41.088955000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2666, "StopName": "200 E @ 916 S", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301318", "Latitude": 40.965368, "Longitude": -111.883445, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "301318" }, "geometry": { "type": "Point", "coordinates": [ -111.883445000004215, 40.965368000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2667, "StopName": "400 E @ 148 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301319", "Latitude": 40.890783, "Longitude": -111.872293, "AVGBoard": 0, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "301319" }, "geometry": { "type": "Point", "coordinates": [ -111.872293000004461, 40.890783000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2668, "StopName": "Main St @ 44 S", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301321", "Latitude": 40.841048, "Longitude": -111.911873, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "301321" }, "geometry": { "type": "Point", "coordinates": [ -111.911873000004462, 40.84104800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2669, "StopName": "Main St @ 57 S", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301322", "Latitude": 40.840748, "Longitude": -111.911747, "AVGBoard": 0, "AVGAlight": 0, "Route": "463, 460", "StopAbbr_J": "301322" }, "geometry": { "type": "Point", "coordinates": [ -111.911747000003928, 40.840748000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2670, "StopName": "500 W @ 2520 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301323", "Latitude": 40.862134, "Longitude": -111.892337, "AVGBoard": 1, "AVGAlight": 7, "Route": "470", "StopAbbr_J": "301323" }, "geometry": { "type": "Point", "coordinates": [ -111.89233700000392, 40.862134000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2671, "StopName": "Main St @ 243 N (Centerville)", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301324", "Latitude": 40.919764, "Longitude": -111.879108, "AVGBoard": 15, "AVGAlight": 10, "Route": "470", "StopAbbr_J": "301324" }, "geometry": { "type": "Point", "coordinates": [ -111.879108000003953, 40.919764000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2672, "StopName": "Antelope Dr @ 1452 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301325", "Latitude": 41.089187, "Longitude": -112.054188, "AVGBoard": 1, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "301325" }, "geometry": { "type": "Point", "coordinates": [ -112.054188000004075, 41.089187000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2673, "StopName": "Antelope Dr @ 1674 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301326", "Latitude": 41.089183, "Longitude": -112.058022, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301326" }, "geometry": { "type": "Point", "coordinates": [ -112.058022000004058, 41.089183000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2674, "StopName": "Antelope Dr @ 1942 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301327", "Latitude": 41.089356, "Longitude": -112.062902, "AVGBoard": 0, "AVGAlight": 5, "Route": "626", "StopAbbr_J": "301327" }, "geometry": { "type": "Point", "coordinates": [ -112.062902000004328, 41.089356000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2675, "StopName": "Antelope Dr @ 1963 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301328", "Latitude": 41.089119, "Longitude": -112.063457, "AVGBoard": 7, "AVGAlight": 2, "Route": "626", "StopAbbr_J": "301328" }, "geometry": { "type": "Point", "coordinates": [ -112.063457000004405, 41.089119000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2676, "StopName": "Us Hwy 89 @ 690 N", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301331", "Latitude": 41.045446, "Longitude": -111.909791, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301331" }, "geometry": { "type": "Point", "coordinates": [ -111.909791000004773, 41.045446000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2677, "StopName": "Us Hwy 89 @ 645 N", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301332", "Latitude": 41.045337, "Longitude": -111.910219, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301332" }, "geometry": { "type": "Point", "coordinates": [ -111.910219000004219, 41.045337000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2678, "StopName": "600 N @ 111 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301333", "Latitude": 40.990164, "Longitude": -111.889793, "AVGBoard": 1, "AVGAlight": 0, "Route": "667, 470, 455", "StopAbbr_J": "301333" }, "geometry": { "type": "Point", "coordinates": [ -111.889793000004616, 40.990164000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2679, "StopName": "Mountain Road @ 849 S", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301334", "Latitude": 41.020046, "Longitude": -111.907068, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "301334" }, "geometry": { "type": "Point", "coordinates": [ -111.907068000004131, 41.020046000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2680, "StopName": "Mountain Road @ 401 N", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301335", "Latitude": 41.028243, "Longitude": -111.901373, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "301335" }, "geometry": { "type": "Point", "coordinates": [ -111.901373000004739, 41.028243000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2681, "StopName": "Mountain Road @ 850 S (Fruit Height", "City": "Fruit Heights", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301336", "Latitude": 41.020423, "Longitude": -111.906903, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "301336" }, "geometry": { "type": "Point", "coordinates": [ -111.906903000003965, 41.020423000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2682, "StopName": "Gordon Ave @ 571 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301340", "Latitude": 41.074662, "Longitude": -111.954434, "AVGBoard": 0, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "301340" }, "geometry": { "type": "Point", "coordinates": [ -111.954434000003999, 41.074662000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2683, "StopName": "Lagoon Drive @ 135 N (Farmington)", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301341", "Latitude": 40.982751, "Longitude": -111.896975, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "301341" }, "geometry": { "type": "Point", "coordinates": [ -111.89697500000392, 40.982751000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2684, "StopName": "Fort Lane @ 575 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301349", "Latitude": 41.051582, "Longitude": -111.957771, "AVGBoard": 1, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "301349" }, "geometry": { "type": "Point", "coordinates": [ -111.957771000004229, 41.051582000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2685, "StopName": "2000 W @ 1275 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301353", "Latitude": 41.132121, "Longitude": -112.064589, "AVGBoard": 1, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301353" }, "geometry": { "type": "Point", "coordinates": [ -112.064589000004617, 41.132121000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2686, "StopName": "2000 W @ 1330 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301354", "Latitude": 41.133076, "Longitude": -112.064367, "AVGBoard": 0, "AVGAlight": 2, "Route": "626", "StopAbbr_J": "301354" }, "geometry": { "type": "Point", "coordinates": [ -112.064367000004196, 41.133076000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2687, "StopName": "1000 E @ 1480 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301355", "Latitude": 41.092466, "Longitude": -112.006998, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301355" }, "geometry": { "type": "Point", "coordinates": [ -112.006998000004387, 41.092466000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2688, "StopName": "Main St @ 250 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301357", "Latitude": 41.038871, "Longitude": -111.939027, "AVGBoard": 4, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "301357" }, "geometry": { "type": "Point", "coordinates": [ -111.939027000004472, 41.038871000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2689, "StopName": "9400 S @ 801 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173016", "Latitude": 40.580733, "Longitude": -111.869441, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173016" }, "geometry": { "type": "Point", "coordinates": [ -111.869441000003931, 40.580733000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2690, "StopName": "Farifield @ 420 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301359", "Latitude": 41.041005, "Longitude": -111.935899, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301359" }, "geometry": { "type": "Point", "coordinates": [ -111.935899000004483, 41.041005000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2691, "StopName": "Fairfield Rd @ 544 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301360", "Latitude": 41.067781, "Longitude": -111.950012, "AVGBoard": 3, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301360" }, "geometry": { "type": "Point", "coordinates": [ -111.950012000004804, 41.067781000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2692, "StopName": "Main St @ 1661 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301361", "Latitude": 41.137768, "Longitude": -112.026201, "AVGBoard": 4, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "301361" }, "geometry": { "type": "Point", "coordinates": [ -112.026201000004363, 41.137768000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2693, "StopName": "100 N @ 900 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301362", "Latitude": 40.982155, "Longitude": -111.906169, "AVGBoard": 0, "AVGAlight": 2, "Route": "455", "StopAbbr_J": "301362" }, "geometry": { "type": "Point", "coordinates": [ -111.906169000004326, 40.982155000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2694, "StopName": "Us Hwy 89 @ 1411 N", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "301363", "Latitude": 41.080314, "Longitude": -111.911195, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301363" }, "geometry": { "type": "Point", "coordinates": [ -111.911195000004099, 41.080314000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2695, "StopName": "University Pkwy @ 2343 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301364", "Latitude": 41.094171, "Longitude": -111.987845, "AVGBoard": 4, "AVGAlight": 7, "Route": "640", "StopAbbr_J": "301364" }, "geometry": { "type": "Point", "coordinates": [ -111.987845000004071, 41.094171000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2696, "StopName": "Main St @ 1338 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301367", "Latitude": 41.094202, "Longitude": -112.006292, "AVGBoard": 27, "AVGAlight": 20, "Route": "640, 628, 626, 470", "StopAbbr_J": "301367" }, "geometry": { "type": "Point", "coordinates": [ -112.006292000004379, 41.094202000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2697, "StopName": "Orchard Dr @ 55 S", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301369", "Latitude": 40.84126, "Longitude": -111.906248, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "301369" }, "geometry": { "type": "Point", "coordinates": [ -111.906248000004581, 40.841260000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2698, "StopName": "400 W @ 1526 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301370", "Latitude": 40.93886, "Longitude": -111.885335, "AVGBoard": 0, "AVGAlight": 0, "Route": "471", "StopAbbr_J": "301370" }, "geometry": { "type": "Point", "coordinates": [ -111.885335000004218, 40.938860000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2699, "StopName": "Main St @ 1779 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301371", "Latitude": 41.009768, "Longitude": -111.909213, "AVGBoard": 1, "AVGAlight": 2, "Route": "470, 455", "StopAbbr_J": "301371" }, "geometry": { "type": "Point", "coordinates": [ -111.90921300000457, 41.009768000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2700, "StopName": "Main St @ 175 S", "City": "Kaysville", "ZipCode": "84606", "County": "Davis", "UTA_StopID": "301372", "Latitude": 41.032552, "Longitude": -111.937383, "AVGBoard": 1, "AVGAlight": 2, "Route": "627, 470", "StopAbbr_J": "301372" }, "geometry": { "type": "Point", "coordinates": [ -111.937383000004147, 41.032552000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2701, "StopName": "1000 W @ 510 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301373", "Latitude": 41.120711, "Longitude": -112.045216, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301373" }, "geometry": { "type": "Point", "coordinates": [ -112.045216000004061, 41.120711000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2702, "StopName": "University Park Blvd @ 2388 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301374", "Latitude": 41.094663, "Longitude": -111.987692, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "301374" }, "geometry": { "type": "Point", "coordinates": [ -111.987692000003989, 41.094663000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2703, "StopName": "Main St @ 3315 S", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301375", "Latitude": 40.85378, "Longitude": -111.902338, "AVGBoard": 5, "AVGAlight": 4, "Route": "470, 461", "StopAbbr_J": "301375" }, "geometry": { "type": "Point", "coordinates": [ -111.902338000004605, 40.853780000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2704, "StopName": "400 E @ 407 S", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301376", "Latitude": 40.912951, "Longitude": -111.872281, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "301376" }, "geometry": { "type": "Point", "coordinates": [ -111.872281000004364, 40.912951000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2705, "StopName": "Park Ln. @ 330 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301409", "Latitude": 40.991534, "Longitude": -111.895706, "AVGBoard": 0, "AVGAlight": 0, "Route": "470, 455", "StopAbbr_J": "301409" }, "geometry": { "type": "Point", "coordinates": [ -111.895706000004068, 40.991534000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2706, "StopName": "Park Ln. @ 319 W", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301410", "Latitude": 40.99134, "Longitude": -111.896133, "AVGBoard": 0, "AVGAlight": 1, "Route": "667, 470, 455", "StopAbbr_J": "301410" }, "geometry": { "type": "Point", "coordinates": [ -111.896133000004355, 40.991340000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2707, "StopName": "400 E @ 409 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301414", "Latitude": 40.894222, "Longitude": -111.872469, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "301414" }, "geometry": { "type": "Point", "coordinates": [ -111.872469000004642, 40.894222000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2708, "StopName": "Childs Ln @ 217 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301415", "Latitude": 40.919222, "Longitude": -111.896999, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 463", "StopAbbr_J": "301415" }, "geometry": { "type": "Point", "coordinates": [ -111.896999000004115, 40.919222000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2709, "StopName": "Childs Ln @ 234 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301416", "Latitude": 40.919389, "Longitude": -111.896808, "AVGBoard": 0, "AVGAlight": 0, "Route": "F605, 463", "StopAbbr_J": "301416" }, "geometry": { "type": "Point", "coordinates": [ -111.896808000004484, 40.919389000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2710, "StopName": "Hwy 193 @ 1161 W", "City": "Layton", "ZipCode": "84041", "County": "Weber", "UTA_StopID": "301417", "Latitude": 41.103436, "Longitude": -111.986972, "AVGBoard": 1, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "301417" }, "geometry": { "type": "Point", "coordinates": [ -111.986972000004627, 41.103436000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2711, "StopName": "Main St @ 891 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301421", "Latitude": 41.047275, "Longitude": -111.954239, "AVGBoard": 2, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "301421" }, "geometry": { "type": "Point", "coordinates": [ -111.954239000004051, 41.0472750000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2712, "StopName": "Orchard Dr @ 3319 S", "City": "North Salt Lake", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301427", "Latitude": 40.853428, "Longitude": -111.895192, "AVGBoard": 0, "AVGAlight": 0, "Route": "462, 455", "StopAbbr_J": "301427" }, "geometry": { "type": "Point", "coordinates": [ -111.89519200000467, 40.853428000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2713, "StopName": "Antelope Drive Park & Ride", "City": "Layton", "ZipCode": "84040", "County": "Davis", "UTA_StopID": "301429", "Latitude": 41.092848, "Longitude": -111.911558, "AVGBoard": 34, "AVGAlight": 37, "Route": "473, 455", "StopAbbr_J": "301429" }, "geometry": { "type": "Point", "coordinates": [ -111.911558000004462, 41.092848000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2714, "StopName": "Eagle Ridge Dr @ 10 E", "City": "North Salt Lake", "ZipCode": "84054", "County": "Davis", "UTA_StopID": "301430", "Latitude": 40.837132, "Longitude": -111.912033, "AVGBoard": 0, "AVGAlight": 3, "Route": "455", "StopAbbr_J": "301430" }, "geometry": { "type": "Point", "coordinates": [ -111.912033000004229, 40.837132000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2715, "StopName": "University Park Blvd @ 2127 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301431", "Latitude": 41.091234, "Longitude": -111.987887, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "301431" }, "geometry": { "type": "Point", "coordinates": [ -111.987887000003923, 41.091234000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2716, "StopName": "Antelope Dr @ 1078 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301432", "Latitude": 41.0893, "Longitude": -111.98561, "AVGBoard": 3, "AVGAlight": 3, "Route": "640, 628", "StopAbbr_J": "301432" }, "geometry": { "type": "Point", "coordinates": [ -111.985610000004257, 41.089300000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2717, "StopName": "Orchard Dr @ 905 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301433", "Latitude": 40.880269, "Longitude": -111.872863, "AVGBoard": 0, "AVGAlight": 0, "Route": "461, 455", "StopAbbr_J": "301433" }, "geometry": { "type": "Point", "coordinates": [ -111.872863000003989, 40.880269000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2718, "StopName": "13Th St @ 870 S", "City": "Clearfield", "ZipCode": "84016", "County": "Davis", "UTA_StopID": "301434", "Latitude": 41.101439, "Longitude": -112.028214, "AVGBoard": 1, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "301434" }, "geometry": { "type": "Point", "coordinates": [ -112.028214000004652, 41.101439000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2719, "StopName": "13Th St @ 1150 S", "City": "Clearfield", "ZipCode": "84016", "County": "Davis", "UTA_StopID": "301436", "Latitude": 41.097959, "Longitude": -112.025347, "AVGBoard": 3, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301436" }, "geometry": { "type": "Point", "coordinates": [ -112.025347000004686, 41.097959000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2720, "StopName": "13Th St @ 1213 S", "City": "Clearfield", "ZipCode": "84016", "County": "Davis", "UTA_StopID": "301437", "Latitude": 41.097536, "Longitude": -112.025197, "AVGBoard": 2, "AVGAlight": 4, "Route": "640", "StopAbbr_J": "301437" }, "geometry": { "type": "Point", "coordinates": [ -112.025197000003956, 41.097536000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2721, "StopName": "Main St @ 1322 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301438", "Latitude": 41.132915, "Longitude": -112.0259, "AVGBoard": 2, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "301438" }, "geometry": { "type": "Point", "coordinates": [ -112.025900000004611, 41.132915000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2722, "StopName": "Main St @ 350 N", "City": "Centerville", "ZipCode": "84014", "County": "Davis", "UTA_StopID": "301439", "Latitude": 40.920887, "Longitude": -111.878895, "AVGBoard": 4, "AVGAlight": 10, "Route": "470", "StopAbbr_J": "301439" }, "geometry": { "type": "Point", "coordinates": [ -111.878895000004292, 40.920887000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2723, "StopName": "Main St @ 502 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301440", "Latitude": 40.894818, "Longitude": -111.878945, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "301440" }, "geometry": { "type": "Point", "coordinates": [ -111.878945000003938, 40.89481800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2724, "StopName": "Main St @ 1045 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301441", "Latitude": 41.07537, "Longitude": -111.981917, "AVGBoard": 3, "AVGAlight": 11, "Route": "470", "StopAbbr_J": "301441" }, "geometry": { "type": "Point", "coordinates": [ -111.981917000004259, 41.075370000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2725, "StopName": "Main St @ 723 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301442", "Latitude": 41.07097, "Longitude": -111.977209, "AVGBoard": 25, "AVGAlight": 44, "Route": "628, 470", "StopAbbr_J": "301442" }, "geometry": { "type": "Point", "coordinates": [ -111.977209000004763, 41.070970000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2726, "StopName": "2000 W @ 2664 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301445", "Latitude": 41.152163, "Longitude": -112.0643, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301445" }, "geometry": { "type": "Point", "coordinates": [ -112.064300000004067, 41.152163000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2727, "StopName": "1800 N @ 324 W", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301446", "Latitude": 41.139936, "Longitude": -112.032463, "AVGBoard": 3, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "301446" }, "geometry": { "type": "Point", "coordinates": [ -112.032463000003929, 41.139936000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2728, "StopName": "1800 N @ 111 W", "City": "SUNSET", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301447", "Latitude": 41.139792, "Longitude": -112.027774, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "301447" }, "geometry": { "type": "Point", "coordinates": [ -112.0277740000042, 41.139792000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2729, "StopName": "Woodland Park Dr @ 1905 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301448", "Latitude": 41.08788, "Longitude": -111.984315, "AVGBoard": 2, "AVGAlight": 3, "Route": "628", "StopAbbr_J": "301448" }, "geometry": { "type": "Point", "coordinates": [ -111.984315000004059, 41.087880000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2730, "StopName": "Woodland Park Dr @ 1896 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301449", "Latitude": 41.087783, "Longitude": -111.984114, "AVGBoard": 3, "AVGAlight": 2, "Route": "628", "StopAbbr_J": "301449" }, "geometry": { "type": "Point", "coordinates": [ -111.98411400000451, 41.087783000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2731, "StopName": "Woodland Park Dr @ 1754 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301451", "Latitude": 41.085854, "Longitude": -111.984132, "AVGBoard": 1, "AVGAlight": 2, "Route": "628", "StopAbbr_J": "301451" }, "geometry": { "type": "Point", "coordinates": [ -111.984132000004195, 41.085854000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2732, "StopName": "Heritage Park Blvd @ 919 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301452", "Latitude": 41.083691, "Longitude": -111.982637, "AVGBoard": 0, "AVGAlight": 0, "Route": "628", "StopAbbr_J": "301452" }, "geometry": { "type": "Point", "coordinates": [ -111.982637000004516, 41.083691000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2733, "StopName": "Heritage Park Blvd @ 918 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301453", "Latitude": 41.083793, "Longitude": -111.982639, "AVGBoard": 1, "AVGAlight": 1, "Route": "628", "StopAbbr_J": "301453" }, "geometry": { "type": "Point", "coordinates": [ -111.982639000004696, 41.083793000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2734, "StopName": "Heritage Park Blvd @ 771 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301454", "Latitude": 41.083074, "Longitude": -111.979796, "AVGBoard": 1, "AVGAlight": 1, "Route": "628", "StopAbbr_J": "301454" }, "geometry": { "type": "Point", "coordinates": [ -111.979796000004015, 41.083074000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2735, "StopName": "Heritage Park Blvd @ 764 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301455", "Latitude": 41.083168, "Longitude": -111.979655, "AVGBoard": 1, "AVGAlight": 1, "Route": "628", "StopAbbr_J": "301455" }, "geometry": { "type": "Point", "coordinates": [ -111.97965500000403, 41.083168000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2736, "StopName": "Layton Hills Pky @ 1547 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301456", "Latitude": 41.082459, "Longitude": -111.978442, "AVGBoard": 0, "AVGAlight": 1, "Route": "628", "StopAbbr_J": "301456" }, "geometry": { "type": "Point", "coordinates": [ -111.978442000004321, 41.08245900000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2737, "StopName": "Layton Hills Pky @ 1534 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301457", "Latitude": 41.0823, "Longitude": -111.978317, "AVGBoard": 2, "AVGAlight": 1, "Route": "628", "StopAbbr_J": "301457" }, "geometry": { "type": "Point", "coordinates": [ -111.978317000003855, 41.08230000000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2738, "StopName": "Layton Hills Pky @ 1415 N", "City": null, "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301458", "Latitude": 41.081007, "Longitude": -111.978452, "AVGBoard": 1, "AVGAlight": 0, "Route": "628", "StopAbbr_J": "301458" }, "geometry": { "type": "Point", "coordinates": [ -111.978452000004253, 41.081007000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2739, "StopName": "Layton Hills Pky @ 1434 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301459", "Latitude": 41.081071, "Longitude": -111.97833, "AVGBoard": 1, "AVGAlight": 1, "Route": "628", "StopAbbr_J": "301459" }, "geometry": { "type": "Point", "coordinates": [ -111.97833000000405, 41.081071000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2740, "StopName": "Antelope Dr @ 1093 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301461", "Latitude": 41.08908, "Longitude": -111.985828, "AVGBoard": 4, "AVGAlight": 7, "Route": "640, 628", "StopAbbr_J": "301461" }, "geometry": { "type": "Point", "coordinates": [ -111.985828000004318, 41.089080000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2741, "StopName": "1000 W @ 1370 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301463", "Latitude": 41.133685, "Longitude": -112.045193, "AVGBoard": 2, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "301463" }, "geometry": { "type": "Point", "coordinates": [ -112.045193000003948, 41.133685000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2742, "StopName": "University Ave @ 283 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301464", "Latitude": 40.984397, "Longitude": -111.909519, "AVGBoard": 11, "AVGAlight": 10, "Route": "667, 455", "StopAbbr_J": "301464" }, "geometry": { "type": "Point", "coordinates": [ -111.909519000004721, 40.984397000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2743, "StopName": "Heritage Park Blvd @ 835 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301469", "Latitude": 41.083332, "Longitude": -111.981079, "AVGBoard": 0, "AVGAlight": 0, "Route": "628", "StopAbbr_J": "301469" }, "geometry": { "type": "Point", "coordinates": [ -111.981079000004115, 41.083332000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2744, "StopName": "Heritage Park Blvd @ 836 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301470", "Latitude": 41.083423, "Longitude": -111.981049, "AVGBoard": 0, "AVGAlight": 1, "Route": "628", "StopAbbr_J": "301470" }, "geometry": { "type": "Point", "coordinates": [ -111.981049000004347, 41.083423000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2745, "StopName": "University Ave @ 302 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301471", "Latitude": 40.984578, "Longitude": -111.909667, "AVGBoard": 0, "AVGAlight": 2, "Route": "667, 455", "StopAbbr_J": "301471" }, "geometry": { "type": "Point", "coordinates": [ -111.90966700000439, 40.984578000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2746, "StopName": "Main St @ 16 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301474", "Latitude": 41.059814, "Longitude": -111.966191, "AVGBoard": 0, "AVGAlight": 3, "Route": "628", "StopAbbr_J": "301474" }, "geometry": { "type": "Point", "coordinates": [ -111.966191000004386, 41.059814000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2747, "StopName": "Woodland Park Dr @ 1739 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301475", "Latitude": 41.085637, "Longitude": -111.984333, "AVGBoard": 1, "AVGAlight": 1, "Route": "628", "StopAbbr_J": "301475" }, "geometry": { "type": "Point", "coordinates": [ -111.984333000004639, 41.08563700000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2748, "StopName": "University Ave @ 163 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301476", "Latitude": 40.983231, "Longitude": -111.909078, "AVGBoard": 0, "AVGAlight": 0, "Route": "667, 455", "StopAbbr_J": "301476" }, "geometry": { "type": "Point", "coordinates": [ -111.909078000004172, 40.983231000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2749, "StopName": "University Ave @ 162 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301477", "Latitude": 40.9832, "Longitude": -111.90899, "AVGBoard": 0, "AVGAlight": 1, "Route": "667, 455", "StopAbbr_J": "301477" }, "geometry": { "type": "Point", "coordinates": [ -111.908990000004081, 40.983200000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2750, "StopName": "1800 N @ 568 W", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301478", "Latitude": 41.139953, "Longitude": -112.036675, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "301478" }, "geometry": { "type": "Point", "coordinates": [ -112.036675000004635, 41.139953000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2751, "StopName": "Main St @ 113 N", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301479", "Latitude": 41.036668, "Longitude": -111.938721, "AVGBoard": 3, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "301479" }, "geometry": { "type": "Point", "coordinates": [ -111.938721000004321, 41.036668000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2752, "StopName": "Main St. @ 755 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301480", "Latitude": 41.022201, "Longitude": -111.925339, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "301480" }, "geometry": { "type": "Point", "coordinates": [ -111.925339000004271, 41.022201000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2753, "StopName": "Hwy 193 @ 524 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301481", "Latitude": 41.103439, "Longitude": -111.977904, "AVGBoard": 2, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "301481" }, "geometry": { "type": "Point", "coordinates": [ -111.977904000004727, 41.103439000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2754, "StopName": "Main St. @ 716 N", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301482", "Latitude": 40.991778, "Longitude": -111.893749, "AVGBoard": 2, "AVGAlight": 1, "Route": "470, 455", "StopAbbr_J": "301482" }, "geometry": { "type": "Point", "coordinates": [ -111.893749000003908, 40.991778000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2755, "StopName": "Main St. @ 488 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301483", "Latitude": 41.027112, "Longitude": -111.931507, "AVGBoard": 6, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "301483" }, "geometry": { "type": "Point", "coordinates": [ -111.93150700000416, 41.02711200000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2756, "StopName": "Pages Ln @ 778 W", "City": "West Bountiful", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301485", "Latitude": 40.906684, "Longitude": -111.901327, "AVGBoard": 0, "AVGAlight": 0, "Route": "463", "StopAbbr_J": "301485" }, "geometry": { "type": "Point", "coordinates": [ -111.901327000004528, 40.906684000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2757, "StopName": "500 E @ 378 S", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301487", "Latitude": 41.027912, "Longitude": -111.927414, "AVGBoard": 1, "AVGAlight": 1, "Route": "627, 470", "StopAbbr_J": "301487" }, "geometry": { "type": "Point", "coordinates": [ -111.927414000004319, 41.027912000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2758, "StopName": "13Th St @ 905 S", "City": "Clearfield", "ZipCode": "84016", "County": "Davis", "UTA_StopID": "301488", "Latitude": 41.101298, "Longitude": -112.028249, "AVGBoard": 1, "AVGAlight": 4, "Route": "640", "StopAbbr_J": "301488" }, "geometry": { "type": "Point", "coordinates": [ -112.028249000003939, 41.101298000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2759, "StopName": "Gentile St @ 394 E", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301489", "Latitude": 41.060032, "Longitude": -111.958787, "AVGBoard": 1, "AVGAlight": 11, "Route": "470", "StopAbbr_J": "301489" }, "geometry": { "type": "Point", "coordinates": [ -111.958787000004705, 41.060032000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2760, "StopName": "Main St @ 968 S (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301490", "Latitude": 41.046406, "Longitude": -111.953385, "AVGBoard": 2, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "301490" }, "geometry": { "type": "Point", "coordinates": [ -111.953385000004388, 41.046406000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2761, "StopName": "Main St @ 1851 N (Sunset)", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301491", "Latitude": 41.140563, "Longitude": -112.02618, "AVGBoard": 9, "AVGAlight": 10, "Route": "640, 470", "StopAbbr_J": "301491" }, "geometry": { "type": "Point", "coordinates": [ -112.026180000004416, 41.140563000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2762, "StopName": "Antelope Dr @ 965 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301492", "Latitude": 41.089224, "Longitude": -112.007886, "AVGBoard": 0, "AVGAlight": 1, "Route": "640, 626", "StopAbbr_J": "301492" }, "geometry": { "type": "Point", "coordinates": [ -112.007886000004163, 41.089224000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2763, "StopName": "1500 E @ 778 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301493", "Latitude": 41.102458, "Longitude": -111.997372, "AVGBoard": 0, "AVGAlight": 4, "Route": "627", "StopAbbr_J": "301493" }, "geometry": { "type": "Point", "coordinates": [ -111.997372000004162, 41.102458000002578 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2764, "StopName": "1500 E @ 1064 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301494", "Latitude": 41.098761, "Longitude": -111.997369, "AVGBoard": 2, "AVGAlight": 3, "Route": "627", "StopAbbr_J": "301494" }, "geometry": { "type": "Point", "coordinates": [ -111.997369000003928, 41.098761000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2765, "StopName": "1450 S @ 1760 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301495", "Latitude": 41.092868, "Longitude": -111.989746, "AVGBoard": 0, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "301495" }, "geometry": { "type": "Point", "coordinates": [ -111.989746000004075, 41.092868000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2766, "StopName": "1450 S @ 1761 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301496", "Latitude": 41.092935, "Longitude": -111.98972, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301496" }, "geometry": { "type": "Point", "coordinates": [ -111.98972000000461, 41.092935000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2767, "StopName": "Legend Hills Dr @ 1392 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301497", "Latitude": 41.094347, "Longitude": -111.994843, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301497" }, "geometry": { "type": "Point", "coordinates": [ -111.994843000004323, 41.094347000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2768, "StopName": "1500 E @ 1147 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301498", "Latitude": 41.097611, "Longitude": -111.997192, "AVGBoard": 1, "AVGAlight": 2, "Route": "627", "StopAbbr_J": "301498" }, "geometry": { "type": "Point", "coordinates": [ -111.99719200000456, 41.097611000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2769, "StopName": "1500 E @ 971 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301499", "Latitude": 41.099719, "Longitude": -111.997187, "AVGBoard": 3, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301499" }, "geometry": { "type": "Point", "coordinates": [ -111.997187000004132, 41.099719000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2770, "StopName": "1500 E @ 813 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301500", "Latitude": 41.101972, "Longitude": -111.997162, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301500" }, "geometry": { "type": "Point", "coordinates": [ -111.997162000003854, 41.101972000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2771, "StopName": "Highway 193 @ 800 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301501", "Latitude": 41.10361, "Longitude": -112.010872, "AVGBoard": 0, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301501" }, "geometry": { "type": "Point", "coordinates": [ -112.010872000004085, 41.103610000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2772, "StopName": "700 S @ 765 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301502", "Latitude": 41.103514, "Longitude": -112.011857, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301502" }, "geometry": { "type": "Point", "coordinates": [ -112.011857000004696, 41.103514000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2773, "StopName": "Highway 193 @ 937 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301503", "Latitude": 41.103586, "Longitude": -112.008279, "AVGBoard": 0, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "301503" }, "geometry": { "type": "Point", "coordinates": [ -112.008279000004336, 41.103586000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2774, "StopName": "Highway 193 @ 929 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301504", "Latitude": 41.103461, "Longitude": -112.008662, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "301504" }, "geometry": { "type": "Point", "coordinates": [ -112.008662000004563, 41.103461000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2775, "StopName": "Park Ln @ Lagoon Dr", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301505", "Latitude": 40.991513, "Longitude": -111.897296, "AVGBoard": 5, "AVGAlight": 5, "Route": "667, 455", "StopAbbr_J": "301505" }, "geometry": { "type": "Point", "coordinates": [ -111.897296000004403, 40.991513000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2776, "StopName": "2000 W @ 889 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301506", "Latitude": 41.101234, "Longitude": -112.064426, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301506" }, "geometry": { "type": "Point", "coordinates": [ -112.064426000004602, 41.101234000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2777, "StopName": "2000 W @ 55 N", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301507", "Latitude": 41.114651, "Longitude": -112.064742, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301507" }, "geometry": { "type": "Point", "coordinates": [ -112.064742000004685, 41.114651000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2778, "StopName": "Layton IHC Hospital", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301508", "Latitude": 41.051599, "Longitude": -111.967798, "AVGBoard": 3, "AVGAlight": 2, "Route": "628, 470", "StopAbbr_J": "301508" }, "geometry": { "type": "Point", "coordinates": [ -111.967798000004336, 41.051599000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2779, "StopName": "868 S @ 2000 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "301509", "Latitude": 41.100978, "Longitude": -112.064769, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301509" }, "geometry": { "type": "Point", "coordinates": [ -112.064769000004219, 41.100978000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2780, "StopName": "2000 W @ 102 North", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301510", "Latitude": 41.115306, "Longitude": -112.064397, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "301510" }, "geometry": { "type": "Point", "coordinates": [ -112.064397000004007, 41.115306000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2781, "StopName": "2000 W @ 526 N", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301511", "Latitude": 41.121302, "Longitude": -112.064404, "AVGBoard": 1, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "301511" }, "geometry": { "type": "Point", "coordinates": [ -112.064404000004572, 41.121302000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2782, "StopName": "Pages Ln. @ 40 W", "City": "Centerville", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301512", "Latitude": 40.906625, "Longitude": -111.880125, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301512" }, "geometry": { "type": "Point", "coordinates": [ -111.880125000004526, 40.906625000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2783, "StopName": "500 W @ 59 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301514", "Latitude": 40.888706, "Longitude": -111.892114, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301514" }, "geometry": { "type": "Point", "coordinates": [ -111.892114000004327, 40.888706000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2784, "StopName": "400 N @ 465 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301515", "Latitude": 40.893947, "Longitude": -111.8914, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301515" }, "geometry": { "type": "Point", "coordinates": [ -111.891400000004566, 40.893947000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2785, "StopName": "Pages Ln. @ 142 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301516", "Latitude": 40.906645, "Longitude": -111.883303, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301516" }, "geometry": { "type": "Point", "coordinates": [ -111.883303000004148, 40.906645000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2786, "StopName": "Pages Ln @ 179 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301517", "Latitude": 40.906521, "Longitude": -111.884107, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301517" }, "geometry": { "type": "Point", "coordinates": [ -111.884107000004164, 40.906521000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2787, "StopName": "Pages Ln. @ 57 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301518", "Latitude": 40.906505, "Longitude": -111.880535, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301518" }, "geometry": { "type": "Point", "coordinates": [ -111.880535000004301, 40.906505000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2788, "StopName": "500 W @ 63 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301519", "Latitude": 40.889948, "Longitude": -111.892356, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301519" }, "geometry": { "type": "Point", "coordinates": [ -111.892356000004582, 40.88994800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2789, "StopName": "500 W @ 391 N", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301520", "Latitude": 40.893413, "Longitude": -111.892391, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301520" }, "geometry": { "type": "Point", "coordinates": [ -111.892391000004778, 40.893413000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2790, "StopName": "500 W @ 423 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301521", "Latitude": 40.885009, "Longitude": -111.892177, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301521" }, "geometry": { "type": "Point", "coordinates": [ -111.892177000004153, 40.885009000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2791, "StopName": "400 E @ 449 S", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301522", "Latitude": 40.884773, "Longitude": -111.872269, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301522" }, "geometry": { "type": "Point", "coordinates": [ -111.87226900000428, 40.884773000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2792, "StopName": "Flint St @ 673 S", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301523", "Latitude": 41.050548, "Longitude": -111.970164, "AVGBoard": 1, "AVGAlight": 1, "Route": "628, 470", "StopAbbr_J": "301523" }, "geometry": { "type": "Point", "coordinates": [ -111.970164000004189, 41.050548000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2793, "StopName": "400 N @ 220 W", "City": "Bountiful", "ZipCode": "84010", "County": "Davis", "UTA_StopID": "301524", "Latitude": 40.894085, "Longitude": -111.88599, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "301524" }, "geometry": { "type": "Point", "coordinates": [ -111.885990000004497, 40.89408500000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2794, "StopName": "100 S @ 62 E", "City": "Kaysville", "ZipCode": "84037", "County": "Davis", "UTA_StopID": "301526", "Latitude": 41.03318, "Longitude": -111.937221, "AVGBoard": 9, "AVGAlight": 7, "Route": null, "StopAbbr_J": "301526" }, "geometry": { "type": "Point", "coordinates": [ -111.937221000004229, 41.033180000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2795, "StopName": "Kimball Junction Transit Center", "City": "Kimball Junction", "ZipCode": "84098", "County": "Summit", "UTA_StopID": "400006", "Latitude": 40.723668, "Longitude": -111.546827, "AVGBoard": 43, "AVGAlight": 44, "Route": "902, 901", "StopAbbr_J": "400006" }, "geometry": { "type": "Point", "coordinates": [ -111.546827000004669, 40.723668000002739 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2796, "StopName": "Jeremy Ranch P&R", "City": "Summit Park", "ZipCode": "84098", "County": "Summit", "UTA_StopID": "401001", "Latitude": 40.755451, "Longitude": -111.572444, "AVGBoard": 0, "AVGAlight": 0, "Route": "902", "StopAbbr_J": "401001" }, "geometry": { "type": "Point", "coordinates": [ -111.572444000004197, 40.75545100000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2797, "StopName": "Main St @ 17 W", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501002", "Latitude": 40.599792, "Longitude": -112.464468, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501002" }, "geometry": { "type": "Point", "coordinates": [ -112.464468000004402, 40.599792000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2798, "StopName": "400 S @ 10 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501005", "Latitude": 40.523182, "Longitude": -112.299186, "AVGBoard": 2, "AVGAlight": 4, "Route": "451", "StopAbbr_J": "501005" }, "geometry": { "type": "Point", "coordinates": [ -112.29918600000434, 40.52318200000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2799, "StopName": "Coleman St (600 W) @ 398 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501007", "Latitude": 40.523227, "Longitude": -112.314446, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501007" }, "geometry": { "type": "Point", "coordinates": [ -112.314446000004281, 40.52322700000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2800, "StopName": "Coleman St (600 W) @ 688 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501008", "Latitude": 40.518496, "Longitude": -112.314461, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501008" }, "geometry": { "type": "Point", "coordinates": [ -112.314461000004641, 40.518496000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2801, "StopName": "900 S @ 565 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501009", "Latitude": 40.514527, "Longitude": -112.311564, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501009" }, "geometry": { "type": "Point", "coordinates": [ -112.311564000003997, 40.514527000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2802, "StopName": "Vine St @ 122 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501010", "Latitude": 40.530697, "Longitude": -112.301789, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501010" }, "geometry": { "type": "Point", "coordinates": [ -112.301789000004021, 40.530697000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2803, "StopName": "Mountain West Medical Center", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501013", "Latitude": 40.566777, "Longitude": -112.296673, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501013" }, "geometry": { "type": "Point", "coordinates": [ -112.296673000004006, 40.566777000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2804, "StopName": "Vine St @ 80 E", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501014", "Latitude": 40.530706, "Longitude": -112.296135, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501014" }, "geometry": { "type": "Point", "coordinates": [ -112.29613500000444, 40.530706000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2805, "StopName": "1280 N @ 75 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501015", "Latitude": 40.557032, "Longitude": -112.299176, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501015" }, "geometry": { "type": "Point", "coordinates": [ -112.299176000004408, 40.557032000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2806, "StopName": "Utah Ave @ 475 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501021", "Latitude": 40.534282, "Longitude": -112.310988, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501021" }, "geometry": { "type": "Point", "coordinates": [ -112.31098800000396, 40.534282000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2807, "StopName": "Tooele Blvd (1100 W) @ 47 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501022", "Latitude": 40.528772, "Longitude": -112.325431, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501022" }, "geometry": { "type": "Point", "coordinates": [ -112.325431000004627, 40.528772000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2808, "StopName": "1000 W @ 114 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501023", "Latitude": 40.530126, "Longitude": -112.323845, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501023" }, "geometry": { "type": "Point", "coordinates": [ -112.323845000004596, 40.530126000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2809, "StopName": "Coleman St (600 W) @ 188 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501024", "Latitude": 40.52713, "Longitude": -112.314363, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501024" }, "geometry": { "type": "Point", "coordinates": [ -112.314363000004604, 40.527130000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2810, "StopName": "Main St @ 236 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501028", "Latitude": 40.599712, "Longitude": -112.455814, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501028" }, "geometry": { "type": "Point", "coordinates": [ -112.455814000004622, 40.599712000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2811, "StopName": "Main St @ 989 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501033", "Latitude": 40.550147, "Longitude": -112.298288, "AVGBoard": 0, "AVGAlight": 1, "Route": "F400, 451", "StopAbbr_J": "501033" }, "geometry": { "type": "Point", "coordinates": [ -112.298288000004632, 40.550147000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2812, "StopName": "2000 N @ 45 E", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501034", "Latitude": 40.565453, "Longitude": -112.302354, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501034" }, "geometry": { "type": "Point", "coordinates": [ -112.302354000004044, 40.56545300000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2813, "StopName": "Benson Grist Mill Park & Ride", "City": "Stansbury Park", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501037", "Latitude": 40.651809, "Longitude": -112.297085, "AVGBoard": 9, "AVGAlight": 9, "Route": "F453, 454, 451", "StopAbbr_J": "501037" }, "geometry": { "type": "Point", "coordinates": [ -112.297085000003946, 40.651809000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2814, "StopName": "Lake Point Junction (Flying J Plaza", "City": "Lake Point", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501038", "Latitude": 40.685215, "Longitude": -112.26678, "AVGBoard": 1, "AVGAlight": 1, "Route": "F453, 454", "StopAbbr_J": "501038" }, "geometry": { "type": "Point", "coordinates": [ -112.266780000004758, 40.685215000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2815, "StopName": "Tahoe St (450 W) @ 363 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501039", "Latitude": 40.53731, "Longitude": -112.309857, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501039" }, "geometry": { "type": "Point", "coordinates": [ -112.309857000004754, 40.537310000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2816, "StopName": "400 N @ 29 E", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501040", "Latitude": 40.538607, "Longitude": -112.297519, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501040" }, "geometry": { "type": "Point", "coordinates": [ -112.297519000003916, 40.538607000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2817, "StopName": "Coleman St (600 W) @ 41 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501041", "Latitude": 40.531382, "Longitude": -112.314295, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501041" }, "geometry": { "type": "Point", "coordinates": [ -112.314295000004378, 40.531382000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2818, "StopName": "Broadway St @ 86 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501042", "Latitude": 40.532032, "Longitude": -112.287922, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501042" }, "geometry": { "type": "Point", "coordinates": [ -112.287922000004286, 40.532032000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2819, "StopName": "400 N @ 390 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501044", "Latitude": 40.53862, "Longitude": -112.309376, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501044" }, "geometry": { "type": "Point", "coordinates": [ -112.309376000004491, 40.538620000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2820, "StopName": "400 N @ 223 E", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501045", "Latitude": 40.538576, "Longitude": -112.292213, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501045" }, "geometry": { "type": "Point", "coordinates": [ -112.292213000004367, 40.538576000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2821, "StopName": "Vine St @ 164 E", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501046", "Latitude": 40.530528, "Longitude": -112.293385, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501046" }, "geometry": { "type": "Point", "coordinates": [ -112.293385000004278, 40.530528000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2822, "StopName": "200 S @ 1005 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501047", "Latitude": 40.526951, "Longitude": -112.323972, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501047" }, "geometry": { "type": "Point", "coordinates": [ -112.323972000004318, 40.526951000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2823, "StopName": "400 N @ 176 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501049", "Latitude": 40.538601, "Longitude": -112.303619, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501049" }, "geometry": { "type": "Point", "coordinates": [ -112.30361900000446, 40.538601000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2824, "StopName": "Broadway St @ 272 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501050", "Latitude": 40.536268, "Longitude": -112.287946, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501050" }, "geometry": { "type": "Point", "coordinates": [ -112.287946000004496, 40.536268000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2825, "StopName": "400 E @ 2319 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501054", "Latitude": 40.571729, "Longitude": -112.293644, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501054" }, "geometry": { "type": "Point", "coordinates": [ -112.293644000004122, 40.571729000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2826, "StopName": "Main St @ 1275 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501057", "Latitude": 40.556372, "Longitude": -112.297435, "AVGBoard": 0, "AVGAlight": 2, "Route": "F400, 451", "StopAbbr_J": "501057" }, "geometry": { "type": "Point", "coordinates": [ -112.297435000004143, 40.556372000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2827, "StopName": "MAIN ST @ 817 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501058", "Latitude": 40.54642, "Longitude": -112.298363, "AVGBoard": 0, "AVGAlight": 0, "Route": "F400", "StopAbbr_J": "501058" }, "geometry": { "type": "Point", "coordinates": [ -112.298363000004542, 40.546420000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2828, "StopName": "Main St @ 585 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501059", "Latitude": 40.542146, "Longitude": -112.298469, "AVGBoard": 0, "AVGAlight": 1, "Route": "F400, 451", "StopAbbr_J": "501059" }, "geometry": { "type": "Point", "coordinates": [ -112.298469000004332, 40.542146000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2829, "StopName": "Main St @ 383 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501060", "Latitude": 40.538216, "Longitude": -112.298543, "AVGBoard": 0, "AVGAlight": 1, "Route": "F400, 451", "StopAbbr_J": "501060" }, "geometry": { "type": "Point", "coordinates": [ -112.298543000004145, 40.538216000002578 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2830, "StopName": "Main St @ 157 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501061", "Latitude": 40.533533, "Longitude": -112.298605, "AVGBoard": 0, "AVGAlight": 1, "Route": "451", "StopAbbr_J": "501061" }, "geometry": { "type": "Point", "coordinates": [ -112.298605000003917, 40.533533000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2831, "StopName": "Main St @ 230 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501062", "Latitude": 40.534961, "Longitude": -112.298427, "AVGBoard": 5, "AVGAlight": 1, "Route": "F400, 451", "StopAbbr_J": "501062" }, "geometry": { "type": "Point", "coordinates": [ -112.298427000004438, 40.534961000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2832, "StopName": "Main St @ 420 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501063", "Latitude": 40.538997, "Longitude": -112.298314, "AVGBoard": 0, "AVGAlight": 0, "Route": "F400, 451", "StopAbbr_J": "501063" }, "geometry": { "type": "Point", "coordinates": [ -112.298314000004083, 40.53899700000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2833, "StopName": "Main St @ 650 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501064", "Latitude": 40.543269, "Longitude": -112.298203, "AVGBoard": 1, "AVGAlight": 0, "Route": "F400, 451", "StopAbbr_J": "501064" }, "geometry": { "type": "Point", "coordinates": [ -112.298203000004776, 40.543269000002567 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2834, "StopName": "Main St @ 1236 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501065", "Latitude": 40.555368, "Longitude": -112.297361, "AVGBoard": 1, "AVGAlight": 0, "Route": "F400, 451", "StopAbbr_J": "501065" }, "geometry": { "type": "Point", "coordinates": [ -112.297361000004329, 40.555368000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2835, "StopName": "Main St @ 814 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501066", "Latitude": 40.545927, "Longitude": -112.298141, "AVGBoard": 2, "AVGAlight": 0, "Route": "F400, 451", "StopAbbr_J": "501066" }, "geometry": { "type": "Point", "coordinates": [ -112.298141000004136, 40.5459270000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2836, "StopName": "Main St @ 1016 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501069", "Latitude": 40.551529, "Longitude": -112.297871, "AVGBoard": 1, "AVGAlight": 0, "Route": "F400, 451", "StopAbbr_J": "501069" }, "geometry": { "type": "Point", "coordinates": [ -112.297871000004278, 40.551529000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2837, "StopName": "Main St @ 54 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501070", "Latitude": 40.529516, "Longitude": -112.298687, "AVGBoard": 0, "AVGAlight": 0, "Route": "451", "StopAbbr_J": "501070" }, "geometry": { "type": "Point", "coordinates": [ -112.298687000004406, 40.529516000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2838, "StopName": "Main St @ 381 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501071", "Latitude": 40.523425, "Longitude": -112.298537, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501071" }, "geometry": { "type": "Point", "coordinates": [ -112.298537000004558, 40.523425000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2839, "StopName": "Main St @ 181 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501072", "Latitude": 40.527021, "Longitude": -112.29847, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501072" }, "geometry": { "type": "Point", "coordinates": [ -112.298470000004414, 40.527021000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2840, "StopName": "Main St @ 81 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501073", "Latitude": 40.528927, "Longitude": -112.298443, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501073" }, "geometry": { "type": "Point", "coordinates": [ -112.298443000003985, 40.528927000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2841, "StopName": "Main St @ 220 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501074", "Latitude": 40.526323, "Longitude": -112.298763, "AVGBoard": 0, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "501074" }, "geometry": { "type": "Point", "coordinates": [ -112.298763000004385, 40.526323000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2842, "StopName": "Utah Ave @ 468 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501075", "Latitude": 40.53442, "Longitude": -112.310572, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501075" }, "geometry": { "type": "Point", "coordinates": [ -112.310572000004598, 40.534420000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2843, "StopName": "Durfee St. @ 792 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501077", "Latitude": 40.592251, "Longitude": -112.426316, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501077" }, "geometry": { "type": "Point", "coordinates": [ -112.426316000003908, 40.592251000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2844, "StopName": "Durfee St. @ 730 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501078", "Latitude": 40.592249, "Longitude": -112.430088, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501078" }, "geometry": { "type": "Point", "coordinates": [ -112.430088000004162, 40.592249000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2845, "StopName": "Durfee St. @ 504 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501079", "Latitude": 40.592237, "Longitude": -112.440053, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501079" }, "geometry": { "type": "Point", "coordinates": [ -112.440053000004553, 40.592237000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2846, "StopName": "Durfee St. @ 402 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501080", "Latitude": 40.59218, "Longitude": -112.449044, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501080" }, "geometry": { "type": "Point", "coordinates": [ -112.449044000004349, 40.592180000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2847, "StopName": "Durfee St. @ 206 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501081", "Latitude": 40.592158, "Longitude": -112.456453, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501081" }, "geometry": { "type": "Point", "coordinates": [ -112.456453000004458, 40.592158000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2848, "StopName": "Durfee St. @ 19 W", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501082", "Latitude": 40.592201, "Longitude": -112.464458, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501082" }, "geometry": { "type": "Point", "coordinates": [ -112.464458000004456, 40.592201000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2849, "StopName": "Durfee St. @ 195 W", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501083", "Latitude": 40.592161, "Longitude": -112.469571, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501083" }, "geometry": { "type": "Point", "coordinates": [ -112.469571000004237, 40.592161000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2850, "StopName": "Durfee St. @ 295 W", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501084", "Latitude": 40.592161, "Longitude": -112.473535, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501084" }, "geometry": { "type": "Point", "coordinates": [ -112.47353500000419, 40.592161000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2851, "StopName": "Durfee St. @ 397 W", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501085", "Latitude": 40.592156, "Longitude": -112.477364, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501085" }, "geometry": { "type": "Point", "coordinates": [ -112.47736400000467, 40.59215600000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2852, "StopName": "West St. @ 208 S", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501086", "Latitude": 40.595067, "Longitude": -112.477449, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501086" }, "geometry": { "type": "Point", "coordinates": [ -112.477449000004512, 40.595067000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2853, "StopName": "West St. @ 106 S", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501087", "Latitude": 40.597424, "Longitude": -112.477405, "AVGBoard": 0, "AVGAlight": 1, "Route": "454", "StopAbbr_J": "501087" }, "geometry": { "type": "Point", "coordinates": [ -112.477405000004467, 40.597424000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2854, "StopName": "West St. @ 10 S", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "501088", "Latitude": 40.599776, "Longitude": -112.477401, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "501088" }, "geometry": { "type": "Point", "coordinates": [ -112.477401000004122, 40.59977600000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2855, "StopName": "Fenwick Ln. @ 200 W.", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501089", "Latitude": 40.555559, "Longitude": -112.301907, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501089" }, "geometry": { "type": "Point", "coordinates": [ -112.301907000004803, 40.555559000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2856, "StopName": "100 E @ 17 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501090", "Latitude": 40.53093, "Longitude": -112.295501, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501090" }, "geometry": { "type": "Point", "coordinates": [ -112.295501000004094, 40.53093000000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2857, "StopName": "Us Hwy 89 @ 2685 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601045", "Latitude": 41.306428, "Longitude": -112.005391, "AVGBoard": 3, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "601045" }, "geometry": { "type": "Point", "coordinates": [ -112.005391000004423, 41.306428000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2858, "StopName": "Highway 89 @ 1101 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601050", "Latitude": 41.277414, "Longitude": -111.983271, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "601050" }, "geometry": { "type": "Point", "coordinates": [ -111.983271000003938, 41.277414000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2859, "StopName": "Adams Avenue @ 2240 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601051", "Latitude": 41.225133, "Longitude": -111.967467, "AVGBoard": 7, "AVGAlight": 21, "Route": "470", "StopAbbr_J": "601051" }, "geometry": { "type": "Point", "coordinates": [ -111.967467000003921, 41.225133000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2860, "StopName": "Adams Avenue @ 2241 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601052", "Latitude": 41.225279, "Longitude": -111.967659, "AVGBoard": 16, "AVGAlight": 8, "Route": "470", "StopAbbr_J": "601052" }, "geometry": { "type": "Point", "coordinates": [ -111.967659000004531, 41.225279000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2861, "StopName": "4000 S @ 2230 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601060", "Latitude": 41.190743, "Longitude": -112.033916, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "601060" }, "geometry": { "type": "Point", "coordinates": [ -112.033916000004623, 41.190743000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2862, "StopName": "4000 S @ 2604 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601061", "Latitude": 41.190729, "Longitude": -112.041105, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 604", "StopAbbr_J": "601061" }, "geometry": { "type": "Point", "coordinates": [ -112.041105000004492, 41.190729000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2863, "StopName": "4000 S @ 2641 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601064", "Latitude": 41.190565, "Longitude": -112.042571, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 604", "StopAbbr_J": "601064" }, "geometry": { "type": "Point", "coordinates": [ -112.042571000004472, 41.190565000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2864, "StopName": "4000 S @ 2777 W (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601065", "Latitude": 41.190554, "Longitude": -112.046101, "AVGBoard": 1, "AVGAlight": 2, "Route": "F620, 604", "StopAbbr_J": "601065" }, "geometry": { "type": "Point", "coordinates": [ -112.046101000004484, 41.190554000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2865, "StopName": "4000 S @ 2585 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601066", "Latitude": 41.190577, "Longitude": -112.039889, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 604", "StopAbbr_J": "601066" }, "geometry": { "type": "Point", "coordinates": [ -112.03988900000455, 41.190577000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2866, "StopName": "Midland Dr @ 4632 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601068", "Latitude": 41.179148, "Longitude": -112.061908, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "601068" }, "geometry": { "type": "Point", "coordinates": [ -112.061908000004749, 41.179148000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2867, "StopName": "Midland Dr @ 4150 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601069", "Latitude": 41.187778, "Longitude": -112.051163, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "601069" }, "geometry": { "type": "Point", "coordinates": [ -112.051163000004507, 41.187778000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2868, "StopName": "Midland Drive @ 4605 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601070", "Latitude": 41.179787, "Longitude": -112.061433, "AVGBoard": 0, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "601070" }, "geometry": { "type": "Point", "coordinates": [ -112.061433000004101, 41.179787000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2869, "StopName": "2800 S @ 240 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601077", "Latitude": 41.214502, "Longitude": -111.975007, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "601077" }, "geometry": { "type": "Point", "coordinates": [ -111.975007000004098, 41.214502000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2870, "StopName": "2800 S @ 116 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601078", "Latitude": 41.214551, "Longitude": -111.978508, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "601078" }, "geometry": { "type": "Point", "coordinates": [ -111.978508000004396, 41.214551000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2871, "StopName": "2800 S @ 251 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601079", "Latitude": 41.214351, "Longitude": -111.974692, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "601079" }, "geometry": { "type": "Point", "coordinates": [ -111.974692000004097, 41.214351000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2872, "StopName": "2800 S @ 355 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601080", "Latitude": 41.214324, "Longitude": -111.971885, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601080" }, "geometry": { "type": "Point", "coordinates": [ -111.971885000004605, 41.214324000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2873, "StopName": "1900 W @ 5056 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601092", "Latitude": 41.171541, "Longitude": -112.025892, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "601092" }, "geometry": { "type": "Point", "coordinates": [ -112.02589200000395, 41.171541000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2874, "StopName": "1900 W @ 4902 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601093", "Latitude": 41.173811, "Longitude": -112.025882, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "601093" }, "geometry": { "type": "Point", "coordinates": [ -112.025882000004032, 41.173811000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2875, "StopName": "2Nd St @ 450 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601094", "Latitude": 41.259474, "Longitude": -111.987519, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601094" }, "geometry": { "type": "Point", "coordinates": [ -111.987519000004042, 41.259474000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2876, "StopName": "2Nd St @ 471 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601095", "Latitude": 41.259322, "Longitude": -111.988028, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601095" }, "geometry": { "type": "Point", "coordinates": [ -111.988028000003908, 41.259322000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2877, "StopName": "Dixon Drive @ 3900 S", "City": "Ogden", "ZipCode": "84408", "County": "Weber", "UTA_StopID": "601104", "Latitude": 41.192014, "Longitude": -111.948298, "AVGBoard": 4, "AVGAlight": 3, "Route": "645, 640, 625, 603, 455", "StopAbbr_J": "601104" }, "geometry": { "type": "Point", "coordinates": [ -111.948298000004073, 41.192014000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2878, "StopName": "Harrison Blvd @ 4106 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "601105", "Latitude": 41.188107, "Longitude": -111.948746, "AVGBoard": 16, "AVGAlight": 6, "Route": "645, 625, 603, 455", "StopAbbr_J": "601105" }, "geometry": { "type": "Point", "coordinates": [ -111.948746000004306, 41.188107000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2879, "StopName": "Riverdale Rd @ 1078 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601106", "Latitude": 41.17695, "Longitude": -112.004427, "AVGBoard": 12, "AVGAlight": 18, "Route": "470", "StopAbbr_J": "601106" }, "geometry": { "type": "Point", "coordinates": [ -112.004427000004654, 41.17695000000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2880, "StopName": "Riverdale Rd @ 1125 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601107", "Latitude": 41.175659, "Longitude": -112.007421, "AVGBoard": 13, "AVGAlight": 16, "Route": "470", "StopAbbr_J": "601107" }, "geometry": { "type": "Point", "coordinates": [ -112.007421000004342, 41.175659000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2881, "StopName": "Riverdale Rd @ 895 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601108", "Latitude": 41.178024, "Longitude": -112.000705, "AVGBoard": 33, "AVGAlight": 10, "Route": "470", "StopAbbr_J": "601108" }, "geometry": { "type": "Point", "coordinates": [ -112.000705000004046, 41.17802400000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2882, "StopName": "Riverdale Rd @ 699 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601109", "Latitude": 41.179963, "Longitude": -111.995249, "AVGBoard": 4, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "601109" }, "geometry": { "type": "Point", "coordinates": [ -111.995249000004648, 41.179963000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2883, "StopName": "Riverdale Rd @ 880 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601110", "Latitude": 41.178531, "Longitude": -112.000046, "AVGBoard": 7, "AVGAlight": 23, "Route": "470", "StopAbbr_J": "601110" }, "geometry": { "type": "Point", "coordinates": [ -112.000046000004332, 41.178531000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2884, "StopName": "4400 S @ 1622 W", "City": "Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601111", "Latitude": 41.183575, "Longitude": -112.017429, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "601111" }, "geometry": { "type": "Point", "coordinates": [ -112.017429000004697, 41.18357500000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2885, "StopName": "Harrison Blvd @ 3955 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "601114", "Latitude": 41.189705, "Longitude": -111.949084, "AVGBoard": 1, "AVGAlight": 3, "Route": "645, 625, 603", "StopAbbr_J": "601114" }, "geometry": { "type": "Point", "coordinates": [ -111.949084000004405, 41.189705000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2886, "StopName": "Riverdale Rd @ 710 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601116", "Latitude": 41.179817, "Longitude": -111.996399, "AVGBoard": 4, "AVGAlight": 7, "Route": "470", "StopAbbr_J": "601116" }, "geometry": { "type": "Point", "coordinates": [ -111.996399000004558, 41.179817000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2887, "StopName": "Us Hwy 89 @ 2450 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601130", "Latitude": 41.301905, "Longitude": -112.000949, "AVGBoard": 0, "AVGAlight": 2, "Route": "630", "StopAbbr_J": "601130" }, "geometry": { "type": "Point", "coordinates": [ -112.000949000004454, 41.301905000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2888, "StopName": "Wall Ave @ 457 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601131", "Latitude": 41.267444, "Longitude": -111.977699, "AVGBoard": 8, "AVGAlight": 2, "Route": "630", "StopAbbr_J": "601131" }, "geometry": { "type": "Point", "coordinates": [ -111.977699000003952, 41.267444000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2889, "StopName": "Midland Drive @ 4400 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601135", "Latitude": 41.184159, "Longitude": -112.055653, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "601135" }, "geometry": { "type": "Point", "coordinates": [ -112.055653000003971, 41.18415900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2890, "StopName": "3500 W @ 5201 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601136", "Latitude": 41.168058, "Longitude": -112.064612, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "601136" }, "geometry": { "type": "Point", "coordinates": [ -112.064612000004715, 41.168058000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2891, "StopName": "3500 W @ 5230 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601137", "Latitude": 41.168161, "Longitude": -112.064341, "AVGBoard": 2, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "601137" }, "geometry": { "type": "Point", "coordinates": [ -112.06434100000476, 41.168161000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2892, "StopName": "1200 W @ 1120 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601140", "Latitude": 41.277849, "Longitude": -112.008464, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "601140" }, "geometry": { "type": "Point", "coordinates": [ -112.008464000004366, 41.277849000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2893, "StopName": "1200 W @ 1105 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601141", "Latitude": 41.277814, "Longitude": -112.008584, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "601141" }, "geometry": { "type": "Point", "coordinates": [ -112.008584000004404, 41.277814000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2894, "StopName": "Riverdale Rd @ 4066 S (Riverdale)", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601144", "Latitude": 41.189944, "Longitude": -111.981792, "AVGBoard": 10, "AVGAlight": 10, "Route": "640, 470", "StopAbbr_J": "601144" }, "geometry": { "type": "Point", "coordinates": [ -111.981792000004702, 41.189944000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2895, "StopName": "5654 S @ 2200 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601145", "Latitude": 41.160455, "Longitude": -112.033965, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "601145" }, "geometry": { "type": "Point", "coordinates": [ -112.033965000004187, 41.160455000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2896, "StopName": "2Nd St @ 233 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601147", "Latitude": 41.259267, "Longitude": -111.982397, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601147" }, "geometry": { "type": "Point", "coordinates": [ -111.98239700000444, 41.259267000002566 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2897, "StopName": "2Nd St @ 232 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601148", "Latitude": 41.259423, "Longitude": -111.982022, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601148" }, "geometry": { "type": "Point", "coordinates": [ -111.982022000003951, 41.259423000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2898, "StopName": "5600 S @ 3079 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601149", "Latitude": 41.161597, "Longitude": -112.053978, "AVGBoard": 1, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "601149" }, "geometry": { "type": "Point", "coordinates": [ -112.053978000004676, 41.161597000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2899, "StopName": "Pennsylvania Ave @ 3250 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601151", "Latitude": 41.207092, "Longitude": -112.006361, "AVGBoard": 3, "AVGAlight": 2, "Route": "604", "StopAbbr_J": "601151" }, "geometry": { "type": "Point", "coordinates": [ -112.006361000004702, 41.207092000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2900, "StopName": "Riverdale Rd @ 4262 S", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601152", "Latitude": 41.185579, "Longitude": -111.986224, "AVGBoard": 4, "AVGAlight": 3, "Route": "640, 470", "StopAbbr_J": "601152" }, "geometry": { "type": "Point", "coordinates": [ -111.986224000004725, 41.18557900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2901, "StopName": "Wall Ave @ 1087 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601153", "Latitude": 41.245994, "Longitude": -111.978282, "AVGBoard": 1, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "601153" }, "geometry": { "type": "Point", "coordinates": [ -111.978282000004555, 41.245994000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2902, "StopName": "26Th St @ 321 E (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601160", "Latitude": 41.218514, "Longitude": -111.972594, "AVGBoard": 132, "AVGAlight": 108, "Route": "612, 603, 473", "StopAbbr_J": "601160" }, "geometry": { "type": "Point", "coordinates": [ -111.972594000003951, 41.218514000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2903, "StopName": "26Th St @ 150 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601168", "Latitude": 41.218717, "Longitude": -111.976902, "AVGBoard": 2, "AVGAlight": 18, "Route": "604, 603", "StopAbbr_J": "601168" }, "geometry": { "type": "Point", "coordinates": [ -111.976902000004515, 41.21871700000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2904, "StopName": "Riverdale Rd @ 4067 S", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601169", "Latitude": 41.190356, "Longitude": -111.981741, "AVGBoard": 8, "AVGAlight": 11, "Route": "640, 470", "StopAbbr_J": "601169" }, "geometry": { "type": "Point", "coordinates": [ -111.981741000004078, 41.190356000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2905, "StopName": "Edvalson Street @ 1297 E", "City": "Ogden", "ZipCode": "84408", "County": "Weber", "UTA_StopID": "601170", "Latitude": 41.194764, "Longitude": -111.946116, "AVGBoard": 15, "AVGAlight": 6, "Route": "650, 640", "StopAbbr_J": "601170" }, "geometry": { "type": "Point", "coordinates": [ -111.946116000004182, 41.194764000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2906, "StopName": "Riverdale Rd @ 3535 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601182", "Latitude": 41.199095, "Longitude": -111.972576, "AVGBoard": 9, "AVGAlight": 12, "Route": "470", "StopAbbr_J": "601182" }, "geometry": { "type": "Point", "coordinates": [ -111.972576000004267, 41.199095000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2907, "StopName": "Riverdale Rd @ 3500 S", "City": "Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601184", "Latitude": 41.199438, "Longitude": -111.971852, "AVGBoard": 4, "AVGAlight": 12, "Route": "470", "StopAbbr_J": "601184" }, "geometry": { "type": "Point", "coordinates": [ -111.971852000004574, 41.199438000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2908, "StopName": "Highway 89 @ 2652 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601185", "Latitude": 41.305869, "Longitude": -112.004502, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "601185" }, "geometry": { "type": "Point", "coordinates": [ -112.004502000004564, 41.305869000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2909, "StopName": "2Nd St @ 362 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601189", "Latitude": 41.259287, "Longitude": -111.970941, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601189" }, "geometry": { "type": "Point", "coordinates": [ -111.970941000004686, 41.259287000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2910, "StopName": "28Th St @ 155 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601199", "Latitude": 41.214404, "Longitude": -111.977334, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "601199" }, "geometry": { "type": "Point", "coordinates": [ -111.977334000004305, 41.214404000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2911, "StopName": "1200 W @ 410 N", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601200", "Latitude": 41.267455, "Longitude": -112.008758, "AVGBoard": 0, "AVGAlight": 4, "Route": "613", "StopAbbr_J": "601200" }, "geometry": { "type": "Point", "coordinates": [ -112.00875800000442, 41.267455000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2912, "StopName": "Washington Blvd @ 309 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601201", "Latitude": 41.265147, "Longitude": -111.969681, "AVGBoard": 27, "AVGAlight": 13, "Route": "645, 625, 612", "StopAbbr_J": "601201" }, "geometry": { "type": "Point", "coordinates": [ -111.96968100000467, 41.265147000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2913, "StopName": "2Nd St @ 285 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601203", "Latitude": 41.259154, "Longitude": -111.972719, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601203" }, "geometry": { "type": "Point", "coordinates": [ -111.972719000004417, 41.259154000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2914, "StopName": "Lincoln Ave @ 2572 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601204", "Latitude": 41.219048, "Longitude": -111.976036, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "601204" }, "geometry": { "type": "Point", "coordinates": [ -111.976036000004754, 41.219048000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2915, "StopName": "Wall Ave @ 1987 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601206", "Latitude": 41.233046, "Longitude": -111.978756, "AVGBoard": 18, "AVGAlight": 5, "Route": "F618, 630, 470, 455", "StopAbbr_J": "601206" }, "geometry": { "type": "Point", "coordinates": [ -111.978756000004239, 41.233046000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2916, "StopName": "21St St @ 1120 W (West Haven)", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601208", "Latitude": 41.229483, "Longitude": -112.007087, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 616", "StopAbbr_J": "601208" }, "geometry": { "type": "Point", "coordinates": [ -112.00708700000456, 41.229483000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2917, "StopName": "Elberta @ 230 W (N. Ogden)", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "601213", "Latitude": 41.317798, "Longitude": -111.981086, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "601213" }, "geometry": { "type": "Point", "coordinates": [ -111.981086000004709, 41.317798000002561 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2918, "StopName": "1000 W @ 2975 N (Plesant View)", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "601216", "Latitude": 41.311633, "Longitude": -112.003083, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "601216" }, "geometry": { "type": "Point", "coordinates": [ -112.003083000003983, 41.311633000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2919, "StopName": "21St St @ 1083 W (West Haven)", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601221", "Latitude": 41.22922, "Longitude": -112.005942, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 616", "StopAbbr_J": "601221" }, "geometry": { "type": "Point", "coordinates": [ -112.005942000004168, 41.229220000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2920, "StopName": "Elberta @ 370 E (N. Ogden)", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "601222", "Latitude": 41.313022, "Longitude": -111.969767, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "601222" }, "geometry": { "type": "Point", "coordinates": [ -111.969767000004609, 41.313022000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2921, "StopName": "12Th St @ 180 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601228", "Latitude": 41.244483, "Longitude": -111.976531, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "601228" }, "geometry": { "type": "Point", "coordinates": [ -111.976531000004371, 41.244483000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2922, "StopName": "700 W @ 4472 S", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "601232", "Latitude": 41.18082, "Longitude": -111.995722, "AVGBoard": 2, "AVGAlight": 5, "Route": "640", "StopAbbr_J": "601232" }, "geometry": { "type": "Point", "coordinates": [ -111.995722000004264, 41.180820000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2923, "StopName": "2900 S @ 1870 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601233", "Latitude": 41.212514, "Longitude": -112.025054, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601233" }, "geometry": { "type": "Point", "coordinates": [ -112.025054000004715, 41.212514000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2924, "StopName": "12Th Street @ 425 E (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601236", "Latitude": 41.244181, "Longitude": -111.969041, "AVGBoard": 6, "AVGAlight": 1, "Route": "675, 674", "StopAbbr_J": "601236" }, "geometry": { "type": "Point", "coordinates": [ -111.969041000004736, 41.244181000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2925, "StopName": "Valley Drive @ 1851 E (Rainbow Ga", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601237", "Latitude": 41.235322, "Longitude": -111.930433, "AVGBoard": 0, "AVGAlight": 0, "Route": "675, 674", "StopAbbr_J": "601237" }, "geometry": { "type": "Point", "coordinates": [ -111.930433000004285, 41.235322000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2926, "StopName": "12Th Street @ 472 E (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601251", "Latitude": 41.244378, "Longitude": -111.967743, "AVGBoard": 0, "AVGAlight": 7, "Route": "675, 674", "StopAbbr_J": "601251" }, "geometry": { "type": "Point", "coordinates": [ -111.96774300000429, 41.244378000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2927, "StopName": "Washington Blvd \/ 24th St (SB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601252", "Latitude": 41.222359, "Longitude": -111.970617, "AVGBoard": 6, "AVGAlight": 12, "Route": null, "StopAbbr_J": "601252" }, "geometry": { "type": "Point", "coordinates": [ -111.970617000003955, 41.222359000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2928, "StopName": "Wolf Creek Dr @ 3600 N", "City": "Eden", "ZipCode": "84310", "County": "Weber", "UTA_StopID": "601262", "Latitude": 41.324076, "Longitude": -111.829008, "AVGBoard": 0, "AVGAlight": 0, "Route": "674", "StopAbbr_J": "601262" }, "geometry": { "type": "Point", "coordinates": [ -111.829008000004336, 41.324076000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2929, "StopName": "Wolf Creek Road @ 3595 N", "City": "Eden", "ZipCode": "84310", "County": "Weber", "UTA_StopID": "601263", "Latitude": 41.324348, "Longitude": -111.828877, "AVGBoard": 0, "AVGAlight": 0, "Route": "674", "StopAbbr_J": "601263" }, "geometry": { "type": "Point", "coordinates": [ -111.828877000004283, 41.324348000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2930, "StopName": "5100 E @ 8000 N (Powder Mountain)", "City": "Eden", "ZipCode": "84310", "County": "Weber", "UTA_StopID": "601267", "Latitude": 41.379123, "Longitude": -111.780978, "AVGBoard": 0, "AVGAlight": 0, "Route": "674", "StopAbbr_J": "601267" }, "geometry": { "type": "Point", "coordinates": [ -111.780978000004353, 41.379123000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2931, "StopName": "Pleasant View Drive @ 890 W", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "601285", "Latitude": 41.321284, "Longitude": -111.999889, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "601285" }, "geometry": { "type": "Point", "coordinates": [ -111.999889000003932, 41.321284000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2932, "StopName": "Main St @ 112 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603001", "Latitude": 41.513625, "Longitude": -112.015585, "AVGBoard": 0, "AVGAlight": 1, "Route": "F638, 630", "StopAbbr_J": "603001" }, "geometry": { "type": "Point", "coordinates": [ -112.015585000004009, 41.513625000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2933, "StopName": "Main St @ 206 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603002", "Latitude": 41.515071, "Longitude": -112.015589, "AVGBoard": 0, "AVGAlight": 2, "Route": "F638, 630", "StopAbbr_J": "603002" }, "geometry": { "type": "Point", "coordinates": [ -112.01558900000434, 41.515071000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2934, "StopName": "Main St @ 306 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603003", "Latitude": 41.517015, "Longitude": -112.015557, "AVGBoard": 0, "AVGAlight": 1, "Route": "F638, 630", "StopAbbr_J": "603003" }, "geometry": { "type": "Point", "coordinates": [ -112.015557000004378, 41.517015000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2935, "StopName": "Main St @ 410 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603004", "Latitude": 41.519155, "Longitude": -112.015513, "AVGBoard": 0, "AVGAlight": 1, "Route": "F638, 630", "StopAbbr_J": "603004" }, "geometry": { "type": "Point", "coordinates": [ -112.015513000004333, 41.519155000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2936, "StopName": "Main St @ 510 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603005", "Latitude": 41.521102, "Longitude": -112.015473, "AVGBoard": 0, "AVGAlight": 2, "Route": "F638, 630", "StopAbbr_J": "603005" }, "geometry": { "type": "Point", "coordinates": [ -112.015473000004633, 41.521102000002571 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2937, "StopName": "Main St @ 610 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603006", "Latitude": 41.523106, "Longitude": -112.015451, "AVGBoard": 0, "AVGAlight": 2, "Route": "F638, 630", "StopAbbr_J": "603006" }, "geometry": { "type": "Point", "coordinates": [ -112.015451000004603, 41.523106000002571 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2938, "StopName": "Main St @ 770 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603007", "Latitude": 41.526314, "Longitude": -112.015388, "AVGBoard": 8, "AVGAlight": 10, "Route": "630", "StopAbbr_J": "603007" }, "geometry": { "type": "Point", "coordinates": [ -112.015388000003895, 41.526314000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2939, "StopName": "Main St @ 898 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603008", "Latitude": 41.528157, "Longitude": -112.015329, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "603008" }, "geometry": { "type": "Point", "coordinates": [ -112.0153290000044, 41.528157000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2940, "StopName": "100 E @ 801 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603009", "Latitude": 41.526741, "Longitude": -112.013981, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "603009" }, "geometry": { "type": "Point", "coordinates": [ -112.013981000004293, 41.526741000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2941, "StopName": "100 E @ 705 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603010", "Latitude": 41.525045, "Longitude": -112.014019, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "603010" }, "geometry": { "type": "Point", "coordinates": [ -112.014019000003842, 41.525045000002564 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2942, "StopName": "700 N @ 75 E (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603011", "Latitude": 41.524897, "Longitude": -112.014951, "AVGBoard": 15, "AVGAlight": 8, "Route": "630", "StopAbbr_J": "603011" }, "geometry": { "type": "Point", "coordinates": [ -112.014951000004586, 41.524897000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2943, "StopName": "Main St @ 605 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603012", "Latitude": 41.523172, "Longitude": -112.015641, "AVGBoard": 2, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "603012" }, "geometry": { "type": "Point", "coordinates": [ -112.015641000004152, 41.523172000002567 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2944, "StopName": "Main St @ 485 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603013", "Latitude": 41.520662, "Longitude": -112.015687, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "603013" }, "geometry": { "type": "Point", "coordinates": [ -112.015687000004348, 41.520662000002524 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2945, "StopName": "Main St @ 395 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603014", "Latitude": 41.518586, "Longitude": -112.015714, "AVGBoard": 3, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "603014" }, "geometry": { "type": "Point", "coordinates": [ -112.015714000003896, 41.5185860000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2946, "StopName": "Main St @ 267 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603015", "Latitude": 41.516581, "Longitude": -112.015741, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "603015" }, "geometry": { "type": "Point", "coordinates": [ -112.01574100000434, 41.516581000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2947, "StopName": "Main St @ 175 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603016", "Latitude": 41.514523, "Longitude": -112.015786, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "603016" }, "geometry": { "type": "Point", "coordinates": [ -112.015786000004454, 41.514523000002562 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2948, "StopName": "700 N @ 5 W", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603017", "Latitude": 41.52491, "Longitude": -112.01588, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "603017" }, "geometry": { "type": "Point", "coordinates": [ -112.015880000004145, 41.524910000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2949, "StopName": "500 W @ 491 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603018", "Latitude": 41.52116, "Longitude": -112.023576, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "603018" }, "geometry": { "type": "Point", "coordinates": [ -112.023576000004638, 41.521160000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2950, "StopName": "500 W @ 51 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603039", "Latitude": 41.511911, "Longitude": -112.02373, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "603039" }, "geometry": { "type": "Point", "coordinates": [ -112.023730000003894, 41.511911000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2951, "StopName": "500 W @ 206 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "603043", "Latitude": 41.50582, "Longitude": -112.02384, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "603043" }, "geometry": { "type": "Point", "coordinates": [ -112.023840000004014, 41.505820000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2952, "StopName": "Main St @ 1065 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605001", "Latitude": 41.487946, "Longitude": -112.016062, "AVGBoard": 0, "AVGAlight": 0, "Route": "F638, 630", "StopAbbr_J": "605001" }, "geometry": { "type": "Point", "coordinates": [ -112.016062000003927, 41.487946000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2953, "StopName": "Main St @ 889 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605003", "Latitude": 41.492918, "Longitude": -112.015973, "AVGBoard": 0, "AVGAlight": 2, "Route": "F638, 630", "StopAbbr_J": "605003" }, "geometry": { "type": "Point", "coordinates": [ -112.015973000004649, 41.492918000002568 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2954, "StopName": "Main St @ 751 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605004", "Latitude": 41.494857, "Longitude": -112.015943, "AVGBoard": 1, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "605004" }, "geometry": { "type": "Point", "coordinates": [ -112.015943000003972, 41.494857000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2955, "StopName": "Main St @ 585 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605005", "Latitude": 41.498619, "Longitude": -112.015917, "AVGBoard": 0, "AVGAlight": 1, "Route": "F638, 630", "StopAbbr_J": "605005" }, "geometry": { "type": "Point", "coordinates": [ -112.015917000004521, 41.498619000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2956, "StopName": "Main St @ 395 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605007", "Latitude": 41.503318, "Longitude": -112.015826, "AVGBoard": 0, "AVGAlight": 0, "Route": "F638, 630", "StopAbbr_J": "605007" }, "geometry": { "type": "Point", "coordinates": [ -112.015826000004168, 41.503318000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2957, "StopName": "Main St @ 285 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605008", "Latitude": 41.505074, "Longitude": -112.015786, "AVGBoard": 0, "AVGAlight": 0, "Route": "F638, 630", "StopAbbr_J": "605008" }, "geometry": { "type": "Point", "coordinates": [ -112.015786000004454, 41.505074000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2958, "StopName": "Main St @ 161 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605009", "Latitude": 41.506597, "Longitude": -112.015726, "AVGBoard": 1, "AVGAlight": 4, "Route": "F638, 630", "StopAbbr_J": "605009" }, "geometry": { "type": "Point", "coordinates": [ -112.015726000003994, 41.506597000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2959, "StopName": "Main St @ 101 S (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605010", "Latitude": 41.507944, "Longitude": -112.015704, "AVGBoard": 0, "AVGAlight": 1, "Route": "F638, 630", "StopAbbr_J": "605010" }, "geometry": { "type": "Point", "coordinates": [ -112.015704000003964, 41.507944000002539 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2960, "StopName": "Main St @ 1 S (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605011", "Latitude": 41.510159, "Longitude": -112.015651, "AVGBoard": 1, "AVGAlight": 5, "Route": "630", "StopAbbr_J": "605011" }, "geometry": { "type": "Point", "coordinates": [ -112.015651000004084, 41.510159000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2961, "StopName": "Main St @ 110 S (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605013", "Latitude": 41.507846, "Longitude": -112.015943, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605013" }, "geometry": { "type": "Point", "coordinates": [ -112.015943000003972, 41.50784600000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2962, "StopName": "1100 S @ 305 W", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605014", "Latitude": 41.486451, "Longitude": -112.020866, "AVGBoard": 5, "AVGAlight": 6, "Route": "F638, 630", "StopAbbr_J": "605014" }, "geometry": { "type": "Point", "coordinates": [ -112.02086600000419, 41.486451000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2963, "StopName": "Main St @ 310 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605015", "Latitude": 41.504403, "Longitude": -112.015989, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605015" }, "geometry": { "type": "Point", "coordinates": [ -112.015989000004197, 41.504403000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2964, "StopName": "Main St @ 404 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605016", "Latitude": 41.502959, "Longitude": -112.016011, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605016" }, "geometry": { "type": "Point", "coordinates": [ -112.016011000004198, 41.502959000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2965, "StopName": "Main St @ 510 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605017", "Latitude": 41.500506, "Longitude": -112.016053, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605017" }, "geometry": { "type": "Point", "coordinates": [ -112.016053000004092, 41.500506000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2966, "StopName": "800 W @ 1055 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605018", "Latitude": 41.488458, "Longitude": -112.028916, "AVGBoard": 1, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "605018" }, "geometry": { "type": "Point", "coordinates": [ -112.028916000004315, 41.488458000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2967, "StopName": "Main St @ 714 S (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605019", "Latitude": 41.495631, "Longitude": -112.016195, "AVGBoard": 5, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "605019" }, "geometry": { "type": "Point", "coordinates": [ -112.01619500000416, 41.495631000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2968, "StopName": "Main St @ 910 S (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605020", "Latitude": 41.491901, "Longitude": -112.016281, "AVGBoard": 1, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "605020" }, "geometry": { "type": "Point", "coordinates": [ -112.016281000004085, 41.49190100000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2969, "StopName": "Main St @ 1000 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605021", "Latitude": 41.489758, "Longitude": -112.016326, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605021" }, "geometry": { "type": "Point", "coordinates": [ -112.016326000004213, 41.489758000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2970, "StopName": "Main St @ 1080 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605022", "Latitude": 41.487577, "Longitude": -112.016381, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605022" }, "geometry": { "type": "Point", "coordinates": [ -112.016381000004259, 41.487577000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2971, "StopName": "950 S @ 665 W", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605034", "Latitude": 41.491737, "Longitude": -112.026726, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605034" }, "geometry": { "type": "Point", "coordinates": [ -112.026726000004658, 41.491737000002558 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2972, "StopName": "Medical Dr @ 984 S (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605035", "Latitude": 41.49028, "Longitude": -112.025166, "AVGBoard": 1, "AVGAlight": 0, "Route": "F638, 630", "StopAbbr_J": "605035" }, "geometry": { "type": "Point", "coordinates": [ -112.025166000004091, 41.490280000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2973, "StopName": "Medical Dr @ 1050 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605042", "Latitude": 41.488481, "Longitude": -112.026994, "AVGBoard": 1, "AVGAlight": 0, "Route": "F638, 630", "StopAbbr_J": "605042" }, "geometry": { "type": "Point", "coordinates": [ -112.026994000004365, 41.488481000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2974, "StopName": "Main St @ 1120 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605047", "Latitude": 41.485739, "Longitude": -112.016771, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605047" }, "geometry": { "type": "Point", "coordinates": [ -112.016771000004184, 41.485739000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2975, "StopName": "Us Hwy 89 @ 1734 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605048", "Latitude": 41.478099, "Longitude": -112.022733, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605048" }, "geometry": { "type": "Point", "coordinates": [ -112.022733000004109, 41.47809900000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2976, "StopName": "Us Hwy 89 @ 2254 S (Perry)", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605050", "Latitude": 41.468353, "Longitude": -112.030922, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "605050" }, "geometry": { "type": "Point", "coordinates": [ -112.03092200000404, 41.468353000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2977, "StopName": "Us Hwy 89 @ 2680 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605051", "Latitude": 41.464613, "Longitude": -112.034006, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605051" }, "geometry": { "type": "Point", "coordinates": [ -112.034006000003984, 41.464613000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2978, "StopName": "Us Hwy 89 @ 2670 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605052", "Latitude": 41.461968, "Longitude": -112.036219, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605052" }, "geometry": { "type": "Point", "coordinates": [ -112.03621900000465, 41.461968000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2979, "StopName": "Us Hwy 89 @ 3460 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605053", "Latitude": 41.447164, "Longitude": -112.037884, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605053" }, "geometry": { "type": "Point", "coordinates": [ -112.037884000004027, 41.447164000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2980, "StopName": "Us Hwy 89 @ 3425 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605054", "Latitude": 41.447731, "Longitude": -112.037607, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605054" }, "geometry": { "type": "Point", "coordinates": [ -112.037607000004456, 41.447731000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2981, "StopName": "Us Hwy 89 @ 2625 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605055", "Latitude": 41.462334, "Longitude": -112.035592, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605055" }, "geometry": { "type": "Point", "coordinates": [ -112.035592000004002, 41.462334000002564 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2982, "StopName": "Us Hwy 89 @ 2435 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605056", "Latitude": 41.465446, "Longitude": -112.033001, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605056" }, "geometry": { "type": "Point", "coordinates": [ -112.033001000004418, 41.465446000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2983, "StopName": "Us Hwy 89 @ 2295 S (Perry)", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605057", "Latitude": 41.467732, "Longitude": -112.031079, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "605057" }, "geometry": { "type": "Point", "coordinates": [ -112.031079000004453, 41.467732000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2984, "StopName": "Us Hwy 89 @ 1865 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605058", "Latitude": 41.475732, "Longitude": -112.024404, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "605058" }, "geometry": { "type": "Point", "coordinates": [ -112.024404000003955, 41.475732000002573 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2985, "StopName": "Us Hwy 89 @ 1755 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605059", "Latitude": 41.478225, "Longitude": -112.022326, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605059" }, "geometry": { "type": "Point", "coordinates": [ -112.022326000004568, 41.47822500000256 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2986, "StopName": "Main St @ 1175 S (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605060", "Latitude": 41.484682, "Longitude": -112.016956, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605060" }, "geometry": { "type": "Point", "coordinates": [ -112.016956000004214, 41.4846820000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2987, "StopName": "Main St @ 696 S (Brigham City)", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605065", "Latitude": 41.496448, "Longitude": -112.015955, "AVGBoard": 2, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "605065" }, "geometry": { "type": "Point", "coordinates": [ -112.01595500000407, 41.496448000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2988, "StopName": "Us Hwy 89 @ 3750 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605073", "Latitude": 41.442111, "Longitude": -112.037103, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605073" }, "geometry": { "type": "Point", "coordinates": [ -112.037103000004109, 41.442111000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2989, "StopName": "Us Hwy 89 @ 1435 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "605074", "Latitude": 41.43503, "Longitude": -112.036016, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605074" }, "geometry": { "type": "Point", "coordinates": [ -112.036016000004025, 41.435030000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2990, "StopName": "Main St @ 156 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605076", "Latitude": 41.506841, "Longitude": -112.015958, "AVGBoard": 2, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "605076" }, "geometry": { "type": "Point", "coordinates": [ -112.015958000004318, 41.506841000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2991, "StopName": "Main St @ 620 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605077", "Latitude": 41.498105, "Longitude": -112.016102, "AVGBoard": 2, "AVGAlight": 1, "Route": "470", "StopAbbr_J": "605077" }, "geometry": { "type": "Point", "coordinates": [ -112.016102000004551, 41.498105000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2992, "StopName": "Main St @ 800 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605078", "Latitude": 41.494186, "Longitude": -112.016232, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605078" }, "geometry": { "type": "Point", "coordinates": [ -112.016232000004521, 41.494186000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2993, "StopName": "Us Hwy 89 @ 2825 S (Perry)", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605080", "Latitude": 41.458521, "Longitude": -112.037582, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605080" }, "geometry": { "type": "Point", "coordinates": [ -112.037582000004178, 41.458521000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2994, "StopName": "Us Hwy 89 @ 2860 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605081", "Latitude": 41.458364, "Longitude": -112.037903, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605081" }, "geometry": { "type": "Point", "coordinates": [ -112.03790300000469, 41.458364000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2995, "StopName": "Us Hwy 89 @ 3010 S (Perry)", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605082", "Latitude": 41.455136, "Longitude": -112.038853, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605082" }, "geometry": { "type": "Point", "coordinates": [ -112.03885300000421, 41.455136000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2996, "StopName": "Us Hwy 89 @ 20 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "605083", "Latitude": 41.409159, "Longitude": -112.036455, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605083" }, "geometry": { "type": "Point", "coordinates": [ -112.036455000004409, 41.409159000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2997, "StopName": "Main St @ 493 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605084", "Latitude": 41.500941, "Longitude": -112.015871, "AVGBoard": 0, "AVGAlight": 0, "Route": "F638, 630", "StopAbbr_J": "605084" }, "geometry": { "type": "Point", "coordinates": [ -112.015871000004296, 41.500941000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2998, "StopName": "Main St @ 1930 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "605085", "Latitude": 41.475021, "Longitude": -112.025358, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "605085" }, "geometry": { "type": "Point", "coordinates": [ -112.025358000004701, 41.475021000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 2999, "StopName": "Us Hwy 89 @ 420 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608001", "Latitude": 41.401836, "Longitude": -112.035702, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608001" }, "geometry": { "type": "Point", "coordinates": [ -112.035702000004108, 41.401836000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3000, "StopName": "Us Hwy 89 @ 610 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608002", "Latitude": 41.398275, "Longitude": -112.034727, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "608002" }, "geometry": { "type": "Point", "coordinates": [ -112.034727000004324, 41.398275000002556 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3001, "StopName": "Us Hwy 89 @ 6900 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608003", "Latitude": 41.384181, "Longitude": -112.032034, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608003" }, "geometry": { "type": "Point", "coordinates": [ -112.032034000004387, 41.384181000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3002, "StopName": "Us Hwy 89 @ 7430 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608004", "Latitude": 41.374673, "Longitude": -112.033454, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608004" }, "geometry": { "type": "Point", "coordinates": [ -112.033454000004141, 41.374673000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3003, "StopName": "Highland Dr @ 3706 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137206", "Latitude": 40.690755, "Longitude": -111.847067, "AVGBoard": 4, "AVGAlight": 7, "Route": null, "StopAbbr_J": "137206" }, "geometry": { "type": "Point", "coordinates": [ -111.847067000004017, 40.690755000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3004, "StopName": "Us Hwy 89 @ 7720 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608005", "Latitude": 41.369316, "Longitude": -112.034905, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "608005" }, "geometry": { "type": "Point", "coordinates": [ -112.034905000004684, 41.369316000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3005, "StopName": "Us Hwy 89 @ 7920 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608006", "Latitude": 41.365696, "Longitude": -112.035611, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "608006" }, "geometry": { "type": "Point", "coordinates": [ -112.035611000004678, 41.365696000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3006, "StopName": "10600 S @ 60 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173056", "Latitude": 40.558769, "Longitude": -111.889948, "AVGBoard": 0, "AVGAlight": 0, "Route": "F546, 313", "StopAbbr_J": "173056" }, "geometry": { "type": "Point", "coordinates": [ -111.889948000003955, 40.558769000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3007, "StopName": "Us Hwy 89 @ 8615 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608008", "Latitude": 41.353498, "Longitude": -112.035635, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608008" }, "geometry": { "type": "Point", "coordinates": [ -112.03563500000395, 41.353498000002567 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3008, "StopName": "9400 S @ 730 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173076", "Latitude": 40.580525, "Longitude": -111.871307, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173076" }, "geometry": { "type": "Point", "coordinates": [ -111.871307000004663, 40.580525000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3009, "StopName": "Us Hwy 89 @ 7925 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608009", "Latitude": 41.365874, "Longitude": -112.035248, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608009" }, "geometry": { "type": "Point", "coordinates": [ -112.035248000004287, 41.365874000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3010, "StopName": "1300 E @ 9420 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173078", "Latitude": 40.579568, "Longitude": -111.853389, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173078" }, "geometry": { "type": "Point", "coordinates": [ -111.853389000004057, 40.579568000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3011, "StopName": "Us Hwy 89 @ 7715 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608010", "Latitude": 41.369728, "Longitude": -112.034351, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608010" }, "geometry": { "type": "Point", "coordinates": [ -112.034351000004662, 41.369728000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3012, "StopName": "1300 E @ 10075 S", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "173082", "Latitude": 40.568919, "Longitude": -111.853002, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173082" }, "geometry": { "type": "Point", "coordinates": [ -111.853002000004395, 40.568919000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3013, "StopName": "Us Hwy 89 @ 7395 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608011", "Latitude": 41.375447, "Longitude": -112.033028, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "608011" }, "geometry": { "type": "Point", "coordinates": [ -112.033028000003952, 41.37544700000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3014, "StopName": "10600 S @ 1069 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173091", "Latitude": 40.558824, "Longitude": -111.860692, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173091" }, "geometry": { "type": "Point", "coordinates": [ -111.860692000004391, 40.558824000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3015, "StopName": "Us Hwy 89 @ 6895 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608012", "Latitude": 41.384453, "Longitude": -112.031722, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608012" }, "geometry": { "type": "Point", "coordinates": [ -112.031722000004621, 41.38445300000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3016, "StopName": "1300 E @ 8024 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173098", "Latitude": 40.605055, "Longitude": -111.853264, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173098" }, "geometry": { "type": "Point", "coordinates": [ -111.853264000004501, 40.605055000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3017, "StopName": "Main St @ 605 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608013", "Latitude": 41.398459, "Longitude": -112.034461, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608013" }, "geometry": { "type": "Point", "coordinates": [ -112.034461000003873, 41.398459000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3018, "StopName": "1300 E @ 8250 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173099", "Latitude": 40.601008, "Longitude": -111.853265, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173099" }, "geometry": { "type": "Point", "coordinates": [ -111.853265000004598, 40.601008000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3019, "StopName": "Main St @ 369 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608014", "Latitude": 41.402202, "Longitude": -112.035477, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608014" }, "geometry": { "type": "Point", "coordinates": [ -112.035477000004377, 41.402202000002561 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3020, "StopName": "1300 E @ 8800 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173105", "Latitude": 40.590989, "Longitude": -111.853318, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173105" }, "geometry": { "type": "Point", "coordinates": [ -111.853318000004464, 40.590989000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3021, "StopName": "Us Hwy 89 @ 725 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608015", "Latitude": 41.395664, "Longitude": -112.034091, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608015" }, "geometry": { "type": "Point", "coordinates": [ -112.034091000004736, 41.395664000002569 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3022, "StopName": "1300 E @ 9108 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173108", "Latitude": 40.586028, "Longitude": -111.853347, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173108" }, "geometry": { "type": "Point", "coordinates": [ -111.853347000004177, 40.586028000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3023, "StopName": "Us Hwy 89 @ 782 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "608016", "Latitude": 41.395387, "Longitude": -112.034439, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "608016" }, "geometry": { "type": "Point", "coordinates": [ -112.034439000004767, 41.395387000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3024, "StopName": "Highland Dr @ 3820 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137207", "Latitude": 40.688362, "Longitude": -111.845658, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "137207" }, "geometry": { "type": "Point", "coordinates": [ -111.845658000004263, 40.688362000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3025, "StopName": "1300 E @ 9375 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173111", "Latitude": 40.581017, "Longitude": -111.853101, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173111" }, "geometry": { "type": "Point", "coordinates": [ -111.8531010000045, 40.581017000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3026, "StopName": "Us Hwy 89 @ 3110 N", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "610001", "Latitude": 41.314201, "Longitude": -112.011271, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "610001" }, "geometry": { "type": "Point", "coordinates": [ -112.011271000003859, 41.314201000002576 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3027, "StopName": "Highland Dr @ 3910 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137208", "Latitude": 40.686654, "Longitude": -111.845058, "AVGBoard": 6, "AVGAlight": 4, "Route": "220", "StopAbbr_J": "137208" }, "geometry": { "type": "Point", "coordinates": [ -111.845058000004045, 40.686654000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3028, "StopName": "1300 E @ 9085 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173114", "Latitude": 40.585991, "Longitude": -111.853084, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173114" }, "geometry": { "type": "Point", "coordinates": [ -111.853084000003975, 40.585991000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3029, "StopName": "Us Hwy 89 @ 3147 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610004", "Latitude": 41.314739, "Longitude": -112.012024, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "610004" }, "geometry": { "type": "Point", "coordinates": [ -112.012024000004146, 41.314739000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3030, "StopName": "5400 S \/ Canal St (WB)", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153031", "Latitude": 40.653122, "Longitude": -111.930311, "AVGBoard": 0, "AVGAlight": 3, "Route": null, "StopAbbr_J": "153031" }, "geometry": { "type": "Point", "coordinates": [ -111.930311000004068, 40.653122000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3031, "StopName": "Highland Dr @ 4050 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137210", "Latitude": 40.683379, "Longitude": -111.843917, "AVGBoard": 1, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137210" }, "geometry": { "type": "Point", "coordinates": [ -111.843917000003998, 40.683379000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3032, "StopName": "Highland Dr @ 4220 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137212", "Latitude": 40.679971, "Longitude": -111.843018, "AVGBoard": 1, "AVGAlight": 5, "Route": "220", "StopAbbr_J": "137212" }, "geometry": { "type": "Point", "coordinates": [ -111.843018000004207, 40.679971000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3033, "StopName": "Highland Dr @ 4280 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137213", "Latitude": 40.677852, "Longitude": -111.842642, "AVGBoard": 1, "AVGAlight": 2, "Route": "220", "StopAbbr_J": "137213" }, "geometry": { "type": "Point", "coordinates": [ -111.84264200000456, 40.677852000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3034, "StopName": "Highland Dr @ 4350 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137214", "Latitude": 40.676202, "Longitude": -111.842381, "AVGBoard": 2, "AVGAlight": 4, "Route": "220", "StopAbbr_J": "137214" }, "geometry": { "type": "Point", "coordinates": [ -111.842381000004536, 40.676202000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3035, "StopName": "Highland Dr @ 4520 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137215", "Latitude": 40.673811, "Longitude": -111.841569, "AVGBoard": 2, "AVGAlight": 9, "Route": "220", "StopAbbr_J": "137215" }, "geometry": { "type": "Point", "coordinates": [ -111.841569000004753, 40.673811000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3036, "StopName": "Highland Dr @ 4435 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137219", "Latitude": 40.675099, "Longitude": -111.841776, "AVGBoard": 10, "AVGAlight": 4, "Route": "220", "StopAbbr_J": "137219" }, "geometry": { "type": "Point", "coordinates": [ -111.841776000004813, 40.675099000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3037, "StopName": "Highland Dr @ 4285 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137221", "Latitude": 40.677981, "Longitude": -111.842482, "AVGBoard": 1, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137221" }, "geometry": { "type": "Point", "coordinates": [ -111.842482000003898, 40.677981000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3038, "StopName": "Highland Dr @ 4175 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137222", "Latitude": 40.680818, "Longitude": -111.842986, "AVGBoard": 7, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137222" }, "geometry": { "type": "Point", "coordinates": [ -111.842986000004259, 40.680818000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3039, "StopName": "Highland Dr @ 3961 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137225", "Latitude": 40.685437, "Longitude": -111.844387, "AVGBoard": 1, "AVGAlight": 5, "Route": "220", "StopAbbr_J": "137225" }, "geometry": { "type": "Point", "coordinates": [ -111.844387000004247, 40.685437000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3040, "StopName": "Highland Dr @ 3687 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137227", "Latitude": 40.690926, "Longitude": -111.846918, "AVGBoard": 9, "AVGAlight": 3, "Route": "220", "StopAbbr_J": "137227" }, "geometry": { "type": "Point", "coordinates": [ -111.846918000004266, 40.690926000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3041, "StopName": "Highland Dr @ 3525 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137229", "Latitude": 40.695191, "Longitude": -111.848952, "AVGBoard": 0, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137229" }, "geometry": { "type": "Point", "coordinates": [ -111.848952000004516, 40.695191000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3042, "StopName": "Highland Dr @ 3401 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137231", "Latitude": 40.697576, "Longitude": -111.849811, "AVGBoard": 0, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137231" }, "geometry": { "type": "Point", "coordinates": [ -111.849811000004578, 40.697576000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3043, "StopName": "Highland Dr @ 3233 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137233", "Latitude": 40.700671, "Longitude": -111.850885, "AVGBoard": 9, "AVGAlight": 14, "Route": "220", "StopAbbr_J": "137233" }, "geometry": { "type": "Point", "coordinates": [ -111.850885000004482, 40.700671000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3044, "StopName": "Highland Dr @ 3125 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137234", "Latitude": 40.703061, "Longitude": -111.851748, "AVGBoard": 4, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137234" }, "geometry": { "type": "Point", "coordinates": [ -111.85174800000398, 40.703061000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3045, "StopName": "Highland Dr @ 3011 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137235", "Latitude": 40.705443, "Longitude": -111.852636, "AVGBoard": 1, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137235" }, "geometry": { "type": "Point", "coordinates": [ -111.852636000004665, 40.705443000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3046, "StopName": "Highland Dr @ 2907 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137236", "Latitude": 40.707693, "Longitude": -111.853424, "AVGBoard": 3, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137236" }, "geometry": { "type": "Point", "coordinates": [ -111.853424000004253, 40.707693000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3047, "StopName": "Highland Dr @ 2831 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137237", "Latitude": 40.709645, "Longitude": -111.854193, "AVGBoard": 1, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "137237" }, "geometry": { "type": "Point", "coordinates": [ -111.854193000004088, 40.709645000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3048, "StopName": "Highland Dr @ 2745 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137238", "Latitude": 40.711647, "Longitude": -111.854895, "AVGBoard": 2, "AVGAlight": 4, "Route": "213", "StopAbbr_J": "137238" }, "geometry": { "type": "Point", "coordinates": [ -111.854895000004646, 40.711647000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3049, "StopName": "Highland Dr @ 2595 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137240", "Latitude": 40.715332, "Longitude": -111.855937, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137240" }, "geometry": { "type": "Point", "coordinates": [ -111.855937000004602, 40.715332000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3050, "StopName": "1300 E @ 4229 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137242", "Latitude": 40.679638, "Longitude": -111.854008, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137242" }, "geometry": { "type": "Point", "coordinates": [ -111.854008000004043, 40.679638000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3051, "StopName": "1300 E @ 4155 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137243", "Latitude": 40.681291, "Longitude": -111.854038, "AVGBoard": 2, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137243" }, "geometry": { "type": "Point", "coordinates": [ -111.854038000004735, 40.681291000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3052, "StopName": "1300 E @ 4085 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137244", "Latitude": 40.68282, "Longitude": -111.854025, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137244" }, "geometry": { "type": "Point", "coordinates": [ -111.854025000004569, 40.68282000000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3053, "StopName": "1300 E @ 4001 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137245", "Latitude": 40.684573, "Longitude": -111.854, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137245" }, "geometry": { "type": "Point", "coordinates": [ -111.854000000004291, 40.684573000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3054, "StopName": "1300 E @ 3849 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137247", "Latitude": 40.687554, "Longitude": -111.85401, "AVGBoard": 7, "AVGAlight": 11, "Route": "213", "StopAbbr_J": "137247" }, "geometry": { "type": "Point", "coordinates": [ -111.854010000004223, 40.687554000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3055, "StopName": "1300 E @ 3751 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137248", "Latitude": 40.689496, "Longitude": -111.854008, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "137248" }, "geometry": { "type": "Point", "coordinates": [ -111.854008000004043, 40.689496000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3056, "StopName": "1300 E @ 3643 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137249", "Latitude": 40.692001, "Longitude": -111.853986, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137249" }, "geometry": { "type": "Point", "coordinates": [ -111.853986000004028, 40.692001000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3057, "StopName": "1300 E @ 3593 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137250", "Latitude": 40.693026, "Longitude": -111.853967, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137250" }, "geometry": { "type": "Point", "coordinates": [ -111.853967000004246, 40.693026000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3058, "StopName": "1300 E @ 3487 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137251", "Latitude": 40.695701, "Longitude": -111.853939, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137251" }, "geometry": { "type": "Point", "coordinates": [ -111.85393900000463, 40.6957010000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3059, "StopName": "1300 E @ 3435 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137252", "Latitude": 40.697078, "Longitude": -111.853925, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137252" }, "geometry": { "type": "Point", "coordinates": [ -111.853925000004381, 40.697078000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3060, "StopName": "1300 E @ 3315 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137253", "Latitude": 40.699541, "Longitude": -111.853877, "AVGBoard": 7, "AVGAlight": 9, "Route": "213", "StopAbbr_J": "137253" }, "geometry": { "type": "Point", "coordinates": [ -111.853877000003976, 40.699541000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3061, "StopName": "1300 E @ 3179 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137254", "Latitude": 40.701864, "Longitude": -111.854282, "AVGBoard": 8, "AVGAlight": 5, "Route": "213", "StopAbbr_J": "137254" }, "geometry": { "type": "Point", "coordinates": [ -111.854282000004261, 40.701864000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3062, "StopName": "Richmond St @ 2917 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137256", "Latitude": 40.707759, "Longitude": -111.855262, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137256" }, "geometry": { "type": "Point", "coordinates": [ -111.855262000004458, 40.707759000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3063, "StopName": "1700 E @ 2686 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137265", "Latitude": 40.713074, "Longitude": -111.84222, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "137265" }, "geometry": { "type": "Point", "coordinates": [ -111.842220000004687, 40.713074000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3064, "StopName": "3300 S @ 1705 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137274", "Latitude": 40.700041, "Longitude": -111.843278, "AVGBoard": 3, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "137274" }, "geometry": { "type": "Point", "coordinates": [ -111.843278000004162, 40.700041000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3065, "StopName": "1700 E @ 2689 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137282", "Latitude": 40.713139, "Longitude": -111.842047, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "137282" }, "geometry": { "type": "Point", "coordinates": [ -111.842047000004769, 40.713139000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3066, "StopName": "3300 S @ 798 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137290", "Latitude": 40.699811, "Longitude": -111.868527, "AVGBoard": 5, "AVGAlight": 11, "Route": "33", "StopAbbr_J": "137290" }, "geometry": { "type": "Point", "coordinates": [ -111.868527000004704, 40.699811000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3067, "StopName": "3300 S @ 942 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137291", "Latitude": 40.699802, "Longitude": -111.864342, "AVGBoard": 19, "AVGAlight": 45, "Route": "33", "StopAbbr_J": "137291" }, "geometry": { "type": "Point", "coordinates": [ -111.864342000004442, 40.699802000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3068, "StopName": "3300 S @ 988 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137292", "Latitude": 40.699803, "Longitude": -111.862762, "AVGBoard": 2, "AVGAlight": 3, "Route": "33", "StopAbbr_J": "137292" }, "geometry": { "type": "Point", "coordinates": [ -111.862762000004011, 40.69980300000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3069, "StopName": "3300 S @ 1108 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137293", "Latitude": 40.699821, "Longitude": -111.859414, "AVGBoard": 1, "AVGAlight": 12, "Route": "33", "StopAbbr_J": "137293" }, "geometry": { "type": "Point", "coordinates": [ -111.859414000004691, 40.699821000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3070, "StopName": "3300 S @ 1218 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137294", "Latitude": 40.699836, "Longitude": -111.856779, "AVGBoard": 1, "AVGAlight": 11, "Route": "33", "StopAbbr_J": "137294" }, "geometry": { "type": "Point", "coordinates": [ -111.856779000004153, 40.699836000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3071, "StopName": "3300 S @ 1298 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137295", "Latitude": 40.699841, "Longitude": -111.854278, "AVGBoard": 9, "AVGAlight": 39, "Route": "33", "StopAbbr_J": "137295" }, "geometry": { "type": "Point", "coordinates": [ -111.85427800000393, 40.699841000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3072, "StopName": "3300 S @ 1460 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137296", "Latitude": 40.699838, "Longitude": -111.849929, "AVGBoard": 8, "AVGAlight": 25, "Route": "33", "StopAbbr_J": "137296" }, "geometry": { "type": "Point", "coordinates": [ -111.849929000004451, 40.699838000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3073, "StopName": "3300 S @ 1590 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137297", "Latitude": 40.699863, "Longitude": -111.846012, "AVGBoard": 0, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "137297" }, "geometry": { "type": "Point", "coordinates": [ -111.846012000004791, 40.699863000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3074, "StopName": "3300 S @ 1650 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137298", "Latitude": 40.699876, "Longitude": -111.844126, "AVGBoard": 1, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "137298" }, "geometry": { "type": "Point", "coordinates": [ -111.844126000004223, 40.699876000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3075, "StopName": "3300 S @ 1585 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137299", "Latitude": 40.699986, "Longitude": -111.846349, "AVGBoard": 1, "AVGAlight": 0, "Route": "33", "StopAbbr_J": "137299" }, "geometry": { "type": "Point", "coordinates": [ -111.846349000004821, 40.699986000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3076, "StopName": "3300 S @ 1385 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137300", "Latitude": 40.700015, "Longitude": -111.851345, "AVGBoard": 18, "AVGAlight": 8, "Route": "33", "StopAbbr_J": "137300" }, "geometry": { "type": "Point", "coordinates": [ -111.851345000004798, 40.700015000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3077, "StopName": "3300 S @ 1311 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137301", "Latitude": 40.700002, "Longitude": -111.853723, "AVGBoard": 28, "AVGAlight": 7, "Route": "33", "StopAbbr_J": "137301" }, "geometry": { "type": "Point", "coordinates": [ -111.853723000004749, 40.700002000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3078, "StopName": "3300 S @ 1225 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137302", "Latitude": 40.699993, "Longitude": -111.856786, "AVGBoard": 18, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "137302" }, "geometry": { "type": "Point", "coordinates": [ -111.856786000004732, 40.69999300000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3079, "StopName": "3300 S @ 1101 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137303", "Latitude": 40.699986, "Longitude": -111.859295, "AVGBoard": 11, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "137303" }, "geometry": { "type": "Point", "coordinates": [ -111.859295000004735, 40.699986000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3080, "StopName": "3300 S @ 1001 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137304", "Latitude": 40.699949, "Longitude": -111.862527, "AVGBoard": 3, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "137304" }, "geometry": { "type": "Point", "coordinates": [ -111.862527000004349, 40.69994900000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3081, "StopName": "3300 S @ 911 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137305", "Latitude": 40.699977, "Longitude": -111.865081, "AVGBoard": 42, "AVGAlight": 16, "Route": "33", "StopAbbr_J": "137305" }, "geometry": { "type": "Point", "coordinates": [ -111.865081000004466, 40.699977000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3082, "StopName": "3300 S @ 801 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137306", "Latitude": 40.699951, "Longitude": -111.868125, "AVGBoard": 6, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "137306" }, "geometry": { "type": "Point", "coordinates": [ -111.868125000004682, 40.699951000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3083, "StopName": "3300 S @ 701 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137307", "Latitude": 40.699966, "Longitude": -111.870674, "AVGBoard": 15, "AVGAlight": 6, "Route": "33", "StopAbbr_J": "137307" }, "geometry": { "type": "Point", "coordinates": [ -111.870674000004414, 40.699966000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3084, "StopName": "3300 S @ 615 E", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137308", "Latitude": 40.699961, "Longitude": -111.873451, "AVGBoard": 7, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "137308" }, "geometry": { "type": "Point", "coordinates": [ -111.87345100000411, 40.699961000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3085, "StopName": "3300 S @ 511 E", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137309", "Latitude": 40.699958, "Longitude": -111.876572, "AVGBoard": 21, "AVGAlight": 17, "Route": "33", "StopAbbr_J": "137309" }, "geometry": { "type": "Point", "coordinates": [ -111.876572000004415, 40.69995800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3086, "StopName": "3300 S @ 401 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137310", "Latitude": 40.699946, "Longitude": -111.879587, "AVGBoard": 8, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "137310" }, "geometry": { "type": "Point", "coordinates": [ -111.879587000004022, 40.699946000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3087, "StopName": "3300 S @ 315 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137311", "Latitude": 40.699936, "Longitude": -111.882096, "AVGBoard": 24, "AVGAlight": 14, "Route": "33", "StopAbbr_J": "137311" }, "geometry": { "type": "Point", "coordinates": [ -111.88209600000404, 40.699936000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3088, "StopName": "3300 S @ 225 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137312", "Latitude": 40.699945, "Longitude": -111.884921, "AVGBoard": 15, "AVGAlight": 21, "Route": "33", "StopAbbr_J": "137312" }, "geometry": { "type": "Point", "coordinates": [ -111.884921000004113, 40.699945000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3089, "StopName": "3300 S @ 1 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137314", "Latitude": 40.699919, "Longitude": -111.890891, "AVGBoard": 15, "AVGAlight": 11, "Route": "33", "StopAbbr_J": "137314" }, "geometry": { "type": "Point", "coordinates": [ -111.8908910000047, 40.69991900000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3090, "StopName": "3900 S @ 30 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137315", "Latitude": 40.686902, "Longitude": -111.890336, "AVGBoard": 4, "AVGAlight": 7, "Route": "39", "StopAbbr_J": "137315" }, "geometry": { "type": "Point", "coordinates": [ -111.890336000004609, 40.686902000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3091, "StopName": "3900 S @ 110 E", "City": "Millcreek", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "137316", "Latitude": 40.686974, "Longitude": -111.887511, "AVGBoard": 18, "AVGAlight": 11, "Route": "39", "StopAbbr_J": "137316" }, "geometry": { "type": "Point", "coordinates": [ -111.887511000004537, 40.686974000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3092, "StopName": "3900 S @ 196 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137317", "Latitude": 40.686997, "Longitude": -111.885722, "AVGBoard": 1, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "137317" }, "geometry": { "type": "Point", "coordinates": [ -111.88572200000479, 40.686997000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3093, "StopName": "3900 S @ 298 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137318", "Latitude": 40.686992, "Longitude": -111.883004, "AVGBoard": 12, "AVGAlight": 32, "Route": "39", "StopAbbr_J": "137318" }, "geometry": { "type": "Point", "coordinates": [ -111.88300400000459, 40.686992000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3094, "StopName": "3900 S @ 398 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137319", "Latitude": 40.686992, "Longitude": -111.880144, "AVGBoard": 2, "AVGAlight": 11, "Route": "39", "StopAbbr_J": "137319" }, "geometry": { "type": "Point", "coordinates": [ -111.880144000004279, 40.686992000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3095, "StopName": "3900 S @ 510 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137320", "Latitude": 40.686988, "Longitude": -111.876728, "AVGBoard": 23, "AVGAlight": 28, "Route": "901, 39", "StopAbbr_J": "137320" }, "geometry": { "type": "Point", "coordinates": [ -111.876728000004746, 40.686988000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3096, "StopName": "3900 S @ 602 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137321", "Latitude": 40.686991, "Longitude": -111.873997, "AVGBoard": 2, "AVGAlight": 4, "Route": "39", "StopAbbr_J": "137321" }, "geometry": { "type": "Point", "coordinates": [ -111.873997000004337, 40.686991000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3097, "StopName": "3900 S @ 718 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137322", "Latitude": 40.686955, "Longitude": -111.870613, "AVGBoard": 2, "AVGAlight": 13, "Route": "39", "StopAbbr_J": "137322" }, "geometry": { "type": "Point", "coordinates": [ -111.870613000004752, 40.68695500000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3098, "StopName": "3900 S @ 798 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137323", "Latitude": 40.686985, "Longitude": -111.868612, "AVGBoard": 1, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "137323" }, "geometry": { "type": "Point", "coordinates": [ -111.868612000004546, 40.686985000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3099, "StopName": "3900 S @ 910 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137324", "Latitude": 40.68695, "Longitude": -111.864624, "AVGBoard": 7, "AVGAlight": 40, "Route": "39", "StopAbbr_J": "137324" }, "geometry": { "type": "Point", "coordinates": [ -111.864624000004397, 40.686950000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3100, "StopName": "3900 S @ 988 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137325", "Latitude": 40.686985, "Longitude": -111.862877, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137325" }, "geometry": { "type": "Point", "coordinates": [ -111.862877000004545, 40.686985000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3101, "StopName": "3900 S @ 1112 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137326", "Latitude": 40.686942, "Longitude": -111.859315, "AVGBoard": 1, "AVGAlight": 13, "Route": "39", "StopAbbr_J": "137326" }, "geometry": { "type": "Point", "coordinates": [ -111.859315000004599, 40.686942000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3102, "StopName": "3900 S @ 1200 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137328", "Latitude": 40.686958, "Longitude": -111.856951, "AVGBoard": 4, "AVGAlight": 22, "Route": "39", "StopAbbr_J": "137328" }, "geometry": { "type": "Point", "coordinates": [ -111.856951000004003, 40.686958000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3103, "StopName": "3900 S @ 1328 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137329", "Latitude": 40.687004, "Longitude": -111.853536, "AVGBoard": 2, "AVGAlight": 14, "Route": "39", "StopAbbr_J": "137329" }, "geometry": { "type": "Point", "coordinates": [ -111.853536000004539, 40.687004000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3104, "StopName": "3900 S @ 1396 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137330", "Latitude": 40.687006, "Longitude": -111.851424, "AVGBoard": 0, "AVGAlight": 1, "Route": "39", "StopAbbr_J": "137330" }, "geometry": { "type": "Point", "coordinates": [ -111.851424000004144, 40.687006000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3105, "StopName": "3900 S @ 1580 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137332", "Latitude": 40.687024, "Longitude": -111.846208, "AVGBoard": 4, "AVGAlight": 30, "Route": "39", "StopAbbr_J": "137332" }, "geometry": { "type": "Point", "coordinates": [ -111.846208000003941, 40.687024000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3106, "StopName": "3900 S @ 1567 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137335", "Latitude": 40.687183, "Longitude": -111.845872, "AVGBoard": 34, "AVGAlight": 5, "Route": "39", "StopAbbr_J": "137335" }, "geometry": { "type": "Point", "coordinates": [ -111.845872000003993, 40.687183000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3107, "StopName": "3900 S @ 1485 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137336", "Latitude": 40.687176, "Longitude": -111.848654, "AVGBoard": 3, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137336" }, "geometry": { "type": "Point", "coordinates": [ -111.848654000004117, 40.687176000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3108, "StopName": "3900 S @ 1275 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137338", "Latitude": 40.687147, "Longitude": -111.85482, "AVGBoard": 20, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "137338" }, "geometry": { "type": "Point", "coordinates": [ -111.854820000004736, 40.687147000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3109, "StopName": "3900 S @ 1153 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137339", "Latitude": 40.687152, "Longitude": -111.857346, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137339" }, "geometry": { "type": "Point", "coordinates": [ -111.857346000004327, 40.687152000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3110, "StopName": "3900 S @ 1085 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137340", "Latitude": 40.687126, "Longitude": -111.860286, "AVGBoard": 17, "AVGAlight": 2, "Route": "39", "StopAbbr_J": "137340" }, "geometry": { "type": "Point", "coordinates": [ -111.860286000004052, 40.687126000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3111, "StopName": "3900 S @ 985 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137341", "Latitude": 40.687147, "Longitude": -111.863165, "AVGBoard": 1, "AVGAlight": 2, "Route": "39", "StopAbbr_J": "137341" }, "geometry": { "type": "Point", "coordinates": [ -111.863165000004102, 40.687147000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3112, "StopName": "3900 S @ 887 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137342", "Latitude": 40.687097, "Longitude": -111.866122, "AVGBoard": 35, "AVGAlight": 11, "Route": "39", "StopAbbr_J": "137342" }, "geometry": { "type": "Point", "coordinates": [ -111.866122000004324, 40.687097000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3113, "StopName": "3900 S @ 785 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137343", "Latitude": 40.687154, "Longitude": -111.868589, "AVGBoard": 2, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137343" }, "geometry": { "type": "Point", "coordinates": [ -111.868589000004434, 40.687154000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3114, "StopName": "3900 S @ 725 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137344", "Latitude": 40.687119, "Longitude": -111.869986, "AVGBoard": 2, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137344" }, "geometry": { "type": "Point", "coordinates": [ -111.869986000004104, 40.687119000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3115, "StopName": "3900 S @ 685 E", "City": "South Salt Lake", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137345", "Latitude": 40.687131, "Longitude": -111.872043, "AVGBoard": 12, "AVGAlight": 1, "Route": "39", "StopAbbr_J": "137345" }, "geometry": { "type": "Point", "coordinates": [ -111.872043000004453, 40.68713100000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3116, "StopName": "3900 S @ 595 E", "City": "South Salt Lake", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137346", "Latitude": 40.687143, "Longitude": -111.874039, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137346" }, "geometry": { "type": "Point", "coordinates": [ -111.874039000004231, 40.687143000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3117, "StopName": "3900 S @ 511 E", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137347", "Latitude": 40.687139, "Longitude": -111.876671, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "137347" }, "geometry": { "type": "Point", "coordinates": [ -111.876671000004521, 40.687139000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3118, "StopName": "3900 S @ 401 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137348", "Latitude": 40.687156, "Longitude": -111.879762, "AVGBoard": 13, "AVGAlight": 3, "Route": "39", "StopAbbr_J": "137348" }, "geometry": { "type": "Point", "coordinates": [ -111.879762000004149, 40.687156000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3119, "StopName": "3900 S @ 301 E", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137349", "Latitude": 40.687156, "Longitude": -111.882618, "AVGBoard": 26, "AVGAlight": 15, "Route": "39", "StopAbbr_J": "137349" }, "geometry": { "type": "Point", "coordinates": [ -111.882618000004086, 40.687156000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3120, "StopName": "3900 S @ 85 E", "City": "South Salt Lake", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137351", "Latitude": 40.687112, "Longitude": -111.889025, "AVGBoard": 15, "AVGAlight": 19, "Route": "39", "StopAbbr_J": "137351" }, "geometry": { "type": "Point", "coordinates": [ -111.889025000003983, 40.687112000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3121, "StopName": "4500 S @ 155 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137352", "Latitude": 40.674219, "Longitude": -111.887738, "AVGBoard": 23, "AVGAlight": 10, "Route": "45, 205", "StopAbbr_J": "137352" }, "geometry": { "type": "Point", "coordinates": [ -111.887738000004433, 40.674219000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3122, "StopName": "4500 S @ 218 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137353", "Latitude": 40.67421, "Longitude": -111.88479, "AVGBoard": 7, "AVGAlight": 3, "Route": "45, 205", "StopAbbr_J": "137353" }, "geometry": { "type": "Point", "coordinates": [ -111.88479000000406, 40.674210000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3123, "StopName": "4500 S @ 360 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137355", "Latitude": 40.674227, "Longitude": -111.880581, "AVGBoard": 2, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "137355" }, "geometry": { "type": "Point", "coordinates": [ -111.880581000004497, 40.674227000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3124, "StopName": "4500 S @ 530 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137356", "Latitude": 40.674235, "Longitude": -111.876359, "AVGBoard": 5, "AVGAlight": 2, "Route": "45", "StopAbbr_J": "137356" }, "geometry": { "type": "Point", "coordinates": [ -111.876359000004783, 40.674235000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3125, "StopName": "4500 S @ 610 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137357", "Latitude": 40.674245, "Longitude": -111.873875, "AVGBoard": 1, "AVGAlight": 6, "Route": "45", "StopAbbr_J": "137357" }, "geometry": { "type": "Point", "coordinates": [ -111.873875000004134, 40.674245000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3126, "StopName": "4500 S @ 740 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137358", "Latitude": 40.674229, "Longitude": -111.870341, "AVGBoard": 2, "AVGAlight": 4, "Route": "45", "StopAbbr_J": "137358" }, "geometry": { "type": "Point", "coordinates": [ -111.870341000004714, 40.674229000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3127, "StopName": "4500 S @ 816 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137359", "Latitude": 40.674242, "Longitude": -111.868021, "AVGBoard": 2, "AVGAlight": 13, "Route": "45", "StopAbbr_J": "137359" }, "geometry": { "type": "Point", "coordinates": [ -111.868021000004191, 40.674242000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3128, "StopName": "4500 S @ 930 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137360", "Latitude": 40.674174, "Longitude": -111.864756, "AVGBoard": 19, "AVGAlight": 26, "Route": "45", "StopAbbr_J": "137360" }, "geometry": { "type": "Point", "coordinates": [ -111.864756000004547, 40.674174000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3129, "StopName": "4500 S @ 1004 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137361", "Latitude": 40.674241, "Longitude": -111.862661, "AVGBoard": 0, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "137361" }, "geometry": { "type": "Point", "coordinates": [ -111.862661000004636, 40.674241000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3130, "StopName": "4500 S @ 1098 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137362", "Latitude": 40.674239, "Longitude": -111.860201, "AVGBoard": 0, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "137362" }, "geometry": { "type": "Point", "coordinates": [ -111.86020100000421, 40.674239000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3131, "StopName": "4500 S @ 1200 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137363", "Latitude": 40.674235, "Longitude": -111.856958, "AVGBoard": 0, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "137363" }, "geometry": { "type": "Point", "coordinates": [ -111.856958000004582, 40.674235000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3132, "StopName": "4500 S @ 1296 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137364", "Latitude": 40.674198, "Longitude": -111.854954, "AVGBoard": 2, "AVGAlight": 6, "Route": "45", "StopAbbr_J": "137364" }, "geometry": { "type": "Point", "coordinates": [ -111.854954000004128, 40.674198000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3133, "StopName": "4500 S @ 1199 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137373", "Latitude": 40.674403, "Longitude": -111.857159, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "137373" }, "geometry": { "type": "Point", "coordinates": [ -111.857159000004145, 40.674403000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3134, "StopName": "4500 S @ 1045 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137375", "Latitude": 40.674348, "Longitude": -111.860737, "AVGBoard": 1, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "137375" }, "geometry": { "type": "Point", "coordinates": [ -111.860737000004519, 40.674348000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3135, "StopName": "4500 S @ 957 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137376", "Latitude": 40.674397, "Longitude": -111.863653, "AVGBoard": 3, "AVGAlight": 4, "Route": "45", "StopAbbr_J": "137376" }, "geometry": { "type": "Point", "coordinates": [ -111.863653000004049, 40.674397000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3136, "StopName": "4500 S @ 685 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137378", "Latitude": 40.674449, "Longitude": -111.872312, "AVGBoard": 6, "AVGAlight": 2, "Route": "45", "StopAbbr_J": "137378" }, "geometry": { "type": "Point", "coordinates": [ -111.872312000004229, 40.674449000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3137, "StopName": "4500 S @ 601 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137379", "Latitude": 40.674434, "Longitude": -111.874607, "AVGBoard": 3, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "137379" }, "geometry": { "type": "Point", "coordinates": [ -111.874607000004502, 40.67443400000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3138, "StopName": "4500 S @ 501 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137380", "Latitude": 40.674435, "Longitude": -111.876767, "AVGBoard": 2, "AVGAlight": 4, "Route": "45", "StopAbbr_J": "137380" }, "geometry": { "type": "Point", "coordinates": [ -111.876767000004378, 40.674435000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3139, "StopName": "4500 S @ 381 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137381", "Latitude": 40.674429, "Longitude": -111.879628, "AVGBoard": 3, "AVGAlight": 2, "Route": "45, 205", "StopAbbr_J": "137381" }, "geometry": { "type": "Point", "coordinates": [ -111.879628000004729, 40.674429000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3140, "StopName": "4500 S @ 309 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137382", "Latitude": 40.67442, "Longitude": -111.88288, "AVGBoard": 2, "AVGAlight": 8, "Route": "45, 205", "StopAbbr_J": "137382" }, "geometry": { "type": "Point", "coordinates": [ -111.882880000004207, 40.674420000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3141, "StopName": "State St @ 3635 S", "City": null, "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137422", "Latitude": 40.692255, "Longitude": -111.888063, "AVGBoard": 34, "AVGAlight": 11, "Route": "200", "StopAbbr_J": "137422" }, "geometry": { "type": "Point", "coordinates": [ -111.888063000004365, 40.692255000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3142, "StopName": "State St @ 3285 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137425", "Latitude": 40.700413, "Longitude": -111.888088, "AVGBoard": 90, "AVGAlight": 45, "Route": "200", "StopAbbr_J": "137425" }, "geometry": { "type": "Point", "coordinates": [ -111.888088000004643, 40.700413000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3143, "StopName": "State St @ 3063 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137427", "Latitude": 40.704086, "Longitude": -111.888088, "AVGBoard": 22, "AVGAlight": 6, "Route": "200", "StopAbbr_J": "137427" }, "geometry": { "type": "Point", "coordinates": [ -111.888088000004643, 40.704086000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3144, "StopName": "State St @ 2979 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137428", "Latitude": 40.706152, "Longitude": -111.888085, "AVGBoard": 22, "AVGAlight": 11, "Route": "200", "StopAbbr_J": "137428" }, "geometry": { "type": "Point", "coordinates": [ -111.888085000004381, 40.706152000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3145, "StopName": "State St @ 2849 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137429", "Latitude": 40.708876, "Longitude": -111.88809, "AVGBoard": 6, "AVGAlight": 4, "Route": "200", "StopAbbr_J": "137429" }, "geometry": { "type": "Point", "coordinates": [ -111.888090000004794, 40.708876000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3146, "StopName": "State St @ 2775 S", "City": "SOUTH SALT LAKE", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137430", "Latitude": 40.710854, "Longitude": -111.88805, "AVGBoard": 21, "AVGAlight": 12, "Route": "200", "StopAbbr_J": "137430" }, "geometry": { "type": "Point", "coordinates": [ -111.888050000004185, 40.710854000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3147, "StopName": "State St @ 2705 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137431", "Latitude": 40.712474, "Longitude": -111.888085, "AVGBoard": 20, "AVGAlight": 15, "Route": "200", "StopAbbr_J": "137431" }, "geometry": { "type": "Point", "coordinates": [ -111.888085000004381, 40.712474000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3148, "StopName": "State St @ 2588 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137435", "Latitude": 40.714519, "Longitude": -111.888457, "AVGBoard": 2, "AVGAlight": 4, "Route": "200", "StopAbbr_J": "137435" }, "geometry": { "type": "Point", "coordinates": [ -111.888457000004621, 40.714519000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3149, "StopName": "State St @ 2968 S", "City": null, "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137439", "Latitude": 40.706507, "Longitude": -111.888473, "AVGBoard": 15, "AVGAlight": 25, "Route": "200", "StopAbbr_J": "137439" }, "geometry": { "type": "Point", "coordinates": [ -111.88847300000414, 40.706507000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3150, "StopName": "State St @ 3094 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137440", "Latitude": 40.703641, "Longitude": -111.888478, "AVGBoard": 9, "AVGAlight": 35, "Route": "200", "StopAbbr_J": "137440" }, "geometry": { "type": "Point", "coordinates": [ -111.888478000004554, 40.703641000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3151, "StopName": "State St @ 3330 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137442", "Latitude": 40.699296, "Longitude": -111.888473, "AVGBoard": 35, "AVGAlight": 85, "Route": "200", "StopAbbr_J": "137442" }, "geometry": { "type": "Point", "coordinates": [ -111.88847300000414, 40.699296000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3152, "StopName": "State St @ 3434 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137443", "Latitude": 40.696574, "Longitude": -111.8885, "AVGBoard": 5, "AVGAlight": 7, "Route": null, "StopAbbr_J": "137443" }, "geometry": { "type": "Point", "coordinates": [ -111.888500000004584, 40.696574000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3153, "StopName": "State St @ 3620 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137445", "Latitude": 40.69261, "Longitude": -111.888475, "AVGBoard": 8, "AVGAlight": 23, "Route": "200", "StopAbbr_J": "137445" }, "geometry": { "type": "Point", "coordinates": [ -111.888475000004306, 40.692610000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3154, "StopName": "State St @ 3750 S", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "137446", "Latitude": 40.689467, "Longitude": -111.888497, "AVGBoard": 3, "AVGAlight": 12, "Route": null, "StopAbbr_J": "137446" }, "geometry": { "type": "Point", "coordinates": [ -111.888497000004335, 40.689467000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3155, "StopName": "State St @ 3980 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137447", "Latitude": 40.686318, "Longitude": -111.888471, "AVGBoard": 12, "AVGAlight": 35, "Route": "200", "StopAbbr_J": "137447" }, "geometry": { "type": "Point", "coordinates": [ -111.88847100000396, 40.686318000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3156, "StopName": "State St @ 4068 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137448", "Latitude": 40.683596, "Longitude": -111.888476, "AVGBoard": 3, "AVGAlight": 9, "Route": "200", "StopAbbr_J": "137448" }, "geometry": { "type": "Point", "coordinates": [ -111.888476000004388, 40.683596000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3157, "StopName": "State St @ 4190 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137449", "Latitude": 40.680433, "Longitude": -111.888489, "AVGBoard": 3, "AVGAlight": 11, "Route": "200", "StopAbbr_J": "137449" }, "geometry": { "type": "Point", "coordinates": [ -111.888489000004554, 40.680433000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3158, "StopName": "State St @ 4400 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137451", "Latitude": 40.675439, "Longitude": -111.888494, "AVGBoard": 8, "AVGAlight": 33, "Route": "200", "StopAbbr_J": "137451" }, "geometry": { "type": "Point", "coordinates": [ -111.888494000004087, 40.675439000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3159, "StopName": "State St @ 4540 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137452", "Latitude": 40.673337, "Longitude": -111.888497, "AVGBoard": 12, "AVGAlight": 28, "Route": "45, 200", "StopAbbr_J": "137452" }, "geometry": { "type": "Point", "coordinates": [ -111.888497000004335, 40.673337000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3160, "StopName": "State St @ 4608 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137453", "Latitude": 40.671416, "Longitude": -111.888497, "AVGBoard": 2, "AVGAlight": 2, "Route": "45, 200", "StopAbbr_J": "137453" }, "geometry": { "type": "Point", "coordinates": [ -111.888497000004335, 40.671416000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3161, "StopName": "State St @ 4824 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137455", "Latitude": 40.666562, "Longitude": -111.888512, "AVGBoard": 6, "AVGAlight": 15, "Route": "45, 200", "StopAbbr_J": "137455" }, "geometry": { "type": "Point", "coordinates": [ -111.888512000004667, 40.666562000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3162, "StopName": "State St @ 4930 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137456", "Latitude": 40.664575, "Longitude": -111.88851, "AVGBoard": 7, "AVGAlight": 17, "Route": "45, 200", "StopAbbr_J": "137456" }, "geometry": { "type": "Point", "coordinates": [ -111.888510000004501, 40.664575000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3163, "StopName": "State St @ 4949 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137457", "Latitude": 40.664125, "Longitude": -111.888154, "AVGBoard": 8, "AVGAlight": 3, "Route": "200", "StopAbbr_J": "137457" }, "geometry": { "type": "Point", "coordinates": [ -111.888154000004704, 40.66412500000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3164, "StopName": "State St @ 4801 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137460", "Latitude": 40.666596, "Longitude": -111.888092, "AVGBoard": 20, "AVGAlight": 11, "Route": "45, 200", "StopAbbr_J": "137460" }, "geometry": { "type": "Point", "coordinates": [ -111.888092000004065, 40.666596000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3165, "StopName": "State St @ 4721 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137461", "Latitude": 40.669874, "Longitude": -111.888089, "AVGBoard": 1, "AVGAlight": 2, "Route": "45, 200", "StopAbbr_J": "137461" }, "geometry": { "type": "Point", "coordinates": [ -111.888089000004712, 40.669874000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3166, "StopName": "State St @ 4601 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137462", "Latitude": 40.671794, "Longitude": -111.888082, "AVGBoard": 2, "AVGAlight": 3, "Route": "45, 200", "StopAbbr_J": "137462" }, "geometry": { "type": "Point", "coordinates": [ -111.888082000004147, 40.671794000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3167, "StopName": "State St @ 4489 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137463", "Latitude": 40.674851, "Longitude": -111.888083, "AVGBoard": 42, "AVGAlight": 15, "Route": "200", "StopAbbr_J": "137463" }, "geometry": { "type": "Point", "coordinates": [ -111.888083000004215, 40.674851000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3168, "StopName": "State St @ 4195 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137465", "Latitude": 40.679929, "Longitude": -111.888099, "AVGBoard": 12, "AVGAlight": 5, "Route": "200", "StopAbbr_J": "137465" }, "geometry": { "type": "Point", "coordinates": [ -111.888099000004658, 40.679929000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3169, "StopName": "State St @ 4035 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137467", "Latitude": 40.683965, "Longitude": -111.888061, "AVGBoard": 9, "AVGAlight": 5, "Route": "200", "StopAbbr_J": "137467" }, "geometry": { "type": "Point", "coordinates": [ -111.8880610000042, 40.683965000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3170, "StopName": "Murray Holladay Rd @ 1660 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137485", "Latitude": 40.666281, "Longitude": -111.844111, "AVGBoard": 1, "AVGAlight": 5, "Route": "45", "StopAbbr_J": "137485" }, "geometry": { "type": "Point", "coordinates": [ -111.844111000004773, 40.666281000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3171, "StopName": "Murray Holladay Rd @ 1725 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137486", "Latitude": 40.665982, "Longitude": -111.841091, "AVGBoard": 18, "AVGAlight": 2, "Route": "45", "StopAbbr_J": "137486" }, "geometry": { "type": "Point", "coordinates": [ -111.841091000004738, 40.665982000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3172, "StopName": "Murray Holladay Rd @ 1635 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137489", "Latitude": 40.666976, "Longitude": -111.845578, "AVGBoard": 5, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "137489" }, "geometry": { "type": "Point", "coordinates": [ -111.845578000003925, 40.666976000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3173, "StopName": "Murray Holladay Rd @ 1367 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137490", "Latitude": 40.666551, "Longitude": -111.851841, "AVGBoard": 0, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "137490" }, "geometry": { "type": "Point", "coordinates": [ -111.851841000004484, 40.666551000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3174, "StopName": "Murray Holladay Rd @ 1315 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137491", "Latitude": 40.666015, "Longitude": -111.853136, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "137491" }, "geometry": { "type": "Point", "coordinates": [ -111.853136000004696, 40.66601500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3175, "StopName": "900 E @ 2512 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137494", "Latitude": 40.715963, "Longitude": -111.865521, "AVGBoard": 1, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "137494" }, "geometry": { "type": "Point", "coordinates": [ -111.865521000004037, 40.715963000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3176, "StopName": "1300 E @ 3200 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137495", "Latitude": 40.701486, "Longitude": -111.854402, "AVGBoard": 3, "AVGAlight": 4, "Route": "213", "StopAbbr_J": "137495" }, "geometry": { "type": "Point", "coordinates": [ -111.854402000004299, 40.70148600000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3177, "StopName": "Van Winkle Expy @ 5554 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137496", "Latitude": 40.650842, "Longitude": -111.849491, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137496" }, "geometry": { "type": "Point", "coordinates": [ -111.849491000004178, 40.650842000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3178, "StopName": "Van Winkle Expy @ 6124 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "137497", "Latitude": 40.640249, "Longitude": -111.836105, "AVGBoard": 0, "AVGAlight": 2, "Route": "320, 220", "StopAbbr_J": "137497" }, "geometry": { "type": "Point", "coordinates": [ -111.836105000004707, 40.640249000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3179, "StopName": "1300 E @ 4845 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137498", "Latitude": 40.66411, "Longitude": -111.854288, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "137498" }, "geometry": { "type": "Point", "coordinates": [ -111.854288000004757, 40.664110000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3180, "StopName": "Van Winkle Expy @ 1304 E", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "137499", "Latitude": 40.658408, "Longitude": -111.854095, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "137499" }, "geometry": { "type": "Point", "coordinates": [ -111.854095000004051, 40.658408000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3181, "StopName": "Richmond St @ 3017 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137500", "Latitude": 40.705325, "Longitude": -111.855226, "AVGBoard": 2, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "137500" }, "geometry": { "type": "Point", "coordinates": [ -111.85522600000418, 40.705325000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3182, "StopName": "500 E @ 2854 S", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137501", "Latitude": 40.708857, "Longitude": -111.876975, "AVGBoard": 1, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "137501" }, "geometry": { "type": "Point", "coordinates": [ -111.876975000004506, 40.708857000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3183, "StopName": "500 E @ 2948 S", "City": "South Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "137502", "Latitude": 40.707002, "Longitude": -111.877008, "AVGBoard": 3, "AVGAlight": 4, "Route": null, "StopAbbr_J": "137502" }, "geometry": { "type": "Point", "coordinates": [ -111.877008000004537, 40.707002000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3184, "StopName": "500 E @ 4264 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137503", "Latitude": 40.678916, "Longitude": -111.877057, "AVGBoard": 1, "AVGAlight": 0, "Route": "205", "StopAbbr_J": "137503" }, "geometry": { "type": "Point", "coordinates": [ -111.8770570000041, 40.678916000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3185, "StopName": "900 E @ 4265 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137504", "Latitude": 40.678453, "Longitude": -111.865454, "AVGBoard": 2, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "137504" }, "geometry": { "type": "Point", "coordinates": [ -111.865454000004775, 40.678453000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3186, "StopName": "Vine St @ 61 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137507", "Latitude": 40.664448, "Longitude": -111.88914, "AVGBoard": 2, "AVGAlight": 9, "Route": "45, 201", "StopAbbr_J": "137507" }, "geometry": { "type": "Point", "coordinates": [ -111.889140000004517, 40.664448000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3187, "StopName": "Vine St @ 74 W", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137508", "Latitude": 40.663143, "Longitude": -111.892822, "AVGBoard": 1, "AVGAlight": 1, "Route": "45, 201", "StopAbbr_J": "137508" }, "geometry": { "type": "Point", "coordinates": [ -111.892822000004486, 40.663143000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3188, "StopName": "Vine St @ 44 W", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137509", "Latitude": 40.664272, "Longitude": -111.890023, "AVGBoard": 7, "AVGAlight": 2, "Route": "45, 201", "StopAbbr_J": "137509" }, "geometry": { "type": "Point", "coordinates": [ -111.890023000004788, 40.664272000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3189, "StopName": "900 E @ 3932 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137512", "Latitude": 40.686189, "Longitude": -111.865641, "AVGBoard": 28, "AVGAlight": 17, "Route": "209", "StopAbbr_J": "137512" }, "geometry": { "type": "Point", "coordinates": [ -111.865641000004075, 40.686189000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3190, "StopName": "900 E @ 4044 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137513", "Latitude": 40.684103, "Longitude": -111.86564, "AVGBoard": 5, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "137513" }, "geometry": { "type": "Point", "coordinates": [ -111.865640000003978, 40.684103000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3191, "StopName": "900 E @ 4322 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137516", "Latitude": 40.67741, "Longitude": -111.865631, "AVGBoard": 0, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "137516" }, "geometry": { "type": "Point", "coordinates": [ -111.865631000004143, 40.677410000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3192, "StopName": "900 E @ 4408 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137517", "Latitude": 40.67555, "Longitude": -111.865665, "AVGBoard": 9, "AVGAlight": 31, "Route": "209", "StopAbbr_J": "137517" }, "geometry": { "type": "Point", "coordinates": [ -111.865665000004256, 40.67555000000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3193, "StopName": "900 E @ 4191 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137520", "Latitude": 40.680357, "Longitude": -111.865458, "AVGBoard": 5, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "137520" }, "geometry": { "type": "Point", "coordinates": [ -111.86545800000421, 40.680357000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3194, "StopName": "900 E @ 4115 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137521", "Latitude": 40.682043, "Longitude": -111.86544, "AVGBoard": 3, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "137521" }, "geometry": { "type": "Point", "coordinates": [ -111.865440000004511, 40.682043000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3195, "StopName": "900 E @ 4055 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137522", "Latitude": 40.683818, "Longitude": -111.865447, "AVGBoard": 4, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "137522" }, "geometry": { "type": "Point", "coordinates": [ -111.865447000004181, 40.683818000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3196, "StopName": "900 E @ 3955 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "137523", "Latitude": 40.685598, "Longitude": -111.86544, "AVGBoard": 3, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "137523" }, "geometry": { "type": "Point", "coordinates": [ -111.865440000004511, 40.685598000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3197, "StopName": "4500 S @ 787 E", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "137524", "Latitude": 40.674403, "Longitude": -111.868655, "AVGBoard": 6, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "137524" }, "geometry": { "type": "Point", "coordinates": [ -111.868655000004509, 40.674403000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3198, "StopName": "2000 E @ 3207 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138001", "Latitude": 40.701146, "Longitude": -111.834006, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138001" }, "geometry": { "type": "Point", "coordinates": [ -111.834006000004464, 40.701146000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3199, "StopName": "2000 E @ 3175 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138002", "Latitude": 40.702003, "Longitude": -111.834013, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138002" }, "geometry": { "type": "Point", "coordinates": [ -111.834013000004148, 40.702003000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3200, "StopName": "2000 E @ 3079 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138003", "Latitude": 40.704326, "Longitude": -111.834019, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138003" }, "geometry": { "type": "Point", "coordinates": [ -111.834019000004645, 40.704326000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3201, "StopName": "2000 E @ 2989 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138004", "Latitude": 40.706009, "Longitude": -111.834011, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138004" }, "geometry": { "type": "Point", "coordinates": [ -111.834011000003997, 40.706009000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3202, "StopName": "2000 E @ 2939 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138005", "Latitude": 40.707212, "Longitude": -111.834023, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138005" }, "geometry": { "type": "Point", "coordinates": [ -111.83402300000408, 40.707212000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3203, "StopName": "3300 S @ 2375 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138006", "Latitude": 40.699942, "Longitude": -111.822926, "AVGBoard": 2, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "138006" }, "geometry": { "type": "Point", "coordinates": [ -111.822926000004387, 40.699942000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3204, "StopName": "2000 E @ 2741 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138007", "Latitude": 40.711692, "Longitude": -111.834027, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138007" }, "geometry": { "type": "Point", "coordinates": [ -111.834027000004411, 40.711692000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3205, "StopName": "3300 S @ 2710 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138029", "Latitude": 40.699748, "Longitude": -111.814387, "AVGBoard": 1, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "138029" }, "geometry": { "type": "Point", "coordinates": [ -111.814387000004217, 40.699748000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3206, "StopName": "3300 S @ 2828 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138030", "Latitude": 40.699741, "Longitude": -111.812075, "AVGBoard": 0, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "138030" }, "geometry": { "type": "Point", "coordinates": [ -111.81207500000437, 40.699741000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3207, "StopName": "3300 S @ 2930 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138031", "Latitude": 40.699738, "Longitude": -111.809765, "AVGBoard": 1, "AVGAlight": 5, "Route": "33", "StopAbbr_J": "138031" }, "geometry": { "type": "Point", "coordinates": [ -111.80976500000466, 40.699738000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3208, "StopName": "3300 S @ 3008 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138032", "Latitude": 40.699724, "Longitude": -111.807846, "AVGBoard": 0, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "138032" }, "geometry": { "type": "Point", "coordinates": [ -111.807846000004062, 40.699724000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3209, "StopName": "3900 S @ 2818 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138039", "Latitude": 40.686973, "Longitude": -111.812255, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138039" }, "geometry": { "type": "Point", "coordinates": [ -111.812255000003972, 40.686973000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3210, "StopName": "3900 S @ 2376 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138041", "Latitude": 40.687008, "Longitude": -111.821855, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138041" }, "geometry": { "type": "Point", "coordinates": [ -111.821855000004746, 40.68700800000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3211, "StopName": "3900 S @ 2486 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138042", "Latitude": 40.687003, "Longitude": -111.820221, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138042" }, "geometry": { "type": "Point", "coordinates": [ -111.820221000004352, 40.687003000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3212, "StopName": "3900 S @ 2574 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138043", "Latitude": 40.687002, "Longitude": -111.817914, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138043" }, "geometry": { "type": "Point", "coordinates": [ -111.817914000003995, 40.687002000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3213, "StopName": "3900 S @ 2640 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138044", "Latitude": 40.687005, "Longitude": -111.816451, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138044" }, "geometry": { "type": "Point", "coordinates": [ -111.816451000004264, 40.687005000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3214, "StopName": "3900 S @ 2710 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138045", "Latitude": 40.687021, "Longitude": -111.814588, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138045" }, "geometry": { "type": "Point", "coordinates": [ -111.81458800000469, 40.687021000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3215, "StopName": "3900 S @ 2888 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138047", "Latitude": 40.686945, "Longitude": -111.810607, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138047" }, "geometry": { "type": "Point", "coordinates": [ -111.810607000004211, 40.686945000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3216, "StopName": "3900 S @ 2912 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138049", "Latitude": 40.686937, "Longitude": -111.808376, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138049" }, "geometry": { "type": "Point", "coordinates": [ -111.808376000004756, 40.686937000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3217, "StopName": "3900 S @ 3080 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138050", "Latitude": 40.686949, "Longitude": -111.805784, "AVGBoard": 1, "AVGAlight": 1, "Route": "39", "StopAbbr_J": "138050" }, "geometry": { "type": "Point", "coordinates": [ -111.805784000004181, 40.686949000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3218, "StopName": "3900 S @ 3335 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138056", "Latitude": 40.687085, "Longitude": -111.799809, "AVGBoard": 3, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138056" }, "geometry": { "type": "Point", "coordinates": [ -111.799809000004103, 40.687085000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3219, "StopName": "3900 S @ 3239 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138057", "Latitude": 40.687083, "Longitude": -111.802305, "AVGBoard": 1, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138057" }, "geometry": { "type": "Point", "coordinates": [ -111.802305000004822, 40.687083000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3220, "StopName": "3900 S @ 3085 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138058", "Latitude": 40.687095, "Longitude": -111.805931, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138058" }, "geometry": { "type": "Point", "coordinates": [ -111.805931000004662, 40.687095000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3221, "StopName": "3900 S @ 2935 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138059", "Latitude": 40.687101, "Longitude": -111.809387, "AVGBoard": 3, "AVGAlight": 1, "Route": "39", "StopAbbr_J": "138059" }, "geometry": { "type": "Point", "coordinates": [ -111.809387000004818, 40.687101000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3222, "StopName": "3900 S @ 2811 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138061", "Latitude": 40.687127, "Longitude": -111.812477, "AVGBoard": 1, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138061" }, "geometry": { "type": "Point", "coordinates": [ -111.812477000004378, 40.68712700000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3223, "StopName": "3900 S @ 2647 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138062", "Latitude": 40.687137, "Longitude": -111.815687, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138062" }, "geometry": { "type": "Point", "coordinates": [ -111.815687000003948, 40.687137000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3224, "StopName": "3900 S @ 2591 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138063", "Latitude": 40.687141, "Longitude": -111.817612, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138063" }, "geometry": { "type": "Point", "coordinates": [ -111.817612000004146, 40.68714100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3225, "StopName": "3900 S @ 2525 E", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138064", "Latitude": 40.687155, "Longitude": -111.819254, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "138064" }, "geometry": { "type": "Point", "coordinates": [ -111.819254000004321, 40.687155000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3226, "StopName": "Wasatch Blvd @ 4305 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138065", "Latitude": 40.677411, "Longitude": -111.799543, "AVGBoard": 0, "AVGAlight": 2, "Route": "45, 354", "StopAbbr_J": "138065" }, "geometry": { "type": "Point", "coordinates": [ -111.799543000004547, 40.67741100000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3227, "StopName": "Wasatch Blvd @ 4471 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138072", "Latitude": 40.674757, "Longitude": -111.801072, "AVGBoard": 0, "AVGAlight": 1, "Route": "45, 354", "StopAbbr_J": "138072" }, "geometry": { "type": "Point", "coordinates": [ -111.801072000004339, 40.67475700000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3228, "StopName": "2300 E @ 3918 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138075", "Latitude": 40.686555, "Longitude": -111.824635, "AVGBoard": 0, "AVGAlight": 2, "Route": null, "StopAbbr_J": "138075" }, "geometry": { "type": "Point", "coordinates": [ -111.824635000004676, 40.686555000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3229, "StopName": "2300 E @ 3998 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138076", "Latitude": 40.684863, "Longitude": -111.824616, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138076" }, "geometry": { "type": "Point", "coordinates": [ -111.824616000004013, 40.684863000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3230, "StopName": "2300 E @ 4080 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138077", "Latitude": 40.682836, "Longitude": -111.824592, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138077" }, "geometry": { "type": "Point", "coordinates": [ -111.824592000004728, 40.682836000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3231, "StopName": "2300 E @ 4158 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138078", "Latitude": 40.681386, "Longitude": -111.824619, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138078" }, "geometry": { "type": "Point", "coordinates": [ -111.824619000004262, 40.681386000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3232, "StopName": "2300 E @ 4288 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138079", "Latitude": 40.678222, "Longitude": -111.824618, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138079" }, "geometry": { "type": "Point", "coordinates": [ -111.824618000004179, 40.678222000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3233, "StopName": "2300 E @ 4402 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138080", "Latitude": 40.675613, "Longitude": -111.824609, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138080" }, "geometry": { "type": "Point", "coordinates": [ -111.82460900000433, 40.67561300000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3234, "StopName": "2300 E @ 4510 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138081", "Latitude": 40.673866, "Longitude": -111.824613, "AVGBoard": 3, "AVGAlight": 2, "Route": "45, 223", "StopAbbr_J": "138081" }, "geometry": { "type": "Point", "coordinates": [ -111.824613000004675, 40.67386600000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3235, "StopName": "2300 E @ 4550 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138082", "Latitude": 40.672709, "Longitude": -111.824613, "AVGBoard": 2, "AVGAlight": 0, "Route": "45, 223", "StopAbbr_J": "138082" }, "geometry": { "type": "Point", "coordinates": [ -111.824613000004675, 40.672709000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3236, "StopName": "Wasatch Blvd @ 4280 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138083", "Latitude": 40.678174, "Longitude": -111.799301, "AVGBoard": 2, "AVGAlight": 1, "Route": "45, 354", "StopAbbr_J": "138083" }, "geometry": { "type": "Point", "coordinates": [ -111.799301000004306, 40.678174000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3237, "StopName": "Holladay Blvd @ 4730 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138085", "Latitude": 40.666075, "Longitude": -111.822056, "AVGBoard": 1, "AVGAlight": 2, "Route": "223", "StopAbbr_J": "138085" }, "geometry": { "type": "Point", "coordinates": [ -111.822056000004295, 40.666075000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3238, "StopName": "Holladay Blvd @ 4814 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138086", "Latitude": 40.664819, "Longitude": -111.820564, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138086" }, "geometry": { "type": "Point", "coordinates": [ -111.820564000003969, 40.664819000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3239, "StopName": "Holladay Blvd @ 4797 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138088", "Latitude": 40.665171, "Longitude": -111.820766, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138088" }, "geometry": { "type": "Point", "coordinates": [ -111.820766000004511, 40.665171000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3240, "StopName": "Murray Holladay Rd @ 2161 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138092", "Latitude": 40.666731, "Longitude": -111.829114, "AVGBoard": 1, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "138092" }, "geometry": { "type": "Point", "coordinates": [ -111.829114000004125, 40.666731000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3241, "StopName": "Murray Holladay Rd @ 2051 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138093", "Latitude": 40.665922, "Longitude": -111.832496, "AVGBoard": 1, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138093" }, "geometry": { "type": "Point", "coordinates": [ -111.832496000004454, 40.665922000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3242, "StopName": "Murray Holladay Rd @ 1981 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138094", "Latitude": 40.665945, "Longitude": -111.834675, "AVGBoard": 1, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138094" }, "geometry": { "type": "Point", "coordinates": [ -111.834675000004097, 40.665945000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3243, "StopName": "Murray Holladay Rd @ 1885 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138095", "Latitude": 40.665954, "Longitude": -111.837545, "AVGBoard": 4, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "138095" }, "geometry": { "type": "Point", "coordinates": [ -111.837545000004326, 40.665954000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3244, "StopName": "Wasatch Blvd @ 4005 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138096", "Latitude": 40.685423, "Longitude": -111.795914, "AVGBoard": 1, "AVGAlight": 9, "Route": "45", "StopAbbr_J": "138096" }, "geometry": { "type": "Point", "coordinates": [ -111.795914000004444, 40.685423000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3245, "StopName": "Murray Holladay Rd @ 1868 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138097", "Latitude": 40.665783, "Longitude": -111.838718, "AVGBoard": 1, "AVGAlight": 7, "Route": "45", "StopAbbr_J": "138097" }, "geometry": { "type": "Point", "coordinates": [ -111.838718000004306, 40.665783000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3246, "StopName": "Murray Holladay Rd @ 1910 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138098", "Latitude": 40.665779, "Longitude": -111.837373, "AVGBoard": 2, "AVGAlight": 4, "Route": "45", "StopAbbr_J": "138098" }, "geometry": { "type": "Point", "coordinates": [ -111.837373000004476, 40.665779000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3247, "StopName": "Murray Holladay Rd @ 1988 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138099", "Latitude": 40.665806, "Longitude": -111.834561, "AVGBoard": 1, "AVGAlight": 3, "Route": "45", "StopAbbr_J": "138099" }, "geometry": { "type": "Point", "coordinates": [ -111.83456100000457, 40.66580600000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3248, "StopName": "Murray Holladay Rd @ 2160 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138101", "Latitude": 40.666652, "Longitude": -111.828947, "AVGBoard": 0, "AVGAlight": 4, "Route": "45", "StopAbbr_J": "138101" }, "geometry": { "type": "Point", "coordinates": [ -111.828947000004689, 40.666652000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3249, "StopName": "2300 E @ 4551 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138104", "Latitude": 40.672494, "Longitude": -111.824461, "AVGBoard": 0, "AVGAlight": 1, "Route": "45, 223", "StopAbbr_J": "138104" }, "geometry": { "type": "Point", "coordinates": [ -111.824461000004661, 40.672494000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3250, "StopName": "2300 E @ 4279 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138107", "Latitude": 40.678488, "Longitude": -111.824444, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138107" }, "geometry": { "type": "Point", "coordinates": [ -111.824444000004164, 40.678488000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3251, "StopName": "2300 E @ 4185 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138108", "Latitude": 40.680496, "Longitude": -111.824441, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138108" }, "geometry": { "type": "Point", "coordinates": [ -111.824441000004811, 40.680496000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3252, "StopName": "Wasatch Blvd @ 3990 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138109", "Latitude": 40.685312, "Longitude": -111.796194, "AVGBoard": 3, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138109" }, "geometry": { "type": "Point", "coordinates": [ -111.796194000004249, 40.68531200000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3253, "StopName": "2700 E @ 4081 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138112", "Latitude": 40.682777, "Longitude": -111.814903, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138112" }, "geometry": { "type": "Point", "coordinates": [ -111.814903000004691, 40.682777000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3254, "StopName": "2700 E @ 3960 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138115", "Latitude": 40.685384, "Longitude": -111.815059, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138115" }, "geometry": { "type": "Point", "coordinates": [ -111.815059000004112, 40.685384000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3255, "StopName": "2700 E @ 4030 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138116", "Latitude": 40.684193, "Longitude": -111.815058, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138116" }, "geometry": { "type": "Point", "coordinates": [ -111.815058000004043, 40.684193000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3256, "StopName": "2700 E @ 4114 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138117", "Latitude": 40.682309, "Longitude": -111.815067, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138117" }, "geometry": { "type": "Point", "coordinates": [ -111.815067000004774, 40.682309000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3257, "StopName": "2300 E @ 4093 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138121", "Latitude": 40.682603, "Longitude": -111.824436, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138121" }, "geometry": { "type": "Point", "coordinates": [ -111.824436000004397, 40.682603000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3258, "StopName": "2300 E @ 4001 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138123", "Latitude": 40.685071, "Longitude": -111.824429, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138123" }, "geometry": { "type": "Point", "coordinates": [ -111.824429000004713, 40.685071000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3259, "StopName": "2300 E @ 3883 S", "City": "East Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138124", "Latitude": 40.687509, "Longitude": -111.82439, "AVGBoard": 3, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138124" }, "geometry": { "type": "Point", "coordinates": [ -111.8243900000042, 40.687509000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3260, "StopName": "2300 E @ 3779 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138125", "Latitude": 40.688883, "Longitude": -111.824388, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138125" }, "geometry": { "type": "Point", "coordinates": [ -111.824388000004021, 40.688883000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3261, "StopName": "2300 E @ 3545 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138129", "Latitude": 40.694291, "Longitude": -111.824417, "AVGBoard": 0, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "138129" }, "geometry": { "type": "Point", "coordinates": [ -111.82441700000463, 40.6942910000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3262, "StopName": "2300 E @ 3431 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138130", "Latitude": 40.696968, "Longitude": -111.824417, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138130" }, "geometry": { "type": "Point", "coordinates": [ -111.82441700000463, 40.696968000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3263, "StopName": "2300 E @ 3375 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138131", "Latitude": 40.698661, "Longitude": -111.824383, "AVGBoard": 2, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "138131" }, "geometry": { "type": "Point", "coordinates": [ -111.824383000004516, 40.69866100000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3264, "StopName": "3300 S @ 2340 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138132", "Latitude": 40.699784, "Longitude": -111.822738, "AVGBoard": 1, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "138132" }, "geometry": { "type": "Point", "coordinates": [ -111.822738000004108, 40.699784000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3265, "StopName": "3300 S @ 2454 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138133", "Latitude": 40.699785, "Longitude": -111.821152, "AVGBoard": 0, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "138133" }, "geometry": { "type": "Point", "coordinates": [ -111.821152000004076, 40.699785000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3266, "StopName": "3300 S @ 2608 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138134", "Latitude": 40.699777, "Longitude": -111.817287, "AVGBoard": 2, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "138134" }, "geometry": { "type": "Point", "coordinates": [ -111.817287000004228, 40.699777000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3267, "StopName": "3300 S @ 3128 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138135", "Latitude": 40.699725, "Longitude": -111.804981, "AVGBoard": 0, "AVGAlight": 4, "Route": "33", "StopAbbr_J": "138135" }, "geometry": { "type": "Point", "coordinates": [ -111.804981000004261, 40.699725000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3268, "StopName": "3300 S @ 3174 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138136", "Latitude": 40.699731, "Longitude": -111.803881, "AVGBoard": 1, "AVGAlight": 21, "Route": "33", "StopAbbr_J": "138136" }, "geometry": { "type": "Point", "coordinates": [ -111.803881000003997, 40.699731000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3269, "StopName": "3300 S @ 3301 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138140", "Latitude": 40.699971, "Longitude": -111.800396, "AVGBoard": 18, "AVGAlight": 7, "Route": "33", "StopAbbr_J": "138140" }, "geometry": { "type": "Point", "coordinates": [ -111.800396000004127, 40.699971000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3270, "StopName": "3300 S @ 3127 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138141", "Latitude": 40.699972, "Longitude": -111.804647, "AVGBoard": 32, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "138141" }, "geometry": { "type": "Point", "coordinates": [ -111.804647000004479, 40.699972000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3271, "StopName": "3300 S @ 3045 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138154", "Latitude": 40.699978, "Longitude": -111.807231, "AVGBoard": 1, "AVGAlight": 0, "Route": "33", "StopAbbr_J": "138154" }, "geometry": { "type": "Point", "coordinates": [ -111.807231000004379, 40.69997800000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3272, "StopName": "3300 S @ 2835 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138156", "Latitude": 40.699979, "Longitude": -111.811765, "AVGBoard": 5, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "138156" }, "geometry": { "type": "Point", "coordinates": [ -111.811765000004769, 40.699979000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3273, "StopName": "3300 S @ 2735 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138157", "Latitude": 40.69997, "Longitude": -111.814134, "AVGBoard": 1, "AVGAlight": 1, "Route": "33", "StopAbbr_J": "138157" }, "geometry": { "type": "Point", "coordinates": [ -111.814134000003975, 40.699970000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3274, "StopName": "3300 S @ 2605 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138158", "Latitude": 40.699956, "Longitude": -111.817184, "AVGBoard": 2, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "138158" }, "geometry": { "type": "Point", "coordinates": [ -111.817184000004701, 40.699956000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3275, "StopName": "3300 S @ 2465 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138159", "Latitude": 40.699941, "Longitude": -111.820743, "AVGBoard": 0, "AVGAlight": 0, "Route": "33", "StopAbbr_J": "138159" }, "geometry": { "type": "Point", "coordinates": [ -111.820743000004398, 40.699941000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3276, "StopName": "3300 S @ 2285 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138162", "Latitude": 40.699941, "Longitude": -111.825293, "AVGBoard": 21, "AVGAlight": 7, "Route": "33, 223", "StopAbbr_J": "138162" }, "geometry": { "type": "Point", "coordinates": [ -111.825293000004322, 40.699941000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3277, "StopName": "3300 S @ 2103 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138163", "Latitude": 40.699945, "Longitude": -111.831151, "AVGBoard": 3, "AVGAlight": 0, "Route": "33, 223", "StopAbbr_J": "138163" }, "geometry": { "type": "Point", "coordinates": [ -111.831151000004624, 40.699945000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3278, "StopName": "3300 S @ 2035 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138164", "Latitude": 40.699958, "Longitude": -111.832888, "AVGBoard": 10, "AVGAlight": 1, "Route": "33, 223", "StopAbbr_J": "138164" }, "geometry": { "type": "Point", "coordinates": [ -111.832888000004544, 40.69995800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3279, "StopName": "3300 S @ 1847 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "138166", "Latitude": 40.700012, "Longitude": -111.838605, "AVGBoard": 5, "AVGAlight": 0, "Route": "33", "StopAbbr_J": "138166" }, "geometry": { "type": "Point", "coordinates": [ -111.838605000004861, 40.700012000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3280, "StopName": "3300 S @ 1848 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "138167", "Latitude": 40.699851, "Longitude": -111.838893, "AVGBoard": 1, "AVGAlight": 5, "Route": "33", "StopAbbr_J": "138167" }, "geometry": { "type": "Point", "coordinates": [ -111.838893000004418, 40.699851000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3281, "StopName": "3300 S @ 1890 E", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "138168", "Latitude": 40.699822, "Longitude": -111.837488, "AVGBoard": 0, "AVGAlight": 0, "Route": "33", "StopAbbr_J": "138168" }, "geometry": { "type": "Point", "coordinates": [ -111.837488000004086, 40.699822000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3282, "StopName": "3300 S @ 2010 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138169", "Latitude": 40.699791, "Longitude": -111.833697, "AVGBoard": 1, "AVGAlight": 11, "Route": "33, 223", "StopAbbr_J": "138169" }, "geometry": { "type": "Point", "coordinates": [ -111.833697000004065, 40.699791000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3283, "StopName": "3300 S @ 2102 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138170", "Latitude": 40.699792, "Longitude": -111.830761, "AVGBoard": 0, "AVGAlight": 3, "Route": "33, 223", "StopAbbr_J": "138170" }, "geometry": { "type": "Point", "coordinates": [ -111.830761000004685, 40.699792000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3284, "StopName": "3300 S @ 2210 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138171", "Latitude": 40.699789, "Longitude": -111.827288, "AVGBoard": 3, "AVGAlight": 6, "Route": "33, 223", "StopAbbr_J": "138171" }, "geometry": { "type": "Point", "coordinates": [ -111.827288000004032, 40.699789000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3285, "StopName": "3300 S @ 2290 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138172", "Latitude": 40.699803, "Longitude": -111.825038, "AVGBoard": 5, "AVGAlight": 19, "Route": "33, 223", "StopAbbr_J": "138172" }, "geometry": { "type": "Point", "coordinates": [ -111.825038000004781, 40.699803000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3286, "StopName": "2300 E @ 3378 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138173", "Latitude": 40.698131, "Longitude": -111.824585, "AVGBoard": 2, "AVGAlight": 2, "Route": "223", "StopAbbr_J": "138173" }, "geometry": { "type": "Point", "coordinates": [ -111.824585000004149, 40.698131000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3287, "StopName": "2300 E @ 3470 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138174", "Latitude": 40.696266, "Longitude": -111.824586, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138174" }, "geometry": { "type": "Point", "coordinates": [ -111.824586000004217, 40.696266000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3288, "StopName": "2300 E @ 3528 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138175", "Latitude": 40.694722, "Longitude": -111.824572, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138175" }, "geometry": { "type": "Point", "coordinates": [ -111.824572000003968, 40.694722000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3289, "StopName": "2300 E @ 3630 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138176", "Latitude": 40.692299, "Longitude": -111.824576, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138176" }, "geometry": { "type": "Point", "coordinates": [ -111.824576000004299, 40.692299000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3290, "StopName": "2300 E @ 3712 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138177", "Latitude": 40.690556, "Longitude": -111.824566, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138177" }, "geometry": { "type": "Point", "coordinates": [ -111.824566000004367, 40.690556000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3291, "StopName": "2300 E @ 3780 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138178", "Latitude": 40.688774, "Longitude": -111.824594, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138178" }, "geometry": { "type": "Point", "coordinates": [ -111.824594000003998, 40.688774000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3292, "StopName": "2700 S @ 1836 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "138204", "Latitude": 40.712654, "Longitude": -111.838846, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138204" }, "geometry": { "type": "Point", "coordinates": [ -111.838846000004125, 40.712654000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3293, "StopName": "2000 E @ 2710 S", "City": "Salt Lake City", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138205", "Latitude": 40.712341, "Longitude": -111.834187, "AVGBoard": 1, "AVGAlight": 3, "Route": "223", "StopAbbr_J": "138205" }, "geometry": { "type": "Point", "coordinates": [ -111.834187000004178, 40.712341000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3294, "StopName": "2000 E @ 2828 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138207", "Latitude": 40.709671, "Longitude": -111.834157, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138207" }, "geometry": { "type": "Point", "coordinates": [ -111.834157000004382, 40.709671000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3295, "StopName": "2000 E @ 2930 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138208", "Latitude": 40.707263, "Longitude": -111.834174, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138208" }, "geometry": { "type": "Point", "coordinates": [ -111.834174000003983, 40.707263000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3296, "StopName": "2000 E @ 2990 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138209", "Latitude": 40.706103, "Longitude": -111.834175, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138209" }, "geometry": { "type": "Point", "coordinates": [ -111.83417500000408, 40.706103000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3297, "StopName": "2000 E @ 3082 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138210", "Latitude": 40.703791, "Longitude": -111.834158, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138210" }, "geometry": { "type": "Point", "coordinates": [ -111.834158000004479, 40.703791000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3298, "StopName": "2000 E @ 3166 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138211", "Latitude": 40.702054, "Longitude": -111.834165, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "138211" }, "geometry": { "type": "Point", "coordinates": [ -111.834165000004162, 40.702054000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3299, "StopName": "4500 S @ 2322 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138221", "Latitude": 40.674139, "Longitude": -111.823956, "AVGBoard": 1, "AVGAlight": 3, "Route": "45", "StopAbbr_J": "138221" }, "geometry": { "type": "Point", "coordinates": [ -111.823956000004216, 40.674139000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3300, "StopName": "4500 S @ 2498 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138223", "Latitude": 40.675032, "Longitude": -111.819806, "AVGBoard": 1, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138223" }, "geometry": { "type": "Point", "coordinates": [ -111.819806000004149, 40.675032000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3301, "StopName": "4500 S @ 2578 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138224", "Latitude": 40.675238, "Longitude": -111.818196, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138224" }, "geometry": { "type": "Point", "coordinates": [ -111.818196000004846, 40.675238000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3302, "StopName": "4500 S @ 2706 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138225", "Latitude": 40.675209, "Longitude": -111.814629, "AVGBoard": 0, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "138225" }, "geometry": { "type": "Point", "coordinates": [ -111.814629000004487, 40.675209000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3303, "StopName": "4500 S @ 2790 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138226", "Latitude": 40.675135, "Longitude": -111.812889, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138226" }, "geometry": { "type": "Point", "coordinates": [ -111.812889000004319, 40.675135000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3304, "StopName": "4500 S @ 2926 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138227", "Latitude": 40.674984, "Longitude": -111.809421, "AVGBoard": 0, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "138227" }, "geometry": { "type": "Point", "coordinates": [ -111.80942100000405, 40.674984000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3305, "StopName": "4500 S @ 3064 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138228", "Latitude": 40.674861, "Longitude": -111.806462, "AVGBoard": 0, "AVGAlight": 3, "Route": "45", "StopAbbr_J": "138228" }, "geometry": { "type": "Point", "coordinates": [ -111.806462000004572, 40.674861000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3306, "StopName": "4500 S @ 3124 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138229", "Latitude": 40.674787, "Longitude": -111.805073, "AVGBoard": 1, "AVGAlight": 2, "Route": "45", "StopAbbr_J": "138229" }, "geometry": { "type": "Point", "coordinates": [ -111.805073000004668, 40.674787000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3307, "StopName": "4500 S @ 3101 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138247", "Latitude": 40.674968, "Longitude": -111.805343, "AVGBoard": 3, "AVGAlight": 1, "Route": "45", "StopAbbr_J": "138247" }, "geometry": { "type": "Point", "coordinates": [ -111.805343000004541, 40.674968000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3308, "StopName": "4500 S @ 2925 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138249", "Latitude": 40.675191, "Longitude": -111.809938, "AVGBoard": 3, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138249" }, "geometry": { "type": "Point", "coordinates": [ -111.809938000004578, 40.67519100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3309, "StopName": "4500 S @ 2801 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138250", "Latitude": 40.675263, "Longitude": -111.812491, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138250" }, "geometry": { "type": "Point", "coordinates": [ -111.812491000004641, 40.67526300000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3310, "StopName": "4500 S @ 2685 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138251", "Latitude": 40.675398, "Longitude": -111.815664, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138251" }, "geometry": { "type": "Point", "coordinates": [ -111.815664000004759, 40.67539800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3311, "StopName": "4500 S @ 2575 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138252", "Latitude": 40.675427, "Longitude": -111.818008, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138252" }, "geometry": { "type": "Point", "coordinates": [ -111.818008000004568, 40.675427000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3312, "StopName": "4500 S @ 2411 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138254", "Latitude": 40.675016, "Longitude": -111.821143, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138254" }, "geometry": { "type": "Point", "coordinates": [ -111.821143000004241, 40.675016000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3313, "StopName": "4500 S @ 2381 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138255", "Latitude": 40.674531, "Longitude": -111.822821, "AVGBoard": 0, "AVGAlight": 0, "Route": "45", "StopAbbr_J": "138255" }, "geometry": { "type": "Point", "coordinates": [ -111.822821000004666, 40.674531000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3314, "StopName": "Wasatch Blvd @ 3305 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138262", "Latitude": 40.699696, "Longitude": -111.794546, "AVGBoard": 1, "AVGAlight": 0, "Route": "4", "StopAbbr_J": "138262" }, "geometry": { "type": "Point", "coordinates": [ -111.794546000004502, 40.699696000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3315, "StopName": "Wasatch Blvd @ 4470 S", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138272", "Latitude": 40.674781, "Longitude": -111.801245, "AVGBoard": 0, "AVGAlight": 0, "Route": "45, 354", "StopAbbr_J": "138272" }, "geometry": { "type": "Point", "coordinates": [ -111.801245000004272, 40.67478100000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3316, "StopName": "Highland Dr @ 4670 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138277", "Latitude": 40.668772, "Longitude": -111.839986, "AVGBoard": 1, "AVGAlight": 5, "Route": "220", "StopAbbr_J": "138277" }, "geometry": { "type": "Point", "coordinates": [ -111.839986000004089, 40.668772000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3317, "StopName": "Highland Dr @ 4830 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138279", "Latitude": 40.664795, "Longitude": -111.839331, "AVGBoard": 9, "AVGAlight": 11, "Route": "220", "StopAbbr_J": "138279" }, "geometry": { "type": "Point", "coordinates": [ -111.839331000004691, 40.664795000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3318, "StopName": "Highland Dr @ 4805 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138280", "Latitude": 40.664955, "Longitude": -111.838998, "AVGBoard": 3, "AVGAlight": 3, "Route": "220", "StopAbbr_J": "138280" }, "geometry": { "type": "Point", "coordinates": [ -111.838998000004125, 40.664955000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3319, "StopName": "Highland Dr @ 4565 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138282", "Latitude": 40.671706, "Longitude": -111.840649, "AVGBoard": 2, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "138282" }, "geometry": { "type": "Point", "coordinates": [ -111.84064900000412, 40.671706000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3320, "StopName": "2700 E @ 4177 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138290", "Latitude": 40.680788, "Longitude": -111.814941, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138290" }, "geometry": { "type": "Point", "coordinates": [ -111.814941000004239, 40.680788000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3321, "StopName": "3300 S @ 3298 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138295", "Latitude": 40.699727, "Longitude": -111.800989, "AVGBoard": 3, "AVGAlight": 22, "Route": "33", "StopAbbr_J": "138295" }, "geometry": { "type": "Point", "coordinates": [ -111.800989000004662, 40.699727000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3322, "StopName": "3300 S @ 3422 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138296", "Latitude": 40.699726, "Longitude": -111.797976, "AVGBoard": 0, "AVGAlight": 2, "Route": "33", "StopAbbr_J": "138296" }, "geometry": { "type": "Point", "coordinates": [ -111.797976000004311, 40.699726000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3323, "StopName": "2700 E @ 4220 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138297", "Latitude": 40.679805, "Longitude": -111.815078, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138297" }, "geometry": { "type": "Point", "coordinates": [ -111.815078000004789, 40.679805000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3324, "StopName": "2700 E @ 4344 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138298", "Latitude": 40.677163, "Longitude": -111.815094, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138298" }, "geometry": { "type": "Point", "coordinates": [ -111.815094000004322, 40.677163000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3325, "StopName": "2700 E @ 4406 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "138299", "Latitude": 40.675613, "Longitude": -111.815115, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "138299" }, "geometry": { "type": "Point", "coordinates": [ -111.815115000004269, 40.67561300000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3326, "StopName": "2300 E @ 4626 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138300", "Latitude": 40.670564, "Longitude": -111.824664, "AVGBoard": 4, "AVGAlight": 2, "Route": "45, 223", "StopAbbr_J": "138300" }, "geometry": { "type": "Point", "coordinates": [ -111.824664000004404, 40.670564000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3327, "StopName": "Highland Dr @ 4745 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "138304", "Latitude": 40.666359, "Longitude": -111.839165, "AVGBoard": 10, "AVGAlight": 4, "Route": "220", "StopAbbr_J": "138304" }, "geometry": { "type": "Point", "coordinates": [ -111.839165000004442, 40.666359000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3328, "StopName": "3300 S @ 2201 E", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "138305", "Latitude": 40.699946, "Longitude": -111.827299, "AVGBoard": 5, "AVGAlight": 1, "Route": "33, 223", "StopAbbr_J": "138305" }, "geometry": { "type": "Point", "coordinates": [ -111.827299000004047, 40.699946000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3329, "StopName": "Stansbury Parkway @ 6675 N", "City": "Stansbury Park", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "146021", "Latitude": 40.650095, "Longitude": -112.295875, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 451", "StopAbbr_J": "146021" }, "geometry": { "type": "Point", "coordinates": [ -112.295875000004472, 40.650095000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3330, "StopName": "Stansbury Parkway @ 6670 N", "City": "Stansbury Park", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "146022", "Latitude": 40.650331, "Longitude": -112.295706, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 451", "StopAbbr_J": "146022" }, "geometry": { "type": "Point", "coordinates": [ -112.295706000003989, 40.650331000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3331, "StopName": "Stansbury Parkway @ 465 W", "City": "Stansbury Park", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "146023", "Latitude": 40.647467, "Longitude": -112.294035, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 451", "StopAbbr_J": "146023" }, "geometry": { "type": "Point", "coordinates": [ -112.294035000004129, 40.647467000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3332, "StopName": "Stansbury Parkway @ 189 W", "City": "Stansbury Park", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "146024", "Latitude": 40.646655, "Longitude": -112.289969, "AVGBoard": 0, "AVGAlight": 1, "Route": "F453, 451", "StopAbbr_J": "146024" }, "geometry": { "type": "Point", "coordinates": [ -112.289969000004717, 40.646655000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3333, "StopName": "Stansbury Parkway @ 188 W", "City": "Stansbury Park", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "146027", "Latitude": 40.646861, "Longitude": -112.289924, "AVGBoard": 1, "AVGAlight": 0, "Route": "F453, 451", "StopAbbr_J": "146027" }, "geometry": { "type": "Point", "coordinates": [ -112.289924000004603, 40.646861000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3334, "StopName": "Stansbury Parkway @ 470 W", "City": "Stansbury Park", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "146028", "Latitude": 40.647506, "Longitude": -112.293771, "AVGBoard": 0, "AVGAlight": 0, "Route": "F453, 451", "StopAbbr_J": "146028" }, "geometry": { "type": "Point", "coordinates": [ -112.293771000004739, 40.647506000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3335, "StopName": "Clernates Dr @ 6394 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "151002", "Latitude": 40.635081, "Longitude": -112.018327, "AVGBoard": 2, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "151002" }, "geometry": { "type": "Point", "coordinates": [ -112.018327000004419, 40.635081000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3336, "StopName": "Clernates Dr @ 6494 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "151003", "Latitude": 40.633495, "Longitude": -112.017452, "AVGBoard": 1, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "151003" }, "geometry": { "type": "Point", "coordinates": [ -112.017452000004809, 40.633495000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3337, "StopName": "Clernates Dr @ 6598 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "151004", "Latitude": 40.631441, "Longitude": -112.017437, "AVGBoard": 3, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "151004" }, "geometry": { "type": "Point", "coordinates": [ -112.017437000004463, 40.63144100000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3338, "StopName": "Cougar Ln @ 6587 S", "City": "West Jordan", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151008", "Latitude": 40.631722, "Longitude": -112.007192, "AVGBoard": 2, "AVGAlight": 0, "Route": "62, 248", "StopAbbr_J": "151008" }, "geometry": { "type": "Point", "coordinates": [ -112.007192000004252, 40.631722000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3339, "StopName": "Cougar Ln @ 6221 S", "City": "West Jordan", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151009", "Latitude": 40.637934, "Longitude": -112.005398, "AVGBoard": 5, "AVGAlight": 1, "Route": "62, 248", "StopAbbr_J": "151009" }, "geometry": { "type": "Point", "coordinates": [ -112.005398000004107, 40.63793400000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3340, "StopName": "5400 S \/ Morning Breeze Dr (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151016", "Latitude": 40.653117, "Longitude": -112.009315, "AVGBoard": 1, "AVGAlight": 2, "Route": "54", "StopAbbr_J": "151016" }, "geometry": { "type": "Point", "coordinates": [ -112.009315000004676, 40.653117000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3341, "StopName": "Lodestone Ave \/ Trowbridge Way (WB)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "151018", "Latitude": 40.642315, "Longitude": -112.030027, "AVGBoard": 2, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151018" }, "geometry": { "type": "Point", "coordinates": [ -112.030027000004594, 40.642315000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3342, "StopName": "Copper City Dr \/ Borax Ave (NB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151020", "Latitude": 40.645414, "Longitude": -112.033198, "AVGBoard": 10, "AVGAlight": 1, "Route": null, "StopAbbr_J": "151020" }, "geometry": { "type": "Point", "coordinates": [ -112.033198000004532, 40.645414000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3343, "StopName": "Copper City Dr \/ Plumbago Ave (NB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151022", "Latitude": 40.648943, "Longitude": -112.031362, "AVGBoard": 4, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151022" }, "geometry": { "type": "Point", "coordinates": [ -112.031362000004492, 40.648943000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3344, "StopName": "Copper City Dr \/ Black Mica (NB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151024", "Latitude": 40.651932, "Longitude": -112.031411, "AVGBoard": 2, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151024" }, "geometry": { "type": "Point", "coordinates": [ -112.03141100000407, 40.651932000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3345, "StopName": "5400 S \/ Rocky Ridge Rd (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151026", "Latitude": 40.652958, "Longitude": -112.027819, "AVGBoard": 2, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151026" }, "geometry": { "type": "Point", "coordinates": [ -112.027819000004328, 40.652958000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3346, "StopName": "5400 S \/ 5600 W (EB)", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151027", "Latitude": 40.652953, "Longitude": -112.025961, "AVGBoard": 9, "AVGAlight": 1, "Route": null, "StopAbbr_J": "151027" }, "geometry": { "type": "Point", "coordinates": [ -112.025961000004273, 40.652953000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3347, "StopName": "5400 S \/ Copper City Dr (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151029", "Latitude": 40.652971, "Longitude": -112.031045, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151029" }, "geometry": { "type": "Point", "coordinates": [ -112.031045000004326, 40.652971000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3348, "StopName": "5400 S \/ 5425 W (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151041", "Latitude": 40.652951, "Longitude": -112.020047, "AVGBoard": 5, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151041" }, "geometry": { "type": "Point", "coordinates": [ -112.020047000004737, 40.652951000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3349, "StopName": "5400 S \/ Sarah Jane Dr (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151043", "Latitude": 40.652955, "Longitude": -112.016239, "AVGBoard": 7, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151043" }, "geometry": { "type": "Point", "coordinates": [ -112.016239000004205, 40.65295500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3350, "StopName": "5400 S \/ 5160 W (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151044", "Latitude": 40.652957, "Longitude": -112.013687, "AVGBoard": 6, "AVGAlight": 1, "Route": "54", "StopAbbr_J": "151044" }, "geometry": { "type": "Point", "coordinates": [ -112.013687000004239, 40.65295700000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3351, "StopName": "5400 S \/ 5030 W (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151045", "Latitude": 40.652956, "Longitude": -112.011137, "AVGBoard": 4, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151045" }, "geometry": { "type": "Point", "coordinates": [ -112.011137000004453, 40.652956000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3352, "StopName": "5400 S \/ Morning Breeze Dr (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151046", "Latitude": 40.652955, "Longitude": -112.009277, "AVGBoard": 3, "AVGAlight": 1, "Route": "54", "StopAbbr_J": "151046" }, "geometry": { "type": "Point", "coordinates": [ -112.009277000004218, 40.65295500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3353, "StopName": "4420 W @ 4940 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151055", "Latitude": 40.661685, "Longitude": -111.996503, "AVGBoard": 0, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "151055" }, "geometry": { "type": "Point", "coordinates": [ -111.996503000004168, 40.661685000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3354, "StopName": "4420 W @ 5010 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151056", "Latitude": 40.660135, "Longitude": -111.996512, "AVGBoard": 1, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "151056" }, "geometry": { "type": "Point", "coordinates": [ -111.996512000004017, 40.660135000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3355, "StopName": "4420 W @ 5136 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151057", "Latitude": 40.657943, "Longitude": -111.996513, "AVGBoard": 1, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "151057" }, "geometry": { "type": "Point", "coordinates": [ -111.996513000004086, 40.65794300000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3356, "StopName": "5215 S @ 4391 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151058", "Latitude": 40.656359, "Longitude": -111.996049, "AVGBoard": 1, "AVGAlight": 4, "Route": "240", "StopAbbr_J": "151058" }, "geometry": { "type": "Point", "coordinates": [ -111.996049000004348, 40.656359000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3357, "StopName": "5215 S @ 4418 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151059", "Latitude": 40.656473, "Longitude": -111.996265, "AVGBoard": 2, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "151059" }, "geometry": { "type": "Point", "coordinates": [ -111.996265000004229, 40.656473000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3358, "StopName": "4420 W @ 5129 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151060", "Latitude": 40.657871, "Longitude": -111.996344, "AVGBoard": 3, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "151060" }, "geometry": { "type": "Point", "coordinates": [ -111.996344000004484, 40.657871000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3359, "StopName": "4420 W @ 5011 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151061", "Latitude": 40.660089, "Longitude": -111.996357, "AVGBoard": 2, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "151061" }, "geometry": { "type": "Point", "coordinates": [ -111.996357000004664, 40.660089000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3360, "StopName": "4420 W @ 4955 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151062", "Latitude": 40.661354, "Longitude": -111.996354, "AVGBoard": 2, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "151062" }, "geometry": { "type": "Point", "coordinates": [ -111.996354000004402, 40.661354000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3361, "StopName": "5400 S \/ 4800 W (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151072", "Latitude": 40.652904, "Longitude": -112.006608, "AVGBoard": 2, "AVGAlight": 5, "Route": "54", "StopAbbr_J": "151072" }, "geometry": { "type": "Point", "coordinates": [ -112.006608000004476, 40.652904000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3362, "StopName": "5400 S \/ 5160 W (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151075", "Latitude": 40.653111, "Longitude": -112.014015, "AVGBoard": 1, "AVGAlight": 13, "Route": "54", "StopAbbr_J": "151075" }, "geometry": { "type": "Point", "coordinates": [ -112.014015000004434, 40.653111000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3363, "StopName": "5400 S \/ 5240 W (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151076", "Latitude": 40.653131, "Longitude": -112.015891, "AVGBoard": 0, "AVGAlight": 2, "Route": null, "StopAbbr_J": "151076" }, "geometry": { "type": "Point", "coordinates": [ -112.01589100000416, 40.653131000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3364, "StopName": "5400 S \/ Rockford St (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151077", "Latitude": 40.653122, "Longitude": -112.018716, "AVGBoard": 0, "AVGAlight": 2, "Route": "54", "StopAbbr_J": "151077" }, "geometry": { "type": "Point", "coordinates": [ -112.018716000004247, 40.653122000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3365, "StopName": "6200 S @ 5479 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "151098", "Latitude": 40.638485, "Longitude": -112.021903, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151098" }, "geometry": { "type": "Point", "coordinates": [ -112.021903000004613, 40.638485000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3366, "StopName": "6200 S @ 5367 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "151099", "Latitude": 40.638481, "Longitude": -112.019112, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "151099" }, "geometry": { "type": "Point", "coordinates": [ -112.019112000004654, 40.638481000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3367, "StopName": "Clernates Dr @ 6718 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "151100", "Latitude": 40.629374, "Longitude": -112.017506, "AVGBoard": 1, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "151100" }, "geometry": { "type": "Point", "coordinates": [ -112.017506000004786, 40.629374000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3368, "StopName": "Clernates Dr @ 6852 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "151101", "Latitude": 40.626852, "Longitude": -112.018008, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "151101" }, "geometry": { "type": "Point", "coordinates": [ -112.018008000004087, 40.626852000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3369, "StopName": "Cougar Ln @ 6425 S", "City": "West Jordan", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151109", "Latitude": 40.634565, "Longitude": -112.007221, "AVGBoard": 1, "AVGAlight": 0, "Route": "62, 248", "StopAbbr_J": "151109" }, "geometry": { "type": "Point", "coordinates": [ -112.007221000003966, 40.634565000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3370, "StopName": "Lodestone Ave \/ 5625 W (WB)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "151120", "Latitude": 40.642274, "Longitude": -112.025055, "AVGBoard": 5, "AVGAlight": 1, "Route": null, "StopAbbr_J": "151120" }, "geometry": { "type": "Point", "coordinates": [ -112.025055000004784, 40.642274000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3371, "StopName": "Copper City Dr \/ Lodestone Ave (SB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151121", "Latitude": 40.642687, "Longitude": -112.033633, "AVGBoard": 0, "AVGAlight": 6, "Route": null, "StopAbbr_J": "151121" }, "geometry": { "type": "Point", "coordinates": [ -112.033633000004585, 40.64268700000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3372, "StopName": "Copper City Dr \/ 5400 S (SB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151124", "Latitude": 40.652714, "Longitude": -112.031493, "AVGBoard": 0, "AVGAlight": 5, "Route": null, "StopAbbr_J": "151124" }, "geometry": { "type": "Point", "coordinates": [ -112.031493000004559, 40.652714000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3373, "StopName": "Copper City Dr \/ Plumbago Ave (SB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151125", "Latitude": 40.649241, "Longitude": -112.031468, "AVGBoard": 0, "AVGAlight": 3, "Route": null, "StopAbbr_J": "151125" }, "geometry": { "type": "Point", "coordinates": [ -112.031468000004281, 40.649241000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3374, "StopName": "Copper City Dr \/ Borax Ave (SB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151126", "Latitude": 40.645412, "Longitude": -112.033345, "AVGBoard": 2, "AVGAlight": 8, "Route": null, "StopAbbr_J": "151126" }, "geometry": { "type": "Point", "coordinates": [ -112.033345000004104, 40.645412000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3375, "StopName": "4800 W @ 5815 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151131", "Latitude": 40.645425, "Longitude": -112.005409, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "151131" }, "geometry": { "type": "Point", "coordinates": [ -112.005409000004121, 40.645425000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3376, "StopName": "4800 W @ 5846 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "151133", "Latitude": 40.644912, "Longitude": -112.005642, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "151133" }, "geometry": { "type": "Point", "coordinates": [ -112.005642000004528, 40.644912000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3377, "StopName": "2700 W @ 5410 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152001", "Latitude": 40.652618, "Longitude": -111.957986, "AVGBoard": 1, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "152001" }, "geometry": { "type": "Point", "coordinates": [ -111.957986000004027, 40.652618000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3378, "StopName": "2700 W @ 5514 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152002", "Latitude": 40.650851, "Longitude": -111.957966, "AVGBoard": 0, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "152002" }, "geometry": { "type": "Point", "coordinates": [ -111.957966000004149, 40.650851000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3379, "StopName": "2700 W @ 5730 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152003", "Latitude": 40.647392, "Longitude": -111.957952, "AVGBoard": 1, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152003" }, "geometry": { "type": "Point", "coordinates": [ -111.957952000004809, 40.647392000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3380, "StopName": "2700 W @ 5928 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152005", "Latitude": 40.643738, "Longitude": -111.957964, "AVGBoard": 2, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "152005" }, "geometry": { "type": "Point", "coordinates": [ -111.957964000003997, 40.643738000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3381, "StopName": "2700 W @ 6102 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152006", "Latitude": 40.639973, "Longitude": -111.957957, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152006" }, "geometry": { "type": "Point", "coordinates": [ -111.957957000004328, 40.639973000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3382, "StopName": "2700 W @ 6210 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152007", "Latitude": 40.637777, "Longitude": -111.957946, "AVGBoard": 0, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "152007" }, "geometry": { "type": "Point", "coordinates": [ -111.957946000004299, 40.637777000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3383, "StopName": "3200 W @ 6602 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152008", "Latitude": 40.631068, "Longitude": -111.967444, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152008" }, "geometry": { "type": "Point", "coordinates": [ -111.967444000004704, 40.631068000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3384, "StopName": "2700 W @ 6400 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152009", "Latitude": 40.635104, "Longitude": -111.957942, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152009" }, "geometry": { "type": "Point", "coordinates": [ -111.957942000003982, 40.635104000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3385, "StopName": "2700 W @ 6538 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152010", "Latitude": 40.632919, "Longitude": -111.957943, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152010" }, "geometry": { "type": "Point", "coordinates": [ -111.957943000004065, 40.632919000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3386, "StopName": "2700 W @ 6694 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152011", "Latitude": 40.629804, "Longitude": -111.957941, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152011" }, "geometry": { "type": "Point", "coordinates": [ -111.957941000004794, 40.629804000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3387, "StopName": "2700 W @ 6800 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152012", "Latitude": 40.628105, "Longitude": -111.957931, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152012" }, "geometry": { "type": "Point", "coordinates": [ -111.957931000003967, 40.628105000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3388, "StopName": "2700 W @ 6900 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152013", "Latitude": 40.626037, "Longitude": -111.957925, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152013" }, "geometry": { "type": "Point", "coordinates": [ -111.957925000004366, 40.626037000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3389, "StopName": "2700 W @ 6992 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152014", "Latitude": 40.624423, "Longitude": -111.957933, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152014" }, "geometry": { "type": "Point", "coordinates": [ -111.957933000004118, 40.624423000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3390, "StopName": "2700 W @ 7520 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152018", "Latitude": 40.614483, "Longitude": -111.957897, "AVGBoard": 1, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "152018" }, "geometry": { "type": "Point", "coordinates": [ -111.957897000004763, 40.614483000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3391, "StopName": "2700 W @ 7531 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152020", "Latitude": 40.614404, "Longitude": -111.957698, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152020" }, "geometry": { "type": "Point", "coordinates": [ -111.95769800000447, 40.614404000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3392, "StopName": "3200 W @ 5865 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152023", "Latitude": 40.644705, "Longitude": -111.967304, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152023" }, "geometry": { "type": "Point", "coordinates": [ -111.967304000004816, 40.644705000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3393, "StopName": "2700 W @ 6867 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152025", "Latitude": 40.626347, "Longitude": -111.957727, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152025" }, "geometry": { "type": "Point", "coordinates": [ -111.957727000004169, 40.626347000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3394, "StopName": "2700 W @ 6771 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152026", "Latitude": 40.628211, "Longitude": -111.957747, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152026" }, "geometry": { "type": "Point", "coordinates": [ -111.957747000004019, 40.6282110000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3395, "StopName": "2700 W @ 6683 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152027", "Latitude": 40.629872, "Longitude": -111.957756, "AVGBoard": 0, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "152027" }, "geometry": { "type": "Point", "coordinates": [ -111.957756000004778, 40.629872000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3396, "StopName": "2700 W @ 6549 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152028", "Latitude": 40.632538, "Longitude": -111.957736, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152028" }, "geometry": { "type": "Point", "coordinates": [ -111.957736000004019, 40.632538000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3397, "StopName": "2700 W @ 6387 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152029", "Latitude": 40.635089, "Longitude": -111.957738, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152029" }, "geometry": { "type": "Point", "coordinates": [ -111.957738000004184, 40.635089000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3398, "StopName": "2700 W @ 6245 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152031", "Latitude": 40.637763, "Longitude": -111.957746, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152031" }, "geometry": { "type": "Point", "coordinates": [ -111.957746000003951, 40.63776300000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3399, "StopName": "2700 W @ 6055 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152032", "Latitude": 40.641115, "Longitude": -111.957753, "AVGBoard": 3, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152032" }, "geometry": { "type": "Point", "coordinates": [ -111.957753000004516, 40.641115000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3400, "StopName": "2700 W @ 5901 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152033", "Latitude": 40.643932, "Longitude": -111.957759, "AVGBoard": 1, "AVGAlight": 2, "Route": "227", "StopAbbr_J": "152033" }, "geometry": { "type": "Point", "coordinates": [ -111.957759000004117, 40.643932000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3401, "StopName": "2700 W @ 5821 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152034", "Latitude": 40.645248, "Longitude": -111.957764, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152034" }, "geometry": { "type": "Point", "coordinates": [ -111.957764000004531, 40.645248000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3402, "StopName": "2700 W @ 5737 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152035", "Latitude": 40.646638, "Longitude": -111.957764, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152035" }, "geometry": { "type": "Point", "coordinates": [ -111.957764000004531, 40.646638000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3403, "StopName": "2700 W @ 5485 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152036", "Latitude": 40.651344, "Longitude": -111.957781, "AVGBoard": 2, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "152036" }, "geometry": { "type": "Point", "coordinates": [ -111.957781000004147, 40.65134400000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3404, "StopName": "3200 W @ 5404 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152037", "Latitude": 40.652552, "Longitude": -111.967487, "AVGBoard": 2, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "152037" }, "geometry": { "type": "Point", "coordinates": [ -111.967487000004681, 40.652552000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3405, "StopName": "3200 W @ 5558 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152038", "Latitude": 40.650381, "Longitude": -111.967481, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "152038" }, "geometry": { "type": "Point", "coordinates": [ -111.967481000004199, 40.650381000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3406, "StopName": "3200 W @ 5668 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152039", "Latitude": 40.648361, "Longitude": -111.967479, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152039" }, "geometry": { "type": "Point", "coordinates": [ -111.967479000004019, 40.64836100000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3407, "StopName": "3200 W @ 5886 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152041", "Latitude": 40.642697, "Longitude": -111.967447, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152041" }, "geometry": { "type": "Point", "coordinates": [ -111.967447000004071, 40.642697000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3408, "StopName": "3200 W @ 6484 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152043", "Latitude": 40.633385, "Longitude": -111.967447, "AVGBoard": 1, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152043" }, "geometry": { "type": "Point", "coordinates": [ -111.967447000004071, 40.633385000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3409, "StopName": "Jordan Landing Blvd @ 7181 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152044", "Latitude": 40.620435, "Longitude": -111.982345, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152044" }, "geometry": { "type": "Point", "coordinates": [ -111.982345000004628, 40.62043500000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3410, "StopName": "3200 W @ 6774 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152045", "Latitude": 40.628178, "Longitude": -111.967447, "AVGBoard": 1, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152045" }, "geometry": { "type": "Point", "coordinates": [ -111.967447000004071, 40.628178000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3411, "StopName": "3200 W @ 7080 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152046", "Latitude": 40.622734, "Longitude": -111.967456, "AVGBoard": 0, "AVGAlight": 1, "Route": "F570, 232", "StopAbbr_J": "152046" }, "geometry": { "type": "Point", "coordinates": [ -111.967456000004802, 40.62273400000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3412, "StopName": "3200 W @ 7218 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152047", "Latitude": 40.620161, "Longitude": -111.967473, "AVGBoard": 0, "AVGAlight": 0, "Route": "F570, 232", "StopAbbr_J": "152047" }, "geometry": { "type": "Point", "coordinates": [ -111.967473000004418, 40.620161000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3413, "StopName": "3200 W @ 7348 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152048", "Latitude": 40.617831, "Longitude": -111.967494, "AVGBoard": 0, "AVGAlight": 0, "Route": "F570, 232", "StopAbbr_J": "152048" }, "geometry": { "type": "Point", "coordinates": [ -111.967494000004365, 40.617831000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3414, "StopName": "3200 W @ 7488 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152049", "Latitude": 40.615645, "Longitude": -111.967513, "AVGBoard": 0, "AVGAlight": 0, "Route": "F570, 232", "StopAbbr_J": "152049" }, "geometry": { "type": "Point", "coordinates": [ -111.967513000004132, 40.615645000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3415, "StopName": "3200 W @ 7640 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152050", "Latitude": 40.613353, "Longitude": -111.967522, "AVGBoard": 0, "AVGAlight": 0, "Route": "F570, 232", "StopAbbr_J": "152050" }, "geometry": { "type": "Point", "coordinates": [ -111.967522000003981, 40.613353000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3416, "StopName": "3200 W @ 7740 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152051", "Latitude": 40.610738, "Longitude": -111.967541, "AVGBoard": 0, "AVGAlight": 0, "Route": "F570, 232", "StopAbbr_J": "152051" }, "geometry": { "type": "Point", "coordinates": [ -111.967541000004644, 40.61073800000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3417, "StopName": "3200 W @ 7487 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152053", "Latitude": 40.615686, "Longitude": -111.967347, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152053" }, "geometry": { "type": "Point", "coordinates": [ -111.967347000003883, 40.615686000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3418, "StopName": "3200 W @ 7347 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152054", "Latitude": 40.617777, "Longitude": -111.967321, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152054" }, "geometry": { "type": "Point", "coordinates": [ -111.967321000004432, 40.617777000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3419, "StopName": "3200 W @ 7253 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152055", "Latitude": 40.619372, "Longitude": -111.967313, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152055" }, "geometry": { "type": "Point", "coordinates": [ -111.96731300000468, 40.619372000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3420, "StopName": "3200 W @ 6871 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152056", "Latitude": 40.626271, "Longitude": -111.967278, "AVGBoard": 1, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152056" }, "geometry": { "type": "Point", "coordinates": [ -111.967278000004455, 40.626271000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3421, "StopName": "3200 W @ 6735 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152057", "Latitude": 40.628801, "Longitude": -111.967266, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152057" }, "geometry": { "type": "Point", "coordinates": [ -111.967266000004358, 40.628801000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3422, "StopName": "3200 W @ 6505 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152058", "Latitude": 40.633343, "Longitude": -111.967268, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152058" }, "geometry": { "type": "Point", "coordinates": [ -111.967268000004537, 40.633343000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3423, "StopName": "3200 W @ 6385 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152059", "Latitude": 40.635261, "Longitude": -111.967267, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152059" }, "geometry": { "type": "Point", "coordinates": [ -111.967267000004455, 40.635261000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3424, "StopName": "3200 W @ 6199 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152060", "Latitude": 40.639017, "Longitude": -111.967282, "AVGBoard": 2, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152060" }, "geometry": { "type": "Point", "coordinates": [ -111.967282000004801, 40.639017000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3425, "StopName": "3200 W @ 5987 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152061", "Latitude": 40.642791, "Longitude": -111.967292, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152061" }, "geometry": { "type": "Point", "coordinates": [ -111.967292000004733, 40.642791000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3426, "StopName": "3200 W @ 5601 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152063", "Latitude": 40.649361, "Longitude": -111.967321, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152063" }, "geometry": { "type": "Point", "coordinates": [ -111.967321000004432, 40.649361000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3427, "StopName": "3200 W @ 5517 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152064", "Latitude": 40.650695, "Longitude": -111.967327, "AVGBoard": 0, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "152064" }, "geometry": { "type": "Point", "coordinates": [ -111.967327000004033, 40.650695000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3428, "StopName": "3200 W @ 5265 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152066", "Latitude": 40.655952, "Longitude": -111.967359, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152066" }, "geometry": { "type": "Point", "coordinates": [ -111.967359000003981, 40.655952000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3429, "StopName": "3200 W @ 5199 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152067", "Latitude": 40.657043, "Longitude": -111.967336, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152067" }, "geometry": { "type": "Point", "coordinates": [ -111.967336000004764, 40.65704300000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3430, "StopName": "3200 W @ 5085 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152068", "Latitude": 40.659545, "Longitude": -111.967367, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152068" }, "geometry": { "type": "Point", "coordinates": [ -111.967367000004629, 40.659545000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3431, "StopName": "3200 W @ 4961 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152069", "Latitude": 40.661229, "Longitude": -111.967352, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152069" }, "geometry": { "type": "Point", "coordinates": [ -111.967352000004297, 40.661229000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3432, "StopName": "3200 W @ 4958 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152071", "Latitude": 40.661739, "Longitude": -111.967528, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152071" }, "geometry": { "type": "Point", "coordinates": [ -111.967528000004478, 40.66173900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3433, "StopName": "3200 W @ 5068 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Box Elder", "UTA_StopID": "152072", "Latitude": 40.660123, "Longitude": -111.967516, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152072" }, "geometry": { "type": "Point", "coordinates": [ -111.967516000004395, 40.660123000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3434, "StopName": "3200 W @ 5248 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152073", "Latitude": 40.656849, "Longitude": -111.967518, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152073" }, "geometry": { "type": "Point", "coordinates": [ -111.96751800000456, 40.65684900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3435, "StopName": "3200 W @ 5286 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152074", "Latitude": 40.655701, "Longitude": -111.967512, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152074" }, "geometry": { "type": "Point", "coordinates": [ -111.967512000004064, 40.655701000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3436, "StopName": "5400 S \/ 2200 W (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152077", "Latitude": 40.653208, "Longitude": -111.948926, "AVGBoard": 2, "AVGAlight": 2, "Route": null, "StopAbbr_J": "152077" }, "geometry": { "type": "Point", "coordinates": [ -111.948926000003908, 40.6532080000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3437, "StopName": "5400 S \/ Harvey Heights Dr (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152079", "Latitude": 40.653157, "Longitude": -111.953536, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "152079" }, "geometry": { "type": "Point", "coordinates": [ -111.953536000004291, 40.653157000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3438, "StopName": "5400 S \/ 2700 W (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152080", "Latitude": 40.653208, "Longitude": -111.958645, "AVGBoard": 2, "AVGAlight": 4, "Route": null, "StopAbbr_J": "152080" }, "geometry": { "type": "Point", "coordinates": [ -111.958645000004623, 40.653208000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3439, "StopName": "5400 S \/ Bastile Dr (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152081", "Latitude": 40.653208, "Longitude": -111.961379, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152081" }, "geometry": { "type": "Point", "coordinates": [ -111.961379000004385, 40.653208000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3440, "StopName": "5400 S \/ Appian Way (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152082", "Latitude": 40.653202, "Longitude": -111.964327, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "152082" }, "geometry": { "type": "Point", "coordinates": [ -111.964327000004744, 40.653202000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3441, "StopName": "5400 S \/ 3200 W (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152083", "Latitude": 40.653197, "Longitude": -111.967808, "AVGBoard": 2, "AVGAlight": 13, "Route": null, "StopAbbr_J": "152083" }, "geometry": { "type": "Point", "coordinates": [ -111.967808000004297, 40.653197000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3442, "StopName": "5400 S \/ Ridgecrest Dr (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152084", "Latitude": 40.653192, "Longitude": -111.972634, "AVGBoard": 0, "AVGAlight": 3, "Route": null, "StopAbbr_J": "152084" }, "geometry": { "type": "Point", "coordinates": [ -111.972634000004575, 40.653192000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3443, "StopName": "5400 S \/ 3600 W (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152085", "Latitude": 40.653187, "Longitude": -111.977639, "AVGBoard": 1, "AVGAlight": 10, "Route": null, "StopAbbr_J": "152085" }, "geometry": { "type": "Point", "coordinates": [ -111.977639000004388, 40.653187000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3444, "StopName": "5400 S \/ 4015 W (WB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152087", "Latitude": 40.653172, "Longitude": -111.985171, "AVGBoard": 6, "AVGAlight": 21, "Route": null, "StopAbbr_J": "152087" }, "geometry": { "type": "Point", "coordinates": [ -111.985171000004783, 40.653172000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3445, "StopName": "4015 W @ 5345 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152088", "Latitude": 40.653991, "Longitude": -111.986818, "AVGBoard": 10, "AVGAlight": 6, "Route": "240", "StopAbbr_J": "152088" }, "geometry": { "type": "Point", "coordinates": [ -111.986818000004448, 40.65399100000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3446, "StopName": "Sams Blvd @ 4120 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "152091", "Latitude": 40.655136, "Longitude": -111.990253, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "152091" }, "geometry": { "type": "Point", "coordinates": [ -111.990253000004685, 40.655136000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3447, "StopName": "Sams Blvd @ 4260 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "152092", "Latitude": 40.656229, "Longitude": -111.992433, "AVGBoard": 1, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "152092" }, "geometry": { "type": "Point", "coordinates": [ -111.992433000004411, 40.656229000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3448, "StopName": "Sams Blvd @ 4215 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "152093", "Latitude": 40.655661, "Longitude": -111.991679, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152093" }, "geometry": { "type": "Point", "coordinates": [ -111.991679000004055, 40.655661000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3449, "StopName": "Sams Blvd @ 4159 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "152094", "Latitude": 40.654978, "Longitude": -111.990178, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152094" }, "geometry": { "type": "Point", "coordinates": [ -111.990178000004775, 40.654978000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3450, "StopName": "4015 W @ 5470 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152101", "Latitude": 40.651931, "Longitude": -111.987025, "AVGBoard": 5, "AVGAlight": 8, "Route": "240", "StopAbbr_J": "152101" }, "geometry": { "type": "Point", "coordinates": [ -111.987025000004508, 40.651931000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3451, "StopName": "2700 W @ 6971 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152103", "Latitude": 40.624648, "Longitude": -111.957715, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "152103" }, "geometry": { "type": "Point", "coordinates": [ -111.957715000004072, 40.624648000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3452, "StopName": "4015 W @ 5790 S", "City": "Kearns", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152104", "Latitude": 40.64596, "Longitude": -111.987048, "AVGBoard": 2, "AVGAlight": 4, "Route": "240", "StopAbbr_J": "152104" }, "geometry": { "type": "Point", "coordinates": [ -111.987048000004606, 40.645960000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3453, "StopName": "4000 W @ 5860 S", "City": "Kearns", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152105", "Latitude": 40.644519, "Longitude": -111.986603, "AVGBoard": 1, "AVGAlight": 4, "Route": "240", "StopAbbr_J": "152105" }, "geometry": { "type": "Point", "coordinates": [ -111.986603000004635, 40.644519000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3454, "StopName": "4000 W @ 6028 S", "City": "Kearns", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152106", "Latitude": 40.641616, "Longitude": -111.986583, "AVGBoard": 2, "AVGAlight": 5, "Route": "240", "StopAbbr_J": "152106" }, "geometry": { "type": "Point", "coordinates": [ -111.986583000004785, 40.641616000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3455, "StopName": "6200 S @ 4018 W", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "152107", "Latitude": 40.638665, "Longitude": -111.986895, "AVGBoard": 1, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "152107" }, "geometry": { "type": "Point", "coordinates": [ -111.986895000004537, 40.638665000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3456, "StopName": "Dixie Dr @ 6260 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152109", "Latitude": 40.637362, "Longitude": -111.978293, "AVGBoard": 3, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "152109" }, "geometry": { "type": "Point", "coordinates": [ -111.97829300000457, 40.637362000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3457, "StopName": "Dixie Dr @ 6348 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152110", "Latitude": 40.6359, "Longitude": -111.978334, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "152110" }, "geometry": { "type": "Point", "coordinates": [ -111.978334000004367, 40.635900000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3458, "StopName": "Dixie Dr @ 6394 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152111", "Latitude": 40.634916, "Longitude": -111.979368, "AVGBoard": 2, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "152111" }, "geometry": { "type": "Point", "coordinates": [ -111.979368000004541, 40.634916000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3459, "StopName": "Dixie Dr @ 6506 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152112", "Latitude": 40.633053, "Longitude": -111.980154, "AVGBoard": 1, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "152112" }, "geometry": { "type": "Point", "coordinates": [ -111.980154000003978, 40.633053000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3460, "StopName": "Dixie Dr @ 6588 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152113", "Latitude": 40.631739, "Longitude": -111.979644, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152113" }, "geometry": { "type": "Point", "coordinates": [ -111.979644000004015, 40.631739000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3461, "StopName": "Dixie Dr @ 6702 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152114", "Latitude": 40.629503, "Longitude": -111.978629, "AVGBoard": 0, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "152114" }, "geometry": { "type": "Point", "coordinates": [ -111.978629000004503, 40.629503000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3462, "StopName": "Dixie Dr @ 6778 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152115", "Latitude": 40.628498, "Longitude": -111.977875, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152115" }, "geometry": { "type": "Point", "coordinates": [ -111.977875000004133, 40.628498000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3463, "StopName": "Dixie Dr @ 6741 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152125", "Latitude": 40.628599, "Longitude": -111.977781, "AVGBoard": 1, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152125" }, "geometry": { "type": "Point", "coordinates": [ -111.977781000004455, 40.628599000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3464, "StopName": "Dixie Dr @ 6687 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152126", "Latitude": 40.629781, "Longitude": -111.978683, "AVGBoard": 1, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "152126" }, "geometry": { "type": "Point", "coordinates": [ -111.978683000004494, 40.629781000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3465, "StopName": "Dixie Dr @ 6593 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152127", "Latitude": 40.631521, "Longitude": -111.979482, "AVGBoard": 1, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "152127" }, "geometry": { "type": "Point", "coordinates": [ -111.979482000004097, 40.631521000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3466, "StopName": "Dixie Dr @ 6515 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152128", "Latitude": 40.632794, "Longitude": -111.979787, "AVGBoard": 1, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152128" }, "geometry": { "type": "Point", "coordinates": [ -111.979787000004166, 40.632794000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3467, "StopName": "Dixie Dr @ 6383 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152129", "Latitude": 40.635028, "Longitude": -111.978926, "AVGBoard": 0, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "152129" }, "geometry": { "type": "Point", "coordinates": [ -111.978926000004833, 40.635028000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3468, "StopName": "Dixie Dr @ 6345 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152130", "Latitude": 40.635992, "Longitude": -111.978134, "AVGBoard": 1, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "152130" }, "geometry": { "type": "Point", "coordinates": [ -111.97813400000399, 40.635992000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3469, "StopName": "Dixie Dr @ 6267 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152131", "Latitude": 40.637335, "Longitude": -111.978123, "AVGBoard": 2, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152131" }, "geometry": { "type": "Point", "coordinates": [ -111.97812300000399, 40.637335000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3470, "StopName": "6200 S @ 3501 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152132", "Latitude": 40.638508, "Longitude": -111.974001, "AVGBoard": 1, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "152132" }, "geometry": { "type": "Point", "coordinates": [ -111.974001000004435, 40.63850800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3471, "StopName": "6200 S @ 3534 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152136", "Latitude": 40.638655, "Longitude": -111.975136, "AVGBoard": 0, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "152136" }, "geometry": { "type": "Point", "coordinates": [ -111.975136000003985, 40.63865500000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3472, "StopName": "4000 W @ 6145 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152138", "Latitude": 40.639363, "Longitude": -111.986362, "AVGBoard": 5, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "152138" }, "geometry": { "type": "Point", "coordinates": [ -111.986362000004476, 40.639363000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3473, "StopName": "4000 W @ 6015 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152139", "Latitude": 40.642124, "Longitude": -111.986369, "AVGBoard": 3, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152139" }, "geometry": { "type": "Point", "coordinates": [ -111.986369000004146, 40.64212400000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3474, "StopName": "4000 W @ 5865 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152140", "Latitude": 40.644538, "Longitude": -111.98638, "AVGBoard": 3, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152140" }, "geometry": { "type": "Point", "coordinates": [ -111.986380000004161, 40.644538000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3475, "StopName": "4015 W @ 5781 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152141", "Latitude": 40.646129, "Longitude": -111.986849, "AVGBoard": 3, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152141" }, "geometry": { "type": "Point", "coordinates": [ -111.986849000004312, 40.646129000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3476, "StopName": "4015 W @ 5601 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152142", "Latitude": 40.649615, "Longitude": -111.98682, "AVGBoard": 2, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "152142" }, "geometry": { "type": "Point", "coordinates": [ -111.986820000004613, 40.649615000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3477, "StopName": "5400 S \/ 4015 W (EB)", "City": "Taylorsville", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "152144", "Latitude": 40.652955, "Longitude": -111.985252, "AVGBoard": 21, "AVGAlight": 6, "Route": null, "StopAbbr_J": "152144" }, "geometry": { "type": "Point", "coordinates": [ -111.985252000004309, 40.65295500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3478, "StopName": "5400 S \/ Bangerter Hwy (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152145", "Latitude": 40.652994, "Longitude": -111.979784, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152145" }, "geometry": { "type": "Point", "coordinates": [ -111.979784000004813, 40.652994000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3479, "StopName": "5400 S \/ 3600 W (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152146", "Latitude": 40.652968, "Longitude": -111.976451, "AVGBoard": 7, "AVGAlight": 2, "Route": null, "StopAbbr_J": "152146" }, "geometry": { "type": "Point", "coordinates": [ -111.976451000004047, 40.652968000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3480, "StopName": "5400 S \/ Ridgecrest Dr (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152147", "Latitude": 40.652977, "Longitude": -111.971858, "AVGBoard": 7, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152147" }, "geometry": { "type": "Point", "coordinates": [ -111.971858000004161, 40.652977000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3481, "StopName": "5400 S \/ 3200 W (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152148", "Latitude": 40.652984, "Longitude": -111.966711, "AVGBoard": 11, "AVGAlight": 2, "Route": null, "StopAbbr_J": "152148" }, "geometry": { "type": "Point", "coordinates": [ -111.966711000004281, 40.652984000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3482, "StopName": "5400 S \/ Appian Way (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152149", "Latitude": 40.652983, "Longitude": -111.964152, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152149" }, "geometry": { "type": "Point", "coordinates": [ -111.964152000004646, 40.652983000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3483, "StopName": "5400 S \/ Bastile Dr (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152150", "Latitude": 40.652991, "Longitude": -111.961175, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152150" }, "geometry": { "type": "Point", "coordinates": [ -111.961175000004559, 40.652991000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3484, "StopName": "5400 S \/ 2700 W (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152151", "Latitude": 40.652988, "Longitude": -111.957333, "AVGBoard": 5, "AVGAlight": 2, "Route": null, "StopAbbr_J": "152151" }, "geometry": { "type": "Point", "coordinates": [ -111.957333000004823, 40.652988000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3485, "StopName": "5400 S \/ Capitol Reef Dr (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152153", "Latitude": 40.652931, "Longitude": -111.951661, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152153" }, "geometry": { "type": "Point", "coordinates": [ -111.951661000004634, 40.652931000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3486, "StopName": "5400 S \/ 2200 W (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152162", "Latitude": 40.652988, "Longitude": -111.947498, "AVGBoard": 5, "AVGAlight": 1, "Route": null, "StopAbbr_J": "152162" }, "geometry": { "type": "Point", "coordinates": [ -111.947498000004373, 40.65298800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3487, "StopName": "6200 S @ 2315 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152178", "Latitude": 40.638503, "Longitude": -111.950384, "AVGBoard": 1, "AVGAlight": 0, "Route": "62", "StopAbbr_J": "152178" }, "geometry": { "type": "Point", "coordinates": [ -111.950384000004121, 40.638503000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3488, "StopName": "6200 S @ 2278 W", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152183", "Latitude": 40.638651, "Longitude": -111.949911, "AVGBoard": 0, "AVGAlight": 1, "Route": "62", "StopAbbr_J": "152183" }, "geometry": { "type": "Point", "coordinates": [ -111.949911000004519, 40.638651000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3489, "StopName": "Murray Blvd \/ Allendale Dr (NB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "152188", "Latitude": 40.657108, "Longitude": -111.908017, "AVGBoard": 6, "AVGAlight": 3, "Route": null, "StopAbbr_J": "152188" }, "geometry": { "type": "Point", "coordinates": [ -111.908017000004463, 40.65710800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3490, "StopName": "3200 W @ 5348 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152191", "Latitude": 40.654094, "Longitude": -111.967501, "AVGBoard": 1, "AVGAlight": 1, "Route": "232", "StopAbbr_J": "152191" }, "geometry": { "type": "Point", "coordinates": [ -111.967501000004049, 40.654094000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3491, "StopName": "7000 S @ 2220 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152193", "Latitude": 40.624119, "Longitude": -111.948768, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152193" }, "geometry": { "type": "Point", "coordinates": [ -111.948768000004307, 40.6241190000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3492, "StopName": "7000 S @ 2350 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152194", "Latitude": 40.624122, "Longitude": -111.951198, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152194" }, "geometry": { "type": "Point", "coordinates": [ -111.951198000004069, 40.62412200000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3493, "StopName": "3200 W @ 7115 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152197", "Latitude": 40.622432, "Longitude": -111.967301, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152197" }, "geometry": { "type": "Point", "coordinates": [ -111.967301000004568, 40.62243200000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3494, "StopName": "3200 W @ 6878 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152202", "Latitude": 40.626358, "Longitude": -111.967456, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152202" }, "geometry": { "type": "Point", "coordinates": [ -111.967456000004802, 40.626358000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3495, "StopName": "3200 W @ 6608 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152208", "Latitude": 40.631129, "Longitude": -111.967278, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152208" }, "geometry": { "type": "Point", "coordinates": [ -111.967278000004455, 40.631129000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3496, "StopName": "7000 S @ 1900 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152209", "Latitude": 40.624114, "Longitude": -111.942154, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152209" }, "geometry": { "type": "Point", "coordinates": [ -111.942154000004379, 40.624114000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3497, "StopName": "7000 S @ 1990 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152210", "Latitude": 40.624124, "Longitude": -111.944339, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152210" }, "geometry": { "type": "Point", "coordinates": [ -111.944339000004533, 40.624124000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3498, "StopName": "7000 S @ 2130 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152211", "Latitude": 40.624123, "Longitude": -111.946916, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152211" }, "geometry": { "type": "Point", "coordinates": [ -111.946916000004748, 40.624123000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3499, "StopName": "7000 S @ 2660 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152212", "Latitude": 40.624108, "Longitude": -111.957113, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152212" }, "geometry": { "type": "Point", "coordinates": [ -111.957113000004583, 40.624108000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3500, "StopName": "Dixie Dr @ 6868 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152213", "Latitude": 40.626581, "Longitude": -111.977484, "AVGBoard": 1, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "152213" }, "geometry": { "type": "Point", "coordinates": [ -111.977484000004139, 40.626581000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3501, "StopName": "Plaza Center Dr @ 7100 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152214", "Latitude": 40.622956, "Longitude": -111.979104, "AVGBoard": 3, "AVGAlight": 5, "Route": "F578, 240", "StopAbbr_J": "152214" }, "geometry": { "type": "Point", "coordinates": [ -111.97910400000427, 40.622956000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3502, "StopName": "Plaza Center Dr @ 7300 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152215", "Latitude": 40.619326, "Longitude": -111.979567, "AVGBoard": 4, "AVGAlight": 9, "Route": "F578, 240", "StopAbbr_J": "152215" }, "geometry": { "type": "Point", "coordinates": [ -111.979567000003925, 40.61932600000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3503, "StopName": "Jordan Landing Blvd @ 7321 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152216", "Latitude": 40.618109, "Longitude": -111.982069, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152216" }, "geometry": { "type": "Point", "coordinates": [ -111.982069000004245, 40.61810900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3504, "StopName": "3200 W @ 6398 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152217", "Latitude": 40.635112, "Longitude": -111.967446, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "152217" }, "geometry": { "type": "Point", "coordinates": [ -111.967446000003989, 40.635112000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3505, "StopName": "Dixie Dr @ 6952 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152219", "Latitude": 40.624808, "Longitude": -111.977478, "AVGBoard": 1, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152219" }, "geometry": { "type": "Point", "coordinates": [ -111.977478000004552, 40.624808000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3506, "StopName": "Alabama Ave @ 3639 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152222", "Latitude": 40.624423, "Longitude": -111.977742, "AVGBoard": 3, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "152222" }, "geometry": { "type": "Point", "coordinates": [ -111.97774200000481, 40.624423000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3507, "StopName": "Dixie Dr @ 6825 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152223", "Latitude": 40.627222, "Longitude": -111.977321, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "152223" }, "geometry": { "type": "Point", "coordinates": [ -111.977321000004139, 40.627222000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3508, "StopName": "7000 S @ 2663 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152301", "Latitude": 40.623975, "Longitude": -111.957251, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152301" }, "geometry": { "type": "Point", "coordinates": [ -111.957251000004334, 40.623975000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3509, "StopName": "7000 S @ 2511 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152302", "Latitude": 40.623981, "Longitude": -111.953839, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152302" }, "geometry": { "type": "Point", "coordinates": [ -111.953839000004194, 40.623981000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3510, "StopName": "7000 S @ 2345 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152303", "Latitude": 40.623974, "Longitude": -111.951231, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152303" }, "geometry": { "type": "Point", "coordinates": [ -111.9512310000041, 40.623974000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3511, "StopName": "7000 S @ 2255 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152304", "Latitude": 40.623979, "Longitude": -111.949408, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152304" }, "geometry": { "type": "Point", "coordinates": [ -111.94940800000424, 40.623979000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3512, "StopName": "7000 S @ 2145 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152305", "Latitude": 40.623981, "Longitude": -111.946877, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152305" }, "geometry": { "type": "Point", "coordinates": [ -111.946877000004221, 40.623981000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3513, "StopName": "7000 S @ 2015 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "152307", "Latitude": 40.623978, "Longitude": -111.944638, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "152307" }, "geometry": { "type": "Point", "coordinates": [ -111.944638000004105, 40.623978000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3514, "StopName": "5400 S \/ 1900 W (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "152314", "Latitude": 40.653012, "Longitude": -111.941882, "AVGBoard": 6, "AVGAlight": 12, "Route": null, "StopAbbr_J": "152314" }, "geometry": { "type": "Point", "coordinates": [ -111.941882000004341, 40.653012000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3515, "StopName": "Redwood Rd @ 4870 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "153001", "Latitude": 40.663303, "Longitude": -111.939009, "AVGBoard": 4, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "153001" }, "geometry": { "type": "Point", "coordinates": [ -111.939009000004773, 40.663303000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3516, "StopName": "Redwood Rd @ 4930 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "153002", "Latitude": 40.661702, "Longitude": -111.939008, "AVGBoard": 1, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "153002" }, "geometry": { "type": "Point", "coordinates": [ -111.939008000004691, 40.661702000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3517, "StopName": "Redwood Rd @ 4998 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "153003", "Latitude": 40.660407, "Longitude": -111.939006, "AVGBoard": 2, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "153003" }, "geometry": { "type": "Point", "coordinates": [ -111.939006000004525, 40.660407000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3518, "StopName": "Redwood Rd @ 5178 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "153004", "Latitude": 40.657337, "Longitude": -111.939003, "AVGBoard": 0, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "153004" }, "geometry": { "type": "Point", "coordinates": [ -111.939003000004291, 40.657337000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3519, "StopName": "Redwood Rd @ 5230 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "153005", "Latitude": 40.655557, "Longitude": -111.938993, "AVGBoard": 1, "AVGAlight": 16, "Route": "217", "StopAbbr_J": "153005" }, "geometry": { "type": "Point", "coordinates": [ -111.938993000004359, 40.655557000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3520, "StopName": "Redwood Rd @ 5480 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "153007", "Latitude": 40.651723, "Longitude": -111.939043, "AVGBoard": 20, "AVGAlight": 92, "Route": "217", "StopAbbr_J": "153007" }, "geometry": { "type": "Point", "coordinates": [ -111.939043000003991, 40.65172300000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3521, "StopName": "5400 S \/ Warrior Way (EB)", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153009", "Latitude": 40.652916, "Longitude": -111.933627, "AVGBoard": 20, "AVGAlight": 3, "Route": null, "StopAbbr_J": "153009" }, "geometry": { "type": "Point", "coordinates": [ -111.933627000004307, 40.652916000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3522, "StopName": "5400 S \/ Canal St (EB)", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153010", "Latitude": 40.652894, "Longitude": -111.930658, "AVGBoard": 3, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153010" }, "geometry": { "type": "Point", "coordinates": [ -111.930658000004016, 40.652894000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3523, "StopName": "5400 S \/ Walden Glen Dr (EB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153011", "Latitude": 40.652886, "Longitude": -111.925479, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153011" }, "geometry": { "type": "Point", "coordinates": [ -111.925479000004174, 40.652886000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3524, "StopName": "5400 S \/ 1070 W (EB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153012", "Latitude": 40.652913, "Longitude": -111.921642, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153012" }, "geometry": { "type": "Point", "coordinates": [ -111.921642000003942, 40.65291300000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3525, "StopName": "5400 S \/ 700 W (WB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153028", "Latitude": 40.653751, "Longitude": -111.910771, "AVGBoard": 6, "AVGAlight": 12, "Route": null, "StopAbbr_J": "153028" }, "geometry": { "type": "Point", "coordinates": [ -111.910771000004075, 40.6537510000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3526, "StopName": "5400 S \/ 1070 W (WB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153029", "Latitude": 40.653159, "Longitude": -111.922541, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "153029" }, "geometry": { "type": "Point", "coordinates": [ -111.922541000004642, 40.65315900000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3527, "StopName": "5400 S \/ Walden Glen Dr (WB)", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153030", "Latitude": 40.653139, "Longitude": -111.926306, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153030" }, "geometry": { "type": "Point", "coordinates": [ -111.926306000004303, 40.653139000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3528, "StopName": "1300 E @ 8801 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173117", "Latitude": 40.591289, "Longitude": -111.853044, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173117" }, "geometry": { "type": "Point", "coordinates": [ -111.853044000004274, 40.591289000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3529, "StopName": "1300 E @ 8595 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173119", "Latitude": 40.595601, "Longitude": -111.853023, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173119" }, "geometry": { "type": "Point", "coordinates": [ -111.853023000004328, 40.595601000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3530, "StopName": "1300 E @ 8245 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "173123", "Latitude": 40.601982, "Longitude": -111.852983, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173123" }, "geometry": { "type": "Point", "coordinates": [ -111.852983000004627, 40.601982000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3531, "StopName": "1500 W @ 2690 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610010", "Latitude": 41.305954, "Longitude": -112.015739, "AVGBoard": 1, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "610010" }, "geometry": { "type": "Point", "coordinates": [ -112.01573900000416, 41.30595400000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3532, "StopName": "1300 E @ 7995 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173125", "Latitude": 40.606041, "Longitude": -111.852984, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173125" }, "geometry": { "type": "Point", "coordinates": [ -111.852984000004682, 40.606041000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3533, "StopName": "2700 N @ 1670 W", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610022", "Latitude": 41.306693, "Longitude": -112.019392, "AVGBoard": 3, "AVGAlight": 1, "Route": "616, 613", "StopAbbr_J": "610022" }, "geometry": { "type": "Point", "coordinates": [ -112.019392000004444, 41.306693000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3534, "StopName": "10600 S @ 950 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173128", "Latitude": 40.558639, "Longitude": -111.865121, "AVGBoard": 0, "AVGAlight": 0, "Route": "F546, 313", "StopAbbr_J": "173128" }, "geometry": { "type": "Point", "coordinates": [ -111.86512100000418, 40.558639000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3535, "StopName": "Redwood Rd @ 6987 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153050", "Latitude": 40.624662, "Longitude": -111.938601, "AVGBoard": 36, "AVGAlight": 16, "Route": "217", "StopAbbr_J": "153050" }, "geometry": { "type": "Point", "coordinates": [ -111.938601000004269, 40.624662000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3536, "StopName": "2550 N @ 1520 W", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610025", "Latitude": 41.304468, "Longitude": -112.016111, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "610025" }, "geometry": { "type": "Point", "coordinates": [ -112.0161110000044, 41.304468000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3537, "StopName": "State St @ 8028 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "173141", "Latitude": 40.60532, "Longitude": -111.890953, "AVGBoard": 1, "AVGAlight": 6, "Route": null, "StopAbbr_J": "173141" }, "geometry": { "type": "Point", "coordinates": [ -111.890953000004444, 40.605320000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3538, "StopName": "Redwood Rd @ 6721 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153051", "Latitude": 40.62896, "Longitude": -111.938641, "AVGBoard": 5, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "153051" }, "geometry": { "type": "Point", "coordinates": [ -111.938641000003983, 40.628960000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3539, "StopName": "2600 N @ 1610 W", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610026", "Latitude": 41.304331, "Longitude": -112.021804, "AVGBoard": 1, "AVGAlight": 2, "Route": "613", "StopAbbr_J": "610026" }, "geometry": { "type": "Point", "coordinates": [ -112.021804000004522, 41.304331000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3540, "StopName": "State St @ 8110 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "173142", "Latitude": 40.604146, "Longitude": -111.89095, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "173142" }, "geometry": { "type": "Point", "coordinates": [ -111.890950000004182, 40.6041460000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3541, "StopName": "7000 S @ 1075 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153053", "Latitude": 40.623645, "Longitude": -111.921975, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153053" }, "geometry": { "type": "Point", "coordinates": [ -111.921975000004537, 40.623645000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3542, "StopName": "2600 N @ 1698 W", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610027", "Latitude": 41.304281, "Longitude": -112.024491, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "610027" }, "geometry": { "type": "Point", "coordinates": [ -112.024491000003977, 41.304281000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3543, "StopName": "State St @ 8266 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "173143", "Latitude": 40.600962, "Longitude": -111.891, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173143" }, "geometry": { "type": "Point", "coordinates": [ -111.891000000004723, 40.600962000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3544, "StopName": "7000 S @ 1080 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153064", "Latitude": 40.623871, "Longitude": -111.922111, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153064" }, "geometry": { "type": "Point", "coordinates": [ -111.922111000004108, 40.623871000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3545, "StopName": "Redwood Rd @ 5375 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153069", "Latitude": 40.653746, "Longitude": -111.938622, "AVGBoard": 58, "AVGAlight": 8, "Route": "217", "StopAbbr_J": "153069" }, "geometry": { "type": "Point", "coordinates": [ -111.938622000004216, 40.653746000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3546, "StopName": "Winchester Dr @ 171 W", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153070", "Latitude": 40.632914, "Longitude": -111.89621, "AVGBoard": 1, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "153070" }, "geometry": { "type": "Point", "coordinates": [ -111.896210000004444, 40.632914000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3547, "StopName": "Winchester St. @ Malstrom Ln.", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153071", "Latitude": 40.633064, "Longitude": -111.893908, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153071" }, "geometry": { "type": "Point", "coordinates": [ -111.893908000004487, 40.633064000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3548, "StopName": "Winchester St. @ 9 W", "City": "MURRAY", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153072", "Latitude": 40.63321, "Longitude": -111.891476, "AVGBoard": 12, "AVGAlight": 9, "Route": null, "StopAbbr_J": "153072" }, "geometry": { "type": "Point", "coordinates": [ -111.891476000004559, 40.633210000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3549, "StopName": "Winchester St. @ 50 E", "City": "MURRAY", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153073", "Latitude": 40.633429, "Longitude": -111.890471, "AVGBoard": 10, "AVGAlight": 10, "Route": null, "StopAbbr_J": "153073" }, "geometry": { "type": "Point", "coordinates": [ -111.890471000004098, 40.633429000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3550, "StopName": "Winchester St @ 170 W", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153075", "Latitude": 40.633065, "Longitude": -111.89621, "AVGBoard": 0, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "153075" }, "geometry": { "type": "Point", "coordinates": [ -111.896210000004444, 40.633065000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3551, "StopName": "Redwood Rd @ 5595 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153076", "Latitude": 40.649813, "Longitude": -111.938627, "AVGBoard": 99, "AVGAlight": 48, "Route": "217", "StopAbbr_J": "153076" }, "geometry": { "type": "Point", "coordinates": [ -111.938627000004615, 40.649813000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3552, "StopName": "Center St @ 332 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153077", "Latitude": 40.611028, "Longitude": -111.900443, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153077" }, "geometry": { "type": "Point", "coordinates": [ -111.900443000004174, 40.611028000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3553, "StopName": "Center St @ 287 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153078", "Latitude": 40.610845, "Longitude": -111.899355, "AVGBoard": 0, "AVGAlight": 0, "Route": "F578, 525", "StopAbbr_J": "153078" }, "geometry": { "type": "Point", "coordinates": [ -111.899355000004022, 40.610845000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3554, "StopName": "Temple Dr. @ 6658 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153085", "Latitude": 40.630284, "Longitude": -111.929144, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153085" }, "geometry": { "type": "Point", "coordinates": [ -111.92914400000457, 40.630284000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3555, "StopName": "Winchester St. @ 1287 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153097", "Latitude": 40.629856, "Longitude": -111.928562, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153097" }, "geometry": { "type": "Point", "coordinates": [ -111.928562000004035, 40.629856000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3556, "StopName": "Redwood Rd @ 5652 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "153106", "Latitude": 40.648677, "Longitude": -111.939033, "AVGBoard": 32, "AVGAlight": 56, "Route": "217", "StopAbbr_J": "153106" }, "geometry": { "type": "Point", "coordinates": [ -111.939033000004073, 40.648677000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3557, "StopName": "Redwood Rd @ 6220 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "153108", "Latitude": 40.637998, "Longitude": -111.938966, "AVGBoard": 9, "AVGAlight": 14, "Route": "217", "StopAbbr_J": "153108" }, "geometry": { "type": "Point", "coordinates": [ -111.938966000003916, 40.637998000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3558, "StopName": "Redwood Rd @ 6418 S", "City": "West Jordan", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153110", "Latitude": 40.634455, "Longitude": -111.938943, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "153110" }, "geometry": { "type": "Point", "coordinates": [ -111.938943000004713, 40.634455000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3559, "StopName": "Redwood Rd @ 6618 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153111", "Latitude": 40.631305, "Longitude": -111.938955, "AVGBoard": 1, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "153111" }, "geometry": { "type": "Point", "coordinates": [ -111.93895500000481, 40.631305000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3560, "StopName": "Redwood Rd @ 6722 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153112", "Latitude": 40.628684, "Longitude": -111.938954, "AVGBoard": 0, "AVGAlight": 5, "Route": "217", "StopAbbr_J": "153112" }, "geometry": { "type": "Point", "coordinates": [ -111.938954000004713, 40.628684000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3561, "StopName": "Redwood Rd @ 6902 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153113", "Latitude": 40.625768, "Longitude": -111.938955, "AVGBoard": 5, "AVGAlight": 20, "Route": "217", "StopAbbr_J": "153113" }, "geometry": { "type": "Point", "coordinates": [ -111.93895500000481, 40.62576800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3562, "StopName": "Redwood Rd @ 7020 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153114", "Latitude": 40.623158, "Longitude": -111.938973, "AVGBoard": 14, "AVGAlight": 26, "Route": "217", "StopAbbr_J": "153114" }, "geometry": { "type": "Point", "coordinates": [ -111.938973000004481, 40.623158000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3563, "StopName": "Redwood Rd @ 7230 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153115", "Latitude": 40.619988, "Longitude": -111.938931, "AVGBoard": 6, "AVGAlight": 5, "Route": "217", "StopAbbr_J": "153115" }, "geometry": { "type": "Point", "coordinates": [ -111.938931000004629, 40.619988000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3564, "StopName": "Redwood Rd @ 7366 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153116", "Latitude": 40.617906, "Longitude": -111.938928, "AVGBoard": 1, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "153116" }, "geometry": { "type": "Point", "coordinates": [ -111.938928000004367, 40.617906000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3565, "StopName": "Redwood Rd @ 7410 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153117", "Latitude": 40.616008, "Longitude": -111.938927, "AVGBoard": 1, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "153117" }, "geometry": { "type": "Point", "coordinates": [ -111.938927000004284, 40.616008000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3566, "StopName": "Redwood Rd @ 7546 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153118", "Latitude": 40.613869, "Longitude": -111.938921, "AVGBoard": 1, "AVGAlight": 7, "Route": "217", "StopAbbr_J": "153118" }, "geometry": { "type": "Point", "coordinates": [ -111.938921000004683, 40.613869000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3567, "StopName": "Redwood Rd @ 7636 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153119", "Latitude": 40.612144, "Longitude": -111.938929, "AVGBoard": 1, "AVGAlight": 15, "Route": "217", "StopAbbr_J": "153119" }, "geometry": { "type": "Point", "coordinates": [ -111.938929000004464, 40.612144000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3568, "StopName": "Redwood Rd @ 7671 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153120", "Latitude": 40.612523, "Longitude": -111.938612, "AVGBoard": 3, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "153120" }, "geometry": { "type": "Point", "coordinates": [ -111.938612000004298, 40.612523000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3569, "StopName": "Redwood Rd @ 7521 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153121", "Latitude": 40.615052, "Longitude": -111.938622, "AVGBoard": 6, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "153121" }, "geometry": { "type": "Point", "coordinates": [ -111.938622000004216, 40.615052000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3570, "StopName": "Redwood Rd @ 7389 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153122", "Latitude": 40.616759, "Longitude": -111.938612, "AVGBoard": 1, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "153122" }, "geometry": { "type": "Point", "coordinates": [ -111.938612000004298, 40.616759000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3571, "StopName": "Redwood Rd @ 7335 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153123", "Latitude": 40.618118, "Longitude": -111.938619, "AVGBoard": 1, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "153123" }, "geometry": { "type": "Point", "coordinates": [ -111.938619000003968, 40.618118000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3572, "StopName": "Redwood Rd @ 7210 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153124", "Latitude": 40.620254, "Longitude": -111.938616, "AVGBoard": 4, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "153124" }, "geometry": { "type": "Point", "coordinates": [ -111.938616000004629, 40.620254000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3573, "StopName": "Center St @ 688 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153125", "Latitude": 40.610542, "Longitude": -111.909827, "AVGBoard": 11, "AVGAlight": 7, "Route": "F578, 525", "StopAbbr_J": "153125" }, "geometry": { "type": "Point", "coordinates": [ -111.909827000004142, 40.610542000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3574, "StopName": "Redwood Rd @ 6877 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153126", "Latitude": 40.626307, "Longitude": -111.938632, "AVGBoard": 4, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "153126" }, "geometry": { "type": "Point", "coordinates": [ -111.938632000004148, 40.626307000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3575, "StopName": "Redwood Rd @ 6425 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153129", "Latitude": 40.634331, "Longitude": -111.938653, "AVGBoard": 1, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "153129" }, "geometry": { "type": "Point", "coordinates": [ -111.938653000004081, 40.634331000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3576, "StopName": "Redwood Rd @ 6211 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153130", "Latitude": 40.638332, "Longitude": -111.938652, "AVGBoard": 19, "AVGAlight": 9, "Route": "217", "StopAbbr_J": "153130" }, "geometry": { "type": "Point", "coordinates": [ -111.938652000003998, 40.638332000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3577, "StopName": "Center St @ 465 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153136", "Latitude": 40.610851, "Longitude": -111.904142, "AVGBoard": 2, "AVGAlight": 2, "Route": "F578, 525", "StopAbbr_J": "153136" }, "geometry": { "type": "Point", "coordinates": [ -111.904142000004683, 40.610851000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3578, "StopName": "Center St @ 407 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153137", "Latitude": 40.610855, "Longitude": -111.902584, "AVGBoard": 1, "AVGAlight": 3, "Route": "F578, 525", "StopAbbr_J": "153137" }, "geometry": { "type": "Point", "coordinates": [ -111.902584000004268, 40.610855000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3579, "StopName": "Center St @ 177 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153139", "Latitude": 40.610851, "Longitude": -111.896929, "AVGBoard": 0, "AVGAlight": 2, "Route": "F578, 525", "StopAbbr_J": "153139" }, "geometry": { "type": "Point", "coordinates": [ -111.896929000004604, 40.610851000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3580, "StopName": "Center St @ 49 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153141", "Latitude": 40.610837, "Longitude": -111.892762, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153141" }, "geometry": { "type": "Point", "coordinates": [ -111.892762000004026, 40.610837000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3581, "StopName": "Center St @ 140 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153143", "Latitude": 40.611006, "Longitude": -111.895725, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153143" }, "geometry": { "type": "Point", "coordinates": [ -111.895725000004745, 40.611006000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3582, "StopName": "Center St @ 178 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153144", "Latitude": 40.611017, "Longitude": -111.896844, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153144" }, "geometry": { "type": "Point", "coordinates": [ -111.896844000004762, 40.611017000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3583, "StopName": "Center St @ 423 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153146", "Latitude": 40.611023, "Longitude": -111.902601, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153146" }, "geometry": { "type": "Point", "coordinates": [ -111.902601000004793, 40.611023000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3584, "StopName": "Center St @ 472 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153147", "Latitude": 40.611037, "Longitude": -111.904149, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153147" }, "geometry": { "type": "Point", "coordinates": [ -111.904149000004367, 40.611037000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3585, "StopName": "Center St @ 634 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153148", "Latitude": 40.610899, "Longitude": -111.908306, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153148" }, "geometry": { "type": "Point", "coordinates": [ -111.908306000004117, 40.610899000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3586, "StopName": "Center St @ 730 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153149", "Latitude": 40.610725, "Longitude": -111.910706, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153149" }, "geometry": { "type": "Point", "coordinates": [ -111.910706000004069, 40.610725000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3587, "StopName": "7200 S @ 320 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153151", "Latitude": 40.620806, "Longitude": -111.900606, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153151" }, "geometry": { "type": "Point", "coordinates": [ -111.900606000004174, 40.620806000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3588, "StopName": "Redwood Rd @ 5201 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153153", "Latitude": 40.656221, "Longitude": -111.93868, "AVGBoard": 10, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "153153" }, "geometry": { "type": "Point", "coordinates": [ -111.938680000004524, 40.656221000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3589, "StopName": "Redwood Rd @ 5001 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153154", "Latitude": 40.660125, "Longitude": -111.9387, "AVGBoard": 2, "AVGAlight": 3, "Route": "217", "StopAbbr_J": "153154" }, "geometry": { "type": "Point", "coordinates": [ -111.938700000004374, 40.660125000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3590, "StopName": "Redwood Rd @ 4935 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153155", "Latitude": 40.661936, "Longitude": -111.938698, "AVGBoard": 3, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "153155" }, "geometry": { "type": "Point", "coordinates": [ -111.938698000004209, 40.661936000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3591, "StopName": "7800 S @ 1279 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "153167", "Latitude": 40.609143, "Longitude": -111.928623, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153167" }, "geometry": { "type": "Point", "coordinates": [ -111.928623000004592, 40.609143000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3592, "StopName": "Cottonwood St \/ Woodrow St (SB)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153168", "Latitude": 40.659234, "Longitude": -111.894311, "AVGBoard": 1, "AVGAlight": 23, "Route": null, "StopAbbr_J": "153168" }, "geometry": { "type": "Point", "coordinates": [ -111.894311000004578, 40.659234000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3593, "StopName": "Cottonwood St \/ Woodrow St (NB)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153170", "Latitude": 40.658488, "Longitude": -111.8945, "AVGBoard": 7, "AVGAlight": 2, "Route": null, "StopAbbr_J": "153170" }, "geometry": { "type": "Point", "coordinates": [ -111.894500000004044, 40.658488000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3594, "StopName": "Vine St @ 79 W", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153171", "Latitude": 40.662656, "Longitude": -111.892903, "AVGBoard": 1, "AVGAlight": 0, "Route": "45, 201", "StopAbbr_J": "153171" }, "geometry": { "type": "Point", "coordinates": [ -111.892903000004011, 40.662656000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3595, "StopName": "Vine St \/ Commerce Dr (WB)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153175", "Latitude": 40.660941, "Longitude": -111.899443, "AVGBoard": 4, "AVGAlight": 1, "Route": null, "StopAbbr_J": "153175" }, "geometry": { "type": "Point", "coordinates": [ -111.899443000004126, 40.660941000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3596, "StopName": "Murray Blvd \/ Allendale Dr (SB)", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153178", "Latitude": 40.657003, "Longitude": -111.908757, "AVGBoard": 6, "AVGAlight": 4, "Route": null, "StopAbbr_J": "153178" }, "geometry": { "type": "Point", "coordinates": [ -111.908757000004584, 40.657003000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3597, "StopName": "Vine St \/ Commerce Dr (EB)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153191", "Latitude": 40.660858, "Longitude": -111.899186, "AVGBoard": 22, "AVGAlight": 71, "Route": null, "StopAbbr_J": "153191" }, "geometry": { "type": "Point", "coordinates": [ -111.89918600000442, 40.660858000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3598, "StopName": "Center St @ 815 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153199", "Latitude": 40.610346, "Longitude": -111.913456, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153199" }, "geometry": { "type": "Point", "coordinates": [ -111.913456000004231, 40.6103460000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3599, "StopName": "7200 S @ 740 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153201", "Latitude": 40.620993, "Longitude": -111.911176, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153201" }, "geometry": { "type": "Point", "coordinates": [ -111.911176000004318, 40.620993000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3600, "StopName": "7000 S @ 1200 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153202", "Latitude": 40.624198, "Longitude": -111.927194, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153202" }, "geometry": { "type": "Point", "coordinates": [ -111.927194000004079, 40.624198000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3601, "StopName": "7000 S @ 1402 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153203", "Latitude": 40.624126, "Longitude": -111.931548, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153203" }, "geometry": { "type": "Point", "coordinates": [ -111.931548000003957, 40.624126000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3602, "StopName": "7000 S @ 1516 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153204", "Latitude": 40.624128, "Longitude": -111.934503, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153204" }, "geometry": { "type": "Point", "coordinates": [ -111.934503000004014, 40.624128000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3603, "StopName": "7000 S @ 1660 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153205", "Latitude": 40.624175, "Longitude": -111.937565, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153205" }, "geometry": { "type": "Point", "coordinates": [ -111.937565000003929, 40.624175000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3604, "StopName": "7000 S @ 1750 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153206", "Latitude": 40.624138, "Longitude": -111.939868, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153206" }, "geometry": { "type": "Point", "coordinates": [ -111.939868000003955, 40.624138000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3605, "StopName": "7000 S @ 1759 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153207", "Latitude": 40.623936, "Longitude": -111.940193, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153207" }, "geometry": { "type": "Point", "coordinates": [ -111.940193000004783, 40.623936000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3606, "StopName": "7000 S @ 1675 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153208", "Latitude": 40.623935, "Longitude": -111.937751, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153208" }, "geometry": { "type": "Point", "coordinates": [ -111.937751000004027, 40.623935000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3607, "StopName": "7000 S @ 1501 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153209", "Latitude": 40.623978, "Longitude": -111.934414, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153209" }, "geometry": { "type": "Point", "coordinates": [ -111.934414000004722, 40.623978000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3608, "StopName": "7000 S @ 1381 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153210", "Latitude": 40.623991, "Longitude": -111.931183, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153210" }, "geometry": { "type": "Point", "coordinates": [ -111.93118300000431, 40.623991000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3609, "StopName": "7000 S @ 1275 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153211", "Latitude": 40.623981, "Longitude": -111.928325, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153211" }, "geometry": { "type": "Point", "coordinates": [ -111.928325000004193, 40.623981000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3610, "StopName": "7200 S @ 395 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153213", "Latitude": 40.620571, "Longitude": -111.901047, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153213" }, "geometry": { "type": "Point", "coordinates": [ -111.901047000004723, 40.620571000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3611, "StopName": "7200 S @ 90 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153215", "Latitude": 40.620493, "Longitude": -111.894341, "AVGBoard": 5, "AVGAlight": 1, "Route": "72", "StopAbbr_J": "153215" }, "geometry": { "type": "Point", "coordinates": [ -111.89434100000436, 40.620493000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3612, "StopName": "Redwood Rd @ 7121 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "153217", "Latitude": 40.62202, "Longitude": -111.938622, "AVGBoard": 5, "AVGAlight": 9, "Route": "217", "StopAbbr_J": "153217" }, "geometry": { "type": "Point", "coordinates": [ -111.938622000004216, 40.622020000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3613, "StopName": "Redwood Rd @ 4795 S", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "153218", "Latitude": 40.664879, "Longitude": -111.938739, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "153218" }, "geometry": { "type": "Point", "coordinates": [ -111.938739000004006, 40.664879000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3614, "StopName": "Center St @ 790 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153220", "Latitude": 40.610611, "Longitude": -111.912349, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153220" }, "geometry": { "type": "Point", "coordinates": [ -111.912349000004326, 40.610611000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3615, "StopName": "State St @ 5020 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154001", "Latitude": 40.662516, "Longitude": -111.8885, "AVGBoard": 14, "AVGAlight": 16, "Route": "201, 200", "StopAbbr_J": "154001" }, "geometry": { "type": "Point", "coordinates": [ -111.888500000004584, 40.662516000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3616, "StopName": "Van Winkle Expy @ 5603 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154003", "Latitude": 40.649191, "Longitude": -111.848235, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "154003" }, "geometry": { "type": "Point", "coordinates": [ -111.848235000004479, 40.649191000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3617, "StopName": "Van Winkle Expy @ 1291 E", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154004", "Latitude": 40.659804, "Longitude": -111.855044, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "154004" }, "geometry": { "type": "Point", "coordinates": [ -111.855044000004398, 40.659804000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3618, "StopName": "State St @ 5200 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154006", "Latitude": 40.658678, "Longitude": -111.888499, "AVGBoard": 3, "AVGAlight": 13, "Route": "201, 200", "StopAbbr_J": "154006" }, "geometry": { "type": "Point", "coordinates": [ -111.888499000004501, 40.65867800000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3619, "StopName": "1300 E @ 5656 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154007", "Latitude": 40.648372, "Longitude": -111.854649, "AVGBoard": 1, "AVGAlight": 3, "Route": "213", "StopAbbr_J": "154007" }, "geometry": { "type": "Point", "coordinates": [ -111.854649000004073, 40.648372000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3620, "StopName": "Winchester Dr @ 709 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154011", "Latitude": 40.632045, "Longitude": -111.87173, "AVGBoard": 1, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "154011" }, "geometry": { "type": "Point", "coordinates": [ -111.871730000004618, 40.632045000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3621, "StopName": "900 E @ 6038 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154014", "Latitude": 40.641548, "Longitude": -111.866114, "AVGBoard": 8, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "154014" }, "geometry": { "type": "Point", "coordinates": [ -111.866114000004558, 40.641548000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3622, "StopName": "State St @ 6300 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154038", "Latitude": 40.63481, "Longitude": -111.889144, "AVGBoard": 0, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "154038" }, "geometry": { "type": "Point", "coordinates": [ -111.889144000003924, 40.634810000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3623, "StopName": "State St @ 6200 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154039", "Latitude": 40.636249, "Longitude": -111.889072, "AVGBoard": 8, "AVGAlight": 5, "Route": "201", "StopAbbr_J": "154039" }, "geometry": { "type": "Point", "coordinates": [ -111.889072000004262, 40.636249000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3624, "StopName": "State St @ 6150 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154040", "Latitude": 40.637687, "Longitude": -111.889034, "AVGBoard": 9, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "154040" }, "geometry": { "type": "Point", "coordinates": [ -111.889034000004713, 40.637687000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3625, "StopName": "1300 E @ 4970 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154045", "Latitude": 40.660088, "Longitude": -111.854594, "AVGBoard": 1, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "154045" }, "geometry": { "type": "Point", "coordinates": [ -111.854594000004013, 40.660088000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3626, "StopName": "900 E @ 5120 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154067", "Latitude": 40.659047, "Longitude": -111.866076, "AVGBoard": 1, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "154067" }, "geometry": { "type": "Point", "coordinates": [ -111.866076000004114, 40.659047000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3627, "StopName": "900 E @ 5280 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154068", "Latitude": 40.655602, "Longitude": -111.866119, "AVGBoard": 2, "AVGAlight": 2, "Route": null, "StopAbbr_J": "154068" }, "geometry": { "type": "Point", "coordinates": [ -111.866119000004076, 40.655602000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3628, "StopName": "900 E @ 5380 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154069", "Latitude": 40.654074, "Longitude": -111.866075, "AVGBoard": 3, "AVGAlight": 9, "Route": "209", "StopAbbr_J": "154069" }, "geometry": { "type": "Point", "coordinates": [ -111.866075000004017, 40.654074000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3629, "StopName": "900 E @ 5500 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154070", "Latitude": 40.651858, "Longitude": -111.866068, "AVGBoard": 12, "AVGAlight": 16, "Route": "209", "StopAbbr_J": "154070" }, "geometry": { "type": "Point", "coordinates": [ -111.866068000004333, 40.651858000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3630, "StopName": "900 E @ 5608 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154071", "Latitude": 40.649212, "Longitude": -111.866099, "AVGBoard": 16, "AVGAlight": 16, "Route": null, "StopAbbr_J": "154071" }, "geometry": { "type": "Point", "coordinates": [ -111.866099000004226, 40.649212000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3631, "StopName": "900 E @ 5880 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154073", "Latitude": 40.642983, "Longitude": -111.866103, "AVGBoard": 2, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "154073" }, "geometry": { "type": "Point", "coordinates": [ -111.866103000004543, 40.642983000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3632, "StopName": "900 E @ 6108 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154074", "Latitude": 40.639758, "Longitude": -111.866066, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "154074" }, "geometry": { "type": "Point", "coordinates": [ -111.866066000004182, 40.639758000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3633, "StopName": "900 E @ 6170 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154075", "Latitude": 40.638088, "Longitude": -111.866078, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "154075" }, "geometry": { "type": "Point", "coordinates": [ -111.866078000004293, 40.638088000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3634, "StopName": "900 E @ 6322 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154076", "Latitude": 40.636076, "Longitude": -111.866094, "AVGBoard": 0, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "154076" }, "geometry": { "type": "Point", "coordinates": [ -111.866094000004708, 40.636076000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3635, "StopName": "900 E @ 6470 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154077", "Latitude": 40.633282, "Longitude": -111.866111, "AVGBoard": 0, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "154077" }, "geometry": { "type": "Point", "coordinates": [ -111.866111000004324, 40.633282000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3636, "StopName": "South Union Ave @ 1165 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154082", "Latitude": 40.61853, "Longitude": -111.859947, "AVGBoard": 5, "AVGAlight": 5, "Route": "313, 213", "StopAbbr_J": "154082" }, "geometry": { "type": "Point", "coordinates": [ -111.859947000004766, 40.618530000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3637, "StopName": "900 E @ 7077 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154085", "Latitude": 40.622595, "Longitude": -111.865825, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "154085" }, "geometry": { "type": "Point", "coordinates": [ -111.865825000004008, 40.622595000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3638, "StopName": "900 E @ 6585 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154089", "Latitude": 40.632189, "Longitude": -111.865813, "AVGBoard": 11, "AVGAlight": 17, "Route": "209", "StopAbbr_J": "154089" }, "geometry": { "type": "Point", "coordinates": [ -111.86581300000482, 40.63218900000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3639, "StopName": "900 E @ 6425 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154090", "Latitude": 40.634702, "Longitude": -111.865806, "AVGBoard": 1, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "154090" }, "geometry": { "type": "Point", "coordinates": [ -111.865806000004241, 40.63470200000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3640, "StopName": "900 E @ 6315 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154091", "Latitude": 40.636575, "Longitude": -111.865791, "AVGBoard": 2, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "154091" }, "geometry": { "type": "Point", "coordinates": [ -111.865791000004791, 40.636575000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3641, "StopName": "900 E @ 6185 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154092", "Latitude": 40.638902, "Longitude": -111.865817, "AVGBoard": 0, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "154092" }, "geometry": { "type": "Point", "coordinates": [ -111.865817000004256, 40.638902000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3642, "StopName": "900 E @ 6095 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154093", "Latitude": 40.640232, "Longitude": -111.865809, "AVGBoard": 0, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "154093" }, "geometry": { "type": "Point", "coordinates": [ -111.865809000004489, 40.640232000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3643, "StopName": "900 E @ 5971 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154094", "Latitude": 40.642601, "Longitude": -111.86578, "AVGBoard": 3, "AVGAlight": 6, "Route": "209", "StopAbbr_J": "154094" }, "geometry": { "type": "Point", "coordinates": [ -111.865780000004776, 40.642601000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3644, "StopName": "900 E @ 5805 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154095", "Latitude": 40.645804, "Longitude": -111.865855, "AVGBoard": 2, "AVGAlight": 4, "Route": "209", "StopAbbr_J": "154095" }, "geometry": { "type": "Point", "coordinates": [ -111.865855000004686, 40.645804000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3645, "StopName": "900 E @ 5545 S", "City": "MURRAY", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154097", "Latitude": 40.650872, "Longitude": -111.865734, "AVGBoard": 25, "AVGAlight": 25, "Route": "209", "StopAbbr_J": "154097" }, "geometry": { "type": "Point", "coordinates": [ -111.865734000004579, 40.650872000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3646, "StopName": "900 E @ 5485 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154098", "Latitude": 40.652293, "Longitude": -111.865782, "AVGBoard": 14, "AVGAlight": 6, "Route": "209", "StopAbbr_J": "154098" }, "geometry": { "type": "Point", "coordinates": [ -111.86578200000406, 40.652293000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3647, "StopName": "900 E @ 5385 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154099", "Latitude": 40.653952, "Longitude": -111.865785, "AVGBoard": 9, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "154099" }, "geometry": { "type": "Point", "coordinates": [ -111.865785000004294, 40.65395200000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3648, "StopName": "900 E @ 5291 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154100", "Latitude": 40.65517, "Longitude": -111.865828, "AVGBoard": 1, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "154100" }, "geometry": { "type": "Point", "coordinates": [ -111.865828000004257, 40.655170000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3649, "StopName": "1300 E @ 5581 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154113", "Latitude": 40.649975, "Longitude": -111.854383, "AVGBoard": 2, "AVGAlight": 1, "Route": null, "StopAbbr_J": "154113" }, "geometry": { "type": "Point", "coordinates": [ -111.854383000004518, 40.649975000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3650, "StopName": "1300 E @ 5455 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154114", "Latitude": 40.652224, "Longitude": -111.854388, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154114" }, "geometry": { "type": "Point", "coordinates": [ -111.85438800000405, 40.65222400000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3651, "StopName": "1300 E @ 5355 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154115", "Latitude": 40.654167, "Longitude": -111.854398, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154115" }, "geometry": { "type": "Point", "coordinates": [ -111.854398000003968, 40.654167000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3652, "StopName": "1300 E @ 5263 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154116", "Latitude": 40.655734, "Longitude": -111.854354, "AVGBoard": 3, "AVGAlight": 0, "Route": null, "StopAbbr_J": "154116" }, "geometry": { "type": "Point", "coordinates": [ -111.854354000004832, 40.655734000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3653, "StopName": "1300 E @ 5185 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154117", "Latitude": 40.65743, "Longitude": -111.854381, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154117" }, "geometry": { "type": "Point", "coordinates": [ -111.854381000004366, 40.657430000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3654, "StopName": "1300 E @ 4989 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154118", "Latitude": 40.661033, "Longitude": -111.854365, "AVGBoard": 2, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154118" }, "geometry": { "type": "Point", "coordinates": [ -111.854365000004847, 40.661033000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3655, "StopName": "1300 E @ 4927 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154119", "Latitude": 40.662408, "Longitude": -111.854362, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154119" }, "geometry": { "type": "Point", "coordinates": [ -111.854362000004585, 40.662408000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3656, "StopName": "1300 E @ 4940 S", "City": "Millcreek", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154120", "Latitude": 40.662084, "Longitude": -111.854549, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154120" }, "geometry": { "type": "Point", "coordinates": [ -111.854549000004781, 40.662084000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3657, "StopName": "1300 E @ 5158 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154122", "Latitude": 40.657718, "Longitude": -111.854603, "AVGBoard": 2, "AVGAlight": 3, "Route": "213", "StopAbbr_J": "154122" }, "geometry": { "type": "Point", "coordinates": [ -111.854603000004758, 40.657718000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3658, "StopName": "1300 E @ 5250 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154123", "Latitude": 40.655001, "Longitude": -111.854617, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154123" }, "geometry": { "type": "Point", "coordinates": [ -111.854617000004112, 40.655001000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3659, "StopName": "1300 E @ 5354 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154124", "Latitude": 40.654102, "Longitude": -111.854629, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154124" }, "geometry": { "type": "Point", "coordinates": [ -111.854629000004195, 40.654102000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3660, "StopName": "1300 E @ 5460 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154125", "Latitude": 40.65206, "Longitude": -111.854633, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154125" }, "geometry": { "type": "Point", "coordinates": [ -111.854633000004526, 40.652060000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3661, "StopName": "1300 E @ 5570 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "154126", "Latitude": 40.650279, "Longitude": -111.854648, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154126" }, "geometry": { "type": "Point", "coordinates": [ -111.854648000003976, 40.650279000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3662, "StopName": "1300 E @ 5780 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154128", "Latitude": 40.646338, "Longitude": -111.854676, "AVGBoard": 2, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "154128" }, "geometry": { "type": "Point", "coordinates": [ -111.854676000004503, 40.646338000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3663, "StopName": "1300 E @ 5878 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154129", "Latitude": 40.644547, "Longitude": -111.854677, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154129" }, "geometry": { "type": "Point", "coordinates": [ -111.854677000004585, 40.644547000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3664, "StopName": "1300 E @ 5960 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154130", "Latitude": 40.643083, "Longitude": -111.854698, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154130" }, "geometry": { "type": "Point", "coordinates": [ -111.854698000004532, 40.643083000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3665, "StopName": "1300 E @ 6120 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154132", "Latitude": 40.639849, "Longitude": -111.854723, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154132" }, "geometry": { "type": "Point", "coordinates": [ -111.854723000004796, 40.63984900000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3666, "StopName": "1300 E @ 6198 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154133", "Latitude": 40.638632, "Longitude": -111.854734, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154133" }, "geometry": { "type": "Point", "coordinates": [ -111.854734000004797, 40.638632000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3667, "StopName": "1300 E @ 6330 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154134", "Latitude": 40.636433, "Longitude": -111.854759, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154134" }, "geometry": { "type": "Point", "coordinates": [ -111.854759000004194, 40.636433000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3668, "StopName": "1300 E @ 6430 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154135", "Latitude": 40.634202, "Longitude": -111.854791, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154135" }, "geometry": { "type": "Point", "coordinates": [ -111.854791000004127, 40.634202000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3669, "StopName": "1300 E @ 6538 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154136", "Latitude": 40.632338, "Longitude": -111.85482, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154136" }, "geometry": { "type": "Point", "coordinates": [ -111.854820000004736, 40.632338000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3670, "StopName": "1300 E @ 6808 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154138", "Latitude": 40.627756, "Longitude": -111.854863, "AVGBoard": 0, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "154138" }, "geometry": { "type": "Point", "coordinates": [ -111.854863000004684, 40.627756000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3671, "StopName": "1300 E @ 6980 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154139", "Latitude": 40.626942, "Longitude": -111.854874, "AVGBoard": 2, "AVGAlight": 4, "Route": "213", "StopAbbr_J": "154139" }, "geometry": { "type": "Point", "coordinates": [ -111.854874000004713, 40.626942000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3672, "StopName": "Union Park Ave @ 7184 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154141", "Latitude": 40.620324, "Longitude": -111.856373, "AVGBoard": 9, "AVGAlight": 5, "Route": "213", "StopAbbr_J": "154141" }, "geometry": { "type": "Point", "coordinates": [ -111.856373000004723, 40.620324000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3673, "StopName": "Fort Union Blvd @ 1338 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154168", "Latitude": 40.625968, "Longitude": -111.853543, "AVGBoard": 8, "AVGAlight": 10, "Route": "972, 953, 72", "StopAbbr_J": "154168" }, "geometry": { "type": "Point", "coordinates": [ -111.853543000004223, 40.62596800000275 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3674, "StopName": "State St @ 5400 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154169", "Latitude": 40.654204, "Longitude": -111.888529, "AVGBoard": 3, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "154169" }, "geometry": { "type": "Point", "coordinates": [ -111.888529000004269, 40.654204000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3675, "StopName": "State St @ 5500 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154170", "Latitude": 40.651346, "Longitude": -111.888663, "AVGBoard": 0, "AVGAlight": 2, "Route": "201", "StopAbbr_J": "154170" }, "geometry": { "type": "Point", "coordinates": [ -111.88866300000457, 40.651346000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3676, "StopName": "State St @ 5590 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154171", "Latitude": 40.649543, "Longitude": -111.888732, "AVGBoard": 1, "AVGAlight": 6, "Route": "201", "StopAbbr_J": "154171" }, "geometry": { "type": "Point", "coordinates": [ -111.888732000003998, 40.649543000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3677, "StopName": "State St @ 5680 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154172", "Latitude": 40.647936, "Longitude": -111.888817, "AVGBoard": 1, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "154172" }, "geometry": { "type": "Point", "coordinates": [ -111.88881700000475, 40.64793600000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3678, "StopName": "State St @ 5760 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154173", "Latitude": 40.645901, "Longitude": -111.888934, "AVGBoard": 0, "AVGAlight": 2, "Route": "201", "StopAbbr_J": "154173" }, "geometry": { "type": "Point", "coordinates": [ -111.888934000004554, 40.645901000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3679, "StopName": "State St @ 5898 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154174", "Latitude": 40.643172, "Longitude": -111.889059, "AVGBoard": 6, "AVGAlight": 31, "Route": "201", "StopAbbr_J": "154174" }, "geometry": { "type": "Point", "coordinates": [ -111.889059000004096, 40.643172000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3680, "StopName": "State St @ 5980 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154175", "Latitude": 40.641129, "Longitude": -111.889193, "AVGBoard": 2, "AVGAlight": 5, "Route": "201", "StopAbbr_J": "154175" }, "geometry": { "type": "Point", "coordinates": [ -111.889193000004397, 40.64112900000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3681, "StopName": "State St @ 6098 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154176", "Latitude": 40.638627, "Longitude": -111.889315, "AVGBoard": 2, "AVGAlight": 17, "Route": "201", "StopAbbr_J": "154176" }, "geometry": { "type": "Point", "coordinates": [ -111.889315000004615, 40.638627000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3682, "StopName": "State St @ 6206 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154177", "Latitude": 40.635728, "Longitude": -111.889473, "AVGBoard": 4, "AVGAlight": 7, "Route": "201", "StopAbbr_J": "154177" }, "geometry": { "type": "Point", "coordinates": [ -111.889473000004187, 40.635728000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3683, "StopName": "State St @ 7220 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154183", "Latitude": 40.620131, "Longitude": -111.890747, "AVGBoard": 4, "AVGAlight": 8, "Route": "201", "StopAbbr_J": "154183" }, "geometry": { "type": "Point", "coordinates": [ -111.890747000004467, 40.620131000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3684, "StopName": "State St @ 7650 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154186", "Latitude": 40.612286, "Longitude": -111.890864, "AVGBoard": 1, "AVGAlight": 5, "Route": "201", "StopAbbr_J": "154186" }, "geometry": { "type": "Point", "coordinates": [ -111.890864000004271, 40.612286000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3685, "StopName": "State St @ 7495 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154189", "Latitude": 40.616106, "Longitude": -111.890477, "AVGBoard": 4, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "154189" }, "geometry": { "type": "Point", "coordinates": [ -111.890477000004594, 40.616106000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3686, "StopName": "State St @ 6895 S", "City": null, "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154194", "Latitude": 40.626103, "Longitude": -111.889901, "AVGBoard": 2, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "154194" }, "geometry": { "type": "Point", "coordinates": [ -111.889901000004571, 40.62610300000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3687, "StopName": "State St @ 6651 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154196", "Latitude": 40.628494, "Longitude": -111.890031, "AVGBoard": 1, "AVGAlight": 4, "Route": "201", "StopAbbr_J": "154196" }, "geometry": { "type": "Point", "coordinates": [ -111.890031000004541, 40.628494000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3688, "StopName": "State St @ 5995 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154197", "Latitude": 40.640095, "Longitude": -111.888909, "AVGBoard": 5, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "154197" }, "geometry": { "type": "Point", "coordinates": [ -111.888909000004276, 40.640095000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3689, "StopName": "State St @ 5905 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154198", "Latitude": 40.642754, "Longitude": -111.888785, "AVGBoard": 24, "AVGAlight": 5, "Route": "201", "StopAbbr_J": "154198" }, "geometry": { "type": "Point", "coordinates": [ -111.888785000004788, 40.642754000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3690, "StopName": "State St @ 5775 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154199", "Latitude": 40.645578, "Longitude": -111.888611, "AVGBoard": 4, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "154199" }, "geometry": { "type": "Point", "coordinates": [ -111.888611000004758, 40.645578000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3691, "StopName": "State St @ 5685 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154200", "Latitude": 40.647499, "Longitude": -111.888513, "AVGBoard": 1, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "154200" }, "geometry": { "type": "Point", "coordinates": [ -111.88851300000475, 40.647499000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3692, "StopName": "State St @ 5615 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154201", "Latitude": 40.648795, "Longitude": -111.888446, "AVGBoard": 3, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "154201" }, "geometry": { "type": "Point", "coordinates": [ -111.888446000004606, 40.648795000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3693, "StopName": "State St @ 5525 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154202", "Latitude": 40.650942, "Longitude": -111.888348, "AVGBoard": 2, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "154202" }, "geometry": { "type": "Point", "coordinates": [ -111.888348000004569, 40.650942000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3694, "StopName": "State St @ 5435 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154203", "Latitude": 40.65297, "Longitude": -111.888239, "AVGBoard": 2, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "154203" }, "geometry": { "type": "Point", "coordinates": [ -111.888239000004546, 40.652970000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3695, "StopName": "State St @ 5311 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154204", "Latitude": 40.655446, "Longitude": -111.888102, "AVGBoard": 1, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "154204" }, "geometry": { "type": "Point", "coordinates": [ -111.888102000003997, 40.655446000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3696, "StopName": "State St @ 5025 S", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154207", "Latitude": 40.662536, "Longitude": -111.888098, "AVGBoard": 9, "AVGAlight": 4, "Route": "200", "StopAbbr_J": "154207" }, "geometry": { "type": "Point", "coordinates": [ -111.888098000004561, 40.662536000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3697, "StopName": "Winchester St @ 645 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154208", "Latitude": 40.632152, "Longitude": -111.873168, "AVGBoard": 6, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "154208" }, "geometry": { "type": "Point", "coordinates": [ -111.873168000004071, 40.632152000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3698, "StopName": "Winchester St @ 475 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154209", "Latitude": 40.632416, "Longitude": -111.876805, "AVGBoard": 3, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "154209" }, "geometry": { "type": "Point", "coordinates": [ -111.876805000004822, 40.632416000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3699, "StopName": "Winchester St @ 377 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154210", "Latitude": 40.632602, "Longitude": -111.879343, "AVGBoard": 2, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "154210" }, "geometry": { "type": "Point", "coordinates": [ -111.879343000004525, 40.632602000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3700, "StopName": "Winchester St @ 305 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154211", "Latitude": 40.632786, "Longitude": -111.881568, "AVGBoard": 2, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "154211" }, "geometry": { "type": "Point", "coordinates": [ -111.881568000004393, 40.632786000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3701, "StopName": "Winchester St. @ 194 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154212", "Latitude": 40.632916, "Longitude": -111.886347, "AVGBoard": 14, "AVGAlight": 26, "Route": null, "StopAbbr_J": "154212" }, "geometry": { "type": "Point", "coordinates": [ -111.886347000004378, 40.632916000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3702, "StopName": "Winchester St. @ 284 E", "City": "MURRAY", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154213", "Latitude": 40.632626, "Longitude": -111.882355, "AVGBoard": 6, "AVGAlight": 7, "Route": null, "StopAbbr_J": "154213" }, "geometry": { "type": "Point", "coordinates": [ -111.882355000004793, 40.632626000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3703, "StopName": "Winchester St @ 392 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154214", "Latitude": 40.632404, "Longitude": -111.879145, "AVGBoard": 1, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "154214" }, "geometry": { "type": "Point", "coordinates": [ -111.879145000004314, 40.632404000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3704, "StopName": "Winchester St @ 550 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154215", "Latitude": 40.632188, "Longitude": -111.875949, "AVGBoard": 2, "AVGAlight": 3, "Route": "209", "StopAbbr_J": "154215" }, "geometry": { "type": "Point", "coordinates": [ -111.875949000004098, 40.632188000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3705, "StopName": "Winchester St @ 720 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154216", "Latitude": 40.631937, "Longitude": -111.87249, "AVGBoard": 4, "AVGAlight": 7, "Route": "209", "StopAbbr_J": "154216" }, "geometry": { "type": "Point", "coordinates": [ -111.872490000004575, 40.631937000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3706, "StopName": "Fort Union Blvd @ 715 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154217", "Latitude": 40.621051, "Longitude": -111.870947, "AVGBoard": 2, "AVGAlight": 2, "Route": "972, 72", "StopAbbr_J": "154217" }, "geometry": { "type": "Point", "coordinates": [ -111.870947000004534, 40.621051000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3707, "StopName": "Fort Union Blvd @ 589 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154218", "Latitude": 40.620848, "Longitude": -111.874999, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "154218" }, "geometry": { "type": "Point", "coordinates": [ -111.874999000004564, 40.620848000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3708, "StopName": "Fort Union Blvd @ 485 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154219", "Latitude": 40.620859, "Longitude": -111.877441, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "154219" }, "geometry": { "type": "Point", "coordinates": [ -111.87744100000441, 40.620859000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3709, "StopName": "Fort Union Blvd @ 395 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154220", "Latitude": 40.620869, "Longitude": -111.879454, "AVGBoard": 1, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "154220" }, "geometry": { "type": "Point", "coordinates": [ -111.879454000004714, 40.620869000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3710, "StopName": "Fort Union Blvd @ 305 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154221", "Latitude": 40.620881, "Longitude": -111.881684, "AVGBoard": 0, "AVGAlight": 1, "Route": "972, 953, 72", "StopAbbr_J": "154221" }, "geometry": { "type": "Point", "coordinates": [ -111.8816840000041, 40.620881000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3711, "StopName": "Fort Union Blvd @ 221 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154222", "Latitude": 40.620894, "Longitude": -111.884592, "AVGBoard": 2, "AVGAlight": 1, "Route": "72", "StopAbbr_J": "154222" }, "geometry": { "type": "Point", "coordinates": [ -111.884592000004758, 40.620894000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3712, "StopName": "Fort Union Blvd @ 220 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154227", "Latitude": 40.620696, "Longitude": -111.885372, "AVGBoard": 0, "AVGAlight": 1, "Route": "72", "StopAbbr_J": "154227" }, "geometry": { "type": "Point", "coordinates": [ -111.885372000004594, 40.620696000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3713, "StopName": "Fort Union Blvd @ 272 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154228", "Latitude": 40.620681, "Longitude": -111.882459, "AVGBoard": 2, "AVGAlight": 1, "Route": "972, 953, 72", "StopAbbr_J": "154228" }, "geometry": { "type": "Point", "coordinates": [ -111.882459000004417, 40.620681000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3714, "StopName": "Fort Union Blvd @ 380 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154229", "Latitude": 40.620688, "Longitude": -111.879851, "AVGBoard": 1, "AVGAlight": 1, "Route": "72", "StopAbbr_J": "154229" }, "geometry": { "type": "Point", "coordinates": [ -111.879851000004322, 40.620688000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3715, "StopName": "Fort Union Blvd @ 486 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154230", "Latitude": 40.620678, "Longitude": -111.877545, "AVGBoard": 0, "AVGAlight": 1, "Route": "72", "StopAbbr_J": "154230" }, "geometry": { "type": "Point", "coordinates": [ -111.877545000004034, 40.620678000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3716, "StopName": "Fort Union Blvd @ 594 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154231", "Latitude": 40.620631, "Longitude": -111.874677, "AVGBoard": 2, "AVGAlight": 2, "Route": "953, 72", "StopAbbr_J": "154231" }, "geometry": { "type": "Point", "coordinates": [ -111.874677000003985, 40.620631000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3717, "StopName": "Fort Union Blvd @ 720 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154232", "Latitude": 40.620648, "Longitude": -111.871504, "AVGBoard": 3, "AVGAlight": 6, "Route": "972, 72", "StopAbbr_J": "154232" }, "geometry": { "type": "Point", "coordinates": [ -111.871504000004776, 40.620648000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3718, "StopName": "Fort Union Blvd @ 910 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154233", "Latitude": 40.622042, "Longitude": -111.865358, "AVGBoard": 4, "AVGAlight": 16, "Route": "972, 72", "StopAbbr_J": "154233" }, "geometry": { "type": "Point", "coordinates": [ -111.865358000004008, 40.622042000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3719, "StopName": "Fort Union Blvd @ 1000 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154235", "Latitude": 40.623241, "Longitude": -111.862088, "AVGBoard": 4, "AVGAlight": 13, "Route": "72", "StopAbbr_J": "154235" }, "geometry": { "type": "Point", "coordinates": [ -111.862088000003951, 40.623241000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3720, "StopName": "Fort Union Blvd @ 1150 E", "City": "Cottonwood Heights", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154236", "Latitude": 40.625205, "Longitude": -111.858868, "AVGBoard": 11, "AVGAlight": 2, "Route": "972, 953, 72", "StopAbbr_J": "154236" }, "geometry": { "type": "Point", "coordinates": [ -111.858868000004463, 40.625205000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3721, "StopName": "1300 E @ 7075 S", "City": "Cottonwood Heights", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154250", "Latitude": 40.624439, "Longitude": -111.855071, "AVGBoard": 3, "AVGAlight": 4, "Route": "213", "StopAbbr_J": "154250" }, "geometry": { "type": "Point", "coordinates": [ -111.855071000003932, 40.624439000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3722, "StopName": "Fort Union Blvd @ 1410 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154251", "Latitude": 40.625749, "Longitude": -111.851087, "AVGBoard": 1, "AVGAlight": 4, "Route": "72", "StopAbbr_J": "154251" }, "geometry": { "type": "Point", "coordinates": [ -111.851087000004114, 40.625749000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3723, "StopName": "Fort Union Blvd @ 1540 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154253", "Latitude": 40.625413, "Longitude": -111.847738, "AVGBoard": 4, "AVGAlight": 4, "Route": "972, 953, 72", "StopAbbr_J": "154253" }, "geometry": { "type": "Point", "coordinates": [ -111.847738000004711, 40.625413000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3724, "StopName": "Fort Union Blvd @ 1620 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154254", "Latitude": 40.625295, "Longitude": -111.846329, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "154254" }, "geometry": { "type": "Point", "coordinates": [ -111.846329000004076, 40.62529500000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3725, "StopName": "Fort Union Blvd @ 1720 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154255", "Latitude": 40.624996, "Longitude": -111.843298, "AVGBoard": 0, "AVGAlight": 2, "Route": "72", "StopAbbr_J": "154255" }, "geometry": { "type": "Point", "coordinates": [ -111.843298000004012, 40.624996000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3726, "StopName": "Fort Union Blvd @ 1701 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154258", "Latitude": 40.625207, "Longitude": -111.843613, "AVGBoard": 0, "AVGAlight": 1, "Route": "72", "StopAbbr_J": "154258" }, "geometry": { "type": "Point", "coordinates": [ -111.843613000004027, 40.625207000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3727, "StopName": "Fort Union Blvd @ 1605 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154259", "Latitude": 40.625494, "Longitude": -111.846594, "AVGBoard": 1, "AVGAlight": 4, "Route": "972, 953, 72", "StopAbbr_J": "154259" }, "geometry": { "type": "Point", "coordinates": [ -111.84659400000443, 40.625494000002739 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3728, "StopName": "Fort Union Blvd @ 1535 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154260", "Latitude": 40.625594, "Longitude": -111.847685, "AVGBoard": 2, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "154260" }, "geometry": { "type": "Point", "coordinates": [ -111.84768500000483, 40.625594000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3729, "StopName": "Fort Union Blvd @ 1445 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154261", "Latitude": 40.625873, "Longitude": -111.850596, "AVGBoard": 3, "AVGAlight": 1, "Route": "72", "StopAbbr_J": "154261" }, "geometry": { "type": "Point", "coordinates": [ -111.850596000003932, 40.625873000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3730, "StopName": "Fort Union Blvd @ 1335 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154262", "Latitude": 40.626165, "Longitude": -111.853373, "AVGBoard": 5, "AVGAlight": 5, "Route": "972, 953, 72", "StopAbbr_J": "154262" }, "geometry": { "type": "Point", "coordinates": [ -111.853373000004538, 40.626165000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3731, "StopName": "Fort Union Blvd @ 1285 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154263", "Latitude": 40.626246, "Longitude": -111.855482, "AVGBoard": 3, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "154263" }, "geometry": { "type": "Point", "coordinates": [ -111.855482000004685, 40.626246000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3732, "StopName": "Fort Union Blvd @ 1135 E", "City": "Cottonwood Heights", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154264", "Latitude": 40.625907, "Longitude": -111.858154, "AVGBoard": 1, "AVGAlight": 10, "Route": "972, 953, 72", "StopAbbr_J": "154264" }, "geometry": { "type": "Point", "coordinates": [ -111.858154000004689, 40.625907000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3733, "StopName": "Fort Union Blvd @ 985 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154265", "Latitude": 40.623062, "Longitude": -111.863079, "AVGBoard": 13, "AVGAlight": 6, "Route": "72", "StopAbbr_J": "154265" }, "geometry": { "type": "Point", "coordinates": [ -111.863079000004191, 40.623062000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3734, "StopName": "Fort Union Blvd @ 885 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154266", "Latitude": 40.622242, "Longitude": -111.866703, "AVGBoard": 16, "AVGAlight": 4, "Route": "972, 72", "StopAbbr_J": "154266" }, "geometry": { "type": "Point", "coordinates": [ -111.866703000004776, 40.622242000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3735, "StopName": "1300 E @ 6845 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154267", "Latitude": 40.626815, "Longitude": -111.854668, "AVGBoard": 6, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154267" }, "geometry": { "type": "Point", "coordinates": [ -111.854668000004736, 40.626815000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3736, "StopName": "1300 E @ 6775 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154268", "Latitude": 40.627924, "Longitude": -111.854661, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154268" }, "geometry": { "type": "Point", "coordinates": [ -111.854661000004157, 40.627924000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3737, "StopName": "1300 E @ 6535 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154269", "Latitude": 40.632356, "Longitude": -111.854599, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154269" }, "geometry": { "type": "Point", "coordinates": [ -111.854599000004427, 40.632356000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3738, "StopName": "1300 E @ 6375 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154275", "Latitude": 40.635145, "Longitude": -111.854556, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154275" }, "geometry": { "type": "Point", "coordinates": [ -111.85455600000445, 40.63514500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3739, "StopName": "1300 E @ 6295 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154276", "Latitude": 40.636529, "Longitude": -111.854505, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154276" }, "geometry": { "type": "Point", "coordinates": [ -111.854505000004735, 40.636529000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3740, "StopName": "1300 E @ 6105 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154278", "Latitude": 40.639085, "Longitude": -111.854454, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154278" }, "geometry": { "type": "Point", "coordinates": [ -111.854454000004111, 40.639085000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3741, "StopName": "1300 E @ 5941 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154280", "Latitude": 40.643161, "Longitude": -111.854452, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154280" }, "geometry": { "type": "Point", "coordinates": [ -111.854452000003945, 40.643161000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3742, "StopName": "1300 E @ 5755 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154282", "Latitude": 40.646847, "Longitude": -111.854412, "AVGBoard": 5, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154282" }, "geometry": { "type": "Point", "coordinates": [ -111.854412000004231, 40.646847000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3743, "StopName": "6600 S @ 964 E", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154285", "Latitude": 40.63143, "Longitude": -111.86364, "AVGBoard": 0, "AVGAlight": 0, "Route": "953, 313", "StopAbbr_J": "154285" }, "geometry": { "type": "Point", "coordinates": [ -111.863640000004779, 40.631430000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3744, "StopName": "9000 S @ 492 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "154302", "Latitude": 40.588027, "Longitude": -111.877546, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "154302" }, "geometry": { "type": "Point", "coordinates": [ -111.877546000004131, 40.588027000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3745, "StopName": "9000 S @ 810 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "154303", "Latitude": 40.587938, "Longitude": -111.869879, "AVGBoard": 0, "AVGAlight": 0, "Route": "994", "StopAbbr_J": "154303" }, "geometry": { "type": "Point", "coordinates": [ -111.869879000004246, 40.587938000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3746, "StopName": "700 E @ 9092 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "154304", "Latitude": 40.586464, "Longitude": -111.872274, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "154304" }, "geometry": { "type": "Point", "coordinates": [ -111.87227400000468, 40.586464000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3747, "StopName": "700 E @ 9250 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "154305", "Latitude": 40.583811, "Longitude": -111.872372, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "154305" }, "geometry": { "type": "Point", "coordinates": [ -111.872372000004717, 40.583811000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3748, "StopName": "Winchester Dr @ 810 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154316", "Latitude": 40.631701, "Longitude": -111.86923, "AVGBoard": 8, "AVGAlight": 5, "Route": "953, 209", "StopAbbr_J": "154316" }, "geometry": { "type": "Point", "coordinates": [ -111.869230000004464, 40.631701000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3749, "StopName": "1300 E @ 7046 S", "City": "Cottonwood Heights", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154317", "Latitude": 40.62303, "Longitude": -111.855778, "AVGBoard": 2, "AVGAlight": 4, "Route": "213", "StopAbbr_J": "154317" }, "geometry": { "type": "Point", "coordinates": [ -111.855778000004022, 40.623030000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3750, "StopName": "1300 E @ 6725 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154319", "Latitude": 40.629157, "Longitude": -111.854618, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154319" }, "geometry": { "type": "Point", "coordinates": [ -111.854618000004209, 40.629157000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3751, "StopName": "6600 S @ 945 E", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154320", "Latitude": 40.631684, "Longitude": -111.863451, "AVGBoard": 0, "AVGAlight": 0, "Route": "953, 313", "StopAbbr_J": "154320" }, "geometry": { "type": "Point", "coordinates": [ -111.863451000004403, 40.631684000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3752, "StopName": "Winchester Dr @ 875 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154321", "Latitude": 40.63169, "Longitude": -111.866785, "AVGBoard": 12, "AVGAlight": 11, "Route": "953, 209", "StopAbbr_J": "154321" }, "geometry": { "type": "Point", "coordinates": [ -111.866785000004356, 40.631690000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3753, "StopName": "Winchester St @ 799 E", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154322", "Latitude": 40.631878, "Longitude": -111.869141, "AVGBoard": 2, "AVGAlight": 3, "Route": "953, 209", "StopAbbr_J": "154322" }, "geometry": { "type": "Point", "coordinates": [ -111.869141000004291, 40.631878000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3754, "StopName": "7800 S @ 845 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154329", "Latitude": 40.609644, "Longitude": -111.867811, "AVGBoard": 1, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "154329" }, "geometry": { "type": "Point", "coordinates": [ -111.867811000004778, 40.609644000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3755, "StopName": "7800 S @ 799 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154330", "Latitude": 40.609619, "Longitude": -111.869677, "AVGBoard": 5, "AVGAlight": 3, "Route": "213", "StopAbbr_J": "154330" }, "geometry": { "type": "Point", "coordinates": [ -111.869677000004586, 40.609619000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3756, "StopName": "7800 S @ 665 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154331", "Latitude": 40.609607, "Longitude": -111.872982, "AVGBoard": 4, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154331" }, "geometry": { "type": "Point", "coordinates": [ -111.872982000003944, 40.609607000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3757, "StopName": "7800 S @ 567 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154332", "Latitude": 40.609617, "Longitude": -111.875263, "AVGBoard": 3, "AVGAlight": 1, "Route": null, "StopAbbr_J": "154332" }, "geometry": { "type": "Point", "coordinates": [ -111.875263000003955, 40.609617000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3758, "StopName": "7800 S @ 435 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154333", "Latitude": 40.609606, "Longitude": -111.878537, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154333" }, "geometry": { "type": "Point", "coordinates": [ -111.878537000004329, 40.609606000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3759, "StopName": "7800 S @ 385 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154334", "Latitude": 40.609625, "Longitude": -111.879657, "AVGBoard": 0, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154334" }, "geometry": { "type": "Point", "coordinates": [ -111.879657000004443, 40.609625000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3760, "StopName": "7800 S @ 225 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154335", "Latitude": 40.60964, "Longitude": -111.883201, "AVGBoard": 1, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154335" }, "geometry": { "type": "Point", "coordinates": [ -111.883201000004689, 40.609640000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3761, "StopName": "7800 S @ 175 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154336", "Latitude": 40.609636, "Longitude": -111.886196, "AVGBoard": 0, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "154336" }, "geometry": { "type": "Point", "coordinates": [ -111.88619600000446, 40.609636000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3762, "StopName": "7800 S @ 109 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154337", "Latitude": 40.609638, "Longitude": -111.887875, "AVGBoard": 0, "AVGAlight": 4, "Route": "213", "StopAbbr_J": "154337" }, "geometry": { "type": "Point", "coordinates": [ -111.887875000004087, 40.609638000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3763, "StopName": "7800 S @ 110 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154339", "Latitude": 40.609491, "Longitude": -111.888008, "AVGBoard": 7, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154339" }, "geometry": { "type": "Point", "coordinates": [ -111.888008000004305, 40.609491000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3764, "StopName": "7800 S @ 170 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154340", "Latitude": 40.609495, "Longitude": -111.886261, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154340" }, "geometry": { "type": "Point", "coordinates": [ -111.886261000004453, 40.609495000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3765, "StopName": "7800 S @ 270 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154341", "Latitude": 40.609498, "Longitude": -111.882786, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154341" }, "geometry": { "type": "Point", "coordinates": [ -111.882786000004515, 40.60949800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3766, "StopName": "7800 S @ 430 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154343", "Latitude": 40.609478, "Longitude": -111.878731, "AVGBoard": 2, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154343" }, "geometry": { "type": "Point", "coordinates": [ -111.878731000004223, 40.60947800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3767, "StopName": "7800 S @ 530 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154344", "Latitude": 40.609473, "Longitude": -111.876122, "AVGBoard": 1, "AVGAlight": 2, "Route": "213", "StopAbbr_J": "154344" }, "geometry": { "type": "Point", "coordinates": [ -111.876122000004017, 40.609473000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3768, "StopName": "7800 S @ 740 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154345", "Latitude": 40.60947, "Longitude": -111.870921, "AVGBoard": 4, "AVGAlight": 11, "Route": "213", "StopAbbr_J": "154345" }, "geometry": { "type": "Point", "coordinates": [ -111.870921000004159, 40.609470000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3769, "StopName": "7800 S @ 836 E", "City": "Sandy", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154346", "Latitude": 40.609467, "Longitude": -111.867779, "AVGBoard": 2, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154346" }, "geometry": { "type": "Point", "coordinates": [ -111.867779000003935, 40.609467000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3770, "StopName": "7800 S @ 948 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "154347", "Latitude": 40.609489, "Longitude": -111.864316, "AVGBoard": 0, "AVGAlight": 5, "Route": "213", "StopAbbr_J": "154347" }, "geometry": { "type": "Point", "coordinates": [ -111.864316000004081, 40.609489000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3771, "StopName": "1000 E @ 7755 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154348", "Latitude": 40.610373, "Longitude": -111.862575, "AVGBoard": 3, "AVGAlight": 3, "Route": "213", "StopAbbr_J": "154348" }, "geometry": { "type": "Point", "coordinates": [ -111.862575000004725, 40.610373000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3772, "StopName": "1000 E @ 7665 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154349", "Latitude": 40.612039, "Longitude": -111.862576, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154349" }, "geometry": { "type": "Point", "coordinates": [ -111.862576000004793, 40.612039000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3773, "StopName": "1000 E @ 7555 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154350", "Latitude": 40.614081, "Longitude": -111.862569, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154350" }, "geometry": { "type": "Point", "coordinates": [ -111.862569000004214, 40.614081000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3774, "StopName": "1000 E @ 7415 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154351", "Latitude": 40.61654, "Longitude": -111.862556, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154351" }, "geometry": { "type": "Point", "coordinates": [ -111.862556000004034, 40.616540000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3775, "StopName": "1000 E @ 7335 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154352", "Latitude": 40.617892, "Longitude": -111.862364, "AVGBoard": 0, "AVGAlight": 4, "Route": "213", "StopAbbr_J": "154352" }, "geometry": { "type": "Point", "coordinates": [ -111.862364000004334, 40.617892000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3776, "StopName": "South Union Ave @ 1092 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154354", "Latitude": 40.618302, "Longitude": -111.859585, "AVGBoard": 4, "AVGAlight": 6, "Route": "313, 213", "StopAbbr_J": "154354" }, "geometry": { "type": "Point", "coordinates": [ -111.859585000004458, 40.618302000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3777, "StopName": "Union Park Ave @ 7175 S", "City": "Cottonwood Heights", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154355", "Latitude": 40.620682, "Longitude": -111.855734, "AVGBoard": 7, "AVGAlight": 6, "Route": "213", "StopAbbr_J": "154355" }, "geometry": { "type": "Point", "coordinates": [ -111.855734000003977, 40.620682000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3778, "StopName": "900 E @ 5800 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154357", "Latitude": 40.645807, "Longitude": -111.86609, "AVGBoard": 6, "AVGAlight": 5, "Route": "209", "StopAbbr_J": "154357" }, "geometry": { "type": "Point", "coordinates": [ -111.866090000004377, 40.645807000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3779, "StopName": "900 E @ 5915 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "154362", "Latitude": 40.644122, "Longitude": -111.865815, "AVGBoard": 1, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "154362" }, "geometry": { "type": "Point", "coordinates": [ -111.865815000004091, 40.64412200000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3780, "StopName": "1000 E @ 7410 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154363", "Latitude": 40.616576, "Longitude": -111.862715, "AVGBoard": 1, "AVGAlight": 1, "Route": "213", "StopAbbr_J": "154363" }, "geometry": { "type": "Point", "coordinates": [ -111.862715000004613, 40.616576000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3781, "StopName": "1000 E @ 7544 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154364", "Latitude": 40.614419, "Longitude": -111.862713, "AVGBoard": 2, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154364" }, "geometry": { "type": "Point", "coordinates": [ -111.862713000004447, 40.614419000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3782, "StopName": "1000 E @ 7670 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154365", "Latitude": 40.612175, "Longitude": -111.862707, "AVGBoard": 0, "AVGAlight": 0, "Route": "213", "StopAbbr_J": "154365" }, "geometry": { "type": "Point", "coordinates": [ -111.862707000003951, 40.612175000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3783, "StopName": "1000 E @ 7778 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154366", "Latitude": 40.610399, "Longitude": -111.862722, "AVGBoard": 6, "AVGAlight": 3, "Route": "213", "StopAbbr_J": "154366" }, "geometry": { "type": "Point", "coordinates": [ -111.862722000004297, 40.610399000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3784, "StopName": "State St @ 5270 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "154369", "Latitude": 40.657209, "Longitude": -111.888503, "AVGBoard": 4, "AVGAlight": 9, "Route": "201, 200", "StopAbbr_J": "154369" }, "geometry": { "type": "Point", "coordinates": [ -111.888503000004818, 40.657209000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3785, "StopName": "Fort Union Blvd @ 844 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154370", "Latitude": 40.621907, "Longitude": -111.867906, "AVGBoard": 1, "AVGAlight": 5, "Route": "972, 72", "StopAbbr_J": "154370" }, "geometry": { "type": "Point", "coordinates": [ -111.867906000004538, 40.621907000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3786, "StopName": "Fort Union Blvd @ 1212 E", "City": "Cottonwood Heights", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "154371", "Latitude": 40.625893, "Longitude": -111.856989, "AVGBoard": 0, "AVGAlight": 1, "Route": "72", "StopAbbr_J": "154371" }, "geometry": { "type": "Point", "coordinates": [ -111.856989000004461, 40.625893000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3787, "StopName": "Holladay Blvd. @ 4894 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155001", "Latitude": 40.662894, "Longitude": -111.819302, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "155001" }, "geometry": { "type": "Point", "coordinates": [ -111.819302000004683, 40.662894000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3788, "StopName": "Holladay Blvd @ 4962 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155002", "Latitude": 40.661561, "Longitude": -111.819217, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155002" }, "geometry": { "type": "Point", "coordinates": [ -111.81921700000396, 40.661561000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3789, "StopName": "Holladay Blvd. @ 5160 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155004", "Latitude": 40.65759, "Longitude": -111.818583, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "155004" }, "geometry": { "type": "Point", "coordinates": [ -111.818583000004509, 40.657590000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3790, "StopName": "Holladay Blvd @ 5390 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155007", "Latitude": 40.653279, "Longitude": -111.813596, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155007" }, "geometry": { "type": "Point", "coordinates": [ -111.813596000004395, 40.653279000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3791, "StopName": "Holladay Blvd @ 5580 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155008", "Latitude": 40.649784, "Longitude": -111.812044, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155008" }, "geometry": { "type": "Point", "coordinates": [ -111.812044000004505, 40.649784000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3792, "StopName": "Holladay Blvd @ 5714 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155009", "Latitude": 40.647694, "Longitude": -111.812031, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155009" }, "geometry": { "type": "Point", "coordinates": [ -111.812031000004325, 40.647694000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3793, "StopName": "Holladay Blvd @ 5772 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155010", "Latitude": 40.645831, "Longitude": -111.812008, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155010" }, "geometry": { "type": "Point", "coordinates": [ -111.812008000004198, 40.64583100000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3794, "StopName": "Holladay Blvd @ 5930 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155011", "Latitude": 40.643491, "Longitude": -111.811997, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155011" }, "geometry": { "type": "Point", "coordinates": [ -111.811997000004183, 40.643491000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3795, "StopName": "Holladay Blvd @ 6002 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155012", "Latitude": 40.642101, "Longitude": -111.811999, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155012" }, "geometry": { "type": "Point", "coordinates": [ -111.811999000004363, 40.642101000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3796, "StopName": "Holladay Blvd @ 6100 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155013", "Latitude": 40.641038, "Longitude": -111.811997, "AVGBoard": 0, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "155013" }, "geometry": { "type": "Point", "coordinates": [ -111.811997000004183, 40.641038000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3797, "StopName": "2300 E @ 6300 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155018", "Latitude": 40.636873, "Longitude": -111.824821, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155018" }, "geometry": { "type": "Point", "coordinates": [ -111.824821000004803, 40.636873000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3798, "StopName": "2300 E @ 6598 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155021", "Latitude": 40.631384, "Longitude": -111.824807, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155021" }, "geometry": { "type": "Point", "coordinates": [ -111.824807000004526, 40.631384000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3799, "StopName": "Fort Union Blvd @ 2285 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155025", "Latitude": 40.624072, "Longitude": -111.825215, "AVGBoard": 3, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155025" }, "geometry": { "type": "Point", "coordinates": [ -111.82521500000415, 40.624072000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3800, "StopName": "Fort Union Blvd @ 2181 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155026", "Latitude": 40.624081, "Longitude": -111.828426, "AVGBoard": 4, "AVGAlight": 0, "Route": "72, 354", "StopAbbr_J": "155026" }, "geometry": { "type": "Point", "coordinates": [ -111.828426000004711, 40.624081000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3801, "StopName": "Fort Union Blvd @ 2109 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155027", "Latitude": 40.624103, "Longitude": -111.830125, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155027" }, "geometry": { "type": "Point", "coordinates": [ -111.830125000004188, 40.624103000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3802, "StopName": "Fort Union Blvd @ 1991 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155029", "Latitude": 40.624394, "Longitude": -111.835167, "AVGBoard": 9, "AVGAlight": 7, "Route": "972, 953, 72", "StopAbbr_J": "155029" }, "geometry": { "type": "Point", "coordinates": [ -111.835167000004375, 40.624394000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3803, "StopName": "Fort Union Blvd @ 1891 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155030", "Latitude": 40.624606, "Longitude": -111.837407, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155030" }, "geometry": { "type": "Point", "coordinates": [ -111.837407000004589, 40.624606000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3804, "StopName": "Fort Union Blvd @ 1811 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155031", "Latitude": 40.624875, "Longitude": -111.840139, "AVGBoard": 1, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155031" }, "geometry": { "type": "Point", "coordinates": [ -111.840139000004157, 40.624875000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3805, "StopName": "Fort Union Blvd @ 1810 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155032", "Latitude": 40.624718, "Longitude": -111.840148, "AVGBoard": 0, "AVGAlight": 2, "Route": "72", "StopAbbr_J": "155032" }, "geometry": { "type": "Point", "coordinates": [ -111.840148000004007, 40.624718000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3806, "StopName": "Fort Union Blvd @ 1892 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155033", "Latitude": 40.624463, "Longitude": -111.837511, "AVGBoard": 0, "AVGAlight": 2, "Route": "72", "StopAbbr_J": "155033" }, "geometry": { "type": "Point", "coordinates": [ -111.837511000004213, 40.624463000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3807, "StopName": "Highland Dr @ 7050 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155034", "Latitude": 40.623316, "Longitude": -111.834423, "AVGBoard": 5, "AVGAlight": 10, "Route": "354, 320, 220", "StopAbbr_J": "155034" }, "geometry": { "type": "Point", "coordinates": [ -111.834423000003923, 40.623316000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3808, "StopName": "Highland Dr @ 7220 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155036", "Latitude": 40.620125, "Longitude": -111.834511, "AVGBoard": 0, "AVGAlight": 2, "Route": "354, 320, 220", "StopAbbr_J": "155036" }, "geometry": { "type": "Point", "coordinates": [ -111.834511000004028, 40.620125000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3809, "StopName": "Highland Dr. @ 7420 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155038", "Latitude": 40.615064, "Longitude": -111.833855, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "155038" }, "geometry": { "type": "Point", "coordinates": [ -111.833855000004561, 40.615064000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3810, "StopName": "Highland Dr @ 7411 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155039", "Latitude": 40.615284, "Longitude": -111.833589, "AVGBoard": 3, "AVGAlight": 0, "Route": "354, 320, 220", "StopAbbr_J": "155039" }, "geometry": { "type": "Point", "coordinates": [ -111.833589000004125, 40.615284000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3811, "StopName": "Wasatch Dr @ 6513 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155041", "Latitude": 40.632395, "Longitude": -111.799108, "AVGBoard": 0, "AVGAlight": 0, "Route": "354", "StopAbbr_J": "155041" }, "geometry": { "type": "Point", "coordinates": [ -111.799108000004509, 40.632395000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3812, "StopName": "Wasatch Blvd @ 6516 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155042", "Latitude": 40.63226, "Longitude": -111.79934, "AVGBoard": 0, "AVGAlight": 0, "Route": "354", "StopAbbr_J": "155042" }, "geometry": { "type": "Point", "coordinates": [ -111.799340000004818, 40.632260000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3813, "StopName": "2300 E @ 6607 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155050", "Latitude": 40.631101, "Longitude": -111.824659, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155050" }, "geometry": { "type": "Point", "coordinates": [ -111.824659000003976, 40.631101000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3814, "StopName": "2300 E @ 6271 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155052", "Latitude": 40.637047, "Longitude": -111.824652, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155052" }, "geometry": { "type": "Point", "coordinates": [ -111.824652000004292, 40.637047000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3815, "StopName": "Holladay Blvd @ 6175 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155057", "Latitude": 40.639415, "Longitude": -111.811827, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155057" }, "geometry": { "type": "Point", "coordinates": [ -111.811827000004499, 40.639415000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3816, "StopName": "Holladay Blvd @ 5997 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155058", "Latitude": 40.641017, "Longitude": -111.811843, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155058" }, "geometry": { "type": "Point", "coordinates": [ -111.811843000004032, 40.641017000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3817, "StopName": "Holladay Blvd @ 5949 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155059", "Latitude": 40.642871, "Longitude": -111.811825, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "155059" }, "geometry": { "type": "Point", "coordinates": [ -111.811825000004347, 40.6428710000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3818, "StopName": "Holladay Blvd @ 5881 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155060", "Latitude": 40.644501, "Longitude": -111.811846, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155060" }, "geometry": { "type": "Point", "coordinates": [ -111.81184600000428, 40.644501000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3819, "StopName": "Holladay Blvd @ 5701 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155062", "Latitude": 40.647623, "Longitude": -111.811862, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155062" }, "geometry": { "type": "Point", "coordinates": [ -111.811862000004709, 40.647623000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3820, "StopName": "Holladay Blvd @ 5571 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155063", "Latitude": 40.649953, "Longitude": -111.811848, "AVGBoard": 1, "AVGAlight": 1, "Route": "223", "StopAbbr_J": "155063" }, "geometry": { "type": "Point", "coordinates": [ -111.811848000004446, 40.649953000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3821, "StopName": "Holladay Blvd @ 5451 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155064", "Latitude": 40.651801, "Longitude": -111.812495, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155064" }, "geometry": { "type": "Point", "coordinates": [ -111.812495000004063, 40.651801000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3822, "StopName": "Holladay Blvd @ 5385 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155065", "Latitude": 40.653541, "Longitude": -111.813597, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155065" }, "geometry": { "type": "Point", "coordinates": [ -111.813597000004478, 40.653541000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3823, "StopName": "Holladay Blvd @ 5277 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155066", "Latitude": 40.655507, "Longitude": -111.815359, "AVGBoard": 3, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155066" }, "geometry": { "type": "Point", "coordinates": [ -111.815359000004662, 40.655507000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3824, "StopName": "Holladay Blvd @ 4963 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155068", "Latitude": 40.661288, "Longitude": -111.819075, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155068" }, "geometry": { "type": "Point", "coordinates": [ -111.819075000004787, 40.661288000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3825, "StopName": "Highland Dr @ 6270 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155070", "Latitude": 40.637588, "Longitude": -111.834451, "AVGBoard": 1, "AVGAlight": 3, "Route": "220", "StopAbbr_J": "155070" }, "geometry": { "type": "Point", "coordinates": [ -111.834451000004449, 40.637588000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3826, "StopName": "Highland Dr @ 6360 S", "City": "Murray", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155071", "Latitude": 40.635923, "Longitude": -111.834425, "AVGBoard": 0, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "155071" }, "geometry": { "type": "Point", "coordinates": [ -111.834425000004089, 40.635923000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3827, "StopName": "Fort Union Blvd @ 2018 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155073", "Latitude": 40.624124, "Longitude": -111.833514, "AVGBoard": 9, "AVGAlight": 7, "Route": "972, 953, 72", "StopAbbr_J": "155073" }, "geometry": { "type": "Point", "coordinates": [ -111.833514000004214, 40.624124000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3828, "StopName": "Fort Union Blvd @ 2140 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155074", "Latitude": 40.623927, "Longitude": -111.830231, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155074" }, "geometry": { "type": "Point", "coordinates": [ -111.830231000003977, 40.623927000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3829, "StopName": "Fort Union Blvd @ 2194 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155075", "Latitude": 40.623934, "Longitude": -111.828001, "AVGBoard": 0, "AVGAlight": 2, "Route": "72, 354", "StopAbbr_J": "155075" }, "geometry": { "type": "Point", "coordinates": [ -111.828001000004591, 40.623934000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3830, "StopName": "Fort Union Blvd @ 2258 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155076", "Latitude": 40.623912, "Longitude": -111.825928, "AVGBoard": 0, "AVGAlight": 4, "Route": "72", "StopAbbr_J": "155076" }, "geometry": { "type": "Point", "coordinates": [ -111.825928000004723, 40.62391200000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3831, "StopName": "Fort Union Blvd @ 2344 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155077", "Latitude": 40.623902, "Longitude": -111.823248, "AVGBoard": 4, "AVGAlight": 5, "Route": "972, 953, 72, 354, 307", "StopAbbr_J": "155077" }, "geometry": { "type": "Point", "coordinates": [ -111.823248000004057, 40.623902000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3832, "StopName": "Fort Union Blvd @ 2474 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155078", "Latitude": 40.623881, "Longitude": -111.820745, "AVGBoard": 0, "AVGAlight": 2, "Route": "72", "StopAbbr_J": "155078" }, "geometry": { "type": "Point", "coordinates": [ -111.820745000004564, 40.62388100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3833, "StopName": "2700 E @ 7050 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155079", "Latitude": 40.622703, "Longitude": -111.815321, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155079" }, "geometry": { "type": "Point", "coordinates": [ -111.815321000004232, 40.622703000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3834, "StopName": "2700 E @ 7350 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155082", "Latitude": 40.617679, "Longitude": -111.815381, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155082" }, "geometry": { "type": "Point", "coordinates": [ -111.815381000004692, 40.617679000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3835, "StopName": "2700 E @ 7526 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155084", "Latitude": 40.614322, "Longitude": -111.815412, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155084" }, "geometry": { "type": "Point", "coordinates": [ -111.815412000004557, 40.614322000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3836, "StopName": "2700 E @ 7559 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155088", "Latitude": 40.613825, "Longitude": -111.815326, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155088" }, "geometry": { "type": "Point", "coordinates": [ -111.815326000004646, 40.613825000002727 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3837, "StopName": "2700 E @ 7355 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155090", "Latitude": 40.617498, "Longitude": -111.815233, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155090" }, "geometry": { "type": "Point", "coordinates": [ -111.815233000004127, 40.617498000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3838, "StopName": "Fort Union Blvd @ 2691 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155093", "Latitude": 40.624046, "Longitude": -111.816178, "AVGBoard": 2, "AVGAlight": 1, "Route": "972, 953, 72, 354, 307", "StopAbbr_J": "155093" }, "geometry": { "type": "Point", "coordinates": [ -111.816178000004143, 40.624046000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3839, "StopName": "Fort Union Blvd @ 2477 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155094", "Latitude": 40.624036, "Longitude": -111.820335, "AVGBoard": 1, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155094" }, "geometry": { "type": "Point", "coordinates": [ -111.820335000004803, 40.624036000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3840, "StopName": "Fort Union Blvd @ 2335 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155095", "Latitude": 40.624064, "Longitude": -111.823569, "AVGBoard": 3, "AVGAlight": 3, "Route": "972, 953, 72, 354, 307", "StopAbbr_J": "155095" }, "geometry": { "type": "Point", "coordinates": [ -111.823569000004568, 40.624064000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3841, "StopName": "Van Winkle Expy @ 6111 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155100", "Latitude": 40.640579, "Longitude": -111.836034, "AVGBoard": 0, "AVGAlight": 0, "Route": "320, 307", "StopAbbr_J": "155100" }, "geometry": { "type": "Point", "coordinates": [ -111.836034000004219, 40.640579000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3842, "StopName": "Highland Dr @ 5911 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155101", "Latitude": 40.643714, "Longitude": -111.834903, "AVGBoard": 3, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "155101" }, "geometry": { "type": "Point", "coordinates": [ -111.834903000004104, 40.643714000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3843, "StopName": "Highland Dr @ 5719 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155103", "Latitude": 40.647351, "Longitude": -111.834873, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "155103" }, "geometry": { "type": "Point", "coordinates": [ -111.834873000004322, 40.647351000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3844, "StopName": "Highland Dr @ 5571 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155104", "Latitude": 40.649801, "Longitude": -111.834857, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "155104" }, "geometry": { "type": "Point", "coordinates": [ -111.834857000004774, 40.649801000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3845, "StopName": "Highland Dr @ 5451 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155105", "Latitude": 40.651883, "Longitude": -111.834869, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "155105" }, "geometry": { "type": "Point", "coordinates": [ -111.834869000003991, 40.651883000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3846, "StopName": "Highland Dr @ 5239 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155107", "Latitude": 40.656095, "Longitude": -111.834712, "AVGBoard": 2, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "155107" }, "geometry": { "type": "Point", "coordinates": [ -111.834712000004473, 40.656095000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3847, "StopName": "Highland Dr @ 5075 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155109", "Latitude": 40.659519, "Longitude": -111.834695, "AVGBoard": 2, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "155109" }, "geometry": { "type": "Point", "coordinates": [ -111.834695000003975, 40.659519000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3848, "StopName": "Highland Dr @ 5002 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155115", "Latitude": 40.660396, "Longitude": -111.835445, "AVGBoard": 0, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "155115" }, "geometry": { "type": "Point", "coordinates": [ -111.835445000004015, 40.660396000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3849, "StopName": "Highland Dr @ 5238 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155117", "Latitude": 40.656118, "Longitude": -111.834939, "AVGBoard": 0, "AVGAlight": 3, "Route": "220", "StopAbbr_J": "155117" }, "geometry": { "type": "Point", "coordinates": [ -111.834939000004397, 40.656118000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3850, "StopName": "Highland Dr @ 5448 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155119", "Latitude": 40.65225, "Longitude": -111.835046, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "155119" }, "geometry": { "type": "Point", "coordinates": [ -111.83504600000424, 40.652250000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3851, "StopName": "Highland Dr @ 5610 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155120", "Latitude": 40.649094, "Longitude": -111.835067, "AVGBoard": 1, "AVGAlight": 2, "Route": "220", "StopAbbr_J": "155120" }, "geometry": { "type": "Point", "coordinates": [ -111.835067000004187, 40.649094000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3852, "StopName": "Highland Dr @ 5704 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155121", "Latitude": 40.647371, "Longitude": -111.835081, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "155121" }, "geometry": { "type": "Point", "coordinates": [ -111.83508100000445, 40.647371000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3853, "StopName": "Highland Dr @ 5912 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155123", "Latitude": 40.643947, "Longitude": -111.835116, "AVGBoard": 0, "AVGAlight": 4, "Route": null, "StopAbbr_J": "155123" }, "geometry": { "type": "Point", "coordinates": [ -111.835116000004646, 40.64394700000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3854, "StopName": "Fort Union Blvd @ 2748 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155124", "Latitude": 40.623868, "Longitude": -111.814727, "AVGBoard": 1, "AVGAlight": 8, "Route": "972, 953, 72, 354", "StopAbbr_J": "155124" }, "geometry": { "type": "Point", "coordinates": [ -111.814727000004495, 40.623868000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3855, "StopName": "Fort Union Blvd @ 2868 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155125", "Latitude": 40.623862, "Longitude": -111.811418, "AVGBoard": 2, "AVGAlight": 1, "Route": "972, 953, 72", "StopAbbr_J": "155125" }, "geometry": { "type": "Point", "coordinates": [ -111.811418000004821, 40.623862000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3856, "StopName": "3000 E @ 6518 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155144", "Latitude": 40.632998, "Longitude": -111.806622, "AVGBoard": 2, "AVGAlight": 9, "Route": null, "StopAbbr_J": "155144" }, "geometry": { "type": "Point", "coordinates": [ -111.806622000004324, 40.632998000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3857, "StopName": "Cottonwood Corporate Center", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155146", "Latitude": 40.633713, "Longitude": -111.811257, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "155146" }, "geometry": { "type": "Point", "coordinates": [ -111.81125700000409, 40.633713000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3858, "StopName": "Cottonwood Pkwy @ 2890 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155147", "Latitude": 40.633037, "Longitude": -111.810507, "AVGBoard": 1, "AVGAlight": 1, "Route": "72, 223", "StopAbbr_J": "155147" }, "geometry": { "type": "Point", "coordinates": [ -111.810507000004051, 40.633037000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3859, "StopName": "Cottonwood Pkwy @ 2955 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155148", "Latitude": 40.632237, "Longitude": -111.808666, "AVGBoard": 19, "AVGAlight": 16, "Route": "72, 223", "StopAbbr_J": "155148" }, "geometry": { "type": "Point", "coordinates": [ -111.808666000004479, 40.632237000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3860, "StopName": "3000 E @ 6723 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155149", "Latitude": 40.628788, "Longitude": -111.807773, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155149" }, "geometry": { "type": "Point", "coordinates": [ -111.807773000004303, 40.628788000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3861, "StopName": "3000 E @ 6797 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155150", "Latitude": 40.625661, "Longitude": -111.807763, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155150" }, "geometry": { "type": "Point", "coordinates": [ -111.807763000004371, 40.625661000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3862, "StopName": "3000 E @ 6950 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155151", "Latitude": 40.624805, "Longitude": -111.807773, "AVGBoard": 2, "AVGAlight": 2, "Route": "972, 953, 72", "StopAbbr_J": "155151" }, "geometry": { "type": "Point", "coordinates": [ -111.807773000004303, 40.624805000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3863, "StopName": "Fort Union Blvd @ 2941 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155152", "Latitude": 40.624029, "Longitude": -111.809036, "AVGBoard": 2, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155152" }, "geometry": { "type": "Point", "coordinates": [ -111.809036000004554, 40.624029000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3864, "StopName": "Fort Union Blvd @ 2841 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155153", "Latitude": 40.624041, "Longitude": -111.812138, "AVGBoard": 0, "AVGAlight": 2, "Route": "972, 953, 72", "StopAbbr_J": "155153" }, "geometry": { "type": "Point", "coordinates": [ -111.812138000004168, 40.62404100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3865, "StopName": "Fort Union Blvd @ 2725 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155154", "Latitude": 40.624041, "Longitude": -111.814176, "AVGBoard": 2, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155154" }, "geometry": { "type": "Point", "coordinates": [ -111.81417600000475, 40.62404100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3866, "StopName": "3000 E @ 6967 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155161", "Latitude": 40.624551, "Longitude": -111.807631, "AVGBoard": 1, "AVGAlight": 4, "Route": "972, 953, 72", "StopAbbr_J": "155161" }, "geometry": { "type": "Point", "coordinates": [ -111.807631000004221, 40.624551000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3867, "StopName": "3000 E @ 6425 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155163", "Latitude": 40.634191, "Longitude": -111.805931, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155163" }, "geometry": { "type": "Point", "coordinates": [ -111.805931000004662, 40.634191000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3868, "StopName": "Holladay Blvd @ 4833 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "155165", "Latitude": 40.664234, "Longitude": -111.819696, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "155165" }, "geometry": { "type": "Point", "coordinates": [ -111.819696000004029, 40.664234000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3869, "StopName": "Highland Dr @ 7069 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155167", "Latitude": 40.623046, "Longitude": -111.834209, "AVGBoard": 8, "AVGAlight": 5, "Route": "354, 320, 220", "StopAbbr_J": "155167" }, "geometry": { "type": "Point", "coordinates": [ -111.834209000004194, 40.623046000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3870, "StopName": "6200 S @ 2010 E", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155169", "Latitude": 40.638442, "Longitude": -111.833615, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "155169" }, "geometry": { "type": "Point", "coordinates": [ -111.833615000004471, 40.638442000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3871, "StopName": "Fort Union Blvd @ 2545 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155173", "Latitude": 40.624029, "Longitude": -111.818428, "AVGBoard": 0, "AVGAlight": 0, "Route": "72", "StopAbbr_J": "155173" }, "geometry": { "type": "Point", "coordinates": [ -111.818428000004275, 40.624029000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3872, "StopName": "Main St @ 75 W", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "161007", "Latitude": 40.599821, "Longitude": -112.467268, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "161007" }, "geometry": { "type": "Point", "coordinates": [ -112.467268000004211, 40.599821000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3873, "StopName": "Main St @ 98 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "161009", "Latitude": 40.599758, "Longitude": -112.460763, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "161009" }, "geometry": { "type": "Point", "coordinates": [ -112.460763000004292, 40.599758000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3874, "StopName": "Main St @ 200 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "161010", "Latitude": 40.599727, "Longitude": -112.457891, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "161010" }, "geometry": { "type": "Point", "coordinates": [ -112.457891000003912, 40.599727000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3875, "StopName": "Main St @ 294 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "161011", "Latitude": 40.599692, "Longitude": -112.453401, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "161011" }, "geometry": { "type": "Point", "coordinates": [ -112.453401000004476, 40.599692000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3876, "StopName": "Main St @ 348 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "161012", "Latitude": 40.599662, "Longitude": -112.449421, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "161012" }, "geometry": { "type": "Point", "coordinates": [ -112.449421000004094, 40.59966200000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3877, "StopName": "Main St @ 820 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "162001", "Latitude": 40.599519, "Longitude": -112.425419, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "162001" }, "geometry": { "type": "Point", "coordinates": [ -112.425419000004283, 40.59951900000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3878, "StopName": "UT-112 @ 20 S", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "162002", "Latitude": 40.59925, "Longitude": -112.426105, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "162002" }, "geometry": { "type": "Point", "coordinates": [ -112.426105000004412, 40.599250000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3879, "StopName": "Main St @ 400 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "162007", "Latitude": 40.599634, "Longitude": -112.446881, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "162007" }, "geometry": { "type": "Point", "coordinates": [ -112.44688100000424, 40.599634000002567 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3880, "StopName": "Main St @ 498 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "162008", "Latitude": 40.599621, "Longitude": -112.442651, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "162008" }, "geometry": { "type": "Point", "coordinates": [ -112.44265100000473, 40.599621000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3881, "StopName": "Main St @ 660 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "162009", "Latitude": 40.599555, "Longitude": -112.435097, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "162009" }, "geometry": { "type": "Point", "coordinates": [ -112.435097000004291, 40.599555000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3882, "StopName": "Main St @ 748 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "162010", "Latitude": 40.599526, "Longitude": -112.431351, "AVGBoard": 0, "AVGAlight": 1, "Route": "454", "StopAbbr_J": "162010" }, "geometry": { "type": "Point", "coordinates": [ -112.431351000004398, 40.599526000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3883, "StopName": "UT-36 @ 2400 N (Tooele P-N-R)", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "165002", "Latitude": 40.573874, "Longitude": -112.293849, "AVGBoard": 8, "AVGAlight": 7, "Route": "F453, F400, 451", "StopAbbr_J": "165002" }, "geometry": { "type": "Point", "coordinates": [ -112.29384900000403, 40.573874000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3884, "StopName": "9000 S @ 3913 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170023", "Latitude": 40.587748, "Longitude": -111.984539, "AVGBoard": 5, "AVGAlight": 8, "Route": "240", "StopAbbr_J": "170023" }, "geometry": { "type": "Point", "coordinates": [ -111.984539000004617, 40.587748000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3885, "StopName": "9000 S @ 3805 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170024", "Latitude": 40.587731, "Longitude": -111.981718, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "170024" }, "geometry": { "type": "Point", "coordinates": [ -111.98171800000398, 40.587731000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3886, "StopName": "9000 S @ 3705 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170025", "Latitude": 40.587734, "Longitude": -111.979654, "AVGBoard": 1, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "170025" }, "geometry": { "type": "Point", "coordinates": [ -111.979654000003947, 40.587734000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3887, "StopName": "9000 S @ 3181 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170030", "Latitude": 40.587651, "Longitude": -111.966778, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "170030" }, "geometry": { "type": "Point", "coordinates": [ -111.966778000004425, 40.587651000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3888, "StopName": "9000 S @ 2901 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170031", "Latitude": 40.587657, "Longitude": -111.962326, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "170031" }, "geometry": { "type": "Point", "coordinates": [ -111.962326000004538, 40.587657000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3889, "StopName": "9000 S @ 2655 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170033", "Latitude": 40.587659, "Longitude": -111.957015, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "170033" }, "geometry": { "type": "Point", "coordinates": [ -111.95701500000456, 40.587659000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3890, "StopName": "9000 S @ 2175 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170034", "Latitude": 40.587656, "Longitude": -111.947625, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "170034" }, "geometry": { "type": "Point", "coordinates": [ -111.947625000004109, 40.587656000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3891, "StopName": "9000 S @ 1995 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170035", "Latitude": 40.587641, "Longitude": -111.944756, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "170035" }, "geometry": { "type": "Point", "coordinates": [ -111.944756000003963, 40.587641000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3892, "StopName": "9000 S @ 1847 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "170036", "Latitude": 40.587637, "Longitude": -111.941914, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "170036" }, "geometry": { "type": "Point", "coordinates": [ -111.941914000004289, 40.587637000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3893, "StopName": "2700 W @ 7810 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171002", "Latitude": 40.608978, "Longitude": -111.957911, "AVGBoard": 0, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "171002" }, "geometry": { "type": "Point", "coordinates": [ -111.957911000004117, 40.608978000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3894, "StopName": "9000 S @ 2785 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171050", "Latitude": 40.587692, "Longitude": -111.960436, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171050" }, "geometry": { "type": "Point", "coordinates": [ -111.960436000004535, 40.587692000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3895, "StopName": "2700 W @ 7809 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171053", "Latitude": 40.608836, "Longitude": -111.957707, "AVGBoard": 2, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "171053" }, "geometry": { "type": "Point", "coordinates": [ -111.957707000004305, 40.608836000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3896, "StopName": "3200 W @ 7810 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171055", "Latitude": 40.608721, "Longitude": -111.967567, "AVGBoard": 1, "AVGAlight": 2, "Route": "232", "StopAbbr_J": "171055" }, "geometry": { "type": "Point", "coordinates": [ -111.967567000004109, 40.608721000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3897, "StopName": "3200 W @ 7980 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171056", "Latitude": 40.606197, "Longitude": -111.967522, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "171056" }, "geometry": { "type": "Point", "coordinates": [ -111.967522000003981, 40.606197000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3898, "StopName": "3200 W @ 8132 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171057", "Latitude": 40.603131, "Longitude": -111.967384, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "171057" }, "geometry": { "type": "Point", "coordinates": [ -111.967384000004245, 40.603131000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3899, "StopName": "3200 W @ 8212 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171058", "Latitude": 40.601627, "Longitude": -111.967458, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "171058" }, "geometry": { "type": "Point", "coordinates": [ -111.967458000004086, 40.60162700000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3900, "StopName": "3200 W @ 7761 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "171064", "Latitude": 40.610493, "Longitude": -111.967369, "AVGBoard": 0, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "171064" }, "geometry": { "type": "Point", "coordinates": [ -111.967369000004794, 40.610493000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3901, "StopName": "7800 S @ 3208 W", "City": "WEST JORDAN", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171065", "Latitude": 40.609638, "Longitude": -111.96837, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171065" }, "geometry": { "type": "Point", "coordinates": [ -111.968370000004043, 40.609638000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3902, "StopName": "7800 S @ 3466 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "171067", "Latitude": 40.609583, "Longitude": -111.973395, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171067" }, "geometry": { "type": "Point", "coordinates": [ -111.973395000004615, 40.609583000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3903, "StopName": "7800 S @ 3720 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171069", "Latitude": 40.609613, "Longitude": -111.979706, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171069" }, "geometry": { "type": "Point", "coordinates": [ -111.979706000004654, 40.609613000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3904, "StopName": "9000 S @ 3784 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171096", "Latitude": 40.587961, "Longitude": -111.981308, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "171096" }, "geometry": { "type": "Point", "coordinates": [ -111.981308000004205, 40.587961000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3905, "StopName": "9000 S @ 3898 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171097", "Latitude": 40.587966, "Longitude": -111.983904, "AVGBoard": 3, "AVGAlight": 2, "Route": "240", "StopAbbr_J": "171097" }, "geometry": { "type": "Point", "coordinates": [ -111.983904000004202, 40.587966000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3906, "StopName": "7800 S @ 3425 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171109", "Latitude": 40.609379, "Longitude": -111.973081, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171109" }, "geometry": { "type": "Point", "coordinates": [ -111.973081000004711, 40.609379000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3907, "StopName": "7800 S @ 3236 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171110", "Latitude": 40.609358, "Longitude": -111.968169, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171110" }, "geometry": { "type": "Point", "coordinates": [ -111.96816900000448, 40.609358000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3908, "StopName": "7800 S @ 3185 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171111", "Latitude": 40.609381, "Longitude": -111.966811, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171111" }, "geometry": { "type": "Point", "coordinates": [ -111.966811000004469, 40.609381000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3909, "StopName": "7800 S @ 2857 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171112", "Latitude": 40.609381, "Longitude": -111.961202, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171112" }, "geometry": { "type": "Point", "coordinates": [ -111.961202000004093, 40.609381000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3910, "StopName": "7800 S @ 2685 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171113", "Latitude": 40.609394, "Longitude": -111.957034, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171113" }, "geometry": { "type": "Point", "coordinates": [ -111.957034000004342, 40.609394000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3911, "StopName": "7800 S @ 2471 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171114", "Latitude": 40.609342, "Longitude": -111.953781, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171114" }, "geometry": { "type": "Point", "coordinates": [ -111.953781000004795, 40.609342000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3912, "StopName": "7800 S @ 2235 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171115", "Latitude": 40.609344, "Longitude": -111.949161, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171115" }, "geometry": { "type": "Point", "coordinates": [ -111.94916100000448, 40.609344000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3913, "StopName": "7800 S @ 2155 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171116", "Latitude": 40.609351, "Longitude": -111.947276, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171116" }, "geometry": { "type": "Point", "coordinates": [ -111.947276000003995, 40.609351000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3914, "StopName": "7800 S @ 2210 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171117", "Latitude": 40.609568, "Longitude": -111.949089, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171117" }, "geometry": { "type": "Point", "coordinates": [ -111.949089000004818, 40.609568000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3915, "StopName": "7800 S @ 2480 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171118", "Latitude": 40.609563, "Longitude": -111.953807, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171118" }, "geometry": { "type": "Point", "coordinates": [ -111.953807000004247, 40.609563000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3916, "StopName": "7800 S @ 2716 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171119", "Latitude": 40.609596, "Longitude": -111.958512, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171119" }, "geometry": { "type": "Point", "coordinates": [ -111.958512000004418, 40.609596000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3917, "StopName": "7800 S @ 2818 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "171120", "Latitude": 40.609603, "Longitude": -111.960032, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171120" }, "geometry": { "type": "Point", "coordinates": [ -111.960032000004361, 40.60960300000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3918, "StopName": "7800 S @ 3050 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "171121", "Latitude": 40.609597, "Longitude": -111.964272, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171121" }, "geometry": { "type": "Point", "coordinates": [ -111.964272000004684, 40.609597000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3919, "StopName": "9000 S @ 3480 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171134", "Latitude": 40.588045, "Longitude": -111.974115, "AVGBoard": 0, "AVGAlight": 0, "Route": "240", "StopAbbr_J": "171134" }, "geometry": { "type": "Point", "coordinates": [ -111.974115000003991, 40.588045000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3920, "StopName": "9000 S @ 3690 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171135", "Latitude": 40.587954, "Longitude": -111.979149, "AVGBoard": 0, "AVGAlight": 1, "Route": "240", "StopAbbr_J": "171135" }, "geometry": { "type": "Point", "coordinates": [ -111.979149000004398, 40.587954000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3921, "StopName": "3200 W @ 7639 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "171138", "Latitude": 40.612266, "Longitude": -111.967359, "AVGBoard": 1, "AVGAlight": 0, "Route": "232", "StopAbbr_J": "171138" }, "geometry": { "type": "Point", "coordinates": [ -111.967359000003981, 40.612266000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3922, "StopName": "7800 S @ 3055 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171142", "Latitude": 40.609411, "Longitude": -111.964091, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171142" }, "geometry": { "type": "Point", "coordinates": [ -111.964091000004089, 40.609411000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3923, "StopName": "7800 S @ 2011 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171143", "Latitude": 40.609379, "Longitude": -111.945091, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171143" }, "geometry": { "type": "Point", "coordinates": [ -111.945091000004737, 40.609379000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3924, "StopName": "7800 S @ 2320 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171151", "Latitude": 40.609565, "Longitude": -111.950526, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171151" }, "geometry": { "type": "Point", "coordinates": [ -111.950526000004189, 40.609565000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3925, "StopName": "7800 S @ 2920 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "171153", "Latitude": 40.609621, "Longitude": -111.962361, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171153" }, "geometry": { "type": "Point", "coordinates": [ -111.962361000004734, 40.60962100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3926, "StopName": "9000 S @ 2610 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171168", "Latitude": 40.587868, "Longitude": -111.955946, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171168" }, "geometry": { "type": "Point", "coordinates": [ -111.95594600000419, 40.587868000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3927, "StopName": "9000 S @ 2876 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171170", "Latitude": 40.587878, "Longitude": -111.961181, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171170" }, "geometry": { "type": "Point", "coordinates": [ -111.96118100000416, 40.587878000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3928, "StopName": "9000 S @ 3018 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171171", "Latitude": 40.587874, "Longitude": -111.963638, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171171" }, "geometry": { "type": "Point", "coordinates": [ -111.963638000004352, 40.587874000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3929, "StopName": "9000 S @ 3160 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "171172", "Latitude": 40.587867, "Longitude": -111.966434, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "171172" }, "geometry": { "type": "Point", "coordinates": [ -111.966434000004739, 40.587867000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3930, "StopName": "Redwood Rd @ 8220 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172003", "Latitude": 40.602028, "Longitude": -111.938863, "AVGBoard": 1, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172003" }, "geometry": { "type": "Point", "coordinates": [ -111.938863000004375, 40.60202800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3931, "StopName": "Redwood Rd @ 8380 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172005", "Latitude": 40.598951, "Longitude": -111.938891, "AVGBoard": 1, "AVGAlight": 4, "Route": "218", "StopAbbr_J": "172005" }, "geometry": { "type": "Point", "coordinates": [ -111.938891000003991, 40.598951000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3932, "StopName": "Redwood Rd @ 8576 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172006", "Latitude": 40.595731, "Longitude": -111.938879, "AVGBoard": 0, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172006" }, "geometry": { "type": "Point", "coordinates": [ -111.938879000004817, 40.595731000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3933, "StopName": "Redwood Rd @ 8662 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172007", "Latitude": 40.593836, "Longitude": -111.938877, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172007" }, "geometry": { "type": "Point", "coordinates": [ -111.938877000004652, 40.593836000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3934, "StopName": "Redwood Rd @ 8770 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172008", "Latitude": 40.591774, "Longitude": -111.938872, "AVGBoard": 0, "AVGAlight": 2, "Route": "218", "StopAbbr_J": "172008" }, "geometry": { "type": "Point", "coordinates": [ -111.938872000004224, 40.59177400000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3935, "StopName": "Redwood Rd @ 8940 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172009", "Latitude": 40.589401, "Longitude": -111.938871, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172009" }, "geometry": { "type": "Point", "coordinates": [ -111.938871000004141, 40.589401000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3936, "StopName": "Redwood Rd @ 9176 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172010", "Latitude": 40.584784, "Longitude": -111.938873, "AVGBoard": 0, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172010" }, "geometry": { "type": "Point", "coordinates": [ -111.938873000004321, 40.584784000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3937, "StopName": "Redwood Rd @ 9412 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172012", "Latitude": 40.580246, "Longitude": -111.938837, "AVGBoard": 1, "AVGAlight": 4, "Route": "218", "StopAbbr_J": "172012" }, "geometry": { "type": "Point", "coordinates": [ -111.938837000004028, 40.58024600000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3938, "StopName": "Redwood Rd @ 9570 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172013", "Latitude": 40.577501, "Longitude": -111.938846, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172013" }, "geometry": { "type": "Point", "coordinates": [ -111.938846000004787, 40.577501000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3939, "StopName": "Redwood Rd @ 9650 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172014", "Latitude": 40.575802, "Longitude": -111.938839, "AVGBoard": 0, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172014" }, "geometry": { "type": "Point", "coordinates": [ -111.938839000004194, 40.575802000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3940, "StopName": "Redwood Rd @ 9994 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172016", "Latitude": 40.569844, "Longitude": -111.938835, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172016" }, "geometry": { "type": "Point", "coordinates": [ -111.938835000004772, 40.569844000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3941, "StopName": "Redwood Rd @ 10198 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172017", "Latitude": 40.565665, "Longitude": -111.938828, "AVGBoard": 0, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172017" }, "geometry": { "type": "Point", "coordinates": [ -111.938828000004179, 40.565665000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3942, "StopName": "Redwood Rd. @ 10341 So.", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172019", "Latitude": 40.563133, "Longitude": -111.938476, "AVGBoard": 20, "AVGAlight": 3, "Route": "218", "StopAbbr_J": "172019" }, "geometry": { "type": "Point", "coordinates": [ -111.938476000004712, 40.563133000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3943, "StopName": "Redwood Rd @ 10173 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172020", "Latitude": 40.566288, "Longitude": -111.938522, "AVGBoard": 1, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172020" }, "geometry": { "type": "Point", "coordinates": [ -111.938522000004028, 40.566288000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3944, "StopName": "Redwood Rd @ 9999 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172021", "Latitude": 40.569558, "Longitude": -111.938523, "AVGBoard": 1, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172021" }, "geometry": { "type": "Point", "coordinates": [ -111.938523000004125, 40.569558000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3945, "StopName": "Redwood Rd @ 9545 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172022", "Latitude": 40.578588, "Longitude": -111.938541, "AVGBoard": 1, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172022" }, "geometry": { "type": "Point", "coordinates": [ -111.938541000004705, 40.578588000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3946, "StopName": "Redwood Rd @ 9393 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172023", "Latitude": 40.580448, "Longitude": -111.938531, "AVGBoard": 6, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172023" }, "geometry": { "type": "Point", "coordinates": [ -111.938531000004772, 40.580448000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3947, "StopName": "Redwood Rd @ 9287 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172024", "Latitude": 40.582498, "Longitude": -111.938613, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172024" }, "geometry": { "type": "Point", "coordinates": [ -111.938613000004352, 40.58249800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3948, "StopName": "Redwood Rd @ 9185 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172025", "Latitude": 40.584409, "Longitude": -111.938557, "AVGBoard": 2, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172025" }, "geometry": { "type": "Point", "coordinates": [ -111.938557000004224, 40.584409000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3949, "StopName": "Redwood Rd @ 9089 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172026", "Latitude": 40.586039, "Longitude": -111.938518, "AVGBoard": 4, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172026" }, "geometry": { "type": "Point", "coordinates": [ -111.938518000004592, 40.586039000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3950, "StopName": "Sandy Pkwy @ 600 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172040", "Latitude": 40.597803, "Longitude": -111.90763, "AVGBoard": 1, "AVGAlight": 1, "Route": "525", "StopAbbr_J": "172040" }, "geometry": { "type": "Point", "coordinates": [ -111.907630000004801, 40.597803000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3951, "StopName": "Temple Dr @ 10474 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172042", "Latitude": 40.561065, "Longitude": -111.929251, "AVGBoard": 0, "AVGAlight": 3, "Route": "F534, 218", "StopAbbr_J": "172042" }, "geometry": { "type": "Point", "coordinates": [ -111.929251000004427, 40.561065000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3952, "StopName": "South Jordan Pkwy @ 720 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172046", "Latitude": 40.55909, "Longitude": -111.910815, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172046" }, "geometry": { "type": "Point", "coordinates": [ -111.910815000004092, 40.559090000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3953, "StopName": "South Jordan Pkwy @ 1076 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172052", "Latitude": 40.560785, "Longitude": -111.921092, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172052" }, "geometry": { "type": "Point", "coordinates": [ -111.921092000004265, 40.560785000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3954, "StopName": "South Jordan Pkwy @ 1330 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172063", "Latitude": 40.562354, "Longitude": -111.92984, "AVGBoard": 3, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172063" }, "geometry": { "type": "Point", "coordinates": [ -111.929840000004631, 40.562354000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3955, "StopName": "South Jordan Pkwy @ 1522 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172073", "Latitude": 40.562426, "Longitude": -111.934364, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172073" }, "geometry": { "type": "Point", "coordinates": [ -111.934364000004194, 40.562426000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3956, "StopName": "Redwood Rd @ 8739 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172074", "Latitude": 40.592655, "Longitude": -111.938573, "AVGBoard": 2, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172074" }, "geometry": { "type": "Point", "coordinates": [ -111.938573000004652, 40.592655000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3957, "StopName": "Redwood Rd @ 8553 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172076", "Latitude": 40.596181, "Longitude": -111.938575, "AVGBoard": 1, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172076" }, "geometry": { "type": "Point", "coordinates": [ -111.938575000003922, 40.596181000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3958, "StopName": "Redwood Rd @ 8405 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172077", "Latitude": 40.598275, "Longitude": -111.938587, "AVGBoard": 3, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172077" }, "geometry": { "type": "Point", "coordinates": [ -111.93858700000402, 40.598275000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3959, "StopName": "Redwood Rd @ 8347 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172078", "Latitude": 40.599776, "Longitude": -111.938585, "AVGBoard": 1, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172078" }, "geometry": { "type": "Point", "coordinates": [ -111.938585000004764, 40.599776000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3960, "StopName": "South Jordan Pkwy @ 1667 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172079", "Latitude": 40.562169, "Longitude": -111.937962, "AVGBoard": 3, "AVGAlight": 23, "Route": "218", "StopAbbr_J": "172079" }, "geometry": { "type": "Point", "coordinates": [ -111.937962000004418, 40.56216900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3961, "StopName": "Redwood Rd @ 8001 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172082", "Latitude": 40.606603, "Longitude": -111.938598, "AVGBoard": 8, "AVGAlight": 2, "Route": "217", "StopAbbr_J": "172082" }, "geometry": { "type": "Point", "coordinates": [ -111.938598000004035, 40.606603000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3962, "StopName": "Redwood Rd @ 7899 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172083", "Latitude": 40.608154, "Longitude": -111.938601, "AVGBoard": 4, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "172083" }, "geometry": { "type": "Point", "coordinates": [ -111.938601000004269, 40.608154000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3963, "StopName": "7800 S @ 1689 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172084", "Latitude": 40.609445, "Longitude": -111.93821, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172084" }, "geometry": { "type": "Point", "coordinates": [ -111.938210000004275, 40.609445000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3964, "StopName": "7800 S @ 1579 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172085", "Latitude": 40.609457, "Longitude": -111.936329, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172085" }, "geometry": { "type": "Point", "coordinates": [ -111.936329000004122, 40.609457000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3965, "StopName": "7800 S @ 1421 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172086", "Latitude": 40.609424, "Longitude": -111.931981, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172086" }, "geometry": { "type": "Point", "coordinates": [ -111.93198100000474, 40.609424000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3966, "StopName": "South Jordan Pkwy @ 1523 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172087", "Latitude": 40.562171, "Longitude": -111.934344, "AVGBoard": 1, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172087" }, "geometry": { "type": "Point", "coordinates": [ -111.93434400000433, 40.562171000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3967, "StopName": "7800 S @ 1650 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172090", "Latitude": 40.609648, "Longitude": -111.937668, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172090" }, "geometry": { "type": "Point", "coordinates": [ -111.937668000004351, 40.6096480000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3968, "StopName": "9000 S @ 1669 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172092", "Latitude": 40.587569, "Longitude": -111.937649, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172092" }, "geometry": { "type": "Point", "coordinates": [ -111.937649000004598, 40.587569000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3969, "StopName": "9000 S @ 1519 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172093", "Latitude": 40.587624, "Longitude": -111.934875, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172093" }, "geometry": { "type": "Point", "coordinates": [ -111.93487500000424, 40.587624000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3970, "StopName": "9000 S @ 1270 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172094", "Latitude": 40.587707, "Longitude": -111.927816, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172094" }, "geometry": { "type": "Point", "coordinates": [ -111.927816000004327, 40.587707000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3971, "StopName": "9000 S @ 1153 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172095", "Latitude": 40.587708, "Longitude": -111.924568, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172095" }, "geometry": { "type": "Point", "coordinates": [ -111.924568000004285, 40.587708000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3972, "StopName": "9000 S @ 1051 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172096", "Latitude": 40.587603, "Longitude": -111.921339, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172096" }, "geometry": { "type": "Point", "coordinates": [ -111.921339000004039, 40.587603000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3973, "StopName": "South Jordan Pkwy @ 1279 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172097", "Latitude": 40.562003, "Longitude": -111.928446, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172097" }, "geometry": { "type": "Point", "coordinates": [ -111.928446000004328, 40.562003000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3974, "StopName": "Redwood Rd @ 8655 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172098", "Latitude": 40.594285, "Longitude": -111.938571, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172098" }, "geometry": { "type": "Point", "coordinates": [ -111.938571000004487, 40.594285000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3975, "StopName": "South Jordan Pkwy @ 1049 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172099", "Latitude": 40.560302, "Longitude": -111.920206, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172099" }, "geometry": { "type": "Point", "coordinates": [ -111.920206000004654, 40.560302000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3976, "StopName": "Sandy Pkwy @ 8813 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172105", "Latitude": 40.591535, "Longitude": -111.9043, "AVGBoard": 1, "AVGAlight": 0, "Route": "525", "StopAbbr_J": "172105" }, "geometry": { "type": "Point", "coordinates": [ -111.904300000004284, 40.5915350000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3977, "StopName": "Sandy Pkwy @ 8681 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172106", "Latitude": 40.593714, "Longitude": -111.904721, "AVGBoard": 0, "AVGAlight": 0, "Route": "525", "StopAbbr_J": "172106" }, "geometry": { "type": "Point", "coordinates": [ -111.904721000004059, 40.59371400000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3978, "StopName": "Sandy Pkwy @ 8369 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172107", "Latitude": 40.59721, "Longitude": -111.906299, "AVGBoard": 9, "AVGAlight": 11, "Route": "525", "StopAbbr_J": "172107" }, "geometry": { "type": "Point", "coordinates": [ -111.906299000004324, 40.597210000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3979, "StopName": "South Jordan Pkwy @ 665 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172108", "Latitude": 40.558782, "Longitude": -111.90946, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172108" }, "geometry": { "type": "Point", "coordinates": [ -111.90946000000433, 40.558782000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3980, "StopName": "9000 S @ 1070 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172111", "Latitude": 40.587853, "Longitude": -111.921773, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172111" }, "geometry": { "type": "Point", "coordinates": [ -111.921773000004009, 40.587853000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3981, "StopName": "9000 S @ 1170 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172112", "Latitude": 40.587927, "Longitude": -111.925077, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172112" }, "geometry": { "type": "Point", "coordinates": [ -111.925077000004165, 40.587927000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3982, "StopName": "9000 S @ 1330 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172113", "Latitude": 40.587922, "Longitude": -111.930016, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172113" }, "geometry": { "type": "Point", "coordinates": [ -111.930016000004812, 40.587922000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3983, "StopName": "9000 S @ 1476 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172114", "Latitude": 40.587902, "Longitude": -111.933347, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172114" }, "geometry": { "type": "Point", "coordinates": [ -111.933347000004531, 40.587902000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3984, "StopName": "9000 S @ 1646 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172115", "Latitude": 40.587806, "Longitude": -111.936175, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172115" }, "geometry": { "type": "Point", "coordinates": [ -111.936175000003942, 40.587806000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3985, "StopName": "Main St @ 8107 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "172117", "Latitude": 40.604412, "Longitude": -111.910201, "AVGBoard": 2, "AVGAlight": 2, "Route": "525", "StopAbbr_J": "172117" }, "geometry": { "type": "Point", "coordinates": [ -111.910201000004534, 40.604412000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3986, "StopName": "Monroe St @ 8130 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "172135", "Latitude": 40.604192, "Longitude": -111.896271, "AVGBoard": 1, "AVGAlight": 2, "Route": "525", "StopAbbr_J": "172135" }, "geometry": { "type": "Point", "coordinates": [ -111.896271000004077, 40.604192000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3987, "StopName": "Monroe St @ 8230 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "172136", "Latitude": 40.602265, "Longitude": -111.896237, "AVGBoard": 0, "AVGAlight": 0, "Route": "525", "StopAbbr_J": "172136" }, "geometry": { "type": "Point", "coordinates": [ -111.896237000003978, 40.602265000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3988, "StopName": "Monroe St @ 8274 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "172137", "Latitude": 40.601053, "Longitude": -111.896193, "AVGBoard": 0, "AVGAlight": 0, "Route": "525", "StopAbbr_J": "172137" }, "geometry": { "type": "Point", "coordinates": [ -111.896193000003933, 40.601053000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3989, "StopName": "Monroe St @ 8372 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "172138", "Latitude": 40.599303, "Longitude": -111.896181, "AVGBoard": 0, "AVGAlight": 1, "Route": "525", "StopAbbr_J": "172138" }, "geometry": { "type": "Point", "coordinates": [ -111.896181000004731, 40.599303000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3990, "StopName": "Monroe St @ 8754 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172142", "Latitude": 40.591605, "Longitude": -111.896061, "AVGBoard": 5, "AVGAlight": 3, "Route": "525", "StopAbbr_J": "172142" }, "geometry": { "type": "Point", "coordinates": [ -111.896061000004678, 40.59160500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3991, "StopName": "Monroe Blvd @ 8938 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172143", "Latitude": 40.589372, "Longitude": -111.896006, "AVGBoard": 2, "AVGAlight": 3, "Route": "525", "StopAbbr_J": "172143" }, "geometry": { "type": "Point", "coordinates": [ -111.896006000004633, 40.589372000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3992, "StopName": "South Jordan Pkwy @ 951 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172146", "Latitude": 40.559603, "Longitude": -111.91679, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172146" }, "geometry": { "type": "Point", "coordinates": [ -111.916790000004212, 40.559603000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3993, "StopName": "South Jordan Pkwy @ 972 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172148", "Latitude": 40.560063, "Longitude": -111.917732, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172148" }, "geometry": { "type": "Point", "coordinates": [ -111.917732000003951, 40.5600630000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3994, "StopName": "9000 S @ 407 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172161", "Latitude": 40.587826, "Longitude": -111.903294, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172161" }, "geometry": { "type": "Point", "coordinates": [ -111.903294000004607, 40.587826000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3995, "StopName": "10600 S @ 55 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172168", "Latitude": 40.558982, "Longitude": -111.891668, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "172168" }, "geometry": { "type": "Point", "coordinates": [ -111.891668000004287, 40.558982000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3996, "StopName": "Redwood Rd @ 8205 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172169", "Latitude": 40.602077, "Longitude": -111.938552, "AVGBoard": 1, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172169" }, "geometry": { "type": "Point", "coordinates": [ -111.938552000004719, 40.602077000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3997, "StopName": "Wasatch St @ 84 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "172170", "Latitude": 40.605978, "Longitude": -111.894055, "AVGBoard": 0, "AVGAlight": 1, "Route": "525", "StopAbbr_J": "172170" }, "geometry": { "type": "Point", "coordinates": [ -111.894055000004059, 40.605978000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3998, "StopName": "700 W @ 8209 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "172173", "Latitude": 40.602035, "Longitude": -111.910158, "AVGBoard": 3, "AVGAlight": 3, "Route": "525", "StopAbbr_J": "172173" }, "geometry": { "type": "Point", "coordinates": [ -111.910158000004571, 40.602035000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 3999, "StopName": "9000 S @ 1720 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172175", "Latitude": 40.587819, "Longitude": -111.939819, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172175" }, "geometry": { "type": "Point", "coordinates": [ -111.939819000004391, 40.587819000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4000, "StopName": "Jordan Gateway @ 10575 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172188", "Latitude": 40.559617, "Longitude": -111.902604, "AVGBoard": 1, "AVGAlight": 1, "Route": "F534, F514, 218", "StopAbbr_J": "172188" }, "geometry": { "type": "Point", "coordinates": [ -111.902604000004146, 40.559617000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4001, "StopName": "10000 S @ 250 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172190", "Latitude": 40.569825, "Longitude": -111.898449, "AVGBoard": 0, "AVGAlight": 1, "Route": "F514, 201", "StopAbbr_J": "172190" }, "geometry": { "type": "Point", "coordinates": [ -111.898449000004561, 40.569825000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4002, "StopName": "9000 S @ 185 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172192", "Latitude": 40.587957, "Longitude": -111.895461, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172192" }, "geometry": { "type": "Point", "coordinates": [ -111.895461000004474, 40.587957000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4003, "StopName": "10000 S @ 255 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172193", "Latitude": 40.569572, "Longitude": -111.898747, "AVGBoard": 2, "AVGAlight": 1, "Route": "F514, 201", "StopAbbr_J": "172193" }, "geometry": { "type": "Point", "coordinates": [ -111.89874700000405, 40.569572000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4004, "StopName": "10000 S @ 45 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172199", "Latitude": 40.569579, "Longitude": -111.892091, "AVGBoard": 1, "AVGAlight": 0, "Route": "F514, 201", "StopAbbr_J": "172199" }, "geometry": { "type": "Point", "coordinates": [ -111.892091000004228, 40.56957900000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4005, "StopName": "10000 S @ 40 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172201", "Latitude": 40.569821, "Longitude": -111.891641, "AVGBoard": 1, "AVGAlight": 3, "Route": "F514, 201", "StopAbbr_J": "172201" }, "geometry": { "type": "Point", "coordinates": [ -111.891641000004739, 40.569821000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4006, "StopName": "Sandy Pkwy @ 668 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172203", "Latitude": 40.59855, "Longitude": -111.909458, "AVGBoard": 2, "AVGAlight": 4, "Route": "525", "StopAbbr_J": "172203" }, "geometry": { "type": "Point", "coordinates": [ -111.909458000004165, 40.598550000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4007, "StopName": "Main St @ 7961 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "172204", "Latitude": 40.606757, "Longitude": -111.910225, "AVGBoard": 7, "AVGAlight": 5, "Route": "525", "StopAbbr_J": "172204" }, "geometry": { "type": "Point", "coordinates": [ -111.910225000004715, 40.606757000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4008, "StopName": "10000 S @ 220 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172208", "Latitude": 40.569815, "Longitude": -111.896256, "AVGBoard": 0, "AVGAlight": 1, "Route": "F514, 201", "StopAbbr_J": "172208" }, "geometry": { "type": "Point", "coordinates": [ -111.896256000004641, 40.569815000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4009, "StopName": "South Jordan Gateway @ 10288 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172209", "Latitude": 40.565675, "Longitude": -111.903808, "AVGBoard": 0, "AVGAlight": 3, "Route": "F514, 201", "StopAbbr_J": "172209" }, "geometry": { "type": "Point", "coordinates": [ -111.903808000004005, 40.56567500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4010, "StopName": "South Jordan Gateway @ 10428 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172210", "Latitude": 40.561993, "Longitude": -111.902648, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172210" }, "geometry": { "type": "Point", "coordinates": [ -111.902648000004177, 40.561993000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4011, "StopName": "Jordan Gateway @ 10427 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172213", "Latitude": 40.56202, "Longitude": -111.902356, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, F514, 218", "StopAbbr_J": "172213" }, "geometry": { "type": "Point", "coordinates": [ -111.902356000004289, 40.562020000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4012, "StopName": "Jordan Gateway @ 10179 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172214", "Latitude": 40.566412, "Longitude": -111.903685, "AVGBoard": 3, "AVGAlight": 0, "Route": "F514, 201", "StopAbbr_J": "172214" }, "geometry": { "type": "Point", "coordinates": [ -111.903685000004614, 40.566412000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4013, "StopName": "9000 S @ 1411 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172216", "Latitude": 40.587689, "Longitude": -111.932961, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172216" }, "geometry": { "type": "Point", "coordinates": [ -111.932961000004028, 40.587689000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4014, "StopName": "9000 S @ 253 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172217", "Latitude": 40.587875, "Longitude": -111.898833, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172217" }, "geometry": { "type": "Point", "coordinates": [ -111.898833000003975, 40.587875000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4015, "StopName": "7800 S @ 1410 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "172220", "Latitude": 40.609652, "Longitude": -111.932234, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172220" }, "geometry": { "type": "Point", "coordinates": [ -111.932234000004101, 40.609652000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4016, "StopName": "7800 S @ 1918 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "172222", "Latitude": 40.609635, "Longitude": -111.942764, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172222" }, "geometry": { "type": "Point", "coordinates": [ -111.94276400000453, 40.609635000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4017, "StopName": "7800 S @ 2010 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "172223", "Latitude": 40.609611, "Longitude": -111.944793, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172223" }, "geometry": { "type": "Point", "coordinates": [ -111.944793000004339, 40.609611000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4018, "StopName": "Redwood Rd @ 8938 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172224", "Latitude": 40.588949, "Longitude": -111.938595, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172224" }, "geometry": { "type": "Point", "coordinates": [ -111.938595000004682, 40.588949000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4019, "StopName": "7800 S @ 1477 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172225", "Latitude": 40.609415, "Longitude": -111.934247, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172225" }, "geometry": { "type": "Point", "coordinates": [ -111.934247000004405, 40.609415000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4020, "StopName": "9000 S @ 426 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172227", "Latitude": 40.588137, "Longitude": -111.904829, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172227" }, "geometry": { "type": "Point", "coordinates": [ -111.904829000004, 40.588137000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4021, "StopName": "9000 S @ 1236 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172229", "Latitude": 40.587924, "Longitude": -111.927506, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172229" }, "geometry": { "type": "Point", "coordinates": [ -111.92750600000474, 40.587924000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4022, "StopName": "9000 S @ 1840 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172230", "Latitude": 40.587853, "Longitude": -111.942035, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172230" }, "geometry": { "type": "Point", "coordinates": [ -111.942035000004424, 40.587853000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4023, "StopName": "9000 S @ 2046 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172231", "Latitude": 40.587861, "Longitude": -111.945619, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172231" }, "geometry": { "type": "Point", "coordinates": [ -111.945619000004385, 40.587861000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4024, "StopName": "9000 S @ 2240 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172232", "Latitude": 40.587855, "Longitude": -111.948838, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172232" }, "geometry": { "type": "Point", "coordinates": [ -111.948838000004713, 40.587855000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4025, "StopName": "9000 S @ 675 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "172233", "Latitude": 40.587629, "Longitude": -111.909575, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "172233" }, "geometry": { "type": "Point", "coordinates": [ -111.909575000003969, 40.587629000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4026, "StopName": "Redwood Rd @ 9593 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172237", "Latitude": 40.576781, "Longitude": -111.938529, "AVGBoard": 2, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172237" }, "geometry": { "type": "Point", "coordinates": [ -111.938529000004607, 40.576781000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4027, "StopName": "Redwood Rd @ 9026 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "172238", "Latitude": 40.587196, "Longitude": -111.938873, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "172238" }, "geometry": { "type": "Point", "coordinates": [ -111.938873000004321, 40.587196000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4028, "StopName": "Redwood Rd @ 10102 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "172240", "Latitude": 40.567848, "Longitude": -111.938831, "AVGBoard": 0, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "172240" }, "geometry": { "type": "Point", "coordinates": [ -111.938831000004427, 40.567848000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4029, "StopName": "9400 S @ 800 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173002", "Latitude": 40.580504, "Longitude": -111.869442, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173002" }, "geometry": { "type": "Point", "coordinates": [ -111.869442000004028, 40.580504000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4030, "StopName": "9400 S @ 880 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173003", "Latitude": 40.580468, "Longitude": -111.866271, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173003" }, "geometry": { "type": "Point", "coordinates": [ -111.866271000004076, 40.580468000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4031, "StopName": "9400 S @ 988 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173004", "Latitude": 40.580472, "Longitude": -111.863278, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173004" }, "geometry": { "type": "Point", "coordinates": [ -111.86327800000447, 40.580472000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4032, "StopName": "9400 S @ 1156 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173005", "Latitude": 40.580385, "Longitude": -111.857343, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173005" }, "geometry": { "type": "Point", "coordinates": [ -111.857343000004093, 40.580385000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4033, "StopName": "9400 S @ 1434 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "173006", "Latitude": 40.580304, "Longitude": -111.850142, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173006" }, "geometry": { "type": "Point", "coordinates": [ -111.850142000004112, 40.580304000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4034, "StopName": "9400 S @ 1710 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "173008", "Latitude": 40.580308, "Longitude": -111.843306, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173008" }, "geometry": { "type": "Point", "coordinates": [ -111.843306000004674, 40.580308000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4035, "StopName": "9400 S @ 1555 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "173011", "Latitude": 40.580524, "Longitude": -111.847474, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173011" }, "geometry": { "type": "Point", "coordinates": [ -111.847474000004439, 40.580524000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4036, "StopName": "9400 S @ 1365 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "173012", "Latitude": 40.580568, "Longitude": -111.851677, "AVGBoard": 0, "AVGAlight": 0, "Route": "F94", "StopAbbr_J": "173012" }, "geometry": { "type": "Point", "coordinates": [ -111.8516770000044, 40.580568000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4037, "StopName": "9400 S @ 1285 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173013", "Latitude": 40.580591, "Longitude": -111.854379, "AVGBoard": 1, "AVGAlight": 2, "Route": "F94, 994", "StopAbbr_J": "173013" }, "geometry": { "type": "Point", "coordinates": [ -111.854379000004187, 40.58059100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4038, "StopName": "9400 S @ 1165 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173014", "Latitude": 40.580627, "Longitude": -111.857069, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173014" }, "geometry": { "type": "Point", "coordinates": [ -111.857069000004785, 40.580627000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4039, "StopName": "9400 S @ 881 E", "City": "SANDY", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173015", "Latitude": 40.580708, "Longitude": -111.866281, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173015" }, "geometry": { "type": "Point", "coordinates": [ -111.866281000004008, 40.580708000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4040, "StopName": "1850 W @ 2698 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610028", "Latitude": 41.306211, "Longitude": -112.023533, "AVGBoard": 10, "AVGAlight": 5, "Route": "613", "StopAbbr_J": "610028" }, "geometry": { "type": "Point", "coordinates": [ -112.02353300000469, 41.306211000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4041, "StopName": "Us Hwy 89 @ 8710 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "610043", "Latitude": 41.351607, "Longitude": -112.036329, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "610043" }, "geometry": { "type": "Point", "coordinates": [ -112.03632900000386, 41.351607000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4042, "StopName": "State St @ 8360 S", "City": null, "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "173144", "Latitude": 40.599111, "Longitude": -111.891019, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "173144" }, "geometry": { "type": "Point", "coordinates": [ -111.891019000004505, 40.599111000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4043, "StopName": "Us Hwy 89 @ 3985 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610044", "Latitude": 41.334258, "Longitude": -112.026657, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "610044" }, "geometry": { "type": "Point", "coordinates": [ -112.026657000004349, 41.334258000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4044, "StopName": "Us Hwy 89 @ 2491 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610046", "Latitude": 41.301435, "Longitude": -112.000893, "AVGBoard": 2, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "610046" }, "geometry": { "type": "Point", "coordinates": [ -112.000893000004325, 41.30143500000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4045, "StopName": "State St @ 8516 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "173145", "Latitude": 40.596393, "Longitude": -111.89102, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "173145" }, "geometry": { "type": "Point", "coordinates": [ -111.891020000004573, 40.596393000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4046, "StopName": "Us Hwy 89 @ 2710 N", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "610048", "Latitude": 41.307319, "Longitude": -112.005824, "AVGBoard": 1, "AVGAlight": 6, "Route": "630", "StopAbbr_J": "610048" }, "geometry": { "type": "Point", "coordinates": [ -112.00582400000431, 41.307319000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4047, "StopName": "State St @ 8718 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173146", "Latitude": 40.593255, "Longitude": -111.891012, "AVGBoard": 0, "AVGAlight": 2, "Route": "201", "StopAbbr_J": "173146" }, "geometry": { "type": "Point", "coordinates": [ -111.891012000004821, 40.593255000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4048, "StopName": "Us Hwy 89 @ 3950 N", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "610049", "Latitude": 41.335238, "Longitude": -112.027048, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "610049" }, "geometry": { "type": "Point", "coordinates": [ -112.027048000004342, 41.33523800000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4049, "StopName": "State St @ 8848 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173147", "Latitude": 40.591079, "Longitude": -111.891017, "AVGBoard": 3, "AVGAlight": 5, "Route": "201", "StopAbbr_J": "173147" }, "geometry": { "type": "Point", "coordinates": [ -111.891017000004339, 40.591079000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4050, "StopName": "Us Hwy 89 @ 8697 S", "City": "South Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "610050", "Latitude": 41.351171, "Longitude": -112.035262, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "610050" }, "geometry": { "type": "Point", "coordinates": [ -112.03526200000455, 41.351171000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4051, "StopName": "State St @ 9673", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173156", "Latitude": 40.57575, "Longitude": -111.890691, "AVGBoard": 4, "AVGAlight": 2, "Route": "201", "StopAbbr_J": "173156" }, "geometry": { "type": "Point", "coordinates": [ -111.890691000004324, 40.575750000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4052, "StopName": "State St @ 8881 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173162", "Latitude": 40.590164, "Longitude": -111.890721, "AVGBoard": 3, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "173162" }, "geometry": { "type": "Point", "coordinates": [ -111.890721000004106, 40.590164000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4053, "StopName": "State St @ 8721 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173164", "Latitude": 40.592996, "Longitude": -111.89071, "AVGBoard": 1, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "173164" }, "geometry": { "type": "Point", "coordinates": [ -111.890710000004091, 40.592996000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4054, "StopName": "State St @ 8631 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173165", "Latitude": 40.594743, "Longitude": -111.890715, "AVGBoard": 1, "AVGAlight": 0, "Route": "201", "StopAbbr_J": "173165" }, "geometry": { "type": "Point", "coordinates": [ -111.890715000004519, 40.594743000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4055, "StopName": "State St @ 8385 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173166", "Latitude": 40.59929, "Longitude": -111.890661, "AVGBoard": 2, "AVGAlight": 2, "Route": "201", "StopAbbr_J": "173166" }, "geometry": { "type": "Point", "coordinates": [ -111.890661000004542, 40.599290000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4056, "StopName": "State St @ 8003 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "173169", "Latitude": 40.605707, "Longitude": -111.890615, "AVGBoard": 1, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "173169" }, "geometry": { "type": "Point", "coordinates": [ -111.890615000004331, 40.605707000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4057, "StopName": "9000 S @ 487 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173183", "Latitude": 40.58828, "Longitude": -111.8779, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173183" }, "geometry": { "type": "Point", "coordinates": [ -111.877900000004658, 40.588280000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4058, "StopName": "1300 E @ 10074 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173193", "Latitude": 40.567773, "Longitude": -111.853272, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173193" }, "geometry": { "type": "Point", "coordinates": [ -111.853272000004267, 40.567773000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4059, "StopName": "10600 S @ 1050 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173210", "Latitude": 40.558671, "Longitude": -111.861294, "AVGBoard": 0, "AVGAlight": 0, "Route": "313", "StopAbbr_J": "173210" }, "geometry": { "type": "Point", "coordinates": [ -111.861294000004776, 40.558671000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4060, "StopName": "10600 S @ 949 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173214", "Latitude": 40.558838, "Longitude": -111.864598, "AVGBoard": 0, "AVGAlight": 0, "Route": "F546, 313", "StopAbbr_J": "173214" }, "geometry": { "type": "Point", "coordinates": [ -111.864598000004037, 40.558838000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4061, "StopName": "9000 S @ 73 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173216", "Latitude": 40.588221, "Longitude": -111.888496, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173216" }, "geometry": { "type": "Point", "coordinates": [ -111.888496000004238, 40.588221000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4062, "StopName": "9400 S @ 1252 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173221", "Latitude": 40.580326, "Longitude": -111.85477, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173221" }, "geometry": { "type": "Point", "coordinates": [ -111.85477000000418, 40.580326000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4063, "StopName": "9400 S @ 1356 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "173222", "Latitude": 40.580323, "Longitude": -111.852139, "AVGBoard": 1, "AVGAlight": 0, "Route": "F94, 994", "StopAbbr_J": "173222" }, "geometry": { "type": "Point", "coordinates": [ -111.852139000003987, 40.580323000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4064, "StopName": "9400 S @ 1001 E", "City": "SANDY", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "173224", "Latitude": 40.580639, "Longitude": -111.862917, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "173224" }, "geometry": { "type": "Point", "coordinates": [ -111.862917000004259, 40.580639000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4065, "StopName": "State St @ 8531 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173230", "Latitude": 40.596206, "Longitude": -111.890681, "AVGBoard": 3, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "173230" }, "geometry": { "type": "Point", "coordinates": [ -111.890681000004392, 40.596206000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4066, "StopName": "State St @ 8999 S", "City": null, "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173300", "Latitude": 40.588742, "Longitude": -111.890644, "AVGBoard": 4, "AVGAlight": 3, "Route": "201", "StopAbbr_J": "173300" }, "geometry": { "type": "Point", "coordinates": [ -111.890644000004031, 40.588742000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4067, "StopName": "Bengal Blvd @ 2594 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174001", "Latitude": 40.610061, "Longitude": -111.817733, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "174001" }, "geometry": { "type": "Point", "coordinates": [ -111.817733000004282, 40.610061000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4068, "StopName": "Bengal Blvd @ 2988 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174004", "Latitude": 40.609367, "Longitude": -111.808497, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "174004" }, "geometry": { "type": "Point", "coordinates": [ -111.808497000003982, 40.609367000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4069, "StopName": "Bengal Blvd @ 3450 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174008", "Latitude": 40.609356, "Longitude": -111.797396, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "174008" }, "geometry": { "type": "Point", "coordinates": [ -111.797396000003957, 40.609356000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4070, "StopName": "3500 E @ 8100 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174010", "Latitude": 40.603724, "Longitude": -111.796095, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "174010" }, "geometry": { "type": "Point", "coordinates": [ -111.796095000004144, 40.603724000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4071, "StopName": "Wasatch Blvd @ 8496 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174013", "Latitude": 40.596617, "Longitude": -111.797585, "AVGBoard": 0, "AVGAlight": 0, "Route": "953", "StopAbbr_J": "174013" }, "geometry": { "type": "Point", "coordinates": [ -111.797585000004318, 40.596617000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4072, "StopName": "Wasatch Blvd @ 8590 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174014", "Latitude": 40.595099, "Longitude": -111.796757, "AVGBoard": 1, "AVGAlight": 0, "Route": "953", "StopAbbr_J": "174014" }, "geometry": { "type": "Point", "coordinates": [ -111.796757000004106, 40.595099000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4073, "StopName": "3500 E @ 8077 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174022", "Latitude": 40.603919, "Longitude": -111.795881, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "174022" }, "geometry": { "type": "Point", "coordinates": [ -111.795881000004414, 40.603919000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4074, "StopName": "Bengal Blvd @ 3455 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174025", "Latitude": 40.609498, "Longitude": -111.797137, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "174025" }, "geometry": { "type": "Point", "coordinates": [ -111.797137000004085, 40.60949800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4075, "StopName": "Highland Dr @ 7796 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174032", "Latitude": 40.609536, "Longitude": -111.832601, "AVGBoard": 0, "AVGAlight": 1, "Route": "354, 320, 220", "StopAbbr_J": "174032" }, "geometry": { "type": "Point", "coordinates": [ -111.832601000004175, 40.609536000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4076, "StopName": "Highland Dr @ 8089 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174034", "Latitude": 40.603643, "Longitude": -111.832918, "AVGBoard": 3, "AVGAlight": 0, "Route": "354, 320, 220", "StopAbbr_J": "174034" }, "geometry": { "type": "Point", "coordinates": [ -111.832918000004327, 40.603643000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4077, "StopName": "Highland Dr @ 8620 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174037", "Latitude": 40.594337, "Longitude": -111.832166, "AVGBoard": 1, "AVGAlight": 7, "Route": "354, 320, 220", "StopAbbr_J": "174037" }, "geometry": { "type": "Point", "coordinates": [ -111.832166000004108, 40.594337000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4078, "StopName": "Highland Dr @ 8887 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174040", "Latitude": 40.590091, "Longitude": -111.833989, "AVGBoard": 2, "AVGAlight": 0, "Route": "354, 320, 220", "StopAbbr_J": "174040" }, "geometry": { "type": "Point", "coordinates": [ -111.833989000003967, 40.590091000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4079, "StopName": "Highland Dr @ 8633 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174041", "Latitude": 40.594278, "Longitude": -111.831828, "AVGBoard": 6, "AVGAlight": 1, "Route": "354, 320, 220", "StopAbbr_J": "174041" }, "geometry": { "type": "Point", "coordinates": [ -111.831828000004009, 40.594278000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4080, "StopName": "Highland Dr @ 8052 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174042", "Latitude": 40.605037, "Longitude": -111.833112, "AVGBoard": 0, "AVGAlight": 4, "Route": "354, 320, 220", "StopAbbr_J": "174042" }, "geometry": { "type": "Point", "coordinates": [ -111.833112000004206, 40.605037000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4081, "StopName": "Highland Dr @ 7817 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174044", "Latitude": 40.609651, "Longitude": -111.832098, "AVGBoard": 1, "AVGAlight": 0, "Route": "354, 320, 220", "StopAbbr_J": "174044" }, "geometry": { "type": "Point", "coordinates": [ -111.832098000004777, 40.609651000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4082, "StopName": "9400 S @ 2150 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174068", "Latitude": 40.580335, "Longitude": -111.829489, "AVGBoard": 2, "AVGAlight": 0, "Route": "F94, 994", "StopAbbr_J": "174068" }, "geometry": { "type": "Point", "coordinates": [ -111.8294890000046, 40.58033500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4083, "StopName": "Little Cottonwood Rd @ 2580 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174069", "Latitude": 40.576693, "Longitude": -111.816988, "AVGBoard": 0, "AVGAlight": 0, "Route": "994", "StopAbbr_J": "174069" }, "geometry": { "type": "Point", "coordinates": [ -111.816988000004656, 40.576693000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4084, "StopName": "Little Cottonwood Rd @ 2766 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174070", "Latitude": 40.57667, "Longitude": -111.813329, "AVGBoard": 1, "AVGAlight": 0, "Route": "994", "StopAbbr_J": "174070" }, "geometry": { "type": "Point", "coordinates": [ -111.813329000004771, 40.576670000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4085, "StopName": "9400 S @ 1820 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174104", "Latitude": 40.580312, "Longitude": -111.840215, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "174104" }, "geometry": { "type": "Point", "coordinates": [ -111.840215000004164, 40.580312000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4086, "StopName": "Highland Dr @ 8902 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174109", "Latitude": 40.589311, "Longitude": -111.834298, "AVGBoard": 0, "AVGAlight": 3, "Route": "354, 320, 220", "StopAbbr_J": "174109" }, "geometry": { "type": "Point", "coordinates": [ -111.834298000004367, 40.589311000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4087, "StopName": "Highland Dr @ 9156 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174110", "Latitude": 40.584602, "Longitude": -111.834272, "AVGBoard": 0, "AVGAlight": 3, "Route": "354, 320, 220", "StopAbbr_J": "174110" }, "geometry": { "type": "Point", "coordinates": [ -111.83427200000402, 40.584602000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4088, "StopName": "9400 S @ 2215 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174121", "Latitude": 40.580505, "Longitude": -111.827815, "AVGBoard": 1, "AVGAlight": 3, "Route": "F94, 994", "StopAbbr_J": "174121" }, "geometry": { "type": "Point", "coordinates": [ -111.827815000004477, 40.580505000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4089, "StopName": "Highland Dr @ 9145 S", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174123", "Latitude": 40.585481, "Longitude": -111.834039, "AVGBoard": 1, "AVGAlight": 0, "Route": "354, 320, 220", "StopAbbr_J": "174123" }, "geometry": { "type": "Point", "coordinates": [ -111.834039000004509, 40.585481000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4090, "StopName": "Bengal Blvd @ 2601 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174165", "Latitude": 40.610388, "Longitude": -111.817893, "AVGBoard": 0, "AVGAlight": 0, "Route": "307", "StopAbbr_J": "174165" }, "geometry": { "type": "Point", "coordinates": [ -111.817893000004048, 40.610388000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4091, "StopName": "9400 S @ 1855 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174169", "Latitude": 40.580548, "Longitude": -111.838041, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "174169" }, "geometry": { "type": "Point", "coordinates": [ -111.838041000004011, 40.580548000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4092, "StopName": "9400 S @ 1846 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "174170", "Latitude": 40.580321, "Longitude": -111.838059, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "174170" }, "geometry": { "type": "Point", "coordinates": [ -111.838059000004606, 40.58032100000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4093, "StopName": "Main St @ 307 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182005", "Latitude": 40.536553, "Longitude": -112.298592, "AVGBoard": 2, "AVGAlight": 1, "Route": "F400, 451", "StopAbbr_J": "182005" }, "geometry": { "type": "Point", "coordinates": [ -112.298592000004618, 40.536553000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4094, "StopName": "200 N @ 125 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182021", "Latitude": 40.534231, "Longitude": -112.302112, "AVGBoard": 0, "AVGAlight": 0, "Route": "451", "StopAbbr_J": "182021" }, "geometry": { "type": "Point", "coordinates": [ -112.302112000004684, 40.534231000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4095, "StopName": "400 S @ 96 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182024", "Latitude": 40.523187, "Longitude": -112.301381, "AVGBoard": 0, "AVGAlight": 0, "Route": "451", "StopAbbr_J": "182024" }, "geometry": { "type": "Point", "coordinates": [ -112.301381000004412, 40.523187000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4096, "StopName": "400 S @ 198 W", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182025", "Latitude": 40.523231, "Longitude": -112.304401, "AVGBoard": 5, "AVGAlight": 4, "Route": "471, 463, 462, 461, 460, 4", "StopAbbr_J": "182025" }, "geometry": { "type": "Point", "coordinates": [ -112.304401000004461, 40.523231000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4097, "StopName": "200 W @ 305 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182026", "Latitude": 40.524774, "Longitude": -112.304461, "AVGBoard": 0, "AVGAlight": 0, "Route": "451", "StopAbbr_J": "182026" }, "geometry": { "type": "Point", "coordinates": [ -112.304461000004025, 40.524774000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4098, "StopName": "200 W @ 185 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182027", "Latitude": 40.527054, "Longitude": -112.304428, "AVGBoard": 0, "AVGAlight": 0, "Route": "451", "StopAbbr_J": "182027" }, "geometry": { "type": "Point", "coordinates": [ -112.304428000003995, 40.527054000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4099, "StopName": "200 W @ 105 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182028", "Latitude": 40.528454, "Longitude": -112.304401, "AVGBoard": 0, "AVGAlight": 0, "Route": "451", "StopAbbr_J": "182028" }, "geometry": { "type": "Point", "coordinates": [ -112.304401000004461, 40.52845400000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4100, "StopName": "200 W @ 1 S", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182029", "Latitude": 40.530451, "Longitude": -112.304362, "AVGBoard": 0, "AVGAlight": 1, "Route": "451", "StopAbbr_J": "182029" }, "geometry": { "type": "Point", "coordinates": [ -112.30436200000392, 40.530451000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4101, "StopName": "200 W @ 60 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182030", "Latitude": 40.532337, "Longitude": -112.304326, "AVGBoard": 0, "AVGAlight": 1, "Route": "F400, 451", "StopAbbr_J": "182030" }, "geometry": { "type": "Point", "coordinates": [ -112.304326000004536, 40.532337000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4102, "StopName": "Vine St @ 79 E", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182051", "Latitude": 40.530519, "Longitude": -112.296172, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "182051" }, "geometry": { "type": "Point", "coordinates": [ -112.296172000004802, 40.530519000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4103, "StopName": "Main St @ 956 N", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "182061", "Latitude": 40.54835, "Longitude": -112.298089, "AVGBoard": 0, "AVGAlight": 0, "Route": "F400, 451", "StopAbbr_J": "182061" }, "geometry": { "type": "Point", "coordinates": [ -112.298089000004353, 40.548350000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4104, "StopName": "2700 W @ 13395 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "187017", "Latitude": 40.508173, "Longitude": -111.957592, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "187017" }, "geometry": { "type": "Point", "coordinates": [ -111.957592000004681, 40.508173000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4105, "StopName": "2700 W @ 12777 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "187022", "Latitude": 40.519011, "Longitude": -111.957622, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "187022" }, "geometry": { "type": "Point", "coordinates": [ -111.957622000004463, 40.519011000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4106, "StopName": "2700 W @ 12810 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "187024", "Latitude": 40.519096, "Longitude": -111.957814, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "187024" }, "geometry": { "type": "Point", "coordinates": [ -111.957814000004177, 40.519096000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4107, "StopName": "2700 W @ 13370 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "187047", "Latitude": 40.508412, "Longitude": -111.957777, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "187047" }, "geometry": { "type": "Point", "coordinates": [ -111.957777000004711, 40.508412000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4108, "StopName": "11800 S @ 2812 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "187066", "Latitude": 40.536955, "Longitude": -111.959711, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "187066" }, "geometry": { "type": "Point", "coordinates": [ -111.959711000004759, 40.536955000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4109, "StopName": "11800 S @ 2843 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "187067", "Latitude": 40.536819, "Longitude": -111.960185, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "187067" }, "geometry": { "type": "Point", "coordinates": [ -111.960185000004429, 40.536819000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4110, "StopName": "Redwood Rd @ 13035 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188007", "Latitude": 40.514555, "Longitude": -111.938413, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188007" }, "geometry": { "type": "Point", "coordinates": [ -111.938413000004005, 40.514555000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4111, "StopName": "Redwood Rd @ 13054 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188017", "Latitude": 40.513941, "Longitude": -111.938785, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188017" }, "geometry": { "type": "Point", "coordinates": [ -111.938785000004216, 40.513941000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4112, "StopName": "Redwood Rd @ 13324 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188019", "Latitude": 40.509083, "Longitude": -111.938784, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188019" }, "geometry": { "type": "Point", "coordinates": [ -111.938784000004148, 40.509083000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4113, "StopName": "1300 W @ 10876 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188046", "Latitude": 40.553741, "Longitude": -111.929248, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "188046" }, "geometry": { "type": "Point", "coordinates": [ -111.929248000004179, 40.553741000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4114, "StopName": "1300 W @ 12145 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188060", "Latitude": 40.530705, "Longitude": -111.929101, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188060" }, "geometry": { "type": "Point", "coordinates": [ -111.929101000004607, 40.530705000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4115, "StopName": "1300 W @ 11819 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188061", "Latitude": 40.536288, "Longitude": -111.929117, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188061" }, "geometry": { "type": "Point", "coordinates": [ -111.929117000004126, 40.536288000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4116, "StopName": "1300 W @ 11055 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188063", "Latitude": 40.550351, "Longitude": -111.929029, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "188063" }, "geometry": { "type": "Point", "coordinates": [ -111.92902900000405, 40.550351000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4117, "StopName": "1300 W @ 10765 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188064", "Latitude": 40.555706, "Longitude": -111.929051, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "188064" }, "geometry": { "type": "Point", "coordinates": [ -111.929051000004051, 40.555706000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4118, "StopName": "1300 W @ 11072 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188066", "Latitude": 40.550438, "Longitude": -111.929245, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "188066" }, "geometry": { "type": "Point", "coordinates": [ -111.929245000004826, 40.550438000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4119, "StopName": "1300 W @ 11506 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188068", "Latitude": 40.542024, "Longitude": -111.929252, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188068" }, "geometry": { "type": "Point", "coordinates": [ -111.929252000004524, 40.542024000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4120, "StopName": "1300 W @ 11822 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188069", "Latitude": 40.536327, "Longitude": -111.929272, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188069" }, "geometry": { "type": "Point", "coordinates": [ -111.929272000004374, 40.536327000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4121, "StopName": "1300 W @ 12160 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188070", "Latitude": 40.530614, "Longitude": -111.929262, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188070" }, "geometry": { "type": "Point", "coordinates": [ -111.929262000004442, 40.530614000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4122, "StopName": "1300 W @ 11220 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188082", "Latitude": 40.547741, "Longitude": -111.929224, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "188082" }, "geometry": { "type": "Point", "coordinates": [ -111.929224000003984, 40.547741000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4123, "StopName": "12600 S @ 1340 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188087", "Latitude": 40.522443, "Longitude": -111.93014, "AVGBoard": 0, "AVGAlight": 0, "Route": "526", "StopAbbr_J": "188087" }, "geometry": { "type": "Point", "coordinates": [ -111.930140000004286, 40.522443000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4124, "StopName": "12600 S @ 1283 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188092", "Latitude": 40.522186, "Longitude": -111.928246, "AVGBoard": 0, "AVGAlight": 0, "Route": "526", "StopAbbr_J": "188092" }, "geometry": { "type": "Point", "coordinates": [ -111.928246000003966, 40.522186000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4125, "StopName": "1300 W @ 11495 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188096", "Latitude": 40.542425, "Longitude": -111.929056, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "188096" }, "geometry": { "type": "Point", "coordinates": [ -111.929056000004451, 40.542425000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4126, "StopName": "1300 W @ 11215 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188098", "Latitude": 40.547532, "Longitude": -111.929028, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "188098" }, "geometry": { "type": "Point", "coordinates": [ -111.929028000003953, 40.547532000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4127, "StopName": "1300 W @ 10877 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "188099", "Latitude": 40.553648, "Longitude": -111.929051, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 218", "StopAbbr_J": "188099" }, "geometry": { "type": "Point", "coordinates": [ -111.929051000004051, 40.55364800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4128, "StopName": "12600 S @ 1802 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "188105", "Latitude": 40.522419, "Longitude": -111.940813, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, F518, 526", "StopAbbr_J": "188105" }, "geometry": { "type": "Point", "coordinates": [ -111.940813000003956, 40.522419000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4129, "StopName": "Draper Pkwy @ 1180 E", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "189005", "Latitude": 40.528304, "Longitude": -111.857339, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189005" }, "geometry": { "type": "Point", "coordinates": [ -111.857339000004657, 40.528304000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4130, "StopName": "Draper Pkwy @ 1165 E", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "189039", "Latitude": 40.528473, "Longitude": -111.857021, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189039" }, "geometry": { "type": "Point", "coordinates": [ -111.857021000004409, 40.52847300000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4131, "StopName": "700 E @ 11252 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "189058", "Latitude": 40.546818, "Longitude": -111.872453, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189058" }, "geometry": { "type": "Point", "coordinates": [ -111.872453000004214, 40.546818000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4132, "StopName": "1000 E @ 11620 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "189129", "Latitude": 40.540336, "Longitude": -111.862814, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189129" }, "geometry": { "type": "Point", "coordinates": [ -111.862814000004718, 40.540336000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4133, "StopName": "1300 E @ 13360 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "189141", "Latitude": 40.508415, "Longitude": -111.853378, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189141" }, "geometry": { "type": "Point", "coordinates": [ -111.853378000004042, 40.508415000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4134, "StopName": "Vestry Rd @ 657 E", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "189504", "Latitude": 40.490326, "Longitude": -111.872834, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189504" }, "geometry": { "type": "Point", "coordinates": [ -111.872834000004289, 40.490326000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4135, "StopName": "Vestry Rd @ 648 E", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "189510", "Latitude": 40.490221, "Longitude": -111.872826, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189510" }, "geometry": { "type": "Point", "coordinates": [ -111.872826000004537, 40.490221000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4136, "StopName": "1300 E @ 12771 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "189523", "Latitude": 40.519724, "Longitude": -111.853216, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189523" }, "geometry": { "type": "Point", "coordinates": [ -111.853216000004124, 40.519724000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4137, "StopName": "1000 E @ 11625 S", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "189531", "Latitude": 40.540329, "Longitude": -111.862641, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "189531" }, "geometry": { "type": "Point", "coordinates": [ -111.862641000004785, 40.5403290000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4138, "StopName": "Medical Dr @ 1900 E", "City": "Salt Lake City", "ZipCode": "84132", "County": "Salt Lake", "UTA_StopID": null, "Latitude": 40.768574, "Longitude": -111.835518, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -111.835518000004654, 40.768574000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4139, "StopName": "Monarch Meadows Pky @ 13706 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "195003", "Latitude": 40.502565, "Longitude": -112.007544, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "195003" }, "geometry": { "type": "Point", "coordinates": [ -112.007544000004629, 40.502565000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4140, "StopName": "Rosecrest Rd @ 5424 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "195005", "Latitude": 40.490498, "Longitude": -112.020375, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "195005" }, "geometry": { "type": "Point", "coordinates": [ -112.020375000004009, 40.490498000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4141, "StopName": "Rosecrest Rd @ 13675 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "195006", "Latitude": 40.503416, "Longitude": -112.024384, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "195006" }, "geometry": { "type": "Point", "coordinates": [ -112.02438400000409, 40.503416000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4142, "StopName": "2300 E @ 4629 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "198006", "Latitude": 40.670508, "Longitude": -111.82449, "AVGBoard": 1, "AVGAlight": 2, "Route": "45, 223", "StopAbbr_J": "198006" }, "geometry": { "type": "Point", "coordinates": [ -111.824490000004388, 40.670508000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4143, "StopName": "2700 W @ 4663 S", "City": "Taylorsville", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198008", "Latitude": 40.668455, "Longitude": -111.957848, "AVGBoard": 3, "AVGAlight": 1, "Route": "227", "StopAbbr_J": "198008" }, "geometry": { "type": "Point", "coordinates": [ -111.95784800000429, 40.668455000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4144, "StopName": "2700 W @ 4726 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "198009", "Latitude": 40.667016, "Longitude": -111.958144, "AVGBoard": 0, "AVGAlight": 5, "Route": "227", "StopAbbr_J": "198009" }, "geometry": { "type": "Point", "coordinates": [ -111.958144000004509, 40.667016000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4145, "StopName": "900 E @ 4168 S", "City": null, "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "198010", "Latitude": 40.681004, "Longitude": -111.865633, "AVGBoard": 3, "AVGAlight": 6, "Route": "209", "StopAbbr_J": "198010" }, "geometry": { "type": "Point", "coordinates": [ -111.865633000004294, 40.681004000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4146, "StopName": "Northwest Ave @ 5383 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198014", "Latitude": 40.653335, "Longitude": -112.004313, "AVGBoard": 1, "AVGAlight": 2, "Route": "248", "StopAbbr_J": "198014" }, "geometry": { "type": "Point", "coordinates": [ -112.004313000004203, 40.65333500000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4147, "StopName": "Northwest Ave @ 5384 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198015", "Latitude": 40.653317, "Longitude": -112.004446, "AVGBoard": 1, "AVGAlight": 3, "Route": "248", "StopAbbr_J": "198015" }, "geometry": { "type": "Point", "coordinates": [ -112.004446000004435, 40.65331700000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4148, "StopName": "Daybreak Rim Way @ Kestrel Rise Rd", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198017", "Latitude": 40.545922, "Longitude": -112.002091, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198017" }, "geometry": { "type": "Point", "coordinates": [ -112.002091000004583, 40.545922000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4149, "StopName": "5400 S \/ Warrior Way (WB)", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198018", "Latitude": 40.653187, "Longitude": -111.933013, "AVGBoard": 1, "AVGAlight": 13, "Route": null, "StopAbbr_J": "198018" }, "geometry": { "type": "Point", "coordinates": [ -111.933013000004749, 40.653187000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4150, "StopName": "Redwood Rd @ 3575 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198024", "Latitude": 40.695318, "Longitude": -111.938774, "AVGBoard": 2, "AVGAlight": 22, "Route": "217", "StopAbbr_J": "198024" }, "geometry": { "type": "Point", "coordinates": [ -111.938774000004187, 40.695318000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4151, "StopName": "State St @ 6548 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198031", "Latitude": 40.62992, "Longitude": -111.889908, "AVGBoard": 2, "AVGAlight": 5, "Route": "201", "StopAbbr_J": "198031" }, "geometry": { "type": "Point", "coordinates": [ -111.88990800000424, 40.629920000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4152, "StopName": "State St @ 6888 S", "City": null, "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198033", "Latitude": 40.62609, "Longitude": -111.890269, "AVGBoard": 2, "AVGAlight": 5, "Route": null, "StopAbbr_J": "198033" }, "geometry": { "type": "Point", "coordinates": [ -111.890269000004466, 40.626090000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4153, "StopName": "State St @ 6954 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198034", "Latitude": 40.624717, "Longitude": -111.890396, "AVGBoard": 5, "AVGAlight": 2, "Route": null, "StopAbbr_J": "198034" }, "geometry": { "type": "Point", "coordinates": [ -111.890396000004188, 40.62471700000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4154, "StopName": "State St @ 7052 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198035", "Latitude": 40.623282, "Longitude": -111.890542, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "198035" }, "geometry": { "type": "Point", "coordinates": [ -111.890542000004572, 40.623282000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4155, "StopName": "State St @ 7302 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198036", "Latitude": 40.618825, "Longitude": -111.890812, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "198036" }, "geometry": { "type": "Point", "coordinates": [ -111.890812000004459, 40.61882500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4156, "StopName": "State St @ 7434 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198037", "Latitude": 40.616344, "Longitude": -111.890841, "AVGBoard": 1, "AVGAlight": 5, "Route": "201", "StopAbbr_J": "198037" }, "geometry": { "type": "Point", "coordinates": [ -111.890841000004158, 40.616344000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4157, "StopName": "State St @ 6801 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198038", "Latitude": 40.627718, "Longitude": -111.889763, "AVGBoard": 8, "AVGAlight": 2, "Route": "201", "StopAbbr_J": "198038" }, "geometry": { "type": "Point", "coordinates": [ -111.889763000003924, 40.627718000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4158, "StopName": "State St @ 7009 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198039", "Latitude": 40.624158, "Longitude": -111.89008, "AVGBoard": 5, "AVGAlight": 3, "Route": "201", "StopAbbr_J": "198039" }, "geometry": { "type": "Point", "coordinates": [ -111.89008000000409, 40.624158000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4159, "StopName": "State St @ 7337 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198041", "Latitude": 40.618125, "Longitude": -111.890451, "AVGBoard": 2, "AVGAlight": 1, "Route": null, "StopAbbr_J": "198041" }, "geometry": { "type": "Point", "coordinates": [ -111.890451000004234, 40.618125000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4160, "StopName": "State St @ 7725 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198042", "Latitude": 40.610677, "Longitude": -111.890564, "AVGBoard": 6, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "198042" }, "geometry": { "type": "Point", "coordinates": [ -111.890564000004602, 40.610677000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4161, "StopName": "13400 S @ 3378 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "198043", "Latitude": 40.507915, "Longitude": -111.971737, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198043" }, "geometry": { "type": "Point", "coordinates": [ -111.97173700000404, 40.507915000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4162, "StopName": "13400 S @ 3435 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "198044", "Latitude": 40.507706, "Longitude": -111.973086, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198044" }, "geometry": { "type": "Point", "coordinates": [ -111.973086000004201, 40.507706000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4163, "StopName": "North Temple St @ 650 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198046", "Latitude": 40.771633, "Longitude": -111.910589, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519, 454", "StopAbbr_J": "198046" }, "geometry": { "type": "Point", "coordinates": [ -111.910589000004279, 40.771633000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4164, "StopName": "North Temple St @ 1758 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198056", "Latitude": 40.77169, "Longitude": -111.941097, "AVGBoard": 11, "AVGAlight": 6, "Route": "551, 456, 454, 217", "StopAbbr_J": "198056" }, "geometry": { "type": "Point", "coordinates": [ -111.941097000004092, 40.7716900000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4165, "StopName": "12600 S @ 1605 W", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "198057", "Latitude": 40.52219, "Longitude": -111.936346, "AVGBoard": 0, "AVGAlight": 0, "Route": "F534, 526", "StopAbbr_J": "198057" }, "geometry": { "type": "Point", "coordinates": [ -111.936346000004633, 40.522190000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4166, "StopName": "Grizzly Way @ 7048 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198062", "Latitude": 40.623198, "Longitude": -112.012992, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198062" }, "geometry": { "type": "Point", "coordinates": [ -112.012992000004246, 40.623198000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4167, "StopName": "Grizzly Way @ Claudia Hill Ln", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198063", "Latitude": 40.62238, "Longitude": -112.012761, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198063" }, "geometry": { "type": "Point", "coordinates": [ -112.012761000004019, 40.622380000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4168, "StopName": "Grizzly Way @ 7366 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198064", "Latitude": 40.617115, "Longitude": -112.013113, "AVGBoard": 1, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "198064" }, "geometry": { "type": "Point", "coordinates": [ -112.013113000004381, 40.617115000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4169, "StopName": "Grizzly Way @ 7381 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198065", "Latitude": 40.616746, "Longitude": -112.012692, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198065" }, "geometry": { "type": "Point", "coordinates": [ -112.012692000004591, 40.616746000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4170, "StopName": "Grizzly Way @ 7826 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198066", "Latitude": 40.608913, "Longitude": -112.012746, "AVGBoard": 0, "AVGAlight": 2, "Route": "248", "StopAbbr_J": "198066" }, "geometry": { "type": "Point", "coordinates": [ -112.012746000004569, 40.608913000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4171, "StopName": "Grizzly Way @ 7761 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198067", "Latitude": 40.61035, "Longitude": -112.012559, "AVGBoard": 2, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "198067" }, "geometry": { "type": "Point", "coordinates": [ -112.012559000004387, 40.61035000000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4172, "StopName": "Grizzly Way @ 7981 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198068", "Latitude": 40.606621, "Longitude": -112.013517, "AVGBoard": 2, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "198068" }, "geometry": { "type": "Point", "coordinates": [ -112.013517000004555, 40.606621000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4173, "StopName": "Grizzly Way @ 7980 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198069", "Latitude": 40.606093, "Longitude": -112.01446, "AVGBoard": 1, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "198069" }, "geometry": { "type": "Point", "coordinates": [ -112.014460000004391, 40.606093000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4174, "StopName": "Grizzly Way @ 8271 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198070", "Latitude": 40.60083, "Longitude": -112.019933, "AVGBoard": 1, "AVGAlight": 2, "Route": "248", "StopAbbr_J": "198070" }, "geometry": { "type": "Point", "coordinates": [ -112.019933000004286, 40.600830000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4175, "StopName": "Grizzly Way @ 8292 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198071", "Latitude": 40.59998, "Longitude": -112.020042, "AVGBoard": 2, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "198071" }, "geometry": { "type": "Point", "coordinates": [ -112.020042000004324, 40.599980000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4176, "StopName": "Grizzly Way @ 8740 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198072", "Latitude": 40.592344, "Longitude": -112.014809, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198072" }, "geometry": { "type": "Point", "coordinates": [ -112.014809000004504, 40.592344000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4177, "StopName": "Grizzly Way @ 8731 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198073", "Latitude": 40.592874, "Longitude": -112.014617, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198073" }, "geometry": { "type": "Point", "coordinates": [ -112.014617000004804, 40.592874000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4178, "StopName": "9000 S @ 5167 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198074", "Latitude": 40.587824, "Longitude": -112.014043, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198074" }, "geometry": { "type": "Point", "coordinates": [ -112.014043000004037, 40.587824000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4179, "StopName": "9000 S @ 5156 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198075", "Latitude": 40.588043, "Longitude": -112.013903, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "198075" }, "geometry": { "type": "Point", "coordinates": [ -112.013903000004134, 40.588043000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4180, "StopName": "9000 S @ 4841 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198076", "Latitude": 40.587811, "Longitude": -112.00618, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198076" }, "geometry": { "type": "Point", "coordinates": [ -112.006180000004093, 40.587811000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4181, "StopName": "9000 S @ 4820 W", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198077", "Latitude": 40.588034, "Longitude": -112.005766, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198077" }, "geometry": { "type": "Point", "coordinates": [ -112.005766000004002, 40.588034000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4182, "StopName": "Old Bingham Hwy @ 4362 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198078", "Latitude": 40.586395, "Longitude": -111.9951, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198078" }, "geometry": { "type": "Point", "coordinates": [ -111.995100000004015, 40.586395000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4183, "StopName": "4773 W. Old Bingham Hwy Station", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198079", "Latitude": 40.581717, "Longitude": -112.004673, "AVGBoard": 16, "AVGAlight": 13, "Route": "248", "StopAbbr_J": "198079" }, "geometry": { "type": "Point", "coordinates": [ -112.004673000004331, 40.581717000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4184, "StopName": "2nd Ave \/ Canyon Rd (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198082", "Latitude": 40.771658, "Longitude": -111.886665, "AVGBoard": 1, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "198082" }, "geometry": { "type": "Point", "coordinates": [ -111.886665000004626, 40.771658000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4185, "StopName": "2nd Ave \/ A St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198083", "Latitude": 40.771652, "Longitude": -111.883757, "AVGBoard": 2, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "198083" }, "geometry": { "type": "Point", "coordinates": [ -111.883757000003968, 40.77165200000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4186, "StopName": "2nd Ave \/ C St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198084", "Latitude": 40.771656, "Longitude": -111.880739, "AVGBoard": 1, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "198084" }, "geometry": { "type": "Point", "coordinates": [ -111.880739000004098, 40.771656000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4187, "StopName": "2nd Ave \/ D St (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198085", "Latitude": 40.771651, "Longitude": -111.879267, "AVGBoard": 1, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "198085" }, "geometry": { "type": "Point", "coordinates": [ -111.879267000004532, 40.771651000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4188, "StopName": "3rd Ave \/ D St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198086", "Latitude": 40.77288, "Longitude": -111.878829, "AVGBoard": 0, "AVGAlight": 1, "Route": "3", "StopAbbr_J": "198086" }, "geometry": { "type": "Point", "coordinates": [ -111.878829000004231, 40.772880000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4189, "StopName": "3rd Ave \/ C St (WB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198087", "Latitude": 40.772883, "Longitude": -111.880413, "AVGBoard": 1, "AVGAlight": 0, "Route": "3", "StopAbbr_J": "198087" }, "geometry": { "type": "Point", "coordinates": [ -111.880413000004083, 40.772883000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4190, "StopName": "Grizzly Way @ 8620 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198090", "Latitude": 40.596404, "Longitude": -112.016207, "AVGBoard": 1, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "198090" }, "geometry": { "type": "Point", "coordinates": [ -112.016207000004243, 40.5964040000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4191, "StopName": "Salt Lake International Airport", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198099", "Latitude": 40.786343, "Longitude": -111.983237, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "198099" }, "geometry": { "type": "Point", "coordinates": [ -111.983237000004721, 40.786343000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4192, "StopName": "State St @ 7087 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198102", "Latitude": 40.622541, "Longitude": -111.890277, "AVGBoard": 8, "AVGAlight": 3, "Route": "201", "StopAbbr_J": "198102" }, "geometry": { "type": "Point", "coordinates": [ -111.890277000004218, 40.622541000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4193, "StopName": "1950 W @ 126 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198103", "Latitude": 40.772068, "Longitude": -111.946866, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198103" }, "geometry": { "type": "Point", "coordinates": [ -111.946866000004221, 40.772068000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4194, "StopName": "Airport Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198107", "Latitude": 40.784282, "Longitude": -111.98047, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "198107" }, "geometry": { "type": "Point", "coordinates": [ -111.980470000004047, 40.784282000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4195, "StopName": "3600 W @ 13273 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "198110", "Latitude": 40.510047, "Longitude": -111.976711, "AVGBoard": 0, "AVGAlight": 0, "Route": "F547, F518, 526", "StopAbbr_J": "198110" }, "geometry": { "type": "Point", "coordinates": [ -111.976711000003988, 40.510047000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4196, "StopName": "2700 S @ 8942 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "198113", "Latitude": 40.711049, "Longitude": -112.104864, "AVGBoard": 20, "AVGAlight": 18, "Route": "35M, 35", "StopAbbr_J": "198113" }, "geometry": { "type": "Point", "coordinates": [ -112.104864000004611, 40.711049000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4197, "StopName": "12300 S \/ 210 E (WB)", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198127", "Latitude": 40.526892, "Longitude": -111.885557, "AVGBoard": 4, "AVGAlight": 12, "Route": "F546, 871", "StopAbbr_J": "198127" }, "geometry": { "type": "Point", "coordinates": [ -111.885557000004624, 40.52689200000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4198, "StopName": "700 E \/ 12300 S (SB)", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198128", "Latitude": 40.52609, "Longitude": -111.871305, "AVGBoard": 2, "AVGAlight": 3, "Route": "F546, 871", "StopAbbr_J": "198128" }, "geometry": { "type": "Point", "coordinates": [ -111.871305000004483, 40.526090000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4199, "StopName": "Draper Town Center Station (Bay A)", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198129", "Latitude": 40.525389, "Longitude": -111.859558, "AVGBoard": 38, "AVGAlight": 24, "Route": "F546, 871", "StopAbbr_J": "198129" }, "geometry": { "type": "Point", "coordinates": [ -111.859558000004029, 40.52538900000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4200, "StopName": "Pioneer Rd \/ Fort St (WB)", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198130", "Latitude": 40.525156, "Longitude": -111.863669, "AVGBoard": 0, "AVGAlight": 0, "Route": "F546, 871", "StopAbbr_J": "198130" }, "geometry": { "type": "Point", "coordinates": [ -111.863669000004464, 40.525156000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4201, "StopName": "Pioneer Rd \/ 700 E (WB)", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198131", "Latitude": 40.525166, "Longitude": -111.87065, "AVGBoard": 1, "AVGAlight": 1, "Route": "F546, 871", "StopAbbr_J": "198131" }, "geometry": { "type": "Point", "coordinates": [ -111.870650000004218, 40.525166000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4202, "StopName": "10600 S @ 673 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198133", "Latitude": 40.558845, "Longitude": -111.872777, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198133" }, "geometry": { "type": "Point", "coordinates": [ -111.872777000004064, 40.558845000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4203, "StopName": "10600 S @ 287 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198134", "Latitude": 40.558922, "Longitude": -111.882165, "AVGBoard": 0, "AVGAlight": 0, "Route": "F546, 313", "StopAbbr_J": "198134" }, "geometry": { "type": "Point", "coordinates": [ -111.882165000004363, 40.558922000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4204, "StopName": "10600 S @ 288 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198135", "Latitude": 40.558748, "Longitude": -111.882244, "AVGBoard": 0, "AVGAlight": 0, "Route": "F546, 313", "StopAbbr_J": "198135" }, "geometry": { "type": "Point", "coordinates": [ -111.882244000004604, 40.558748000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4205, "StopName": "400 S @ 409 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "198136", "Latitude": 40.760504, "Longitude": -111.902898, "AVGBoard": 14, "AVGAlight": 4, "Route": "4", "StopAbbr_J": "198136" }, "geometry": { "type": "Point", "coordinates": [ -111.9028980000042, 40.760504000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4206, "StopName": "1300 E @ 1969 S", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "198137", "Latitude": 40.727433, "Longitude": -111.853834, "AVGBoard": 4, "AVGAlight": 3, "Route": "220", "StopAbbr_J": "198137" }, "geometry": { "type": "Point", "coordinates": [ -111.853834000004028, 40.727433000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4207, "StopName": "900 S @ 212 E", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "198138", "Latitude": 40.749704, "Longitude": -111.884949, "AVGBoard": 9, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "198138" }, "geometry": { "type": "Point", "coordinates": [ -111.884949000004639, 40.749704000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4208, "StopName": "Sugarmont Station (NB)", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198139", "Latitude": 40.722432, "Longitude": -111.865299, "AVGBoard": 7, "AVGAlight": 12, "Route": "209", "StopAbbr_J": "198139" }, "geometry": { "type": "Point", "coordinates": [ -111.865299000004526, 40.722432000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4209, "StopName": "North Temple @ 1458 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198149", "Latitude": 40.771671, "Longitude": -111.932604, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "198149" }, "geometry": { "type": "Point", "coordinates": [ -111.932604000004147, 40.771671000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4210, "StopName": "3600 W @ 12750 S", "City": "Riverton", "ZipCode": "84065", "County": "Salt Lake", "UTA_StopID": "198151", "Latitude": 40.519465, "Longitude": -111.976808, "AVGBoard": 0, "AVGAlight": 0, "Route": "F547, F518, 526", "StopAbbr_J": "198151" }, "geometry": { "type": "Point", "coordinates": [ -111.976808000004809, 40.519465000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4211, "StopName": "5400 S \/ 4270 W (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198152", "Latitude": 40.652851, "Longitude": -111.992758, "AVGBoard": 6, "AVGAlight": 20, "Route": null, "StopAbbr_J": "198152" }, "geometry": { "type": "Point", "coordinates": [ -111.992758000004358, 40.652851000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4212, "StopName": "5400 S \/ 4420 W (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198153", "Latitude": 40.652852, "Longitude": -111.996088, "AVGBoard": 1, "AVGAlight": 8, "Route": null, "StopAbbr_J": "198153" }, "geometry": { "type": "Point", "coordinates": [ -111.996088000003979, 40.652852000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4213, "StopName": "5400 S \/ 4620 W (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198154", "Latitude": 40.652886, "Longitude": -112.001619, "AVGBoard": 2, "AVGAlight": 10, "Route": null, "StopAbbr_J": "198154" }, "geometry": { "type": "Point", "coordinates": [ -112.001619000004169, 40.652886000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4214, "StopName": "5400 S \/ 4620 W (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198155", "Latitude": 40.652709, "Longitude": -112.001533, "AVGBoard": 14, "AVGAlight": 2, "Route": null, "StopAbbr_J": "198155" }, "geometry": { "type": "Point", "coordinates": [ -112.001533000004244, 40.652709000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4215, "StopName": "5400 S \/ 4420 W (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198156", "Latitude": 40.652634, "Longitude": -111.995881, "AVGBoard": 17, "AVGAlight": 1, "Route": null, "StopAbbr_J": "198156" }, "geometry": { "type": "Point", "coordinates": [ -111.995881000004829, 40.652634000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4216, "StopName": "5400 S \/ 4320 W (EB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198157", "Latitude": 40.652634, "Longitude": -111.993568, "AVGBoard": 14, "AVGAlight": 4, "Route": null, "StopAbbr_J": "198157" }, "geometry": { "type": "Point", "coordinates": [ -111.993568000003975, 40.652634000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4217, "StopName": "5400 S \/ 5600 W (WB)", "City": "West Valley City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198158", "Latitude": 40.653181, "Longitude": -112.025261, "AVGBoard": 2, "AVGAlight": 17, "Route": "F556, 54", "StopAbbr_J": "198158" }, "geometry": { "type": "Point", "coordinates": [ -112.025261000004775, 40.653181000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4218, "StopName": "12300 S \/ 210 E (EB)", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198159", "Latitude": 40.526641, "Longitude": -111.884616, "AVGBoard": 9, "AVGAlight": 4, "Route": "F546, 871", "StopAbbr_J": "198159" }, "geometry": { "type": "Point", "coordinates": [ -111.884616000004044, 40.526641000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4219, "StopName": "2200 W @ 1871 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198160", "Latitude": 40.808094, "Longitude": -111.953651, "AVGBoard": 0, "AVGAlight": 0, "Route": "F522, 456", "StopAbbr_J": "198160" }, "geometry": { "type": "Point", "coordinates": [ -111.95365100000393, 40.808094000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4220, "StopName": "7800 S @ 3711 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198161", "Latitude": 40.60936, "Longitude": -111.979566, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198161" }, "geometry": { "type": "Point", "coordinates": [ -111.979566000004766, 40.609360000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4221, "StopName": "Fort Union Blvd @ 26 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198162", "Latitude": 40.62079, "Longitude": -111.891875, "AVGBoard": 2, "AVGAlight": 16, "Route": "972, 953, 72", "StopAbbr_J": "198162" }, "geometry": { "type": "Point", "coordinates": [ -111.891875000004333, 40.62079000000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4222, "StopName": "Fort Union Blvd @ 32 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198163", "Latitude": 40.620678, "Longitude": -111.88966, "AVGBoard": 17, "AVGAlight": 6, "Route": "972, 953, 72", "StopAbbr_J": "198163" }, "geometry": { "type": "Point", "coordinates": [ -111.889660000004397, 40.620678000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4223, "StopName": "8600 S @ 171 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198164", "Latitude": 40.594984, "Longitude": -111.896609, "AVGBoard": 2, "AVGAlight": 0, "Route": "525", "StopAbbr_J": "198164" }, "geometry": { "type": "Point", "coordinates": [ -111.89660900000419, 40.59498400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4224, "StopName": "North Temple @ 790 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198165", "Latitude": 40.771636, "Longitude": -111.913731, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519, 454", "StopAbbr_J": "198165" }, "geometry": { "type": "Point", "coordinates": [ -111.913731000004518, 40.771636000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4225, "StopName": "North Temple @ 988 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198166", "Latitude": 40.771653, "Longitude": -111.919416, "AVGBoard": 0, "AVGAlight": 0, "Route": "919, 519, 454", "StopAbbr_J": "198166" }, "geometry": { "type": "Point", "coordinates": [ -111.919416000003991, 40.771653000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4226, "StopName": "North Temple @ 1293 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198168", "Latitude": 40.771387, "Longitude": -111.928781, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "198168" }, "geometry": { "type": "Point", "coordinates": [ -111.928781000004179, 40.771387000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4227, "StopName": "North Temple @ 1193 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198169", "Latitude": 40.771369, "Longitude": -111.92539, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "198169" }, "geometry": { "type": "Point", "coordinates": [ -111.925390000004001, 40.77136900000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4228, "StopName": "North Temple @ 1009 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198170", "Latitude": 40.771382, "Longitude": -111.919962, "AVGBoard": 0, "AVGAlight": 0, "Route": "454", "StopAbbr_J": "198170" }, "geometry": { "type": "Point", "coordinates": [ -111.919962000004233, 40.771382000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4229, "StopName": "North Temple @ 807 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198171", "Latitude": 40.771381, "Longitude": -111.914287, "AVGBoard": 0, "AVGAlight": 0, "Route": "920, 520, 454", "StopAbbr_J": "198171" }, "geometry": { "type": "Point", "coordinates": [ -111.914287000004691, 40.771381000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4230, "StopName": "North Temple @ 617 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198172", "Latitude": 40.771391, "Longitude": -111.908516, "AVGBoard": 1, "AVGAlight": 1, "Route": "920, 520, 454", "StopAbbr_J": "198172" }, "geometry": { "type": "Point", "coordinates": [ -111.908516000004411, 40.771391000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4231, "StopName": "2300 E @ 3663 S", "City": "Millcreek", "ZipCode": "84109", "County": "Salt Lake", "UTA_StopID": "198181", "Latitude": 40.691269, "Longitude": -111.824419, "AVGBoard": 0, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "198181" }, "geometry": { "type": "Point", "coordinates": [ -111.824419000004795, 40.69126900000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4232, "StopName": "2300 E @ 4657 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "198182", "Latitude": 40.669147, "Longitude": -111.82454, "AVGBoard": 7, "AVGAlight": 13, "Route": "45, 223", "StopAbbr_J": "198182" }, "geometry": { "type": "Point", "coordinates": [ -111.824540000004021, 40.669147000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4233, "StopName": "9091 S @ 1098 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "198184", "Latitude": 40.587164, "Longitude": -111.864078, "AVGBoard": 0, "AVGAlight": 1, "Route": "F94, 994", "StopAbbr_J": "198184" }, "geometry": { "type": "Point", "coordinates": [ -111.864078000004156, 40.587164000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4234, "StopName": "900 W @ 1967 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198186", "Latitude": 40.727787, "Longitude": -111.916761, "AVGBoard": 8, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "198186" }, "geometry": { "type": "Point", "coordinates": [ -111.916761000004499, 40.727787000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4235, "StopName": "900 W @ 1976 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198187", "Latitude": 40.727621, "Longitude": -111.917003, "AVGBoard": 2, "AVGAlight": 5, "Route": "509", "StopAbbr_J": "198187" }, "geometry": { "type": "Point", "coordinates": [ -111.917003000004769, 40.72762100000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4236, "StopName": "River Front Pkwy @ 10648 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198188", "Latitude": 40.557786, "Longitude": -111.910678, "AVGBoard": 1, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "198188" }, "geometry": { "type": "Point", "coordinates": [ -111.910678000004452, 40.557786000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4237, "StopName": "River Front Pkwy @ 10749 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198193", "Latitude": 40.556905, "Longitude": -111.911875, "AVGBoard": 1, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "198193" }, "geometry": { "type": "Point", "coordinates": [ -111.911875000004642, 40.556905000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4238, "StopName": "River Front Pkwy @ 10635 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198194", "Latitude": 40.558273, "Longitude": -111.910141, "AVGBoard": 1, "AVGAlight": 1, "Route": "218", "StopAbbr_J": "198194" }, "geometry": { "type": "Point", "coordinates": [ -111.91014100000406, 40.5582730000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4239, "StopName": "11400 S @ 1236 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198196", "Latitude": 40.544277, "Longitude": -111.927284, "AVGBoard": 1, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "198196" }, "geometry": { "type": "Point", "coordinates": [ -111.927284000004349, 40.544277000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4240, "StopName": "Centennial Pkwy @ 10152 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198197", "Latitude": 40.566986, "Longitude": -111.895816, "AVGBoard": 1, "AVGAlight": 1, "Route": "201", "StopAbbr_J": "198197" }, "geometry": { "type": "Point", "coordinates": [ -111.895816000004174, 40.566986000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4241, "StopName": "Centennial Pkwy @ 10255 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198198", "Latitude": 40.565215, "Longitude": -111.894929, "AVGBoard": 23, "AVGAlight": 28, "Route": "201", "StopAbbr_J": "198198" }, "geometry": { "type": "Point", "coordinates": [ -111.894929000004495, 40.565215000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4242, "StopName": "Centennial Pkwy @ 10115 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198199", "Latitude": 40.567811, "Longitude": -111.894938, "AVGBoard": 3, "AVGAlight": 2, "Route": "201", "StopAbbr_J": "198199" }, "geometry": { "type": "Point", "coordinates": [ -111.894938000004331, 40.567811000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4243, "StopName": "1300 E @ 13297 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198204", "Latitude": 40.508994, "Longitude": -111.853223, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198204" }, "geometry": { "type": "Point", "coordinates": [ -111.853223000004704, 40.508994000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4244, "StopName": "9000 S @ 732 W", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198205", "Latitude": 40.587866, "Longitude": -111.911033, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198205" }, "geometry": { "type": "Point", "coordinates": [ -111.911033000004167, 40.587866000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4245, "StopName": "Oquirrh Lake Rd (4500 W) @ 11023 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198207", "Latitude": 40.550741, "Longitude": -111.996502, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198207" }, "geometry": { "type": "Point", "coordinates": [ -111.996502000004071, 40.550741000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4246, "StopName": "Oquirrh Lake Rd (4500 W) @ 11099 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198208", "Latitude": 40.553426, "Longitude": -111.998631, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198208" }, "geometry": { "type": "Point", "coordinates": [ -111.998631000004082, 40.553426000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4247, "StopName": "Oquirrh Lake Rd (4500 W) @ 11126 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198209", "Latitude": 40.55064, "Longitude": -111.99658, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198209" }, "geometry": { "type": "Point", "coordinates": [ -111.996580000004244, 40.55064000000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4248, "StopName": "10400 S @ 4012 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198210", "Latitude": 40.562461, "Longitude": -111.98704, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198210" }, "geometry": { "type": "Point", "coordinates": [ -111.987040000003944, 40.562461000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4249, "StopName": "South Jordan Pky (10400 S) @ 4206 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198211", "Latitude": 40.561015, "Longitude": -111.991555, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198211" }, "geometry": { "type": "Point", "coordinates": [ -111.991555000004567, 40.561015000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4250, "StopName": "South Jordan Pky (10400 S) @ 4312 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198212", "Latitude": 40.560146, "Longitude": -111.993613, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198212" }, "geometry": { "type": "Point", "coordinates": [ -111.993613000004103, 40.560146000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4251, "StopName": "South Jordan Pky @ 4454 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198213", "Latitude": 40.561147, "Longitude": -111.99737, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198213" }, "geometry": { "type": "Point", "coordinates": [ -111.997370000004011, 40.561147000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4252, "StopName": "South Jordan Pky (10400 S) @ 4518 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198214", "Latitude": 40.561955, "Longitude": -111.999037, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198214" }, "geometry": { "type": "Point", "coordinates": [ -111.999037000004435, 40.561955000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4253, "StopName": "South Jordan Pky (10400 S) @ 4483 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198215", "Latitude": 40.561137, "Longitude": -111.997954, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198215" }, "geometry": { "type": "Point", "coordinates": [ -111.997954000004697, 40.561137000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4254, "StopName": "10400 S @ 3788 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198217", "Latitude": 40.561993, "Longitude": -111.98171, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198217" }, "geometry": { "type": "Point", "coordinates": [ -111.981710000004213, 40.56199300000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4255, "StopName": "10400 S @ 3540 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198218", "Latitude": 40.562065, "Longitude": -111.973533, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198218" }, "geometry": { "type": "Point", "coordinates": [ -111.973533000004352, 40.562065000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4256, "StopName": "11800 S @ 5794 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198221", "Latitude": 40.537046, "Longitude": -112.027604, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198221" }, "geometry": { "type": "Point", "coordinates": [ -112.027604000004516, 40.537046000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4257, "StopName": "11800 S @ 5895 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198222", "Latitude": 40.536844, "Longitude": -112.029371, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198222" }, "geometry": { "type": "Point", "coordinates": [ -112.029371000004232, 40.536844000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4258, "StopName": "11800 S @ 5959 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198223", "Latitude": 40.536838, "Longitude": -112.031574, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198223" }, "geometry": { "type": "Point", "coordinates": [ -112.031574000004071, 40.536838000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4259, "StopName": "Lone Peak Pky @ 12032 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198225", "Latitude": 40.53244, "Longitude": -111.89648, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198225" }, "geometry": { "type": "Point", "coordinates": [ -111.896480000004303, 40.532440000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4260, "StopName": "Lone Peak Pky @ 11875 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198226", "Latitude": 40.535513, "Longitude": -111.897005, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198226" }, "geometry": { "type": "Point", "coordinates": [ -111.897005000004611, 40.535513000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4261, "StopName": "Lone Peak Pky @ 12031 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198227", "Latitude": 40.532489, "Longitude": -111.896332, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198227" }, "geometry": { "type": "Point", "coordinates": [ -111.896332000004648, 40.532489000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4262, "StopName": "Lone Peak Pky @ 12236 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198228", "Latitude": 40.528246, "Longitude": -111.895865, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198228" }, "geometry": { "type": "Point", "coordinates": [ -111.895865000004648, 40.528246000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4263, "StopName": "South Jordan Pky (10400 S) @ 4421 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198229", "Latitude": 40.560454, "Longitude": -111.996521, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198229" }, "geometry": { "type": "Point", "coordinates": [ -111.996521000004762, 40.560454000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4264, "StopName": "South Jordan Pky (10400 S) @ 4341 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198230", "Latitude": 40.559847, "Longitude": -111.994575, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198230" }, "geometry": { "type": "Point", "coordinates": [ -111.994575000004616, 40.559847000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4265, "StopName": "South Jordan Pky (10400 S) @ 4295 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198231", "Latitude": 40.559994, "Longitude": -111.993036, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198231" }, "geometry": { "type": "Point", "coordinates": [ -111.993036000003983, 40.559994000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4266, "StopName": "10400 S @ 4125 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198232", "Latitude": 40.561079, "Longitude": -111.991052, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198232" }, "geometry": { "type": "Point", "coordinates": [ -111.991052000004274, 40.561079000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4267, "StopName": "10400 S @ 3963 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198233", "Latitude": 40.562137, "Longitude": -111.985381, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198233" }, "geometry": { "type": "Point", "coordinates": [ -111.985381000004182, 40.562137000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4268, "StopName": "River Heights Dr @ 10702 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198235", "Latitude": 40.557194, "Longitude": -111.973218, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198235" }, "geometry": { "type": "Point", "coordinates": [ -111.973218000004366, 40.557194000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4269, "StopName": "10400 S @ 3451 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198236", "Latitude": 40.561814, "Longitude": -111.973207, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198236" }, "geometry": { "type": "Point", "coordinates": [ -111.973207000004336, 40.561814000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4270, "StopName": "10400 S @ 3751 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198237", "Latitude": 40.561773, "Longitude": -111.980511, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198237" }, "geometry": { "type": "Point", "coordinates": [ -111.980511000004753, 40.561773000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4271, "StopName": "River Heights Dr @ 10649 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198238", "Latitude": 40.55797, "Longitude": -111.972678, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198238" }, "geometry": { "type": "Point", "coordinates": [ -111.972678000004606, 40.557970000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4272, "StopName": "River Heights Dr @ 10737 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198239", "Latitude": 40.555238, "Longitude": -111.974245, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198239" }, "geometry": { "type": "Point", "coordinates": [ -111.974245000003961, 40.555238000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4273, "StopName": "River Heights Dr @ 11089 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198240", "Latitude": 40.549402, "Longitude": -111.979206, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198240" }, "geometry": { "type": "Point", "coordinates": [ -111.979206000004609, 40.549402000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4274, "StopName": "Summer Heights Dr @ 11153 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198241", "Latitude": 40.547572, "Longitude": -111.97856, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198241" }, "geometry": { "type": "Point", "coordinates": [ -111.978560000004208, 40.547572000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4275, "StopName": "Summer Heights Dr @ 11269 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198242", "Latitude": 40.546687, "Longitude": -111.978837, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198242" }, "geometry": { "type": "Point", "coordinates": [ -111.97883700000466, 40.54668700000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4276, "StopName": "11400 S @ 3670 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198243", "Latitude": 40.544287, "Longitude": -111.977452, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198243" }, "geometry": { "type": "Point", "coordinates": [ -111.977452000004178, 40.544287000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4277, "StopName": "3600 W @ 11442 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198244", "Latitude": 40.543338, "Longitude": -111.976866, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198244" }, "geometry": { "type": "Point", "coordinates": [ -111.976866000004236, 40.543338000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4278, "StopName": "Summer Heights Dr @ 11324 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198245", "Latitude": 40.546279, "Longitude": -111.979062, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198245" }, "geometry": { "type": "Point", "coordinates": [ -111.97906200000439, 40.546279000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4279, "StopName": "Summer Heights Dr @ 11150 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198246", "Latitude": 40.547587, "Longitude": -111.978641, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198246" }, "geometry": { "type": "Point", "coordinates": [ -111.9786410000046, 40.547587000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4280, "StopName": "River Heights Dr @ 11068 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198247", "Latitude": 40.549768, "Longitude": -111.978964, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198247" }, "geometry": { "type": "Point", "coordinates": [ -111.978964000004368, 40.549768000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4281, "StopName": "River Heights Dr @ 10778 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198248", "Latitude": 40.554246, "Longitude": -111.975135, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198248" }, "geometry": { "type": "Point", "coordinates": [ -111.975135000004798, 40.554246000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4282, "StopName": "10400 S @ 3831 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198249", "Latitude": 40.561819, "Longitude": -111.982889, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198249" }, "geometry": { "type": "Point", "coordinates": [ -111.982889000004704, 40.561819000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4283, "StopName": "Oquirrh Lake Rd (4500 W) @ 11221 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198250", "Latitude": 40.548559, "Longitude": -111.996759, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198250" }, "geometry": { "type": "Point", "coordinates": [ -111.996759000004687, 40.548559000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4284, "StopName": "Oquirrh Lake Rd (4500 W) @ 10687 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198251", "Latitude": 40.55698, "Longitude": -111.999731, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198251" }, "geometry": { "type": "Point", "coordinates": [ -111.999731000004331, 40.556980000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4285, "StopName": "Oquirrh Lake Rd (4500 W) @ 10780 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198252", "Latitude": 40.557797, "Longitude": -111.999875, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198252" }, "geometry": { "type": "Point", "coordinates": [ -111.999875000004565, 40.557797000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4286, "StopName": "Oquirrh Lake Rd (4500 W) @ 11080 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198253", "Latitude": 40.55471, "Longitude": -111.999745, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198253" }, "geometry": { "type": "Point", "coordinates": [ -111.999745000004594, 40.554710000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4287, "StopName": "Oquirrh Lake Rd (4500 W) @ 11210 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198254", "Latitude": 40.548977, "Longitude": -111.996768, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198254" }, "geometry": { "type": "Point", "coordinates": [ -111.996768000004522, 40.548977000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4288, "StopName": "Lone Peak Pky @ 11888 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198255", "Latitude": 40.535181, "Longitude": -111.897171, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198255" }, "geometry": { "type": "Point", "coordinates": [ -111.897171000003965, 40.535181000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4289, "StopName": "Lone Peak Pky @ 12249 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198256", "Latitude": 40.52793, "Longitude": -111.895549, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198256" }, "geometry": { "type": "Point", "coordinates": [ -111.895549000004564, 40.527930000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4290, "StopName": "River Front Pkwy @ 10726 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198258", "Latitude": 40.556519, "Longitude": -111.912646, "AVGBoard": 0, "AVGAlight": 2, "Route": "218", "StopAbbr_J": "198258" }, "geometry": { "type": "Point", "coordinates": [ -111.912646000004628, 40.556519000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4291, "StopName": "River Front Pky @ 10834 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198259", "Latitude": 40.554274, "Longitude": -111.914902, "AVGBoard": 3, "AVGAlight": 2, "Route": "218", "StopAbbr_J": "198259" }, "geometry": { "type": "Point", "coordinates": [ -111.914902000004361, 40.55427400000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4292, "StopName": "River Front Pky @ 11309", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198260", "Latitude": 40.546488, "Longitude": -111.917507, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "198260" }, "geometry": { "type": "Point", "coordinates": [ -111.917507000004207, 40.546488000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4293, "StopName": "River Front Pky @ 10903", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198261", "Latitude": 40.554078, "Longitude": -111.914873, "AVGBoard": 1, "AVGAlight": 4, "Route": "218", "StopAbbr_J": "198261" }, "geometry": { "type": "Point", "coordinates": [ -111.914873000004661, 40.554078000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4294, "StopName": "3380 W @ 8756 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198266", "Latitude": 40.591849, "Longitude": -111.971934, "AVGBoard": 1, "AVGAlight": 13, "Route": "F590, 240", "StopAbbr_J": "198266" }, "geometry": { "type": "Point", "coordinates": [ -111.971934000004168, 40.59184900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4295, "StopName": "3380 W @ 8814 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198267", "Latitude": 40.591371, "Longitude": -111.972297, "AVGBoard": 1, "AVGAlight": 1, "Route": "F590, 240", "StopAbbr_J": "198267" }, "geometry": { "type": "Point", "coordinates": [ -111.972297000004531, 40.591371000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4296, "StopName": "Jordan River Blvd @ 1034 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198268", "Latitude": 40.623674, "Longitude": -111.917893, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198268" }, "geometry": { "type": "Point", "coordinates": [ -111.917893000004696, 40.623674000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4297, "StopName": "7000 S @ 3313 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "198270", "Latitude": 40.623981, "Longitude": -111.970128, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198270" }, "geometry": { "type": "Point", "coordinates": [ -111.970128000003925, 40.623981000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4298, "StopName": "Highland Dr @ 4675 S", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "198273", "Latitude": 40.668917, "Longitude": -111.8398, "AVGBoard": 4, "AVGAlight": 1, "Route": "220", "StopAbbr_J": "198273" }, "geometry": { "type": "Point", "coordinates": [ -111.839800000003976, 40.668917000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4299, "StopName": "200 S \/ 600 W (EB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "198274", "Latitude": 40.764901, "Longitude": -111.908917, "AVGBoard": 79, "AVGAlight": 27, "Route": "6, 520, 519, 513, 509, 220, 205, 2, 11", "StopAbbr_J": "198274" }, "geometry": { "type": "Point", "coordinates": [ -111.908917000004337, 40.764901000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4300, "StopName": "700 N @ 1660 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198275", "Latitude": 40.784614, "Longitude": -111.938463, "AVGBoard": 0, "AVGAlight": 0, "Route": "919", "StopAbbr_J": "198275" }, "geometry": { "type": "Point", "coordinates": [ -111.938463000004546, 40.784614000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4301, "StopName": "500 N @ 1664 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198276", "Latitude": 40.780253, "Longitude": -111.938609, "AVGBoard": 0, "AVGAlight": 0, "Route": "919", "StopAbbr_J": "198276" }, "geometry": { "type": "Point", "coordinates": [ -111.938609000004035, 40.780253000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4302, "StopName": "500 N @ 1669 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198277", "Latitude": 40.780154, "Longitude": -111.938822, "AVGBoard": 0, "AVGAlight": 0, "Route": "920", "StopAbbr_J": "198277" }, "geometry": { "type": "Point", "coordinates": [ -111.938822000004578, 40.780154000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4303, "StopName": "700 N @ 1600 W", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198278", "Latitude": 40.784626, "Longitude": -111.936997, "AVGBoard": 0, "AVGAlight": 0, "Route": "920", "StopAbbr_J": "198278" }, "geometry": { "type": "Point", "coordinates": [ -111.936997000004553, 40.784626000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4304, "StopName": "SLCC: Miller Campus", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198284", "Latitude": 40.575329, "Longitude": -111.9009, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198284" }, "geometry": { "type": "Point", "coordinates": [ -111.900900000004242, 40.575329000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4305, "StopName": "Jordan Gtwy @ 10900 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198285", "Latitude": 40.554035, "Longitude": -111.901322, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198285" }, "geometry": { "type": "Point", "coordinates": [ -111.901322000004114, 40.554035000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4306, "StopName": "Jordan Gtwy @ 10895 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198286", "Latitude": 40.554229, "Longitude": -111.900822, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198286" }, "geometry": { "type": "Point", "coordinates": [ -111.900822000004084, 40.554229000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4307, "StopName": "300 W @ 9904 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198287", "Latitude": 40.571557, "Longitude": -111.900897, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198287" }, "geometry": { "type": "Point", "coordinates": [ -111.900897000004008, 40.571557000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4308, "StopName": "Mirabella Dr @ 14070 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198288", "Latitude": 40.494803, "Longitude": -112.032791, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198288" }, "geometry": { "type": "Point", "coordinates": [ -112.03279100000411, 40.494803000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4309, "StopName": "Mirabella Dr @ 5739 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198289", "Latitude": 40.494268, "Longitude": -112.027441, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198289" }, "geometry": { "type": "Point", "coordinates": [ -112.027441000004501, 40.494268000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4310, "StopName": "Shaggy Peak Dr @ 14065 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198290", "Latitude": 40.496833, "Longitude": -112.013734, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198290" }, "geometry": { "type": "Point", "coordinates": [ -112.013734000004533, 40.49683300000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4311, "StopName": "Shaggy Peak Dr @ 13763 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198291", "Latitude": 40.500974, "Longitude": -112.013179, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198291" }, "geometry": { "type": "Point", "coordinates": [ -112.013179000004442, 40.500974000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4312, "StopName": "Shaggy Peak Dr @ 13705 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198292", "Latitude": 40.502827, "Longitude": -112.01231, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198292" }, "geometry": { "type": "Point", "coordinates": [ -112.012310000004447, 40.502827000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4313, "StopName": "Monarch Meadows Pky @ 13431 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198293", "Latitude": 40.50703, "Longitude": -112.010048, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198293" }, "geometry": { "type": "Point", "coordinates": [ -112.010048000004218, 40.507030000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4314, "StopName": "5600 W @ 13240 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198294", "Latitude": 40.511925, "Longitude": -112.024576, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198294" }, "geometry": { "type": "Point", "coordinates": [ -112.0245760000047, 40.511925000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4315, "StopName": "13100 S @ 5969 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198295", "Latitude": 40.514097, "Longitude": -112.032429, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198295" }, "geometry": { "type": "Point", "coordinates": [ -112.032429000004711, 40.514097000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4316, "StopName": "4000 W @ 12507 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198296", "Latitude": 40.523654, "Longitude": -111.986304, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198296" }, "geometry": { "type": "Point", "coordinates": [ -111.986304000004168, 40.523654000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4317, "StopName": "4000 W @ 12183 S", "City": "Riverton", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198297", "Latitude": 40.529919, "Longitude": -111.986159, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198297" }, "geometry": { "type": "Point", "coordinates": [ -111.986159000004747, 40.5299190000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4318, "StopName": "9400 S @ 745 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198299", "Latitude": 40.580747, "Longitude": -111.870807, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198299" }, "geometry": { "type": "Point", "coordinates": [ -111.870807000004618, 40.580747000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4319, "StopName": "Redwood Rd @ 9304 S", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198300", "Latitude": 40.582142, "Longitude": -111.938843, "AVGBoard": 0, "AVGAlight": 3, "Route": "218", "StopAbbr_J": "198300" }, "geometry": { "type": "Point", "coordinates": [ -111.938843000004525, 40.582142000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4320, "StopName": "11800 S @ 4562 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198301", "Latitude": 40.537008, "Longitude": -111.999733, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198301" }, "geometry": { "type": "Point", "coordinates": [ -111.999733000004511, 40.5370080000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4321, "StopName": "11800 S @ 4744 W", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198302", "Latitude": 40.537019, "Longitude": -112.004102, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198302" }, "geometry": { "type": "Point", "coordinates": [ -112.004102000004707, 40.537019000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4322, "StopName": "Grandville Ave @ 11597 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198303", "Latitude": 40.540093, "Longitude": -112.010096, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198303" }, "geometry": { "type": "Point", "coordinates": [ -112.010096000004594, 40.54009300000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4323, "StopName": "Murray Holladay Rd @ 2248 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "198304", "Latitude": 40.667465, "Longitude": -111.82657, "AVGBoard": 0, "AVGAlight": 5, "Route": "45", "StopAbbr_J": "198304" }, "geometry": { "type": "Point", "coordinates": [ -111.82657000000394, 40.6674650000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4324, "StopName": "2300 E @ 4433 S", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "198305", "Latitude": 40.6753, "Longitude": -111.824446, "AVGBoard": 1, "AVGAlight": 0, "Route": "223", "StopAbbr_J": "198305" }, "geometry": { "type": "Point", "coordinates": [ -111.824446000004329, 40.675300000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4325, "StopName": "Pioneer St (6000 W) @ 12528 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198306", "Latitude": 40.524234, "Longitude": -112.033055, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198306" }, "geometry": { "type": "Point", "coordinates": [ -112.033055000004381, 40.524234000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4326, "StopName": "13400 S @ 5794 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198307", "Latitude": 40.507961, "Longitude": -112.029483, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198307" }, "geometry": { "type": "Point", "coordinates": [ -112.029483000004504, 40.507961000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4327, "StopName": "Mirabella Dr @ 13508 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198308", "Latitude": 40.505938, "Longitude": -112.035832, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198308" }, "geometry": { "type": "Point", "coordinates": [ -112.035832000004078, 40.505938000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4328, "StopName": "Mirabella Dr @ 13702 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198309", "Latitude": 40.502035, "Longitude": -112.03515, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198309" }, "geometry": { "type": "Point", "coordinates": [ -112.035150000004279, 40.502035000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4329, "StopName": "Bingham Junction Blvd @ 7469 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198310", "Latitude": 40.614779, "Longitude": -111.915555, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198310" }, "geometry": { "type": "Point", "coordinates": [ -111.915555000004474, 40.614779000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4330, "StopName": "Bingham Junction Blvd @ 7769 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198311", "Latitude": 40.611026, "Longitude": -111.915661, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198311" }, "geometry": { "type": "Point", "coordinates": [ -111.915661000004249, 40.61102600000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4331, "StopName": "Center St @ 926 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198312", "Latitude": 40.610379, "Longitude": -111.916275, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198312" }, "geometry": { "type": "Point", "coordinates": [ -111.916275000004717, 40.610379000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4332, "StopName": "7800 S @ 1130 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198313", "Latitude": 40.60897, "Longitude": -111.924476, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198313" }, "geometry": { "type": "Point", "coordinates": [ -111.924476000004759, 40.608970000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4333, "StopName": "9400 S @ 2064 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "198315", "Latitude": 40.580318, "Longitude": -111.832071, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198315" }, "geometry": { "type": "Point", "coordinates": [ -111.832071000004333, 40.580318000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4334, "StopName": "7800 S @ 1135 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198316", "Latitude": 40.608732, "Longitude": -111.924856, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198316" }, "geometry": { "type": "Point", "coordinates": [ -111.924856000004752, 40.608732000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4335, "StopName": "13400 S @ 5622 W", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198317", "Latitude": 40.50799, "Longitude": -112.025026, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198317" }, "geometry": { "type": "Point", "coordinates": [ -112.025026000004189, 40.5079900000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4336, "StopName": "5600 W @ 14166 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198318", "Latitude": 40.492711, "Longitude": -112.024187, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198318" }, "geometry": { "type": "Point", "coordinates": [ -112.024187000003977, 40.492711000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4337, "StopName": "Crown Rose Dr @ 14029 S", "City": "Herriman", "ZipCode": "84096", "County": "Salt Lake", "UTA_StopID": "198319", "Latitude": 40.495428, "Longitude": -112.021712, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198319" }, "geometry": { "type": "Point", "coordinates": [ -112.021712000004086, 40.49542800000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4338, "StopName": "700 E @ 9373 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198320", "Latitude": 40.581163, "Longitude": -111.872154, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198320" }, "geometry": { "type": "Point", "coordinates": [ -111.872154000004642, 40.581163000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4339, "StopName": "Harrison St @ 8414 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198321", "Latitude": 40.598397, "Longitude": -111.900499, "AVGBoard": 12, "AVGAlight": 12, "Route": "525", "StopAbbr_J": "198321" }, "geometry": { "type": "Point", "coordinates": [ -111.900499000004331, 40.598397000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4340, "StopName": "900 E @ 2304 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198322", "Latitude": 40.720886, "Longitude": -111.865473, "AVGBoard": 2, "AVGAlight": 2, "Route": "209", "StopAbbr_J": "198322" }, "geometry": { "type": "Point", "coordinates": [ -111.865473000004556, 40.72088600000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4341, "StopName": "3900 S @ 3298 E", "City": "Holladay", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "198323", "Latitude": 40.686935, "Longitude": -111.800942, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "198323" }, "geometry": { "type": "Point", "coordinates": [ -111.800942000004383, 40.686935000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4342, "StopName": "Lone Peak Pkwy @ 11680 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198334", "Latitude": 40.538544, "Longitude": -111.897804, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198334" }, "geometry": { "type": "Point", "coordinates": [ -111.8978040000042, 40.538544000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4343, "StopName": "9400 S @ 1108 E", "City": "Sandy", "ZipCode": "84094", "County": "Salt Lake", "UTA_StopID": "198335", "Latitude": 40.580654, "Longitude": -111.860944, "AVGBoard": 1, "AVGAlight": 0, "Route": "F94, 994", "StopAbbr_J": "198335" }, "geometry": { "type": "Point", "coordinates": [ -111.860944000004565, 40.580654000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4344, "StopName": "1730 S @ 4695 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198336", "Latitude": 40.732467, "Longitude": -112.003339, "AVGBoard": 9, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "198336" }, "geometry": { "type": "Point", "coordinates": [ -112.003339000004488, 40.732467000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4345, "StopName": "1730 S @ 4598 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198337", "Latitude": 40.732591, "Longitude": -112.001101, "AVGBoard": 0, "AVGAlight": 3, "Route": "513", "StopAbbr_J": "198337" }, "geometry": { "type": "Point", "coordinates": [ -112.001101000004454, 40.732591000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4346, "StopName": "1730 S @ 5088 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198338", "Latitude": 40.732566, "Longitude": -112.012764, "AVGBoard": 1, "AVGAlight": 3, "Route": "513", "StopAbbr_J": "198338" }, "geometry": { "type": "Point", "coordinates": [ -112.012764000004267, 40.732566000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4347, "StopName": "1730 S @ 5077 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198339", "Latitude": 40.732453, "Longitude": -112.01246, "AVGBoard": 2, "AVGAlight": 2, "Route": "513", "StopAbbr_J": "198339" }, "geometry": { "type": "Point", "coordinates": [ -112.012460000004268, 40.732453000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4348, "StopName": "1730 S @ 5396 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198340", "Latitude": 40.732551, "Longitude": -112.021031, "AVGBoard": 0, "AVGAlight": 2, "Route": "513", "StopAbbr_J": "198340" }, "geometry": { "type": "Point", "coordinates": [ -112.021031000004356, 40.732551000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4349, "StopName": "1730 S @ 5381 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198341", "Latitude": 40.732433, "Longitude": -112.021011, "AVGBoard": 3, "AVGAlight": 0, "Route": "513", "StopAbbr_J": "198341" }, "geometry": { "type": "Point", "coordinates": [ -112.021011000004506, 40.732433000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4350, "StopName": "900 W @ 1865 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198342", "Latitude": 40.729732, "Longitude": -111.916751, "AVGBoard": 1, "AVGAlight": 0, "Route": "509", "StopAbbr_J": "198342" }, "geometry": { "type": "Point", "coordinates": [ -111.916751000004567, 40.729732000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4351, "StopName": "900 W @ 1866 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198343", "Latitude": 40.729688, "Longitude": -111.916962, "AVGBoard": 0, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "198343" }, "geometry": { "type": "Point", "coordinates": [ -111.916962000004062, 40.729688000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4352, "StopName": "11400 S @ 651 E", "City": "Sandy", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198344", "Latitude": 40.54439, "Longitude": -111.873083, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198344" }, "geometry": { "type": "Point", "coordinates": [ -111.873083000004229, 40.544390000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4353, "StopName": "11400 S @ 391 E", "City": "Sandy", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198345", "Latitude": 40.544385, "Longitude": -111.879211, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198345" }, "geometry": { "type": "Point", "coordinates": [ -111.879211000004389, 40.54438500000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4354, "StopName": "State St @ 11762 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198347", "Latitude": 40.539507, "Longitude": -111.891513, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198347" }, "geometry": { "type": "Point", "coordinates": [ -111.891513000004053, 40.539507000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4355, "StopName": "State St @ 11816 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198348", "Latitude": 40.536685, "Longitude": -111.891552, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198348" }, "geometry": { "type": "Point", "coordinates": [ -111.891552000004566, 40.536685000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4356, "StopName": "State St @ 12156 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198349", "Latitude": 40.529532, "Longitude": -111.890666, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198349" }, "geometry": { "type": "Point", "coordinates": [ -111.890666000004046, 40.529532000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4357, "StopName": "State St @ 12123 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198350", "Latitude": 40.530199, "Longitude": -111.890688, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198350" }, "geometry": { "type": "Point", "coordinates": [ -111.890688000004076, 40.530199000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4358, "StopName": "State St @ 11765 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198351", "Latitude": 40.537632, "Longitude": -111.891256, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198351" }, "geometry": { "type": "Point", "coordinates": [ -111.891256000004333, 40.537632000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4359, "StopName": "State St @ 11463 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198352", "Latitude": 40.542873, "Longitude": -111.891129, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198352" }, "geometry": { "type": "Point", "coordinates": [ -111.891129000004611, 40.542873000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4360, "StopName": "11400 S @ 150 E", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198353", "Latitude": 40.544158, "Longitude": -111.885328, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198353" }, "geometry": { "type": "Point", "coordinates": [ -111.885328000004549, 40.544158000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4361, "StopName": "11400 S @ 446 E", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198354", "Latitude": 40.54418, "Longitude": -111.877971, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198354" }, "geometry": { "type": "Point", "coordinates": [ -111.877971000004237, 40.544180000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4362, "StopName": "11400 S @ 195 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198355", "Latitude": 40.544423, "Longitude": -111.885707, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198355" }, "geometry": { "type": "Point", "coordinates": [ -111.885707000004444, 40.544423000002737 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4363, "StopName": "Garside St @ 129 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198356", "Latitude": 40.77215, "Longitude": -111.933123, "AVGBoard": 14, "AVGAlight": 81, "Route": "551, 217", "StopAbbr_J": "198356" }, "geometry": { "type": "Point", "coordinates": [ -111.93312300000396, 40.772150000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4364, "StopName": "Murray Blvd @ 4948 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198359", "Latitude": 40.664001, "Longitude": -111.905831, "AVGBoard": 7, "AVGAlight": 5, "Route": "47", "StopAbbr_J": "198359" }, "geometry": { "type": "Point", "coordinates": [ -111.905831000004241, 40.664001000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4365, "StopName": "Murray Blvd @ 4889 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198360", "Latitude": 40.665347, "Longitude": -111.905979, "AVGBoard": 5, "AVGAlight": 8, "Route": "47", "StopAbbr_J": "198360" }, "geometry": { "type": "Point", "coordinates": [ -111.905979000004791, 40.665347000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4366, "StopName": "Redwood Rd @ 552 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198361", "Latitude": 40.757244, "Longitude": -111.939159, "AVGBoard": 28, "AVGAlight": 9, "Route": "217", "StopAbbr_J": "198361" }, "geometry": { "type": "Point", "coordinates": [ -111.939159000004594, 40.757244000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4367, "StopName": "This Is the Place Park", "City": "Salt Lake City", "ZipCode": "84108", "County": "Salt Lake", "UTA_StopID": "198363", "Latitude": 40.753038, "Longitude": -111.814938, "AVGBoard": 4, "AVGAlight": 6, "Route": "3", "StopAbbr_J": "198363" }, "geometry": { "type": "Point", "coordinates": [ -111.814938000003991, 40.75303800000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4368, "StopName": "Fl Smidth Dr @ 7084 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198365", "Latitude": 40.622097, "Longitude": -111.91805, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198365" }, "geometry": { "type": "Point", "coordinates": [ -111.918050000004214, 40.622097000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4369, "StopName": "Fl Smidth Dr @ 7141 S", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198366", "Latitude": 40.621199, "Longitude": -111.918252, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198366" }, "geometry": { "type": "Point", "coordinates": [ -111.918252000004742, 40.621199000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4370, "StopName": "State St @ 11486 S", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198367", "Latitude": 40.543095, "Longitude": -111.891408, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198367" }, "geometry": { "type": "Point", "coordinates": [ -111.891408000004333, 40.543095000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4371, "StopName": "9400 S @ 1733 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "198368", "Latitude": 40.580534, "Longitude": -111.842809, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198368" }, "geometry": { "type": "Point", "coordinates": [ -111.842809000003996, 40.580534000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4372, "StopName": "9400 S @ 2306 E", "City": "Sandy", "ZipCode": "84093", "County": "Salt Lake", "UTA_StopID": "198369", "Latitude": 40.5795, "Longitude": -111.82493, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198369" }, "geometry": { "type": "Point", "coordinates": [ -111.824930000004827, 40.57950000000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4373, "StopName": "Highland Dr @ 2150 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198372", "Latitude": 40.724134, "Longitude": -111.859584, "AVGBoard": 4, "AVGAlight": 4, "Route": "213", "StopAbbr_J": "198372" }, "geometry": { "type": "Point", "coordinates": [ -111.859584000004389, 40.724134000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4374, "StopName": "Pioneer Rd @ 1450 S", "City": "Salt Lake City", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198378", "Latitude": 40.738419, "Longitude": -111.958105, "AVGBoard": 1, "AVGAlight": 1, "Route": "513", "StopAbbr_J": "198378" }, "geometry": { "type": "Point", "coordinates": [ -111.958105000003982, 40.738419000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4375, "StopName": "500 W @ 4558 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198379", "Latitude": 40.673454, "Longitude": -111.905628, "AVGBoard": 7, "AVGAlight": 10, "Route": "47", "StopAbbr_J": "198379" }, "geometry": { "type": "Point", "coordinates": [ -111.905628000004512, 40.673454000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4376, "StopName": "Oquirrh Lake Rd (4500 W) @ 10923 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198383", "Latitude": 40.553212, "Longitude": -111.998568, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198383" }, "geometry": { "type": "Point", "coordinates": [ -111.998568000004269, 40.55321200000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4377, "StopName": "State St @ 10226 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198384", "Latitude": 40.565464, "Longitude": -111.891023, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198384" }, "geometry": { "type": "Point", "coordinates": [ -111.891023000003926, 40.565464000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4378, "StopName": "State St @ 10233 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198385", "Latitude": 40.565322, "Longitude": -111.890656, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198385" }, "geometry": { "type": "Point", "coordinates": [ -111.890656000004114, 40.565322000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4379, "StopName": "7000 S @ 3010 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "198386", "Latitude": 40.624099, "Longitude": -111.963692, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198386" }, "geometry": { "type": "Point", "coordinates": [ -111.963692000004329, 40.624099000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4380, "StopName": "7000 S @ 2963 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "198387", "Latitude": 40.623953, "Longitude": -111.962792, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198387" }, "geometry": { "type": "Point", "coordinates": [ -111.962792000004441, 40.623953000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4381, "StopName": "State St @ 10541 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198388", "Latitude": 40.559934, "Longitude": -111.890674, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198388" }, "geometry": { "type": "Point", "coordinates": [ -111.890674000004708, 40.559934000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4382, "StopName": "Central Pointe Station (Bay A)", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198391", "Latitude": 40.723984, "Longitude": -111.897067, "AVGBoard": 228, "AVGAlight": 189, "Route": "21", "StopAbbr_J": "198391" }, "geometry": { "type": "Point", "coordinates": [ -111.897067000004341, 40.72398400000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4383, "StopName": "U Kennecott Building (EB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "198392", "Latitude": 40.766936, "Longitude": -111.847492, "AVGBoard": 3, "AVGAlight": 44, "Route": "902, 6, 354, 313, 2, 11", "StopAbbr_J": "198392" }, "geometry": { "type": "Point", "coordinates": [ -111.847492000004124, 40.76693600000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4384, "StopName": "Meadowbrook Expwy. @ 1035 W", "City": "South Salt Lake", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198393", "Latitude": 40.686547, "Longitude": -111.919636, "AVGBoard": 0, "AVGAlight": 0, "Route": "39", "StopAbbr_J": "198393" }, "geometry": { "type": "Point", "coordinates": [ -111.919636000004218, 40.686547000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4385, "StopName": "4500 S @ 69 E", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198394", "Latitude": 40.674463, "Longitude": -111.889323, "AVGBoard": 2, "AVGAlight": 7, "Route": "205", "StopAbbr_J": "198394" }, "geometry": { "type": "Point", "coordinates": [ -111.889323000004367, 40.674463000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4386, "StopName": "500 W @ 4609 S", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198395", "Latitude": 40.672479, "Longitude": -111.905659, "AVGBoard": 1, "AVGAlight": 4, "Route": "47", "StopAbbr_J": "198395" }, "geometry": { "type": "Point", "coordinates": [ -111.905659000004391, 40.672479000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4387, "StopName": "2100 S @ 1492 W", "City": "Salt Lake City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198399", "Latitude": 40.72599, "Longitude": -111.933402, "AVGBoard": 2, "AVGAlight": 3, "Route": "509", "StopAbbr_J": "198399" }, "geometry": { "type": "Point", "coordinates": [ -111.933402000004577, 40.725990000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4388, "StopName": "Murray Blvd @ 5026 S", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198400", "Latitude": 40.662145, "Longitude": -111.904906, "AVGBoard": 1, "AVGAlight": 3, "Route": "47", "StopAbbr_J": "198400" }, "geometry": { "type": "Point", "coordinates": [ -111.904906000004075, 40.662145000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4389, "StopName": "Murray Blvd @ 5039 S", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198401", "Latitude": 40.661901, "Longitude": -111.904301, "AVGBoard": 4, "AVGAlight": 2, "Route": "47", "StopAbbr_J": "198401" }, "geometry": { "type": "Point", "coordinates": [ -111.904301000004352, 40.661901000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4390, "StopName": "7800 S @ 3936 W", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198402", "Latitude": 40.609602, "Longitude": -111.984969, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198402" }, "geometry": { "type": "Point", "coordinates": [ -111.984969000004241, 40.609602000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4391, "StopName": "Jordan Landing Blvd @ 7661 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "198403", "Latitude": 40.612301, "Longitude": -111.985165, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198403" }, "geometry": { "type": "Point", "coordinates": [ -111.985165000004301, 40.612301000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4392, "StopName": "Rustler Lodge (Down)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "198406", "Latitude": 40.59078, "Longitude": -111.634679, "AVGBoard": 5, "AVGAlight": 1, "Route": "994, 953", "StopAbbr_J": "198406" }, "geometry": { "type": "Point", "coordinates": [ -111.634679000004041, 40.590780000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4393, "StopName": "5600 W @ 4307 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "198407", "Latitude": 40.677065, "Longitude": -112.02459, "AVGBoard": 8, "AVGAlight": 1, "Route": "F556, 41", "StopAbbr_J": "198407" }, "geometry": { "type": "Point", "coordinates": [ -112.024590000004068, 40.677065000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4394, "StopName": "2700 W @ 7243 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "198411", "Latitude": 40.619271, "Longitude": -111.95772, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "198411" }, "geometry": { "type": "Point", "coordinates": [ -111.957720000004471, 40.619271000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4395, "StopName": "2700 W @ 7346 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "198412", "Latitude": 40.617617, "Longitude": -111.957884, "AVGBoard": 0, "AVGAlight": 0, "Route": "227", "StopAbbr_J": "198412" }, "geometry": { "type": "Point", "coordinates": [ -111.957884000004569, 40.617617000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4396, "StopName": "Copper City Dr @ 6111 S", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198414", "Latitude": 40.640137, "Longitude": -112.033515, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198414" }, "geometry": { "type": "Point", "coordinates": [ -112.033515000004698, 40.640137000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4397, "StopName": "7800 S TRAX RELIEF POINT", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198415", "Latitude": 40.61031, "Longitude": -111.893383, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198415" }, "geometry": { "type": "Point", "coordinates": [ -111.893383000004192, 40.610310000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4398, "StopName": "7200 S TRAX RELIEF POINT", "City": "MIDVALE", "ZipCode": "84047", "County": "SALT LAKE", "UTA_StopID": "198416", "Latitude": 40.61869, "Longitude": -111.897966, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198416" }, "geometry": { "type": "Point", "coordinates": [ -111.897966000004132, 40.618690000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4399, "StopName": "2100 S @ 1078 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198418", "Latitude": 40.725328, "Longitude": -111.86034, "AVGBoard": 17, "AVGAlight": 32, "Route": "21", "StopAbbr_J": "198418" }, "geometry": { "type": "Point", "coordinates": [ -111.860340000004015, 40.725328000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4400, "StopName": "2100 S @ 1077 E", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198419", "Latitude": 40.725449, "Longitude": -111.86034, "AVGBoard": 28, "AVGAlight": 13, "Route": "21", "StopAbbr_J": "198419" }, "geometry": { "type": "Point", "coordinates": [ -111.860340000004015, 40.725449000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4401, "StopName": "Alabama Ave @ 3766 W", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "198420", "Latitude": 40.624483, "Longitude": -111.979251, "AVGBoard": 0, "AVGAlight": 3, "Route": "240", "StopAbbr_J": "198420" }, "geometry": { "type": "Point", "coordinates": [ -111.979251000004751, 40.624483000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4402, "StopName": "Copper City Dr \/ Eaton Way (SB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198421", "Latitude": 40.639583, "Longitude": -112.033615, "AVGBoard": 1, "AVGAlight": 5, "Route": null, "StopAbbr_J": "198421" }, "geometry": { "type": "Point", "coordinates": [ -112.033615000003991, 40.639583000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4403, "StopName": "900 E @ 5149 S", "City": "Murray", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "198422", "Latitude": 40.65804, "Longitude": -111.865794, "AVGBoard": 2, "AVGAlight": 0, "Route": "209", "StopAbbr_J": "198422" }, "geometry": { "type": "Point", "coordinates": [ -111.865794000004144, 40.658040000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4404, "StopName": "900 E @ 3519 S", "City": "Millcreek", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198423", "Latitude": 40.694923, "Longitude": -111.865409, "AVGBoard": 0, "AVGAlight": 1, "Route": "209", "StopAbbr_J": "198423" }, "geometry": { "type": "Point", "coordinates": [ -111.865409000004647, 40.694923000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4405, "StopName": "900 E @ 2124 S", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198427", "Latitude": 40.724701, "Longitude": -111.865444, "AVGBoard": 49, "AVGAlight": 47, "Route": "209", "StopAbbr_J": "198427" }, "geometry": { "type": "Point", "coordinates": [ -111.865444000003947, 40.72470100000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4406, "StopName": "500 E @ 288 S", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198428", "Latitude": 40.763041, "Longitude": -111.876919, "AVGBoard": 6, "AVGAlight": 3, "Route": null, "StopAbbr_J": "198428" }, "geometry": { "type": "Point", "coordinates": [ -111.876919000004349, 40.763041000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4407, "StopName": "4100 S @ 1661 W", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198429", "Latitude": 40.682009, "Longitude": -111.938207, "AVGBoard": 111, "AVGAlight": 21, "Route": "39", "StopAbbr_J": "198429" }, "geometry": { "type": "Point", "coordinates": [ -111.938207000004027, 40.682009000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4408, "StopName": "4000 W @ 11543 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198430", "Latitude": 40.541628, "Longitude": -111.986182, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198430" }, "geometry": { "type": "Point", "coordinates": [ -111.986182000003964, 40.541628000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4409, "StopName": "4000 W @ 11554 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198431", "Latitude": 40.541404, "Longitude": -111.986419, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198431" }, "geometry": { "type": "Point", "coordinates": [ -111.986419000004702, 40.541404000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4410, "StopName": "900 W @ 1636 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198436", "Latitude": 40.734297, "Longitude": -111.916968, "AVGBoard": 4, "AVGAlight": 8, "Route": "509", "StopAbbr_J": "198436" }, "geometry": { "type": "Point", "coordinates": [ -111.916968000004545, 40.734297000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4411, "StopName": "900 W @ 1740 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198437", "Latitude": 40.732502, "Longitude": -111.916974, "AVGBoard": 1, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "198437" }, "geometry": { "type": "Point", "coordinates": [ -111.916974000004146, 40.732502000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4412, "StopName": "U Kennecott Building (WB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "198438", "Latitude": 40.767522, "Longitude": -111.847413, "AVGBoard": 26, "AVGAlight": 3, "Route": "902, 6, 354, 313, 2X, 2, 11", "StopAbbr_J": "198438" }, "geometry": { "type": "Point", "coordinates": [ -111.847413000004778, 40.767522000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4413, "StopName": "Salt Lake Central Station (Arrivals", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "198445", "Latitude": 40.763678, "Longitude": -111.909788, "AVGBoard": 3, "AVGAlight": 342, "Route": "902, 6, 520, 519, 513, 509, 2X, 220, 205, 2, 11", "StopAbbr_J": "198445" }, "geometry": { "type": "Point", "coordinates": [ -111.909788000004511, 40.763678000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4414, "StopName": "400 W \/ 200 N (NB)", "City": null, "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198459", "Latitude": 40.773876, "Longitude": -111.902377, "AVGBoard": 1, "AVGAlight": 21, "Route": "3, 209, 200", "StopAbbr_J": "198459" }, "geometry": { "type": "Point", "coordinates": [ -111.902377000004236, 40.773876000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4415, "StopName": "200 N \/ 400 W (EB)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198460", "Latitude": 40.773627, "Longitude": -111.902817, "AVGBoard": 8, "AVGAlight": 2, "Route": "3, 209, 200", "StopAbbr_J": "198460" }, "geometry": { "type": "Point", "coordinates": [ -111.902817000004703, 40.773627000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4416, "StopName": "4015 W @ 5338 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "198462", "Latitude": 40.654224, "Longitude": -111.987031, "AVGBoard": 1, "AVGAlight": 6, "Route": "240", "StopAbbr_J": "198462" }, "geometry": { "type": "Point", "coordinates": [ -111.987031000004123, 40.654224000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4417, "StopName": "5400 S \/ 5420 W (WB)", "City": "Kearns", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198464", "Latitude": 40.653154, "Longitude": -112.020681, "AVGBoard": 0, "AVGAlight": 8, "Route": null, "StopAbbr_J": "198464" }, "geometry": { "type": "Point", "coordinates": [ -112.02068100000416, 40.653154000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4418, "StopName": "Stadium Station (WB)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "198467", "Latitude": 40.76073, "Longitude": -111.851183, "AVGBoard": 13, "AVGAlight": 10, "Route": "473, 455, 4, 354, 313, 3, 213", "StopAbbr_J": "198467" }, "geometry": { "type": "Point", "coordinates": [ -111.851183000003971, 40.760730000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4419, "StopName": "7200 S @ 735 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198468", "Latitude": 40.620784, "Longitude": -111.911648, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198468" }, "geometry": { "type": "Point", "coordinates": [ -111.911648000004732, 40.620784000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4420, "StopName": "8482 W 2700 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "198469", "Latitude": 40.711244, "Longitude": -112.093729, "AVGBoard": 21, "AVGAlight": 11, "Route": "35M, 35", "StopAbbr_J": "198469" }, "geometry": { "type": "Point", "coordinates": [ -112.093729000004458, 40.711244000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4421, "StopName": "River Front Pkwy @ 11220 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198470", "Latitude": 40.548442, "Longitude": -111.917367, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "198470" }, "geometry": { "type": "Point", "coordinates": [ -111.917367000004319, 40.548442000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4422, "StopName": "200 S \/ 200 E (WB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "198478", "Latitude": 40.765122, "Longitude": -111.885033, "AVGBoard": 19, "AVGAlight": 22, "Route": "320, 307, 220, 205, 2", "StopAbbr_J": "198478" }, "geometry": { "type": "Point", "coordinates": [ -111.885033000004398, 40.765122000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4423, "StopName": "200 S \/ 400 E (EB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "198479", "Latitude": 40.764909, "Longitude": -111.878989, "AVGBoard": 26, "AVGAlight": 21, "Route": "320, 307, 220, 205, 2", "StopAbbr_J": "198479" }, "geometry": { "type": "Point", "coordinates": [ -111.878989000003997, 40.76490900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4424, "StopName": "200 S \/ 700 E (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198480", "Latitude": 40.764924, "Longitude": -111.870123, "AVGBoard": 17, "AVGAlight": 12, "Route": "220, 2", "StopAbbr_J": "198480" }, "geometry": { "type": "Point", "coordinates": [ -111.870123000004654, 40.764924000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4425, "StopName": "200 S \/ 800 E (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198481", "Latitude": 40.764926, "Longitude": -111.867701, "AVGBoard": 14, "AVGAlight": 21, "Route": "220, 2", "StopAbbr_J": "198481" }, "geometry": { "type": "Point", "coordinates": [ -111.867701000004658, 40.76492600000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4426, "StopName": "200 S \/ West Temple (WB)", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "198483", "Latitude": 40.765114, "Longitude": -111.89527, "AVGBoard": 1, "AVGAlight": 11, "Route": "6, 220, 205, 2, 11", "StopAbbr_J": "198483" }, "geometry": { "type": "Point", "coordinates": [ -111.895270000003961, 40.765114000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4427, "StopName": "Wasatch Blvd @ 8212 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "198487", "Latitude": 40.602692, "Longitude": -111.795871, "AVGBoard": 0, "AVGAlight": 0, "Route": "953", "StopAbbr_J": "198487" }, "geometry": { "type": "Point", "coordinates": [ -111.795871000004496, 40.602692000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4428, "StopName": "900 W @ 1395 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198488", "Latitude": 40.739317, "Longitude": -111.916782, "AVGBoard": 1, "AVGAlight": 7, "Route": "509", "StopAbbr_J": "198488" }, "geometry": { "type": "Point", "coordinates": [ -111.916782000004432, 40.739317000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4429, "StopName": "California Ave @ 849 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198489", "Latitude": 40.74046, "Longitude": -111.916284, "AVGBoard": 29, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "198489" }, "geometry": { "type": "Point", "coordinates": [ -111.91628400000458, 40.740460000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4430, "StopName": "4500 S @ 534 W", "City": "Murray", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198492", "Latitude": 40.674713, "Longitude": -111.906141, "AVGBoard": 11, "AVGAlight": 9, "Route": "47", "StopAbbr_J": "198492" }, "geometry": { "type": "Point", "coordinates": [ -111.906141000004723, 40.67471300000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4431, "StopName": "200 S \/ 500 E (EB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "198494", "Latitude": 40.764909, "Longitude": -111.877101, "AVGBoard": 34, "AVGAlight": 29, "Route": "320, 307, 220, 205, 2", "StopAbbr_J": "198494" }, "geometry": { "type": "Point", "coordinates": [ -111.87710100000416, 40.76490900000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4432, "StopName": "200 S \/ 600 E (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198495", "Latitude": 40.764907, "Longitude": -111.87428, "AVGBoard": 11, "AVGAlight": 14, "Route": "320, 307, 220, 2", "StopAbbr_J": "198495" }, "geometry": { "type": "Point", "coordinates": [ -111.874280000004404, 40.764907000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4433, "StopName": "200 S \/ 900 E (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198496", "Latitude": 40.764915, "Longitude": -111.865054, "AVGBoard": 27, "AVGAlight": 17, "Route": "220, 2", "StopAbbr_J": "198496" }, "geometry": { "type": "Point", "coordinates": [ -111.865054000004037, 40.764915000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4434, "StopName": "200 S \/ 1000 E (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198497", "Latitude": 40.764932, "Longitude": -111.862206, "AVGBoard": 10, "AVGAlight": 10, "Route": "220, 2", "StopAbbr_J": "198497" }, "geometry": { "type": "Point", "coordinates": [ -111.862206000004747, 40.764932000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4435, "StopName": "200 S \/ 1100 E (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198498", "Latitude": 40.764925, "Longitude": -111.859935, "AVGBoard": 18, "AVGAlight": 20, "Route": "220, 2", "StopAbbr_J": "198498" }, "geometry": { "type": "Point", "coordinates": [ -111.859935000004654, 40.764925000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4436, "StopName": "200 S \/ 1300 E (EB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198499", "Latitude": 40.76496, "Longitude": -111.854207, "AVGBoard": 8, "AVGAlight": 28, "Route": "220, 2", "StopAbbr_J": "198499" }, "geometry": { "type": "Point", "coordinates": [ -111.854207000004337, 40.764960000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4437, "StopName": "200 S \/ 1300 E (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198500", "Latitude": 40.765058, "Longitude": -111.85443, "AVGBoard": 23, "AVGAlight": 8, "Route": "220, 2", "StopAbbr_J": "198500" }, "geometry": { "type": "Point", "coordinates": [ -111.854430000004811, 40.765058000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4438, "StopName": "200 S \/ 700 E (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198516", "Latitude": 40.765133, "Longitude": -111.870499, "AVGBoard": 15, "AVGAlight": 15, "Route": "220, 2", "StopAbbr_J": "198516" }, "geometry": { "type": "Point", "coordinates": [ -111.870499000004301, 40.765133000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4439, "StopName": "200 S \/ 600 E (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198517", "Latitude": 40.765108, "Longitude": -111.873632, "AVGBoard": 10, "AVGAlight": 13, "Route": "320, 307, 220, 2", "StopAbbr_J": "198517" }, "geometry": { "type": "Point", "coordinates": [ -111.873632000004704, 40.765108000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4440, "StopName": "200 S \/ 500 E (WB)", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "198518", "Latitude": 40.76512, "Longitude": -111.877418, "AVGBoard": 25, "AVGAlight": 29, "Route": "320, 307, 220, 205, 2", "StopAbbr_J": "198518" }, "geometry": { "type": "Point", "coordinates": [ -111.877418000004326, 40.765120000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4441, "StopName": "200 S \/ 1100 E (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198519", "Latitude": 40.765126, "Longitude": -111.859353, "AVGBoard": 15, "AVGAlight": 11, "Route": "220, 2", "StopAbbr_J": "198519" }, "geometry": { "type": "Point", "coordinates": [ -111.859353000004148, 40.765126000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4442, "StopName": "5600 W @ 4008 S", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "198526", "Latitude": 40.684006, "Longitude": -112.02488, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198526" }, "geometry": { "type": "Point", "coordinates": [ -112.024880000004714, 40.684006000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4443, "StopName": "State St @ 857 S", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "198527", "Latitude": 40.75059, "Longitude": -111.888047, "AVGBoard": 23, "AVGAlight": 44, "Route": "200", "StopAbbr_J": "198527" }, "geometry": { "type": "Point", "coordinates": [ -111.888047000003937, 40.750590000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4444, "StopName": "2700 S @ 8594 W", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "198528", "Latitude": 40.711166, "Longitude": -112.097059, "AVGBoard": 3, "AVGAlight": 1, "Route": "35M, 35", "StopAbbr_J": "198528" }, "geometry": { "type": "Point", "coordinates": [ -112.09705900000408, 40.711166000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4445, "StopName": "State Capitol east entrance", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198529", "Latitude": 40.777169, "Longitude": -111.886336, "AVGBoard": 10, "AVGAlight": 9, "Route": "200", "StopAbbr_J": "198529" }, "geometry": { "type": "Point", "coordinates": [ -111.886336000004363, 40.777169000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4446, "StopName": "North Temple Station (Bay D)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198530", "Latitude": 40.774605, "Longitude": -111.904984, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198530" }, "geometry": { "type": "Point", "coordinates": [ -111.904984000004262, 40.774605000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4447, "StopName": "North Temple Station (Bay C)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198531", "Latitude": 40.774398, "Longitude": -111.904985, "AVGBoard": 83, "AVGAlight": 74, "Route": "200", "StopAbbr_J": "198531" }, "geometry": { "type": "Point", "coordinates": [ -111.904985000004331, 40.774398000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4448, "StopName": "North Temple Station (Bay B)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198532", "Latitude": 40.774225, "Longitude": -111.904987, "AVGBoard": 25, "AVGAlight": 21, "Route": "3", "StopAbbr_J": "198532" }, "geometry": { "type": "Point", "coordinates": [ -111.904987000004496, 40.774225000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4449, "StopName": "North Temple Station (Bay A)", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198533", "Latitude": 40.774009, "Longitude": -111.904983, "AVGBoard": 97, "AVGAlight": 69, "Route": "209", "StopAbbr_J": "198533" }, "geometry": { "type": "Point", "coordinates": [ -111.904983000004165, 40.774009000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4450, "StopName": "500 E @ 4343 S", "City": "Millcreek", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198535", "Latitude": 40.677105, "Longitude": -111.87691, "AVGBoard": 2, "AVGAlight": 1, "Route": "205", "StopAbbr_J": "198535" }, "geometry": { "type": "Point", "coordinates": [ -111.876910000004528, 40.677105000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4451, "StopName": "Redwood Rd @ 7769 S", "City": "West Jordan", "ZipCode": "84084", "County": "Salt Lake", "UTA_StopID": "198536", "Latitude": 40.609986, "Longitude": -111.93859, "AVGBoard": 22, "AVGAlight": 5, "Route": "217", "StopAbbr_J": "198536" }, "geometry": { "type": "Point", "coordinates": [ -111.938590000004254, 40.609986000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4452, "StopName": "Main St @ 4459 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198537", "Latitude": 40.67506, "Longitude": -111.891144, "AVGBoard": 3, "AVGAlight": 6, "Route": "205", "StopAbbr_J": "198537" }, "geometry": { "type": "Point", "coordinates": [ -111.891144000004061, 40.675060000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4453, "StopName": "1700 S @ 116 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198541", "Latitude": 40.733449, "Longitude": -111.887705, "AVGBoard": 2, "AVGAlight": 3, "Route": "17", "StopAbbr_J": "198541" }, "geometry": { "type": "Point", "coordinates": [ -111.887705000004402, 40.733449000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4454, "StopName": "1700 S @ 314 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198542", "Latitude": 40.733454, "Longitude": -111.882075, "AVGBoard": 1, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "198542" }, "geometry": { "type": "Point", "coordinates": [ -111.882075000004093, 40.733454000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4455, "StopName": "1700 S @ 410 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198543", "Latitude": 40.733464, "Longitude": -111.879321, "AVGBoard": 1, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "198543" }, "geometry": { "type": "Point", "coordinates": [ -111.879321000004509, 40.73346400000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4456, "StopName": "1700 S @ 520 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "198544", "Latitude": 40.733457, "Longitude": -111.876199, "AVGBoard": 1, "AVGAlight": 2, "Route": "17", "StopAbbr_J": "198544" }, "geometry": { "type": "Point", "coordinates": [ -111.876199000004107, 40.733457000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4457, "StopName": "1700 S @ 614 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "198545", "Latitude": 40.733475, "Longitude": -111.873463, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "198545" }, "geometry": { "type": "Point", "coordinates": [ -111.873463000004207, 40.733475000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4458, "StopName": "1700 S @ 611 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "198546", "Latitude": 40.733557, "Longitude": -111.873641, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "198546" }, "geometry": { "type": "Point", "coordinates": [ -111.873641000004554, 40.733557000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4459, "StopName": "1700 S @ 517 E", "City": "Salt Lake City", "ZipCode": "84105", "County": "Salt Lake", "UTA_StopID": "198547", "Latitude": 40.733559, "Longitude": -111.876344, "AVGBoard": 1, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "198547" }, "geometry": { "type": "Point", "coordinates": [ -111.876344000004423, 40.733559000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4460, "StopName": "1700 S @ 407 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198548", "Latitude": 40.733565, "Longitude": -111.879409, "AVGBoard": 0, "AVGAlight": 0, "Route": "17", "StopAbbr_J": "198548" }, "geometry": { "type": "Point", "coordinates": [ -111.879409000004586, 40.733565000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4461, "StopName": "1700 S @ 313 E", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198549", "Latitude": 40.733579, "Longitude": -111.882083, "AVGBoard": 0, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "198549" }, "geometry": { "type": "Point", "coordinates": [ -111.882083000004769, 40.733579000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4462, "StopName": "Jordan Gtwy @ 11023 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198550", "Latitude": 40.551254, "Longitude": -111.898783, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198550" }, "geometry": { "type": "Point", "coordinates": [ -111.898783000004315, 40.551254000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4463, "StopName": "Jordan Gtwy @ 11020 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198551", "Latitude": 40.551209, "Longitude": -111.898517, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198551" }, "geometry": { "type": "Point", "coordinates": [ -111.898517000004802, 40.551209000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4464, "StopName": "700 E @ 9159 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198552", "Latitude": 40.585009, "Longitude": -111.872066, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198552" }, "geometry": { "type": "Point", "coordinates": [ -111.872066000004537, 40.585009000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4465, "StopName": "9000 S @ 603 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198553", "Latitude": 40.588207, "Longitude": -111.874906, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198553" }, "geometry": { "type": "Point", "coordinates": [ -111.874906000004074, 40.588207000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4466, "StopName": "9800 S @ 2143 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "198554", "Latitude": 40.57325, "Longitude": -111.829546, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198554" }, "geometry": { "type": "Point", "coordinates": [ -111.829546000004811, 40.573250000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4467, "StopName": "Redwood Rd @ 1351 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198555", "Latitude": 40.799012, "Longitude": -111.939304, "AVGBoard": 2, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "198555" }, "geometry": { "type": "Point", "coordinates": [ -111.939304000004029, 40.799012000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4468, "StopName": "5400 S \/ Redwood Rd (EB)", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "198557", "Latitude": 40.653041, "Longitude": -111.940021, "AVGBoard": 13, "AVGAlight": 31, "Route": null, "StopAbbr_J": "198557" }, "geometry": { "type": "Point", "coordinates": [ -111.940021000004023, 40.653041000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4469, "StopName": "5400 S \/ Redwood Rd (WB)", "City": "Taylorsville", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198558", "Latitude": 40.653313, "Longitude": -111.936764, "AVGBoard": 17, "AVGAlight": 25, "Route": null, "StopAbbr_J": "198558" }, "geometry": { "type": "Point", "coordinates": [ -111.93676400000416, 40.653313000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4470, "StopName": "State St @ 1912 S", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198560", "Latitude": 40.728446, "Longitude": -111.888429, "AVGBoard": 15, "AVGAlight": 19, "Route": "200", "StopAbbr_J": "198560" }, "geometry": { "type": "Point", "coordinates": [ -111.888429000004081, 40.72844600000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4471, "StopName": "Olympus Cove P+R (Bay C)", "City": "Salt Lake City", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "198562", "Latitude": 40.687685, "Longitude": -111.796878, "AVGBoard": 50, "AVGAlight": 48, "Route": null, "StopAbbr_J": "198562" }, "geometry": { "type": "Point", "coordinates": [ -111.796878000004227, 40.687685000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4472, "StopName": "700 W @ 3494 S", "City": "Salt Lake City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198565", "Latitude": 40.695501, "Longitude": -111.911297, "AVGBoard": 1, "AVGAlight": 6, "Route": "33", "StopAbbr_J": "198565" }, "geometry": { "type": "Point", "coordinates": [ -111.911297000004453, 40.695501000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4473, "StopName": "3200 W @ 3518 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198567", "Latitude": 40.696121, "Longitude": -111.967666, "AVGBoard": 1, "AVGAlight": 5, "Route": "240", "StopAbbr_J": "198567" }, "geometry": { "type": "Point", "coordinates": [ -111.967666000004215, 40.696121000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4474, "StopName": "Redwood Rd @ 9836 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198568", "Latitude": 40.572608, "Longitude": -111.938854, "AVGBoard": 1, "AVGAlight": 6, "Route": "218", "StopAbbr_J": "198568" }, "geometry": { "type": "Point", "coordinates": [ -111.93885400000454, 40.572608000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4475, "StopName": "Lodestone Ave \/ Copper City Dr (WB)", "City": "Salt Lake City", "ZipCode": "84118", "County": "Salt Lake", "UTA_StopID": "198571", "Latitude": 40.642591, "Longitude": -112.033171, "AVGBoard": 8, "AVGAlight": 1, "Route": null, "StopAbbr_J": "198571" }, "geometry": { "type": "Point", "coordinates": [ -112.033171000004089, 40.64259100000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4476, "StopName": "Jordan Gateway @ 10024 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198573", "Latitude": 40.569261, "Longitude": -111.904575, "AVGBoard": 0, "AVGAlight": 4, "Route": "F514, 201", "StopAbbr_J": "198573" }, "geometry": { "type": "Point", "coordinates": [ -111.90457500000457, 40.569261000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4477, "StopName": "Jordan Gateway @ 10041 S", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198574", "Latitude": 40.56896, "Longitude": -111.904297, "AVGBoard": 3, "AVGAlight": 1, "Route": "F514, 201", "StopAbbr_J": "198574" }, "geometry": { "type": "Point", "coordinates": [ -111.904297000004021, 40.568960000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4478, "StopName": "9000 S @ 632 E", "City": "SANDY", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198579", "Latitude": 40.587961, "Longitude": -111.873479, "AVGBoard": 0, "AVGAlight": 0, "Route": "F94", "StopAbbr_J": "198579" }, "geometry": { "type": "Point", "coordinates": [ -111.873479000004622, 40.5879610000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4479, "StopName": "300 W @ 177 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "198581", "Latitude": 40.765429, "Longitude": -111.899486, "AVGBoard": 2, "AVGAlight": 0, "Route": "520, 519", "StopAbbr_J": "198581" }, "geometry": { "type": "Point", "coordinates": [ -111.899486000004089, 40.765429000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4480, "StopName": "Redwood Rd @ 837 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198583", "Latitude": 40.751518, "Longitude": -111.938866, "AVGBoard": 5, "AVGAlight": 12, "Route": "217", "StopAbbr_J": "198583" }, "geometry": { "type": "Point", "coordinates": [ -111.938866000004637, 40.751518000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4481, "StopName": "Redwood Rd @ 1289 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198584", "Latitude": 40.741064, "Longitude": -111.938854, "AVGBoard": 11, "AVGAlight": 27, "Route": "217", "StopAbbr_J": "198584" }, "geometry": { "type": "Point", "coordinates": [ -111.93885400000454, 40.741064000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4482, "StopName": "Redwood Rd @ 860 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198585", "Latitude": 40.750978, "Longitude": -111.939142, "AVGBoard": 9, "AVGAlight": 4, "Route": "217", "StopAbbr_J": "198585" }, "geometry": { "type": "Point", "coordinates": [ -111.939142000004097, 40.750978000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4483, "StopName": "3600 W @ 3620 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198586", "Latitude": 40.693661, "Longitude": -111.977154, "AVGBoard": 3, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "198586" }, "geometry": { "type": "Point", "coordinates": [ -111.977154000004688, 40.693661000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4484, "StopName": "3650 S @ 3224 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198587", "Latitude": 40.693015, "Longitude": -111.968158, "AVGBoard": 1, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "198587" }, "geometry": { "type": "Point", "coordinates": [ -111.968158000004493, 40.693015000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4485, "StopName": "3650 S @ 3381 W", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198588", "Latitude": 40.692877, "Longitude": -111.972066, "AVGBoard": 2, "AVGAlight": 2, "Route": "509", "StopAbbr_J": "198588" }, "geometry": { "type": "Point", "coordinates": [ -111.972066000004304, 40.692877000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4486, "StopName": "3600 W @ 3631 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198589", "Latitude": 40.693381, "Longitude": -111.977003, "AVGBoard": 3, "AVGAlight": 5, "Route": "509", "StopAbbr_J": "198589" }, "geometry": { "type": "Point", "coordinates": [ -111.977003000004785, 40.693381000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4487, "StopName": "Sandy Pkwy @ 8951 S", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198590", "Latitude": 40.588739, "Longitude": -111.904135, "AVGBoard": 14, "AVGAlight": 15, "Route": "525", "StopAbbr_J": "198590" }, "geometry": { "type": "Point", "coordinates": [ -111.904135000004104, 40.588739000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4488, "StopName": "3600 W @ 3500 S", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198593", "Latitude": 40.697116, "Longitude": -111.977021, "AVGBoard": 17, "AVGAlight": 1, "Route": "509", "StopAbbr_J": "198593" }, "geometry": { "type": "Point", "coordinates": [ -111.977021000004456, 40.697116000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4489, "StopName": "3200 W @ 6166 S", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "198595", "Latitude": 40.639226, "Longitude": -111.967507, "AVGBoard": 0, "AVGAlight": 2, "Route": "232", "StopAbbr_J": "198595" }, "geometry": { "type": "Point", "coordinates": [ -111.967507000004545, 40.639226000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4490, "StopName": "200 S \/ 900 E (WB)", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "198600", "Latitude": 40.765121, "Longitude": -111.866471, "AVGBoard": 24, "AVGAlight": 29, "Route": "220, 2", "StopAbbr_J": "198600" }, "geometry": { "type": "Point", "coordinates": [ -111.866471000004438, 40.765121000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4491, "StopName": "Catherine St @ 513 N", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198601", "Latitude": 40.780494, "Longitude": -111.932333, "AVGBoard": 0, "AVGAlight": 0, "Route": "520", "StopAbbr_J": "198601" }, "geometry": { "type": "Point", "coordinates": [ -111.932333000004192, 40.780494000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4492, "StopName": "Winchester St @ 219 E", "City": null, "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198602", "Latitude": 40.633128, "Longitude": -111.885036, "AVGBoard": 16, "AVGAlight": 24, "Route": "209", "StopAbbr_J": "198602" }, "geometry": { "type": "Point", "coordinates": [ -111.885036000004646, 40.633128000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4493, "StopName": "Cougar Ln @ 6314 S", "City": "Kearns", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198603", "Latitude": 40.636382, "Longitude": -112.007035, "AVGBoard": 0, "AVGAlight": 1, "Route": "62, 248", "StopAbbr_J": "198603" }, "geometry": { "type": "Point", "coordinates": [ -112.007035000004748, 40.636382000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4494, "StopName": "Redwood Rd @ 6597 S", "City": "West Jordan", "ZipCode": "84123", "County": "Salt Lake", "UTA_StopID": "198604", "Latitude": 40.631331, "Longitude": -111.938662, "AVGBoard": 1, "AVGAlight": 1, "Route": "217", "StopAbbr_J": "198604" }, "geometry": { "type": "Point", "coordinates": [ -111.93866200000393, 40.631331000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4495, "StopName": "8600 S @ 283 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198605", "Latitude": 40.594988, "Longitude": -111.90013, "AVGBoard": 1, "AVGAlight": 1, "Route": "525", "StopAbbr_J": "198605" }, "geometry": { "type": "Point", "coordinates": [ -111.900130000004339, 40.594988000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4496, "StopName": "1300 S @ 379 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198610", "Latitude": 40.741498, "Longitude": -111.901974, "AVGBoard": 6, "AVGAlight": 21, "Route": "9", "StopAbbr_J": "198610" }, "geometry": { "type": "Point", "coordinates": [ -111.901974000004145, 40.741498000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4497, "StopName": "River Front Pkwy @ Park Palisade Dr", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198611", "Latitude": 40.548434, "Longitude": -111.917204, "AVGBoard": 0, "AVGAlight": 0, "Route": "218", "StopAbbr_J": "198611" }, "geometry": { "type": "Point", "coordinates": [ -111.917204000004304, 40.548434000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4498, "StopName": "Grizzly Way @ 7224 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198612", "Latitude": 40.61951, "Longitude": -112.014032, "AVGBoard": 0, "AVGAlight": 1, "Route": "248", "StopAbbr_J": "198612" }, "geometry": { "type": "Point", "coordinates": [ -112.014032000004008, 40.619510000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4499, "StopName": "Grizzly Way @ 7227 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198613", "Latitude": 40.619461, "Longitude": -112.013783, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198613" }, "geometry": { "type": "Point", "coordinates": [ -112.013783000004096, 40.619461000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4500, "StopName": "Grizzly Way @ 8377 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198614", "Latitude": 40.598688, "Longitude": -112.0185, "AVGBoard": 1, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198614" }, "geometry": { "type": "Point", "coordinates": [ -112.018500000004337, 40.598688000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4501, "StopName": "Grizzly Way @ 8416 S", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198615", "Latitude": 40.598107, "Longitude": -112.018044, "AVGBoard": 0, "AVGAlight": 0, "Route": "248", "StopAbbr_J": "198615" }, "geometry": { "type": "Point", "coordinates": [ -112.018044000004352, 40.598107000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4502, "StopName": "7000 S @ Breeze Hill Rd", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "198617", "Latitude": 40.623943, "Longitude": -112.009292, "AVGBoard": 0, "AVGAlight": 0, "Route": "62, 248", "StopAbbr_J": "198617" }, "geometry": { "type": "Point", "coordinates": [ -112.009292000004578, 40.62394300000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4503, "StopName": "Fort Union Blvd @ 671 E", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198618", "Latitude": 40.620891, "Longitude": -111.872822, "AVGBoard": 5, "AVGAlight": 4, "Route": "953, 72", "StopAbbr_J": "198618" }, "geometry": { "type": "Point", "coordinates": [ -111.872822000004206, 40.620891000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4504, "StopName": "Wasatch St @ 14 W", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198619", "Latitude": 40.605977, "Longitude": -111.891428, "AVGBoard": 4, "AVGAlight": 1, "Route": "525", "StopAbbr_J": "198619" }, "geometry": { "type": "Point", "coordinates": [ -111.891428000004197, 40.60597700000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4505, "StopName": "9040 W @ 2647 S", "City": "Magna", "ZipCode": "84044", "County": "Salt Lake", "UTA_StopID": "198620", "Latitude": 40.712005, "Longitude": -112.107073, "AVGBoard": 1, "AVGAlight": 3, "Route": "35", "StopAbbr_J": "198620" }, "geometry": { "type": "Point", "coordinates": [ -112.107073000004064, 40.712005000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4506, "StopName": "4023 S 5600 W", "City": "West Valley City", "ZipCode": "84120", "County": "Salt Lake", "UTA_StopID": "198624", "Latitude": 40.683972, "Longitude": -112.024589, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198624" }, "geometry": { "type": "Point", "coordinates": [ -112.024589000003971, 40.68397200000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4507, "StopName": "North Temple @ 393 W", "City": "Salt Lake City", "ZipCode": "84180", "County": "Salt Lake", "UTA_StopID": "198626", "Latitude": 40.77135, "Longitude": -111.901699, "AVGBoard": 4, "AVGAlight": 10, "Route": "520, 519, 454", "StopAbbr_J": "198626" }, "geometry": { "type": "Point", "coordinates": [ -111.90169900000474, 40.771350000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4508, "StopName": "9000 S @ 348 E", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198628", "Latitude": 40.58803, "Longitude": -111.880933, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198628" }, "geometry": { "type": "Point", "coordinates": [ -111.880933000003978, 40.588030000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4509, "StopName": "400 S @ 1695 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198631", "Latitude": 40.76056, "Longitude": -111.938289, "AVGBoard": 112, "AVGAlight": 68, "Route": "9, 4", "StopAbbr_J": "198631" }, "geometry": { "type": "Point", "coordinates": [ -111.938289000004531, 40.760560000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4510, "StopName": "400 S @ 1517 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198632", "Latitude": 40.760547, "Longitude": -111.934684, "AVGBoard": 14, "AVGAlight": 2, "Route": "9, 4", "StopAbbr_J": "198632" }, "geometry": { "type": "Point", "coordinates": [ -111.934684000004609, 40.760547000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4511, "StopName": "400 S @ 1347 W", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198633", "Latitude": 40.760572, "Longitude": -111.929684, "AVGBoard": 10, "AVGAlight": 4, "Route": "9, 4", "StopAbbr_J": "198633" }, "geometry": { "type": "Point", "coordinates": [ -111.929684000004301, 40.760572000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4512, "StopName": "Navajo St. @ 492 S.", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198634", "Latitude": 40.758575, "Longitude": -111.929568, "AVGBoard": 4, "AVGAlight": 1, "Route": "9", "StopAbbr_J": "198634" }, "geometry": { "type": "Point", "coordinates": [ -111.929568000004579, 40.758575000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4513, "StopName": "Navajo St @ 642 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198635", "Latitude": 40.755159, "Longitude": -111.929548, "AVGBoard": 6, "AVGAlight": 1, "Route": "9", "StopAbbr_J": "198635" }, "geometry": { "type": "Point", "coordinates": [ -111.929548000004729, 40.755159000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4514, "StopName": "1300 W @ 764 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198636", "Latitude": 40.752857, "Longitude": -111.928071, "AVGBoard": 5, "AVGAlight": 1, "Route": "9", "StopAbbr_J": "198636" }, "geometry": { "type": "Point", "coordinates": [ -111.928071000004749, 40.752857000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4515, "StopName": "300 W @ Lucy Ave.", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "198637", "Latitude": 40.742442, "Longitude": -111.89954, "AVGBoard": 14, "AVGAlight": 20, "Route": "9", "StopAbbr_J": "198637" }, "geometry": { "type": "Point", "coordinates": [ -111.899540000004052, 40.742442000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4516, "StopName": "1700 S @ 20 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198638", "Latitude": 40.733592, "Longitude": -111.891634, "AVGBoard": 2, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "198638" }, "geometry": { "type": "Point", "coordinates": [ -111.89163400000416, 40.733592000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4517, "StopName": "1700 S @ 90 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198639", "Latitude": 40.733583, "Longitude": -111.893685, "AVGBoard": 3, "AVGAlight": 1, "Route": "17", "StopAbbr_J": "198639" }, "geometry": { "type": "Point", "coordinates": [ -111.893685000004012, 40.73358300000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4518, "StopName": "1700 S @ 271 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198640", "Latitude": 40.733439, "Longitude": -111.899008, "AVGBoard": 1, "AVGAlight": 3, "Route": "17", "StopAbbr_J": "198640" }, "geometry": { "type": "Point", "coordinates": [ -111.899008000004073, 40.73343900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4519, "StopName": "1700 S @ 87 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198641", "Latitude": 40.733423, "Longitude": -111.893644, "AVGBoard": 2, "AVGAlight": 3, "Route": "17", "StopAbbr_J": "198641" }, "geometry": { "type": "Point", "coordinates": [ -111.893644000004215, 40.733423000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4520, "StopName": "1700 S @ 9 W", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198642", "Latitude": 40.733412, "Longitude": -111.891343, "AVGBoard": 3, "AVGAlight": 3, "Route": "17", "StopAbbr_J": "198642" }, "geometry": { "type": "Point", "coordinates": [ -111.891343000004341, 40.733412000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4521, "StopName": "300 W @ 1266 S", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "198643", "Latitude": 40.741824, "Longitude": -111.899829, "AVGBoard": 43, "AVGAlight": 25, "Route": "9", "StopAbbr_J": "198643" }, "geometry": { "type": "Point", "coordinates": [ -111.899829000004601, 40.741824000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4522, "StopName": "Navajo St @ 1014 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198644", "Latitude": 40.747623, "Longitude": -111.929434, "AVGBoard": 1, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "198644" }, "geometry": { "type": "Point", "coordinates": [ -111.929434000004292, 40.747623000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4523, "StopName": "Redwood Rd @ 342 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198645", "Latitude": 40.761128, "Longitude": -111.938922, "AVGBoard": 21, "AVGAlight": 19, "Route": "217", "StopAbbr_J": "198645" }, "geometry": { "type": "Point", "coordinates": [ -111.938922000004766, 40.761128000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4524, "StopName": "Navajo St @ 506 S", "City": "Salt Lake City", "ZipCode": "84104", "County": "Salt Lake", "UTA_StopID": "198646", "Latitude": 40.758337, "Longitude": -111.929452, "AVGBoard": 0, "AVGAlight": 5, "Route": "9", "StopAbbr_J": "198646" }, "geometry": { "type": "Point", "coordinates": [ -111.929452000003977, 40.758337000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4525, "StopName": "Murray Holladay Rd @ 1448 E", "City": "Holladay", "ZipCode": "84117", "County": "Salt Lake", "UTA_StopID": "198647", "Latitude": 40.667033, "Longitude": -111.849587, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198647" }, "geometry": { "type": "Point", "coordinates": [ -111.849587000004036, 40.667033000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4526, "StopName": "U Union Building (Bay A)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "198648", "Latitude": 40.764866, "Longitude": -111.845331, "AVGBoard": 28, "AVGAlight": 26, "Route": "9", "StopAbbr_J": "198648" }, "geometry": { "type": "Point", "coordinates": [ -111.845331000004165, 40.764866000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4527, "StopName": "1500 W @ 2437 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "610058", "Latitude": 41.302028, "Longitude": -112.015334, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "610058" }, "geometry": { "type": "Point", "coordinates": [ -112.015334000003904, 41.302028000002565 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4528, "StopName": "400 E @ 2626 N (N. Ogden)", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611004", "Latitude": 41.306538, "Longitude": -111.968553, "AVGBoard": 12, "AVGAlight": 11, "Route": "616, 612", "StopAbbr_J": "611004" }, "geometry": { "type": "Point", "coordinates": [ -111.968553000003922, 41.306538000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4529, "StopName": "400 E @ 2698 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611005", "Latitude": 41.308337, "Longitude": -111.968591, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611005" }, "geometry": { "type": "Point", "coordinates": [ -111.968591000004366, 41.308337000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4530, "StopName": "2600 N @ 482 E (North Ogden)", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611006", "Latitude": 41.305917, "Longitude": -111.965653, "AVGBoard": 2, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "611006" }, "geometry": { "type": "Point", "coordinates": [ -111.965653000003911, 41.30591700000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4531, "StopName": "400 E @ 2816 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611007", "Latitude": 41.311494, "Longitude": -111.968528, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611007" }, "geometry": { "type": "Point", "coordinates": [ -111.96852800000454, 41.311494000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4532, "StopName": "450 E @ 3004 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611009", "Latitude": 41.315678, "Longitude": -111.966627, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611009" }, "geometry": { "type": "Point", "coordinates": [ -111.966627000004522, 41.31567800000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4533, "StopName": "450 E @ 3098 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611010", "Latitude": 41.317201, "Longitude": -111.966601, "AVGBoard": 1, "AVGAlight": 4, "Route": "612", "StopAbbr_J": "611010" }, "geometry": { "type": "Point", "coordinates": [ -111.966601000004161, 41.317201000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4534, "StopName": "3100 N @ 745 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611013", "Latitude": 41.317314, "Longitude": -111.957067, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "611013" }, "geometry": { "type": "Point", "coordinates": [ -111.957067000004358, 41.317314000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4535, "StopName": "3100 N @ 851 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611014", "Latitude": 41.317302, "Longitude": -111.954811, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "611014" }, "geometry": { "type": "Point", "coordinates": [ -111.954811000004639, 41.317302000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4536, "StopName": "3100 N @ 957 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611015", "Latitude": 41.317208, "Longitude": -111.950479, "AVGBoard": 1, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "611015" }, "geometry": { "type": "Point", "coordinates": [ -111.950479000003881, 41.317208000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4537, "StopName": "3100 N @ 1045 E (North Ogden)", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611016", "Latitude": 41.317169, "Longitude": -111.947631, "AVGBoard": 1, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "611016" }, "geometry": { "type": "Point", "coordinates": [ -111.947631000004591, 41.317169000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4538, "StopName": "1050 E @ 3049 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611017", "Latitude": 41.316107, "Longitude": -111.947474, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "611017" }, "geometry": { "type": "Point", "coordinates": [ -111.947474000004192, 41.316107000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4539, "StopName": "1050 E @ 2855 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611018", "Latitude": 41.312931, "Longitude": -111.947514, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611018" }, "geometry": { "type": "Point", "coordinates": [ -111.947514000003906, 41.312931000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4540, "StopName": "1050 E @ 2775 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611019", "Latitude": 41.310383, "Longitude": -111.947546, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611019" }, "geometry": { "type": "Point", "coordinates": [ -111.947546000004763, 41.310383000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4541, "StopName": "1050 E @ 2605 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611020", "Latitude": 41.306689, "Longitude": -111.947592, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611020" }, "geometry": { "type": "Point", "coordinates": [ -111.947592000004079, 41.306689000002571 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4542, "StopName": "2600 N @ 932 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611021", "Latitude": 41.306338, "Longitude": -111.951606, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611021" }, "geometry": { "type": "Point", "coordinates": [ -111.951606000004574, 41.306338000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4543, "StopName": "2600 N @ 852 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611022", "Latitude": 41.305817, "Longitude": -111.953593, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611022" }, "geometry": { "type": "Point", "coordinates": [ -111.953593000004517, 41.305817000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4544, "StopName": "2600 N @ 702 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611023", "Latitude": 41.305855, "Longitude": -111.958135, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611023" }, "geometry": { "type": "Point", "coordinates": [ -111.958135000004674, 41.305855000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4545, "StopName": "2600 N @ 598 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611024", "Latitude": 41.305878, "Longitude": -111.961693, "AVGBoard": 1, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "611024" }, "geometry": { "type": "Point", "coordinates": [ -111.961693000004288, 41.305878000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4546, "StopName": "2600 N @ 552 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611025", "Latitude": 41.305895, "Longitude": -111.963244, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611025" }, "geometry": { "type": "Point", "coordinates": [ -111.96324400000411, 41.305895000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4547, "StopName": "2600 N @ 440 E (N. Ogden)", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611027", "Latitude": 41.305942, "Longitude": -111.967571, "AVGBoard": 3, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "611027" }, "geometry": { "type": "Point", "coordinates": [ -111.967571000004455, 41.305942000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4548, "StopName": "400 E @ 2485 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611046", "Latitude": 41.303113, "Longitude": -111.968922, "AVGBoard": 37, "AVGAlight": 12, "Route": "612", "StopAbbr_J": "611046" }, "geometry": { "type": "Point", "coordinates": [ -111.968922000003886, 41.303113000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4549, "StopName": "400 E @ 2305 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "611047", "Latitude": 41.300704, "Longitude": -111.968988, "AVGBoard": 4, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "611047" }, "geometry": { "type": "Point", "coordinates": [ -111.968988000003961, 41.300704000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4550, "StopName": "Us Hwy 89 @ 2295 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615001", "Latitude": 41.298813, "Longitude": -111.998531, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "615001" }, "geometry": { "type": "Point", "coordinates": [ -111.998531000003894, 41.298813000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4551, "StopName": "Us Hwy 89 @ 2300 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615009", "Latitude": 41.299286, "Longitude": -111.998593, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "615009" }, "geometry": { "type": "Point", "coordinates": [ -111.998593000004533, 41.299286000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4552, "StopName": "1200 W @ 1420 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615010", "Latitude": 41.286364, "Longitude": -112.008005, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "615010" }, "geometry": { "type": "Point", "coordinates": [ -112.008005000004133, 41.286364000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4553, "StopName": "1200 W @ 375 N (Ogden)", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615012", "Latitude": 41.26666, "Longitude": -112.00896, "AVGBoard": 2, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615012" }, "geometry": { "type": "Point", "coordinates": [ -112.008960000004052, 41.266660000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4554, "StopName": "1200 W @ 1020 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615014", "Latitude": 41.276389, "Longitude": -112.008504, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615014" }, "geometry": { "type": "Point", "coordinates": [ -112.008504000004066, 41.276389000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4555, "StopName": "1200 W @ 973 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615015", "Latitude": 41.275585, "Longitude": -112.008683, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615015" }, "geometry": { "type": "Point", "coordinates": [ -112.00868300000451, 41.27558500000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4556, "StopName": "1350 W @ 2150 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615022", "Latitude": 41.296609, "Longitude": -112.012501, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615022" }, "geometry": { "type": "Point", "coordinates": [ -112.012501000004079, 41.296609000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4557, "StopName": "1350 W @ 2331 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615023", "Latitude": 41.298726, "Longitude": -112.013801, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "615023" }, "geometry": { "type": "Point", "coordinates": [ -112.01380100000469, 41.298726000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4558, "StopName": "1200 W @ 1064 S", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615024", "Latitude": 41.24618, "Longitude": -112.00943, "AVGBoard": 1, "AVGAlight": 7, "Route": "613", "StopAbbr_J": "615024" }, "geometry": { "type": "Point", "coordinates": [ -112.009430000004301, 41.246180000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4559, "StopName": "1200 W @ 1002 S", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615025", "Latitude": 41.247921, "Longitude": -112.009469, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615025" }, "geometry": { "type": "Point", "coordinates": [ -112.009469000003946, 41.247921000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4560, "StopName": "1200 W @ 700 S", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615027", "Latitude": 41.251667, "Longitude": -112.009515, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615027" }, "geometry": { "type": "Point", "coordinates": [ -112.009515000004143, 41.251667000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4561, "StopName": "1200 W @ 200 S", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615028", "Latitude": 41.259477, "Longitude": -112.008893, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615028" }, "geometry": { "type": "Point", "coordinates": [ -112.008893000003908, 41.259477000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4562, "StopName": "Us Hwy 89 @ 2020 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615030", "Latitude": 41.294882, "Longitude": -111.994704, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "615030" }, "geometry": { "type": "Point", "coordinates": [ -111.994704000004504, 41.294882000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4563, "StopName": "1500 W @ 2249 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615032", "Latitude": 41.298396, "Longitude": -112.013794, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615032" }, "geometry": { "type": "Point", "coordinates": [ -112.013794000004097, 41.298396000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4564, "StopName": "1500 W @ 2151 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615033", "Latitude": 41.296327, "Longitude": -112.012513, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615033" }, "geometry": { "type": "Point", "coordinates": [ -112.012513000004162, 41.296327000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4565, "StopName": "1200 W @ 1387 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615034", "Latitude": 41.285035, "Longitude": -112.008352, "AVGBoard": 1, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615034" }, "geometry": { "type": "Point", "coordinates": [ -112.008352000004081, 41.285035000002573 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4566, "StopName": "1200 W @ 198 S", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615035", "Latitude": 41.259802, "Longitude": -112.009001, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615035" }, "geometry": { "type": "Point", "coordinates": [ -112.009001000003863, 41.259802000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4567, "StopName": "1200 W @ 1001 S (Slaterville)", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615036", "Latitude": 41.247776, "Longitude": -112.009629, "AVGBoard": 6, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615036" }, "geometry": { "type": "Point", "coordinates": [ -112.009629000004594, 41.247776000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4568, "StopName": "1200 W @ 1063 S", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615037", "Latitude": 41.246202, "Longitude": -112.009613, "AVGBoard": 7, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615037" }, "geometry": { "type": "Point", "coordinates": [ -112.009613000004165, 41.246202000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4569, "StopName": "Us Hwy 89 @ 2185 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615042", "Latitude": 41.297081, "Longitude": -111.996968, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "615042" }, "geometry": { "type": "Point", "coordinates": [ -111.996968000003989, 41.297081000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4570, "StopName": "Us Hwy 89 @ 2200 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615043", "Latitude": 41.297446, "Longitude": -111.996933, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "615043" }, "geometry": { "type": "Point", "coordinates": [ -111.996933000004702, 41.29744600000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4571, "StopName": "Us Hwy 89 @ 1995 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615047", "Latitude": 41.294285, "Longitude": -111.994566, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "615047" }, "geometry": { "type": "Point", "coordinates": [ -111.994566000004767, 41.294285000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4572, "StopName": "1350 W @ 1900 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615051", "Latitude": 41.294336, "Longitude": -112.011106, "AVGBoard": 1, "AVGAlight": 9, "Route": "613", "StopAbbr_J": "615051" }, "geometry": { "type": "Point", "coordinates": [ -112.011106000004588, 41.294336000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4573, "StopName": "1350 W @ 2485 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615052", "Latitude": 41.301996, "Longitude": -112.015143, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "615052" }, "geometry": { "type": "Point", "coordinates": [ -112.015143000004286, 41.30199600000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4574, "StopName": "1500 W @ 1973 N", "City": "Farr West", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615053", "Latitude": 41.294126, "Longitude": -112.011164, "AVGBoard": 5, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "615053" }, "geometry": { "type": "Point", "coordinates": [ -112.011164000003987, 41.294126000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4575, "StopName": "1200 W @ 726 S (Ogden)", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "615062", "Latitude": 41.250967, "Longitude": -112.009632, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "615062" }, "geometry": { "type": "Point", "coordinates": [ -112.009632000003947, 41.250967000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4576, "StopName": "Washington Blvd @ 918 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616002", "Latitude": 41.248215, "Longitude": -111.969728, "AVGBoard": 3, "AVGAlight": 9, "Route": "F618, 612", "StopAbbr_J": "616002" }, "geometry": { "type": "Point", "coordinates": [ -111.969728000004068, 41.248215000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4577, "StopName": "Washington Blvd @ 496 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616006", "Latitude": 41.254805, "Longitude": -111.969577, "AVGBoard": 1, "AVGAlight": 7, "Route": "F618, 612", "StopAbbr_J": "616006" }, "geometry": { "type": "Point", "coordinates": [ -111.969577000004165, 41.254805000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4578, "StopName": "Washington Blvd @ 390 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616007", "Latitude": 41.256421, "Longitude": -111.969536, "AVGBoard": 2, "AVGAlight": 7, "Route": "F618, 612", "StopAbbr_J": "616007" }, "geometry": { "type": "Point", "coordinates": [ -111.969536000004354, 41.256421000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4579, "StopName": "2Nd St @ 481 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616009", "Latitude": 41.259155, "Longitude": -111.967333, "AVGBoard": 1, "AVGAlight": 0, "Route": "645, 625", "StopAbbr_J": "616009" }, "geometry": { "type": "Point", "coordinates": [ -111.96733300000453, 41.259155000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4580, "StopName": "2Nd St @ 601 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616010", "Latitude": 41.259164, "Longitude": -111.964127, "AVGBoard": 2, "AVGAlight": 0, "Route": "645, 625", "StopAbbr_J": "616010" }, "geometry": { "type": "Point", "coordinates": [ -111.964127000004382, 41.259164000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4581, "StopName": "2Nd St @ 901 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616013", "Latitude": 41.258982, "Longitude": -111.955282, "AVGBoard": 2, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "616013" }, "geometry": { "type": "Point", "coordinates": [ -111.955282000004061, 41.258982000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4582, "StopName": "2Nd St @ 981 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616014", "Latitude": 41.258956, "Longitude": -111.953244, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "616014" }, "geometry": { "type": "Point", "coordinates": [ -111.953244000004403, 41.258956000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4583, "StopName": "2Nd St @ 1051 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616015", "Latitude": 41.258933, "Longitude": -111.951062, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "616015" }, "geometry": { "type": "Point", "coordinates": [ -111.951062000004498, 41.258933000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4584, "StopName": "Harrison Blvd @ 437 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616018", "Latitude": 41.255024, "Longitude": -111.947986, "AVGBoard": 1, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "616018" }, "geometry": { "type": "Point", "coordinates": [ -111.94798600000432, 41.255024000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4585, "StopName": "Monroe Blvd @ 1027 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616022", "Latitude": 41.275907, "Longitude": -111.959181, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "616022" }, "geometry": { "type": "Point", "coordinates": [ -111.959181000004051, 41.275907000002569 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4586, "StopName": "Monroe Blvd @ 720 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616027", "Latitude": 41.250982, "Longitude": -111.954155, "AVGBoard": 0, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "616027" }, "geometry": { "type": "Point", "coordinates": [ -111.954155000004278, 41.250982000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4587, "StopName": "Washington Blvd @ 711 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616028", "Latitude": 41.251275, "Longitude": -111.969981, "AVGBoard": 16, "AVGAlight": 6, "Route": "F618, 612", "StopAbbr_J": "616028" }, "geometry": { "type": "Point", "coordinates": [ -111.969981000004339, 41.251275000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4588, "StopName": "Washington Blvd @ 929 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616030", "Latitude": 41.247951, "Longitude": -111.970003, "AVGBoard": 11, "AVGAlight": 4, "Route": "F618, 612", "StopAbbr_J": "616030" }, "geometry": { "type": "Point", "coordinates": [ -111.970003000004354, 41.247951000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4589, "StopName": "Washington Blvd @ 120 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616031", "Latitude": 41.259761, "Longitude": -111.969473, "AVGBoard": 9, "AVGAlight": 35, "Route": "645, 625, 612", "StopAbbr_J": "616031" }, "geometry": { "type": "Point", "coordinates": [ -111.969473000004555, 41.259761000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4590, "StopName": "Washington Blvd @ 150 N (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616032", "Latitude": 41.261844, "Longitude": -111.969453, "AVGBoard": 2, "AVGAlight": 8, "Route": "645, 625, 612", "StopAbbr_J": "616032" }, "geometry": { "type": "Point", "coordinates": [ -111.969453000004677, 41.261844000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4591, "StopName": "Avc Ln @ 502 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616034", "Latitude": 41.26354, "Longitude": -111.965284, "AVGBoard": 49, "AVGAlight": 53, "Route": "645, 625, 612", "StopAbbr_J": "616034" }, "geometry": { "type": "Point", "coordinates": [ -111.965284000003933, 41.263540000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4592, "StopName": "400 N @ 498 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616035", "Latitude": 41.266661, "Longitude": -111.96648, "AVGBoard": 8, "AVGAlight": 13, "Route": "645, 625, 612", "StopAbbr_J": "616035" }, "geometry": { "type": "Point", "coordinates": [ -111.96648000000404, 41.266661000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4593, "StopName": "Ring Rd (Ogden Tech) @ 200 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616037", "Latitude": 41.262384, "Longitude": -111.962133, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "616037" }, "geometry": { "type": "Point", "coordinates": [ -111.962133000004741, 41.262384000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4594, "StopName": "Washington Blvd @ 424 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616039", "Latitude": 41.267355, "Longitude": -111.969356, "AVGBoard": 9, "AVGAlight": 18, "Route": "612", "StopAbbr_J": "616039" }, "geometry": { "type": "Point", "coordinates": [ -111.969356000004751, 41.267355000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4595, "StopName": "Washington Blvd @ 654 N (Harrisvil)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616040", "Latitude": 41.269892, "Longitude": -111.969315, "AVGBoard": 3, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "616040" }, "geometry": { "type": "Point", "coordinates": [ -111.969315000004059, 41.269892000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4596, "StopName": "Washington Blvd @ 810 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616041", "Latitude": 41.272377, "Longitude": -111.969253, "AVGBoard": 0, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "616041" }, "geometry": { "type": "Point", "coordinates": [ -111.969253000004315, 41.272377000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4597, "StopName": "Washington Blvd @ 910 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616042", "Latitude": 41.274321, "Longitude": -111.969221, "AVGBoard": 1, "AVGAlight": 5, "Route": "612", "StopAbbr_J": "616042" }, "geometry": { "type": "Point", "coordinates": [ -111.969221000004353, 41.274321000002573 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4598, "StopName": "Washington Blvd @ 1110 N (Hrisvl)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616043", "Latitude": 41.277606, "Longitude": -111.969147, "AVGBoard": 1, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "616043" }, "geometry": { "type": "Point", "coordinates": [ -111.96914700000454, 41.277606000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4599, "StopName": "Washington Blvd @ 1258 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616044", "Latitude": 41.280354, "Longitude": -111.969104, "AVGBoard": 1, "AVGAlight": 4, "Route": "612", "StopAbbr_J": "616044" }, "geometry": { "type": "Point", "coordinates": [ -111.969104000004563, 41.280354000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4600, "StopName": "Washington Blvd @ 1410 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616045", "Latitude": 41.283394, "Longitude": -111.969046, "AVGBoard": 1, "AVGAlight": 4, "Route": "612", "StopAbbr_J": "616045" }, "geometry": { "type": "Point", "coordinates": [ -111.969046000004269, 41.283394000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4601, "StopName": "Washington Blvd @ 1610 N", "City": "North Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616046", "Latitude": 41.286324, "Longitude": -111.968991, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "616046" }, "geometry": { "type": "Point", "coordinates": [ -111.968991000004209, 41.286324000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4602, "StopName": "400 E @ 1710 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616047", "Latitude": 41.289306, "Longitude": -111.968927, "AVGBoard": 1, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "616047" }, "geometry": { "type": "Point", "coordinates": [ -111.9689270000043, 41.289306000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4603, "StopName": "400 E @ 1970 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616048", "Latitude": 41.293864, "Longitude": -111.968839, "AVGBoard": 0, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "616048" }, "geometry": { "type": "Point", "coordinates": [ -111.968839000004209, 41.29386400000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4604, "StopName": "400 E @ 2110 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616051", "Latitude": 41.296656, "Longitude": -111.968774, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "616051" }, "geometry": { "type": "Point", "coordinates": [ -111.968774000004217, 41.296656000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4605, "StopName": "400 E @ 2190 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616052", "Latitude": 41.298192, "Longitude": -111.968745, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "616052" }, "geometry": { "type": "Point", "coordinates": [ -111.968745000004517, 41.298192000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4606, "StopName": "400 E @ 2275 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616053", "Latitude": 41.298941, "Longitude": -111.969004, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "616053" }, "geometry": { "type": "Point", "coordinates": [ -111.969004000004375, 41.298941000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4607, "StopName": "400 E @ 2167 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616054", "Latitude": 41.297497, "Longitude": -111.969041, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "616054" }, "geometry": { "type": "Point", "coordinates": [ -111.969041000003841, 41.297497000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4608, "StopName": "400 E @ 2089 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616055", "Latitude": 41.296208, "Longitude": -111.969067, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "616055" }, "geometry": { "type": "Point", "coordinates": [ -111.969067000004202, 41.296208000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4609, "StopName": "400 E @ 1949 N (N. Ogden)", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616056", "Latitude": 41.293988, "Longitude": -111.969109, "AVGBoard": 3, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "616056" }, "geometry": { "type": "Point", "coordinates": [ -111.969109000004096, 41.293988000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4610, "StopName": "400 E @ 1705 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "616058", "Latitude": 41.289323, "Longitude": -111.969204, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "616058" }, "geometry": { "type": "Point", "coordinates": [ -111.969204000004751, 41.289323000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4611, "StopName": "Washington Blvd @ 1597 N", "City": "North Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616059", "Latitude": 41.287246, "Longitude": -111.969246, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "616059" }, "geometry": { "type": "Point", "coordinates": [ -111.969246000004631, 41.287246000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4612, "StopName": "Washington Blvd @ 1417 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616060", "Latitude": 41.283457, "Longitude": -111.969349, "AVGBoard": 1, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "616060" }, "geometry": { "type": "Point", "coordinates": [ -111.969349000004172, 41.283457000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4613, "StopName": "Washington Blvd @ 1225 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616061", "Latitude": 41.279939, "Longitude": -111.969387, "AVGBoard": 4, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "616061" }, "geometry": { "type": "Point", "coordinates": [ -111.969387000004616, 41.279939000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4614, "StopName": "Washington Blvd @ 1099 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616062", "Latitude": 41.276999, "Longitude": -111.969443, "AVGBoard": 3, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "616062" }, "geometry": { "type": "Point", "coordinates": [ -111.969443000004745, 41.276999000002576 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4615, "StopName": "Washington Blvd @ 905 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616063", "Latitude": 41.274351, "Longitude": -111.969496, "AVGBoard": 4, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "616063" }, "geometry": { "type": "Point", "coordinates": [ -111.969496000004654, 41.274351000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4616, "StopName": "Washington Blvd @ 699 N (Harrisvl)", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616065", "Latitude": 41.268965, "Longitude": -111.969623, "AVGBoard": 17, "AVGAlight": 8, "Route": "612", "StopAbbr_J": "616065" }, "geometry": { "type": "Point", "coordinates": [ -111.969623000004376, 41.26896500000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4617, "StopName": "2Nd St @ 1054 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616066", "Latitude": 41.259019, "Longitude": -111.950966, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "616066" }, "geometry": { "type": "Point", "coordinates": [ -111.950966000004641, 41.25901900000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4618, "StopName": "Washington Blvd @ 155 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616068", "Latitude": 41.261881, "Longitude": -111.969731, "AVGBoard": 28, "AVGAlight": 10, "Route": "645, 625, 612", "StopAbbr_J": "616068" }, "geometry": { "type": "Point", "coordinates": [ -111.969731000004316, 41.261881000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4619, "StopName": "Washington Blvd @ 223 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616069", "Latitude": 41.258671, "Longitude": -111.969857, "AVGBoard": 20, "AVGAlight": 4, "Route": "F618, 612", "StopAbbr_J": "616069" }, "geometry": { "type": "Point", "coordinates": [ -111.969857000003955, 41.258671000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4620, "StopName": "Washington Blvd @ 405 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616070", "Latitude": 41.255972, "Longitude": -111.969897, "AVGBoard": 8, "AVGAlight": 1, "Route": "F618, 612", "StopAbbr_J": "616070" }, "geometry": { "type": "Point", "coordinates": [ -111.969897000004579, 41.255972000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4621, "StopName": "Washington Blvd @ 505 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616071", "Latitude": 41.254422, "Longitude": -111.969924, "AVGBoard": 3, "AVGAlight": 2, "Route": "F618, 612", "StopAbbr_J": "616071" }, "geometry": { "type": "Point", "coordinates": [ -111.969924000004113, 41.254422000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4622, "StopName": "2Nd St @ 952 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616076", "Latitude": 41.259055, "Longitude": -111.954042, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "616076" }, "geometry": { "type": "Point", "coordinates": [ -111.954042000003923, 41.259055000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4623, "StopName": "Monroe Blvd @ 951 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616081", "Latitude": 41.274924, "Longitude": -111.959164, "AVGBoard": 1, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "616081" }, "geometry": { "type": "Point", "coordinates": [ -111.959164000004435, 41.274924000002578 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4624, "StopName": "Monroe Blvd @ 677 N (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616083", "Latitude": 41.270679, "Longitude": -111.959248, "AVGBoard": 1, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "616083" }, "geometry": { "type": "Point", "coordinates": [ -111.959248000004195, 41.270679000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4625, "StopName": "Monroe Blvd @ 551 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616084", "Latitude": 41.269078, "Longitude": -111.959276, "AVGBoard": 0, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "616084" }, "geometry": { "type": "Point", "coordinates": [ -111.959276000004721, 41.269078000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4626, "StopName": "Monroe Blvd. @ 377 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616085", "Latitude": 41.266054, "Longitude": -111.959402, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "616085" }, "geometry": { "type": "Point", "coordinates": [ -111.959402000004346, 41.266054000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4627, "StopName": "Monroe Blvd @ 449 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616090", "Latitude": 41.255948, "Longitude": -111.955322, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "616090" }, "geometry": { "type": "Point", "coordinates": [ -111.955322000004685, 41.255948000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4628, "StopName": "Monroe Blvd @ 625 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616091", "Latitude": 41.252934, "Longitude": -111.954621, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "616091" }, "geometry": { "type": "Point", "coordinates": [ -111.954621000004195, 41.252934000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4629, "StopName": "Monroe Blvd @ 719 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616092", "Latitude": 41.251183, "Longitude": -111.954369, "AVGBoard": 2, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "616092" }, "geometry": { "type": "Point", "coordinates": [ -111.954369000004007, 41.251183000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4630, "StopName": "Monroe Blvd @ 759 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616093", "Latitude": 41.250025, "Longitude": -111.954711, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "616093" }, "geometry": { "type": "Point", "coordinates": [ -111.954711000004465, 41.25002500000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4631, "StopName": "Monroe Blvd @ 823 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616094", "Latitude": 41.248808, "Longitude": -111.954866, "AVGBoard": 1, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "616094" }, "geometry": { "type": "Point", "coordinates": [ -111.954866000004699, 41.24880800000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4632, "StopName": "Monroe Blvd @ 820 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616095", "Latitude": 41.249881, "Longitude": -111.954552, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "616095" }, "geometry": { "type": "Point", "coordinates": [ -111.954552000003886, 41.249881000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4633, "StopName": "Harrison Ave @ 880 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616096", "Latitude": 41.248791, "Longitude": -111.947924, "AVGBoard": 2, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "616096" }, "geometry": { "type": "Point", "coordinates": [ -111.947924000004591, 41.248791000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4634, "StopName": "Monroe Blvd @ 602 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616097", "Latitude": 41.253226, "Longitude": -111.954529, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "616097" }, "geometry": { "type": "Point", "coordinates": [ -111.954529000004683, 41.253226000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4635, "StopName": "Monroe Blvd @ 400 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616098", "Latitude": 41.256021, "Longitude": -111.955052, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "616098" }, "geometry": { "type": "Point", "coordinates": [ -111.955052000003903, 41.25602100000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4636, "StopName": "Harrison Blvd @ 915 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616105", "Latitude": 41.247951, "Longitude": -111.948236, "AVGBoard": 1, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "616105" }, "geometry": { "type": "Point", "coordinates": [ -111.948236000004329, 41.247951000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4637, "StopName": "2Nd St @ 415 E (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616117", "Latitude": 41.259137, "Longitude": -111.968716, "AVGBoard": 6, "AVGAlight": 1, "Route": "645, 625, 608", "StopAbbr_J": "616117" }, "geometry": { "type": "Point", "coordinates": [ -111.968716000003909, 41.259137000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4638, "StopName": "Harrison Blvd @ 708 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616119", "Latitude": 41.251238, "Longitude": -111.947887, "AVGBoard": 1, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "616119" }, "geometry": { "type": "Point", "coordinates": [ -111.947887000004229, 41.251238000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4639, "StopName": "Harrison Blvd @ 250 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616121", "Latitude": 41.258087, "Longitude": -111.947814, "AVGBoard": 0, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "616121" }, "geometry": { "type": "Point", "coordinates": [ -111.94781400000447, 41.258087000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4640, "StopName": "2Nd St @ 729 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616123", "Latitude": 41.259034, "Longitude": -111.960397, "AVGBoard": 1, "AVGAlight": 1, "Route": "645, 625", "StopAbbr_J": "616123" }, "geometry": { "type": "Point", "coordinates": [ -111.960397000004008, 41.25903400000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4641, "StopName": "2Nd St @ 861 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616124", "Latitude": 41.259101, "Longitude": -111.956946, "AVGBoard": 2, "AVGAlight": 1, "Route": "645, 625, 608", "StopAbbr_J": "616124" }, "geometry": { "type": "Point", "coordinates": [ -111.956946000004251, 41.259101000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4642, "StopName": "2Nd St @ 850 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616125", "Latitude": 41.259078, "Longitude": -111.957144, "AVGBoard": 0, "AVGAlight": 3, "Route": "645, 625, 608", "StopAbbr_J": "616125" }, "geometry": { "type": "Point", "coordinates": [ -111.957144000004448, 41.259078000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4643, "StopName": "2Nd St @ 724 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616126", "Latitude": 41.259122, "Longitude": -111.960399, "AVGBoard": 0, "AVGAlight": 1, "Route": "645, 625", "StopAbbr_J": "616126" }, "geometry": { "type": "Point", "coordinates": [ -111.960399000004173, 41.25912200000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4644, "StopName": "2Nd St @ 602 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616127", "Latitude": 41.259162, "Longitude": -111.963839, "AVGBoard": 0, "AVGAlight": 2, "Route": "645, 625", "StopAbbr_J": "616127" }, "geometry": { "type": "Point", "coordinates": [ -111.963839000003901, 41.259162000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4645, "StopName": "Us Hwy 89 @ 1545 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616128", "Latitude": 41.286021, "Longitude": -111.989028, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616128" }, "geometry": { "type": "Point", "coordinates": [ -111.989028000003984, 41.286021000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4646, "StopName": "2Nd St @ 472 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616129", "Latitude": 41.259206, "Longitude": -111.967435, "AVGBoard": 0, "AVGAlight": 1, "Route": "645, 625, 608", "StopAbbr_J": "616129" }, "geometry": { "type": "Point", "coordinates": [ -111.967435000003974, 41.259206000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4647, "StopName": "Us Hwy 89 @ 775 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616131", "Latitude": 41.272021, "Longitude": -111.978825, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "616131" }, "geometry": { "type": "Point", "coordinates": [ -111.978825000004548, 41.272021000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4648, "StopName": "Wall Ave @ 315 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616133", "Latitude": 41.265078, "Longitude": -111.977897, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "616133" }, "geometry": { "type": "Point", "coordinates": [ -111.977897000004177, 41.265078000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4649, "StopName": "2Nd St @ 116 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616134", "Latitude": 41.259386, "Longitude": -111.978671, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "616134" }, "geometry": { "type": "Point", "coordinates": [ -111.978671000004397, 41.259386000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4650, "StopName": "Wall Ave @ 215 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616135", "Latitude": 41.258863, "Longitude": -111.978034, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "616135" }, "geometry": { "type": "Point", "coordinates": [ -111.978034000004698, 41.25886300000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4651, "StopName": "Wall Ave @ 635 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616136", "Latitude": 41.252561, "Longitude": -111.978174, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616136" }, "geometry": { "type": "Point", "coordinates": [ -111.978174000004614, 41.252561000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4652, "StopName": "Wall Ave @ 896 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616137", "Latitude": 41.248944, "Longitude": -111.977991, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "616137" }, "geometry": { "type": "Point", "coordinates": [ -111.977991000004749, 41.248944000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4653, "StopName": "Wall Ave @ 915 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616138", "Latitude": 41.248421, "Longitude": -111.978281, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616138" }, "geometry": { "type": "Point", "coordinates": [ -111.978281000004486, 41.248421000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4654, "StopName": "Wall Ave @ 668 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616139", "Latitude": 41.252329, "Longitude": -111.977908, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616139" }, "geometry": { "type": "Point", "coordinates": [ -111.977908000004163, 41.252329000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4655, "StopName": "Wall Ave @ 402 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616140", "Latitude": 41.256222, "Longitude": -111.977842, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616140" }, "geometry": { "type": "Point", "coordinates": [ -111.977842000004088, 41.256222000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4656, "StopName": "Wall Ave @ 180 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616141", "Latitude": 41.259833, "Longitude": -111.977739, "AVGBoard": 1, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "616141" }, "geometry": { "type": "Point", "coordinates": [ -111.977739000004576, 41.259833000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4657, "StopName": "Wall Ave @ 310 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616142", "Latitude": 41.264401, "Longitude": -111.977633, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616142" }, "geometry": { "type": "Point", "coordinates": [ -111.977633000003877, 41.264401000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4658, "StopName": "Us Hwy 89 @ 808 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616144", "Latitude": 41.272222, "Longitude": -111.978645, "AVGBoard": 1, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "616144" }, "geometry": { "type": "Point", "coordinates": [ -111.97864500000405, 41.272222000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4659, "StopName": "Us Hwy 89 @ 1060 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616145", "Latitude": 41.276363, "Longitude": -111.982223, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616145" }, "geometry": { "type": "Point", "coordinates": [ -111.982223000004424, 41.27636300000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4660, "StopName": "Us Hwy 89 @ 1300 N (Harrisville)", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616146", "Latitude": 41.281807, "Longitude": -111.985864, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "616146" }, "geometry": { "type": "Point", "coordinates": [ -111.985864000004611, 41.281807000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4661, "StopName": "Us Hwy 89 @ 1560 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616147", "Latitude": 41.286638, "Longitude": -111.989093, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616147" }, "geometry": { "type": "Point", "coordinates": [ -111.989093000003962, 41.286638000002576 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4662, "StopName": "Washington Blvd @ 815 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616149", "Latitude": 41.272445, "Longitude": -111.969533, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "616149" }, "geometry": { "type": "Point", "coordinates": [ -111.96953300000412, 41.272445000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4663, "StopName": "Monroe Blvd @ 801 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616150", "Latitude": 41.272238, "Longitude": -111.959217, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "616150" }, "geometry": { "type": "Point", "coordinates": [ -111.959217000004315, 41.272238000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4664, "StopName": "Monroe Blvd @ 910 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616151", "Latitude": 41.247907, "Longitude": -111.954623, "AVGBoard": 2, "AVGAlight": 1, "Route": "645, 606", "StopAbbr_J": "616151" }, "geometry": { "type": "Point", "coordinates": [ -111.954623000004361, 41.247907000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4665, "StopName": "2Nd St @ 374 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616156", "Latitude": 41.259453, "Longitude": -111.984854, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "616156" }, "geometry": { "type": "Point", "coordinates": [ -111.984854000004631, 41.259453000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4666, "StopName": "Wall Ave @ 186 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616158", "Latitude": 41.262832, "Longitude": -111.977667, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616158" }, "geometry": { "type": "Point", "coordinates": [ -111.977667000004018, 41.262832000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4667, "StopName": "Wall Ave @ 155 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616159", "Latitude": 41.262229, "Longitude": -111.977981, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616159" }, "geometry": { "type": "Point", "coordinates": [ -111.977981000003922, 41.262229000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4668, "StopName": "Wall Ave @ 485 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616160", "Latitude": 41.254901, "Longitude": -111.978136, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616160" }, "geometry": { "type": "Point", "coordinates": [ -111.978136000004156, 41.254901000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4669, "StopName": "Us Hwy 89 @ 1160 N", "City": "Murray", "ZipCode": "84107", "County": "Weber", "UTA_StopID": "616164", "Latitude": 41.278754, "Longitude": -111.983818, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "616164" }, "geometry": { "type": "Point", "coordinates": [ -111.983818000004277, 41.2787540000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4670, "StopName": "9Th St @ 955 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616167", "Latitude": 41.248384, "Longitude": -111.954269, "AVGBoard": 0, "AVGAlight": 0, "Route": "608, 606", "StopAbbr_J": "616167" }, "geometry": { "type": "Point", "coordinates": [ -111.954269000004729, 41.248384000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4671, "StopName": "Us Hwy 89 @ 1725 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616168", "Latitude": 41.290559, "Longitude": -111.992065, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616168" }, "geometry": { "type": "Point", "coordinates": [ -111.99206500000453, 41.290559000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4672, "StopName": "Us Hwy 89 @ 1275 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616169", "Latitude": 41.280944, "Longitude": -111.985633, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "616169" }, "geometry": { "type": "Point", "coordinates": [ -111.985633000004384, 41.280944000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4673, "StopName": "2Nd St @ 601 W (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616172", "Latitude": 41.259317, "Longitude": -111.992421, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "616172" }, "geometry": { "type": "Point", "coordinates": [ -111.992421000004327, 41.259317000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4674, "StopName": "2Nd St @ 369 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "616174", "Latitude": 41.259288, "Longitude": -111.984934, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "616174" }, "geometry": { "type": "Point", "coordinates": [ -111.984934000004046, 41.25928800000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4675, "StopName": "Industrial Dr @ 2770 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622006", "Latitude": 41.215311, "Longitude": -112.014669, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 604", "StopAbbr_J": "622006" }, "geometry": { "type": "Point", "coordinates": [ -112.014669000004616, 41.215311000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4676, "StopName": "12Th St @ 1198 W (Slaterville)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622007", "Latitude": 41.244753, "Longitude": -112.008573, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "622007" }, "geometry": { "type": "Point", "coordinates": [ -112.00857300000439, 41.244753000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4677, "StopName": "12Th St @ 1151 W", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622008", "Latitude": 41.244485, "Longitude": -112.006265, "AVGBoard": 2, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "622008" }, "geometry": { "type": "Point", "coordinates": [ -112.006265000003935, 41.244485000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4678, "StopName": "12Th St @ 1007 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622009", "Latitude": 41.244472, "Longitude": -112.004151, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "622009" }, "geometry": { "type": "Point", "coordinates": [ -112.004151000004285, 41.244472000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4679, "StopName": "12Th St @ 955 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622010", "Latitude": 41.244449, "Longitude": -112.002262, "AVGBoard": 1, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "622010" }, "geometry": { "type": "Point", "coordinates": [ -112.00226200000435, 41.244449000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4680, "StopName": "12Th St @ 451 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622011", "Latitude": 41.244275, "Longitude": -111.988221, "AVGBoard": 1, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "622011" }, "geometry": { "type": "Point", "coordinates": [ -111.988221000004614, 41.244275000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4681, "StopName": "24Th St @ 684 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622014", "Latitude": 41.223141, "Longitude": -111.995726, "AVGBoard": 0, "AVGAlight": 3, "Route": "604", "StopAbbr_J": "622014" }, "geometry": { "type": "Point", "coordinates": [ -111.995726000004595, 41.223141000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4682, "StopName": "Pennsylvania Ave @ 2950 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622015", "Latitude": 41.211333, "Longitude": -112.006381, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622015" }, "geometry": { "type": "Point", "coordinates": [ -112.006381000004552, 41.211333000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4683, "StopName": "Pennsylvania Ave @ 1170 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622016", "Latitude": 41.219767, "Longitude": -112.00494, "AVGBoard": 3, "AVGAlight": 18, "Route": "604", "StopAbbr_J": "622016" }, "geometry": { "type": "Point", "coordinates": [ -112.004940000003955, 41.219767000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4684, "StopName": "Midland Dr @ 2559 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622017", "Latitude": 41.218573, "Longitude": -112.007049, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622017" }, "geometry": { "type": "Point", "coordinates": [ -112.007049000004116, 41.218573000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4685, "StopName": "Midland Dr @ 2741 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622018", "Latitude": 41.215954, "Longitude": -112.010289, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622018" }, "geometry": { "type": "Point", "coordinates": [ -112.010289000004363, 41.215954000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4686, "StopName": "Midland Dr @ 2799 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622019", "Latitude": 41.214206, "Longitude": -112.012461, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622019" }, "geometry": { "type": "Point", "coordinates": [ -112.01246100000435, 41.214206000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4687, "StopName": "Industrial Dr @ 2640 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622021", "Latitude": 41.217741, "Longitude": -112.011881, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 604", "StopAbbr_J": "622021" }, "geometry": { "type": "Point", "coordinates": [ -112.011881000003996, 41.217741000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4688, "StopName": "2550 S @ 1213 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622022", "Latitude": 41.219471, "Longitude": -112.008094, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622022" }, "geometry": { "type": "Point", "coordinates": [ -112.008094000004306, 41.219471000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4689, "StopName": "Pennsylvania Ave @ 2665 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622023", "Latitude": 41.218659, "Longitude": -112.006051, "AVGBoard": 1, "AVGAlight": 3, "Route": "604", "StopAbbr_J": "622023" }, "geometry": { "type": "Point", "coordinates": [ -112.00605100000422, 41.21865900000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4690, "StopName": "Pennsylvania Ave @ 2727 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622024", "Latitude": 41.217124, "Longitude": -112.006671, "AVGBoard": 0, "AVGAlight": 2, "Route": "604", "StopAbbr_J": "622024" }, "geometry": { "type": "Point", "coordinates": [ -112.006671000004289, 41.217124000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4691, "StopName": "Pennsylvania Ave @ 2845 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622025", "Latitude": 41.213878, "Longitude": -112.006571, "AVGBoard": 0, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "622025" }, "geometry": { "type": "Point", "coordinates": [ -112.006571000004101, 41.213878000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4692, "StopName": "Pennsylvania Ave @ 3100 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622026", "Latitude": 41.207028, "Longitude": -112.006558, "AVGBoard": 2, "AVGAlight": 6, "Route": "604", "StopAbbr_J": "622026" }, "geometry": { "type": "Point", "coordinates": [ -112.00655800000392, 41.207028000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4693, "StopName": "Pennsylvania Ave @ 2951 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622027", "Latitude": 41.211365, "Longitude": -112.006546, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622027" }, "geometry": { "type": "Point", "coordinates": [ -112.006546000004718, 41.211365000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4694, "StopName": "Hinkley Dr @ 1350 W (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622028", "Latitude": 41.203242, "Longitude": -112.012011, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622028" }, "geometry": { "type": "Point", "coordinates": [ -112.012011000003966, 41.203242000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4695, "StopName": "1900 W @ 3781 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "622029", "Latitude": 41.194379, "Longitude": -112.025989, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622029" }, "geometry": { "type": "Point", "coordinates": [ -112.025989000003904, 41.194379000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4696, "StopName": "1900 W @ 3776 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "622030", "Latitude": 41.194733, "Longitude": -112.025709, "AVGBoard": 1, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "622030" }, "geometry": { "type": "Point", "coordinates": [ -112.025709000004099, 41.1947330000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4697, "StopName": "Hinkley Dr @ 1375 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622031", "Latitude": 41.203072, "Longitude": -112.011593, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622031" }, "geometry": { "type": "Point", "coordinates": [ -112.011593000004439, 41.203072000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4698, "StopName": "Pennsylvania Ave @ 2820 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622033", "Latitude": 41.213861, "Longitude": -112.006386, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622033" }, "geometry": { "type": "Point", "coordinates": [ -112.006386000004071, 41.213861000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4699, "StopName": "Pennsylvania Ave @ 2746 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622035", "Latitude": 41.215727, "Longitude": -112.006401, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622035" }, "geometry": { "type": "Point", "coordinates": [ -112.006401000004431, 41.21572700000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4700, "StopName": "Pennsylvania Ave @ 2680 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622036", "Latitude": 41.217635, "Longitude": -112.006347, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622036" }, "geometry": { "type": "Point", "coordinates": [ -112.006347000004453, 41.217635000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4701, "StopName": "24Th St @ 754 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622039", "Latitude": 41.222958, "Longitude": -111.996662, "AVGBoard": 12, "AVGAlight": 1, "Route": null, "StopAbbr_J": "622039" }, "geometry": { "type": "Point", "coordinates": [ -111.996662000004747, 41.222958000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4702, "StopName": "24Th St @ 639 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622040", "Latitude": 41.222969, "Longitude": -111.993791, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "622040" }, "geometry": { "type": "Point", "coordinates": [ -111.99379100000445, 41.222969000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4703, "StopName": "Industrial Rd @ 2545 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622044", "Latitude": 41.219298, "Longitude": -112.011234, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 604", "StopAbbr_J": "622044" }, "geometry": { "type": "Point", "coordinates": [ -112.011234000004379, 41.219298000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4704, "StopName": "Wilson Lane @ 1756 W", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622045", "Latitude": 41.228895, "Longitude": -112.021718, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "622045" }, "geometry": { "type": "Point", "coordinates": [ -112.021718000004583, 41.228895000002566 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4705, "StopName": "24Th St @ 776 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622046", "Latitude": 41.223166, "Longitude": -111.997609, "AVGBoard": 1, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "622046" }, "geometry": { "type": "Point", "coordinates": [ -111.997609000004005, 41.223166000002564 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4706, "StopName": "12Th St @ 820 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622047", "Latitude": 41.244622, "Longitude": -111.999305, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "622047" }, "geometry": { "type": "Point", "coordinates": [ -111.999305000004142, 41.244622000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4707, "StopName": "12Th St @ 1008 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622048", "Latitude": 41.244698, "Longitude": -112.004306, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "622048" }, "geometry": { "type": "Point", "coordinates": [ -112.004306000004519, 41.244698000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4708, "StopName": "12Th St @ 1105 W (Ogden - IRS)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622049", "Latitude": 41.244714, "Longitude": -112.006348, "AVGBoard": 0, "AVGAlight": 3, "Route": "613", "StopAbbr_J": "622049" }, "geometry": { "type": "Point", "coordinates": [ -112.006348000004522, 41.244714000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4709, "StopName": "12Th St @ 815 W", "City": "Marriott-Slaterville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "622056", "Latitude": 41.244397, "Longitude": -111.998447, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "622056" }, "geometry": { "type": "Point", "coordinates": [ -111.998447000004148, 41.244397000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4710, "StopName": "Pennsylvania Ave @ 1105 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "622060", "Latitude": 41.220096, "Longitude": -112.004044, "AVGBoard": 15, "AVGAlight": 5, "Route": "604", "StopAbbr_J": "622060" }, "geometry": { "type": "Point", "coordinates": [ -112.004044000004413, 41.220096000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4711, "StopName": "Washington Blvd @ 2466 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623002", "Latitude": 41.221071, "Longitude": -111.970371, "AVGBoard": 5, "AVGAlight": 13, "Route": "470", "StopAbbr_J": "623002" }, "geometry": { "type": "Point", "coordinates": [ -111.970371000004249, 41.221071000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4712, "StopName": "Washington Blvd @ 2280 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623003", "Latitude": 41.225194, "Longitude": -111.970231, "AVGBoard": 15, "AVGAlight": 8, "Route": "612", "StopAbbr_J": "623003" }, "geometry": { "type": "Point", "coordinates": [ -111.970231000004361, 41.225194000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4713, "StopName": "22nd St @ 418 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623004", "Latitude": 41.227019, "Longitude": -111.969756, "AVGBoard": 1, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "623004" }, "geometry": { "type": "Point", "coordinates": [ -111.969756000004594, 41.227019000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4714, "StopName": "Washington Blvd @ 2070 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623005", "Latitude": 41.229395, "Longitude": -111.970103, "AVGBoard": 6, "AVGAlight": 6, "Route": "612", "StopAbbr_J": "623005" }, "geometry": { "type": "Point", "coordinates": [ -111.970103000004542, 41.229395000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4715, "StopName": "Washington Blvd @ 1970 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623006", "Latitude": 41.231608, "Longitude": -111.970065, "AVGBoard": 10, "AVGAlight": 8, "Route": "613, 612", "StopAbbr_J": "623006" }, "geometry": { "type": "Point", "coordinates": [ -111.970065000004098, 41.231608000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4716, "StopName": "Washington Blvd @ 1830 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623008", "Latitude": 41.234182, "Longitude": -111.970002, "AVGBoard": 4, "AVGAlight": 8, "Route": "613, 612", "StopAbbr_J": "623008" }, "geometry": { "type": "Point", "coordinates": [ -111.970002000004257, 41.234182000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4717, "StopName": "Washington Blvd @ 1690 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623009", "Latitude": 41.237043, "Longitude": -111.969933, "AVGBoard": 3, "AVGAlight": 6, "Route": "613, 612", "StopAbbr_J": "623009" }, "geometry": { "type": "Point", "coordinates": [ -111.969933000003962, 41.237043000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4718, "StopName": "Washington Blvd @ 1522 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623010", "Latitude": 41.239154, "Longitude": -111.969877, "AVGBoard": 2, "AVGAlight": 6, "Route": "F618, 613, 612", "StopAbbr_J": "623010" }, "geometry": { "type": "Point", "coordinates": [ -111.969877000004729, 41.239154000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4719, "StopName": "Washington Blvd @ 1358 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623011", "Latitude": 41.241497, "Longitude": -111.969838, "AVGBoard": 2, "AVGAlight": 11, "Route": "F618, 613, 612", "StopAbbr_J": "623011" }, "geometry": { "type": "Point", "coordinates": [ -111.969838000004188, 41.241497000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4720, "StopName": "Washington Blvd @ 1146 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623013", "Latitude": 41.244797, "Longitude": -111.969785, "AVGBoard": 15, "AVGAlight": 50, "Route": "F618, 612", "StopAbbr_J": "623013" }, "geometry": { "type": "Point", "coordinates": [ -111.969785000004293, 41.244797000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4721, "StopName": "Washington Blvd @ 1581 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623017", "Latitude": 41.239338, "Longitude": -111.970231, "AVGBoard": 11, "AVGAlight": 3, "Route": "F618, 613, 612", "StopAbbr_J": "623017" }, "geometry": { "type": "Point", "coordinates": [ -111.970231000004361, 41.23933800000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4722, "StopName": "Washington Blvd @ 2004 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623021", "Latitude": 41.230785, "Longitude": -111.970432, "AVGBoard": 12, "AVGAlight": 5, "Route": "613, 612", "StopAbbr_J": "623021" }, "geometry": { "type": "Point", "coordinates": [ -111.97043200000391, 41.230785000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4723, "StopName": "Washington Blvd \/ 22nd St (SB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623023", "Latitude": 41.226238, "Longitude": -111.970521, "AVGBoard": 7, "AVGAlight": 13, "Route": null, "StopAbbr_J": "623023" }, "geometry": { "type": "Point", "coordinates": [ -111.970521000004084, 41.226238000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4724, "StopName": "Washington Blvd \/ 23rd St (SB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623024", "Latitude": 41.224347, "Longitude": -111.970566, "AVGBoard": 37, "AVGAlight": 26, "Route": null, "StopAbbr_J": "623024" }, "geometry": { "type": "Point", "coordinates": [ -111.970566000004197, 41.224347000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4725, "StopName": "Washington Blvd @ 2511 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623025", "Latitude": 41.220244, "Longitude": -111.970662, "AVGBoard": 22, "AVGAlight": 6, "Route": "470", "StopAbbr_J": "623025" }, "geometry": { "type": "Point", "coordinates": [ -111.970662000004069, 41.220244000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4726, "StopName": "Ogden Station (Bay 3)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623032", "Latitude": 41.223445, "Longitude": -111.979811, "AVGBoard": 50, "AVGAlight": 53, "Route": null, "StopAbbr_J": "623032" }, "geometry": { "type": "Point", "coordinates": [ -111.979811000004347, 41.223445000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4727, "StopName": "Ogden Station (Bay 7)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623033", "Latitude": 41.224037, "Longitude": -111.979782, "AVGBoard": 165, "AVGAlight": 121, "Route": null, "StopAbbr_J": "623033" }, "geometry": { "type": "Point", "coordinates": [ -111.979782000004647, 41.224037000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4728, "StopName": "Harrison Blvd @ 1511 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623034", "Latitude": 41.239657, "Longitude": -111.945701, "AVGBoard": 10, "AVGAlight": 4, "Route": "625", "StopAbbr_J": "623034" }, "geometry": { "type": "Point", "coordinates": [ -111.945701000003979, 41.239657000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4729, "StopName": "Ogden Station (Bay 6)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623035", "Latitude": 41.224081, "Longitude": -111.979971, "AVGBoard": 47, "AVGAlight": 99, "Route": "601, 473, 470, 456, 455", "StopAbbr_J": "623035" }, "geometry": { "type": "Point", "coordinates": [ -111.979971000004099, 41.224081000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4730, "StopName": "Ogden Station (Bay 2)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623042", "Latitude": 41.223273, "Longitude": -111.979752, "AVGBoard": 29, "AVGAlight": 32, "Route": null, "StopAbbr_J": "623042" }, "geometry": { "type": "Point", "coordinates": [ -111.979752000003955, 41.223273000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4731, "StopName": "Monroe Blvd @ 2099 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623043", "Latitude": 41.229135, "Longitude": -111.959221, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623043" }, "geometry": { "type": "Point", "coordinates": [ -111.959221000004646, 41.229135000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4732, "StopName": "22Nd St @ 370 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623050", "Latitude": 41.226858, "Longitude": -111.97124, "AVGBoard": 2, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "623050" }, "geometry": { "type": "Point", "coordinates": [ -111.971240000004258, 41.226858000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4733, "StopName": "Wall Ave @ 2110 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623054", "Latitude": 41.228696, "Longitude": -111.978551, "AVGBoard": 8, "AVGAlight": 10, "Route": "F620, F618, 630, 613, 470, 455", "StopAbbr_J": "623054" }, "geometry": { "type": "Point", "coordinates": [ -111.978551000004359, 41.228696000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4734, "StopName": "Ogden Station (Bay 4)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623056", "Latitude": 41.223676, "Longitude": -111.979903, "AVGBoard": 58, "AVGAlight": 11, "Route": null, "StopAbbr_J": "623056" }, "geometry": { "type": "Point", "coordinates": [ -111.979903000003873, 41.223676000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4735, "StopName": "Wall Ave @ 3615 S (Ogden)", "City": "Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "623064", "Latitude": 41.197381, "Longitude": -111.979542, "AVGBoard": 39, "AVGAlight": 49, "Route": "640, 470, 456", "StopAbbr_J": "623064" }, "geometry": { "type": "Point", "coordinates": [ -111.979542000004557, 41.197381000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4736, "StopName": "Wall Ave @ 3969 S", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "623065", "Latitude": 41.193599, "Longitude": -111.979653, "AVGBoard": 4, "AVGAlight": 7, "Route": "640, 470", "StopAbbr_J": "623065" }, "geometry": { "type": "Point", "coordinates": [ -111.97965300000476, 41.193599000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4737, "StopName": "12Th St @ 320 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623066", "Latitude": 41.244427, "Longitude": -111.970876, "AVGBoard": 9, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "623066" }, "geometry": { "type": "Point", "coordinates": [ -111.970876000004694, 41.244427000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4738, "StopName": "12Th St @ 250 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623067", "Latitude": 41.244445, "Longitude": -111.973208, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "623067" }, "geometry": { "type": "Point", "coordinates": [ -111.973208000004419, 41.244445000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4739, "StopName": "12Th St @ 184 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623069", "Latitude": 41.244388, "Longitude": -111.980861, "AVGBoard": 1, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "623069" }, "geometry": { "type": "Point", "coordinates": [ -111.980861000004055, 41.244388000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4740, "StopName": "12Th St @ 460 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623070", "Latitude": 41.244481, "Longitude": -111.988091, "AVGBoard": 1, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "623070" }, "geometry": { "type": "Point", "coordinates": [ -111.988091000004644, 41.244481000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4741, "StopName": "12Th St @ 300 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623071", "Latitude": 41.244425, "Longitude": -111.984061, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "623071" }, "geometry": { "type": "Point", "coordinates": [ -111.984061000004601, 41.244425000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4742, "StopName": "12Th St @ 175 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623072", "Latitude": 41.244206, "Longitude": -111.976471, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "623072" }, "geometry": { "type": "Point", "coordinates": [ -111.976471000003897, 41.24420600000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4743, "StopName": "12Th St @ 275 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623073", "Latitude": 41.244232, "Longitude": -111.972931, "AVGBoard": 0, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "623073" }, "geometry": { "type": "Point", "coordinates": [ -111.972931000003982, 41.24423200000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4744, "StopName": "Ogden Station (Bay 5)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623078", "Latitude": 41.223891, "Longitude": -111.979963, "AVGBoard": 5, "AVGAlight": 6, "Route": null, "StopAbbr_J": "623078" }, "geometry": { "type": "Point", "coordinates": [ -111.979963000004346, 41.22389100000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4745, "StopName": "Ogden Station (Bay 8)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623087", "Latitude": 41.223851, "Longitude": -111.979727, "AVGBoard": 10, "AVGAlight": 3, "Route": null, "StopAbbr_J": "623087" }, "geometry": { "type": "Point", "coordinates": [ -111.979727000004601, 41.223851000002576 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4746, "StopName": "30Th St @ 1250 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623095", "Latitude": 41.209996, "Longitude": -111.946228, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "623095" }, "geometry": { "type": "Point", "coordinates": [ -111.946228000004453, 41.209996000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4747, "StopName": "30Th St @ 1210 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623096", "Latitude": 41.209971, "Longitude": -111.947818, "AVGBoard": 2, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "623096" }, "geometry": { "type": "Point", "coordinates": [ -111.947818000003906, 41.209971000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4748, "StopName": "30Th St @ 1245 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623097", "Latitude": 41.209854, "Longitude": -111.947549, "AVGBoard": 1, "AVGAlight": 4, "Route": "625", "StopAbbr_J": "623097" }, "geometry": { "type": "Point", "coordinates": [ -111.947549000004102, 41.209854000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4749, "StopName": "30Th St @ 1298 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623098", "Latitude": 41.209833, "Longitude": -111.945399, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "623098" }, "geometry": { "type": "Point", "coordinates": [ -111.945399000004159, 41.20983300000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4750, "StopName": "Polk Ave @ 2990 S (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623099", "Latitude": 41.210109, "Longitude": -111.942916, "AVGBoard": 4, "AVGAlight": 3, "Route": "625", "StopAbbr_J": "623099" }, "geometry": { "type": "Point", "coordinates": [ -111.942916000004516, 41.210109000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4751, "StopName": "Ogden Station (Bay 9)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623123", "Latitude": 41.223662, "Longitude": -111.979693, "AVGBoard": 11, "AVGAlight": 1, "Route": null, "StopAbbr_J": "623123" }, "geometry": { "type": "Point", "coordinates": [ -111.97969300000446, 41.223662000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4752, "StopName": "Harrison Blvd @ 1250 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623124", "Latitude": 41.241031, "Longitude": -111.945296, "AVGBoard": 5, "AVGAlight": 8, "Route": "625", "StopAbbr_J": "623124" }, "geometry": { "type": "Point", "coordinates": [ -111.945296000004618, 41.241031000002558 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4753, "StopName": "Harrison Blvd @ 1590 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623128", "Latitude": 41.238978, "Longitude": -111.945491, "AVGBoard": 0, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "623128" }, "geometry": { "type": "Point", "coordinates": [ -111.945491000004566, 41.238978000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4754, "StopName": "Ogden Station (Bay 10)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623135", "Latitude": 41.223477, "Longitude": -111.979631, "AVGBoard": 55, "AVGAlight": 41, "Route": null, "StopAbbr_J": "623135" }, "geometry": { "type": "Point", "coordinates": [ -111.97963100000473, 41.223477000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4755, "StopName": "25Th St @ 1021 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623150", "Latitude": 41.220336, "Longitude": -111.953216, "AVGBoard": 4, "AVGAlight": 10, "Route": "603", "StopAbbr_J": "623150" }, "geometry": { "type": "Point", "coordinates": [ -111.953216000003877, 41.22033600000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4756, "StopName": "Washington Blvd @ 2611 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623153", "Latitude": 41.218141, "Longitude": -111.970684, "AVGBoard": 50, "AVGAlight": 7, "Route": "612, 470", "StopAbbr_J": "623153" }, "geometry": { "type": "Point", "coordinates": [ -111.970684000004084, 41.218141000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4757, "StopName": "Washington Blvd @ 2711 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623154", "Latitude": 41.216208, "Longitude": -111.970721, "AVGBoard": 37, "AVGAlight": 17, "Route": "612, 470", "StopAbbr_J": "623154" }, "geometry": { "type": "Point", "coordinates": [ -111.970721000004446, 41.216208000002567 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4758, "StopName": "Ogden Station (Bay 11)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623158", "Latitude": 41.22367, "Longitude": -111.979479, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "623158" }, "geometry": { "type": "Point", "coordinates": [ -111.979479000004758, 41.223670000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4759, "StopName": "Lincoln Ave @ 2235 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623171", "Latitude": 41.226261, "Longitude": -111.976071, "AVGBoard": 0, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "623171" }, "geometry": { "type": "Point", "coordinates": [ -111.976071000004055, 41.226261000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4760, "StopName": "23rd St \/ Lincoln Ave (EB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623180", "Latitude": 41.224891, "Longitude": -111.976288, "AVGBoard": 1, "AVGAlight": 1, "Route": "601, 470", "StopAbbr_J": "623180" }, "geometry": { "type": "Point", "coordinates": [ -111.976288000004047, 41.224891000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4761, "StopName": "Washington Blvd @ 2790 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623188", "Latitude": 41.214696, "Longitude": -111.970483, "AVGBoard": 17, "AVGAlight": 21, "Route": "612, 470", "StopAbbr_J": "623188" }, "geometry": { "type": "Point", "coordinates": [ -111.970483000004521, 41.214696000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4762, "StopName": "Washington Blvd @ 2576 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623190", "Latitude": 41.218837, "Longitude": -111.970357, "AVGBoard": 3, "AVGAlight": 34, "Route": "470", "StopAbbr_J": "623190" }, "geometry": { "type": "Point", "coordinates": [ -111.970357000003986, 41.218837000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4763, "StopName": "Washington Blvd @ 3021 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623193", "Latitude": 41.209896, "Longitude": -111.970872, "AVGBoard": 17, "AVGAlight": 15, "Route": "612, 470", "StopAbbr_J": "623193" }, "geometry": { "type": "Point", "coordinates": [ -111.970872000004363, 41.209896000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4764, "StopName": "Wall Ave @ 1530 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623198", "Latitude": 41.239881, "Longitude": -111.978305, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "623198" }, "geometry": { "type": "Point", "coordinates": [ -111.978305000004653, 41.239881000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4765, "StopName": "Wall Ave @ 1435 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623201", "Latitude": 41.240691, "Longitude": -111.978569, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "623201" }, "geometry": { "type": "Point", "coordinates": [ -111.978569000004043, 41.240691000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4766, "StopName": "Wall Ave @ 1725 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623202", "Latitude": 41.236056, "Longitude": -111.978676, "AVGBoard": 112, "AVGAlight": 6, "Route": "F618, 630, 470, 456, 455", "StopAbbr_J": "623202" }, "geometry": { "type": "Point", "coordinates": [ -111.978676000003915, 41.236056000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4767, "StopName": "Wall Ave @ 1710 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623203", "Latitude": 41.236276, "Longitude": -111.978412, "AVGBoard": 2, "AVGAlight": 1, "Route": "F618, 630", "StopAbbr_J": "623203" }, "geometry": { "type": "Point", "coordinates": [ -111.978412000004539, 41.236276000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4768, "StopName": "24Th St @ 562 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623204", "Latitude": 41.223101, "Longitude": -111.991983, "AVGBoard": 0, "AVGAlight": 5, "Route": "604", "StopAbbr_J": "623204" }, "geometry": { "type": "Point", "coordinates": [ -111.991983000004041, 41.223101000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4769, "StopName": "24Th St @ 567 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623205", "Latitude": 41.222938, "Longitude": -111.992104, "AVGBoard": 5, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "623205" }, "geometry": { "type": "Point", "coordinates": [ -111.992104000004147, 41.222938000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4770, "StopName": "Harrison Blvd @ 2581 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623206", "Latitude": 41.218444, "Longitude": -111.948438, "AVGBoard": 3, "AVGAlight": 6, "Route": "625, 603", "StopAbbr_J": "623206" }, "geometry": { "type": "Point", "coordinates": [ -111.948438000003975, 41.21844400000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4771, "StopName": "Harrison Blvd @ 2689 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623207", "Latitude": 41.216367, "Longitude": -111.948479, "AVGBoard": 0, "AVGAlight": 2, "Route": "625, 603", "StopAbbr_J": "623207" }, "geometry": { "type": "Point", "coordinates": [ -111.948479000004667, 41.216367000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4772, "StopName": "Harrison Blvd @ 2815 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623208", "Latitude": 41.213768, "Longitude": -111.948526, "AVGBoard": 2, "AVGAlight": 5, "Route": "625, 603", "StopAbbr_J": "623208" }, "geometry": { "type": "Point", "coordinates": [ -111.948526000004065, 41.213768000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4773, "StopName": "Harrison Blvd @ 2903 S (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623209", "Latitude": 41.211693, "Longitude": -111.948572, "AVGBoard": 1, "AVGAlight": 4, "Route": "625, 603", "StopAbbr_J": "623209" }, "geometry": { "type": "Point", "coordinates": [ -111.948572000004276, 41.211693000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4774, "StopName": "Harrison Blvd @ 3225 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623212", "Latitude": 41.205352, "Longitude": -111.948729, "AVGBoard": 9, "AVGAlight": 12, "Route": "645, 625, 603, 455", "StopAbbr_J": "623212" }, "geometry": { "type": "Point", "coordinates": [ -111.94872900000469, 41.205352000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4775, "StopName": "Harrison Blvd @ 3415 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623214", "Latitude": 41.201305, "Longitude": -111.948841, "AVGBoard": 4, "AVGAlight": 7, "Route": "645, 625, 603, 455", "StopAbbr_J": "623214" }, "geometry": { "type": "Point", "coordinates": [ -111.948841000004066, 41.201305000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4776, "StopName": "Edvalson St @ 1349 E", "City": "Ogden", "ZipCode": "84408", "County": "Weber", "UTA_StopID": "623223", "Latitude": 41.194734, "Longitude": -111.944863, "AVGBoard": 32, "AVGAlight": 10, "Route": "650, 645, 640, 625, 603, 473, 455", "StopAbbr_J": "623223" }, "geometry": { "type": "Point", "coordinates": [ -111.94486300000473, 41.19473400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4777, "StopName": "36Th St @ 1255 E (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623231", "Latitude": 41.197436, "Longitude": -111.947354, "AVGBoard": 12, "AVGAlight": 37, "Route": "645, 640, 625, 603, 455", "StopAbbr_J": "623231" }, "geometry": { "type": "Point", "coordinates": [ -111.947354000004154, 41.197436000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4778, "StopName": "36Th St @ 1220 E (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623238", "Latitude": 41.197634, "Longitude": -111.947868, "AVGBoard": 30, "AVGAlight": 12, "Route": "645, 640, 625, 603, 455", "StopAbbr_J": "623238" }, "geometry": { "type": "Point", "coordinates": [ -111.947868000004433, 41.197634000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4779, "StopName": "Harrison Blvd @ 3402 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623240", "Latitude": 41.201494, "Longitude": -111.948601, "AVGBoard": 5, "AVGAlight": 0, "Route": "645, 625, 603, 455", "StopAbbr_J": "623240" }, "geometry": { "type": "Point", "coordinates": [ -111.948601000003976, 41.201494000002569 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4780, "StopName": "Harrison Blvd @ 3210 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623242", "Latitude": 41.205602, "Longitude": -111.948449, "AVGBoard": 9, "AVGAlight": 6, "Route": "645, 625, 603, 455", "StopAbbr_J": "623242" }, "geometry": { "type": "Point", "coordinates": [ -111.948449000003976, 41.2056020000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4781, "StopName": "Harrison Blvd @ 2980 S (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623244", "Latitude": 41.210264, "Longitude": -111.948353, "AVGBoard": 28, "AVGAlight": 9, "Route": "625, 603", "StopAbbr_J": "623244" }, "geometry": { "type": "Point", "coordinates": [ -111.948353000004133, 41.21026400000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4782, "StopName": "Harrison Blvd @ 2810 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623246", "Latitude": 41.213848, "Longitude": -111.948275, "AVGBoard": 3, "AVGAlight": 2, "Route": "625, 603", "StopAbbr_J": "623246" }, "geometry": { "type": "Point", "coordinates": [ -111.94827500000396, 41.213848000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4783, "StopName": "Harrison Blvd @ 2710 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623247", "Latitude": 41.216001, "Longitude": -111.948227, "AVGBoard": 4, "AVGAlight": 3, "Route": "625, 603", "StopAbbr_J": "623247" }, "geometry": { "type": "Point", "coordinates": [ -111.948227000004479, 41.216001000002564 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4784, "StopName": "Harrison Blvd @ 2610 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623248", "Latitude": 41.218081, "Longitude": -111.948196, "AVGBoard": 1, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "623248" }, "geometry": { "type": "Point", "coordinates": [ -111.948196000004614, 41.21808100000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4785, "StopName": "Washington Blvd @ 3715 S", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "623257", "Latitude": 41.195618, "Longitude": -111.971199, "AVGBoard": 1, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "623257" }, "geometry": { "type": "Point", "coordinates": [ -111.971199000004461, 41.195618000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4786, "StopName": "Washington Blvd @ 3800 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623260", "Latitude": 41.193751, "Longitude": -111.970969, "AVGBoard": 4, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "623260" }, "geometry": { "type": "Point", "coordinates": [ -111.970969000004303, 41.193751000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4787, "StopName": "Washington Blvd @ 3500 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623261", "Latitude": 41.199655, "Longitude": -111.970843, "AVGBoard": 3, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "623261" }, "geometry": { "type": "Point", "coordinates": [ -111.970843000004663, 41.199655000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4788, "StopName": "Washington Blvd @ 3700 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623262", "Latitude": 41.195733, "Longitude": -111.970921, "AVGBoard": 5, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "623262" }, "geometry": { "type": "Point", "coordinates": [ -111.970921000003926, 41.195733000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4789, "StopName": "Washington Blvd @ 3180 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623264", "Latitude": 41.206463, "Longitude": -111.970663, "AVGBoard": 31, "AVGAlight": 21, "Route": "612, 470", "StopAbbr_J": "623264" }, "geometry": { "type": "Point", "coordinates": [ -111.970663000004137, 41.206463000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4790, "StopName": "Washington Blvd @ 2890 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623267", "Latitude": 41.212617, "Longitude": -111.970515, "AVGBoard": 7, "AVGAlight": 12, "Route": "612, 470, 455", "StopAbbr_J": "623267" }, "geometry": { "type": "Point", "coordinates": [ -111.970515000004482, 41.212617000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4791, "StopName": "Wall Ave @ 3920 S (S. Ogden)", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "623277", "Latitude": 41.193524, "Longitude": -111.979379, "AVGBoard": 5, "AVGAlight": 6, "Route": "640, 470", "StopAbbr_J": "623277" }, "geometry": { "type": "Point", "coordinates": [ -111.979379000004556, 41.19352400000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4792, "StopName": "Lincoln Ave \/ 24th St (NB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623283", "Latitude": 41.22318, "Longitude": -111.975941, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "623283" }, "geometry": { "type": "Point", "coordinates": [ -111.975941000004084, 41.223180000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4793, "StopName": "26Th St @ 310 E (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623292", "Latitude": 41.218663, "Longitude": -111.972717, "AVGBoard": 99, "AVGAlight": 147, "Route": "612, 603, 473", "StopAbbr_J": "623292" }, "geometry": { "type": "Point", "coordinates": [ -111.972717000004252, 41.218663000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4794, "StopName": "Lincoln Ave btwn 24th & 25th (SB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623295", "Latitude": 41.221704, "Longitude": -111.976171, "AVGBoard": 3, "AVGAlight": 4, "Route": null, "StopAbbr_J": "623295" }, "geometry": { "type": "Point", "coordinates": [ -111.976171000004243, 41.221704000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4795, "StopName": "Edvalson St @ 1348 E", "City": "Ogden", "ZipCode": "84408", "County": "Weber", "UTA_StopID": "623296", "Latitude": 41.194872, "Longitude": -111.944926, "AVGBoard": 12, "AVGAlight": 32, "Route": "650, 645, 640, 625, 603, 455", "StopAbbr_J": "623296" }, "geometry": { "type": "Point", "coordinates": [ -111.944926000004557, 41.194872000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4796, "StopName": "Edvalson St @ 1234 E", "City": "Ogden", "ZipCode": "84408", "County": "Weber", "UTA_StopID": "623297", "Latitude": 41.194897, "Longitude": -111.947494, "AVGBoard": 13, "AVGAlight": 10, "Route": "645, 640, 625, 603, 455", "StopAbbr_J": "623297" }, "geometry": { "type": "Point", "coordinates": [ -111.947494000004042, 41.194897000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4797, "StopName": "Washington Blvd @ 3560 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623298", "Latitude": 41.198184, "Longitude": -111.970868, "AVGBoard": 37, "AVGAlight": 10, "Route": "612", "StopAbbr_J": "623298" }, "geometry": { "type": "Point", "coordinates": [ -111.970868000004018, 41.19818400000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4798, "StopName": "Wall Ave @ 1180 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623300", "Latitude": 41.24521, "Longitude": -111.978057, "AVGBoard": 3, "AVGAlight": 4, "Route": "630", "StopAbbr_J": "623300" }, "geometry": { "type": "Point", "coordinates": [ -111.978057000003915, 41.245210000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4799, "StopName": "Washington Blvd @ 2392 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623305", "Latitude": 41.223196, "Longitude": -111.970245, "AVGBoard": 31, "AVGAlight": 30, "Route": "612, 470", "StopAbbr_J": "623305" }, "geometry": { "type": "Point", "coordinates": [ -111.97024500000461, 41.223196000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4800, "StopName": "12Th St @ 760 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623307", "Latitude": 41.244565, "Longitude": -111.995214, "AVGBoard": 0, "AVGAlight": 3, "Route": "613", "StopAbbr_J": "623307" }, "geometry": { "type": "Point", "coordinates": [ -111.995214000004466, 41.244565000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4801, "StopName": "12Th St @ 309 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623308", "Latitude": 41.244231, "Longitude": -111.983928, "AVGBoard": 1, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "623308" }, "geometry": { "type": "Point", "coordinates": [ -111.983928000004397, 41.244231000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4802, "StopName": "12Th St @ 165 W (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623309", "Latitude": 41.244112, "Longitude": -111.979793, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "623309" }, "geometry": { "type": "Point", "coordinates": [ -111.979793000004662, 41.244112000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4803, "StopName": "Wall Ave @ 934 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623315", "Latitude": 41.247339, "Longitude": -111.978015, "AVGBoard": 1, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "623315" }, "geometry": { "type": "Point", "coordinates": [ -111.978015000004035, 41.247339000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4804, "StopName": "22Nd St @ 299 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623319", "Latitude": 41.226902, "Longitude": -111.973449, "AVGBoard": 3, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "623319" }, "geometry": { "type": "Point", "coordinates": [ -111.973449000004592, 41.226902000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4805, "StopName": "Polk Ave @ 3008 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623335", "Latitude": 41.209528, "Longitude": -111.942903, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "623335" }, "geometry": { "type": "Point", "coordinates": [ -111.942903000004335, 41.209528000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4806, "StopName": "36Th St @ 1420 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623337", "Latitude": 41.197481, "Longitude": -111.942574, "AVGBoard": 4, "AVGAlight": 0, "Route": "645, 640, 625, 603, 455", "StopAbbr_J": "623337" }, "geometry": { "type": "Point", "coordinates": [ -111.942574000004086, 41.197481000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4807, "StopName": "36Th St @ 325 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "623339", "Latitude": 41.197724, "Longitude": -111.973071, "AVGBoard": 8, "AVGAlight": 9, "Route": "640", "StopAbbr_J": "623339" }, "geometry": { "type": "Point", "coordinates": [ -111.973071000003884, 41.197724000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4808, "StopName": "36Th St @ 425 E", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623340", "Latitude": 41.197714, "Longitude": -111.970227, "AVGBoard": 3, "AVGAlight": 14, "Route": "640", "StopAbbr_J": "623340" }, "geometry": { "type": "Point", "coordinates": [ -111.970227000004016, 41.197714000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4809, "StopName": "36Th St @ 595 E", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623341", "Latitude": 41.197688, "Longitude": -111.965586, "AVGBoard": 1, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "623341" }, "geometry": { "type": "Point", "coordinates": [ -111.965586000004649, 41.197688000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4810, "StopName": "36Th St @ 695 E", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623342", "Latitude": 41.197615, "Longitude": -111.963445, "AVGBoard": 0, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "623342" }, "geometry": { "type": "Point", "coordinates": [ -111.963445000004555, 41.197615000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4811, "StopName": "36Th St @ 825 E", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623343", "Latitude": 41.197605, "Longitude": -111.960024, "AVGBoard": 0, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "623343" }, "geometry": { "type": "Point", "coordinates": [ -111.960024000004594, 41.197605000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4812, "StopName": "36Th St @ 917 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623344", "Latitude": 41.197577, "Longitude": -111.956571, "AVGBoard": 1, "AVGAlight": 6, "Route": "640", "StopAbbr_J": "623344" }, "geometry": { "type": "Point", "coordinates": [ -111.956571000004686, 41.19757700000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4813, "StopName": "25th St \/ Kiesel Ave (WB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623350", "Latitude": 41.220737, "Longitude": -111.971706, "AVGBoard": 5, "AVGAlight": 5, "Route": null, "StopAbbr_J": "623350" }, "geometry": { "type": "Point", "coordinates": [ -111.971706000004176, 41.220737000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4814, "StopName": "Monroe Blvd @ 1395 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623351", "Latitude": 41.241688, "Longitude": -111.953063, "AVGBoard": 2, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "623351" }, "geometry": { "type": "Point", "coordinates": [ -111.95306300000469, 41.241688000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4815, "StopName": "Monroe Blvd @ 1575 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623352", "Latitude": 41.238742, "Longitude": -111.952969, "AVGBoard": 4, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623352" }, "geometry": { "type": "Point", "coordinates": [ -111.952969000004117, 41.238742000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4816, "StopName": "Monroe Blvd @ 1580 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623353", "Latitude": 41.238628, "Longitude": -111.952705, "AVGBoard": 3, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "623353" }, "geometry": { "type": "Point", "coordinates": [ -111.952705000004741, 41.238628000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4817, "StopName": "Monroe Blvd @ 1440 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623354", "Latitude": 41.240861, "Longitude": -111.952657, "AVGBoard": 2, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "623354" }, "geometry": { "type": "Point", "coordinates": [ -111.952657000004365, 41.240861000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4818, "StopName": "Harrison Blvd @ 2095 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623355", "Latitude": 41.228899, "Longitude": -111.948182, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "623355" }, "geometry": { "type": "Point", "coordinates": [ -111.948182000004365, 41.228899000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4819, "StopName": "Monroe Blvd @ 2970 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623358", "Latitude": 41.210511, "Longitude": -111.959483, "AVGBoard": 0, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623358" }, "geometry": { "type": "Point", "coordinates": [ -111.959483000004766, 41.210511000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4820, "StopName": "Monroe Blvd @ 2910 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623359", "Latitude": 41.211917, "Longitude": -111.959454, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "623359" }, "geometry": { "type": "Point", "coordinates": [ -111.959454000004158, 41.211917000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4821, "StopName": "Monroe Blvd @ 2814 S (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623360", "Latitude": 41.213831, "Longitude": -111.959411, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623360" }, "geometry": { "type": "Point", "coordinates": [ -111.959411000004209, 41.213831000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4822, "StopName": "Monroe Blvd @ 2590 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623361", "Latitude": 41.218821, "Longitude": -111.959276, "AVGBoard": 3, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623361" }, "geometry": { "type": "Point", "coordinates": [ -111.959276000004721, 41.218821000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4823, "StopName": "Monroe Blvd @ 2390 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623363", "Latitude": 41.222894, "Longitude": -111.959184, "AVGBoard": 1, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "623363" }, "geometry": { "type": "Point", "coordinates": [ -111.959184000004285, 41.222894000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4824, "StopName": "Monroe Blvd @ 2334 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623364", "Latitude": 41.224077, "Longitude": -111.959157, "AVGBoard": 4, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623364" }, "geometry": { "type": "Point", "coordinates": [ -111.959157000004751, 41.224077000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4825, "StopName": "Monroe Blvd @ 2178 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623365", "Latitude": 41.227034, "Longitude": -111.959091, "AVGBoard": 2, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623365" }, "geometry": { "type": "Point", "coordinates": [ -111.959091000004676, 41.227034000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4826, "StopName": "Monroe Blvd @ 2102 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623366", "Latitude": 41.228731, "Longitude": -111.959057, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623366" }, "geometry": { "type": "Point", "coordinates": [ -111.959057000004577, 41.228731000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4827, "StopName": "Monroe Blvd @ 1980 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623367", "Latitude": 41.231344, "Longitude": -111.958961, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623367" }, "geometry": { "type": "Point", "coordinates": [ -111.95896100000472, 41.231344000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4828, "StopName": "Monroe Blvd @ 2019 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623368", "Latitude": 41.230472, "Longitude": -111.959195, "AVGBoard": 1, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "623368" }, "geometry": { "type": "Point", "coordinates": [ -111.9591950000043, 41.230472000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4829, "StopName": "Monroe Blvd @ 2385 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623369", "Latitude": 41.223075, "Longitude": -111.959364, "AVGBoard": 0, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623369" }, "geometry": { "type": "Point", "coordinates": [ -111.959364000003916, 41.223075000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4830, "StopName": "Monroe Blvd @ 2815 S (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623372", "Latitude": 41.213878, "Longitude": -111.959552, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623372" }, "geometry": { "type": "Point", "coordinates": [ -111.959552000004194, 41.213878000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4831, "StopName": "Monroe Blvd @ 2909 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623373", "Latitude": 41.211871, "Longitude": -111.959591, "AVGBoard": 1, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "623373" }, "geometry": { "type": "Point", "coordinates": [ -111.959591000004707, 41.211871000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4832, "StopName": "Monroe Blvd @ 2189 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623374", "Latitude": 41.227042, "Longitude": -111.959274, "AVGBoard": 2, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "623374" }, "geometry": { "type": "Point", "coordinates": [ -111.959274000004555, 41.227042000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4833, "StopName": "Harrison Blvd @ 2225 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623375", "Latitude": 41.226264, "Longitude": -111.948241, "AVGBoard": 3, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "623375" }, "geometry": { "type": "Point", "coordinates": [ -111.948241000004757, 41.226264000002573 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4834, "StopName": "Harrison Blvd @ 2414 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623377", "Latitude": 41.222266, "Longitude": -111.948073, "AVGBoard": 3, "AVGAlight": 4, "Route": "625", "StopAbbr_J": "623377" }, "geometry": { "type": "Point", "coordinates": [ -111.948073000004328, 41.222266000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4835, "StopName": "Harrison Blvd @ 2174 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623378", "Latitude": 41.226933, "Longitude": -111.947974, "AVGBoard": 0, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "623378" }, "geometry": { "type": "Point", "coordinates": [ -111.947974000004237, 41.226933000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4836, "StopName": "Harrison Blvd @ 2044 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623379", "Latitude": 41.229526, "Longitude": -111.947922, "AVGBoard": 0, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "623379" }, "geometry": { "type": "Point", "coordinates": [ -111.947922000004425, 41.22952600000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4837, "StopName": "Harrison Blvd @ 2013 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623380", "Latitude": 41.230319, "Longitude": -111.948152, "AVGBoard": 2, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "623380" }, "geometry": { "type": "Point", "coordinates": [ -111.948152000004583, 41.230319000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4838, "StopName": "Monroe Blvd @ 2310 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623381", "Latitude": 41.224309, "Longitude": -111.959345, "AVGBoard": 2, "AVGAlight": 3, "Route": "645", "StopAbbr_J": "623381" }, "geometry": { "type": "Point", "coordinates": [ -111.959345000004134, 41.22430900000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4839, "StopName": "Harrison Blvd @ 2483 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623383", "Latitude": 41.220491, "Longitude": -111.948369, "AVGBoard": 2, "AVGAlight": 5, "Route": "625", "StopAbbr_J": "623383" }, "geometry": { "type": "Point", "coordinates": [ -111.948369000004547, 41.22049100000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4840, "StopName": "Monroe Blvd @ 2695 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623384", "Latitude": 41.216484, "Longitude": -111.959508, "AVGBoard": 2, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "623384" }, "geometry": { "type": "Point", "coordinates": [ -111.959508000004149, 41.216484000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4841, "StopName": "Monroe Blvd @ 2692 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623385", "Latitude": 41.216608, "Longitude": -111.959341, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623385" }, "geometry": { "type": "Point", "coordinates": [ -111.959341000004699, 41.216608000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4842, "StopName": "Wall Ave @ 2155 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623386", "Latitude": 41.228076, "Longitude": -111.978858, "AVGBoard": 6, "AVGAlight": 3, "Route": "F620, F618, 630, 613, 470, 455", "StopAbbr_J": "623386" }, "geometry": { "type": "Point", "coordinates": [ -111.978858000004607, 41.228076000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4843, "StopName": "Wall Ave @ 2521 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623387", "Latitude": 41.220299, "Longitude": -111.979041, "AVGBoard": 3, "AVGAlight": 2, "Route": "604, 603, 455", "StopAbbr_J": "623387" }, "geometry": { "type": "Point", "coordinates": [ -111.979041000004443, 41.220299000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4844, "StopName": "Wall Ave @ 2605 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623388", "Latitude": 41.218391, "Longitude": -111.979083, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "623388" }, "geometry": { "type": "Point", "coordinates": [ -111.979083000004337, 41.21839100000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4845, "StopName": "Wall Ave @ 2658 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623392", "Latitude": 41.216929, "Longitude": -111.978817, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "623392" }, "geometry": { "type": "Point", "coordinates": [ -111.9788170000039, 41.216929000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4846, "StopName": "Wall Ave @ 2596 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623394", "Latitude": 41.218974, "Longitude": -111.978799, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "623394" }, "geometry": { "type": "Point", "coordinates": [ -111.978799000004202, 41.218974000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4847, "StopName": "Monroe Blvd @ 1715 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623397", "Latitude": 41.235721, "Longitude": -111.955662, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "623397" }, "geometry": { "type": "Point", "coordinates": [ -111.955662000004068, 41.235721000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4848, "StopName": "Monroe Blvd @ 1710 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623398", "Latitude": 41.235578, "Longitude": -111.955404, "AVGBoard": 0, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623398" }, "geometry": { "type": "Point", "coordinates": [ -111.955404000004279, 41.235578000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4849, "StopName": "25th St btwn Grant & Lincoln (WB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623399", "Latitude": 41.220776, "Longitude": -111.974894, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "623399" }, "geometry": { "type": "Point", "coordinates": [ -111.974894000004625, 41.220776000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4850, "StopName": "Lincoln Ave btwn 24th & 25th (NB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623400", "Latitude": 41.221779, "Longitude": -111.975975, "AVGBoard": 2, "AVGAlight": 3, "Route": null, "StopAbbr_J": "623400" }, "geometry": { "type": "Point", "coordinates": [ -111.975975000004212, 41.221779000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4851, "StopName": "30Th St @ 427 E (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623402", "Latitude": 41.210147, "Longitude": -111.969874, "AVGBoard": 3, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "623402" }, "geometry": { "type": "Point", "coordinates": [ -111.969874000004467, 41.210147000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4852, "StopName": "30Th St @ 603 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623403", "Latitude": 41.210061, "Longitude": -111.964791, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "623403" }, "geometry": { "type": "Point", "coordinates": [ -111.964791000004482, 41.210061000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4853, "StopName": "30Th St @ 803 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623404", "Latitude": 41.209975, "Longitude": -111.959165, "AVGBoard": 1, "AVGAlight": 1, "Route": "645, 455", "StopAbbr_J": "623404" }, "geometry": { "type": "Point", "coordinates": [ -111.959165000004504, 41.209975000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4854, "StopName": "30Th St @ 1005 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623405", "Latitude": 41.209905, "Longitude": -111.953658, "AVGBoard": 1, "AVGAlight": 2, "Route": "645, 455", "StopAbbr_J": "623405" }, "geometry": { "type": "Point", "coordinates": [ -111.953658000004495, 41.209905000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4855, "StopName": "30Th St @ 1157 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623406", "Latitude": 41.209855, "Longitude": -111.949679, "AVGBoard": 0, "AVGAlight": 3, "Route": "645, 455", "StopAbbr_J": "623406" }, "geometry": { "type": "Point", "coordinates": [ -111.949679000004195, 41.209855000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4856, "StopName": "30Th St @ 1162 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623408", "Latitude": 41.210003, "Longitude": -111.949316, "AVGBoard": 5, "AVGAlight": 3, "Route": "645, 455", "StopAbbr_J": "623408" }, "geometry": { "type": "Point", "coordinates": [ -111.949316000004728, 41.210003000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4857, "StopName": "30Th St @ 992 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623409", "Latitude": 41.210073, "Longitude": -111.954303, "AVGBoard": 3, "AVGAlight": 2, "Route": "645, 455", "StopAbbr_J": "623409" }, "geometry": { "type": "Point", "coordinates": [ -111.954303000003947, 41.210073000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4858, "StopName": "30Th St @ 770 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623410", "Latitude": 41.210153, "Longitude": -111.960279, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "623410" }, "geometry": { "type": "Point", "coordinates": [ -111.960279000004121, 41.210153000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4859, "StopName": "30Th St @ 574 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623411", "Latitude": 41.210249, "Longitude": -111.965755, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "623411" }, "geometry": { "type": "Point", "coordinates": [ -111.965755000004265, 41.210249000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4860, "StopName": "30Th St @ 915 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623414", "Latitude": 41.209941, "Longitude": -111.956181, "AVGBoard": 0, "AVGAlight": 1, "Route": "645, 455", "StopAbbr_J": "623414" }, "geometry": { "type": "Point", "coordinates": [ -111.956181000004747, 41.209941000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4861, "StopName": "30Th St @ 878 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623415", "Latitude": 41.210114, "Longitude": -111.957221, "AVGBoard": 1, "AVGAlight": 1, "Route": "645, 455", "StopAbbr_J": "623415" }, "geometry": { "type": "Point", "coordinates": [ -111.957221000004537, 41.210114000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4862, "StopName": "Lincoln Ave @ 2250 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623416", "Latitude": 41.226372, "Longitude": -111.975881, "AVGBoard": 3, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "623416" }, "geometry": { "type": "Point", "coordinates": [ -111.97588100000452, 41.226372000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4863, "StopName": "Kiesel Ave \/ 22nd St (NB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623417", "Latitude": 41.226779, "Longitude": -111.97148, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "623417" }, "geometry": { "type": "Point", "coordinates": [ -111.971480000004348, 41.22677900000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4864, "StopName": "Harrison Blvd @ 3065 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "623418", "Latitude": 41.208051, "Longitude": -111.948667, "AVGBoard": 9, "AVGAlight": 32, "Route": "645, 625, 603, 455", "StopAbbr_J": "623418" }, "geometry": { "type": "Point", "coordinates": [ -111.94866700000405, 41.208051000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4865, "StopName": "Monroe Blvd @ 1219 S (Ogden)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623419", "Latitude": 41.243686, "Longitude": -111.953571, "AVGBoard": 2, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "623419" }, "geometry": { "type": "Point", "coordinates": [ -111.953571000004487, 41.243686000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4866, "StopName": "Monroe Blvd @ 1220 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623420", "Latitude": 41.243367, "Longitude": -111.953293, "AVGBoard": 1, "AVGAlight": 3, "Route": "645", "StopAbbr_J": "623420" }, "geometry": { "type": "Point", "coordinates": [ -111.953293000003967, 41.243367000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4867, "StopName": "Harrison Blvd @ 2403 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623421", "Latitude": 41.222179, "Longitude": -111.948338, "AVGBoard": 1, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "623421" }, "geometry": { "type": "Point", "coordinates": [ -111.948338000004682, 41.222179000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4868, "StopName": "Washington Blvd @ 2850 S (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "623422", "Latitude": 41.213631, "Longitude": -111.970791, "AVGBoard": 22, "AVGAlight": 12, "Route": "612, 470, 455", "StopAbbr_J": "623422" }, "geometry": { "type": "Point", "coordinates": [ -111.970791000003956, 41.213631000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4869, "StopName": "17Th St @ 135 W (Ogden Garage)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623423", "Latitude": 41.236344, "Longitude": -111.979701, "AVGBoard": 29, "AVGAlight": 84, "Route": "640, 470, 456, 455", "StopAbbr_J": "623423" }, "geometry": { "type": "Point", "coordinates": [ -111.979701000004241, 41.236344000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4870, "StopName": "Darling St @ 1480 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "624021", "Latitude": 41.210801, "Longitude": -111.940572, "AVGBoard": 2, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "624021" }, "geometry": { "type": "Point", "coordinates": [ -111.940572000004693, 41.210801000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4871, "StopName": "Taylor Ave @ 3025 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "624022", "Latitude": 41.209244, "Longitude": -111.940291, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "624022" }, "geometry": { "type": "Point", "coordinates": [ -111.94029100000391, 41.209244000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4872, "StopName": "Edvalson St @ 1551 E", "City": "Ogden", "ZipCode": "84408", "County": "Weber", "UTA_StopID": "624024", "Latitude": 41.194899, "Longitude": -111.939549, "AVGBoard": 24, "AVGAlight": 8, "Route": "650, 645, 640, 625, 603, 473, 455", "StopAbbr_J": "624024" }, "geometry": { "type": "Point", "coordinates": [ -111.939549000004519, 41.194899000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4873, "StopName": "3500 W @ 4996 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627005", "Latitude": 41.172605, "Longitude": -112.064602, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "627005" }, "geometry": { "type": "Point", "coordinates": [ -112.064602000003887, 41.172605000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4874, "StopName": "3500 W @ 5173 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627006", "Latitude": 41.169538, "Longitude": -112.064597, "AVGBoard": 0, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "627006" }, "geometry": { "type": "Point", "coordinates": [ -112.064597000004355, 41.169538000002568 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4875, "StopName": "3500 W @ 5515 S (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627007", "Latitude": 41.162941, "Longitude": -112.064591, "AVGBoard": 14, "AVGAlight": 15, "Route": "626, 604", "StopAbbr_J": "627007" }, "geometry": { "type": "Point", "coordinates": [ -112.064591000004768, 41.162941000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4876, "StopName": "3500 W @ 5757 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627008", "Latitude": 41.158838, "Longitude": -112.064627, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627008" }, "geometry": { "type": "Point", "coordinates": [ -112.064627000004165, 41.158838000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4877, "StopName": "2000 W @ 2201 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "627009", "Latitude": 41.145547, "Longitude": -112.064591, "AVGBoard": 1, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627009" }, "geometry": { "type": "Point", "coordinates": [ -112.064591000004768, 41.14554700000258 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4878, "StopName": "2000 W @ 1877 N (Clinton)", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "627011", "Latitude": 41.141073, "Longitude": -112.064608, "AVGBoard": 4, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "627011" }, "geometry": { "type": "Point", "coordinates": [ -112.064608000004384, 41.141073000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4879, "StopName": "2000 W @ 1539 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "627012", "Latitude": 41.136144, "Longitude": -112.064616, "AVGBoard": 1, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627012" }, "geometry": { "type": "Point", "coordinates": [ -112.06461600000415, 41.136144000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4880, "StopName": "2000 W @ 729 N", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "627013", "Latitude": 41.123785, "Longitude": -112.064678, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627013" }, "geometry": { "type": "Point", "coordinates": [ -112.06467800000388, 41.123785000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4881, "StopName": "5600 S @ 2741 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627014", "Latitude": 41.161599, "Longitude": -112.046593, "AVGBoard": 2, "AVGAlight": 2, "Route": "604", "StopAbbr_J": "627014" }, "geometry": { "type": "Point", "coordinates": [ -112.046593000004748, 41.161599000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4882, "StopName": "2000 W @ 714 N", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "627015", "Latitude": 41.123732, "Longitude": -112.064445, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627015" }, "geometry": { "type": "Point", "coordinates": [ -112.064445000004383, 41.123732000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4883, "StopName": "2000 W @ 1830 N (Clinton)", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "627016", "Latitude": 41.140522, "Longitude": -112.064297, "AVGBoard": 2, "AVGAlight": 5, "Route": "626", "StopAbbr_J": "627016" }, "geometry": { "type": "Point", "coordinates": [ -112.064297000004714, 41.140522000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4884, "StopName": "5600 S @ 3060 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627017", "Latitude": 41.161707, "Longitude": -112.053781, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "627017" }, "geometry": { "type": "Point", "coordinates": [ -112.053781000004548, 41.161707000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4885, "StopName": "3650 W @ 5550 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627018", "Latitude": 41.163344, "Longitude": -112.067994, "AVGBoard": 1, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627018" }, "geometry": { "type": "Point", "coordinates": [ -112.067994000004148, 41.163344000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4886, "StopName": "3500 W @ 5512 S (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627020", "Latitude": 41.163017, "Longitude": -112.064331, "AVGBoard": 6, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "627020" }, "geometry": { "type": "Point", "coordinates": [ -112.064331000003932, 41.16301700000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4887, "StopName": "2000 W @ 1654 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "627022", "Latitude": 41.137687, "Longitude": -112.064313, "AVGBoard": 1, "AVGAlight": 4, "Route": "626", "StopAbbr_J": "627022" }, "geometry": { "type": "Point", "coordinates": [ -112.064313000004233, 41.137687000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4888, "StopName": "2000 W @ 531 N", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "627035", "Latitude": 41.121349, "Longitude": -112.064637, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627035" }, "geometry": { "type": "Point", "coordinates": [ -112.064637000004083, 41.121349000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4889, "StopName": "3500 W @ 4996 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627039", "Latitude": 41.172516, "Longitude": -112.064336, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "627039" }, "geometry": { "type": "Point", "coordinates": [ -112.064336000004332, 41.172516000002581 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4890, "StopName": "3500 W @ 4830 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627040", "Latitude": 41.175569, "Longitude": -112.064339, "AVGBoard": 6, "AVGAlight": 3, "Route": "604", "StopAbbr_J": "627040" }, "geometry": { "type": "Point", "coordinates": [ -112.064339000004594, 41.175569000002568 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4891, "StopName": "3500 W @ 5702 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627049", "Latitude": 41.158903, "Longitude": -112.064393, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627049" }, "geometry": { "type": "Point", "coordinates": [ -112.064393000004571, 41.158903000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4892, "StopName": "5600 S @ 2842 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627053", "Latitude": 41.161729, "Longitude": -112.048556, "AVGBoard": 2, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "627053" }, "geometry": { "type": "Point", "coordinates": [ -112.04855600000451, 41.161729000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4893, "StopName": "5600 S @ 3406 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627054", "Latitude": 41.161702, "Longitude": -112.061867, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "627054" }, "geometry": { "type": "Point", "coordinates": [ -112.061867000004057, 41.161702000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4894, "StopName": "3500 W @ 5400 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627055", "Latitude": 41.165004, "Longitude": -112.064333, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "627055" }, "geometry": { "type": "Point", "coordinates": [ -112.064333000004098, 41.165004000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4895, "StopName": "3500 W @ 4825 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627059", "Latitude": 41.175441, "Longitude": -112.064632, "AVGBoard": 3, "AVGAlight": 5, "Route": "604", "StopAbbr_J": "627059" }, "geometry": { "type": "Point", "coordinates": [ -112.064632000004565, 41.175441000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4896, "StopName": "5600 S @ 3435 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627060", "Latitude": 41.161535, "Longitude": -112.061799, "AVGBoard": 2, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "627060" }, "geometry": { "type": "Point", "coordinates": [ -112.061799000004726, 41.161535000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4897, "StopName": "3500 W @ 5938 S (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627062", "Latitude": 41.156294, "Longitude": -112.064313, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627062" }, "geometry": { "type": "Point", "coordinates": [ -112.064313000004233, 41.156294000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4898, "StopName": "3500 W @ 5975 S (R0Y)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627071", "Latitude": 41.155739, "Longitude": -112.064552, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "627071" }, "geometry": { "type": "Point", "coordinates": [ -112.064552000004241, 41.155739000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4899, "StopName": "5600 S @ 2935 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "627162", "Latitude": 41.161598, "Longitude": -112.050256, "AVGBoard": 0, "AVGAlight": 2, "Route": "604", "StopAbbr_J": "627162" }, "geometry": { "type": "Point", "coordinates": [ -112.050256000004069, 41.161598000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4900, "StopName": "1900 W @ 5199 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628014", "Latitude": 41.169341, "Longitude": -112.026175, "AVGBoard": 3, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "628014" }, "geometry": { "type": "Point", "coordinates": [ -112.026175000004002, 41.169341000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4901, "StopName": "5700 S @ 1998 W (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628015", "Latitude": 41.159687, "Longitude": -112.028251, "AVGBoard": 7, "AVGAlight": 4, "Route": "604", "StopAbbr_J": "628015" }, "geometry": { "type": "Point", "coordinates": [ -112.028251000004119, 41.159687000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4902, "StopName": "Freeway Park Dr @ 5234 S", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628017", "Latitude": 41.167202, "Longitude": -112.020122, "AVGBoard": 0, "AVGAlight": 0, "Route": "472, 456", "StopAbbr_J": "628017" }, "geometry": { "type": "Point", "coordinates": [ -112.020122000004648, 41.167202000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4903, "StopName": "4400 S @ 926 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628028", "Latitude": 41.182454, "Longitude": -112.001601, "AVGBoard": 0, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "628028" }, "geometry": { "type": "Point", "coordinates": [ -112.001601000004484, 41.182454000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4904, "StopName": "1900 W @ 3875 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628030", "Latitude": 41.192785, "Longitude": -112.025975, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "628030" }, "geometry": { "type": "Point", "coordinates": [ -112.025975000004536, 41.192785000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4905, "StopName": "4400 S @ 1056 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628031", "Latitude": 41.182602, "Longitude": -112.004497, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "628031" }, "geometry": { "type": "Point", "coordinates": [ -112.00449700000415, 41.182602000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4906, "StopName": "5600 S @ 2129 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628043", "Latitude": 41.161607, "Longitude": -112.031563, "AVGBoard": 0, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "628043" }, "geometry": { "type": "Point", "coordinates": [ -112.031563000004041, 41.161607000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4907, "StopName": "1900 W @ 5570 S (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628047", "Latitude": 41.162659, "Longitude": -112.025904, "AVGBoard": 22, "AVGAlight": 15, "Route": "640, 470", "StopAbbr_J": "628047" }, "geometry": { "type": "Point", "coordinates": [ -112.025904000004047, 41.162659000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4908, "StopName": "1900 W @ 3992 S (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628069", "Latitude": 41.191295, "Longitude": -112.025711, "AVGBoard": 1, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "628069" }, "geometry": { "type": "Point", "coordinates": [ -112.025711000004264, 41.191295000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4909, "StopName": "1900 W @ 3880 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628070", "Latitude": 41.192778, "Longitude": -112.025701, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "628070" }, "geometry": { "type": "Point", "coordinates": [ -112.025701000004318, 41.192778000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4910, "StopName": "1900 W @ 4805 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628099", "Latitude": 41.175724, "Longitude": -112.026141, "AVGBoard": 4, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "628099" }, "geometry": { "type": "Point", "coordinates": [ -112.026141000003875, 41.17572400000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4911, "StopName": "1900 W @ 4702 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628120", "Latitude": 41.177846, "Longitude": -112.025857, "AVGBoard": 2, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "628120" }, "geometry": { "type": "Point", "coordinates": [ -112.025857000004649, 41.177846000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4912, "StopName": "1900 W @ 4572 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628121", "Latitude": 41.180377, "Longitude": -112.025824, "AVGBoard": 0, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "628121" }, "geometry": { "type": "Point", "coordinates": [ -112.025824000004619, 41.18037700000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4913, "StopName": "1900 W @ 4410 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628122", "Latitude": 41.182701, "Longitude": -112.025793, "AVGBoard": 5, "AVGAlight": 7, "Route": "640", "StopAbbr_J": "628122" }, "geometry": { "type": "Point", "coordinates": [ -112.025793000004754, 41.182701000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4914, "StopName": "4400 S @ 1825 W (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628123", "Latitude": 41.183439, "Longitude": -112.024071, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "628123" }, "geometry": { "type": "Point", "coordinates": [ -112.024071000004255, 41.183439000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4915, "StopName": "4400 S @ 1701 W (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628124", "Latitude": 41.183454, "Longitude": -112.021131, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "628124" }, "geometry": { "type": "Point", "coordinates": [ -112.021131000004559, 41.183454000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4916, "StopName": "4400 S @ 1587 W (Roy)", "City": "Ogden", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628126", "Latitude": 41.183484, "Longitude": -112.014261, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "628126" }, "geometry": { "type": "Point", "coordinates": [ -112.014261000004112, 41.183484000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4917, "StopName": "4400 S @ 1197 W (Riverdale)", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628127", "Latitude": 41.182697, "Longitude": -112.009226, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "628127" }, "geometry": { "type": "Point", "coordinates": [ -112.009226000004503, 41.182697000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4918, "StopName": "4400 S @ 997 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628128", "Latitude": 41.182448, "Longitude": -112.004035, "AVGBoard": 0, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "628128" }, "geometry": { "type": "Point", "coordinates": [ -112.004035000004578, 41.182448000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4919, "StopName": "4400 S @ 907 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628129", "Latitude": 41.182316, "Longitude": -112.001475, "AVGBoard": 2, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "628129" }, "geometry": { "type": "Point", "coordinates": [ -112.001475000003936, 41.182316000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4920, "StopName": "4400 S @ 1198 W", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628136", "Latitude": 41.182837, "Longitude": -112.009306, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "628136" }, "geometry": { "type": "Point", "coordinates": [ -112.009306000003932, 41.182837000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4921, "StopName": "4400 S @ 1698 W", "City": "Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628138", "Latitude": 41.183552, "Longitude": -112.020571, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "628138" }, "geometry": { "type": "Point", "coordinates": [ -112.02057100000404, 41.183552000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4922, "StopName": "4400 S @ 1826 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628139", "Latitude": 41.183532, "Longitude": -112.024179, "AVGBoard": 0, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "628139" }, "geometry": { "type": "Point", "coordinates": [ -112.024179000004196, 41.1835320000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4923, "StopName": "1900 W @ 4443 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628140", "Latitude": 41.182709, "Longitude": -112.026019, "AVGBoard": 8, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "628140" }, "geometry": { "type": "Point", "coordinates": [ -112.026019000004581, 41.182709000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4924, "StopName": "1900 W @ 4589 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628141", "Latitude": 41.179811, "Longitude": -112.026098, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "628141" }, "geometry": { "type": "Point", "coordinates": [ -112.026098000003927, 41.179811000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4925, "StopName": "1900 W @ 4699 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628142", "Latitude": 41.178074, "Longitude": -112.026062, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "628142" }, "geometry": { "type": "Point", "coordinates": [ -112.026062000004529, 41.178074000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4926, "StopName": "Main St @ 2002 N (Sunset)", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "628144", "Latitude": 41.142657, "Longitude": -112.025914, "AVGBoard": 2, "AVGAlight": 1, "Route": "640, 470", "StopAbbr_J": "628144" }, "geometry": { "type": "Point", "coordinates": [ -112.025914000003979, 41.142657000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4927, "StopName": "Main St @ 2302 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "628145", "Latitude": 41.147591, "Longitude": -112.025931, "AVGBoard": 8, "AVGAlight": 13, "Route": "640, 470", "StopAbbr_J": "628145" }, "geometry": { "type": "Point", "coordinates": [ -112.025931000004476, 41.147591000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4928, "StopName": "Main St @ 2598 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "628146", "Latitude": 41.150869, "Longitude": -112.025928, "AVGBoard": 1, "AVGAlight": 0, "Route": "640, 470", "StopAbbr_J": "628146" }, "geometry": { "type": "Point", "coordinates": [ -112.025928000004228, 41.150869000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4929, "StopName": "Main St @ 3050 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "628147", "Latitude": 41.152632, "Longitude": -112.025925, "AVGBoard": 0, "AVGAlight": 0, "Route": "640, 470", "StopAbbr_J": "628147" }, "geometry": { "type": "Point", "coordinates": [ -112.02592500000398, 41.152632000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4930, "StopName": "1900 W @ 5976 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628148", "Latitude": 41.154856, "Longitude": -112.025896, "AVGBoard": 2, "AVGAlight": 4, "Route": "640, 470", "StopAbbr_J": "628148" }, "geometry": { "type": "Point", "coordinates": [ -112.025896000004266, 41.154856000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4931, "StopName": "1900 W @ 5718 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628150", "Latitude": 41.159099, "Longitude": -112.025915, "AVGBoard": 1, "AVGAlight": 5, "Route": "640, 470", "StopAbbr_J": "628150" }, "geometry": { "type": "Point", "coordinates": [ -112.025915000004048, 41.159099000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4932, "StopName": "1900 W @ 5819 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628156", "Latitude": 41.157724, "Longitude": -112.026172, "AVGBoard": 2, "AVGAlight": 0, "Route": "640, 470", "StopAbbr_J": "628156" }, "geometry": { "type": "Point", "coordinates": [ -112.026172000004649, 41.157724000002567 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4933, "StopName": "1900 W @ 5999 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628157", "Latitude": 41.154931, "Longitude": -112.026174, "AVGBoard": 5, "AVGAlight": 4, "Route": "640, 470", "StopAbbr_J": "628157" }, "geometry": { "type": "Point", "coordinates": [ -112.02617400000392, 41.154931000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4934, "StopName": "1900 W @ 6071 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628158", "Latitude": 41.152784, "Longitude": -112.026191, "AVGBoard": 0, "AVGAlight": 0, "Route": "640, 470", "StopAbbr_J": "628158" }, "geometry": { "type": "Point", "coordinates": [ -112.026191000004431, 41.152784000002576 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4935, "StopName": "Main St @ 2465 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "628159", "Latitude": 41.150621, "Longitude": -112.026192, "AVGBoard": 1, "AVGAlight": 1, "Route": "640, 470", "StopAbbr_J": "628159" }, "geometry": { "type": "Point", "coordinates": [ -112.0261920000045, 41.150621000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4936, "StopName": "Main St @ 2331 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "628160", "Latitude": 41.148091, "Longitude": -112.026253, "AVGBoard": 11, "AVGAlight": 10, "Route": "640, 470", "StopAbbr_J": "628160" }, "geometry": { "type": "Point", "coordinates": [ -112.026253000004175, 41.148091000002573 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4937, "StopName": "Main St @ 2001 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "628161", "Latitude": 41.142448, "Longitude": -112.026194, "AVGBoard": 2, "AVGAlight": 3, "Route": "640, 470", "StopAbbr_J": "628161" }, "geometry": { "type": "Point", "coordinates": [ -112.026194000004679, 41.142448000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4938, "StopName": "1900 W @ 3989 S (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628165", "Latitude": 41.191443, "Longitude": -112.025981, "AVGBoard": 0, "AVGAlight": 4, "Route": "604", "StopAbbr_J": "628165" }, "geometry": { "type": "Point", "coordinates": [ -112.025981000004123, 41.191443000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4939, "StopName": "5600 S @ 2345 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628166", "Latitude": 41.161603, "Longitude": -112.036661, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "628166" }, "geometry": { "type": "Point", "coordinates": [ -112.036661000004386, 41.161603000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4940, "StopName": "1900 W @ 5645 S (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628169", "Latitude": 41.160838, "Longitude": -112.026199, "AVGBoard": 30, "AVGAlight": 39, "Route": "640, 604, 470", "StopAbbr_J": "628169" }, "geometry": { "type": "Point", "coordinates": [ -112.026199000004183, 41.16083800000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4941, "StopName": "5600 S @ 2340 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "628363", "Latitude": 41.161726, "Longitude": -112.036811, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "628363" }, "geometry": { "type": "Point", "coordinates": [ -112.036811000004207, 41.161726000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4942, "StopName": "Freeway Park Dr @ 5234 S (Rivrdale", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "628364", "Latitude": 41.166995, "Longitude": -112.020298, "AVGBoard": 0, "AVGAlight": 0, "Route": "472, 456", "StopAbbr_J": "628364" }, "geometry": { "type": "Point", "coordinates": [ -112.020298000003933, 41.166995000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4943, "StopName": "Riverdale Rd @ 4191 S", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629003", "Latitude": 41.187441, "Longitude": -111.984764, "AVGBoard": 6, "AVGAlight": 6, "Route": "640, 470", "StopAbbr_J": "629003" }, "geometry": { "type": "Point", "coordinates": [ -111.984764000004361, 41.187441000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4944, "StopName": "300 W @ 4799 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629027", "Latitude": 41.176264, "Longitude": -111.983026, "AVGBoard": 0, "AVGAlight": 7, "Route": "612", "StopAbbr_J": "629027" }, "geometry": { "type": "Point", "coordinates": [ -111.983026000004344, 41.176264000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4945, "StopName": "300 W @ 4899 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629028", "Latitude": 41.174488, "Longitude": -111.982985, "AVGBoard": 1, "AVGAlight": 9, "Route": "612", "StopAbbr_J": "629028" }, "geometry": { "type": "Point", "coordinates": [ -111.982985000004561, 41.174488000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4946, "StopName": "Washington Blvd @ 4035 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629030", "Latitude": 41.190016, "Longitude": -111.971319, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "629030" }, "geometry": { "type": "Point", "coordinates": [ -111.971319000004499, 41.190016000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4947, "StopName": "4400 S @ 330 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629031", "Latitude": 41.184511, "Longitude": -111.972665, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "629031" }, "geometry": { "type": "Point", "coordinates": [ -111.97266500000444, 41.184511000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4948, "StopName": "Army St @ 4421 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629032", "Latitude": 41.183007, "Longitude": -111.973596, "AVGBoard": 0, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "629032" }, "geometry": { "type": "Point", "coordinates": [ -111.973596000004179, 41.18300700000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4949, "StopName": "Army St @ 4509 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629033", "Latitude": 41.180983, "Longitude": -111.973633, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "629033" }, "geometry": { "type": "Point", "coordinates": [ -111.97363300000454, 41.180983000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4950, "StopName": "Army St @ 4600 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629034", "Latitude": 41.179441, "Longitude": -111.973674, "AVGBoard": 0, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "629034" }, "geometry": { "type": "Point", "coordinates": [ -111.973674000004337, 41.179441000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4951, "StopName": "Army St @ 4693 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629035", "Latitude": 41.177675, "Longitude": -111.973718, "AVGBoard": 0, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "629035" }, "geometry": { "type": "Point", "coordinates": [ -111.973718000004382, 41.177675000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4952, "StopName": "4700 S @ 230 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629036", "Latitude": 41.177691, "Longitude": -111.975528, "AVGBoard": 0, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "629036" }, "geometry": { "type": "Point", "coordinates": [ -111.975528000004047, 41.177691000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4953, "StopName": "Army St @ 4546 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629040", "Latitude": 41.180748, "Longitude": -111.973558, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629040" }, "geometry": { "type": "Point", "coordinates": [ -111.97355800000463, 41.18074800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4954, "StopName": "5300 S @ 655 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629049", "Latitude": 41.168091, "Longitude": -111.964718, "AVGBoard": 1, "AVGAlight": 6, "Route": "612", "StopAbbr_J": "629049" }, "geometry": { "type": "Point", "coordinates": [ -111.964718000004737, 41.168091000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4955, "StopName": "5300 S @ 711 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629050", "Latitude": 41.166905, "Longitude": -111.962747, "AVGBoard": 1, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "629050" }, "geometry": { "type": "Point", "coordinates": [ -111.962747000004313, 41.166905000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4956, "StopName": "5300 S @ 849 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629052", "Latitude": 41.165033, "Longitude": -111.958329, "AVGBoard": 0, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "629052" }, "geometry": { "type": "Point", "coordinates": [ -111.958329000004539, 41.165033000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4957, "StopName": "5300 S @ 799 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629062", "Latitude": 41.165993, "Longitude": -111.960585, "AVGBoard": 0, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "629062" }, "geometry": { "type": "Point", "coordinates": [ -111.960585000004286, 41.165993000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4958, "StopName": "5300 S @ 702 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629063", "Latitude": 41.167101, "Longitude": -111.962931, "AVGBoard": 1, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "629063" }, "geometry": { "type": "Point", "coordinates": [ -111.962931000004275, 41.167101000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4959, "StopName": "5300 S @ 848 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629066", "Latitude": 41.165182, "Longitude": -111.958411, "AVGBoard": 3, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629066" }, "geometry": { "type": "Point", "coordinates": [ -111.958411000004148, 41.165182000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4960, "StopName": "5300 S @ 802 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629067", "Latitude": 41.166001, "Longitude": -111.960326, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629067" }, "geometry": { "type": "Point", "coordinates": [ -111.960326000004414, 41.166001000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4961, "StopName": "Dixon Dr @ 3905 S", "City": "Ogden", "ZipCode": "84408", "County": "Weber", "UTA_StopID": "629068", "Latitude": 41.192128, "Longitude": -111.948531, "AVGBoard": 1, "AVGAlight": 3, "Route": "645, 625, 603, 455", "StopAbbr_J": "629068" }, "geometry": { "type": "Point", "coordinates": [ -111.948531000004479, 41.192128000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4962, "StopName": "5000 S @ 295 W", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629072", "Latitude": 41.172463, "Longitude": -111.982214, "AVGBoard": 1, "AVGAlight": 4, "Route": "612", "StopAbbr_J": "629072" }, "geometry": { "type": "Point", "coordinates": [ -111.982214000004561, 41.172463000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4963, "StopName": "Army St @ 4611 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629075", "Latitude": 41.179242, "Longitude": -111.973598, "AVGBoard": 2, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629075" }, "geometry": { "type": "Point", "coordinates": [ -111.97359800000433, 41.179242000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4964, "StopName": "4400 S @ 350 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629078", "Latitude": 41.184491, "Longitude": -111.972401, "AVGBoard": 2, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629078" }, "geometry": { "type": "Point", "coordinates": [ -111.972401000004155, 41.184491000002573 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4965, "StopName": "Washington Blvd @ 3986 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629079", "Latitude": 41.191001, "Longitude": -111.971022, "AVGBoard": 9, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "629079" }, "geometry": { "type": "Point", "coordinates": [ -111.971022000004197, 41.191001000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4966, "StopName": "4400 S @ 1155 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629080", "Latitude": 41.182661, "Longitude": -111.950276, "AVGBoard": 5, "AVGAlight": 1, "Route": "645, 603", "StopAbbr_J": "629080" }, "geometry": { "type": "Point", "coordinates": [ -111.950276000004166, 41.182661000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4967, "StopName": "4400 S @ 1150 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629086", "Latitude": 41.182831, "Longitude": -111.950429, "AVGBoard": 2, "AVGAlight": 8, "Route": "645, 603", "StopAbbr_J": "629086" }, "geometry": { "type": "Point", "coordinates": [ -111.950429000004235, 41.182831000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4968, "StopName": "5000 S @ 152 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629101", "Latitude": 41.172436, "Longitude": -111.976841, "AVGBoard": 1, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "629101" }, "geometry": { "type": "Point", "coordinates": [ -111.976841000003972, 41.172436000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4969, "StopName": "5000 S @ 146 W", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629102", "Latitude": 41.172539, "Longitude": -111.979218, "AVGBoard": 3, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629102" }, "geometry": { "type": "Point", "coordinates": [ -111.979218000004721, 41.172539000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4970, "StopName": "300 W @ 4802 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629112", "Latitude": 41.175956, "Longitude": -111.982892, "AVGBoard": 5, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629112" }, "geometry": { "type": "Point", "coordinates": [ -111.982892000004057, 41.175956000002571 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4971, "StopName": "300 W @ 4720 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629113", "Latitude": 41.177454, "Longitude": -111.982871, "AVGBoard": 2, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629113" }, "geometry": { "type": "Point", "coordinates": [ -111.98287100000411, 41.177454000002626 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4972, "StopName": "4700 S @ 205 W", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629114", "Latitude": 41.177681, "Longitude": -111.980769, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629114" }, "geometry": { "type": "Point", "coordinates": [ -111.980769000004543, 41.177681000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4973, "StopName": "4700 S @ 97 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629115", "Latitude": 41.177649, "Longitude": -111.977865, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629115" }, "geometry": { "type": "Point", "coordinates": [ -111.977865000004215, 41.177649000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4974, "StopName": "4700 S @ 235 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629116", "Latitude": 41.177576, "Longitude": -111.975528, "AVGBoard": 2, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629116" }, "geometry": { "type": "Point", "coordinates": [ -111.975528000004047, 41.177576000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4975, "StopName": "5000 S @ 151 W", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629137", "Latitude": 41.172456, "Longitude": -111.979635, "AVGBoard": 0, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "629137" }, "geometry": { "type": "Point", "coordinates": [ -111.97963500000418, 41.17245600000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4976, "StopName": "5000 S @ 299 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629138", "Latitude": 41.172417, "Longitude": -111.974175, "AVGBoard": 0, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "629138" }, "geometry": { "type": "Point", "coordinates": [ -111.97417500000445, 41.172417000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4977, "StopName": "4700 S @ 50 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629139", "Latitude": 41.177742, "Longitude": -111.977955, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "629139" }, "geometry": { "type": "Point", "coordinates": [ -111.977955000004471, 41.17774200000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4978, "StopName": "4700 S @ 198 W", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629140", "Latitude": 41.177773, "Longitude": -111.980411, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "629140" }, "geometry": { "type": "Point", "coordinates": [ -111.980411000004565, 41.177773000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4979, "StopName": "4700 S @ 276 W", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629141", "Latitude": 41.177799, "Longitude": -111.982491, "AVGBoard": 0, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "629141" }, "geometry": { "type": "Point", "coordinates": [ -111.982491000004131, 41.177799000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4980, "StopName": "Harrison Blvd @ 4255 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629149", "Latitude": 41.185841, "Longitude": -111.949189, "AVGBoard": 11, "AVGAlight": 42, "Route": "645, 625, 603, 473, 455", "StopAbbr_J": "629149" }, "geometry": { "type": "Point", "coordinates": [ -111.949189000004111, 41.185841000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4981, "StopName": "Harrison Blvd @ 4471 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629151", "Latitude": 41.182428, "Longitude": -111.949272, "AVGBoard": 3, "AVGAlight": 3, "Route": "645, 625, 603, 455", "StopAbbr_J": "629151" }, "geometry": { "type": "Point", "coordinates": [ -111.949272000004669, 41.182428000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4982, "StopName": "Old Post Rd @ 4630 S (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629159", "Latitude": 41.178437, "Longitude": -111.947701, "AVGBoard": 7, "AVGAlight": 6, "Route": "645, 603", "StopAbbr_J": "629159" }, "geometry": { "type": "Point", "coordinates": [ -111.947701000004116, 41.178437000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4983, "StopName": "Harrison Blvd @ 4390 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629161", "Latitude": 41.183021, "Longitude": -111.948963, "AVGBoard": 1, "AVGAlight": 3, "Route": "625, 455", "StopAbbr_J": "629161" }, "geometry": { "type": "Point", "coordinates": [ -111.948963000004269, 41.183021000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4984, "StopName": "Harrison Blvd @ 4286 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629162", "Latitude": 41.185141, "Longitude": -111.948913, "AVGBoard": 22, "AVGAlight": 8, "Route": "645, 625, 603, 473, 455", "StopAbbr_J": "629162" }, "geometry": { "type": "Point", "coordinates": [ -111.948913000004623, 41.185141000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4985, "StopName": "Harrison Blvd @ 5095 S (Ogden)", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629168", "Latitude": 41.171035, "Longitude": -111.947551, "AVGBoard": 0, "AVGAlight": 0, "Route": "625, 455", "StopAbbr_J": "629168" }, "geometry": { "type": "Point", "coordinates": [ -111.947551000004282, 41.171035000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4986, "StopName": "Harrison Blvd @ 5220 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629169", "Latitude": 41.168439, "Longitude": -111.945059, "AVGBoard": 1, "AVGAlight": 0, "Route": "625, 455", "StopAbbr_J": "629169" }, "geometry": { "type": "Point", "coordinates": [ -111.94505900000479, 41.168439000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4987, "StopName": "Harrison Blvd @ 5010 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629170", "Latitude": 41.171427, "Longitude": -111.947475, "AVGBoard": 0, "AVGAlight": 0, "Route": "625, 455", "StopAbbr_J": "629170" }, "geometry": { "type": "Point", "coordinates": [ -111.947475000004289, 41.171427000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4988, "StopName": "Harrison Blvd @ 4605 S (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629172", "Latitude": 41.179281, "Longitude": -111.949339, "AVGBoard": 1, "AVGAlight": 6, "Route": "645, 625, 603, 455", "StopAbbr_J": "629172" }, "geometry": { "type": "Point", "coordinates": [ -111.949339000003931, 41.179281000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4989, "StopName": "350 E @ 5000 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629175", "Latitude": 41.172538, "Longitude": -111.972207, "AVGBoard": 3, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629175" }, "geometry": { "type": "Point", "coordinates": [ -111.972207000004289, 41.172538000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4990, "StopName": "5000 S @ 160 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629176", "Latitude": 41.172524, "Longitude": -111.976507, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629176" }, "geometry": { "type": "Point", "coordinates": [ -111.97650700000419, 41.172524000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4991, "StopName": "Army St @ 4410 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629186", "Latitude": 41.183152, "Longitude": -111.973503, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629186" }, "geometry": { "type": "Point", "coordinates": [ -111.97350300000457, 41.183152000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4992, "StopName": "5000 S @ 298 W", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629190", "Latitude": 41.172564, "Longitude": -111.983036, "AVGBoard": 2, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "629190" }, "geometry": { "type": "Point", "coordinates": [ -111.983036000004276, 41.172564000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4993, "StopName": "Harrison Blvd @ 4780 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629196", "Latitude": 41.176467, "Longitude": -111.949109, "AVGBoard": 2, "AVGAlight": 3, "Route": "625, 455", "StopAbbr_J": "629196" }, "geometry": { "type": "Point", "coordinates": [ -111.949109000004682, 41.176467000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4994, "StopName": "Harrison Blvd @ 4620 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629197", "Latitude": 41.178554, "Longitude": -111.949062, "AVGBoard": 4, "AVGAlight": 1, "Route": "625, 455", "StopAbbr_J": "629197" }, "geometry": { "type": "Point", "coordinates": [ -111.949062000004361, 41.178554000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4995, "StopName": "Harrison Blvd @ 4847 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629198", "Latitude": 41.175257, "Longitude": -111.949452, "AVGBoard": 1, "AVGAlight": 4, "Route": "625, 455", "StopAbbr_J": "629198" }, "geometry": { "type": "Point", "coordinates": [ -111.949452000004285, 41.175257000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4996, "StopName": "36Th St @ 1039 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629199", "Latitude": 41.197589, "Longitude": -111.953191, "AVGBoard": 0, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "629199" }, "geometry": { "type": "Point", "coordinates": [ -111.953191000004509, 41.197589000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4997, "StopName": "36Th St @ 1123 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629200", "Latitude": 41.197571, "Longitude": -111.951347, "AVGBoard": 1, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "629200" }, "geometry": { "type": "Point", "coordinates": [ -111.951347000004716, 41.19757100000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4998, "StopName": "36Th St @ 1120 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629201", "Latitude": 41.197648, "Longitude": -111.951261, "AVGBoard": 5, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "629201" }, "geometry": { "type": "Point", "coordinates": [ -111.951261000003882, 41.197648000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 4999, "StopName": "36Th St @ 1056 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629202", "Latitude": 41.197658, "Longitude": -111.952757, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "629202" }, "geometry": { "type": "Point", "coordinates": [ -111.952757000004539, 41.197658000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5000, "StopName": "36Th St @ 888 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629203", "Latitude": 41.197657, "Longitude": -111.957501, "AVGBoard": 5, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "629203" }, "geometry": { "type": "Point", "coordinates": [ -111.957501000004342, 41.197657000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5001, "StopName": "36Th St @ 780 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629204", "Latitude": 41.197706, "Longitude": -111.960736, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "629204" }, "geometry": { "type": "Point", "coordinates": [ -111.960736000004189, 41.197706000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5002, "StopName": "State St @ 1001 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812033", "Latitude": 40.315717, "Longitude": -111.703344, "AVGBoard": 8, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "812033" }, "geometry": { "type": "Point", "coordinates": [ -111.703344000004762, 40.315717000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5003, "StopName": "36Th St @ 710 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629205", "Latitude": 41.197731, "Longitude": -111.962661, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "629205" }, "geometry": { "type": "Point", "coordinates": [ -111.962661000004402, 41.197731000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5004, "StopName": "1200 W @ 1465 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812034", "Latitude": 40.323635, "Longitude": -111.724904, "AVGBoard": 2, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "812034" }, "geometry": { "type": "Point", "coordinates": [ -111.724904000004713, 40.323635000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5005, "StopName": "36Th St @ 604 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629206", "Latitude": 41.197767, "Longitude": -111.965281, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "629206" }, "geometry": { "type": "Point", "coordinates": [ -111.965281000004609, 41.197767000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5006, "StopName": "State St @ 597 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812038", "Latitude": 40.308177, "Longitude": -111.699949, "AVGBoard": 2, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "812038" }, "geometry": { "type": "Point", "coordinates": [ -111.699949000004239, 40.308177000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5007, "StopName": "36Th St @ 460 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629207", "Latitude": 41.197854, "Longitude": -111.969175, "AVGBoard": 1, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "629207" }, "geometry": { "type": "Point", "coordinates": [ -111.969175000004157, 41.197854000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5008, "StopName": "State St @ 497 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812039", "Latitude": 40.305824, "Longitude": -111.698935, "AVGBoard": 14, "AVGAlight": 11, "Route": "850", "StopAbbr_J": "812039" }, "geometry": { "type": "Point", "coordinates": [ -111.698935000004809, 40.305824000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5009, "StopName": "36Th St @ 370 E", "City": "Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629208", "Latitude": 41.197889, "Longitude": -111.971992, "AVGBoard": 11, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "629208" }, "geometry": { "type": "Point", "coordinates": [ -111.971992000004477, 41.197889000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5010, "StopName": "State St @ 381 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812040", "Latitude": 40.303699, "Longitude": -111.698101, "AVGBoard": 7, "AVGAlight": 7, "Route": "850", "StopAbbr_J": "812040" }, "geometry": { "type": "Point", "coordinates": [ -111.698101000004101, 40.303699000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5011, "StopName": "Us Hwy 89 @ 1400 E", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629226", "Latitude": 41.159009, "Longitude": -111.944547, "AVGBoard": 2, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "629226" }, "geometry": { "type": "Point", "coordinates": [ -111.944547000004661, 41.159009000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5012, "StopName": "State St @ 115 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812043", "Latitude": 40.299145, "Longitude": -111.696076, "AVGBoard": 11, "AVGAlight": 11, "Route": "850", "StopAbbr_J": "812043" }, "geometry": { "type": "Point", "coordinates": [ -111.696076000004624, 40.29914500000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5013, "StopName": "Us Hwy 89 @ 1065 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629229", "Latitude": 41.162921, "Longitude": -111.951531, "AVGBoard": 0, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "629229" }, "geometry": { "type": "Point", "coordinates": [ -111.95153100000465, 41.162921000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5014, "StopName": "State St @ 20 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "812044", "Latitude": 40.296691, "Longitude": -111.695037, "AVGBoard": 41, "AVGAlight": 16, "Route": "850", "StopAbbr_J": "812044" }, "geometry": { "type": "Point", "coordinates": [ -111.695037000004035, 40.296691000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5015, "StopName": "Us-89 @ 1475 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629230", "Latitude": 41.158262, "Longitude": -111.944102, "AVGBoard": 1, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "629230" }, "geometry": { "type": "Point", "coordinates": [ -111.94410200000469, 41.158262000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5016, "StopName": "State St @ 234 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "812045", "Latitude": 40.292689, "Longitude": -111.693247, "AVGBoard": 4, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "812045" }, "geometry": { "type": "Point", "coordinates": [ -111.693247000004206, 40.292689000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5017, "StopName": "Chambers Ave. @ 972 E", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629234", "Latitude": 41.164871, "Longitude": -111.95305, "AVGBoard": 4, "AVGAlight": 9, "Route": "625, 612", "StopAbbr_J": "629234" }, "geometry": { "type": "Point", "coordinates": [ -111.953050000004524, 41.164871000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5018, "StopName": "1200 W @ 1575 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812047", "Latitude": 40.325778, "Longitude": -111.724978, "AVGBoard": 7, "AVGAlight": 6, "Route": "862", "StopAbbr_J": "812047" }, "geometry": { "type": "Point", "coordinates": [ -111.724978000004569, 40.325778000002764 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5019, "StopName": "Chambers Ave. @ 924 E (S. Ogden)", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629235", "Latitude": 41.165862, "Longitude": -111.956053, "AVGBoard": 70, "AVGAlight": 51, "Route": "625, 612", "StopAbbr_J": "629235" }, "geometry": { "type": "Point", "coordinates": [ -111.956053000004061, 41.165862000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5020, "StopName": "1200 W @ 1586 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812048", "Latitude": 40.326019, "Longitude": -111.724769, "AVGBoard": 5, "AVGAlight": 4, "Route": "862", "StopAbbr_J": "812048" }, "geometry": { "type": "Point", "coordinates": [ -111.724769000004343, 40.326019000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5021, "StopName": "5350 S @ 375 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629239", "Latitude": 41.165947, "Longitude": -111.969906, "AVGBoard": 2, "AVGAlight": 10, "Route": "612", "StopAbbr_J": "629239" }, "geometry": { "type": "Point", "coordinates": [ -111.969906000004428, 41.165947000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5022, "StopName": "1600 N @ 526 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812050", "Latitude": 40.326616, "Longitude": -111.709168, "AVGBoard": 8, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "812050" }, "geometry": { "type": "Point", "coordinates": [ -111.709168000004041, 40.326616000002737 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5023, "StopName": "5350 S @ 400 E (S. Ogden)", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629240", "Latitude": 41.166082, "Longitude": -111.970061, "AVGBoard": 9, "AVGAlight": 2, "Route": "612", "StopAbbr_J": "629240" }, "geometry": { "type": "Point", "coordinates": [ -111.970061000004662, 41.166082000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5024, "StopName": "1600 N @ 832 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812051", "Latitude": 40.326509, "Longitude": -111.715817, "AVGBoard": 1, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "812051" }, "geometry": { "type": "Point", "coordinates": [ -111.715817000004165, 40.32650900000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5025, "StopName": "300 W @ 4910 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629241", "Latitude": 41.174123, "Longitude": -111.982872, "AVGBoard": 7, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629241" }, "geometry": { "type": "Point", "coordinates": [ -111.982872000004193, 41.174123000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5026, "StopName": "Wasatch Blvd @ 8304 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "101173", "Latitude": 40.599788, "Longitude": -111.797496, "AVGBoard": 0, "AVGAlight": 0, "Route": "953", "StopAbbr_J": "101173" }, "geometry": { "type": "Point", "coordinates": [ -111.797496000004145, 40.599788000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5027, "StopName": "1600 N @ 445 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812052", "Latitude": 40.326438, "Longitude": -111.706956, "AVGBoard": 3, "AVGAlight": 5, "Route": "862", "StopAbbr_J": "812052" }, "geometry": { "type": "Point", "coordinates": [ -111.706956000004354, 40.32643800000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5028, "StopName": "Southpointe Dr @ 5251 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629242", "Latitude": 41.168843, "Longitude": -111.970516, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629242" }, "geometry": { "type": "Point", "coordinates": [ -111.970516000004565, 41.168843000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5029, "StopName": "South Temple @ 275 W", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125166", "Latitude": 40.769213, "Longitude": -111.898654, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "125166" }, "geometry": { "type": "Point", "coordinates": [ -111.898654000004441, 40.769213000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5030, "StopName": "State St @ 418 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812056", "Latitude": 40.305165, "Longitude": -111.698432, "AVGBoard": 12, "AVGAlight": 26, "Route": "850", "StopAbbr_J": "812056" }, "geometry": { "type": "Point", "coordinates": [ -111.69843200000453, 40.305165000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5031, "StopName": "5000 S @ 300 E", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629243", "Latitude": 41.172514, "Longitude": -111.974191, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "629243" }, "geometry": { "type": "Point", "coordinates": [ -111.974191000003984, 41.172514000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5032, "StopName": "Wasatch Blvd @ 6520 S", "City": "Holladay", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155014", "Latitude": 40.63213, "Longitude": -111.799588, "AVGBoard": 0, "AVGAlight": 0, "Route": "972, 953", "StopAbbr_J": "155014" }, "geometry": { "type": "Point", "coordinates": [ -111.799588000004675, 40.632130000002732 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5033, "StopName": "Fort Union Blvd @ 1857 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155016", "Latitude": 40.624711, "Longitude": -111.838479, "AVGBoard": 2, "AVGAlight": 2, "Route": "972, 953, 72", "StopAbbr_J": "155016" }, "geometry": { "type": "Point", "coordinates": [ -111.838479000004313, 40.624711000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5034, "StopName": "Fort Union Blvd @ 1860 E", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "155045", "Latitude": 40.624591, "Longitude": -111.838712, "AVGBoard": 2, "AVGAlight": 2, "Route": "972, 953, 72", "StopAbbr_J": "155045" }, "geometry": { "type": "Point", "coordinates": [ -111.838712000004719, 40.624591000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5035, "StopName": "Big Cottonwood Canyon P`N`R (Down)", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "156001", "Latitude": 40.619489, "Longitude": -111.786845, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "156001" }, "geometry": { "type": "Point", "coordinates": [ -111.78684500000449, 40.619489000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5036, "StopName": "Big Cottonwood P`N`R (Up)", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "156002", "Latitude": 40.619511, "Longitude": -111.786694, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "156002" }, "geometry": { "type": "Point", "coordinates": [ -111.786694000004573, 40.619511000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5037, "StopName": "Reynolds Flat Up @ 8 E", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "158001", "Latitude": 40.649369, "Longitude": -111.648269, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "158001" }, "geometry": { "type": "Point", "coordinates": [ -111.648269000004206, 40.6493690000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5038, "StopName": "Spruces Dn @ 7 W", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "158002", "Latitude": 40.643127, "Longitude": -111.637098, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "158002" }, "geometry": { "type": "Point", "coordinates": [ -111.63709800000467, 40.643127000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5039, "StopName": "Reynolds Dn @ 6 E", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "158003", "Latitude": 40.649651, "Longitude": -111.648434, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "158003" }, "geometry": { "type": "Point", "coordinates": [ -111.648434000004386, 40.649651000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5040, "StopName": "Spruces Up @ 1 E", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "159001", "Latitude": 40.642828, "Longitude": -111.636619, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "159001" }, "geometry": { "type": "Point", "coordinates": [ -111.636619000004586, 40.642828000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5041, "StopName": "Silver Fork Up @ 5 E", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "159002", "Latitude": 40.633542, "Longitude": -111.611821, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "159002" }, "geometry": { "type": "Point", "coordinates": [ -111.611821000004511, 40.633542000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5042, "StopName": "Little Cottonwood Rd @ 3142 E(P&R)", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174036", "Latitude": 40.577982, "Longitude": -111.804552, "AVGBoard": 8, "AVGAlight": 2, "Route": "994", "StopAbbr_J": "174036" }, "geometry": { "type": "Point", "coordinates": [ -111.804552000004705, 40.577982000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5043, "StopName": "Little Cottonwood Rd @ 3125 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174045", "Latitude": 40.577999, "Longitude": -111.805195, "AVGBoard": 1, "AVGAlight": 10, "Route": "994", "StopAbbr_J": "174045" }, "geometry": { "type": "Point", "coordinates": [ -111.805195000003991, 40.577999000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5044, "StopName": "Little Cottonwood Rd @ 2735 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174046", "Latitude": 40.576796, "Longitude": -111.813156, "AVGBoard": 0, "AVGAlight": 1, "Route": "994", "StopAbbr_J": "174046" }, "geometry": { "type": "Point", "coordinates": [ -111.813156000003929, 40.576796000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5045, "StopName": "Little Cottonwood Rd @ 2593 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174055", "Latitude": 40.576789, "Longitude": -111.817783, "AVGBoard": 0, "AVGAlight": 0, "Route": "994", "StopAbbr_J": "174055" }, "geometry": { "type": "Point", "coordinates": [ -111.817783000003928, 40.576789000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5046, "StopName": "Wasatch Blvd @ 8167 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "174065", "Latitude": 40.603357, "Longitude": -111.795232, "AVGBoard": 0, "AVGAlight": 0, "Route": "953", "StopAbbr_J": "174065" }, "geometry": { "type": "Point", "coordinates": [ -111.795232000004631, 40.603357000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5047, "StopName": "Little Cottonwood Canyon P&R", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "175001", "Latitude": 40.572599, "Longitude": -111.774681, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "175001" }, "geometry": { "type": "Point", "coordinates": [ -111.774681000004577, 40.572599000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5048, "StopName": "Snowbird Center", "City": "Snowbird", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177002", "Latitude": 40.581046, "Longitude": -111.657615, "AVGBoard": 52, "AVGAlight": 95, "Route": "994, 953", "StopAbbr_J": "177002" }, "geometry": { "type": "Point", "coordinates": [ -111.657615000004611, 40.581046000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5049, "StopName": "Iron Blossom Lodge", "City": "Snowbird", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177003", "Latitude": 40.580036, "Longitude": -111.661965, "AVGBoard": 0, "AVGAlight": 0, "Route": "953", "StopAbbr_J": "177003" }, "geometry": { "type": "Point", "coordinates": [ -111.661965000004173, 40.5800360000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5050, "StopName": "Cliff Lodge (Up)", "City": "Snowbird", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177004", "Latitude": 40.583541, "Longitude": -111.653868, "AVGBoard": 17, "AVGAlight": 21, "Route": "994, 953", "StopAbbr_J": "177004" }, "geometry": { "type": "Point", "coordinates": [ -111.65386800000465, 40.583541000002732 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5051, "StopName": "Black Jack Lodge (Up)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177005", "Latitude": 40.586853, "Longitude": -111.647629, "AVGBoard": 3, "AVGAlight": 3, "Route": "994, 953", "StopAbbr_J": "177005" }, "geometry": { "type": "Point", "coordinates": [ -111.647629000004258, 40.586853000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5052, "StopName": "Peruvian Lodge (Up)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177006", "Latitude": 40.589017, "Longitude": -111.642801, "AVGBoard": 1, "AVGAlight": 3, "Route": "994, 953", "StopAbbr_J": "177006" }, "geometry": { "type": "Point", "coordinates": [ -111.64280100000471, 40.589017000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5053, "StopName": "Gold Miner`s Daughter Lodge", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177007", "Latitude": 40.589136, "Longitude": -111.638785, "AVGBoard": 0, "AVGAlight": 0, "Route": "994, 953", "StopAbbr_J": "177007" }, "geometry": { "type": "Point", "coordinates": [ -111.638785000004049, 40.589136000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5054, "StopName": "Alta Lodge (Up)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177008", "Latitude": 40.590136, "Longitude": -111.636944, "AVGBoard": 1, "AVGAlight": 5, "Route": "994, 953", "StopAbbr_J": "177008" }, "geometry": { "type": "Point", "coordinates": [ -111.636944000004505, 40.590136000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5055, "StopName": "Alta Lodge (Down)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177009", "Latitude": 40.590259, "Longitude": -111.636943, "AVGBoard": 4, "AVGAlight": 0, "Route": "994, 953", "StopAbbr_J": "177009" }, "geometry": { "type": "Point", "coordinates": [ -111.636943000004422, 40.590259000002732 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5056, "StopName": "Peruvian Lodge (Down)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177010", "Latitude": 40.589171, "Longitude": -111.642651, "AVGBoard": 43, "AVGAlight": 2, "Route": "994, 953", "StopAbbr_J": "177010" }, "geometry": { "type": "Point", "coordinates": [ -111.642651000003994, 40.589171000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5057, "StopName": "Blackjack Lodge (Down)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177011", "Latitude": 40.586953, "Longitude": -111.647635, "AVGBoard": 2, "AVGAlight": 2, "Route": "994, 953", "StopAbbr_J": "177011" }, "geometry": { "type": "Point", "coordinates": [ -111.647635000004769, 40.586953000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5058, "StopName": "Cliff Lodge (Down)", "City": "Snowbird", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177012", "Latitude": 40.583601, "Longitude": -111.653458, "AVGBoard": 15, "AVGAlight": 14, "Route": "994, 953", "StopAbbr_J": "177012" }, "geometry": { "type": "Point", "coordinates": [ -111.653458000003965, 40.583601000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5059, "StopName": "9100 E LITTLE COTTONWOOD CANYON @ 2", "City": "Snowbird", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177013", "Latitude": 40.578518, "Longitude": -111.667465, "AVGBoard": 0, "AVGAlight": 0, "Route": "994, 953", "StopAbbr_J": "177013" }, "geometry": { "type": "Point", "coordinates": [ -111.667465000004498, 40.57851800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5060, "StopName": "Creekside (Down)", "City": "Snowbird", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "177014", "Latitude": 40.578521, "Longitude": -111.667981, "AVGBoard": 53, "AVGAlight": 52, "Route": "994, 953", "StopAbbr_J": "177014" }, "geometry": { "type": "Point", "coordinates": [ -111.667981000004048, 40.578521000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5061, "StopName": "Rustler Lodge (Up)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "178001", "Latitude": 40.590755, "Longitude": -111.634349, "AVGBoard": 1, "AVGAlight": 5, "Route": "994, 953", "StopAbbr_J": "178001" }, "geometry": { "type": "Point", "coordinates": [ -111.63434900000459, 40.590755000002773 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5062, "StopName": "Snowpine Lodge (Up)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "178002", "Latitude": 40.591407, "Longitude": -111.632456, "AVGBoard": 3, "AVGAlight": 7, "Route": "994, 953", "StopAbbr_J": "178002" }, "geometry": { "type": "Point", "coordinates": [ -111.632456000004339, 40.591407000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5063, "StopName": "Albion Base", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "178003", "Latitude": 40.591121, "Longitude": -111.629042, "AVGBoard": 95, "AVGAlight": 87, "Route": "994, 953", "StopAbbr_J": "178003" }, "geometry": { "type": "Point", "coordinates": [ -111.629042000004034, 40.591121000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5064, "StopName": "Snowpine Lodge (Down)", "City": "Alta", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "178004", "Latitude": 40.591716, "Longitude": -111.632164, "AVGBoard": 3, "AVGAlight": 1, "Route": "994, 953", "StopAbbr_J": "178004" }, "geometry": { "type": "Point", "coordinates": [ -111.632164000004437, 40.59171600000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5065, "StopName": "Nordic Trail @ 9 S", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "179001", "Latitude": 40.603395, "Longitude": -111.583971, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "179001" }, "geometry": { "type": "Point", "coordinates": [ -111.583971000004439, 40.603395000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5066, "StopName": "Brighton @ 10 N", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "179002", "Latitude": 40.598991, "Longitude": -111.583747, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "179002" }, "geometry": { "type": "Point", "coordinates": [ -111.583747000004777, 40.598991000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5067, "StopName": "Loop Down @ 11 N", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "179003", "Latitude": 40.603499, "Longitude": -111.582473, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "179003" }, "geometry": { "type": "Point", "coordinates": [ -111.582473000004512, 40.603499000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5068, "StopName": "Silver Fork Dn @ 2 W", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "179004", "Latitude": 40.633745, "Longitude": -111.612016, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "179004" }, "geometry": { "type": "Point", "coordinates": [ -111.612016000004473, 40.633745000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5069, "StopName": "Wasatch Blvd @ 8551 S", "City": "Cottonwood Heights", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "198424", "Latitude": 40.595873, "Longitude": -111.796872, "AVGBoard": 1, "AVGAlight": 3, "Route": "953", "StopAbbr_J": "198424" }, "geometry": { "type": "Point", "coordinates": [ -111.79687200000464, 40.595873000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5070, "StopName": "Solitude Resort @ Moonbeam Lodg", "City": "Salt Lake City", "ZipCode": "84121", "County": "Salt Lake", "UTA_StopID": "198596", "Latitude": 40.623636, "Longitude": -111.597943, "AVGBoard": 0, "AVGAlight": 0, "Route": "972", "StopAbbr_J": "198596" }, "geometry": { "type": "Point", "coordinates": [ -111.597943000004776, 40.62363600000274 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5071, "StopName": "RELIEF POINT", "City": "Sandy", "ZipCode": "84070", "County": "SALT LAKE", "UTA_StopID": null, "Latitude": 40.57111, "Longitude": -111.885498, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -111.885498000004233, 40.571110000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5072, "StopName": "South Jordan Fr", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": null, "Latitude": 40.56404, "Longitude": -111.901758, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -111.901758000004236, 40.564040000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5073, "StopName": "Airport Temporary Platform", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": null, "Latitude": 40.781742, "Longitude": -111.980919, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -111.980919000004377, 40.781742000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5074, "StopName": "WARM SPRINGS RELIEF POINT", "City": "Salt Lake City", "ZipCode": "84107", "County": "SALT LAKE", "UTA_StopID": null, "Latitude": 40.790626, "Longitude": -111.90769, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -111.907690000004379, 40.790626000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5075, "StopName": "Jordan Valley Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101875", "Latitude": 40.594934, "Longitude": -111.970828, "AVGBoard": 119, "AVGAlight": 114, "Route": "232", "StopAbbr_J": "101875" }, "geometry": { "type": "Point", "coordinates": [ -111.970828000004317, 40.594934000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5076, "StopName": "Jordan Valley Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101876", "Latitude": 40.59499, "Longitude": -111.970622, "AVGBoard": 119, "AVGAlight": 114, "Route": "232", "StopAbbr_J": "101876" }, "geometry": { "type": "Point", "coordinates": [ -111.970622000004354, 40.594990000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5077, "StopName": "Bingham Junction Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "101877", "Latitude": 40.616976, "Longitude": -111.915394, "AVGBoard": 123, "AVGAlight": 130, "Route": "Red Line", "StopAbbr_J": "101877" }, "geometry": { "type": "Point", "coordinates": [ -111.915394000004625, 40.616976000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5078, "StopName": "Redwood Junction Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101889", "Latitude": 40.710686, "Longitude": -111.939109, "AVGBoard": 202, "AVGAlight": 213, "Route": "217", "StopAbbr_J": "101889" }, "geometry": { "type": "Point", "coordinates": [ -111.939109000004066, 40.710686000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5079, "StopName": "Daybreak Parkway Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101980", "Latitude": 40.543509, "Longitude": -112.013618, "AVGBoard": 571, "AVGAlight": 565, "Route": "Red Line", "StopAbbr_J": "101980" }, "geometry": { "type": "Point", "coordinates": [ -112.013618000004826, 40.543509000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5080, "StopName": "Trolley Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126011", "Latitude": 40.760527, "Longitude": -111.87277, "AVGBoard": 515, "AVGAlight": 530, "Route": "455, 4", "StopAbbr_J": "126011" }, "geometry": { "type": "Point", "coordinates": [ -111.872770000004394, 40.760527000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5081, "StopName": "900 East Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126050", "Latitude": 40.760491, "Longitude": -111.866141, "AVGBoard": 278, "AVGAlight": 252, "Route": "455, 4", "StopAbbr_J": "126050" }, "geometry": { "type": "Point", "coordinates": [ -111.866141000004092, 40.760491000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5082, "StopName": "900 East Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126059", "Latitude": 40.760846, "Longitude": -111.864236, "AVGBoard": 278, "AVGAlight": 252, "Route": "455, 4", "StopAbbr_J": "126059" }, "geometry": { "type": "Point", "coordinates": [ -111.864236000004652, 40.760846000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5083, "StopName": "Trolley Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126062", "Latitude": 40.760849, "Longitude": -111.870171, "AVGBoard": 515, "AVGAlight": 530, "Route": "455, 4", "StopAbbr_J": "126062" }, "geometry": { "type": "Point", "coordinates": [ -111.870171000004134, 40.760849000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5084, "StopName": "Library Station", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126066", "Latitude": 40.760812, "Longitude": -111.884511, "AVGBoard": 299, "AVGAlight": 268, "Route": "455, 4", "StopAbbr_J": "126066" }, "geometry": { "type": "Point", "coordinates": [ -111.884511000004352, 40.760812000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5085, "StopName": "500 East Station", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126096", "Latitude": 40.722514, "Longitude": -111.876947, "AVGBoard": 48, "AVGAlight": 48, "Route": "205", "StopAbbr_J": "126096" }, "geometry": { "type": "Point", "coordinates": [ -111.87694700000398, 40.722514000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5086, "StopName": "500 East Station", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "126103", "Latitude": 40.722189, "Longitude": -111.876771, "AVGBoard": 48, "AVGAlight": 48, "Route": "205", "StopAbbr_J": "126103" }, "geometry": { "type": "Point", "coordinates": [ -111.876771000004709, 40.722189000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5087, "StopName": "Library Station", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126255", "Latitude": 40.76048, "Longitude": -111.884818, "AVGBoard": 299, "AVGAlight": 268, "Route": "455, 4", "StopAbbr_J": "126255" }, "geometry": { "type": "Point", "coordinates": [ -111.884818000004586, 40.760480000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5088, "StopName": "Trolley Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126625", "Latitude": 40.759765, "Longitude": -111.871251, "AVGBoard": 515, "AVGAlight": 530, "Route": "455, 4", "StopAbbr_J": "126625" }, "geometry": { "type": "Point", "coordinates": [ -111.87125100000452, 40.759765000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5089, "StopName": "Trolley Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126628", "Latitude": 40.761284, "Longitude": -111.870885, "AVGBoard": 515, "AVGAlight": 530, "Route": "455, 4", "StopAbbr_J": "126628" }, "geometry": { "type": "Point", "coordinates": [ -111.870885000004805, 40.761284000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5090, "StopName": "Redwood Junction Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198029", "Latitude": 40.71089, "Longitude": -111.938807, "AVGBoard": 202, "AVGAlight": 213, "Route": "217", "StopAbbr_J": "198029" }, "geometry": { "type": "Point", "coordinates": [ -111.938807000004246, 40.710890000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5091, "StopName": "Power Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198049", "Latitude": 40.771679, "Longitude": -111.93555, "AVGBoard": 288, "AVGAlight": 272, "Route": "551, 456, 454, 217", "StopAbbr_J": "198049" }, "geometry": { "type": "Point", "coordinates": [ -111.935550000004355, 40.771679000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5092, "StopName": "1940 W. North Temple Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198050", "Latitude": 40.771718, "Longitude": -111.946527, "AVGBoard": 803, "AVGAlight": 826, "Route": "551, 456, 454, 217", "StopAbbr_J": "198050" }, "geometry": { "type": "Point", "coordinates": [ -111.946527000004025, 40.771718000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5093, "StopName": "1940 W. North Temple Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198089", "Latitude": 40.771386, "Longitude": -111.944952, "AVGBoard": 803, "AVGAlight": 826, "Route": "551, 456, 454, 217", "StopAbbr_J": "198089" }, "geometry": { "type": "Point", "coordinates": [ -111.944952000004037, 40.771386000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5094, "StopName": "South Salt Lake City Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198147", "Latitude": 40.721592, "Longitude": -111.888426, "AVGBoard": 54, "AVGAlight": 59, "Route": "200", "StopAbbr_J": "198147" }, "geometry": { "type": "Point", "coordinates": [ -111.888426000004756, 40.72159200000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5095, "StopName": "South Salt Lake City Station", "City": "South Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198148", "Latitude": 40.722598, "Longitude": -111.888062, "AVGBoard": 54, "AVGAlight": 59, "Route": "200", "StopAbbr_J": "198148" }, "geometry": { "type": "Point", "coordinates": [ -111.888062000004297, 40.722598000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5096, "StopName": "Power Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198167", "Latitude": 40.771345, "Longitude": -111.933475, "AVGBoard": 288, "AVGAlight": 272, "Route": "551, 456, 454, 217", "StopAbbr_J": "198167" }, "geometry": { "type": "Point", "coordinates": [ -111.933475000004336, 40.771345000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5097, "StopName": "Jordan Valley Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198283", "Latitude": 40.594865, "Longitude": -111.971016, "AVGBoard": 119, "AVGAlight": 114, "Route": "232", "StopAbbr_J": "198283" }, "geometry": { "type": "Point", "coordinates": [ -111.971016000004596, 40.594865000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5098, "StopName": "Jordan Valley Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "198561", "Latitude": 40.595057, "Longitude": -111.970389, "AVGBoard": 119, "AVGAlight": 114, "Route": "232", "StopAbbr_J": "198561" }, "geometry": { "type": "Point", "coordinates": [ -111.970389000003948, 40.59505700000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5099, "StopName": "MRSC OPERATOR RELIEF", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198570", "Latitude": 40.627338, "Longitude": -111.906399, "AVGBoard": 0, "AVGAlight": 4, "Route": "Red Line", "StopAbbr_J": "198570" }, "geometry": { "type": "Point", "coordinates": [ -111.906399000004484, 40.627338000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5100, "StopName": "Bingham Junction Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "198580", "Latitude": 40.616996, "Longitude": -111.914917, "AVGBoard": 123, "AVGAlight": 130, "Route": "Red Line", "StopAbbr_J": "198580" }, "geometry": { "type": "Point", "coordinates": [ -111.914917000004706, 40.616996000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5101, "StopName": "Woods Cross Station", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301173", "Latitude": 40.880646, "Longitude": -111.902889, "AVGBoard": 165, "AVGAlight": 155, "Route": "FrontRunner", "StopAbbr_J": "301173" }, "geometry": { "type": "Point", "coordinates": [ -111.902889000004365, 40.880646000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5102, "StopName": "Woods Cross Station", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301174", "Latitude": 40.880474, "Longitude": -111.902955, "AVGBoard": 165, "AVGAlight": 155, "Route": "FrontRunner", "StopAbbr_J": "301174" }, "geometry": { "type": "Point", "coordinates": [ -111.902955000004425, 40.880474000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5103, "StopName": "Woods Cross Station", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301175", "Latitude": 40.880305, "Longitude": -111.903038, "AVGBoard": 165, "AVGAlight": 155, "Route": "FrontRunner", "StopAbbr_J": "301175" }, "geometry": { "type": "Point", "coordinates": [ -111.903038000004102, 40.880305000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5104, "StopName": "Layton Station", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301425", "Latitude": 41.057197, "Longitude": -111.965096, "AVGBoard": 213, "AVGAlight": 202, "Route": "628", "StopAbbr_J": "301425" }, "geometry": { "type": "Point", "coordinates": [ -111.965096000004564, 41.057197000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5105, "StopName": "Layton Station", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301428", "Latitude": 41.057416, "Longitude": -111.965355, "AVGBoard": 213, "AVGAlight": 202, "Route": "628", "StopAbbr_J": "301428" }, "geometry": { "type": "Point", "coordinates": [ -111.965355000004422, 41.057416000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5106, "StopName": "Layton Station", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301484", "Latitude": 41.057294, "Longitude": -111.965205, "AVGBoard": 213, "AVGAlight": 202, "Route": "628", "StopAbbr_J": "301484" }, "geometry": { "type": "Point", "coordinates": [ -111.965205000004588, 41.057294000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5107, "StopName": "Roy Station", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601086", "Latitude": 41.188448, "Longitude": -112.039351, "AVGBoard": 160, "AVGAlight": 149, "Route": "604", "StopAbbr_J": "601086" }, "geometry": { "type": "Point", "coordinates": [ -112.039351000004061, 41.188448000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5108, "StopName": "Roy Station", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601087", "Latitude": 41.188607, "Longitude": -112.039219, "AVGBoard": 160, "AVGAlight": 149, "Route": "604", "StopAbbr_J": "601087" }, "geometry": { "type": "Point", "coordinates": [ -112.039219000003939, 41.188607000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5109, "StopName": "Roy Station", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636219", "Latitude": 41.18874, "Longitude": -112.039123, "AVGBoard": 160, "AVGAlight": 149, "Route": "604", "StopAbbr_J": "636219" }, "geometry": { "type": "Point", "coordinates": [ -112.039123000004082, 41.18874000000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5110, "StopName": "West Jordan City Center Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101862", "Latitude": 40.605127, "Longitude": -111.936159, "AVGBoard": 166, "AVGAlight": 172, "Route": "218, 217", "StopAbbr_J": "101862" }, "geometry": { "type": "Point", "coordinates": [ -111.936159000004423, 40.605127000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5111, "StopName": "Central Pointe Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125006", "Latitude": 40.724528, "Longitude": -111.897065, "AVGBoard": 614, "AVGAlight": 463, "Route": "17", "StopAbbr_J": "125006" }, "geometry": { "type": "Point", "coordinates": [ -111.897065000004176, 40.724528000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5112, "StopName": "Central Pointe Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125429", "Latitude": 40.724528, "Longitude": -111.897065, "AVGBoard": 614, "AVGAlight": 463, "Route": "17", "StopAbbr_J": "125429" }, "geometry": { "type": "Point", "coordinates": [ -111.897065000004176, 40.724528000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5113, "StopName": "Millcreek Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136008", "Latitude": 40.700586, "Longitude": -111.897107, "AVGBoard": 418, "AVGAlight": 398, "Route": "33", "StopAbbr_J": "136008" }, "geometry": { "type": "Point", "coordinates": [ -111.89710700000407, 40.700586000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5114, "StopName": "Millcreek Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136012", "Latitude": 40.700774, "Longitude": -111.897112, "AVGBoard": 418, "AVGAlight": 398, "Route": "33", "StopAbbr_J": "136012" }, "geometry": { "type": "Point", "coordinates": [ -111.897112000004469, 40.700774000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5115, "StopName": "Millcreek Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136023", "Latitude": 40.701104, "Longitude": -111.897116, "AVGBoard": 418, "AVGAlight": 398, "Route": "33", "StopAbbr_J": "136023" }, "geometry": { "type": "Point", "coordinates": [ -111.8971160000048, 40.701104000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5116, "StopName": "Meadowbrook Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136281", "Latitude": 40.688379, "Longitude": -111.895887, "AVGBoard": 239, "AVGAlight": 255, "Route": "39", "StopAbbr_J": "136281" }, "geometry": { "type": "Point", "coordinates": [ -111.895887000004663, 40.688379000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5117, "StopName": "Murray North Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "136299", "Latitude": 40.677453, "Longitude": -111.893915, "AVGBoard": 207, "AVGAlight": 212, "Route": "205", "StopAbbr_J": "136299" }, "geometry": { "type": "Point", "coordinates": [ -111.893915000004171, 40.677453000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5118, "StopName": "Midvale Fort Union Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153021", "Latitude": 40.618296, "Longitude": -111.897708, "AVGBoard": 322, "AVGAlight": 326, "Route": "953", "StopAbbr_J": "153021" }, "geometry": { "type": "Point", "coordinates": [ -111.897708000004343, 40.618296000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5119, "StopName": "Midvale Fort Union Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153022", "Latitude": 40.618487, "Longitude": -111.897713, "AVGBoard": 322, "AVGAlight": 326, "Route": "953", "StopAbbr_J": "153022" }, "geometry": { "type": "Point", "coordinates": [ -111.897713000004771, 40.618487000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5120, "StopName": "Midvale Fort Union Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153023", "Latitude": 40.618685, "Longitude": -111.897701, "AVGBoard": 322, "AVGAlight": 326, "Route": "953", "StopAbbr_J": "153023" }, "geometry": { "type": "Point", "coordinates": [ -111.897701000004687, 40.618685000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5121, "StopName": "Midvale Center Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153194", "Latitude": 40.610675, "Longitude": -111.893517, "AVGBoard": 226, "AVGAlight": 222, "Route": "525", "StopAbbr_J": "153194" }, "geometry": { "type": "Point", "coordinates": [ -111.893517000004493, 40.610675000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5122, "StopName": "Fashion Place West Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153195", "Latitude": 40.633602, "Longitude": -111.898186, "AVGBoard": 301, "AVGAlight": 361, "Route": "62, 209", "StopAbbr_J": "153195" }, "geometry": { "type": "Point", "coordinates": [ -111.898186000004358, 40.63360200000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5123, "StopName": "Midvale Fort Union Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153200", "Latitude": 40.618638, "Longitude": -111.898147, "AVGBoard": 322, "AVGAlight": 326, "Route": "953", "StopAbbr_J": "153200" }, "geometry": { "type": "Point", "coordinates": [ -111.898147000004727, 40.61863800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5124, "StopName": "Midvale Fort Union Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153214", "Latitude": 40.618461, "Longitude": -111.898108, "AVGBoard": 322, "AVGAlight": 326, "Route": "953", "StopAbbr_J": "153214" }, "geometry": { "type": "Point", "coordinates": [ -111.8981080000042, 40.618461000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5125, "StopName": "Midvale Center Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153219", "Latitude": 40.610472, "Longitude": -111.893357, "AVGBoard": 226, "AVGAlight": 222, "Route": "525", "StopAbbr_J": "153219" }, "geometry": { "type": "Point", "coordinates": [ -111.893357000004741, 40.610472000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5126, "StopName": "Fashion Place West Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153225", "Latitude": 40.633784, "Longitude": -111.898183, "AVGBoard": 301, "AVGAlight": 361, "Route": "62, 209", "StopAbbr_J": "153225" }, "geometry": { "type": "Point", "coordinates": [ -111.89818300000411, 40.633784000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5127, "StopName": "Midvale Center Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153226", "Latitude": 40.610323, "Longitude": -111.893159, "AVGBoard": 226, "AVGAlight": 222, "Route": "525", "StopAbbr_J": "153226" }, "geometry": { "type": "Point", "coordinates": [ -111.89315900000453, 40.610323000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5128, "StopName": "Historic Sandy Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173017", "Latitude": 40.588435, "Longitude": -111.885653, "AVGBoard": 221, "AVGAlight": 238, "Route": "Blue Line", "StopAbbr_J": "173017" }, "geometry": { "type": "Point", "coordinates": [ -111.885653000004481, 40.588435000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5129, "StopName": "Historic Sandy Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173019", "Latitude": 40.588625, "Longitude": -111.885644, "AVGBoard": 221, "AVGAlight": 238, "Route": "Blue Line", "StopAbbr_J": "173019" }, "geometry": { "type": "Point", "coordinates": [ -111.885644000004632, 40.5886250000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5130, "StopName": "Historic Sandy Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173302", "Latitude": 40.588954, "Longitude": -111.885438, "AVGBoard": 221, "AVGAlight": 238, "Route": "Blue Line", "StopAbbr_J": "173302" }, "geometry": { "type": "Point", "coordinates": [ -111.88543800000464, 40.588954000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5131, "StopName": "South Jordan Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198058", "Latitude": 40.56348, "Longitude": -111.900942, "AVGBoard": 151, "AVGAlight": 157, "Route": "201", "StopAbbr_J": "198058" }, "geometry": { "type": "Point", "coordinates": [ -111.900942000004136, 40.563480000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5132, "StopName": "South Jordan Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198060", "Latitude": 40.56309, "Longitude": -111.900982, "AVGBoard": 151, "AVGAlight": 157, "Route": "201", "StopAbbr_J": "198060" }, "geometry": { "type": "Point", "coordinates": [ -111.900982000004745, 40.56309000000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5133, "StopName": "Draper Station", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198108", "Latitude": 40.514575, "Longitude": -111.904608, "AVGBoard": 140, "AVGAlight": 141, "Route": "FrontRunner", "StopAbbr_J": "198108" }, "geometry": { "type": "Point", "coordinates": [ -111.904608000004586, 40.514575000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5134, "StopName": "Draper Station", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198109", "Latitude": 40.514763, "Longitude": -111.90463, "AVGBoard": 140, "AVGAlight": 141, "Route": "FrontRunner", "StopAbbr_J": "198109" }, "geometry": { "type": "Point", "coordinates": [ -111.904630000004616, 40.514763000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5135, "StopName": "Kimballs Lane Station", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198119", "Latitude": 40.535861, "Longitude": -111.872007, "AVGBoard": 56, "AVGAlight": 72, "Route": "Blue Line", "StopAbbr_J": "198119" }, "geometry": { "type": "Point", "coordinates": [ -111.87200700000416, 40.535861000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5136, "StopName": "South Jordan Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198371", "Latitude": 40.563656, "Longitude": -111.900923, "AVGBoard": 151, "AVGAlight": 157, "Route": "201", "StopAbbr_J": "198371" }, "geometry": { "type": "Point", "coordinates": [ -111.900923000004354, 40.563656000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5137, "StopName": "Meadowbrook Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198474", "Latitude": 40.688383, "Longitude": -111.896689, "AVGBoard": 239, "AVGAlight": 255, "Route": "39", "StopAbbr_J": "198474" }, "geometry": { "type": "Point", "coordinates": [ -111.896689000004514, 40.688383000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5138, "StopName": "Meadowbrook Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198475", "Latitude": 40.688206, "Longitude": -111.896644, "AVGBoard": 239, "AVGAlight": 255, "Route": "39", "StopAbbr_J": "198475" }, "geometry": { "type": "Point", "coordinates": [ -111.896644000004386, 40.68820600000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5139, "StopName": "Sandy Civic Center Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198576", "Latitude": 40.570878, "Longitude": -111.884752, "AVGBoard": 171, "AVGAlight": 169, "Route": "201", "StopAbbr_J": "198576" }, "geometry": { "type": "Point", "coordinates": [ -111.884752000004525, 40.570878000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5140, "StopName": "Sandy Civic Center Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198577", "Latitude": 40.570974, "Longitude": -111.884722, "AVGBoard": 171, "AVGAlight": 169, "Route": "201", "StopAbbr_J": "198577" }, "geometry": { "type": "Point", "coordinates": [ -111.884722000004729, 40.570974000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5141, "StopName": "Sandy Civic Center Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198578", "Latitude": 40.571174, "Longitude": -111.884979, "AVGBoard": 171, "AVGAlight": 169, "Route": "201", "StopAbbr_J": "198578" }, "geometry": { "type": "Point", "coordinates": [ -111.884979000004421, 40.571174000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5142, "StopName": "Sandy Civic Center Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198594", "Latitude": 40.571177, "Longitude": -111.885214, "AVGBoard": 171, "AVGAlight": 169, "Route": "201", "StopAbbr_J": "198594" }, "geometry": { "type": "Point", "coordinates": [ -111.885214000004098, 40.571177000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5143, "StopName": "Farmington Station", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301055", "Latitude": 40.987766, "Longitude": -111.905506, "AVGBoard": 151, "AVGAlight": 148, "Route": "667", "StopAbbr_J": "301055" }, "geometry": { "type": "Point", "coordinates": [ -111.905506000004308, 40.987766000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5144, "StopName": "Farmington Station", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301056", "Latitude": 40.987685, "Longitude": -111.905316, "AVGBoard": 151, "AVGAlight": 148, "Route": "667", "StopAbbr_J": "301056" }, "geometry": { "type": "Point", "coordinates": [ -111.90531600000476, 40.987685000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5145, "StopName": "Farmington Station", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301057", "Latitude": 40.987541, "Longitude": -111.905151, "AVGBoard": 151, "AVGAlight": 148, "Route": "667", "StopAbbr_J": "301057" }, "geometry": { "type": "Point", "coordinates": [ -111.905151000004594, 40.987541000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5146, "StopName": "Clearfield Station", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301086", "Latitude": 41.094527, "Longitude": -112.013188, "AVGBoard": 216, "AVGAlight": 199, "Route": "470", "StopAbbr_J": "301086" }, "geometry": { "type": "Point", "coordinates": [ -112.013188000004291, 41.094527000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5147, "StopName": "Clearfield Station", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301087", "Latitude": 41.094391, "Longitude": -112.013068, "AVGBoard": 216, "AVGAlight": 199, "Route": "470", "StopAbbr_J": "301087" }, "geometry": { "type": "Point", "coordinates": [ -112.013068000004253, 41.094391000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5148, "StopName": "Clearfield Station", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301088", "Latitude": 41.094255, "Longitude": -112.012985, "AVGBoard": 216, "AVGAlight": 199, "Route": "470", "StopAbbr_J": "301088" }, "geometry": { "type": "Point", "coordinates": [ -112.012985000004562, 41.094255000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5149, "StopName": "Clearfield Station", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301094", "Latitude": 41.094103, "Longitude": -112.012853, "AVGBoard": 216, "AVGAlight": 199, "Route": "470", "StopAbbr_J": "301094" }, "geometry": { "type": "Point", "coordinates": [ -112.012853000004441, 41.094103000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5150, "StopName": "Clearfield Station", "City": "Clearfield", "ZipCode": "84107", "County": "Davis", "UTA_StopID": "301260", "Latitude": 41.093791, "Longitude": -112.012657, "AVGBoard": 216, "AVGAlight": 199, "Route": "470", "StopAbbr_J": "301260" }, "geometry": { "type": "Point", "coordinates": [ -112.012657000004396, 41.093791000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5151, "StopName": "Clearfield Station", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301460", "Latitude": 41.093952, "Longitude": -112.012744, "AVGBoard": 216, "AVGAlight": 199, "Route": "470", "StopAbbr_J": "301460" }, "geometry": { "type": "Point", "coordinates": [ -112.012744000004403, 41.093952000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5152, "StopName": "American Fork Station", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801268", "Latitude": 40.374342, "Longitude": -111.819482, "AVGBoard": 176, "AVGAlight": 160, "Route": "FrontRunner", "StopAbbr_J": "801268" }, "geometry": { "type": "Point", "coordinates": [ -111.819482000004314, 40.374342000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5153, "StopName": "Central Pointe Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125467", "Latitude": 40.724855, "Longitude": -111.897574, "AVGBoard": 614, "AVGAlight": 463, "Route": "17", "StopAbbr_J": "125467" }, "geometry": { "type": "Point", "coordinates": [ -111.897574000004042, 40.724855000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5154, "StopName": "Salt Lake Central Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101393", "Latitude": 40.76234, "Longitude": -111.909052, "AVGBoard": 394, "AVGAlight": 414, "Route": "FrontRunner", "StopAbbr_J": "101393" }, "geometry": { "type": "Point", "coordinates": [ -111.909052000004721, 40.762340000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5155, "StopName": "Murray Central Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198021", "Latitude": 40.659758, "Longitude": -111.896432, "AVGBoard": 442, "AVGAlight": 439, "Route": "FrontRunner", "StopAbbr_J": "198021" }, "geometry": { "type": "Point", "coordinates": [ -111.896432000003927, 40.659758000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5156, "StopName": "Draper Station", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198022", "Latitude": 40.515484, "Longitude": -111.904407, "AVGBoard": 140, "AVGAlight": 141, "Route": "FrontRunner", "StopAbbr_J": "198022" }, "geometry": { "type": "Point", "coordinates": [ -111.904407000004142, 40.515484000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5157, "StopName": "South Jordan Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "198023", "Latitude": 40.563155, "Longitude": -111.900753, "AVGBoard": 151, "AVGAlight": 157, "Route": "201", "StopAbbr_J": "198023" }, "geometry": { "type": "Point", "coordinates": [ -111.90075300000467, 40.563155000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5158, "StopName": "North Temple Station", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198030", "Latitude": 40.772532, "Longitude": -111.905124, "AVGBoard": 507, "AVGAlight": 524, "Route": "FrontRunner", "StopAbbr_J": "198030" }, "geometry": { "type": "Point", "coordinates": [ -111.90512400000415, 40.772532000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5159, "StopName": "Clearfield Station", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "301081", "Latitude": 41.094769, "Longitude": -112.013807, "AVGBoard": 216, "AVGAlight": 199, "Route": "470", "StopAbbr_J": "301081" }, "geometry": { "type": "Point", "coordinates": [ -112.013807000004277, 41.094769000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5160, "StopName": "Layton Station", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "301082", "Latitude": 41.056903, "Longitude": -111.964955, "AVGBoard": 213, "AVGAlight": 202, "Route": "628", "StopAbbr_J": "301082" }, "geometry": { "type": "Point", "coordinates": [ -111.964955000004579, 41.056903000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5161, "StopName": "Farmington Station", "City": "Farmington", "ZipCode": "84025", "County": "Davis", "UTA_StopID": "301084", "Latitude": 40.987266, "Longitude": -111.903667, "AVGBoard": 151, "AVGAlight": 148, "Route": "667", "StopAbbr_J": "301084" }, "geometry": { "type": "Point", "coordinates": [ -111.90366700000402, 40.987266000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5162, "StopName": "Woods Cross Station", "City": "Woods Cross", "ZipCode": "84087", "County": "Davis", "UTA_StopID": "301085", "Latitude": 40.880457, "Longitude": -111.903151, "AVGBoard": 165, "AVGAlight": 155, "Route": "FrontRunner", "StopAbbr_J": "301085" }, "geometry": { "type": "Point", "coordinates": [ -111.903151000004456, 40.880457000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5163, "StopName": "Ogden Station", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601084", "Latitude": 41.224285, "Longitude": -111.980631, "AVGBoard": 487, "AVGAlight": 520, "Route": "FrontRunner", "StopAbbr_J": "601084" }, "geometry": { "type": "Point", "coordinates": [ -111.980631000003896, 41.224285000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5164, "StopName": "Roy Station", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "601085", "Latitude": 41.188757, "Longitude": -112.039378, "AVGBoard": 160, "AVGAlight": 149, "Route": "604", "StopAbbr_J": "601085" }, "geometry": { "type": "Point", "coordinates": [ -112.039378000004504, 41.18875700000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5165, "StopName": "Lehi Station", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801159", "Latitude": 40.425196, "Longitude": -111.896354, "AVGBoard": 268, "AVGAlight": 251, "Route": "FrontRunner", "StopAbbr_J": "801159" }, "geometry": { "type": "Point", "coordinates": [ -111.896354000004663, 40.425196000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5166, "StopName": "American Fork Station", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801160", "Latitude": 40.374774, "Longitude": -111.820649, "AVGBoard": 176, "AVGAlight": 160, "Route": "FrontRunner", "StopAbbr_J": "801160" }, "geometry": { "type": "Point", "coordinates": [ -111.820649000004707, 40.374774000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5167, "StopName": "Orem Central Station", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801163", "Latitude": 40.28014, "Longitude": -111.725489, "AVGBoard": 342, "AVGAlight": 307, "Route": "FrontRunner", "StopAbbr_J": "801163" }, "geometry": { "type": "Point", "coordinates": [ -111.7254890000046, 40.280140000002739 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5168, "StopName": "Provo Central Station", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801164", "Latitude": 40.22544, "Longitude": -111.660632, "AVGBoard": 534, "AVGAlight": 578, "Route": "FrontRunner", "StopAbbr_J": "801164" }, "geometry": { "type": "Point", "coordinates": [ -111.660632000004412, 40.225440000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5169, "StopName": "Salt Lake Central Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101394", "Latitude": 40.762533, "Longitude": -111.908296, "AVGBoard": 394, "AVGAlight": 414, "Route": "FrontRunner", "StopAbbr_J": "101394" }, "geometry": { "type": "Point", "coordinates": [ -111.908296000004185, 40.762533000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5170, "StopName": "Planetarium Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101395", "Latitude": 40.766858, "Longitude": -111.902524, "AVGBoard": 229, "AVGAlight": 229, "Route": "Blue Line", "StopAbbr_J": "101395" }, "geometry": { "type": "Point", "coordinates": [ -111.902524000004718, 40.766858000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5171, "StopName": "Old Greektown Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101396", "Latitude": 40.765022, "Longitude": -111.905788, "AVGBoard": 209, "AVGAlight": 211, "Route": "Blue Line", "StopAbbr_J": "101396" }, "geometry": { "type": "Point", "coordinates": [ -111.905788000004264, 40.765022000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5172, "StopName": "Salt Lake Central Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101404", "Latitude": 40.761721, "Longitude": -111.908301, "AVGBoard": 394, "AVGAlight": 414, "Route": "FrontRunner", "StopAbbr_J": "101404" }, "geometry": { "type": "Point", "coordinates": [ -111.908301000004599, 40.761721000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5173, "StopName": "Planetarium Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101405", "Latitude": 40.766096, "Longitude": -111.902558, "AVGBoard": 229, "AVGAlight": 229, "Route": "Blue Line", "StopAbbr_J": "101405" }, "geometry": { "type": "Point", "coordinates": [ -111.902558000003935, 40.766096000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5174, "StopName": "Old Greektown Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101406", "Latitude": 40.765022, "Longitude": -111.906778, "AVGBoard": 209, "AVGAlight": 211, "Route": "Blue Line", "StopAbbr_J": "101406" }, "geometry": { "type": "Point", "coordinates": [ -111.906778000004394, 40.765022000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5175, "StopName": "Daybreak Parkway Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101715", "Latitude": 40.544377, "Longitude": -112.014304, "AVGBoard": 571, "AVGAlight": 565, "Route": "Red Line", "StopAbbr_J": "101715" }, "geometry": { "type": "Point", "coordinates": [ -112.01430400000406, 40.544377000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5176, "StopName": "South Jordan Parkway Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101716", "Latitude": 40.559038, "Longitude": -112.024643, "AVGBoard": 33, "AVGAlight": 34, "Route": "Red Line", "StopAbbr_J": "101716" }, "geometry": { "type": "Point", "coordinates": [ -112.024643000003948, 40.559038000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5177, "StopName": "South Jordan Parkway Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101717", "Latitude": 40.558395, "Longitude": -112.024764, "AVGBoard": 33, "AVGAlight": 34, "Route": "Red Line", "StopAbbr_J": "101717" }, "geometry": { "type": "Point", "coordinates": [ -112.024764000004083, 40.558395000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5178, "StopName": "5600 W. Old Bingham Hwy Station", "City": "West Jordan", "ZipCode": "84081", "County": "Salt Lake", "UTA_StopID": "101718", "Latitude": 40.569441, "Longitude": -112.024871, "AVGBoard": 38, "AVGAlight": 43, "Route": "Red Line", "StopAbbr_J": "101718" }, "geometry": { "type": "Point", "coordinates": [ -112.024871000003941, 40.569441000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5179, "StopName": "5600 W. Old Bingham Hwy Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101719", "Latitude": 40.568807, "Longitude": -112.024871, "AVGBoard": 38, "AVGAlight": 43, "Route": "Red Line", "StopAbbr_J": "101719" }, "geometry": { "type": "Point", "coordinates": [ -112.024871000003941, 40.568807000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5180, "StopName": "4800 W. Old Bingham Hwy Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101720", "Latitude": 40.581652, "Longitude": -112.003837, "AVGBoard": 109, "AVGAlight": 113, "Route": "Red Line", "StopAbbr_J": "101720" }, "geometry": { "type": "Point", "coordinates": [ -112.003837000004381, 40.581652000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5181, "StopName": "4800 W. Old Bingham Hwy Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101721", "Latitude": 40.581307, "Longitude": -112.004538, "AVGBoard": 109, "AVGAlight": 113, "Route": "Red Line", "StopAbbr_J": "101721" }, "geometry": { "type": "Point", "coordinates": [ -112.004538000003947, 40.58130700000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5182, "StopName": "Jordan Valley Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101722", "Latitude": 40.594939, "Longitude": -111.971375, "AVGBoard": 119, "AVGAlight": 114, "Route": "232", "StopAbbr_J": "101722" }, "geometry": { "type": "Point", "coordinates": [ -111.971375000004642, 40.594939000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5183, "StopName": "Jordan Valley Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101723", "Latitude": 40.594708, "Longitude": -111.972171, "AVGBoard": 119, "AVGAlight": 114, "Route": "232", "StopAbbr_J": "101723" }, "geometry": { "type": "Point", "coordinates": [ -111.972171000003996, 40.59470800000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5184, "StopName": "2700 W. Sugar Factory Rd Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101724", "Latitude": 40.599207, "Longitude": -111.956458, "AVGBoard": 72, "AVGAlight": 68, "Route": "Red Line", "StopAbbr_J": "101724" }, "geometry": { "type": "Point", "coordinates": [ -111.956458000004304, 40.599207000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5185, "StopName": "2700 W. Sugar Factory Rd Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101725", "Latitude": 40.598976, "Longitude": -111.957251, "AVGBoard": 72, "AVGAlight": 68, "Route": "Red Line", "StopAbbr_J": "101725" }, "geometry": { "type": "Point", "coordinates": [ -111.957251000004334, 40.598976000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5186, "StopName": "West Jordan City Center Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101726", "Latitude": 40.605024, "Longitude": -111.936071, "AVGBoard": 166, "AVGAlight": 172, "Route": "218, 217", "StopAbbr_J": "101726" }, "geometry": { "type": "Point", "coordinates": [ -111.936071000004333, 40.605024000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5187, "StopName": "West Jordan City Center Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101727", "Latitude": 40.604797, "Longitude": -111.936857, "AVGBoard": 166, "AVGAlight": 172, "Route": "218, 217", "StopAbbr_J": "101727" }, "geometry": { "type": "Point", "coordinates": [ -111.936857000004665, 40.604797000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5188, "StopName": "Historic Gardner Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101728", "Latitude": 40.608219, "Longitude": -111.924005, "AVGBoard": 54, "AVGAlight": 49, "Route": "Red Line", "StopAbbr_J": "101728" }, "geometry": { "type": "Point", "coordinates": [ -111.924005000004428, 40.60821900000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5189, "StopName": "Historic Gardner Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101729", "Latitude": 40.607889, "Longitude": -111.924723, "AVGBoard": 54, "AVGAlight": 49, "Route": "Red Line", "StopAbbr_J": "101729" }, "geometry": { "type": "Point", "coordinates": [ -111.924723000004519, 40.607889000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5190, "StopName": "Bingham Junction Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "101730", "Latitude": 40.617138, "Longitude": -111.914906, "AVGBoard": 123, "AVGAlight": 130, "Route": "Red Line", "StopAbbr_J": "101730" }, "geometry": { "type": "Point", "coordinates": [ -111.914906000004692, 40.617138000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5191, "StopName": "Bingham Junction Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "101731", "Latitude": 40.617073, "Longitude": -111.915754, "AVGBoard": 123, "AVGAlight": 130, "Route": "Red Line", "StopAbbr_J": "101731" }, "geometry": { "type": "Point", "coordinates": [ -111.915754000004753, 40.617073000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5192, "StopName": "Daybreak Parkway Station", "City": "South Jordan", "ZipCode": "84095", "County": "Salt Lake", "UTA_StopID": "101734", "Latitude": 40.543811, "Longitude": -112.013905, "AVGBoard": 571, "AVGAlight": 565, "Route": "Red Line", "StopAbbr_J": "101734" }, "geometry": { "type": "Point", "coordinates": [ -112.013905000004314, 40.543811000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5193, "StopName": "RIVER TRAIL STATION", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101738", "Latitude": 40.719897, "Longitude": -111.923801, "AVGBoard": 33, "AVGAlight": 97, "Route": "Green Line", "StopAbbr_J": "101738" }, "geometry": { "type": "Point", "coordinates": [ -111.92380100000463, 40.719897000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5194, "StopName": "River Trail Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101739", "Latitude": 40.720605, "Longitude": -111.923811, "AVGBoard": 33, "AVGAlight": 97, "Route": "Green Line", "StopAbbr_J": "101739" }, "geometry": { "type": "Point", "coordinates": [ -111.923811000004576, 40.720605000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5195, "StopName": "Redwood Junction Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101740", "Latitude": 40.711149, "Longitude": -111.939324, "AVGBoard": 202, "AVGAlight": 213, "Route": "217", "StopAbbr_J": "101740" }, "geometry": { "type": "Point", "coordinates": [ -111.939324000004774, 40.711149000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5196, "StopName": "Redwood Junction Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101741", "Latitude": 40.711146, "Longitude": -111.940293, "AVGBoard": 202, "AVGAlight": 213, "Route": "217", "StopAbbr_J": "101741" }, "geometry": { "type": "Point", "coordinates": [ -111.940293000004061, 40.711146000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5197, "StopName": "Decker Lake Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101742", "Latitude": 40.705035, "Longitude": -111.948675, "AVGBoard": 131, "AVGAlight": 135, "Route": "Green Line", "StopAbbr_J": "101742" }, "geometry": { "type": "Point", "coordinates": [ -111.948675000004712, 40.705035000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5198, "StopName": "Decker Lake Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101743", "Latitude": 40.704288, "Longitude": -111.948681, "AVGBoard": 131, "AVGAlight": 135, "Route": "Green Line", "StopAbbr_J": "101743" }, "geometry": { "type": "Point", "coordinates": [ -111.948681000004299, 40.704288000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5199, "StopName": "West Valley Central Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101744", "Latitude": 40.694366, "Longitude": -111.958917, "AVGBoard": 770, "AVGAlight": 759, "Route": "Green Line", "StopAbbr_J": "101744" }, "geometry": { "type": "Point", "coordinates": [ -111.958917000004675, 40.694366000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5200, "StopName": "West Valley Central Station", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101745", "Latitude": 40.694361, "Longitude": -111.959834, "AVGBoard": 770, "AVGAlight": 759, "Route": "Green Line", "StopAbbr_J": "101745" }, "geometry": { "type": "Point", "coordinates": [ -111.959834000004165, 40.694361000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5201, "StopName": "North Temple Bridge\/Guadalupe", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101991", "Latitude": 40.771587, "Longitude": -111.905195, "AVGBoard": 407, "AVGAlight": 390, "Route": "Green Line", "StopAbbr_J": "101991" }, "geometry": { "type": "Point", "coordinates": [ -111.905195000004639, 40.771587000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5202, "StopName": "North Temple Bridge\/Guadalupe", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "101992", "Latitude": 40.771578, "Longitude": -111.904318, "AVGBoard": 407, "AVGAlight": 390, "Route": "Green Line", "StopAbbr_J": "101992" }, "geometry": { "type": "Point", "coordinates": [ -111.904318000003968, 40.771578000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5203, "StopName": "Jackson\/Euclid Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101993", "Latitude": 40.771502, "Longitude": -111.914486, "AVGBoard": 546, "AVGAlight": 520, "Route": "Green Line", "StopAbbr_J": "101993" }, "geometry": { "type": "Point", "coordinates": [ -111.914486000004104, 40.771502000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5204, "StopName": "Jackson\/Euclid Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101994", "Latitude": 40.771505, "Longitude": -111.915361, "AVGBoard": 546, "AVGAlight": 520, "Route": "Green Line", "StopAbbr_J": "101994" }, "geometry": { "type": "Point", "coordinates": [ -111.915361000004594, 40.771505000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5205, "StopName": "Fairpark Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101995", "Latitude": 40.771468, "Longitude": -111.923759, "AVGBoard": 113, "AVGAlight": 109, "Route": "Green Line", "StopAbbr_J": "101995" }, "geometry": { "type": "Point", "coordinates": [ -111.923759000004765, 40.771468000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5206, "StopName": "Fairpark Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101996", "Latitude": 40.77148, "Longitude": -111.924632, "AVGBoard": 113, "AVGAlight": 109, "Route": "Green Line", "StopAbbr_J": "101996" }, "geometry": { "type": "Point", "coordinates": [ -111.924632000004195, 40.771480000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5207, "StopName": "Power Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101997", "Latitude": 40.771499, "Longitude": -111.933502, "AVGBoard": 288, "AVGAlight": 272, "Route": "551, 456, 454, 217", "StopAbbr_J": "101997" }, "geometry": { "type": "Point", "coordinates": [ -111.933502000004779, 40.77149900000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5208, "StopName": "Power Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101998", "Latitude": 40.771509, "Longitude": -111.934373, "AVGBoard": 288, "AVGAlight": 272, "Route": "551, 456, 454, 217", "StopAbbr_J": "101998" }, "geometry": { "type": "Point", "coordinates": [ -111.93437300000403, 40.771509000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5209, "StopName": "1940 W. North Temple Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "101999", "Latitude": 40.771536, "Longitude": -111.945736, "AVGBoard": 803, "AVGAlight": 826, "Route": "551, 456, 454, 217", "StopAbbr_J": "101999" }, "geometry": { "type": "Point", "coordinates": [ -111.945736000004175, 40.771536000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5210, "StopName": "Arena Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125067", "Latitude": 40.769344, "Longitude": -111.901146, "AVGBoard": 214, "AVGAlight": 320, "Route": "Blue Line", "StopAbbr_J": "125067" }, "geometry": { "type": "Point", "coordinates": [ -111.901146000004829, 40.769344000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5211, "StopName": "Arena Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125069", "Latitude": 40.769343, "Longitude": -111.900051, "AVGBoard": 214, "AVGAlight": 320, "Route": "Blue Line", "StopAbbr_J": "125069" }, "geometry": { "type": "Point", "coordinates": [ -111.900051000004098, 40.769343000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5212, "StopName": "Temple Square Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125078", "Latitude": 40.769353, "Longitude": -111.895321, "AVGBoard": 95, "AVGAlight": 133, "Route": "Blue Line", "StopAbbr_J": "125078" }, "geometry": { "type": "Point", "coordinates": [ -111.895321000004571, 40.769353000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5213, "StopName": "Temple Square Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125084", "Latitude": 40.769335, "Longitude": -111.894303, "AVGBoard": 95, "AVGAlight": 133, "Route": "Blue Line", "StopAbbr_J": "125084" }, "geometry": { "type": "Point", "coordinates": [ -111.894303000003916, 40.769335000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5214, "StopName": "Courthouse Station", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "125085", "Latitude": 40.759536, "Longitude": -111.891071, "AVGBoard": 574, "AVGAlight": 472, "Route": "Blue Line", "StopAbbr_J": "125085" }, "geometry": { "type": "Point", "coordinates": [ -111.891071000004317, 40.759536000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5215, "StopName": "Courthouse Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125091", "Latitude": 40.758762, "Longitude": -111.891096, "AVGBoard": 574, "AVGAlight": 472, "Route": "Blue Line", "StopAbbr_J": "125091" }, "geometry": { "type": "Point", "coordinates": [ -111.89109600000458, 40.758762000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5216, "StopName": "Ballpark Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "125092", "Latitude": 40.742583, "Longitude": -111.896781, "AVGBoard": 377, "AVGAlight": 347, "Route": "Blue Line", "StopAbbr_J": "125092" }, "geometry": { "type": "Point", "coordinates": [ -111.89678100000404, 40.742583000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5217, "StopName": "Ballpark Station", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125093", "Latitude": 40.741876, "Longitude": -111.896785, "AVGBoard": 377, "AVGAlight": 347, "Route": "Blue Line", "StopAbbr_J": "125093" }, "geometry": { "type": "Point", "coordinates": [ -111.896785000004371, 40.741876000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5218, "StopName": "Central Pointe Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125094", "Latitude": 40.724801, "Longitude": -111.896861, "AVGBoard": 614, "AVGAlight": 463, "Route": "17", "StopAbbr_J": "125094" }, "geometry": { "type": "Point", "coordinates": [ -111.896861000004364, 40.72480100000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5219, "StopName": "Central Pointe Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "125096", "Latitude": 40.724091, "Longitude": -111.896892, "AVGBoard": 614, "AVGAlight": 463, "Route": "17", "StopAbbr_J": "125096" }, "geometry": { "type": "Point", "coordinates": [ -111.896892000004229, 40.724091000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5220, "StopName": "Gallivan Plaza Station", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126071", "Latitude": 40.763855, "Longitude": -111.891071, "AVGBoard": 253, "AVGAlight": 257, "Route": "Blue Line", "StopAbbr_J": "126071" }, "geometry": { "type": "Point", "coordinates": [ -111.891071000004317, 40.763855000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5221, "StopName": "Gallivan Plaza Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "126073", "Latitude": 40.763087, "Longitude": -111.891102, "AVGBoard": 253, "AVGAlight": 257, "Route": "Blue Line", "StopAbbr_J": "126073" }, "geometry": { "type": "Point", "coordinates": [ -111.891102000004182, 40.76308700000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5222, "StopName": "Library Station", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126074", "Latitude": 40.760643, "Longitude": -111.884956, "AVGBoard": 299, "AVGAlight": 268, "Route": "455, 4", "StopAbbr_J": "126074" }, "geometry": { "type": "Point", "coordinates": [ -111.884956000004323, 40.760643000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5223, "StopName": "Library Station", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "126076", "Latitude": 40.760637, "Longitude": -111.883942, "AVGBoard": 299, "AVGAlight": 268, "Route": "455, 4", "StopAbbr_J": "126076" }, "geometry": { "type": "Point", "coordinates": [ -111.883942000003998, 40.760637000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5224, "StopName": "Trolley Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126081", "Latitude": 40.760672, "Longitude": -111.873552, "AVGBoard": 515, "AVGAlight": 530, "Route": "455, 4", "StopAbbr_J": "126081" }, "geometry": { "type": "Point", "coordinates": [ -111.873552000004381, 40.760672000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5225, "StopName": "Trolley Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126095", "Latitude": 40.760664, "Longitude": -111.872527, "AVGBoard": 515, "AVGAlight": 530, "Route": "455, 4", "StopAbbr_J": "126095" }, "geometry": { "type": "Point", "coordinates": [ -111.872527000004041, 40.760664000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5226, "StopName": "900 East Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126101", "Latitude": 40.760671, "Longitude": -111.866732, "AVGBoard": 278, "AVGAlight": 252, "Route": "455, 4", "StopAbbr_J": "126101" }, "geometry": { "type": "Point", "coordinates": [ -111.866732000004475, 40.760671000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5227, "StopName": "900 East Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126106", "Latitude": 40.760661, "Longitude": -111.865711, "AVGBoard": 278, "AVGAlight": 252, "Route": "455, 4", "StopAbbr_J": "126106" }, "geometry": { "type": "Point", "coordinates": [ -111.865711000004467, 40.760661000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5228, "StopName": "Stadium Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126109", "Latitude": 40.760126, "Longitude": -111.852171, "AVGBoard": 223, "AVGAlight": 203, "Route": "Red Line", "StopAbbr_J": "126109" }, "geometry": { "type": "Point", "coordinates": [ -111.85217100000483, 40.76012600000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5229, "StopName": "Stadium Station", "City": "Salt Lake City", "ZipCode": "84102", "County": "Salt Lake", "UTA_StopID": "126115", "Latitude": 40.759286, "Longitude": -111.852178, "AVGBoard": 223, "AVGAlight": 203, "Route": "Red Line", "StopAbbr_J": "126115" }, "geometry": { "type": "Point", "coordinates": [ -111.852178000004514, 40.759286000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5230, "StopName": "University South Campus Station", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127236", "Latitude": 40.760509, "Longitude": -111.839146, "AVGBoard": 124, "AVGAlight": 144, "Route": "Red Line", "StopAbbr_J": "127236" }, "geometry": { "type": "Point", "coordinates": [ -111.839146000004661, 40.760509000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5231, "StopName": "University South Campus Station", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127243", "Latitude": 40.760085, "Longitude": -111.839976, "AVGBoard": 124, "AVGAlight": 144, "Route": "Red Line", "StopAbbr_J": "127243" }, "geometry": { "type": "Point", "coordinates": [ -111.839976000004157, 40.76008500000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5232, "StopName": "Fort Douglas Station", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127247", "Latitude": 40.764766, "Longitude": -111.836793, "AVGBoard": 102, "AVGAlight": 118, "Route": "Red Line", "StopAbbr_J": "127247" }, "geometry": { "type": "Point", "coordinates": [ -111.836793000004121, 40.764766000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5233, "StopName": "Fort Douglas Station", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127251", "Latitude": 40.764059, "Longitude": -111.836427, "AVGBoard": 102, "AVGAlight": 118, "Route": "Red Line", "StopAbbr_J": "127251" }, "geometry": { "type": "Point", "coordinates": [ -111.836427000004377, 40.764059000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5234, "StopName": "University Medical Center", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127252", "Latitude": 40.769871, "Longitude": -111.839201, "AVGBoard": 567, "AVGAlight": 568, "Route": "Red Line", "StopAbbr_J": "127252" }, "geometry": { "type": "Point", "coordinates": [ -111.839201000004735, 40.769871000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5235, "StopName": "University Medical Center", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "127253", "Latitude": 40.769208, "Longitude": -111.838503, "AVGBoard": 567, "AVGAlight": 568, "Route": "Red Line", "StopAbbr_J": "127253" }, "geometry": { "type": "Point", "coordinates": [ -111.838503000004508, 40.769208000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5236, "StopName": "City Center Station", "City": "Salt Lake City", "ZipCode": "84111", "County": "Salt Lake", "UTA_StopID": "128001", "Latitude": 40.768217, "Longitude": -111.891081, "AVGBoard": 480, "AVGAlight": 592, "Route": "Blue Line", "StopAbbr_J": "128001" }, "geometry": { "type": "Point", "coordinates": [ -111.891081000004235, 40.768217000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5237, "StopName": "City Center Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "128002", "Latitude": 40.767452, "Longitude": -111.891101, "AVGBoard": 480, "AVGAlight": 592, "Route": "Blue Line", "StopAbbr_J": "128002" }, "geometry": { "type": "Point", "coordinates": [ -111.891101000004085, 40.767452000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5238, "StopName": "Millcreek Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136033", "Latitude": 40.701067, "Longitude": -111.896939, "AVGBoard": 418, "AVGAlight": 398, "Route": "33", "StopAbbr_J": "136033" }, "geometry": { "type": "Point", "coordinates": [ -111.896939000004551, 40.701067000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5239, "StopName": "Millcreek Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136034", "Latitude": 40.700365, "Longitude": -111.896952, "AVGBoard": 418, "AVGAlight": 398, "Route": "33", "StopAbbr_J": "136034" }, "geometry": { "type": "Point", "coordinates": [ -111.896952000004703, 40.700365000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5240, "StopName": "Meadowbrook Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136035", "Latitude": 40.688026, "Longitude": -111.896725, "AVGBoard": 239, "AVGAlight": 255, "Route": "39", "StopAbbr_J": "136035" }, "geometry": { "type": "Point", "coordinates": [ -111.896725000004807, 40.688026000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5241, "StopName": "Meadowbrook Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "136036", "Latitude": 40.687328, "Longitude": -111.896553, "AVGBoard": 239, "AVGAlight": 255, "Route": "39", "StopAbbr_J": "136036" }, "geometry": { "type": "Point", "coordinates": [ -111.896553000004047, 40.687328000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5242, "StopName": "Murray North Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "136045", "Latitude": 40.677155, "Longitude": -111.894053, "AVGBoard": 207, "AVGAlight": 212, "Route": "205", "StopAbbr_J": "136045" }, "geometry": { "type": "Point", "coordinates": [ -111.894053000004803, 40.677155000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5243, "StopName": "Murray North Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "136048", "Latitude": 40.676454, "Longitude": -111.894079, "AVGBoard": 207, "AVGAlight": 212, "Route": "205", "StopAbbr_J": "136048" }, "geometry": { "type": "Point", "coordinates": [ -111.894079000004254, 40.676454000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5244, "StopName": "900 South Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "136084", "Latitude": 40.750058, "Longitude": -111.896818, "AVGBoard": 282, "AVGAlight": 244, "Route": "Blue Line", "StopAbbr_J": "136084" }, "geometry": { "type": "Point", "coordinates": [ -111.896818000004416, 40.75005800000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5245, "StopName": "900 South Station", "City": "Salt Lake City", "ZipCode": "84101", "County": "Salt Lake", "UTA_StopID": "136085", "Latitude": 40.750822, "Longitude": -111.896788, "AVGBoard": 282, "AVGAlight": 244, "Route": "Blue Line", "StopAbbr_J": "136085" }, "geometry": { "type": "Point", "coordinates": [ -111.896788000004634, 40.750822000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5246, "StopName": "Murray Central Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153027", "Latitude": 40.660269, "Longitude": -111.895282, "AVGBoard": 442, "AVGAlight": 439, "Route": "FrontRunner", "StopAbbr_J": "153027" }, "geometry": { "type": "Point", "coordinates": [ -111.895282000004045, 40.660269000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5247, "StopName": "Murray Central Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153034", "Latitude": 40.659631, "Longitude": -111.895661, "AVGBoard": 442, "AVGAlight": 439, "Route": "FrontRunner", "StopAbbr_J": "153034" }, "geometry": { "type": "Point", "coordinates": [ -111.895661000003955, 40.659631000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5248, "StopName": "Fashion Place West Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153041", "Latitude": 40.633823, "Longitude": -111.898319, "AVGBoard": 301, "AVGAlight": 361, "Route": "62, 209", "StopAbbr_J": "153041" }, "geometry": { "type": "Point", "coordinates": [ -111.898319000004577, 40.633823000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5249, "StopName": "Fashion Place West Station", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153045", "Latitude": 40.633116, "Longitude": -111.898355, "AVGBoard": 301, "AVGAlight": 361, "Route": "62, 209", "StopAbbr_J": "153045" }, "geometry": { "type": "Point", "coordinates": [ -111.89835500000396, 40.633116000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5250, "StopName": "Midvale Fort Union Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153046", "Latitude": 40.619458, "Longitude": -111.898381, "AVGBoard": 322, "AVGAlight": 326, "Route": "953", "StopAbbr_J": "153046" }, "geometry": { "type": "Point", "coordinates": [ -111.898381000004306, 40.61945800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5251, "StopName": "Midvale Fort Union Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153047", "Latitude": 40.618761, "Longitude": -111.898291, "AVGBoard": 322, "AVGAlight": 326, "Route": "953", "StopAbbr_J": "153047" }, "geometry": { "type": "Point", "coordinates": [ -111.898291000004065, 40.618761000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5252, "StopName": "Midvale Center Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153048", "Latitude": 40.610541, "Longitude": -111.893216, "AVGBoard": 226, "AVGAlight": 222, "Route": "525", "StopAbbr_J": "153048" }, "geometry": { "type": "Point", "coordinates": [ -111.893216000004756, 40.610541000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5253, "StopName": "Midvale Center Station", "City": "Midvale", "ZipCode": "84047", "County": "Salt Lake", "UTA_StopID": "153049", "Latitude": 40.609975, "Longitude": -111.892645, "AVGBoard": 226, "AVGAlight": 222, "Route": "525", "StopAbbr_J": "153049" }, "geometry": { "type": "Point", "coordinates": [ -111.892645000004237, 40.609975000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5254, "StopName": "Historic Sandy Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173021", "Latitude": 40.589811, "Longitude": -111.885661, "AVGBoard": 221, "AVGAlight": 238, "Route": "Blue Line", "StopAbbr_J": "173021" }, "geometry": { "type": "Point", "coordinates": [ -111.885661000004248, 40.589811000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5255, "StopName": "Historic Sandy Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173022", "Latitude": 40.589114, "Longitude": -111.885744, "AVGBoard": 221, "AVGAlight": 238, "Route": "Blue Line", "StopAbbr_J": "173022" }, "geometry": { "type": "Point", "coordinates": [ -111.88574400000482, 40.589114000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5256, "StopName": "Sandy Civic Center Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173026", "Latitude": 40.571127, "Longitude": -111.884681, "AVGBoard": 171, "AVGAlight": 169, "Route": "201", "StopAbbr_J": "173026" }, "geometry": { "type": "Point", "coordinates": [ -111.884681000004036, 40.571127000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5257, "StopName": "Sandy Civic Center Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173029", "Latitude": 40.570273, "Longitude": -111.884471, "AVGBoard": 171, "AVGAlight": 169, "Route": "201", "StopAbbr_J": "173029" }, "geometry": { "type": "Point", "coordinates": [ -111.884471000004623, 40.570273000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5258, "StopName": "Sandy Expo Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173129", "Latitude": 40.581703, "Longitude": -111.886234, "AVGBoard": 92, "AVGAlight": 78, "Route": "Blue Line", "StopAbbr_J": "173129" }, "geometry": { "type": "Point", "coordinates": [ -111.886234000004009, 40.581703000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5259, "StopName": "Sandy Expo Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "173130", "Latitude": 40.581007, "Longitude": -111.886429, "AVGBoard": 92, "AVGAlight": 78, "Route": "Blue Line", "StopAbbr_J": "173130" }, "geometry": { "type": "Point", "coordinates": [ -111.886429000003972, 40.581007000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5260, "StopName": "1940 W. North Temple Station", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": "198003", "Latitude": 40.77153, "Longitude": -111.946607, "AVGBoard": 803, "AVGAlight": 826, "Route": "551, 456, 454, 217", "StopAbbr_J": "198003" }, "geometry": { "type": "Point", "coordinates": [ -111.946607000004363, 40.771530000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5261, "StopName": "Airport temporary TRAX platform", "City": "Salt Lake City", "ZipCode": "84122", "County": "Salt Lake", "UTA_StopID": "198004", "Latitude": 40.78328, "Longitude": -111.980172, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "198004" }, "geometry": { "type": "Point", "coordinates": [ -111.980172000004572, 40.783280000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5262, "StopName": "Airport temporary TRAX platform", "City": "Salt Lake City", "ZipCode": "84122", "County": "Salt Lake", "UTA_StopID": "198005", "Latitude": 40.784112, "Longitude": -111.979858, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "198005" }, "geometry": { "type": "Point", "coordinates": [ -111.979858000004654, 40.784112000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5263, "StopName": "Crescent View Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198093", "Latitude": 40.545343, "Longitude": -111.878751, "AVGBoard": 94, "AVGAlight": 106, "Route": "Blue Line", "StopAbbr_J": "198093" }, "geometry": { "type": "Point", "coordinates": [ -111.878751000004073, 40.545343000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5264, "StopName": "Crescent View Station", "City": "Sandy", "ZipCode": "84070", "County": "Salt Lake", "UTA_StopID": "198094", "Latitude": 40.544591, "Longitude": -111.878506, "AVGBoard": 94, "AVGAlight": 106, "Route": "Blue Line", "StopAbbr_J": "198094" }, "geometry": { "type": "Point", "coordinates": [ -111.878506000004464, 40.54459100000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5265, "StopName": "Kimballs Lane Station", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198095", "Latitude": 40.536528, "Longitude": -111.872436, "AVGBoard": 56, "AVGAlight": 72, "Route": "Blue Line", "StopAbbr_J": "198095" }, "geometry": { "type": "Point", "coordinates": [ -111.872436000004612, 40.536528000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5266, "StopName": "Kimballs Lane Station", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198096", "Latitude": 40.535876, "Longitude": -111.871887, "AVGBoard": 56, "AVGAlight": 72, "Route": "Blue Line", "StopAbbr_J": "198096" }, "geometry": { "type": "Point", "coordinates": [ -111.871887000004122, 40.535876000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5267, "StopName": "Draper Town Center Station", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198097", "Latitude": 40.525675, "Longitude": -111.859915, "AVGBoard": 442, "AVGAlight": 384, "Route": "Blue Line", "StopAbbr_J": "198097" }, "geometry": { "type": "Point", "coordinates": [ -111.859915000004804, 40.525675000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5268, "StopName": "Draper Town Center Station", "City": "Draper", "ZipCode": "84020", "County": "Salt Lake", "UTA_StopID": "198098", "Latitude": 40.525496, "Longitude": -111.858805, "AVGBoard": 442, "AVGAlight": 384, "Route": "Blue Line", "StopAbbr_J": "198098" }, "geometry": { "type": "Point", "coordinates": [ -111.858805000004622, 40.525496000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5269, "StopName": "Central Pointe Station", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198140", "Latitude": 40.723424, "Longitude": -111.896794, "AVGBoard": 614, "AVGAlight": 463, "Route": "17", "StopAbbr_J": "198140" }, "geometry": { "type": "Point", "coordinates": [ -111.896794000004235, 40.72342400000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5270, "StopName": "South Salt Lake City Station", "City": "South Salt Lake", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198141", "Latitude": 40.722263, "Longitude": -111.890174, "AVGBoard": 54, "AVGAlight": 59, "Route": "200", "StopAbbr_J": "198141" }, "geometry": { "type": "Point", "coordinates": [ -111.890174000004677, 40.722263000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5271, "StopName": "300 East Station", "City": "South Salt Lake", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198142", "Latitude": 40.722324, "Longitude": -111.882335, "AVGBoard": 35, "AVGAlight": 36, "Route": "S-Line", "StopAbbr_J": "198142" }, "geometry": { "type": "Point", "coordinates": [ -111.882335000004048, 40.722324000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5272, "StopName": "500 East Station", "City": "Salt Lake City", "ZipCode": "84115", "County": "Salt Lake", "UTA_StopID": "198143", "Latitude": 40.722306, "Longitude": -111.877085, "AVGBoard": 48, "AVGAlight": 48, "Route": "205", "StopAbbr_J": "198143" }, "geometry": { "type": "Point", "coordinates": [ -111.877085000004612, 40.722306000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5273, "StopName": "700 East Station", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198144", "Latitude": 40.722798, "Longitude": -111.871612, "AVGBoard": 53, "AVGAlight": 43, "Route": "S-Line", "StopAbbr_J": "198144" }, "geometry": { "type": "Point", "coordinates": [ -111.871612000004731, 40.722798000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5274, "StopName": "Sugarmont Station", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198145", "Latitude": 40.722818, "Longitude": -111.865092, "AVGBoard": 50, "AVGAlight": 63, "Route": "S-Line", "StopAbbr_J": "198145" }, "geometry": { "type": "Point", "coordinates": [ -111.865092000004481, 40.72281800000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5275, "StopName": "Fairmont Station", "City": "Salt Lake City", "ZipCode": "84106", "County": "Salt Lake", "UTA_StopID": "198146", "Latitude": 40.722757, "Longitude": -111.861675, "AVGBoard": 181, "AVGAlight": 179, "Route": "S-Line", "StopAbbr_J": "198146" }, "geometry": { "type": "Point", "coordinates": [ -111.861675000003956, 40.722757000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5276, "StopName": "South Pointe Dr @ 5241 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "629244", "Latitude": 41.168902, "Longitude": -111.970667, "AVGBoard": 1, "AVGAlight": 6, "Route": "612", "StopAbbr_J": "629244" }, "geometry": { "type": "Point", "coordinates": [ -111.970667000004482, 41.16890200000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5277, "StopName": "Harrison Blvd @ 4401 S (Ogden)", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "629249", "Latitude": 41.184291, "Longitude": -111.953152, "AVGBoard": 73, "AVGAlight": 30, "Route": "645, 603", "StopAbbr_J": "629249" }, "geometry": { "type": "Point", "coordinates": [ -111.953152000003982, 41.184291000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5278, "StopName": "Harrison Blvd @ 5745 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "630006", "Latitude": 41.158587, "Longitude": -111.939895, "AVGBoard": 11, "AVGAlight": 21, "Route": "625, 473, 455", "StopAbbr_J": "630006" }, "geometry": { "type": "Point", "coordinates": [ -111.939895000004384, 41.158587000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5279, "StopName": "1200 W @ 707 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812057", "Latitude": 40.309325, "Longitude": -111.724505, "AVGBoard": 3, "AVGAlight": 3, "Route": "862", "StopAbbr_J": "812057" }, "geometry": { "type": "Point", "coordinates": [ -111.724505000004058, 40.30932500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5280, "StopName": "Us Hwy 89 @ 5985 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "630032", "Latitude": 41.153707, "Longitude": -111.938394, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "630032" }, "geometry": { "type": "Point", "coordinates": [ -111.938394000004223, 41.153707000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5281, "StopName": "Us Hwy 89 @ 6530 S (Uintah)", "City": "Uintah", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "630033", "Latitude": 41.142467, "Longitude": -111.91754, "AVGBoard": 0, "AVGAlight": 3, "Route": "455", "StopAbbr_J": "630033" }, "geometry": { "type": "Point", "coordinates": [ -111.917540000004237, 41.142467000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5282, "StopName": "1200 W @ 660 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812058", "Latitude": 40.309195, "Longitude": -111.724352, "AVGBoard": 1, "AVGAlight": 3, "Route": "862", "StopAbbr_J": "812058" }, "geometry": { "type": "Point", "coordinates": [ -111.724352000003989, 40.309195000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5283, "StopName": "Us Hwy 89 @ 6520 S", "City": "Uintah", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "630034", "Latitude": 41.140397, "Longitude": -111.915811, "AVGBoard": 2, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "630034" }, "geometry": { "type": "Point", "coordinates": [ -111.915811000004084, 41.140397000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5284, "StopName": "1200 W @ 1320 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812176", "Latitude": 40.321218, "Longitude": -111.724685, "AVGBoard": 1, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "812176" }, "geometry": { "type": "Point", "coordinates": [ -111.724685000004584, 40.321218000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5285, "StopName": "Us Hwy 89 @ 6190 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "630035", "Latitude": 41.152404, "Longitude": -111.936218, "AVGBoard": 1, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "630035" }, "geometry": { "type": "Point", "coordinates": [ -111.936218000003919, 41.152404000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5286, "StopName": "1200 W @ 1448 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812177", "Latitude": 40.323299, "Longitude": -111.724742, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "812177" }, "geometry": { "type": "Point", "coordinates": [ -111.724742000004809, 40.323299000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5287, "StopName": "Harrison Blvd @ 5650 S (S. Ogden)", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "630036", "Latitude": 41.159461, "Longitude": -111.939596, "AVGBoard": 20, "AVGAlight": 8, "Route": "625, 473, 455", "StopAbbr_J": "630036" }, "geometry": { "type": "Point", "coordinates": [ -111.939596000003917, 41.159461000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5288, "StopName": "1600 N @ 84 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812188", "Latitude": 40.326703, "Longitude": -111.698012, "AVGBoard": 2, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "812188" }, "geometry": { "type": "Point", "coordinates": [ -111.698012000004837, 40.326703000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5289, "StopName": "1000 W @ 757 N", "City": "Clinton", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632001", "Latitude": 41.124883, "Longitude": -112.045397, "AVGBoard": 4, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "632001" }, "geometry": { "type": "Point", "coordinates": [ -112.045397000004655, 41.124883000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5290, "StopName": "1000 W @ 645 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632002", "Latitude": 41.123021, "Longitude": -112.045379, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "632002" }, "geometry": { "type": "Point", "coordinates": [ -112.045379000004061, 41.123021000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5291, "StopName": "1000 W @ 519 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632003", "Latitude": 41.120932, "Longitude": -112.045377, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "632003" }, "geometry": { "type": "Point", "coordinates": [ -112.045377000003896, 41.120932000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5292, "StopName": "1000 W @ 345 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632004", "Latitude": 41.118759, "Longitude": -112.045382, "AVGBoard": 5, "AVGAlight": 4, "Route": "640", "StopAbbr_J": "632004" }, "geometry": { "type": "Point", "coordinates": [ -112.045382000004295, 41.118759000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5293, "StopName": "1000 W @ 404 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632006", "Latitude": 41.118989, "Longitude": -112.045201, "AVGBoard": 2, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "632006" }, "geometry": { "type": "Point", "coordinates": [ -112.04520100000461, 41.118989000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5294, "StopName": "1000 W @ 762 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632008", "Latitude": 41.124815, "Longitude": -112.045181, "AVGBoard": 1, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "632008" }, "geometry": { "type": "Point", "coordinates": [ -112.045181000004732, 41.124815000002563 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5295, "StopName": "Antelope Dr @ 1005 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632009", "Latitude": 41.089273, "Longitude": -112.045909, "AVGBoard": 0, "AVGAlight": 2, "Route": "626", "StopAbbr_J": "632009" }, "geometry": { "type": "Point", "coordinates": [ -112.045909000004784, 41.089273000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5296, "StopName": "Antelope Dr @ 1136 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632010", "Latitude": 41.089191, "Longitude": -112.048457, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632010" }, "geometry": { "type": "Point", "coordinates": [ -112.048457000004404, 41.089191000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5297, "StopName": "Antelope Dr @ 1326 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632011", "Latitude": 41.089188, "Longitude": -112.051871, "AVGBoard": 0, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "632011" }, "geometry": { "type": "Point", "coordinates": [ -112.051871000004681, 41.089188000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5298, "StopName": "2000 W @ 669 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632017", "Latitude": 41.104086, "Longitude": -112.064338, "AVGBoard": 1, "AVGAlight": 2, "Route": "626", "StopAbbr_J": "632017" }, "geometry": { "type": "Point", "coordinates": [ -112.064338000004511, 41.104086000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5299, "StopName": "2000 W @ 61 S", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632018", "Latitude": 41.112136, "Longitude": -112.064448, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632018" }, "geometry": { "type": "Point", "coordinates": [ -112.064448000004631, 41.112136000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5300, "StopName": "2000 W @ 326 N", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632019", "Latitude": 41.118571, "Longitude": -112.064427, "AVGBoard": 0, "AVGAlight": 3, "Route": "626", "StopAbbr_J": "632019" }, "geometry": { "type": "Point", "coordinates": [ -112.064427000004684, 41.11857100000266 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5301, "StopName": "2000 W @ 261 N (West Point)", "City": "West Point", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632029", "Latitude": 41.117365, "Longitude": -112.064585, "AVGBoard": 4, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632029" }, "geometry": { "type": "Point", "coordinates": [ -112.064585000004271, 41.117365000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5302, "StopName": "2000 W @ 256 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632030", "Latitude": 41.110037, "Longitude": -112.064678, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632030" }, "geometry": { "type": "Point", "coordinates": [ -112.06467800000388, 41.11003700000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5303, "StopName": "2000 W @ 720 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632031", "Latitude": 41.103295, "Longitude": -112.064752, "AVGBoard": 3, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632031" }, "geometry": { "type": "Point", "coordinates": [ -112.064752000004603, 41.103295000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5304, "StopName": "2000 W @ 1110 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632032", "Latitude": 41.098495, "Longitude": -112.064713, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632032" }, "geometry": { "type": "Point", "coordinates": [ -112.064713000004076, 41.098495000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5305, "StopName": "Antelope Dr @ 1711 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632035", "Latitude": 41.088956, "Longitude": -112.059031, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632035" }, "geometry": { "type": "Point", "coordinates": [ -112.059031000003969, 41.088956000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5306, "StopName": "Antelope Dr @ 1101 W", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632038", "Latitude": 41.088961, "Longitude": -112.048463, "AVGBoard": 0, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "632038" }, "geometry": { "type": "Point", "coordinates": [ -112.048463000004006, 41.088961000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5307, "StopName": "2000 W @ 1190 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632042", "Latitude": 41.0966, "Longitude": -112.064857, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632042" }, "geometry": { "type": "Point", "coordinates": [ -112.064857000004324, 41.096600000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5308, "StopName": "Antelope Dr @ 955 W", "City": "Syracuse", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632044", "Latitude": 41.089045, "Longitude": -112.043941, "AVGBoard": 4, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "632044" }, "geometry": { "type": "Point", "coordinates": [ -112.043941000004608, 41.089045000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5309, "StopName": "Antelope Dr @ 517 W", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632046", "Latitude": 41.089099, "Longitude": -112.034704, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "632046" }, "geometry": { "type": "Point", "coordinates": [ -112.034704000004226, 41.089099000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5310, "StopName": "2000 W @ 1143 S", "City": "Syracuse", "ZipCode": "84075", "County": "Davis", "UTA_StopID": "632047", "Latitude": 41.09749, "Longitude": -112.064529, "AVGBoard": 0, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "632047" }, "geometry": { "type": "Point", "coordinates": [ -112.064529000004129, 41.097490000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5311, "StopName": "1000 W @ 620 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "632067", "Latitude": 41.122864, "Longitude": -112.045212, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "632067" }, "geometry": { "type": "Point", "coordinates": [ -112.045212000004611, 41.122864000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5312, "StopName": "Main St @ 291 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633016", "Latitude": 41.117614, "Longitude": -112.026211, "AVGBoard": 10, "AVGAlight": 6, "Route": "470", "StopAbbr_J": "633016" }, "geometry": { "type": "Point", "coordinates": [ -112.026211000004281, 41.117614000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5313, "StopName": "State St @ 226 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633018", "Latitude": 41.110409, "Longitude": -112.023061, "AVGBoard": 3, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "633018" }, "geometry": { "type": "Point", "coordinates": [ -112.023061000004276, 41.110409000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5314, "StopName": "State St @ 712 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633026", "Latitude": 41.102836, "Longitude": -112.014833, "AVGBoard": 7, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "633026" }, "geometry": { "type": "Point", "coordinates": [ -112.014833000004685, 41.102836000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5315, "StopName": "1450 S @ 1360 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633034", "Latitude": 41.092751, "Longitude": -111.998891, "AVGBoard": 1, "AVGAlight": 1, "Route": "640, 628", "StopAbbr_J": "633034" }, "geometry": { "type": "Point", "coordinates": [ -111.998891000004036, 41.092751000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5316, "StopName": "1450 S @ 1498 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633035", "Latitude": 41.092762, "Longitude": -111.997502, "AVGBoard": 0, "AVGAlight": 0, "Route": "640, 628", "StopAbbr_J": "633035" }, "geometry": { "type": "Point", "coordinates": [ -111.997502000004133, 41.092762000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5317, "StopName": "Robins Dr @ 2121 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "633036", "Latitude": 41.091051, "Longitude": -111.997382, "AVGBoard": 3, "AVGAlight": 4, "Route": "640, 628", "StopAbbr_J": "633036" }, "geometry": { "type": "Point", "coordinates": [ -111.997382000004094, 41.091051000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5318, "StopName": "Robins Dr @ 2122 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "633041", "Latitude": 41.091038, "Longitude": -111.997253, "AVGBoard": 3, "AVGAlight": 9, "Route": "640, 628", "StopAbbr_J": "633041" }, "geometry": { "type": "Point", "coordinates": [ -111.997253000004207, 41.091038000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5319, "StopName": "1700 W @ 2250 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "633042", "Latitude": 41.092546, "Longitude": -111.997254, "AVGBoard": 3, "AVGAlight": 2, "Route": "640, 628", "StopAbbr_J": "633042" }, "geometry": { "type": "Point", "coordinates": [ -111.997254000004304, 41.092546000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5320, "StopName": "1450 S @ 1348 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633043", "Latitude": 41.092877, "Longitude": -111.999077, "AVGBoard": 1, "AVGAlight": 1, "Route": "640, 628", "StopAbbr_J": "633043" }, "geometry": { "type": "Point", "coordinates": [ -111.999077000004149, 41.092877000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5321, "StopName": "1450 S @ 1252 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633044", "Latitude": 41.092873, "Longitude": -112.000299, "AVGBoard": 1, "AVGAlight": 2, "Route": "640, 628", "StopAbbr_J": "633044" }, "geometry": { "type": "Point", "coordinates": [ -112.000299000004617, 41.092873000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5322, "StopName": "State St @ 151 S (Clearfield)", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633059", "Latitude": 41.111453, "Longitude": -112.023765, "AVGBoard": 2, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "633059" }, "geometry": { "type": "Point", "coordinates": [ -112.023765000004104, 41.111453000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5323, "StopName": "Antelope Dr @ 2025 W (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "633076", "Latitude": 41.089271, "Longitude": -112.001936, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "633076" }, "geometry": { "type": "Point", "coordinates": [ -112.001936000004335, 41.089271000002576 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5324, "StopName": "Antelope Dr @ 345 E (Clearfield)", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633077", "Latitude": 41.089237, "Longitude": -112.018783, "AVGBoard": 3, "AVGAlight": 3, "Route": "626", "StopAbbr_J": "633077" }, "geometry": { "type": "Point", "coordinates": [ -112.018783000004404, 41.08923700000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5325, "StopName": "Antelope Dr @ 181 W", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633078", "Latitude": 41.089332, "Longitude": -112.022837, "AVGBoard": 3, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "633078" }, "geometry": { "type": "Point", "coordinates": [ -112.0228370000046, 41.089332000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5326, "StopName": "Antelope Dr @ 44 W", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633079", "Latitude": 41.089332, "Longitude": -112.026886, "AVGBoard": 6, "AVGAlight": 3, "Route": "626", "StopAbbr_J": "633079" }, "geometry": { "type": "Point", "coordinates": [ -112.02688600000441, 41.089332000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5327, "StopName": "Antelope Dr @ 301 W", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633081", "Latitude": 41.089112, "Longitude": -112.030211, "AVGBoard": 1, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "633081" }, "geometry": { "type": "Point", "coordinates": [ -112.030211000004527, 41.089112000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5328, "StopName": "Antelope Dr @ 15 W", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633082", "Latitude": 41.089098, "Longitude": -112.027013, "AVGBoard": 2, "AVGAlight": 1, "Route": "626", "StopAbbr_J": "633082" }, "geometry": { "type": "Point", "coordinates": [ -112.027013000004132, 41.089098000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5329, "StopName": "Antelope Dr @ 150 E", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633083", "Latitude": 41.089102, "Longitude": -112.023334, "AVGBoard": 2, "AVGAlight": 2, "Route": "626", "StopAbbr_J": "633083" }, "geometry": { "type": "Point", "coordinates": [ -112.023334000004397, 41.089102000002633 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5330, "StopName": "State St @ 448 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633085", "Latitude": 41.107499, "Longitude": -112.019991, "AVGBoard": 1, "AVGAlight": 2, "Route": "470", "StopAbbr_J": "633085" }, "geometry": { "type": "Point", "coordinates": [ -112.01999100000458, 41.107499000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5331, "StopName": "Main St @ 2030 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "633087", "Latitude": 41.090395, "Longitude": -112.002129, "AVGBoard": 13, "AVGAlight": 12, "Route": "626, 470", "StopAbbr_J": "633087" }, "geometry": { "type": "Point", "coordinates": [ -112.002129000004132, 41.090395000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5332, "StopName": "State St @ 325 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633089", "Latitude": 41.109085, "Longitude": -112.021377, "AVGBoard": 3, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "633089" }, "geometry": { "type": "Point", "coordinates": [ -112.021377000004236, 41.109085000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5333, "StopName": "State St @ 1299 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633090", "Latitude": 41.094551, "Longitude": -112.006271, "AVGBoard": 1, "AVGAlight": 4, "Route": "640, 628, 626, 470", "StopAbbr_J": "633090" }, "geometry": { "type": "Point", "coordinates": [ -112.006271000004432, 41.094551000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5334, "StopName": "State St @ 835 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633093", "Latitude": 41.101018, "Longitude": -112.012693, "AVGBoard": 4, "AVGAlight": 4, "Route": "627, 470", "StopAbbr_J": "633093" }, "geometry": { "type": "Point", "coordinates": [ -112.012693000004688, 41.101018000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5335, "StopName": "State St @ 595 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633094", "Latitude": 41.104936, "Longitude": -112.01669, "AVGBoard": 13, "AVGAlight": 7, "Route": "470", "StopAbbr_J": "633094" }, "geometry": { "type": "Point", "coordinates": [ -112.016690000004658, 41.104936000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5336, "StopName": "State St @ 571 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633095", "Latitude": 41.105845, "Longitude": -112.017679, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "633095" }, "geometry": { "type": "Point", "coordinates": [ -112.017679000004705, 41.105845000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5337, "StopName": "Main St @ 656 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633097", "Latitude": 41.123768, "Longitude": -112.025972, "AVGBoard": 10, "AVGAlight": 8, "Route": "470", "StopAbbr_J": "633097" }, "geometry": { "type": "Point", "coordinates": [ -112.025972000004288, 41.123768000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5338, "StopName": "Main St @ 820 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633098", "Latitude": 41.125954, "Longitude": -112.025953, "AVGBoard": 6, "AVGAlight": 7, "Route": "470", "StopAbbr_J": "633098" }, "geometry": { "type": "Point", "coordinates": [ -112.025953000004506, 41.125954000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5339, "StopName": "Main St @ 1168 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633099", "Latitude": 41.129564, "Longitude": -112.025888, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "633099" }, "geometry": { "type": "Point", "coordinates": [ -112.025888000004514, 41.12956400000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5340, "StopName": "Main St @ 1802 N (Sunset)", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633102", "Latitude": 41.140349, "Longitude": -112.025912, "AVGBoard": 4, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "633102" }, "geometry": { "type": "Point", "coordinates": [ -112.025912000004709, 41.140349000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5341, "StopName": "Main St @ 1299 N (Sunset)", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633105", "Latitude": 41.132192, "Longitude": -112.026215, "AVGBoard": 2, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "633105" }, "geometry": { "type": "Point", "coordinates": [ -112.026215000004612, 41.132192000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5342, "StopName": "Main St @ 1115 N", "City": "Sunset", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633106", "Latitude": 41.129503, "Longitude": -112.026215, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "633106" }, "geometry": { "type": "Point", "coordinates": [ -112.026215000004612, 41.129503000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5343, "StopName": "Main St @ 799 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633107", "Latitude": 41.124991, "Longitude": -112.026183, "AVGBoard": 7, "AVGAlight": 8, "Route": "470", "StopAbbr_J": "633107" }, "geometry": { "type": "Point", "coordinates": [ -112.026183000004664, 41.124991000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5344, "StopName": "Main St @ 649 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633108", "Latitude": 41.122288, "Longitude": -112.026116, "AVGBoard": 9, "AVGAlight": 7, "Route": "470", "StopAbbr_J": "633108" }, "geometry": { "type": "Point", "coordinates": [ -112.026116000004507, 41.122288000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5345, "StopName": "13Th St @ 1601 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633113", "Latitude": 41.090542, "Longitude": -112.018991, "AVGBoard": 1, "AVGAlight": 7, "Route": "640", "StopAbbr_J": "633113" }, "geometry": { "type": "Point", "coordinates": [ -112.018991000004519, 41.090542000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5346, "StopName": "13Th St @ 1600 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633114", "Latitude": 41.090301, "Longitude": -112.018488, "AVGBoard": 4, "AVGAlight": 6, "Route": "640", "StopAbbr_J": "633114" }, "geometry": { "type": "Point", "coordinates": [ -112.018488000004254, 41.090301000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5347, "StopName": "13Th St @ 1500 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633115", "Latitude": 41.092143, "Longitude": -112.020389, "AVGBoard": 3, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "633115" }, "geometry": { "type": "Point", "coordinates": [ -112.020389000004258, 41.092143000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5348, "StopName": "13Th St @ 1000 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633117", "Latitude": 41.099721, "Longitude": -112.026796, "AVGBoard": 7, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "633117" }, "geometry": { "type": "Point", "coordinates": [ -112.026796000004168, 41.099721000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5349, "StopName": "State St @ 860 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633119", "Latitude": 41.101396, "Longitude": -112.013411, "AVGBoard": 1, "AVGAlight": 4, "Route": "627, 470", "StopAbbr_J": "633119" }, "geometry": { "type": "Point", "coordinates": [ -112.013411000004766, 41.101396000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5350, "StopName": "State St @ 1148 S (Clearfield)", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633121", "Latitude": 41.096911, "Longitude": -112.008994, "AVGBoard": 2, "AVGAlight": 4, "Route": "627, 470", "StopAbbr_J": "633121" }, "geometry": { "type": "Point", "coordinates": [ -112.008994000004179, 41.096911000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5351, "StopName": "Main St @ 2065 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "633125", "Latitude": 41.090091, "Longitude": -112.002232, "AVGBoard": 15, "AVGAlight": 13, "Route": "640, 626, 470", "StopAbbr_J": "633125" }, "geometry": { "type": "Point", "coordinates": [ -112.002232000004568, 41.090091000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5352, "StopName": "13Th St @ 1380 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633132", "Latitude": 41.094263, "Longitude": -112.022291, "AVGBoard": 3, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "633132" }, "geometry": { "type": "Point", "coordinates": [ -112.022291000004373, 41.094263000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5353, "StopName": "13Th St @ 1166 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633133", "Latitude": 41.099395, "Longitude": -112.026838, "AVGBoard": 1, "AVGAlight": 6, "Route": "640", "StopAbbr_J": "633133" }, "geometry": { "type": "Point", "coordinates": [ -112.026838000004034, 41.09939500000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5354, "StopName": "Antelope Dr @ 2190 W (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "633137", "Latitude": 41.089263, "Longitude": -112.006063, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "633137" }, "geometry": { "type": "Point", "coordinates": [ -112.006063000004303, 41.089263000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5355, "StopName": "Antelope Dr @ 761 E (Clearfield)", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633138", "Latitude": 41.089206, "Longitude": -112.011809, "AVGBoard": 0, "AVGAlight": 0, "Route": "640, 626", "StopAbbr_J": "633138" }, "geometry": { "type": "Point", "coordinates": [ -112.011809000004334, 41.089206000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5356, "StopName": "Antelope Dr @ 600 W", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633140", "Latitude": 41.089285, "Longitude": -112.037402, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "633140" }, "geometry": { "type": "Point", "coordinates": [ -112.037402000004576, 41.089285000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5357, "StopName": "Antelope Dr @ 2175 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "633143", "Latitude": 41.089032, "Longitude": -112.006417, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "633143" }, "geometry": { "type": "Point", "coordinates": [ -112.006417000003935, 41.089032000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5358, "StopName": "13Th St @ 1450 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633149", "Latitude": 41.092398, "Longitude": -112.021021, "AVGBoard": 2, "AVGAlight": 6, "Route": "640", "StopAbbr_J": "633149" }, "geometry": { "type": "Point", "coordinates": [ -112.021021000004438, 41.092398000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5359, "StopName": "Antelope Dr @ 421 E (Clearfield)", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633150", "Latitude": 41.088986, "Longitude": -112.016862, "AVGBoard": 6, "AVGAlight": 3, "Route": "640, 626", "StopAbbr_J": "633150" }, "geometry": { "type": "Point", "coordinates": [ -112.016862000004522, 41.088986000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5360, "StopName": "Antelope Dr @ 326 W", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633151", "Latitude": 41.089345, "Longitude": -112.032572, "AVGBoard": 0, "AVGAlight": 2, "Route": "626", "StopAbbr_J": "633151" }, "geometry": { "type": "Point", "coordinates": [ -112.032572000003952, 41.089345000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5361, "StopName": "Main St @ 364 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633152", "Latitude": 41.118979, "Longitude": -112.025922, "AVGBoard": 8, "AVGAlight": 11, "Route": "470", "StopAbbr_J": "633152" }, "geometry": { "type": "Point", "coordinates": [ -112.025922000004641, 41.118979000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5362, "StopName": "Antelope Dr @ 915 W", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633154", "Latitude": 41.089282, "Longitude": -112.042431, "AVGBoard": 0, "AVGAlight": 3, "Route": "626", "StopAbbr_J": "633154" }, "geometry": { "type": "Point", "coordinates": [ -112.042431000004584, 41.089282000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5363, "StopName": "State St @ 580 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633162", "Latitude": 41.105194, "Longitude": -112.017309, "AVGBoard": 4, "AVGAlight": 5, "Route": "470", "StopAbbr_J": "633162" }, "geometry": { "type": "Point", "coordinates": [ -112.017309000004659, 41.105194000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5364, "StopName": "13Th St @ 708 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633168", "Latitude": 41.104121, "Longitude": -112.030418, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "633168" }, "geometry": { "type": "Point", "coordinates": [ -112.030418000004587, 41.104121000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5365, "StopName": "13Th St @ 710 S", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633169", "Latitude": 41.104018, "Longitude": -112.030532, "AVGBoard": 0, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "633169" }, "geometry": { "type": "Point", "coordinates": [ -112.030532000004129, 41.104018000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5366, "StopName": "Main St @ 30 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "633174", "Latitude": 41.114492, "Longitude": -112.025837, "AVGBoard": 3, "AVGAlight": 4, "Route": "470", "StopAbbr_J": "633174" }, "geometry": { "type": "Point", "coordinates": [ -112.025837000003904, 41.11449200000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5367, "StopName": "Antelope Dr @ 415 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634003", "Latitude": 41.089066, "Longitude": -111.974326, "AVGBoard": 4, "AVGAlight": 14, "Route": "640", "StopAbbr_J": "634003" }, "geometry": { "type": "Point", "coordinates": [ -111.974326000004368, 41.089066000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5368, "StopName": "University Pkwy @ 2100 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634004", "Latitude": 41.091319, "Longitude": -111.987713, "AVGBoard": 1, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "634004" }, "geometry": { "type": "Point", "coordinates": [ -111.987713000003907, 41.091319000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5369, "StopName": "Hill Field Rd @ 1890 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634005", "Latitude": 41.087587, "Longitude": -111.973328, "AVGBoard": 1, "AVGAlight": 1, "Route": "640, 627", "StopAbbr_J": "634005" }, "geometry": { "type": "Point", "coordinates": [ -111.973328000004457, 41.087587000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5370, "StopName": "Antelope Dr @ 448 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634006", "Latitude": 41.089289, "Longitude": -111.974495, "AVGBoard": 5, "AVGAlight": 1, "Route": "640", "StopAbbr_J": "634006" }, "geometry": { "type": "Point", "coordinates": [ -111.974495000003969, 41.089289000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5371, "StopName": "Antelope Dr @ 800 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634007", "Latitude": 41.089281, "Longitude": -111.981368, "AVGBoard": 4, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "634007" }, "geometry": { "type": "Point", "coordinates": [ -111.981368000004679, 41.089281000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5372, "StopName": "University Pkwy @ 2526 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634009", "Latitude": 41.097579, "Longitude": -111.987585, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "634009" }, "geometry": { "type": "Point", "coordinates": [ -111.987585000004103, 41.097579000002618 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5373, "StopName": "Hill Field Rd @ 2510 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634010", "Latitude": 41.096918, "Longitude": -111.973294, "AVGBoard": 1, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "634010" }, "geometry": { "type": "Point", "coordinates": [ -111.973294000004358, 41.096918000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5374, "StopName": "Hill Field Rd @ 2798 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634011", "Latitude": 41.100696, "Longitude": -111.973271, "AVGBoard": 1, "AVGAlight": 3, "Route": "627", "StopAbbr_J": "634011" }, "geometry": { "type": "Point", "coordinates": [ -111.973271000004246, 41.100696000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5375, "StopName": "Hill Field Rd @ 2954 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634012", "Latitude": 41.102145, "Longitude": -111.973264, "AVGBoard": 3, "AVGAlight": 5, "Route": "627", "StopAbbr_J": "634012" }, "geometry": { "type": "Point", "coordinates": [ -111.973264000004562, 41.102145000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5376, "StopName": "2000 E @ 875 S", "City": "Clearfield", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634017", "Latitude": 41.101662, "Longitude": -111.988652, "AVGBoard": 4, "AVGAlight": 6, "Route": "627", "StopAbbr_J": "634017" }, "geometry": { "type": "Point", "coordinates": [ -111.988652000004322, 41.101662000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5377, "StopName": "2000 E @ 888 S", "City": "Clearfield", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634018", "Latitude": 41.101563, "Longitude": -111.988806, "AVGBoard": 1, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "634018" }, "geometry": { "type": "Point", "coordinates": [ -111.988806000004502, 41.101563000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5378, "StopName": "University Pkwy @ 2513 N", "City": "Clearfield", "ZipCode": "84015", "County": "Davis", "UTA_StopID": "634020", "Latitude": 41.097389, "Longitude": -111.987782, "AVGBoard": 2, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "634020" }, "geometry": { "type": "Point", "coordinates": [ -111.987782000004245, 41.0973890000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5379, "StopName": "Hill Field Rd @ 2901 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634021", "Latitude": 41.101988, "Longitude": -111.973554, "AVGBoard": 4, "AVGAlight": 4, "Route": "627", "StopAbbr_J": "634021" }, "geometry": { "type": "Point", "coordinates": [ -111.973554000004285, 41.101988000002649 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5380, "StopName": "Hill Field Rd @ 2875 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634022", "Latitude": 41.099947, "Longitude": -111.973561, "AVGBoard": 1, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "634022" }, "geometry": { "type": "Point", "coordinates": [ -111.973561000003969, 41.099947000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5381, "StopName": "Hill Field Rd @ 2441 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634023", "Latitude": 41.095577, "Longitude": -111.973579, "AVGBoard": 1, "AVGAlight": 0, "Route": "627", "StopAbbr_J": "634023" }, "geometry": { "type": "Point", "coordinates": [ -111.973579000004563, 41.095577000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5382, "StopName": "Hill Field Rd @ 2085 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634024", "Latitude": 41.090441, "Longitude": -111.973623, "AVGBoard": 0, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "634024" }, "geometry": { "type": "Point", "coordinates": [ -111.973623000004608, 41.090441000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5383, "StopName": "University Pkwy @ 2750 N (Layton)", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634028", "Latitude": 41.099715, "Longitude": -111.986366, "AVGBoard": 40, "AVGAlight": 19, "Route": "640, 627", "StopAbbr_J": "634028" }, "geometry": { "type": "Point", "coordinates": [ -111.986366000003912, 41.099715000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5384, "StopName": "Hill Field Rd @ 2112 N", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634034", "Latitude": 41.090746, "Longitude": -111.973315, "AVGBoard": 1, "AVGAlight": 1, "Route": "627", "StopAbbr_J": "634034" }, "geometry": { "type": "Point", "coordinates": [ -111.973315000004291, 41.090746000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5385, "StopName": "Antelope Dr @ 1055 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634035", "Latitude": 41.089128, "Longitude": -111.984592, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "634035" }, "geometry": { "type": "Point", "coordinates": [ -111.984592000004511, 41.089128000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5386, "StopName": "Antelope Dr @ 925 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634042", "Latitude": 41.089109, "Longitude": -111.982468, "AVGBoard": 0, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "634042" }, "geometry": { "type": "Point", "coordinates": [ -111.982468000004019, 41.089109000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5387, "StopName": "Antelope Dr @ 640 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634043", "Latitude": 41.089289, "Longitude": -111.977302, "AVGBoard": 1, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "634043" }, "geometry": { "type": "Point", "coordinates": [ -111.977302000004357, 41.089289000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5388, "StopName": "Antelope Dr @ 759 W", "City": "Layton", "ZipCode": "84041", "County": "Davis", "UTA_StopID": "634047", "Latitude": 41.089061, "Longitude": -111.980542, "AVGBoard": 0, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "634047" }, "geometry": { "type": "Point", "coordinates": [ -111.980542000004618, 41.089061000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5389, "StopName": "South Weber Park & Ride", "City": "South Weber", "ZipCode": "84405", "County": "Davis", "UTA_StopID": "635014", "Latitude": 41.128834, "Longitude": -111.910411, "AVGBoard": 14, "AVGAlight": 14, "Route": "473, 455", "StopAbbr_J": "635014" }, "geometry": { "type": "Point", "coordinates": [ -111.910411000003933, 41.128834000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5390, "StopName": "Us Hwy 89 @ 198 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636007", "Latitude": 41.405411, "Longitude": -112.036518, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636007" }, "geometry": { "type": "Point", "coordinates": [ -112.036518000004222, 41.405411000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5391, "StopName": "Us Hwy 89 @ 201 S", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636008", "Latitude": 41.405149, "Longitude": -112.036178, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636008" }, "geometry": { "type": "Point", "coordinates": [ -112.036178000003943, 41.405149000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5392, "StopName": "Us Hwy 89 @ 98 N (Willard)", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636010", "Latitude": 41.410982, "Longitude": -112.036135, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636010" }, "geometry": { "type": "Point", "coordinates": [ -112.036135000003995, 41.410982000002569 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5393, "StopName": "Us Hwy 89 @ 798 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636011", "Latitude": 41.423073, "Longitude": -112.035614, "AVGBoard": 0, "AVGAlight": 2, "Route": "630", "StopAbbr_J": "636011" }, "geometry": { "type": "Point", "coordinates": [ -112.035614000004031, 41.423073000002624 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5394, "StopName": "Us Hwy 89 @ 1050 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636012", "Latitude": 41.427401, "Longitude": -112.035514, "AVGBoard": 0, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "636012" }, "geometry": { "type": "Point", "coordinates": [ -112.035514000004738, 41.427401000002575 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5395, "StopName": "Us Hwy 89 @ 1025 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636013", "Latitude": 41.427462, "Longitude": -112.035786, "AVGBoard": 1, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636013" }, "geometry": { "type": "Point", "coordinates": [ -112.035786000003881, 41.427462000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5396, "StopName": "Us Hwy 89 @ 735 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636014", "Latitude": 41.422041, "Longitude": -112.035998, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636014" }, "geometry": { "type": "Point", "coordinates": [ -112.035998000004341, 41.422041000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5397, "StopName": "Us Hwy 89 @ 95 N (Willard)", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636015", "Latitude": 41.410883, "Longitude": -112.036413, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636015" }, "geometry": { "type": "Point", "coordinates": [ -112.036413000004529, 41.410883000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5398, "StopName": "Us Hwy 89 @ 370 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636016", "Latitude": 41.415577, "Longitude": -112.035938, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636016" }, "geometry": { "type": "Point", "coordinates": [ -112.035938000004762, 41.415577000002557 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5399, "StopName": "Us Hwy 89 @ 1430 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636017", "Latitude": 41.435608, "Longitude": -112.035859, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636017" }, "geometry": { "type": "Point", "coordinates": [ -112.035859000004521, 41.435608000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5400, "StopName": "Us Hwy 89 @ 3725 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "636018", "Latitude": 41.442437, "Longitude": -112.036891, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636018" }, "geometry": { "type": "Point", "coordinates": [ -112.036891000004545, 41.44243700000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5401, "StopName": "Us Hwy 89 @ 361 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636019", "Latitude": 41.415371, "Longitude": -112.036278, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636019" }, "geometry": { "type": "Point", "coordinates": [ -112.036278000004145, 41.415371000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5402, "StopName": "Main St @ 20 N", "City": "Willard", "ZipCode": "84340", "County": "Box Elder", "UTA_StopID": "636020", "Latitude": 41.409319, "Longitude": -112.036181, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636020" }, "geometry": { "type": "Point", "coordinates": [ -112.03618100000422, 41.409319000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5403, "StopName": "Us Hwy 89 @ 2925 S (Perry)", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "636021", "Latitude": 41.456135, "Longitude": -112.038401, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636021" }, "geometry": { "type": "Point", "coordinates": [ -112.038401000004555, 41.456135000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5404, "StopName": "700 W @ 4463 S", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636026", "Latitude": 41.181142, "Longitude": -111.995961, "AVGBoard": 4, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "636026" }, "geometry": { "type": "Point", "coordinates": [ -111.995961000004257, 41.181142000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5405, "StopName": "1900 W @ 4142 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636027", "Latitude": 41.188432, "Longitude": -112.025749, "AVGBoard": 7, "AVGAlight": 2, "Route": "604", "StopAbbr_J": "636027" }, "geometry": { "type": "Point", "coordinates": [ -112.025749000004694, 41.188432000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5406, "StopName": "1900 W @ 4189 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636028", "Latitude": 41.187693, "Longitude": -112.026012, "AVGBoard": 0, "AVGAlight": 5, "Route": "604", "StopAbbr_J": "636028" }, "geometry": { "type": "Point", "coordinates": [ -112.026012000003988, 41.187693000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5407, "StopName": "26Th St @ 181 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636032", "Latitude": 41.218579, "Longitude": -111.976637, "AVGBoard": 9, "AVGAlight": 3, "Route": "603", "StopAbbr_J": "636032" }, "geometry": { "type": "Point", "coordinates": [ -111.976637000004146, 41.218579000002592 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5408, "StopName": "1900 W @ 4377 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636033", "Latitude": 41.183927, "Longitude": -112.026065, "AVGBoard": 1, "AVGAlight": 6, "Route": "604", "StopAbbr_J": "636033" }, "geometry": { "type": "Point", "coordinates": [ -112.026065000004792, 41.183927000002562 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5409, "StopName": "4400 S @ 2164 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636039", "Latitude": 41.183483, "Longitude": -112.031779, "AVGBoard": 0, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "636039" }, "geometry": { "type": "Point", "coordinates": [ -112.031779000003951, 41.183483000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5410, "StopName": "2175 W @ 4381 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636040", "Latitude": 41.183793, "Longitude": -112.032374, "AVGBoard": 1, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636040" }, "geometry": { "type": "Point", "coordinates": [ -112.032374000004651, 41.183793000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5411, "StopName": "1900 W @ 4362 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636043", "Latitude": 41.184185, "Longitude": -112.025781, "AVGBoard": 5, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636043" }, "geometry": { "type": "Point", "coordinates": [ -112.025781000004656, 41.184185000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5412, "StopName": "Washington Blvd @ 1927", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636044", "Latitude": 41.232298, "Longitude": -111.970394, "AVGBoard": 2, "AVGAlight": 5, "Route": "613, 612", "StopAbbr_J": "636044" }, "geometry": { "type": "Point", "coordinates": [ -111.970394000004347, 41.232298000002601 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5413, "StopName": "17Th St @ 186 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636045", "Latitude": 41.23687, "Longitude": -111.976041, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636045" }, "geometry": { "type": "Point", "coordinates": [ -111.976041000004273, 41.236870000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5414, "StopName": "17Th St @ 215 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636063", "Latitude": 41.236748, "Longitude": -111.975323, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636063" }, "geometry": { "type": "Point", "coordinates": [ -111.975323000004167, 41.236748000002642 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5415, "StopName": "2Nd St @ 121", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636064", "Latitude": 41.259188, "Longitude": -111.977262, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636064" }, "geometry": { "type": "Point", "coordinates": [ -111.977262000004643, 41.259188000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5416, "StopName": "530 W @ 98 S (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636065", "Latitude": 41.261742, "Longitude": -111.990003, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636065" }, "geometry": { "type": "Point", "coordinates": [ -111.990003000004677, 41.261742000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5417, "StopName": "600 W @ 287 N (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636066", "Latitude": 41.265337, "Longitude": -111.992796, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636066" }, "geometry": { "type": "Point", "coordinates": [ -111.992796000003892, 41.26533700000256 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5418, "StopName": "Depot Dr @ 513 S (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636069", "Latitude": 41.254099, "Longitude": -111.997836, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636069" }, "geometry": { "type": "Point", "coordinates": [ -111.997836000003915, 41.25409900000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5419, "StopName": "Depot Dr @ 801 S (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636070", "Latitude": 41.251553, "Longitude": -111.995975, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636070" }, "geometry": { "type": "Point", "coordinates": [ -111.995975000004506, 41.25155300000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5420, "StopName": "Depot Dr @ 1041 S (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636071", "Latitude": 41.246931, "Longitude": -111.99463, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636071" }, "geometry": { "type": "Point", "coordinates": [ -111.994630000004676, 41.246931000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5421, "StopName": "Stewart Way @ 426 S (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636074", "Latitude": 41.255693, "Longitude": -111.990951, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636074" }, "geometry": { "type": "Point", "coordinates": [ -111.990951000004017, 41.255693000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5422, "StopName": "1100 S @ 651 W (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636081", "Latitude": 41.245582, "Longitude": -111.992332, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636081" }, "geometry": { "type": "Point", "coordinates": [ -111.992332000004154, 41.245582000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5423, "StopName": "Us-89 @ 3807 N (Plesant View)", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636082", "Latitude": 41.325104, "Longitude": -112.019755, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636082" }, "geometry": { "type": "Point", "coordinates": [ -112.01975500000394, 41.325104000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5424, "StopName": "Us-89 @ 3804 N (Pleasant View)", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636083", "Latitude": 41.325447, "Longitude": -112.019734, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636083" }, "geometry": { "type": "Point", "coordinates": [ -112.019734000003993, 41.32544700000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5425, "StopName": "25Th St @ 1176 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636084", "Latitude": 41.220431, "Longitude": -111.948852, "AVGBoard": 19, "AVGAlight": 9, "Route": "603, 473", "StopAbbr_J": "636084" }, "geometry": { "type": "Point", "coordinates": [ -111.948852000004081, 41.220431000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5426, "StopName": "25Th St @ 1185 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636085", "Latitude": 41.220294, "Longitude": -111.94863, "AVGBoard": 6, "AVGAlight": 13, "Route": "603, 473", "StopAbbr_J": "636085" }, "geometry": { "type": "Point", "coordinates": [ -111.948630000004584, 41.220294000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5427, "StopName": "1200 S @ 737 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636087", "Latitude": 41.244358, "Longitude": -111.995667, "AVGBoard": 1, "AVGAlight": 0, "Route": "613", "StopAbbr_J": "636087" }, "geometry": { "type": "Point", "coordinates": [ -111.99566700000419, 41.244358000002656 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5428, "StopName": "Powder Mountain Rd @ 6603 E (Pow", "City": "Eden", "ZipCode": "84310", "County": "Weber", "UTA_StopID": "636088", "Latitude": 41.377459, "Longitude": -111.787403, "AVGBoard": 0, "AVGAlight": 0, "Route": "674", "StopAbbr_J": "636088" }, "geometry": { "type": "Point", "coordinates": [ -111.787403000003934, 41.377459000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5429, "StopName": "Moose Hollow Dr @ 5195 N (Moose H", "City": "Eden", "ZipCode": "84310", "County": "Weber", "UTA_StopID": "636089", "Latitude": 41.323478, "Longitude": -111.825093, "AVGBoard": 0, "AVGAlight": 0, "Route": "674", "StopAbbr_J": "636089" }, "geometry": { "type": "Point", "coordinates": [ -111.825093000003946, 41.323478000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5430, "StopName": "Sr 162 @ 2560 N (Eden Park & Ride)", "City": "Eden", "ZipCode": "84310", "County": "Weber", "UTA_StopID": "636090", "Latitude": 41.306547, "Longitude": -111.828629, "AVGBoard": 0, "AVGAlight": 0, "Route": "674", "StopAbbr_J": "636090" }, "geometry": { "type": "Point", "coordinates": [ -111.828629000004426, 41.306547000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5431, "StopName": "State Highway 39 @ 6476 E (Huntsvi", "City": "Huntsville", "ZipCode": "84317", "County": "Weber", "UTA_StopID": "636091", "Latitude": 41.250048, "Longitude": -111.792321, "AVGBoard": 0, "AVGAlight": 0, "Route": "675", "StopAbbr_J": "636091" }, "geometry": { "type": "Point", "coordinates": [ -111.792321000004634, 41.250048000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5432, "StopName": "1200 W @ 2212 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636092", "Latitude": 41.227631, "Longitude": -112.009848, "AVGBoard": 0, "AVGAlight": 0, "Route": "675, 674", "StopAbbr_J": "636092" }, "geometry": { "type": "Point", "coordinates": [ -112.009848000004737, 41.227631000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5433, "StopName": "Us Hwy 89 @ 1870 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636093", "Latitude": 41.290976, "Longitude": -111.991985, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636093" }, "geometry": { "type": "Point", "coordinates": [ -111.991985000004206, 41.290976000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5434, "StopName": "Washington Blvd @ 2576 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636095", "Latitude": 41.304843, "Longitude": -111.968705, "AVGBoard": 7, "AVGAlight": 22, "Route": "612", "StopAbbr_J": "636095" }, "geometry": { "type": "Point", "coordinates": [ -111.968705000003908, 41.304843000002577 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5435, "StopName": "5300 S @ 636 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636097", "Latitude": 41.16826, "Longitude": -111.964835, "AVGBoard": 5, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "636097" }, "geometry": { "type": "Point", "coordinates": [ -111.964835000004527, 41.168260000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5436, "StopName": "5600 S @ 3566 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636099", "Latitude": 41.161995, "Longitude": -112.067038, "AVGBoard": 3, "AVGAlight": 4, "Route": "626", "StopAbbr_J": "636099" }, "geometry": { "type": "Point", "coordinates": [ -112.067038000004146, 41.161995000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5437, "StopName": "25Th St @ 569 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636100", "Latitude": 41.220477, "Longitude": -111.965554, "AVGBoard": 14, "AVGAlight": 22, "Route": "603", "StopAbbr_J": "636100" }, "geometry": { "type": "Point", "coordinates": [ -111.965554000004715, 41.220477000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5438, "StopName": "25Th St @ 602 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636101", "Latitude": 41.220652, "Longitude": -111.964647, "AVGBoard": 15, "AVGAlight": 15, "Route": "603", "StopAbbr_J": "636101" }, "geometry": { "type": "Point", "coordinates": [ -111.964647000004263, 41.220652000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5439, "StopName": "25Th St @ 793 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636102", "Latitude": 41.220431, "Longitude": -111.95951, "AVGBoard": 16, "AVGAlight": 55, "Route": "603", "StopAbbr_J": "636102" }, "geometry": { "type": "Point", "coordinates": [ -111.9595100000043, 41.220431000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5440, "StopName": "Monroe Blvd @ 2478 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636103", "Latitude": 41.220915, "Longitude": -111.959209, "AVGBoard": 9, "AVGAlight": 5, "Route": "645", "StopAbbr_J": "636103" }, "geometry": { "type": "Point", "coordinates": [ -111.959209000004563, 41.220915000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5441, "StopName": "25Th St @ 806 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636104", "Latitude": 41.22057, "Longitude": -111.959086, "AVGBoard": 44, "AVGAlight": 19, "Route": "603", "StopAbbr_J": "636104" }, "geometry": { "type": "Point", "coordinates": [ -111.959086000004277, 41.220570000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5442, "StopName": "Monroe Blvd @ 2517 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636105", "Latitude": 41.220167, "Longitude": -111.95941, "AVGBoard": 6, "AVGAlight": 12, "Route": "645", "StopAbbr_J": "636105" }, "geometry": { "type": "Point", "coordinates": [ -111.959410000004112, 41.22016700000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5443, "StopName": "2700 N @ 1473 W", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636106", "Latitude": 41.306731, "Longitude": -112.015051, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "636106" }, "geometry": { "type": "Point", "coordinates": [ -112.01505100000476, 41.306731000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5444, "StopName": "2700 N @ 1570 W", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636107", "Latitude": 41.306966, "Longitude": -112.016267, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "636107" }, "geometry": { "type": "Point", "coordinates": [ -112.016267000004717, 41.306966000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5445, "StopName": "Wall Ave @ 1217 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636108", "Latitude": 41.242745, "Longitude": -111.978482, "AVGBoard": 3, "AVGAlight": 4, "Route": "630", "StopAbbr_J": "636108" }, "geometry": { "type": "Point", "coordinates": [ -111.978482000004036, 41.242745000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5446, "StopName": "Washington Blvd @ 1721 S", "City": "Ogden", "ZipCode": "84107", "County": "Weber", "UTA_StopID": "636109", "Latitude": 41.236268, "Longitude": -111.970309, "AVGBoard": 6, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "636109" }, "geometry": { "type": "Point", "coordinates": [ -111.970309000004505, 41.236268000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5447, "StopName": "Washington Blvd @ 2119 S", "City": "Ogden", "ZipCode": "84107", "County": "Weber", "UTA_StopID": "636110", "Latitude": 41.228626, "Longitude": -111.970469, "AVGBoard": 6, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "636110" }, "geometry": { "type": "Point", "coordinates": [ -111.970469000004272, 41.228626000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5448, "StopName": "5305 S @ 1900 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636111", "Latitude": 41.166833, "Longitude": -112.026203, "AVGBoard": 9, "AVGAlight": 21, "Route": "640, 470", "StopAbbr_J": "636111" }, "geometry": { "type": "Point", "coordinates": [ -112.026203000004514, 41.166833000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5449, "StopName": "Washington Blvd @ 2927 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636115", "Latitude": 41.211763, "Longitude": -111.970816, "AVGBoard": 11, "AVGAlight": 10, "Route": "612, 470, 455", "StopAbbr_J": "636115" }, "geometry": { "type": "Point", "coordinates": [ -111.97081600000422, 41.211763000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5450, "StopName": "Washington Blvd @ 3213 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636117", "Latitude": 41.205749, "Longitude": -111.970971, "AVGBoard": 21, "AVGAlight": 27, "Route": "612, 470", "StopAbbr_J": "636117" }, "geometry": { "type": "Point", "coordinates": [ -111.970971000004454, 41.205749000002562 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5451, "StopName": "Washington Blvd @ 3127 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636118", "Latitude": 41.207613, "Longitude": -111.970924, "AVGBoard": 5, "AVGAlight": 12, "Route": "612, 470", "StopAbbr_J": "636118" }, "geometry": { "type": "Point", "coordinates": [ -111.970924000004175, 41.207613000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5452, "StopName": "Washington Blvd @ 3346 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636120", "Latitude": 41.202756, "Longitude": -111.970817, "AVGBoard": 26, "AVGAlight": 11, "Route": "612, 470", "StopAbbr_J": "636120" }, "geometry": { "type": "Point", "coordinates": [ -111.970817000004303, 41.202756000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5453, "StopName": "Edvalson St @ 1550 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "636121", "Latitude": 41.195311, "Longitude": -111.939906, "AVGBoard": 10, "AVGAlight": 37, "Route": "650, 645, 640, 625, 603, 455", "StopAbbr_J": "636121" }, "geometry": { "type": "Point", "coordinates": [ -111.939906000004413, 41.195311000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5454, "StopName": "Stewart Way @ 431 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636122", "Latitude": 41.25555, "Longitude": -111.990931, "AVGBoard": 0, "AVGAlight": 0, "Route": "608", "StopAbbr_J": "636122" }, "geometry": { "type": "Point", "coordinates": [ -111.990931000004167, 41.2555500000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5455, "StopName": "21St St @ 312 E (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636123", "Latitude": 41.229142, "Longitude": -111.972784, "AVGBoard": 0, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "636123" }, "geometry": { "type": "Point", "coordinates": [ -111.972784000004381, 41.229142000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5456, "StopName": "21St St @ 271 E (Ogden)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636124", "Latitude": 41.229043, "Longitude": -111.973903, "AVGBoard": 2, "AVGAlight": 1, "Route": "613", "StopAbbr_J": "636124" }, "geometry": { "type": "Point", "coordinates": [ -111.973903000004427, 41.229043000002584 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5457, "StopName": "1100 N @ 447 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636126", "Latitude": 41.277144, "Longitude": -111.967862, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "636126" }, "geometry": { "type": "Point", "coordinates": [ -111.96786200000426, 41.277144000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5458, "StopName": "1100 N @ 609 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636127", "Latitude": 41.277146, "Longitude": -111.963725, "AVGBoard": 1, "AVGAlight": 1, "Route": "645", "StopAbbr_J": "636127" }, "geometry": { "type": "Point", "coordinates": [ -111.963725000004374, 41.277146000002574 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5459, "StopName": "1100 N @ 711 East", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636128", "Latitude": 41.277143, "Longitude": -111.961234, "AVGBoard": 0, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "636128" }, "geometry": { "type": "Point", "coordinates": [ -111.961234000004055, 41.277143000002653 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5460, "StopName": "1100 N @ 787 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636129", "Latitude": 41.27715, "Longitude": -111.959171, "AVGBoard": 2, "AVGAlight": 0, "Route": "645", "StopAbbr_J": "636129" }, "geometry": { "type": "Point", "coordinates": [ -111.959171000004119, 41.277150000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5461, "StopName": "400 N @ 272 E (Ogden)", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636130", "Latitude": 41.266867, "Longitude": -111.972682, "AVGBoard": 5, "AVGAlight": 10, "Route": "645", "StopAbbr_J": "636130" }, "geometry": { "type": "Point", "coordinates": [ -111.972682000004042, 41.266867000002563 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5462, "StopName": "5100 E @ 3858 N", "City": "Eden", "ZipCode": "84310", "County": "Weber", "UTA_StopID": "636133", "Latitude": 41.328875, "Longitude": -111.824018, "AVGBoard": 0, "AVGAlight": 0, "Route": "674", "StopAbbr_J": "636133" }, "geometry": { "type": "Point", "coordinates": [ -111.824018000003974, 41.328875000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5463, "StopName": "5100 E @ 3981 N", "City": "Eden", "ZipCode": "84310", "County": "Weber", "UTA_StopID": "636134", "Latitude": 41.33072, "Longitude": -111.825395, "AVGBoard": 0, "AVGAlight": 0, "Route": "674", "StopAbbr_J": "636134" }, "geometry": { "type": "Point", "coordinates": [ -111.825395000004676, 41.330720000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5464, "StopName": "Washington Blvd @ 3074 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636136", "Latitude": 41.208596, "Longitude": -111.970612, "AVGBoard": 9, "AVGAlight": 7, "Route": "612, 470", "StopAbbr_J": "636136" }, "geometry": { "type": "Point", "coordinates": [ -111.970612000004422, 41.208596000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5465, "StopName": "Washington Blvd @ 2972 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636137", "Latitude": 41.210627, "Longitude": -111.970576, "AVGBoard": 15, "AVGAlight": 12, "Route": "612, 470", "StopAbbr_J": "636137" }, "geometry": { "type": "Point", "coordinates": [ -111.970576000004129, 41.210627000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5466, "StopName": "Washington Blvd @ 3295 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636138", "Latitude": 41.203512, "Longitude": -111.970963, "AVGBoard": 11, "AVGAlight": 24, "Route": "612, 470", "StopAbbr_J": "636138" }, "geometry": { "type": "Point", "coordinates": [ -111.970963000004701, 41.203512000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5467, "StopName": "Washington Blvd @ 3521 S", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "636139", "Latitude": 41.19934, "Longitude": -111.971115, "AVGBoard": 4, "AVGAlight": 12, "Route": "612", "StopAbbr_J": "636139" }, "geometry": { "type": "Point", "coordinates": [ -111.971115000004701, 41.199340000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5468, "StopName": "17Th St @ 369 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636140", "Latitude": 41.236683, "Longitude": -111.971001, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636140" }, "geometry": { "type": "Point", "coordinates": [ -111.971001000004264, 41.236683000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5469, "StopName": "17Th St @ 370 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636141", "Latitude": 41.236792, "Longitude": -111.970945, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636141" }, "geometry": { "type": "Point", "coordinates": [ -111.970945000004107, 41.236792000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5470, "StopName": "Adams Ave @ 5315 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636142", "Latitude": 41.167612, "Longitude": -111.968703, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "636142" }, "geometry": { "type": "Point", "coordinates": [ -111.968703000004638, 41.167612000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5471, "StopName": "1900 W @ 5372 S (Roy)", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636144", "Latitude": 41.165579, "Longitude": -112.025887, "AVGBoard": 22, "AVGAlight": 12, "Route": "640, 470", "StopAbbr_J": "636144" }, "geometry": { "type": "Point", "coordinates": [ -112.025887000004445, 41.165579000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5472, "StopName": "22Nd St @ 276 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636145", "Latitude": 41.227051, "Longitude": -111.973769, "AVGBoard": 0, "AVGAlight": 3, "Route": "470", "StopAbbr_J": "636145" }, "geometry": { "type": "Point", "coordinates": [ -111.973769000004125, 41.227051000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5473, "StopName": "1900 W @ 5236 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636148", "Latitude": 41.168674, "Longitude": -112.025898, "AVGBoard": 2, "AVGAlight": 3, "Route": "640", "StopAbbr_J": "636148" }, "geometry": { "type": "Point", "coordinates": [ -112.025898000004446, 41.168674000002568 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5474, "StopName": "5Th E @ 5340 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636149", "Latitude": 41.167119, "Longitude": -111.968472, "AVGBoard": 0, "AVGAlight": 1, "Route": "612", "StopAbbr_J": "636149" }, "geometry": { "type": "Point", "coordinates": [ -111.968472000004397, 41.167119000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5475, "StopName": "4400 S @ 1368 W", "City": "Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636150", "Latitude": 41.183603, "Longitude": -112.014465, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "636150" }, "geometry": { "type": "Point", "coordinates": [ -112.014465000003895, 41.183603000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5476, "StopName": "33Rd St @ 240 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636152", "Latitude": 41.20346, "Longitude": -111.983134, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636152" }, "geometry": { "type": "Point", "coordinates": [ -111.983134000004299, 41.203460000002593 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5477, "StopName": "4400 S @ 1607 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636153", "Latitude": 41.183476, "Longitude": -112.016264, "AVGBoard": 0, "AVGAlight": 0, "Route": "640", "StopAbbr_J": "636153" }, "geometry": { "type": "Point", "coordinates": [ -112.016264000004483, 41.183476000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5478, "StopName": "28Th St @ 376 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636157", "Latitude": 41.21445, "Longitude": -111.971272, "AVGBoard": 0, "AVGAlight": 2, "Route": "455", "StopAbbr_J": "636157" }, "geometry": { "type": "Point", "coordinates": [ -111.971272000004205, 41.214450000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5479, "StopName": "Adams Ave @ 2515 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636158", "Latitude": 41.220334, "Longitude": -111.967768, "AVGBoard": 5, "AVGAlight": 11, "Route": "603", "StopAbbr_J": "636158" }, "geometry": { "type": "Point", "coordinates": [ -111.967768000004568, 41.220334000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5480, "StopName": "Adams Ave @ 2512 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636159", "Latitude": 41.220362, "Longitude": -111.967621, "AVGBoard": 6, "AVGAlight": 11, "Route": "603", "StopAbbr_J": "636159" }, "geometry": { "type": "Point", "coordinates": [ -111.967621000004087, 41.220362000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5481, "StopName": "25Th St @ 1012 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636160", "Latitude": 41.220555, "Longitude": -111.95334, "AVGBoard": 7, "AVGAlight": 5, "Route": "603", "StopAbbr_J": "636160" }, "geometry": { "type": "Point", "coordinates": [ -111.95334000000426, 41.220555000002605 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5482, "StopName": "Wall Ave @ 2038 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636161", "Latitude": 41.230559, "Longitude": -111.978495, "AVGBoard": 3, "AVGAlight": 16, "Route": "F618, 630, 470, 455", "StopAbbr_J": "636161" }, "geometry": { "type": "Point", "coordinates": [ -111.978495000004202, 41.230559000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5483, "StopName": "Wall Ave @ 3648 S", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636163", "Latitude": 41.197023, "Longitude": -111.979284, "AVGBoard": 44, "AVGAlight": 34, "Route": "640, 470, 456", "StopAbbr_J": "636163" }, "geometry": { "type": "Point", "coordinates": [ -111.979284000003886, 41.197023000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5484, "StopName": "2175 W @ 4221 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636164", "Latitude": 41.186579, "Longitude": -112.032328, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636164" }, "geometry": { "type": "Point", "coordinates": [ -112.032328000004455, 41.186579000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5485, "StopName": "2175 W @ 4232 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636165", "Latitude": 41.186532, "Longitude": -112.032227, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636165" }, "geometry": { "type": "Point", "coordinates": [ -112.032227000004184, 41.186532000002636 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5486, "StopName": "4400 S @ 2061 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636166", "Latitude": 41.183397, "Longitude": -112.029689, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636166" }, "geometry": { "type": "Point", "coordinates": [ -112.029689000004467, 41.18339700000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5487, "StopName": "4400 S @ 2054 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636167", "Latitude": 41.183501, "Longitude": -112.02951, "AVGBoard": 0, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "636167" }, "geometry": { "type": "Point", "coordinates": [ -112.029510000004052, 41.183501000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5488, "StopName": "4000 S @ 2215 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636168", "Latitude": 41.190591, "Longitude": -112.033258, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636168" }, "geometry": { "type": "Point", "coordinates": [ -112.03325800000411, 41.190591000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5489, "StopName": "Wall Ave @ 668 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636169", "Latitude": 41.270109, "Longitude": -111.977514, "AVGBoard": 2, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "636169" }, "geometry": { "type": "Point", "coordinates": [ -111.977514000003936, 41.270109000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5490, "StopName": "2175 W @ 4054 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636170", "Latitude": 41.189674, "Longitude": -112.032178, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636170" }, "geometry": { "type": "Point", "coordinates": [ -112.032178000004606, 41.189674000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5491, "StopName": "Riverdale Rd @ 4267 S", "City": "Riverdale", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636171", "Latitude": 41.185211, "Longitude": -111.987115, "AVGBoard": 2, "AVGAlight": 4, "Route": "640, 470", "StopAbbr_J": "636171" }, "geometry": { "type": "Point", "coordinates": [ -111.987115000003868, 41.185211000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5492, "StopName": "Wall Ave @ 466 N", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636173", "Latitude": 41.267586, "Longitude": -111.977565, "AVGBoard": 9, "AVGAlight": 16, "Route": "645, 630", "StopAbbr_J": "636173" }, "geometry": { "type": "Point", "coordinates": [ -111.977565000004546, 41.267586000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5493, "StopName": "Washington Blvd @ 3627", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "636174", "Latitude": 41.197287, "Longitude": -111.971179, "AVGBoard": 15, "AVGAlight": 35, "Route": "612", "StopAbbr_J": "636174" }, "geometry": { "type": "Point", "coordinates": [ -111.971179000004611, 41.197287000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5494, "StopName": "4400 S @ 1937 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636175", "Latitude": 41.183408, "Longitude": -112.026722, "AVGBoard": 0, "AVGAlight": 2, "Route": "604", "StopAbbr_J": "636175" }, "geometry": { "type": "Point", "coordinates": [ -112.026722000004327, 41.183408000002615 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5495, "StopName": "1000 W @ 3209 N", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636176", "Latitude": 41.316049, "Longitude": -112.002972, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "636176" }, "geometry": { "type": "Point", "coordinates": [ -112.002972000004689, 41.316049000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5496, "StopName": "2700 N @ 199 W", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636177", "Latitude": 41.305459, "Longitude": -111.981625, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636177" }, "geometry": { "type": "Point", "coordinates": [ -111.981625000004371, 41.305459000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5497, "StopName": "Washington Blvd @ 1371 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636178", "Latitude": 41.241683, "Longitude": -111.970187, "AVGBoard": 5, "AVGAlight": 1, "Route": "F618, 613, 612", "StopAbbr_J": "636178" }, "geometry": { "type": "Point", "coordinates": [ -111.970187000004302, 41.24168300000256 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5498, "StopName": "20Th St @ 120 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636179", "Latitude": 41.231299, "Longitude": -111.979628, "AVGBoard": 0, "AVGAlight": 0, "Route": "F620, 616", "StopAbbr_J": "636179" }, "geometry": { "type": "Point", "coordinates": [ -111.979628000004496, 41.231299000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5499, "StopName": "Washington Blvd @ 3821 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "636180", "Latitude": 41.193447, "Longitude": -111.971265, "AVGBoard": 3, "AVGAlight": 15, "Route": "612", "StopAbbr_J": "636180" }, "geometry": { "type": "Point", "coordinates": [ -111.971265000004522, 41.193447000002564 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5500, "StopName": "Washington Blvd @ 3923 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "636181", "Latitude": 41.191612, "Longitude": -111.971302, "AVGBoard": 2, "AVGAlight": 6, "Route": "612", "StopAbbr_J": "636181" }, "geometry": { "type": "Point", "coordinates": [ -111.971302000004002, 41.191612000002628 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5501, "StopName": "12Th St @ 1255 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636182", "Latitude": 41.242452, "Longitude": -111.946588, "AVGBoard": 1, "AVGAlight": 0, "Route": "675, 674", "StopAbbr_J": "636182" }, "geometry": { "type": "Point", "coordinates": [ -111.946588000004581, 41.242452000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5502, "StopName": "12Th St @ 1280 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636183", "Latitude": 41.242555, "Longitude": -111.946267, "AVGBoard": 0, "AVGAlight": 1, "Route": "675, 674", "StopAbbr_J": "636183" }, "geometry": { "type": "Point", "coordinates": [ -111.946267000004084, 41.242555000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5503, "StopName": "Midland Dr @ 4055 S", "City": "West Haven", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636184", "Latitude": 41.189683, "Longitude": -112.049537, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636184" }, "geometry": { "type": "Point", "coordinates": [ -112.04953700000388, 41.18968300000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5504, "StopName": "Midland Dr @ 4056 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636185", "Latitude": 41.189381, "Longitude": -112.049481, "AVGBoard": 0, "AVGAlight": 0, "Route": "604", "StopAbbr_J": "636185" }, "geometry": { "type": "Point", "coordinates": [ -112.049481000004647, 41.189381000002591 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5505, "StopName": "200 N @ 732 W (Ogden Bdo)", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636186", "Latitude": 41.263468, "Longitude": -111.995292, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636186" }, "geometry": { "type": "Point", "coordinates": [ -111.995292000004625, 41.26346800000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5506, "StopName": "Highway 89 @ 6201 S", "City": "South Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "636187", "Latitude": 41.150765, "Longitude": -111.934781, "AVGBoard": 0, "AVGAlight": 1, "Route": "455", "StopAbbr_J": "636187" }, "geometry": { "type": "Point", "coordinates": [ -111.934781000004534, 41.150765000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5507, "StopName": "Washington Blvd @ 998 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636188", "Latitude": 41.275915, "Longitude": -111.96915, "AVGBoard": 1, "AVGAlight": 1, "Route": "645, 612", "StopAbbr_J": "636188" }, "geometry": { "type": "Point", "coordinates": [ -111.969150000003879, 41.275915000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5508, "StopName": "4000 S @ 2774 W", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636189", "Latitude": 41.190699, "Longitude": -112.046133, "AVGBoard": 0, "AVGAlight": 1, "Route": "F620, 604", "StopAbbr_J": "636189" }, "geometry": { "type": "Point", "coordinates": [ -112.046133000004431, 41.190699000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5509, "StopName": "Midland Dr @ 4285 S", "City": "West Haven", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636190", "Latitude": 41.185588, "Longitude": -112.054238, "AVGBoard": 0, "AVGAlight": 1, "Route": "604", "StopAbbr_J": "636190" }, "geometry": { "type": "Point", "coordinates": [ -112.054238000004602, 41.185588000002603 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5510, "StopName": "3500 W @ 6039 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636191", "Latitude": 41.153729, "Longitude": -112.064605, "AVGBoard": 0, "AVGAlight": 0, "Route": "626", "StopAbbr_J": "636191" }, "geometry": { "type": "Point", "coordinates": [ -112.064605000004121, 41.153729000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5511, "StopName": "1900 W @ 5069 S", "City": "Roy", "ZipCode": "84067", "County": "Weber", "UTA_StopID": "636192", "Latitude": 41.170942, "Longitude": -112.026168, "AVGBoard": 0, "AVGAlight": 2, "Route": "640", "StopAbbr_J": "636192" }, "geometry": { "type": "Point", "coordinates": [ -112.026168000004319, 41.170942000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5512, "StopName": "Monroe Blvd @ 2619 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636193", "Latitude": 41.217989, "Longitude": -111.959467, "AVGBoard": 0, "AVGAlight": 2, "Route": "645", "StopAbbr_J": "636193" }, "geometry": { "type": "Point", "coordinates": [ -111.959467000004352, 41.217989000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5513, "StopName": "3100 N @ 585 E", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636195", "Latitude": 41.31737, "Longitude": -111.961845, "AVGBoard": 1, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "636195" }, "geometry": { "type": "Point", "coordinates": [ -111.961845000004288, 41.317370000002576 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5514, "StopName": "375 E @ 5046 S", "City": "Washington Terrace", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636196", "Latitude": 41.172205, "Longitude": -111.971676, "AVGBoard": 0, "AVGAlight": 3, "Route": "612", "StopAbbr_J": "636196" }, "geometry": { "type": "Point", "coordinates": [ -111.971676000004379, 41.172205000002599 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5515, "StopName": "Washington Blvd @ 2368 N", "City": "North Ogden", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636197", "Latitude": 41.301335, "Longitude": -111.968684, "AVGBoard": 1, "AVGAlight": 10, "Route": "612", "StopAbbr_J": "636197" }, "geometry": { "type": "Point", "coordinates": [ -111.968684000003961, 41.301335000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5516, "StopName": "Snowbasin Road @ 3975 E", "City": "Huntsville", "ZipCode": "84317", "County": "Weber", "UTA_StopID": "636198", "Latitude": 41.216487, "Longitude": -111.85682, "AVGBoard": 0, "AVGAlight": 0, "Route": "677, 675", "StopAbbr_J": "636198" }, "geometry": { "type": "Point", "coordinates": [ -111.856820000003964, 41.216487000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5517, "StopName": "Elberta Dr @ 510 W", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636199", "Latitude": 41.319159, "Longitude": -111.988559, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "636199" }, "geometry": { "type": "Point", "coordinates": [ -111.988559000004727, 41.319159000002621 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5518, "StopName": "Harrison Blvd @ 452 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636200", "Latitude": 41.254764, "Longitude": -111.947824, "AVGBoard": 1, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "636200" }, "geometry": { "type": "Point", "coordinates": [ -111.947824000004388, 41.254764000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5519, "StopName": "Harrison Blvd @ 263 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636201", "Latitude": 41.258132, "Longitude": -111.947972, "AVGBoard": 4, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "636201" }, "geometry": { "type": "Point", "coordinates": [ -111.947972000004057, 41.258132000002576 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5520, "StopName": "Harrison Blvd @ 717 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636202", "Latitude": 41.251141, "Longitude": -111.948154, "AVGBoard": 4, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "636202" }, "geometry": { "type": "Point", "coordinates": [ -111.948154000004749, 41.251141000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5521, "StopName": "2Nd St @ 1182 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636204", "Latitude": 41.259314, "Longitude": -111.948321, "AVGBoard": 1, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "636204" }, "geometry": { "type": "Point", "coordinates": [ -111.948321000004171, 41.259314000002561 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5522, "StopName": "Washington Blvd @ 1215 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636207", "Latitude": 41.244019, "Longitude": -111.970132, "AVGBoard": 37, "AVGAlight": 23, "Route": "F618, 613, 612", "StopAbbr_J": "636207" }, "geometry": { "type": "Point", "coordinates": [ -111.970132000004256, 41.244019000002631 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5523, "StopName": "Washington Blvd @ 650 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636208", "Latitude": 41.252268, "Longitude": -111.969615, "AVGBoard": 7, "AVGAlight": 18, "Route": "612", "StopAbbr_J": "636208" }, "geometry": { "type": "Point", "coordinates": [ -111.969615000004609, 41.252268000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5524, "StopName": "Washington Blvd @ 2180 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636209", "Latitude": 41.227301, "Longitude": -111.970165, "AVGBoard": 12, "AVGAlight": 4, "Route": "612", "StopAbbr_J": "636209" }, "geometry": { "type": "Point", "coordinates": [ -111.970165000004286, 41.227301000002583 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5525, "StopName": "Washington Blvd @ 2684 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636210", "Latitude": 41.216739, "Longitude": -111.970435, "AVGBoard": 20, "AVGAlight": 33, "Route": "612, 470", "StopAbbr_J": "636210" }, "geometry": { "type": "Point", "coordinates": [ -111.970435000004144, 41.216739000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5526, "StopName": "26Th St @ Ogden Ave", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636211", "Latitude": 41.218619, "Longitude": -111.96938, "AVGBoard": 4, "AVGAlight": 20, "Route": "603", "StopAbbr_J": "636211" }, "geometry": { "type": "Point", "coordinates": [ -111.969380000004037, 41.218619000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5527, "StopName": "26Th St @ Ogden Ave", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636212", "Latitude": 41.218469, "Longitude": -111.969702, "AVGBoard": 4, "AVGAlight": 20, "Route": "603", "StopAbbr_J": "636212" }, "geometry": { "type": "Point", "coordinates": [ -111.969702000004617, 41.218469000002607 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5528, "StopName": "Ridgeline Dr @ 6023 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636213", "Latitude": 41.153524, "Longitude": -111.942506, "AVGBoard": 1, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "636213" }, "geometry": { "type": "Point", "coordinates": [ -111.942506000004741, 41.153524000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5529, "StopName": "Skyline Dr @ 1550 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636214", "Latitude": 41.151525, "Longitude": -111.93849, "AVGBoard": 1, "AVGAlight": 3, "Route": "625", "StopAbbr_J": "636214" }, "geometry": { "type": "Point", "coordinates": [ -111.93849000000408, 41.151525000002643 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5530, "StopName": "Skyline Drive @ 1585 East", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636215", "Latitude": 41.151375, "Longitude": -111.937541, "AVGBoard": 2, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "636215" }, "geometry": { "type": "Point", "coordinates": [ -111.937541000004643, 41.151375000002595 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5531, "StopName": "Ridgeline Dr @ 6024 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636216", "Latitude": 41.153463, "Longitude": -111.942324, "AVGBoard": 1, "AVGAlight": 1, "Route": "625", "StopAbbr_J": "636216" }, "geometry": { "type": "Point", "coordinates": [ -111.942324000004078, 41.153463000002638 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5532, "StopName": "Skyline Dr @ 1456 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636217", "Latitude": 41.151546, "Longitude": -111.942319, "AVGBoard": 0, "AVGAlight": 2, "Route": "625", "StopAbbr_J": "636217" }, "geometry": { "type": "Point", "coordinates": [ -111.942319000004545, 41.151546000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5533, "StopName": "Skyline Dr @ 1459 E", "City": "South Ogden", "ZipCode": "84405", "County": "Weber", "UTA_StopID": "636218", "Latitude": 41.151402, "Longitude": -111.942183, "AVGBoard": 2, "AVGAlight": 0, "Route": "625", "StopAbbr_J": "636218" }, "geometry": { "type": "Point", "coordinates": [ -111.942183000004093, 41.151402000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5534, "StopName": "30Th St @ 448 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636221", "Latitude": 41.210301, "Longitude": -111.969356, "AVGBoard": 1, "AVGAlight": 4, "Route": "455", "StopAbbr_J": "636221" }, "geometry": { "type": "Point", "coordinates": [ -111.969356000003842, 41.210301000002609 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5535, "StopName": "US-89 @ 3885 N", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636222", "Latitude": 41.32974, "Longitude": -112.023591, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636222" }, "geometry": { "type": "Point", "coordinates": [ -112.023591000004089, 41.329740000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5536, "StopName": "25th St btwn Grant & Lincoln (EB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636223", "Latitude": 41.220662, "Longitude": -111.974865, "AVGBoard": 1, "AVGAlight": 3, "Route": null, "StopAbbr_J": "636223" }, "geometry": { "type": "Point", "coordinates": [ -111.974865000004044, 41.220662000002598 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5537, "StopName": "1900 W @ 2215 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636224", "Latitude": 41.226656, "Longitude": -112.025772, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636224" }, "geometry": { "type": "Point", "coordinates": [ -112.025772000003911, 41.226656000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5538, "StopName": "1900 W @ 2351 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636225", "Latitude": 41.223803, "Longitude": -112.025792, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636225" }, "geometry": { "type": "Point", "coordinates": [ -112.025792000004657, 41.223803000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5539, "StopName": "2550 S @ 1839 W", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636226", "Latitude": 41.219595, "Longitude": -112.024291, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636226" }, "geometry": { "type": "Point", "coordinates": [ -112.024291000004496, 41.219595000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5540, "StopName": "2550 S @ 1523 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636227", "Latitude": 41.219524, "Longitude": -112.016091, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636227" }, "geometry": { "type": "Point", "coordinates": [ -112.016091000004536, 41.219524000002629 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5541, "StopName": "Industrial Dr @ 2611 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636228", "Latitude": 41.217756, "Longitude": -112.012064, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636228" }, "geometry": { "type": "Point", "coordinates": [ -112.012064000004742, 41.217756000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5542, "StopName": "Industrial Dr @ 2823 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636229", "Latitude": 41.214771, "Longitude": -112.014181, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636229" }, "geometry": { "type": "Point", "coordinates": [ -112.014181000004669, 41.214771000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5543, "StopName": "Midland Dr. @ 3157 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636230", "Latitude": 41.207827, "Longitude": -112.020337, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636230" }, "geometry": { "type": "Point", "coordinates": [ -112.02033700000446, 41.207827000002617 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5544, "StopName": "Midland Dr. @ 3277 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636231", "Latitude": 41.205898, "Longitude": -112.023159, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636231" }, "geometry": { "type": "Point", "coordinates": [ -112.023159000004298, 41.205898000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5545, "StopName": "Midland Dr. @ 3309 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636232", "Latitude": 41.204686, "Longitude": -112.030087, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636232" }, "geometry": { "type": "Point", "coordinates": [ -112.030087000004144, 41.20468600000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5546, "StopName": "Midland Dr. @ 3455 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636233", "Latitude": 41.201499, "Longitude": -112.0352, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636233" }, "geometry": { "type": "Point", "coordinates": [ -112.035200000003911, 41.201499000002613 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5547, "StopName": "Midland Dr. @ 3617 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636234", "Latitude": 41.197183, "Longitude": -112.040976, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636234" }, "geometry": { "type": "Point", "coordinates": [ -112.040976000004619, 41.197183000002596 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5548, "StopName": "Midland Dr. @ 3789 S", "City": "Roy", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636235", "Latitude": 41.194376, "Longitude": -112.04454, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636235" }, "geometry": { "type": "Point", "coordinates": [ -112.04454000000473, 41.194376000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5549, "StopName": "Midland Dr. @ 3806 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636236", "Latitude": 41.193931, "Longitude": -112.044758, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636236" }, "geometry": { "type": "Point", "coordinates": [ -112.04475800000391, 41.193931000002614 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5550, "StopName": "Midland Dr. @ 3706", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636237", "Latitude": 41.195773, "Longitude": -112.042437, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636237" }, "geometry": { "type": "Point", "coordinates": [ -112.042437000004185, 41.195773000002625 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5551, "StopName": "Midland Dr. @ 3578 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636238", "Latitude": 41.198362, "Longitude": -112.039008, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636238" }, "geometry": { "type": "Point", "coordinates": [ -112.039008000004458, 41.198362000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5552, "StopName": "Midland Dr. @ 3412 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636239", "Latitude": 41.20212, "Longitude": -112.034017, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636239" }, "geometry": { "type": "Point", "coordinates": [ -112.034017000003999, 41.202120000002608 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5553, "StopName": "Midland Dr. @ 3352 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636240", "Latitude": 41.203767, "Longitude": -112.031369, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636240" }, "geometry": { "type": "Point", "coordinates": [ -112.031369000004176, 41.203767000002578 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5554, "StopName": "Midland Dr. @ 3262 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636241", "Latitude": 41.205995, "Longitude": -112.022625, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636241" }, "geometry": { "type": "Point", "coordinates": [ -112.022625000004155, 41.205995000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5555, "StopName": "Midland Dr. @ 3134 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636242", "Latitude": 41.208134, "Longitude": -112.019732, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636242" }, "geometry": { "type": "Point", "coordinates": [ -112.019732000004737, 41.208134000002602 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5556, "StopName": "Midland Dr. @ 2994 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636243", "Latitude": 41.210612, "Longitude": -112.016668, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636243" }, "geometry": { "type": "Point", "coordinates": [ -112.016668000004657, 41.210612000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5557, "StopName": "Midland Dr. @ 2997 S", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636244", "Latitude": 41.210655, "Longitude": -112.016896, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636244" }, "geometry": { "type": "Point", "coordinates": [ -112.016896000004621, 41.210655000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5558, "StopName": "2550 S @ 1506 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636245", "Latitude": 41.219652, "Longitude": -112.015721, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636245" }, "geometry": { "type": "Point", "coordinates": [ -112.01572100000449, 41.219652000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5559, "StopName": "1900 W @ 2520 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636246", "Latitude": 41.220214, "Longitude": -112.025545, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636246" }, "geometry": { "type": "Point", "coordinates": [ -112.025545000004001, 41.220214000002606 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5560, "StopName": "1900 W @ 2287 S", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636247", "Latitude": 41.225141, "Longitude": -112.025488, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636247" }, "geometry": { "type": "Point", "coordinates": [ -112.025488000004671, 41.225141000002587 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5561, "StopName": "Wilson Lane @ 1862 W", "City": "West Haven", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636248", "Latitude": 41.228597, "Longitude": -112.024465, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636248" }, "geometry": { "type": "Point", "coordinates": [ -112.024465000004497, 41.22859700000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5562, "StopName": "Grant Ave \/ 25th St (NB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636249", "Latitude": 41.221246, "Longitude": -111.973216, "AVGBoard": 1, "AVGAlight": 3, "Route": null, "StopAbbr_J": "636249" }, "geometry": { "type": "Point", "coordinates": [ -111.9732160000042, 41.221246000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5563, "StopName": "Kiesel Ave between 23rd & 24th (NB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636250", "Latitude": 41.223782, "Longitude": -111.97167, "AVGBoard": 2, "AVGAlight": 1, "Route": null, "StopAbbr_J": "636250" }, "geometry": { "type": "Point", "coordinates": [ -111.971670000004792, 41.223782000002622 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5564, "StopName": "Kiesel Ave \/ 23rd St (NB)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636251", "Latitude": 41.225034, "Longitude": -111.971381, "AVGBoard": 2, "AVGAlight": 2, "Route": null, "StopAbbr_J": "636251" }, "geometry": { "type": "Point", "coordinates": [ -111.971381000004243, 41.225034000002644 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5565, "StopName": "2550 S @ 1673 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636252", "Latitude": 41.219576, "Longitude": -112.02013, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636252" }, "geometry": { "type": "Point", "coordinates": [ -112.020130000004414, 41.219576000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5566, "StopName": "Pleasant View Dr @ 694 W", "City": "Pleasant View", "ZipCode": "84414", "County": "Weber", "UTA_StopID": "636253", "Latitude": 41.320272, "Longitude": -111.994659, "AVGBoard": 0, "AVGAlight": 0, "Route": "616", "StopAbbr_J": "636253" }, "geometry": { "type": "Point", "coordinates": [ -111.994659000004376, 41.320272000002568 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5567, "StopName": "Us Hwy. 89 @ 3000 N (SB)", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636254", "Latitude": 41.311578, "Longitude": -112.009683, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "636254" }, "geometry": { "type": "Point", "coordinates": [ -112.009683000004571, 41.311578000002569 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5568, "StopName": "Stockman Way @ 535 W", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636255", "Latitude": 41.226424, "Longitude": -111.991081, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636255" }, "geometry": { "type": "Point", "coordinates": [ -111.991081000003987, 41.226424000002567 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5569, "StopName": "200 N @ 900 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636256", "Latitude": 41.26324, "Longitude": -111.9997, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636256" }, "geometry": { "type": "Point", "coordinates": [ -111.999700000004466, 41.263240000002604 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5570, "StopName": "1100 W @ 200 N", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636257", "Latitude": 41.26304, "Longitude": -112.00484, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636257" }, "geometry": { "type": "Point", "coordinates": [ -112.004840000004663, 41.263040000002569 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5571, "StopName": "2nd St @ 925 W", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636258", "Latitude": 41.2583, "Longitude": -111.99986, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636258" }, "geometry": { "type": "Point", "coordinates": [ -111.999860000004233, 41.258300000002585 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5572, "StopName": "Laurel St @ 1420 E", "City": "Ogden", "ZipCode": "84403", "County": "Weber", "UTA_StopID": "636259", "Latitude": 41.208836, "Longitude": -111.941319, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636259" }, "geometry": { "type": "Point", "coordinates": [ -111.941319000004498, 41.208836000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5573, "StopName": "24th St @ 298 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636260", "Latitude": 41.222854, "Longitude": -111.973763, "AVGBoard": 3, "AVGAlight": 1, "Route": null, "StopAbbr_J": "636260" }, "geometry": { "type": "Point", "coordinates": [ -111.97376300000451, 41.22285400000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5574, "StopName": "24TH ST @ 209 E", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "636261", "Latitude": 41.222786, "Longitude": -111.975701, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "636261" }, "geometry": { "type": "Point", "coordinates": [ -111.975701000003994, 41.222786000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5575, "StopName": "400 N @ 421 E", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636262", "Latitude": 41.266578, "Longitude": -111.96873, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "636262" }, "geometry": { "type": "Point", "coordinates": [ -111.968730000004186, 41.266578000002589 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5576, "StopName": "Larsen Ln @ 327 E", "City": "Harrisville", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "636263", "Latitude": 41.274408, "Longitude": -111.971031, "AVGBoard": 4, "AVGAlight": 5, "Route": null, "StopAbbr_J": "636263" }, "geometry": { "type": "Point", "coordinates": [ -111.971031000004047, 41.274408000002637 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5577, "StopName": "Highway 89 @ 1645 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701001", "Latitude": 41.480447, "Longitude": -112.020442, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "701001" }, "geometry": { "type": "Point", "coordinates": [ -112.020442000004167, 41.48044700000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5578, "StopName": "Us Hwy 89 @ 1630 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701002", "Latitude": 41.480477, "Longitude": -112.020774, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "701002" }, "geometry": { "type": "Point", "coordinates": [ -112.020774000004664, 41.480477000002573 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5579, "StopName": "Us Hwy 89 @ 2075 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701003", "Latitude": 41.471761, "Longitude": -112.027724, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "701003" }, "geometry": { "type": "Point", "coordinates": [ -112.027724000004554, 41.471761000002616 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5580, "StopName": "Us Hwy 89 @ 2050 S", "City": "Perry", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701004", "Latitude": 41.472396, "Longitude": -112.027551, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "701004" }, "geometry": { "type": "Point", "coordinates": [ -112.027551000004621, 41.47239600000259 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5581, "StopName": "300 E @ 625 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701005", "Latitude": 41.497716, "Longitude": -112.011173, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "701005" }, "geometry": { "type": "Point", "coordinates": [ -112.011173000004732, 41.497716000002619 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5582, "StopName": "300 W @ 24 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701006", "Latitude": 41.511294, "Longitude": -112.019856, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "701006" }, "geometry": { "type": "Point", "coordinates": [ -112.019856000004225, 41.51129400000255 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5583, "StopName": "Medical Dr @ 950 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701008", "Latitude": 41.491389, "Longitude": -112.024414, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "701008" }, "geometry": { "type": "Point", "coordinates": [ -112.024414000003887, 41.49138900000257 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5584, "StopName": "Commerce Way @ 1200 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701009", "Latitude": 41.484579, "Longitude": -112.030918, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "701009" }, "geometry": { "type": "Point", "coordinates": [ -112.030918000004618, 41.484579000002611 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5585, "StopName": "800 W @ 960 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701021", "Latitude": 41.490983, "Longitude": -112.028912, "AVGBoard": 0, "AVGAlight": 0, "Route": "630", "StopAbbr_J": "701021" }, "geometry": { "type": "Point", "coordinates": [ -112.028912000003984, 41.490983000002579 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5586, "StopName": "Main St @ 47 N", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701024", "Latitude": 41.511563, "Longitude": -112.01587, "AVGBoard": 2, "AVGAlight": 1, "Route": "630", "StopAbbr_J": "701024" }, "geometry": { "type": "Point", "coordinates": [ -112.015870000004227, 41.511563000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5587, "StopName": "Main St @ 975 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701025", "Latitude": 41.490489, "Longitude": -112.01602, "AVGBoard": 1, "AVGAlight": 2, "Route": "F638, 630", "StopAbbr_J": "701025" }, "geometry": { "type": "Point", "coordinates": [ -112.016020000004062, 41.490489000002597 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5588, "StopName": "Commerce Way @ 1156 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701026", "Latitude": 41.484966, "Longitude": -112.02839, "AVGBoard": 7, "AVGAlight": 8, "Route": null, "StopAbbr_J": "701026" }, "geometry": { "type": "Point", "coordinates": [ -112.028390000003924, 41.484966000002586 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5589, "StopName": "450 W @ 1149 S", "City": "Brigham City", "ZipCode": "84302", "County": "Box Elder", "UTA_StopID": "701027", "Latitude": 41.485467, "Longitude": -112.023632, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "701027" }, "geometry": { "type": "Point", "coordinates": [ -112.0236320000039, 41.4854670000026 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5590, "StopName": "Uta Mt. Timpanogos Garage", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801002", "Latitude": 40.277108, "Longitude": -111.729338, "AVGBoard": 9, "AVGAlight": 9, "Route": "862", "StopAbbr_J": "801002" }, "geometry": { "type": "Point", "coordinates": [ -111.729338000004034, 40.277108000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5591, "StopName": "2230 N @ 175 W", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801006", "Latitude": 40.263347, "Longitude": -111.660733, "AVGBoard": 3, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "801006" }, "geometry": { "type": "Point", "coordinates": [ -111.660733000004697, 40.263347000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5592, "StopName": "Freedom Blvd \/ 1950 N (NB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801007", "Latitude": 40.260637, "Longitude": -111.661437, "AVGBoard": 2, "AVGAlight": 4, "Route": null, "StopAbbr_J": "801007" }, "geometry": { "type": "Point", "coordinates": [ -111.661437000004511, 40.260637000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5593, "StopName": "Freedom Blvd \/ 2000 N (SB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801008", "Latitude": 40.261169, "Longitude": -111.661604, "AVGBoard": 8, "AVGAlight": 3, "Route": null, "StopAbbr_J": "801008" }, "geometry": { "type": "Point", "coordinates": [ -111.661604000004857, 40.261169000002745 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5594, "StopName": "State St @ 687 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801009", "Latitude": 40.393433, "Longitude": -111.838269, "AVGBoard": 2, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "801009" }, "geometry": { "type": "Point", "coordinates": [ -111.838269000004004, 40.393433000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5595, "StopName": "State St @ 632 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801010", "Latitude": 40.393523, "Longitude": -111.839145, "AVGBoard": 6, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "801010" }, "geometry": { "type": "Point", "coordinates": [ -111.839145000004592, 40.393523000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5596, "StopName": "100 W @ 170 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "801013", "Latitude": 40.041868, "Longitude": -111.733924, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "801013" }, "geometry": { "type": "Point", "coordinates": [ -111.733924000004222, 40.041868000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5597, "StopName": "100 E @ 2148 N", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "801014", "Latitude": 40.386981, "Longitude": -111.739706, "AVGBoard": 0, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801014" }, "geometry": { "type": "Point", "coordinates": [ -111.739706000004531, 40.386981000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5598, "StopName": "100 E @ 2195 N", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "801015", "Latitude": 40.386756, "Longitude": -111.739906, "AVGBoard": 0, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801015" }, "geometry": { "type": "Point", "coordinates": [ -111.739906000003998, 40.38675600000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5599, "StopName": "11000 N @ 5800 W", "City": "Highland", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801020", "Latitude": 40.431992, "Longitude": -111.797577, "AVGBoard": 1, "AVGAlight": 1, "Route": "807", "StopAbbr_J": "801020" }, "geometry": { "type": "Point", "coordinates": [ -111.797577000004551, 40.43199200000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5600, "StopName": "11000 N @ 5799 W", "City": "Highland", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801021", "Latitude": 40.431774, "Longitude": -111.797339, "AVGBoard": 0, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801021" }, "geometry": { "type": "Point", "coordinates": [ -111.797339000004627, 40.431774000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5601, "StopName": "11000 N @ 6350 W", "City": "Highland", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801022", "Latitude": 40.431919, "Longitude": -111.811242, "AVGBoard": 0, "AVGAlight": 1, "Route": "807", "StopAbbr_J": "801022" }, "geometry": { "type": "Point", "coordinates": [ -111.81124200000464, 40.431919000002736 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5602, "StopName": "11000 N @ 6351 W", "City": "Highland", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801023", "Latitude": 40.431689, "Longitude": -111.811251, "AVGBoard": 0, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801023" }, "geometry": { "type": "Point", "coordinates": [ -111.811251000004475, 40.431689000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5603, "StopName": "State St @ 1545 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801031", "Latitude": 40.325183, "Longitude": -111.707504, "AVGBoard": 21, "AVGAlight": 12, "Route": "850", "StopAbbr_J": "801031" }, "geometry": { "type": "Point", "coordinates": [ -111.707504000004747, 40.325183000002752 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5604, "StopName": "State Hwy @ 1796 S", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "801032", "Latitude": 40.142445, "Longitude": -111.612136, "AVGBoard": 0, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "801032" }, "geometry": { "type": "Point", "coordinates": [ -111.612136000004512, 40.142445000002752 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5605, "StopName": "State Hwy @ 1793 S", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "801033", "Latitude": 40.142327, "Longitude": -111.611912, "AVGBoard": 1, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "801033" }, "geometry": { "type": "Point", "coordinates": [ -111.61191200000485, 40.142327000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5606, "StopName": "Freedom Blvd @ 1386 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801034", "Latitude": 40.252616, "Longitude": -111.661881, "AVGBoard": 3, "AVGAlight": 3, "Route": "834", "StopAbbr_J": "801034" }, "geometry": { "type": "Point", "coordinates": [ -111.661881000004399, 40.252616000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5607, "StopName": "800 N \/ 800 E (EB)", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801036", "Latitude": 40.311894, "Longitude": -111.675968, "AVGBoard": 0, "AVGAlight": 0, "Route": "880", "StopAbbr_J": "801036" }, "geometry": { "type": "Point", "coordinates": [ -111.67596800000436, 40.311894000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5608, "StopName": "Sundance Mountain Resort", "City": "Sundance", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801037", "Latitude": 40.390898, "Longitude": -111.577661, "AVGBoard": 60, "AVGAlight": 37, "Route": "880", "StopAbbr_J": "801037" }, "geometry": { "type": "Point", "coordinates": [ -111.577661000004483, 40.390898000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5609, "StopName": "1600 N @ 567 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801038", "Latitude": 40.326677, "Longitude": -111.682352, "AVGBoard": 1, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "801038" }, "geometry": { "type": "Point", "coordinates": [ -111.682352000004144, 40.326677000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5610, "StopName": "1600 N @ 568 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801039", "Latitude": 40.326536, "Longitude": -111.682598, "AVGBoard": 0, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "801039" }, "geometry": { "type": "Point", "coordinates": [ -111.682598000004731, 40.326536000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5611, "StopName": "1600 N @ 139 E", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801041", "Latitude": 40.326713, "Longitude": -111.692912, "AVGBoard": 0, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "801041" }, "geometry": { "type": "Point", "coordinates": [ -111.692912000004341, 40.326713000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5612, "StopName": "1600 N @ 152 E", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801042", "Latitude": 40.326556, "Longitude": -111.692681, "AVGBoard": 0, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "801042" }, "geometry": { "type": "Point", "coordinates": [ -111.692681000004114, 40.326556000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5613, "StopName": "1600 N @ 695 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801043", "Latitude": 40.326293, "Longitude": -111.679486, "AVGBoard": 0, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "801043" }, "geometry": { "type": "Point", "coordinates": [ -111.67948600000426, 40.326293000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5614, "StopName": "Main St @ 67 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801044", "Latitude": 40.376828, "Longitude": -111.796704, "AVGBoard": 2, "AVGAlight": 7, "Route": "850, 809", "StopAbbr_J": "801044" }, "geometry": { "type": "Point", "coordinates": [ -111.796704000004212, 40.376828000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5615, "StopName": "800 E @ 983 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801045", "Latitude": 40.279023, "Longitude": -111.676199, "AVGBoard": 4, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "801045" }, "geometry": { "type": "Point", "coordinates": [ -111.676199000004615, 40.279023000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5616, "StopName": "Sparrowhawk Way @ 7746 N", "City": "Eagle Mountain", "ZipCode": "84005", "County": "Utah", "UTA_StopID": "801051", "Latitude": 40.358649, "Longitude": -111.980504, "AVGBoard": 4, "AVGAlight": 3, "Route": "806", "StopAbbr_J": "801051" }, "geometry": { "type": "Point", "coordinates": [ -111.980504000004174, 40.358649000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5617, "StopName": "Harvest Hills Blvd @ 478 W", "City": "Saratoga Springs", "ZipCode": "84045", "County": "Utah", "UTA_StopID": "801052", "Latitude": 40.399024, "Longitude": -111.931822, "AVGBoard": 4, "AVGAlight": 0, "Route": "806", "StopAbbr_J": "801052" }, "geometry": { "type": "Point", "coordinates": [ -111.931822000004161, 40.399024000002669 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5618, "StopName": "Express Way Lane @ 1211 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "801062", "Latitude": 40.122835, "Longitude": -111.634029, "AVGBoard": 1, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "801062" }, "geometry": { "type": "Point", "coordinates": [ -111.634029000004176, 40.122835000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5619, "StopName": "Express Way Lane @ 1212 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "801063", "Latitude": 40.122711, "Longitude": -111.633803, "AVGBoard": 1, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "801063" }, "geometry": { "type": "Point", "coordinates": [ -111.633803000004349, 40.122711000002766 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5620, "StopName": "State St @ 763 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801066", "Latitude": 40.310958, "Longitude": -111.701213, "AVGBoard": 25, "AVGAlight": 14, "Route": "850", "StopAbbr_J": "801066" }, "geometry": { "type": "Point", "coordinates": [ -111.701213000004572, 40.310958000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5621, "StopName": "800 E @ 624 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801067", "Latitude": 40.285451, "Longitude": -111.676345, "AVGBoard": 0, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "801067" }, "geometry": { "type": "Point", "coordinates": [ -111.67634500000409, 40.285451000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5622, "StopName": "Hwy 198 @ 742 N", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "801069", "Latitude": 40.065842, "Longitude": -111.665811, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "801069" }, "geometry": { "type": "Point", "coordinates": [ -111.665811000004254, 40.065842000002775 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5623, "StopName": "Hwy 198 @ 741 N", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "801070", "Latitude": 40.065935, "Longitude": -111.666048, "AVGBoard": 0, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "801070" }, "geometry": { "type": "Point", "coordinates": [ -111.666048000004096, 40.065935000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5624, "StopName": "300 W @ 4984 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801071", "Latitude": 40.299191, "Longitude": -111.662926, "AVGBoard": 3, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "801071" }, "geometry": { "type": "Point", "coordinates": [ -111.662926000004603, 40.299191000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5625, "StopName": "300 W @ 5132 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801072", "Latitude": 40.302761, "Longitude": -111.662713, "AVGBoard": 4, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "801072" }, "geometry": { "type": "Point", "coordinates": [ -111.662713000004047, 40.302761000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5626, "StopName": "1200 W @ 251 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801075", "Latitude": 40.291975, "Longitude": -111.724162, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "801075" }, "geometry": { "type": "Point", "coordinates": [ -111.724162000004441, 40.291975000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5627, "StopName": "1200 W @ 148 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801076", "Latitude": 40.299597, "Longitude": -111.724227, "AVGBoard": 2, "AVGAlight": 3, "Route": "862", "StopAbbr_J": "801076" }, "geometry": { "type": "Point", "coordinates": [ -111.724227000004419, 40.299597000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5628, "StopName": "1200 W @ 404 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801077", "Latitude": 40.304855, "Longitude": -111.724311, "AVGBoard": 3, "AVGAlight": 4, "Route": "862", "StopAbbr_J": "801077" }, "geometry": { "type": "Point", "coordinates": [ -111.724311000004192, 40.304855000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5629, "StopName": "1200 W @ 720 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801078", "Latitude": 40.311026, "Longitude": -111.722779, "AVGBoard": 1, "AVGAlight": 5, "Route": "862", "StopAbbr_J": "801078" }, "geometry": { "type": "Point", "coordinates": [ -111.722779000004138, 40.311026000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5630, "StopName": "1200 W @ 759 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801079", "Latitude": 40.311271, "Longitude": -111.722965, "AVGBoard": 5, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "801079" }, "geometry": { "type": "Point", "coordinates": [ -111.722965000004265, 40.311271000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5631, "StopName": "1200 W @ 361 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801080", "Latitude": 40.303521, "Longitude": -111.724491, "AVGBoard": 4, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "801080" }, "geometry": { "type": "Point", "coordinates": [ -111.724491000004704, 40.303521000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5632, "StopName": "1200 W @ 270 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801094", "Latitude": 40.292643, "Longitude": -111.724347, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "801094" }, "geometry": { "type": "Point", "coordinates": [ -111.724347000004457, 40.292643000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5633, "StopName": "1200 W @ 117 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801095", "Latitude": 40.299482, "Longitude": -111.724402, "AVGBoard": 2, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "801095" }, "geometry": { "type": "Point", "coordinates": [ -111.724402000004531, 40.299482000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5634, "StopName": "UVU Fulton Library (EB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801098", "Latitude": 40.280723, "Longitude": -111.715732, "AVGBoard": 33, "AVGAlight": 44, "Route": null, "StopAbbr_J": "801098" }, "geometry": { "type": "Point", "coordinates": [ -111.715732000004323, 40.280723000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5635, "StopName": "4800 W @ 10892 N", "City": "Highland", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801107", "Latitude": 40.429554, "Longitude": -111.773326, "AVGBoard": 0, "AVGAlight": 1, "Route": "807", "StopAbbr_J": "801107" }, "geometry": { "type": "Point", "coordinates": [ -111.773326000004801, 40.429554000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5636, "StopName": "State St @ 1870 N", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801122", "Latitude": 40.411406, "Longitude": -111.866875, "AVGBoard": 0, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "801122" }, "geometry": { "type": "Point", "coordinates": [ -111.866875000004612, 40.411406000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5637, "StopName": "State St @ 1859 N", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801123", "Latitude": 40.410945, "Longitude": -111.866704, "AVGBoard": 1, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "801123" }, "geometry": { "type": "Point", "coordinates": [ -111.866704000003949, 40.410945000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5638, "StopName": "State St @ 218 N", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801126", "Latitude": 40.381864, "Longitude": -111.813926, "AVGBoard": 5, "AVGAlight": 13, "Route": "850", "StopAbbr_J": "801126" }, "geometry": { "type": "Point", "coordinates": [ -111.813926000004741, 40.381864000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5639, "StopName": "State St @ 1401 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801127", "Latitude": 40.389178, "Longitude": -111.827426, "AVGBoard": 6, "AVGAlight": 15, "Route": "850", "StopAbbr_J": "801127" }, "geometry": { "type": "Point", "coordinates": [ -111.82742600000465, 40.389178000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5640, "StopName": "State St @ 1390 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801128", "Latitude": 40.389294, "Longitude": -111.828332, "AVGBoard": 10, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "801128" }, "geometry": { "type": "Point", "coordinates": [ -111.828332000004139, 40.3892940000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5641, "StopName": "State St @ 148 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801129", "Latitude": 40.396718, "Longitude": -111.847047, "AVGBoard": 10, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "801129" }, "geometry": { "type": "Point", "coordinates": [ -111.847047000004167, 40.396718000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5642, "StopName": "Main Street @ 20 W", "City": "Santaquin", "ZipCode": "84655", "County": "Utah", "UTA_StopID": "801144", "Latitude": 39.975697, "Longitude": -111.785858, "AVGBoard": 1, "AVGAlight": 3, "Route": "805", "StopAbbr_J": "801144" }, "geometry": { "type": "Point", "coordinates": [ -111.785858000004595, 39.97569700000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5643, "StopName": "Main Street @ 365 E", "City": "Santaquin", "ZipCode": "84655", "County": "Utah", "UTA_StopID": "801147", "Latitude": 39.975704, "Longitude": -111.777672, "AVGBoard": 0, "AVGAlight": 3, "Route": "805", "StopAbbr_J": "801147" }, "geometry": { "type": "Point", "coordinates": [ -111.777672000004003, 39.975704000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5644, "StopName": "Main Street @ 420 E", "City": "Santaquin", "ZipCode": "84655", "County": "Utah", "UTA_StopID": "801148", "Latitude": 39.975518, "Longitude": -111.776579, "AVGBoard": 2, "AVGAlight": 0, "Route": "805", "StopAbbr_J": "801148" }, "geometry": { "type": "Point", "coordinates": [ -111.776579000004347, 39.975518000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5645, "StopName": "State St @ 800 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801149", "Latitude": 40.406592, "Longitude": -111.860644, "AVGBoard": 0, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "801149" }, "geometry": { "type": "Point", "coordinates": [ -111.860644000004015, 40.406592000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5646, "StopName": "State St @ 655 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801150", "Latitude": 40.40589, "Longitude": -111.860149, "AVGBoard": 4, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "801150" }, "geometry": { "type": "Point", "coordinates": [ -111.860149000004398, 40.405890000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5647, "StopName": "State St. @ 2931 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "801154", "Latitude": 40.197783, "Longitude": -111.617903, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "801154" }, "geometry": { "type": "Point", "coordinates": [ -111.617903000004461, 40.197783000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5648, "StopName": "1200 W @ 40 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801155", "Latitude": 40.296456, "Longitude": -111.723437, "AVGBoard": 3, "AVGAlight": 5, "Route": "862", "StopAbbr_J": "801155" }, "geometry": { "type": "Point", "coordinates": [ -111.723437000004665, 40.296456000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5649, "StopName": "1200 W @ 50 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801156", "Latitude": 40.296321, "Longitude": -111.723674, "AVGBoard": 5, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "801156" }, "geometry": { "type": "Point", "coordinates": [ -111.723674000004493, 40.296321000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5650, "StopName": "Geneva Rd @ 1032 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801166", "Latitude": 40.278428, "Longitude": -111.730198, "AVGBoard": 1, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "801166" }, "geometry": { "type": "Point", "coordinates": [ -111.730198000004208, 40.278428000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5651, "StopName": "State St @ 2020 N", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801167", "Latitude": 40.412047, "Longitude": -111.870562, "AVGBoard": 0, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "801167" }, "geometry": { "type": "Point", "coordinates": [ -111.870562000004128, 40.412047000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5652, "StopName": "State St @ 2099 N", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801168", "Latitude": 40.412376, "Longitude": -111.872511, "AVGBoard": 0, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "801168" }, "geometry": { "type": "Point", "coordinates": [ -111.872511000004522, 40.412376000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5653, "StopName": "2600 N @ 556 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "801173", "Latitude": 40.392094, "Longitude": -111.749229, "AVGBoard": 0, "AVGAlight": 1, "Route": "807", "StopAbbr_J": "801173" }, "geometry": { "type": "Point", "coordinates": [ -111.749229000004306, 40.392094000002757 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5654, "StopName": "2600 N @ 549 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "801174", "Latitude": 40.391977, "Longitude": -111.748919, "AVGBoard": 1, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801174" }, "geometry": { "type": "Point", "coordinates": [ -111.748919000004733, 40.391977000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5655, "StopName": "Mt Timpanogos Blvd @ 899 N", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801175", "Latitude": 40.395848, "Longitude": -111.772148, "AVGBoard": 0, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801175" }, "geometry": { "type": "Point", "coordinates": [ -111.772148000004393, 40.395848000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5656, "StopName": "Mt Timpanogos Blvd @ 898 N", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801176", "Latitude": 40.395676, "Longitude": -111.772319, "AVGBoard": 1, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801176" }, "geometry": { "type": "Point", "coordinates": [ -111.772319000004146, 40.395676000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5657, "StopName": "North County Blvd @ 10900 N", "City": "Highland", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801177", "Latitude": 40.430329, "Longitude": -111.773619, "AVGBoard": 1, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801177" }, "geometry": { "type": "Point", "coordinates": [ -111.773619000004771, 40.430329000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5658, "StopName": "11000 N @ 5320 W", "City": "Highland", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801178", "Latitude": 40.432002, "Longitude": -111.787435, "AVGBoard": 0, "AVGAlight": 2, "Route": "807", "StopAbbr_J": "801178" }, "geometry": { "type": "Point", "coordinates": [ -111.787435000004777, 40.432002000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5659, "StopName": "11000 N @ 5331 W", "City": "Highland", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801179", "Latitude": 40.431779, "Longitude": -111.786867, "AVGBoard": 3, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "801179" }, "geometry": { "type": "Point", "coordinates": [ -111.786867000004506, 40.43177900000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5660, "StopName": "Adobe", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801180", "Latitude": 40.435596, "Longitude": -111.890951, "AVGBoard": 0, "AVGAlight": 0, "Route": "871", "StopAbbr_J": "801180" }, "geometry": { "type": "Point", "coordinates": [ -111.890951000004264, 40.435596000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5661, "StopName": "Ashton Blvd \/ Triumph Blvd (NB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801183", "Latitude": 40.420421, "Longitude": -111.886006, "AVGBoard": 3, "AVGAlight": 14, "Route": "871, 864, 850, 806", "StopAbbr_J": "801183" }, "geometry": { "type": "Point", "coordinates": [ -111.886006000004016, 40.420421000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5662, "StopName": "Ashton Blvd @ 2302 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801184", "Latitude": 40.420195, "Longitude": -111.885197, "AVGBoard": 13, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "801184" }, "geometry": { "type": "Point", "coordinates": [ -111.885197000004496, 40.420195000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5663, "StopName": "300 W @ 5154 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801212", "Latitude": 40.303155, "Longitude": -111.662666, "AVGBoard": 2, "AVGAlight": 5, "Route": "834", "StopAbbr_J": "801212" }, "geometry": { "type": "Point", "coordinates": [ -111.662666000004634, 40.303155000002739 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5664, "StopName": "300 W @ 4919 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801213", "Latitude": 40.299553, "Longitude": -111.663038, "AVGBoard": 1, "AVGAlight": 3, "Route": "834", "StopAbbr_J": "801213" }, "geometry": { "type": "Point", "coordinates": [ -111.663038000003979, 40.299553000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5665, "StopName": "800 E @ 838 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801214", "Latitude": 40.312446, "Longitude": -111.676587, "AVGBoard": 2, "AVGAlight": 6, "Route": "862", "StopAbbr_J": "801214" }, "geometry": { "type": "Point", "coordinates": [ -111.676587000004346, 40.312446000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5666, "StopName": "800 E @ 412 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801215", "Latitude": 40.304864, "Longitude": -111.676544, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "801215" }, "geometry": { "type": "Point", "coordinates": [ -111.676544000004384, 40.304864000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5667, "StopName": "800 E @ 375 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801216", "Latitude": 40.304185, "Longitude": -111.676703, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "801216" }, "geometry": { "type": "Point", "coordinates": [ -111.676703000004068, 40.304185000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5668, "StopName": "800 E @ 24 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "801217", "Latitude": 40.297364, "Longitude": -111.676398, "AVGBoard": 1, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "801217" }, "geometry": { "type": "Point", "coordinates": [ -111.676398000003999, 40.297364000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5669, "StopName": "1200 W @ 1222 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801218", "Latitude": 40.319321, "Longitude": -111.724657, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "801218" }, "geometry": { "type": "Point", "coordinates": [ -111.724657000004058, 40.319321000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5670, "StopName": "1200 W @ 1085 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "801219", "Latitude": 40.317043, "Longitude": -111.72467, "AVGBoard": 0, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "801219" }, "geometry": { "type": "Point", "coordinates": [ -111.724670000004224, 40.31704300000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5671, "StopName": "Geneva Road @ 450 S", "City": "Vineyard", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801220", "Latitude": 40.288812, "Longitude": -111.734004, "AVGBoard": 4, "AVGAlight": 1, "Route": "841", "StopAbbr_J": "801220" }, "geometry": { "type": "Point", "coordinates": [ -111.73400400000456, 40.288812000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5672, "StopName": "Geneva Road @ 499 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801221", "Latitude": 40.287901, "Longitude": -111.733655, "AVGBoard": 2, "AVGAlight": 3, "Route": "841", "StopAbbr_J": "801221" }, "geometry": { "type": "Point", "coordinates": [ -111.733655000004433, 40.287901000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5673, "StopName": "Center Street @ 1981 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801224", "Latitude": 40.233827, "Longitude": -111.693844, "AVGBoard": 6, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "801224" }, "geometry": { "type": "Point", "coordinates": [ -111.693844000004177, 40.233827000002755 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5674, "StopName": "920 S @ 328 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801231", "Latitude": 40.221812, "Longitude": -111.664979, "AVGBoard": 0, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "801231" }, "geometry": { "type": "Point", "coordinates": [ -111.664979000004607, 40.221812000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5675, "StopName": "920 S @ 331 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801232", "Latitude": 40.221705, "Longitude": -111.665148, "AVGBoard": 0, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "801232" }, "geometry": { "type": "Point", "coordinates": [ -111.665148000004208, 40.221705000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5676, "StopName": "200 W @ 1227 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801241", "Latitude": 40.250178, "Longitude": -111.662148, "AVGBoard": 2, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "801241" }, "geometry": { "type": "Point", "coordinates": [ -111.662148000004038, 40.250178000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5677, "StopName": "200 W @ 781 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801242", "Latitude": 40.243924, "Longitude": -111.662233, "AVGBoard": 6, "AVGAlight": 11, "Route": "850, 834", "StopAbbr_J": "801242" }, "geometry": { "type": "Point", "coordinates": [ -111.662233000004761, 40.2439240000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5678, "StopName": "200 W @ 810 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801243", "Latitude": 40.244585, "Longitude": -111.662034, "AVGBoard": 4, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "801243" }, "geometry": { "type": "Point", "coordinates": [ -111.662034000004496, 40.244585000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5679, "StopName": "200 W @ 491 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801244", "Latitude": 40.240094, "Longitude": -111.662303, "AVGBoard": 4, "AVGAlight": 18, "Route": "850, 834", "StopAbbr_J": "801244" }, "geometry": { "type": "Point", "coordinates": [ -111.662303000004272, 40.240094000002763 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5680, "StopName": "200 W @ 510 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801245", "Latitude": 40.240715, "Longitude": -111.662072, "AVGBoard": 21, "AVGAlight": 5, "Route": "850, 834", "StopAbbr_J": "801245" }, "geometry": { "type": "Point", "coordinates": [ -111.662072000004017, 40.240715000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5681, "StopName": "200 W @ 99 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801246", "Latitude": 40.234736, "Longitude": -111.662345, "AVGBoard": 1, "AVGAlight": 3, "Route": "834", "StopAbbr_J": "801246" }, "geometry": { "type": "Point", "coordinates": [ -111.662345000004152, 40.234736000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5682, "StopName": "200 W @ 142 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801247", "Latitude": 40.235713, "Longitude": -111.662095, "AVGBoard": 19, "AVGAlight": 5, "Route": "850, 834", "StopAbbr_J": "801247" }, "geometry": { "type": "Point", "coordinates": [ -111.662095000004143, 40.23571300000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5683, "StopName": "200 W @ 101 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801248", "Latitude": 40.232013, "Longitude": -111.662349, "AVGBoard": 1, "AVGAlight": 2, "Route": "834", "StopAbbr_J": "801248" }, "geometry": { "type": "Point", "coordinates": [ -111.662349000004482, 40.232013000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5684, "StopName": "200 W @ 98 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801249", "Latitude": 40.232752, "Longitude": -111.662115, "AVGBoard": 2, "AVGAlight": 2, "Route": "834", "StopAbbr_J": "801249" }, "geometry": { "type": "Point", "coordinates": [ -111.662115000003993, 40.232752000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5685, "StopName": "University Ave @ 3671 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801257", "Latitude": 40.282432, "Longitude": -111.658581, "AVGBoard": 1, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "801257" }, "geometry": { "type": "Point", "coordinates": [ -111.658581000004574, 40.282432000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5686, "StopName": "University Ave @ 3720 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801258", "Latitude": 40.28316, "Longitude": -111.658404, "AVGBoard": 1, "AVGAlight": 2, "Route": "834", "StopAbbr_J": "801258" }, "geometry": { "type": "Point", "coordinates": [ -111.658404000004296, 40.283160000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5687, "StopName": "University Ave @ 3291 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801259", "Latitude": 40.277068, "Longitude": -111.657798, "AVGBoard": 1, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "801259" }, "geometry": { "type": "Point", "coordinates": [ -111.65779800000449, 40.277068000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5688, "StopName": "University Ave @ 3302 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "801260", "Latitude": 40.277717, "Longitude": -111.657591, "AVGBoard": 0, "AVGAlight": 3, "Route": "834", "StopAbbr_J": "801260" }, "geometry": { "type": "Point", "coordinates": [ -111.657591000004444, 40.277717000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5689, "StopName": "4800 West @ 10080 N", "City": "Cedar Hills", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801282", "Latitude": 40.415887, "Longitude": -111.773365, "AVGBoard": 0, "AVGAlight": 2, "Route": "807", "StopAbbr_J": "801282" }, "geometry": { "type": "Point", "coordinates": [ -111.773365000004432, 40.415887000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5690, "StopName": "4800 West @ 10080 N", "City": "Cedar Hills", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "801283", "Latitude": 40.416265, "Longitude": -111.773591, "AVGBoard": 0, "AVGAlight": 2, "Route": "807", "StopAbbr_J": "801283" }, "geometry": { "type": "Point", "coordinates": [ -111.773591000004259, 40.41626500000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5691, "StopName": "1000 S @ 1418 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801284", "Latitude": 40.278875, "Longitude": -111.72863, "AVGBoard": 18, "AVGAlight": 25, "Route": "862, 841", "StopAbbr_J": "801284" }, "geometry": { "type": "Point", "coordinates": [ -111.728630000004756, 40.278875000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5692, "StopName": "1000 S @ 1379 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801285", "Latitude": 40.278988, "Longitude": -111.728121, "AVGBoard": 6, "AVGAlight": 0, "Route": "862, 841", "StopAbbr_J": "801285" }, "geometry": { "type": "Point", "coordinates": [ -111.728121000004876, 40.278988000002727 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5693, "StopName": "State St @ 465 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "802004", "Latitude": 40.401906, "Longitude": -111.854932, "AVGBoard": 10, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "802004" }, "geometry": { "type": "Point", "coordinates": [ -111.854932000004112, 40.401906000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5694, "StopName": "State St @ 480 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "802016", "Latitude": 40.402341, "Longitude": -111.855048, "AVGBoard": 2, "AVGAlight": 9, "Route": "850", "StopAbbr_J": "802016" }, "geometry": { "type": "Point", "coordinates": [ -111.855048000004729, 40.402341000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5695, "StopName": "1600 N @ 260 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "802021", "Latitude": 40.326461, "Longitude": -111.720918, "AVGBoard": 0, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "802021" }, "geometry": { "type": "Point", "coordinates": [ -111.720918000004744, 40.326461000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5696, "StopName": "State St @ 255 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805001", "Latitude": 40.375488, "Longitude": -111.791676, "AVGBoard": 2, "AVGAlight": 4, "Route": "850, 809", "StopAbbr_J": "805001" }, "geometry": { "type": "Point", "coordinates": [ -111.791676000004273, 40.375488000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5697, "StopName": "Main St @ 6 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805003", "Latitude": 40.376911, "Longitude": -111.798994, "AVGBoard": 1, "AVGAlight": 4, "Route": "850, 809", "StopAbbr_J": "805003" }, "geometry": { "type": "Point", "coordinates": [ -111.798994000004058, 40.376911000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5698, "StopName": "Main St @ 98 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805004", "Latitude": 40.376923, "Longitude": -111.801151, "AVGBoard": 1, "AVGAlight": 0, "Route": "850, 809", "StopAbbr_J": "805004" }, "geometry": { "type": "Point", "coordinates": [ -111.801151000004594, 40.376923000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5699, "StopName": "Main St @ 208 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805005", "Latitude": 40.376944, "Longitude": -111.804204, "AVGBoard": 0, "AVGAlight": 2, "Route": "850, 809", "StopAbbr_J": "805005" }, "geometry": { "type": "Point", "coordinates": [ -111.804204000004674, 40.376944000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5700, "StopName": "Main St @ 308 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805006", "Latitude": 40.376962, "Longitude": -111.806997, "AVGBoard": 0, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "805006" }, "geometry": { "type": "Point", "coordinates": [ -111.806997000004785, 40.376962000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5701, "StopName": "Main St @ 434 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805007", "Latitude": 40.376978, "Longitude": -111.810089, "AVGBoard": 0, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "805007" }, "geometry": { "type": "Point", "coordinates": [ -111.810089000004496, 40.376978000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5702, "StopName": "State St @ 124 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805008", "Latitude": 40.379857, "Longitude": -111.813272, "AVGBoard": 1, "AVGAlight": 6, "Route": "850", "StopAbbr_J": "805008" }, "geometry": { "type": "Point", "coordinates": [ -111.813272000004545, 40.37985700000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5703, "StopName": "State St @ 825 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805020", "Latitude": 40.386496, "Longitude": -111.821317, "AVGBoard": 22, "AVGAlight": 10, "Route": "850", "StopAbbr_J": "805020" }, "geometry": { "type": "Point", "coordinates": [ -111.821317000004271, 40.386496000002666 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5704, "StopName": "State St @ 183 N", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805055", "Latitude": 40.381202, "Longitude": -111.813995, "AVGBoard": 12, "AVGAlight": 3, "Route": "850", "StopAbbr_J": "805055" }, "geometry": { "type": "Point", "coordinates": [ -111.813995000004155, 40.381202000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5705, "StopName": "State St @ 131 N", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805056", "Latitude": 40.379225, "Longitude": -111.813363, "AVGBoard": 5, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "805056" }, "geometry": { "type": "Point", "coordinates": [ -111.813363000003989, 40.37922500000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5706, "StopName": "Main St @ 451 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805057", "Latitude": 40.376788, "Longitude": -111.810254, "AVGBoard": 2, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "805057" }, "geometry": { "type": "Point", "coordinates": [ -111.810254000004676, 40.376788000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5707, "StopName": "Main St @ 265 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805058", "Latitude": 40.376756, "Longitude": -111.805551, "AVGBoard": 4, "AVGAlight": 2, "Route": "850, 809", "StopAbbr_J": "805058" }, "geometry": { "type": "Point", "coordinates": [ -111.805551000004684, 40.376756000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5708, "StopName": "Main St @ 1 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805060", "Latitude": 40.376716, "Longitude": -111.798945, "AVGBoard": 1, "AVGAlight": 2, "Route": "850, 809", "StopAbbr_J": "805060" }, "geometry": { "type": "Point", "coordinates": [ -111.798945000004494, 40.376716000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5709, "StopName": "Main St @ 54 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805062", "Latitude": 40.376704, "Longitude": -111.796726, "AVGBoard": 9, "AVGAlight": 4, "Route": "850, 809", "StopAbbr_J": "805062" }, "geometry": { "type": "Point", "coordinates": [ -111.796726000004242, 40.376704000002732 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5710, "StopName": "State St @ 320 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805064", "Latitude": 40.374918, "Longitude": -111.790216, "AVGBoard": 3, "AVGAlight": 2, "Route": "850, 809", "StopAbbr_J": "805064" }, "geometry": { "type": "Point", "coordinates": [ -111.790216000004804, 40.374918000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5711, "StopName": "State St @ 97 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "805090", "Latitude": 40.397372, "Longitude": -111.848046, "AVGBoard": 2, "AVGAlight": 9, "Route": "850", "StopAbbr_J": "805090" }, "geometry": { "type": "Point", "coordinates": [ -111.848046000004146, 40.397372000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5712, "StopName": "Main St @ 101 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "805093", "Latitude": 40.376731, "Longitude": -111.801485, "AVGBoard": 2, "AVGAlight": 0, "Route": "850, 809", "StopAbbr_J": "805093" }, "geometry": { "type": "Point", "coordinates": [ -111.801485000004377, 40.376731000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5713, "StopName": "State St @ 433 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806001", "Latitude": 40.374506, "Longitude": -111.787357, "AVGBoard": 2, "AVGAlight": 5, "Route": "850, 809", "StopAbbr_J": "806001" }, "geometry": { "type": "Point", "coordinates": [ -111.787357000004619, 40.374506000002661 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5714, "StopName": "State St @ 810 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806003", "Latitude": 40.366181, "Longitude": -111.751701, "AVGBoard": 7, "AVGAlight": 9, "Route": "850", "StopAbbr_J": "806003" }, "geometry": { "type": "Point", "coordinates": [ -111.751701000004829, 40.366181000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5715, "StopName": "Main St @ 155 S", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806006", "Latitude": 40.361893, "Longitude": -111.740666, "AVGBoard": 10, "AVGAlight": 13, "Route": "850, 809, 807", "StopAbbr_J": "806006" }, "geometry": { "type": "Point", "coordinates": [ -111.740666000003984, 40.361893000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5716, "StopName": "Center St @ 50 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806007", "Latitude": 40.364083, "Longitude": -111.741552, "AVGBoard": 5, "AVGAlight": 3, "Route": "850, 809", "StopAbbr_J": "806007" }, "geometry": { "type": "Point", "coordinates": [ -111.741552000004489, 40.364083000002758 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5717, "StopName": "Center St @ 204 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806008", "Latitude": 40.364719, "Longitude": -111.744503, "AVGBoard": 4, "AVGAlight": 4, "Route": "850, 809", "StopAbbr_J": "806008" }, "geometry": { "type": "Point", "coordinates": [ -111.744503000004215, 40.364719000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5718, "StopName": "State St @ 1084 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806011", "Latitude": 40.370422, "Longitude": -111.769827, "AVGBoard": 7, "AVGAlight": 10, "Route": "850, 809", "StopAbbr_J": "806011" }, "geometry": { "type": "Point", "coordinates": [ -111.769827000004668, 40.370422000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5719, "StopName": "State St @ 935 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806012", "Latitude": 40.371101, "Longitude": -111.772851, "AVGBoard": 1, "AVGAlight": 2, "Route": "850, 809", "StopAbbr_J": "806012" }, "geometry": { "type": "Point", "coordinates": [ -111.772851000004124, 40.371101000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5720, "StopName": "State St @ 695 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806013", "Latitude": 40.373066, "Longitude": -111.781157, "AVGBoard": 6, "AVGAlight": 11, "Route": "850, 809", "StopAbbr_J": "806013" }, "geometry": { "type": "Point", "coordinates": [ -111.781157000004768, 40.373066000002751 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5721, "StopName": "State St @ 565 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806014", "Latitude": 40.373723, "Longitude": -111.783928, "AVGBoard": 5, "AVGAlight": 12, "Route": "850, 809", "StopAbbr_J": "806014" }, "geometry": { "type": "Point", "coordinates": [ -111.783928000003968, 40.373723000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5722, "StopName": "State St @ 406 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806017", "Latitude": 40.374313, "Longitude": -111.787532, "AVGBoard": 4, "AVGAlight": 3, "Route": "850, 809", "StopAbbr_J": "806017" }, "geometry": { "type": "Point", "coordinates": [ -111.787532000004717, 40.374313000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5723, "StopName": "State St @ 562 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806021", "Latitude": 40.373511, "Longitude": -111.784127, "AVGBoard": 10, "AVGAlight": 6, "Route": "850, 809", "StopAbbr_J": "806021" }, "geometry": { "type": "Point", "coordinates": [ -111.784127000004275, 40.373511000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5724, "StopName": "State St @ 720 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806022", "Latitude": 40.372665, "Longitude": -111.780412, "AVGBoard": 10, "AVGAlight": 5, "Route": "850, 809", "StopAbbr_J": "806022" }, "geometry": { "type": "Point", "coordinates": [ -111.780412000004262, 40.372665000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5725, "StopName": "State St @ 930 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806023", "Latitude": 40.370835, "Longitude": -111.772668, "AVGBoard": 2, "AVGAlight": 2, "Route": "850, 809", "StopAbbr_J": "806023" }, "geometry": { "type": "Point", "coordinates": [ -111.772668000004288, 40.370835000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5726, "StopName": "State Rd @ 1909 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806024", "Latitude": 40.369776, "Longitude": -111.767986, "AVGBoard": 11, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "806024" }, "geometry": { "type": "Point", "coordinates": [ -111.767986000004214, 40.369776000002673 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5727, "StopName": "State Rd @ 1291 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806025", "Latitude": 40.367761, "Longitude": -111.759155, "AVGBoard": 5, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "806025" }, "geometry": { "type": "Point", "coordinates": [ -111.759155000004185, 40.367761000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5728, "StopName": "Center St @ 585 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806026", "Latitude": 40.365621, "Longitude": -111.749442, "AVGBoard": 11, "AVGAlight": 6, "Route": "850, 809", "StopAbbr_J": "806026" }, "geometry": { "type": "Point", "coordinates": [ -111.749442000004848, 40.365621000002655 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5729, "StopName": "Center St @ 381 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806027", "Latitude": 40.365068, "Longitude": -111.746951, "AVGBoard": 2, "AVGAlight": 1, "Route": "850, 809", "StopAbbr_J": "806027" }, "geometry": { "type": "Point", "coordinates": [ -111.746951000004557, 40.365068000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5730, "StopName": "Center St @ 195 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806028", "Latitude": 40.364424, "Longitude": -111.744112, "AVGBoard": 2, "AVGAlight": 2, "Route": "850, 809", "StopAbbr_J": "806028" }, "geometry": { "type": "Point", "coordinates": [ -111.744112000004222, 40.364424000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5731, "StopName": "Center St @ 125 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806029", "Latitude": 40.364054, "Longitude": -111.742529, "AVGBoard": 3, "AVGAlight": 5, "Route": "850, 809", "StopAbbr_J": "806029" }, "geometry": { "type": "Point", "coordinates": [ -111.742529000004438, 40.36405400000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5732, "StopName": "Main St @ 150 S", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806030", "Latitude": 40.362005, "Longitude": -111.740797, "AVGBoard": 14, "AVGAlight": 10, "Route": "850, 809, 807", "StopAbbr_J": "806030" }, "geometry": { "type": "Point", "coordinates": [ -111.740797000004022, 40.362005000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5733, "StopName": "Main St @ 49 S", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806105", "Latitude": 40.363217, "Longitude": -111.740671, "AVGBoard": 1, "AVGAlight": 2, "Route": "850, 809, 807", "StopAbbr_J": "806105" }, "geometry": { "type": "Point", "coordinates": [ -111.740671000004397, 40.363217000002663 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5734, "StopName": "State Rd @ 1344 W", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "806106", "Latitude": 40.368219, "Longitude": -111.760181, "AVGBoard": 2, "AVGAlight": 6, "Route": "850", "StopAbbr_J": "806106" }, "geometry": { "type": "Point", "coordinates": [ -111.760181000004593, 40.368219000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5735, "StopName": "State St @ 765 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806107", "Latitude": 40.372234, "Longitude": -111.777782, "AVGBoard": 0, "AVGAlight": 2, "Route": "850, 809", "StopAbbr_J": "806107" }, "geometry": { "type": "Point", "coordinates": [ -111.777782000004123, 40.37223400000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5736, "StopName": "State St @ 750 E", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "806108", "Latitude": 40.371956, "Longitude": -111.777753, "AVGBoard": 1, "AVGAlight": 1, "Route": "850, 809", "StopAbbr_J": "806108" }, "geometry": { "type": "Point", "coordinates": [ -111.777753000004424, 40.371956000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5737, "StopName": "State St @ 410 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "807001", "Latitude": 40.345082, "Longitude": -111.723315, "AVGBoard": 1, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "807001" }, "geometry": { "type": "Point", "coordinates": [ -111.723315000004462, 40.345082000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5738, "StopName": "State St @ 660 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "807002", "Latitude": 40.350117, "Longitude": -111.729304, "AVGBoard": 4, "AVGAlight": 13, "Route": "850", "StopAbbr_J": "807002" }, "geometry": { "type": "Point", "coordinates": [ -111.729304000004817, 40.350117000002754 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5739, "StopName": "State Rd @ 915 S", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "807003", "Latitude": 40.352769, "Longitude": -111.732491, "AVGBoard": 7, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "807003" }, "geometry": { "type": "Point", "coordinates": [ -111.732491000004288, 40.352769000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5740, "StopName": "State Rd @ 789 S", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "807004", "Latitude": 40.354281, "Longitude": -111.734307, "AVGBoard": 2, "AVGAlight": 7, "Route": "850", "StopAbbr_J": "807004" }, "geometry": { "type": "Point", "coordinates": [ -111.734307000004463, 40.354281000002736 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5741, "StopName": "State Rd @ 667 S", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "807005", "Latitude": 40.356342, "Longitude": -111.736731, "AVGBoard": 2, "AVGAlight": 10, "Route": "850", "StopAbbr_J": "807005" }, "geometry": { "type": "Point", "coordinates": [ -111.73673100000461, 40.356342000002755 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5742, "StopName": "State Rd @ 100 E", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "807037", "Latitude": 40.357792, "Longitude": -111.738969, "AVGBoard": 5, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "807037" }, "geometry": { "type": "Point", "coordinates": [ -111.738969000004658, 40.357792000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5743, "StopName": "State Rd @ 312 E", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "807038", "Latitude": 40.355186, "Longitude": -111.735876, "AVGBoard": 14, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "807038" }, "geometry": { "type": "Point", "coordinates": [ -111.735876000003969, 40.355186000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5744, "StopName": "State St @ 765 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "807040", "Latitude": 40.351546, "Longitude": -111.731432, "AVGBoard": 8, "AVGAlight": 9, "Route": "850", "StopAbbr_J": "807040" }, "geometry": { "type": "Point", "coordinates": [ -111.731432000004745, 40.351546000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5745, "StopName": "State St @ 521 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "807042", "Latitude": 40.346674, "Longitude": -111.725723, "AVGBoard": 1, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "807042" }, "geometry": { "type": "Point", "coordinates": [ -111.725723000004194, 40.3466740000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5746, "StopName": "State St @ 611 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "807044", "Latitude": 40.349995, "Longitude": -111.729693, "AVGBoard": 13, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "807044" }, "geometry": { "type": "Point", "coordinates": [ -111.72969300000463, 40.349995000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5747, "StopName": "State St @ 375 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "807045", "Latitude": 40.344351, "Longitude": -111.722875, "AVGBoard": 3, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "807045" }, "geometry": { "type": "Point", "coordinates": [ -111.722875000003995, 40.344351000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5748, "StopName": "State St @ 101 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "812002", "Latitude": 40.295471, "Longitude": -111.694104, "AVGBoard": 2, "AVGAlight": 19, "Route": "850", "StopAbbr_J": "812002" }, "geometry": { "type": "Point", "coordinates": [ -111.694104000004117, 40.295471000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5749, "StopName": "State St @ 44 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812003", "Latitude": 40.298058, "Longitude": -111.695211, "AVGBoard": 33, "AVGAlight": 44, "Route": "850, 834", "StopAbbr_J": "812003" }, "geometry": { "type": "Point", "coordinates": [ -111.695211000004051, 40.298058000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5750, "StopName": "State St @ 220 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812005", "Latitude": 40.301166, "Longitude": -111.696595, "AVGBoard": 5, "AVGAlight": 7, "Route": "850", "StopAbbr_J": "812005" }, "geometry": { "type": "Point", "coordinates": [ -111.696595000004422, 40.301166000002745 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5751, "StopName": "State St @ 602 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812009", "Latitude": 40.308695, "Longitude": -111.699961, "AVGBoard": 1, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "812009" }, "geometry": { "type": "Point", "coordinates": [ -111.699961000004336, 40.308695000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5752, "StopName": "State St @ 830 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812011", "Latitude": 40.313278, "Longitude": -111.701888, "AVGBoard": 13, "AVGAlight": 24, "Route": "850", "StopAbbr_J": "812011" }, "geometry": { "type": "Point", "coordinates": [ -111.701888000004715, 40.31327800000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5753, "StopName": "State St @ 1090 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812013", "Latitude": 40.317158, "Longitude": -111.703591, "AVGBoard": 3, "AVGAlight": 7, "Route": "850", "StopAbbr_J": "812013" }, "geometry": { "type": "Point", "coordinates": [ -111.703591000004522, 40.317158000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5754, "StopName": "State St @ 1220 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812014", "Latitude": 40.319878, "Longitude": -111.704794, "AVGBoard": 4, "AVGAlight": 7, "Route": "850", "StopAbbr_J": "812014" }, "geometry": { "type": "Point", "coordinates": [ -111.704794000004298, 40.319878000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5755, "StopName": "State St @ 1370 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812015", "Latitude": 40.322528, "Longitude": -111.705961, "AVGBoard": 2, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "812015" }, "geometry": { "type": "Point", "coordinates": [ -111.705961000004692, 40.322528000002755 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5756, "StopName": "State St @ 1660 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812016", "Latitude": 40.327121, "Longitude": -111.708004, "AVGBoard": 18, "AVGAlight": 24, "Route": "850", "StopAbbr_J": "812016" }, "geometry": { "type": "Point", "coordinates": [ -111.708004000004792, 40.327121000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5757, "StopName": "State St @ 1820 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812017", "Latitude": 40.330594, "Longitude": -111.710714, "AVGBoard": 0, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "812017" }, "geometry": { "type": "Point", "coordinates": [ -111.710714000004316, 40.330594000002741 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5758, "StopName": "State St @ 1960 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812018", "Latitude": 40.332719, "Longitude": -111.712453, "AVGBoard": 1, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "812018" }, "geometry": { "type": "Point", "coordinates": [ -111.71245300000443, 40.332719000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5759, "StopName": "State St @ 115 S", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "812019", "Latitude": 40.335535, "Longitude": -111.714771, "AVGBoard": 1, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "812019" }, "geometry": { "type": "Point", "coordinates": [ -111.714771000004802, 40.335535000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5760, "StopName": "State St @ 350 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "812022", "Latitude": 40.34348, "Longitude": -111.721535, "AVGBoard": 2, "AVGAlight": 3, "Route": "850", "StopAbbr_J": "812022" }, "geometry": { "type": "Point", "coordinates": [ -111.721535000004565, 40.343480000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5761, "StopName": "State St @ 120 S", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "812026", "Latitude": 40.335499, "Longitude": -111.715161, "AVGBoard": 1, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "812026" }, "geometry": { "type": "Point", "coordinates": [ -111.715161000004699, 40.335499000002741 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5762, "StopName": "State St @ 1975 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812027", "Latitude": 40.333298, "Longitude": -111.713371, "AVGBoard": 4, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "812027" }, "geometry": { "type": "Point", "coordinates": [ -111.713371000004003, 40.333298000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5763, "StopName": "State St @ 1801 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812028", "Latitude": 40.330379, "Longitude": -111.710878, "AVGBoard": 4, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "812028" }, "geometry": { "type": "Point", "coordinates": [ -111.710878000004428, 40.330379000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5764, "StopName": "State St @ 1369 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812031", "Latitude": 40.322359, "Longitude": -111.706279, "AVGBoard": 5, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "812031" }, "geometry": { "type": "Point", "coordinates": [ -111.706279000004045, 40.322359000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5765, "StopName": "State St @ 1185 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812032", "Latitude": 40.319021, "Longitude": -111.704728, "AVGBoard": 9, "AVGAlight": 8, "Route": "850", "StopAbbr_J": "812032" }, "geometry": { "type": "Point", "coordinates": [ -111.704728000004238, 40.319021000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5766, "StopName": "1600 N @ 278 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812189", "Latitude": 40.326648, "Longitude": -111.703291, "AVGBoard": 1, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "812189" }, "geometry": { "type": "Point", "coordinates": [ -111.703291000003972, 40.32664800000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5767, "StopName": "1600 N @ 460 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812190", "Latitude": 40.326642, "Longitude": -111.706761, "AVGBoard": 3, "AVGAlight": 3, "Route": "862", "StopAbbr_J": "812190" }, "geometry": { "type": "Point", "coordinates": [ -111.706761000004391, 40.326642000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5768, "StopName": "1600 N @ 1035 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812192", "Latitude": 40.326319, "Longitude": -111.720571, "AVGBoard": 0, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "812192" }, "geometry": { "type": "Point", "coordinates": [ -111.720571000004782, 40.326319000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5769, "StopName": "1600 N @ 755 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812193", "Latitude": 40.326372, "Longitude": -111.714116, "AVGBoard": 0, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "812193" }, "geometry": { "type": "Point", "coordinates": [ -111.714116000004523, 40.326372000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5770, "StopName": "1600 N @ 525 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812194", "Latitude": 40.326413, "Longitude": -111.709896, "AVGBoard": 1, "AVGAlight": 12, "Route": "862", "StopAbbr_J": "812194" }, "geometry": { "type": "Point", "coordinates": [ -111.709896000004065, 40.326413000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5771, "StopName": "1600 N @ 277 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812195", "Latitude": 40.326507, "Longitude": -111.702969, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "812195" }, "geometry": { "type": "Point", "coordinates": [ -111.702969000004288, 40.326507000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5772, "StopName": "1600 N @ 97 W", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "812196", "Latitude": 40.326548, "Longitude": -111.698605, "AVGBoard": 3, "AVGAlight": 3, "Route": "862", "StopAbbr_J": "812196" }, "geometry": { "type": "Point", "coordinates": [ -111.698605000004477, 40.326548000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5773, "StopName": "RIVER PARK DR @ 119 W", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "813009", "Latitude": 40.302694, "Longitude": -111.657322, "AVGBoard": 2, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "813009" }, "geometry": { "type": "Point", "coordinates": [ -111.65732200000464, 40.30269400000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5774, "StopName": "800 E @ 32 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813015", "Latitude": 40.296277, "Longitude": -111.676551, "AVGBoard": 2, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "813015" }, "geometry": { "type": "Point", "coordinates": [ -111.676551000004068, 40.296277000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5775, "StopName": "800 E @ 220 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813017", "Latitude": 40.293058, "Longitude": -111.676453, "AVGBoard": 2, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "813017" }, "geometry": { "type": "Point", "coordinates": [ -111.676453000004059, 40.293058000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5776, "StopName": "800 E @ 442 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813020", "Latitude": 40.288846, "Longitude": -111.676381, "AVGBoard": 1, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "813020" }, "geometry": { "type": "Point", "coordinates": [ -111.676381000004397, 40.288846000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5777, "StopName": "RIVER PARK DR @ 150 W", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "813024", "Latitude": 40.303133, "Longitude": -111.658448, "AVGBoard": 0, "AVGAlight": 2, "Route": "834", "StopAbbr_J": "813024" }, "geometry": { "type": "Point", "coordinates": [ -111.658448000004341, 40.303133000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5778, "StopName": "Timpanogos Pkwy @ 655 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813047", "Latitude": 40.323253, "Longitude": -111.680681, "AVGBoard": 4, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "813047" }, "geometry": { "type": "Point", "coordinates": [ -111.680681000004284, 40.32325300000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5779, "StopName": "Research Way @ 1224 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813048", "Latitude": 40.319659, "Longitude": -111.680741, "AVGBoard": 1, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "813048" }, "geometry": { "type": "Point", "coordinates": [ -111.680741000004758, 40.319659000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5780, "StopName": "1600 N @ 436 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813056", "Latitude": 40.326546, "Longitude": -111.685804, "AVGBoard": 1, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "813056" }, "geometry": { "type": "Point", "coordinates": [ -111.685804000003969, 40.326546000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5781, "StopName": "1600 N @ 694 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813057", "Latitude": 40.326217, "Longitude": -111.679708, "AVGBoard": 0, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "813057" }, "geometry": { "type": "Point", "coordinates": [ -111.679708000004652, 40.326217000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5782, "StopName": "Timpanogos Pkwy @ 680 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813059", "Latitude": 40.322927, "Longitude": -111.680519, "AVGBoard": 2, "AVGAlight": 3, "Route": "862", "StopAbbr_J": "813059" }, "geometry": { "type": "Point", "coordinates": [ -111.680519000004367, 40.322927000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5783, "StopName": "Research Way @ 1243 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813060", "Latitude": 40.31992, "Longitude": -111.680975, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "813060" }, "geometry": { "type": "Point", "coordinates": [ -111.680975000004352, 40.319920000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5784, "StopName": "1600 N @ 381 E", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "813061", "Latitude": 40.326705, "Longitude": -111.687322, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "813061" }, "geometry": { "type": "Point", "coordinates": [ -111.687322000004656, 40.326705000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5785, "StopName": "800 E \/ 800 N (SB)", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "813089", "Latitude": 40.311304, "Longitude": -111.676781, "AVGBoard": 3, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "813089" }, "geometry": { "type": "Point", "coordinates": [ -111.676781000004226, 40.311304000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5786, "StopName": "1200 S @ 480 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816001", "Latitude": 40.275407, "Longitude": -111.706434, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816001" }, "geometry": { "type": "Point", "coordinates": [ -111.706434000004293, 40.27540700000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5787, "StopName": "UVU Station (adjacent bus stop WB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816003", "Latitude": 40.275892, "Longitude": -111.712444, "AVGBoard": 28, "AVGAlight": 34, "Route": null, "StopAbbr_J": "816003" }, "geometry": { "type": "Point", "coordinates": [ -111.712444000004567, 40.275892000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5788, "StopName": "Main St \/ University Pkwy (SB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816008", "Latitude": 40.272877, "Longitude": -111.695256, "AVGBoard": 1, "AVGAlight": 3, "Route": null, "StopAbbr_J": "816008" }, "geometry": { "type": "Point", "coordinates": [ -111.695256000004179, 40.272877000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5789, "StopName": "Main St \/ 1450 S (SB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816009", "Latitude": 40.270568, "Longitude": -111.695179, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816009" }, "geometry": { "type": "Point", "coordinates": [ -111.695179000004089, 40.270568000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5790, "StopName": "Main St \/ 1600 S (SB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816010", "Latitude": 40.267391, "Longitude": -111.695111, "AVGBoard": 2, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816010" }, "geometry": { "type": "Point", "coordinates": [ -111.695111000004758, 40.267391000002739 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5791, "StopName": "Main St \/ 1820 S (SB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816011", "Latitude": 40.263566, "Longitude": -111.695057, "AVGBoard": 2, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816011" }, "geometry": { "type": "Point", "coordinates": [ -111.695057000004795, 40.263566000002747 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5792, "StopName": "Main St \/ 2000 S (SB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816012", "Latitude": 40.260821, "Longitude": -111.694915, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816012" }, "geometry": { "type": "Point", "coordinates": [ -111.694915000004713, 40.260821000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5793, "StopName": "2100 W \/ 1730 N (SB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "816013", "Latitude": 40.257156, "Longitude": -111.694884, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816013" }, "geometry": { "type": "Point", "coordinates": [ -111.694884000004848, 40.257156000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5794, "StopName": "Main St \/ 1600 N (SB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "816014", "Latitude": 40.255559, "Longitude": -111.694854, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816014" }, "geometry": { "type": "Point", "coordinates": [ -111.69485400000417, 40.255559000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5795, "StopName": "1460 N \/ Grand Ave (EB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "816015", "Latitude": 40.253385, "Longitude": -111.694141, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816015" }, "geometry": { "type": "Point", "coordinates": [ -111.694141000004493, 40.253385000002773 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5796, "StopName": "1460 N \/ 1900 W (EB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "816016", "Latitude": 40.253399, "Longitude": -111.691008, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816016" }, "geometry": { "type": "Point", "coordinates": [ -111.691008000004089, 40.25339900000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5797, "StopName": "1460 N \/ 1900 W (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "816019", "Latitude": 40.253524, "Longitude": -111.690692, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816019" }, "geometry": { "type": "Point", "coordinates": [ -111.690692000003992, 40.253524000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5798, "StopName": "1460 N \/ Grand Ave (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "816020", "Latitude": 40.253513, "Longitude": -111.694265, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816020" }, "geometry": { "type": "Point", "coordinates": [ -111.694265000004847, 40.253513000002769 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5799, "StopName": "2100 W \/ 1730 N (NB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "816022", "Latitude": 40.256588, "Longitude": -111.694699, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816022" }, "geometry": { "type": "Point", "coordinates": [ -111.694699000004817, 40.256588000002772 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5800, "StopName": "Main St \/ 2000 S (NB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816024", "Latitude": 40.260575, "Longitude": -111.694768, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816024" }, "geometry": { "type": "Point", "coordinates": [ -111.694768000004231, 40.260575000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5801, "StopName": "Main St \/ 1820 S (NB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816025", "Latitude": 40.263688, "Longitude": -111.694837, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816025" }, "geometry": { "type": "Point", "coordinates": [ -111.694837000004554, 40.263688000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5802, "StopName": "Main St \/ 1600 S (NB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816027", "Latitude": 40.268272, "Longitude": -111.694951, "AVGBoard": 0, "AVGAlight": 2, "Route": null, "StopAbbr_J": "816027" }, "geometry": { "type": "Point", "coordinates": [ -111.69495100000411, 40.268272000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5803, "StopName": "Main St \/ 1450 S (NB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816028", "Latitude": 40.270529, "Longitude": -111.695002, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816028" }, "geometry": { "type": "Point", "coordinates": [ -111.69500200000472, 40.270529000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5804, "StopName": "Main St \/ 1400 S (NB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816029", "Latitude": 40.272187, "Longitude": -111.694999, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816029" }, "geometry": { "type": "Point", "coordinates": [ -111.694999000004486, 40.272187000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5805, "StopName": "UVU Station (adjacent bus stop EB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816038", "Latitude": 40.275332, "Longitude": -111.711979, "AVGBoard": 32, "AVGAlight": 31, "Route": null, "StopAbbr_J": "816038" }, "geometry": { "type": "Point", "coordinates": [ -111.71197900000476, 40.27533200000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5806, "StopName": "1200 W @ 439 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816043", "Latitude": 40.288911, "Longitude": -111.724122, "AVGBoard": 3, "AVGAlight": 2, "Route": "862, 841", "StopAbbr_J": "816043" }, "geometry": { "type": "Point", "coordinates": [ -111.724122000004726, 40.288911000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5807, "StopName": "1200 W @ 541 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816046", "Latitude": 40.287335, "Longitude": -111.724095, "AVGBoard": 2, "AVGAlight": 1, "Route": "862, 841", "StopAbbr_J": "816046" }, "geometry": { "type": "Point", "coordinates": [ -111.724095000004297, 40.287335000002756 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5808, "StopName": "University Pkwy @ 50 E", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816048", "Latitude": 40.273276, "Longitude": -111.69402, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816048" }, "geometry": { "type": "Point", "coordinates": [ -111.694020000004357, 40.273276000002753 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5809, "StopName": "1200 W @ 712 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816049", "Latitude": 40.284106, "Longitude": -111.724146, "AVGBoard": 6, "AVGAlight": 2, "Route": "862, 841", "StopAbbr_J": "816049" }, "geometry": { "type": "Point", "coordinates": [ -111.724146000004026, 40.284106000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5810, "StopName": "State St @ 575 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816052", "Latitude": 40.286407, "Longitude": -111.690206, "AVGBoard": 3, "AVGAlight": 3, "Route": "850", "StopAbbr_J": "816052" }, "geometry": { "type": "Point", "coordinates": [ -111.690206000004238, 40.286407000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5811, "StopName": "State St @ 371 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816054", "Latitude": 40.290187, "Longitude": -111.691873, "AVGBoard": 7, "AVGAlight": 14, "Route": "850", "StopAbbr_J": "816054" }, "geometry": { "type": "Point", "coordinates": [ -111.691873000004662, 40.290187000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5812, "StopName": "State St @ 410 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816057", "Latitude": 40.289403, "Longitude": -111.691722, "AVGBoard": 9, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "816057" }, "geometry": { "type": "Point", "coordinates": [ -111.691722000004745, 40.289403000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5813, "StopName": "State St @ 610 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816058", "Latitude": 40.286145, "Longitude": -111.690362, "AVGBoard": 6, "AVGAlight": 6, "Route": "850", "StopAbbr_J": "816058" }, "geometry": { "type": "Point", "coordinates": [ -111.690362000004555, 40.286145000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5814, "StopName": "Sandhill Rd \/ 1300 S (SB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816061", "Latitude": 40.272146, "Longitude": -111.712021, "AVGBoard": 7, "AVGAlight": 3, "Route": null, "StopAbbr_J": "816061" }, "geometry": { "type": "Point", "coordinates": [ -111.712021000004626, 40.272146000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5815, "StopName": "University Pkwy @ 1255 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816071", "Latitude": 40.275133, "Longitude": -111.725102, "AVGBoard": 16, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "816071" }, "geometry": { "type": "Point", "coordinates": [ -111.725102000004028, 40.275133000002732 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5816, "StopName": "Geneva Rd @ 785 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816076", "Latitude": 40.28275, "Longitude": -111.732218, "AVGBoard": 1, "AVGAlight": 0, "Route": "841", "StopAbbr_J": "816076" }, "geometry": { "type": "Point", "coordinates": [ -111.732218000004167, 40.282750000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5817, "StopName": "UVU Gunther Building (NB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816078", "Latitude": 40.279328, "Longitude": -111.708611, "AVGBoard": 2, "AVGAlight": 6, "Route": null, "StopAbbr_J": "816078" }, "geometry": { "type": "Point", "coordinates": [ -111.70861100000468, 40.2793280000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5818, "StopName": "1200 W @ 430 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816085", "Latitude": 40.289011, "Longitude": -111.724312, "AVGBoard": 6, "AVGAlight": 4, "Route": "862, 841", "StopAbbr_J": "816085" }, "geometry": { "type": "Point", "coordinates": [ -111.724312000004261, 40.289011000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5819, "StopName": "1200 W @ 600 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816086", "Latitude": 40.286441, "Longitude": -111.724254, "AVGBoard": 1, "AVGAlight": 2, "Route": "862, 841", "StopAbbr_J": "816086" }, "geometry": { "type": "Point", "coordinates": [ -111.724254000004862, 40.286441000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5820, "StopName": "UVU Gunther Building (SB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816093", "Latitude": 40.278052, "Longitude": -111.708208, "AVGBoard": 3, "AVGAlight": 4, "Route": null, "StopAbbr_J": "816093" }, "geometry": { "type": "Point", "coordinates": [ -111.708208000004575, 40.278052000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5821, "StopName": "1200 S @ 430 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816106", "Latitude": 40.275257, "Longitude": -111.705712, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816106" }, "geometry": { "type": "Point", "coordinates": [ -111.705712000004766, 40.275257000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5822, "StopName": "University Pkwy \/ Main St (WB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816111", "Latitude": 40.273673, "Longitude": -111.695962, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816111" }, "geometry": { "type": "Point", "coordinates": [ -111.695962000004172, 40.273673000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5823, "StopName": "University Pkwy \/ 200 W (WB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816112", "Latitude": 40.273724, "Longitude": -111.7006, "AVGBoard": 0, "AVGAlight": 2, "Route": null, "StopAbbr_J": "816112" }, "geometry": { "type": "Point", "coordinates": [ -111.700600000004187, 40.273724000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5824, "StopName": "UVU Fulton Library (WB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816119", "Latitude": 40.280882, "Longitude": -111.715671, "AVGBoard": 33, "AVGAlight": 22, "Route": null, "StopAbbr_J": "816119" }, "geometry": { "type": "Point", "coordinates": [ -111.715671000004676, 40.280882000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5825, "StopName": "UVU Institute (EB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816122", "Latitude": 40.280014, "Longitude": -111.713851, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816122" }, "geometry": { "type": "Point", "coordinates": [ -111.713851000004169, 40.280014000002758 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5826, "StopName": "800 S @ 334 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "816127", "Latitude": 40.282354, "Longitude": -111.687443, "AVGBoard": 14, "AVGAlight": 13, "Route": "862, 850", "StopAbbr_J": "816127" }, "geometry": { "type": "Point", "coordinates": [ -111.687443000004791, 40.282354000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5827, "StopName": "1430 S \/ 400 W (WB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816128", "Latitude": 40.271524, "Longitude": -111.705613, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816128" }, "geometry": { "type": "Point", "coordinates": [ -111.705613000004661, 40.271524000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5828, "StopName": "1430 S \/ 550 W (WB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816129", "Latitude": 40.270781, "Longitude": -111.708341, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816129" }, "geometry": { "type": "Point", "coordinates": [ -111.708341000004793, 40.270781000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5829, "StopName": "1430 W \/ Sandhill Rd (WB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816130", "Latitude": 40.270881, "Longitude": -111.711011, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816130" }, "geometry": { "type": "Point", "coordinates": [ -111.711011000004646, 40.270881000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5830, "StopName": "Sandhill Rd \/ 1350 S (NB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816131", "Latitude": 40.272753, "Longitude": -111.712107, "AVGBoard": 2, "AVGAlight": 9, "Route": null, "StopAbbr_J": "816131" }, "geometry": { "type": "Point", "coordinates": [ -111.712107000004565, 40.272753000002758 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5831, "StopName": "1430 S \/ Sandhill Rd (EB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816132", "Latitude": 40.270762, "Longitude": -111.711082, "AVGBoard": 2, "AVGAlight": 1, "Route": null, "StopAbbr_J": "816132" }, "geometry": { "type": "Point", "coordinates": [ -111.711082000004225, 40.270762000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5832, "StopName": "1430 S \/ 550 W (EB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816133", "Latitude": 40.270702, "Longitude": -111.708447, "AVGBoard": 2, "AVGAlight": 0, "Route": null, "StopAbbr_J": "816133" }, "geometry": { "type": "Point", "coordinates": [ -111.708447000004597, 40.2707020000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5833, "StopName": "1430 S \/ 400 W (EB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816134", "Latitude": 40.271541, "Longitude": -111.705238, "AVGBoard": 0, "AVGAlight": 2, "Route": null, "StopAbbr_J": "816134" }, "geometry": { "type": "Point", "coordinates": [ -111.705238000004186, 40.271541000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5834, "StopName": "State St @ 183 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "816140", "Latitude": 40.293752, "Longitude": -111.693351, "AVGBoard": 2, "AVGAlight": 4, "Route": "850", "StopAbbr_J": "816140" }, "geometry": { "type": "Point", "coordinates": [ -111.693351000004725, 40.293752000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5835, "StopName": "1460 N \/ 1500 W (EB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817003", "Latitude": 40.253404, "Longitude": -111.685765, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817003" }, "geometry": { "type": "Point", "coordinates": [ -111.685765000004352, 40.253404000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5836, "StopName": "800 E @ 385 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817004", "Latitude": 40.289921, "Longitude": -111.676195, "AVGBoard": 0, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "817004" }, "geometry": { "type": "Point", "coordinates": [ -111.676195000004284, 40.289921000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5837, "StopName": "800 E @ 225 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817005", "Latitude": 40.292695, "Longitude": -111.676261, "AVGBoard": 1, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "817005" }, "geometry": { "type": "Point", "coordinates": [ -111.676261000004345, 40.292695000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5838, "StopName": "550 W \/ University Pkwy (SB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817015", "Latitude": 40.262141, "Longitude": -111.668231, "AVGBoard": 5, "AVGAlight": 6, "Route": null, "StopAbbr_J": "817015" }, "geometry": { "type": "Point", "coordinates": [ -111.66823100000407, 40.262141000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5839, "StopName": "1460 N \/ 1500 W (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817031", "Latitude": 40.253521, "Longitude": -111.685714, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "817031" }, "geometry": { "type": "Point", "coordinates": [ -111.685714000004623, 40.25352100000277 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5840, "StopName": "1720 N \/ State St (EB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817034", "Latitude": 40.256826, "Longitude": -111.671529, "AVGBoard": 6, "AVGAlight": 5, "Route": null, "StopAbbr_J": "817034" }, "geometry": { "type": "Point", "coordinates": [ -111.671529000004639, 40.256826000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5841, "StopName": "2230 N \/ 350 W (EB)", "City": "PROVO", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817036", "Latitude": 40.263511, "Longitude": -111.665425, "AVGBoard": 9, "AVGAlight": 2, "Route": null, "StopAbbr_J": "817036" }, "geometry": { "type": "Point", "coordinates": [ -111.66542500000466, 40.263511000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5842, "StopName": "1720 N \/ 550 W (EB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817037", "Latitude": 40.256911, "Longitude": -111.668946, "AVGBoard": 3, "AVGAlight": 3, "Route": null, "StopAbbr_J": "817037" }, "geometry": { "type": "Point", "coordinates": [ -111.668946000004809, 40.256911000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5843, "StopName": "2230 N @ 180 E", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817040", "Latitude": 40.263332, "Longitude": -111.655201, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817040" }, "geometry": { "type": "Point", "coordinates": [ -111.655201000004411, 40.26333200000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5844, "StopName": "Temple Hill Dr @ 2085 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817045", "Latitude": 40.262558, "Longitude": -111.641652, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817045" }, "geometry": { "type": "Point", "coordinates": [ -111.641652000004015, 40.262558000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5845, "StopName": "900 E \/ 450 N (SB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "817057", "Latitude": 40.239768, "Longitude": -111.643301, "AVGBoard": 6, "AVGAlight": 9, "Route": null, "StopAbbr_J": "817057" }, "geometry": { "type": "Point", "coordinates": [ -111.643301000004755, 40.239768000002741 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5846, "StopName": "900 E \/ 450 N (NB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "817058", "Latitude": 40.240182, "Longitude": -111.643116, "AVGBoard": 10, "AVGAlight": 4, "Route": null, "StopAbbr_J": "817058" }, "geometry": { "type": "Point", "coordinates": [ -111.643116000004724, 40.24018200000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5847, "StopName": "University Pkwy @ 750 E", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817067", "Latitude": 40.256601, "Longitude": -111.645031, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817067" }, "geometry": { "type": "Point", "coordinates": [ -111.64503100000411, 40.256601000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5848, "StopName": "Freedom Blvd @ 1550 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817070", "Latitude": 40.254761, "Longitude": -111.661823, "AVGBoard": 1, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "817070" }, "geometry": { "type": "Point", "coordinates": [ -111.661823000004105, 40.254761000002759 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5849, "StopName": "Freedom Blvd @ 1555 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817071", "Latitude": 40.254884, "Longitude": -111.662108, "AVGBoard": 2, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "817071" }, "geometry": { "type": "Point", "coordinates": [ -111.662108000004309, 40.254884000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5850, "StopName": "Freedom Blvd @ 1435 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817072", "Latitude": 40.252671, "Longitude": -111.662103, "AVGBoard": 4, "AVGAlight": 2, "Route": "834", "StopAbbr_J": "817072" }, "geometry": { "type": "Point", "coordinates": [ -111.662103000004791, 40.252671000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5851, "StopName": "Temple Hill Dr @ 2120 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817077", "Latitude": 40.262551, "Longitude": -111.641336, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817077" }, "geometry": { "type": "Point", "coordinates": [ -111.641336000004841, 40.262551000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5852, "StopName": "2200 N @ 275 E", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817081", "Latitude": 40.263343, "Longitude": -111.653362, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817081" }, "geometry": { "type": "Point", "coordinates": [ -111.653362000004122, 40.263343000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5853, "StopName": "2230 N @ 201 E", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817082", "Latitude": 40.263456, "Longitude": -111.654979, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817082" }, "geometry": { "type": "Point", "coordinates": [ -111.654979000004005, 40.263456000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5854, "StopName": "2230 N \/ Freedom Blvd (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817085", "Latitude": 40.263524, "Longitude": -111.661618, "AVGBoard": 3, "AVGAlight": 5, "Route": null, "StopAbbr_J": "817085" }, "geometry": { "type": "Point", "coordinates": [ -111.661618000004211, 40.263524000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5855, "StopName": "2230 N \/ 400 W (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817086", "Latitude": 40.263633, "Longitude": -111.664789, "AVGBoard": 1, "AVGAlight": 4, "Route": null, "StopAbbr_J": "817086" }, "geometry": { "type": "Point", "coordinates": [ -111.664789000004149, 40.263633000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5856, "StopName": "University Pkwy @ 2266 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817088", "Latitude": 40.263677, "Longitude": -111.667945, "AVGBoard": 0, "AVGAlight": 2, "Route": "822", "StopAbbr_J": "817088" }, "geometry": { "type": "Point", "coordinates": [ -111.667945000004678, 40.26367700000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5857, "StopName": "University Ave @ 510 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "817091", "Latitude": 40.240738, "Longitude": -111.658514, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817091" }, "geometry": { "type": "Point", "coordinates": [ -111.658514000004416, 40.240738000002764 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5858, "StopName": "800 E @ 860 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817095", "Latitude": 40.281198, "Longitude": -111.676466, "AVGBoard": 2, "AVGAlight": 4, "Route": "862, 850", "StopAbbr_J": "817095" }, "geometry": { "type": "Point", "coordinates": [ -111.676466000004226, 40.281198000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5859, "StopName": "800 E @ 1020 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817097", "Latitude": 40.278207, "Longitude": -111.676426, "AVGBoard": 3, "AVGAlight": 5, "Route": "862, 850", "StopAbbr_J": "817097" }, "geometry": { "type": "Point", "coordinates": [ -111.676426000004511, 40.278207000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5860, "StopName": "550 W \/ 1800 N (NB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817105", "Latitude": 40.258985, "Longitude": -111.667854, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817105" }, "geometry": { "type": "Point", "coordinates": [ -111.66785400000434, 40.258985000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5861, "StopName": "550 W \/ 1800 N (SB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817128", "Latitude": 40.258955, "Longitude": -111.668021, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "817128" }, "geometry": { "type": "Point", "coordinates": [ -111.668021000004671, 40.2589550000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5862, "StopName": "1720 N \/ 550 W (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817129", "Latitude": 40.25703, "Longitude": -111.668942, "AVGBoard": 4, "AVGAlight": 7, "Route": null, "StopAbbr_J": "817129" }, "geometry": { "type": "Point", "coordinates": [ -111.668942000004478, 40.257030000002736 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5863, "StopName": "800 E @ 905 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817138", "Latitude": 40.280361, "Longitude": -111.676209, "AVGBoard": 2, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "817138" }, "geometry": { "type": "Point", "coordinates": [ -111.676209000004533, 40.280361000002749 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5864, "StopName": "800 E @ 775 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817139", "Latitude": 40.282989, "Longitude": -111.676181, "AVGBoard": 2, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "817139" }, "geometry": { "type": "Point", "coordinates": [ -111.676181000004007, 40.282989000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5865, "StopName": "800 E @ 621 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817140", "Latitude": 40.285444, "Longitude": -111.676138, "AVGBoard": 0, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "817140" }, "geometry": { "type": "Point", "coordinates": [ -111.676138000004045, 40.285444000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5866, "StopName": "800 E @ 525 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817141", "Latitude": 40.287394, "Longitude": -111.676164, "AVGBoard": 0, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "817141" }, "geometry": { "type": "Point", "coordinates": [ -111.676164000004405, 40.287394000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5867, "StopName": "State St @ 1360 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817240", "Latitude": 40.272233, "Longitude": -111.684252, "AVGBoard": 18, "AVGAlight": 13, "Route": "850", "StopAbbr_J": "817240" }, "geometry": { "type": "Point", "coordinates": [ -111.684252000004093, 40.272233000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5868, "StopName": "State St @ 1532 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817241", "Latitude": 40.269399, "Longitude": -111.682935, "AVGBoard": 5, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "817241" }, "geometry": { "type": "Point", "coordinates": [ -111.682935000004747, 40.269399000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5869, "StopName": "State St @ 1632 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817242", "Latitude": 40.267295, "Longitude": -111.681994, "AVGBoard": 5, "AVGAlight": 7, "Route": "850", "StopAbbr_J": "817242" }, "geometry": { "type": "Point", "coordinates": [ -111.681994000004181, 40.267295000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5870, "StopName": "State St @ 1738 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817243", "Latitude": 40.265456, "Longitude": -111.680977, "AVGBoard": 2, "AVGAlight": 3, "Route": "850", "StopAbbr_J": "817243" }, "geometry": { "type": "Point", "coordinates": [ -111.680977000004518, 40.265456000002757 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5871, "StopName": "State St @ 1900 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817244", "Latitude": 40.263502, "Longitude": -111.679194, "AVGBoard": 2, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "817244" }, "geometry": { "type": "Point", "coordinates": [ -111.679194000004372, 40.263502000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5872, "StopName": "State St @ 1951 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817245", "Latitude": 40.260974, "Longitude": -111.676851, "AVGBoard": 1, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "817245" }, "geometry": { "type": "Point", "coordinates": [ -111.676851000004632, 40.260974000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5873, "StopName": "State St @ 1825 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817246", "Latitude": 40.258645, "Longitude": -111.674691, "AVGBoard": 7, "AVGAlight": 9, "Route": "850", "StopAbbr_J": "817246" }, "geometry": { "type": "Point", "coordinates": [ -111.674691000004756, 40.258645000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5874, "StopName": "State St @ 1695 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817247", "Latitude": 40.255935, "Longitude": -111.672189, "AVGBoard": 7, "AVGAlight": 12, "Route": "850", "StopAbbr_J": "817247" }, "geometry": { "type": "Point", "coordinates": [ -111.672189000004437, 40.255935000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5875, "StopName": "State St @ 1335 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817248", "Latitude": 40.253236, "Longitude": -111.669681, "AVGBoard": 24, "AVGAlight": 29, "Route": "850", "StopAbbr_J": "817248" }, "geometry": { "type": "Point", "coordinates": [ -111.669681000004516, 40.253236000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5876, "StopName": "500 W @ 1145 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817249", "Latitude": 40.250005, "Longitude": -111.667588, "AVGBoard": 12, "AVGAlight": 19, "Route": "850", "StopAbbr_J": "817249" }, "geometry": { "type": "Point", "coordinates": [ -111.667588000004784, 40.25000500000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5877, "StopName": "500 W @ 1055 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817250", "Latitude": 40.248096, "Longitude": -111.667561, "AVGBoard": 2, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "817250" }, "geometry": { "type": "Point", "coordinates": [ -111.667561000004355, 40.248096000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5878, "StopName": "500 W @ 931 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817251", "Latitude": 40.246139, "Longitude": -111.667566, "AVGBoard": 2, "AVGAlight": 3, "Route": "850", "StopAbbr_J": "817251" }, "geometry": { "type": "Point", "coordinates": [ -111.667566000004783, 40.246139000002749 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5879, "StopName": "500 W @ 781 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "817252", "Latitude": 40.244091, "Longitude": -111.667576, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "817252" }, "geometry": { "type": "Point", "coordinates": [ -111.667576000004701, 40.244091000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5880, "StopName": "500 W @ 852 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817256", "Latitude": 40.245064, "Longitude": -111.667301, "AVGBoard": 0, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "817256" }, "geometry": { "type": "Point", "coordinates": [ -111.667301000004414, 40.245064000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5881, "StopName": "500 W @ 988 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817257", "Latitude": 40.246757, "Longitude": -111.667317, "AVGBoard": 0, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "817257" }, "geometry": { "type": "Point", "coordinates": [ -111.667317000004843, 40.246757000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5882, "StopName": "500 W @ 1078 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817258", "Latitude": 40.248628, "Longitude": -111.667296, "AVGBoard": 0, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "817258" }, "geometry": { "type": "Point", "coordinates": [ -111.667296000003986, 40.248628000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5883, "StopName": "State St @ 1248 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817259", "Latitude": 40.251103, "Longitude": -111.667531, "AVGBoard": 38, "AVGAlight": 23, "Route": "850", "StopAbbr_J": "817259" }, "geometry": { "type": "Point", "coordinates": [ -111.667531000004558, 40.251103000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5884, "StopName": "State St @ 1460 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817260", "Latitude": 40.253929, "Longitude": -111.669909, "AVGBoard": 20, "AVGAlight": 12, "Route": "850", "StopAbbr_J": "817260" }, "geometry": { "type": "Point", "coordinates": [ -111.669909000004495, 40.253929000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5885, "StopName": "State St @ 1870 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817262", "Latitude": 40.259491, "Longitude": -111.675071, "AVGBoard": 0, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "817262" }, "geometry": { "type": "Point", "coordinates": [ -111.675071000004735, 40.259491000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5886, "StopName": "State St @ 1950 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817263", "Latitude": 40.261527, "Longitude": -111.676955, "AVGBoard": 1, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "817263" }, "geometry": { "type": "Point", "coordinates": [ -111.676955000004256, 40.261527000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5887, "StopName": "State St @ 1851 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817264", "Latitude": 40.264098, "Longitude": -111.679443, "AVGBoard": 4, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "817264" }, "geometry": { "type": "Point", "coordinates": [ -111.679443000004298, 40.264098000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5888, "StopName": "State St @ 1697 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817265", "Latitude": 40.266284, "Longitude": -111.681193, "AVGBoard": 2, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "817265" }, "geometry": { "type": "Point", "coordinates": [ -111.681193000004399, 40.26628400000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5889, "StopName": "State St @ 1587 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817266", "Latitude": 40.268211, "Longitude": -111.682119, "AVGBoard": 7, "AVGAlight": 8, "Route": "850", "StopAbbr_J": "817266" }, "geometry": { "type": "Point", "coordinates": [ -111.682119000004619, 40.268211000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5890, "StopName": "State St @ 1365 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817268", "Latitude": 40.272031, "Longitude": -111.683803, "AVGBoard": 11, "AVGAlight": 16, "Route": "850", "StopAbbr_J": "817268" }, "geometry": { "type": "Point", "coordinates": [ -111.683803000004673, 40.272031000002755 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5891, "StopName": "State St @ 785 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "817272", "Latitude": 40.282926, "Longitude": -111.688657, "AVGBoard": 18, "AVGAlight": 15, "Route": "850", "StopAbbr_J": "817272" }, "geometry": { "type": "Point", "coordinates": [ -111.688657000004582, 40.282926000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5892, "StopName": "University Ave \/ 700 N (NB)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "817307", "Latitude": 40.243618, "Longitude": -111.658492, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "817307" }, "geometry": { "type": "Point", "coordinates": [ -111.658492000004401, 40.243618000002662 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5893, "StopName": "University Ave \/ 960 N (NB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817308", "Latitude": 40.246981, "Longitude": -111.658493, "AVGBoard": 2, "AVGAlight": 1, "Route": null, "StopAbbr_J": "817308" }, "geometry": { "type": "Point", "coordinates": [ -111.658493000004469, 40.246981000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5894, "StopName": "700 N \/ 600 E (EB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "817319", "Latitude": 40.242917, "Longitude": -111.648684, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "817319" }, "geometry": { "type": "Point", "coordinates": [ -111.648684000004394, 40.242917000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5895, "StopName": "550 W \/ University Pkwy (NB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817365", "Latitude": 40.261752, "Longitude": -111.667933, "AVGBoard": 5, "AVGAlight": 3, "Route": null, "StopAbbr_J": "817365" }, "geometry": { "type": "Point", "coordinates": [ -111.667933000004581, 40.261752000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5896, "StopName": "800 E @ 1146 S", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "817368", "Latitude": 40.276033, "Longitude": -111.676244, "AVGBoard": 4, "AVGAlight": 15, "Route": "862, 850", "StopAbbr_J": "817368" }, "geometry": { "type": "Point", "coordinates": [ -111.676244000004729, 40.276033000002748 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5897, "StopName": "University Ave \/ 960 N (SB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817369", "Latitude": 40.246963, "Longitude": -111.658778, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "817369" }, "geometry": { "type": "Point", "coordinates": [ -111.658778000004688, 40.246963000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5898, "StopName": "State St @ 1730 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "817371", "Latitude": 40.256915, "Longitude": -111.672676, "AVGBoard": 18, "AVGAlight": 5, "Route": "850", "StopAbbr_J": "817371" }, "geometry": { "type": "Point", "coordinates": [ -111.672676000004301, 40.256915000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5899, "StopName": "Center St @ 1772 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "819027", "Latitude": 40.233963, "Longitude": -111.690326, "AVGBoard": 2, "AVGAlight": 7, "Route": "833", "StopAbbr_J": "819027" }, "geometry": { "type": "Point", "coordinates": [ -111.690326000004276, 40.233963000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5900, "StopName": "Center St @ 1767 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "819028", "Latitude": 40.233829, "Longitude": -111.690362, "AVGBoard": 6, "AVGAlight": 1, "Route": "833", "StopAbbr_J": "819028" }, "geometry": { "type": "Point", "coordinates": [ -111.690362000004555, 40.233829000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5901, "StopName": "State St @ 1090 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820002", "Latitude": 40.219578, "Longitude": -111.639168, "AVGBoard": 0, "AVGAlight": 1, "Route": "822", "StopAbbr_J": "820002" }, "geometry": { "type": "Point", "coordinates": [ -111.639168000004275, 40.219578000002741 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5902, "StopName": "300 S \/ State St (EB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820017", "Latitude": 40.229615, "Longitude": -111.645421, "AVGBoard": 7, "AVGAlight": 4, "Route": null, "StopAbbr_J": "820017" }, "geometry": { "type": "Point", "coordinates": [ -111.645421000004035, 40.229615000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5903, "StopName": "300 S \/ 400 E (WB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820021", "Latitude": 40.229759, "Longitude": -111.652018, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "820021" }, "geometry": { "type": "Point", "coordinates": [ -111.652018000004347, 40.229759000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5904, "StopName": "900 E @ 575 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820037", "Latitude": 40.226165, "Longitude": -111.642483, "AVGBoard": 0, "AVGAlight": 0, "Route": "822", "StopAbbr_J": "820037" }, "geometry": { "type": "Point", "coordinates": [ -111.642483000004475, 40.226165000002752 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5905, "StopName": "900 E \/ 300 S (SB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820054", "Latitude": 40.230241, "Longitude": -111.642842, "AVGBoard": 4, "AVGAlight": 8, "Route": null, "StopAbbr_J": "820054" }, "geometry": { "type": "Point", "coordinates": [ -111.642842000004535, 40.230241000002763 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5906, "StopName": "University Ave @ 1235 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820078", "Latitude": 40.217026, "Longitude": -111.658798, "AVGBoard": 2, "AVGAlight": 7, "Route": "821, 805", "StopAbbr_J": "820078" }, "geometry": { "type": "Point", "coordinates": [ -111.658798000004552, 40.217026000002768 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5907, "StopName": "University Ave \/ 900 S (NB)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820080", "Latitude": 40.222182, "Longitude": -111.658569, "AVGBoard": 56, "AVGAlight": 10, "Route": null, "StopAbbr_J": "820080" }, "geometry": { "type": "Point", "coordinates": [ -111.658569000004462, 40.222182000002746 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5908, "StopName": "University Ave \/ 450 S (NB)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820081", "Latitude": 40.227684, "Longitude": -111.658556, "AVGBoard": 7, "AVGAlight": 3, "Route": null, "StopAbbr_J": "820081" }, "geometry": { "type": "Point", "coordinates": [ -111.658556000004296, 40.227684000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5909, "StopName": "University Ave @ 267 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820082", "Latitude": 40.23018, "Longitude": -111.658534, "AVGBoard": 22, "AVGAlight": 10, "Route": "850", "StopAbbr_J": "820082" }, "geometry": { "type": "Point", "coordinates": [ -111.658534000004266, 40.230180000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5910, "StopName": "University Ave @ 95 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820083", "Latitude": 40.232621, "Longitude": -111.658559, "AVGBoard": 16, "AVGAlight": 6, "Route": "850", "StopAbbr_J": "820083" }, "geometry": { "type": "Point", "coordinates": [ -111.65855900000453, 40.232621000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5911, "StopName": "University Ave @ 20 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820088", "Latitude": 40.233339, "Longitude": -111.658841, "AVGBoard": 3, "AVGAlight": 25, "Route": "850", "StopAbbr_J": "820088" }, "geometry": { "type": "Point", "coordinates": [ -111.6588410000045, 40.233339000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5912, "StopName": "University Ave \/ 300 S (SB)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820090", "Latitude": 40.229199, "Longitude": -111.658871, "AVGBoard": 8, "AVGAlight": 25, "Route": null, "StopAbbr_J": "820090" }, "geometry": { "type": "Point", "coordinates": [ -111.658871000004297, 40.229199000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5913, "StopName": "University Ave @ 992 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820092", "Latitude": 40.220551, "Longitude": -111.659141, "AVGBoard": 4, "AVGAlight": 1, "Route": "821, 805", "StopAbbr_J": "820092" }, "geometry": { "type": "Point", "coordinates": [ -111.659141000004155, 40.220551000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5914, "StopName": "University Ave @ 1190 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820093", "Latitude": 40.218227, "Longitude": -111.659126, "AVGBoard": 10, "AVGAlight": 2, "Route": "821, 805", "StopAbbr_J": "820093" }, "geometry": { "type": "Point", "coordinates": [ -111.659126000004719, 40.218227000002749 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5915, "StopName": "100 N @ 30 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820143", "Latitude": 40.235203, "Longitude": -111.659206, "AVGBoard": 11, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "820143" }, "geometry": { "type": "Point", "coordinates": [ -111.659206000004147, 40.235203000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5916, "StopName": "100 N @ 280 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820145", "Latitude": 40.235215, "Longitude": -111.663646, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "820145" }, "geometry": { "type": "Point", "coordinates": [ -111.663646000004846, 40.235215000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5917, "StopName": "100 N @ 485 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820184", "Latitude": 40.235072, "Longitude": -111.667061, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "820184" }, "geometry": { "type": "Point", "coordinates": [ -111.66706100000431, 40.23507200000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5918, "StopName": "100 N @ 95 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820187", "Latitude": 40.235061, "Longitude": -111.660231, "AVGBoard": 3, "AVGAlight": 16, "Route": "850", "StopAbbr_J": "820187" }, "geometry": { "type": "Point", "coordinates": [ -111.660231000004487, 40.235061000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5919, "StopName": "500 W @ 358 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820226", "Latitude": 40.238382, "Longitude": -111.667354, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "820226" }, "geometry": { "type": "Point", "coordinates": [ -111.667354000004295, 40.238382000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5920, "StopName": "500 W @ 295 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "820230", "Latitude": 40.237572, "Longitude": -111.667582, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "820230" }, "geometry": { "type": "Point", "coordinates": [ -111.667582000004288, 40.237572000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5921, "StopName": "900 E \/ 300 N (SB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820239", "Latitude": 40.237914, "Longitude": -111.643319, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "820239" }, "geometry": { "type": "Point", "coordinates": [ -111.643319000004453, 40.237914000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5922, "StopName": "900 E \/ 200 N (SB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820240", "Latitude": 40.236115, "Longitude": -111.643308, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "820240" }, "geometry": { "type": "Point", "coordinates": [ -111.643308000004438, 40.236115000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5923, "StopName": "900 E \/ Center St (SB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820241", "Latitude": 40.234431, "Longitude": -111.643338, "AVGBoard": 0, "AVGAlight": 2, "Route": null, "StopAbbr_J": "820241" }, "geometry": { "type": "Point", "coordinates": [ -111.643338000004221, 40.234431000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5924, "StopName": "900 E \/ 50 S (SB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820242", "Latitude": 40.232478, "Longitude": -111.643159, "AVGBoard": 2, "AVGAlight": 3, "Route": null, "StopAbbr_J": "820242" }, "geometry": { "type": "Point", "coordinates": [ -111.643159000004687, 40.232478000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5925, "StopName": "900 E @ 390 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820244", "Latitude": 40.228604, "Longitude": -111.642825, "AVGBoard": 0, "AVGAlight": 0, "Route": "822", "StopAbbr_J": "820244" }, "geometry": { "type": "Point", "coordinates": [ -111.642825000004024, 40.228604000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5926, "StopName": "900 E @ 534 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820245", "Latitude": 40.226499, "Longitude": -111.642764, "AVGBoard": 0, "AVGAlight": 0, "Route": "822", "StopAbbr_J": "820245" }, "geometry": { "type": "Point", "coordinates": [ -111.642764000004348, 40.226499000002754 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5927, "StopName": "900 E \/ 300 S (NB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820249", "Latitude": 40.230052, "Longitude": -111.642656, "AVGBoard": 4, "AVGAlight": 4, "Route": null, "StopAbbr_J": "820249" }, "geometry": { "type": "Point", "coordinates": [ -111.642656000004408, 40.230052000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5928, "StopName": "900 E \/ 150 S (NB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820250", "Latitude": 40.231983, "Longitude": -111.642779, "AVGBoard": 4, "AVGAlight": 1, "Route": null, "StopAbbr_J": "820250" }, "geometry": { "type": "Point", "coordinates": [ -111.642779000004708, 40.231983000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5929, "StopName": "900 E \/ Center St (NB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820251", "Latitude": 40.234144, "Longitude": -111.64309, "AVGBoard": 4, "AVGAlight": 2, "Route": null, "StopAbbr_J": "820251" }, "geometry": { "type": "Point", "coordinates": [ -111.643090000004364, 40.234144000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5930, "StopName": "900 E \/ 200 N (NB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820252", "Latitude": 40.236356, "Longitude": -111.643054, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "820252" }, "geometry": { "type": "Point", "coordinates": [ -111.643054000004085, 40.236356000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5931, "StopName": "900 E \/ 300 N (NB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "820253", "Latitude": 40.237668, "Longitude": -111.643051, "AVGBoard": 3, "AVGAlight": 2, "Route": null, "StopAbbr_J": "820253" }, "geometry": { "type": "Point", "coordinates": [ -111.643051000004746, 40.237668000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5932, "StopName": "State St @ 2301 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "821001", "Latitude": 40.202209, "Longitude": -111.622071, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "821001" }, "geometry": { "type": "Point", "coordinates": [ -111.622071000004226, 40.202209000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5933, "StopName": "Main St @ 1456 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "821002", "Latitude": 40.186517, "Longitude": -111.610524, "AVGBoard": 4, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "821002" }, "geometry": { "type": "Point", "coordinates": [ -111.610524000004133, 40.186517000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5934, "StopName": "State St @ 1970 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "821003", "Latitude": 40.20727, "Longitude": -111.629542, "AVGBoard": 1, "AVGAlight": 8, "Route": "822, 821", "StopAbbr_J": "821003" }, "geometry": { "type": "Point", "coordinates": [ -111.629542000004079, 40.207270000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5935, "StopName": "State St @ 1801 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "821005", "Latitude": 40.208518, "Longitude": -111.630236, "AVGBoard": 0, "AVGAlight": 0, "Route": "822", "StopAbbr_J": "821005" }, "geometry": { "type": "Point", "coordinates": [ -111.63023600000399, 40.208518000002769 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5936, "StopName": "State St @ 2051 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "821006", "Latitude": 40.205432, "Longitude": -111.626777, "AVGBoard": 5, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "821006" }, "geometry": { "type": "Point", "coordinates": [ -111.626777000004466, 40.205432000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5937, "StopName": "State St @ 1449 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "821007", "Latitude": 40.214311, "Longitude": -111.634798, "AVGBoard": 1, "AVGAlight": 0, "Route": "822", "StopAbbr_J": "821007" }, "geometry": { "type": "Point", "coordinates": [ -111.634798000004892, 40.214311000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5938, "StopName": "State St @ 2855 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "821008", "Latitude": 40.197425, "Longitude": -111.617177, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "821008" }, "geometry": { "type": "Point", "coordinates": [ -111.617177000004617, 40.197425000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5939, "StopName": "State St @ 1444 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "821017", "Latitude": 40.214259, "Longitude": -111.635134, "AVGBoard": 1, "AVGAlight": 1, "Route": "822", "StopAbbr_J": "821017" }, "geometry": { "type": "Point", "coordinates": [ -111.635134000004825, 40.214259000002741 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5940, "StopName": "State St @ 2390 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "821022", "Latitude": 40.201583, "Longitude": -111.621632, "AVGBoard": 0, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "821022" }, "geometry": { "type": "Point", "coordinates": [ -111.621632000004752, 40.201583000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5941, "StopName": "Main St. @ 1375 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823002", "Latitude": 40.185136, "Longitude": -111.610829, "AVGBoard": 3, "AVGAlight": 5, "Route": "822, 821", "StopAbbr_J": "823002" }, "geometry": { "type": "Point", "coordinates": [ -111.610829000004216, 40.185136000002778 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5942, "StopName": "Main St @ 1115 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823003", "Latitude": 40.181821, "Longitude": -111.610778, "AVGBoard": 0, "AVGAlight": 0, "Route": "470", "StopAbbr_J": "823003" }, "geometry": { "type": "Point", "coordinates": [ -111.610778000004473, 40.18182100000277 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5943, "StopName": "Main St @ 1120 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823004", "Latitude": 40.181953, "Longitude": -111.610463, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "823004" }, "geometry": { "type": "Point", "coordinates": [ -111.610463000004486, 40.181953000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5944, "StopName": "400 S @ 195 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823039", "Latitude": 40.161193, "Longitude": -111.607361, "AVGBoard": 0, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "823039" }, "geometry": { "type": "Point", "coordinates": [ -111.607361000004843, 40.161193000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5945, "StopName": "Main St @ 420 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823048", "Latitude": 40.172601, "Longitude": -111.610427, "AVGBoard": 0, "AVGAlight": 0, "Route": "F400, 451", "StopAbbr_J": "823048" }, "geometry": { "type": "Point", "coordinates": [ -111.610427000004194, 40.172601000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5946, "StopName": "Main St @ 670 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823049", "Latitude": 40.175851, "Longitude": -111.610434, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "823049" }, "geometry": { "type": "Point", "coordinates": [ -111.610434000004773, 40.175851000002737 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5947, "StopName": "Main St @ 865 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823053", "Latitude": 40.179014, "Longitude": -111.610789, "AVGBoard": 1, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "823053" }, "geometry": { "type": "Point", "coordinates": [ -111.610789000004502, 40.179014000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5948, "StopName": "Main St @ 595 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823054", "Latitude": 40.175146, "Longitude": -111.610789, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "823054" }, "geometry": { "type": "Point", "coordinates": [ -111.610789000004502, 40.175146000002741 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5949, "StopName": "400 S @ 210 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823065", "Latitude": 40.161007, "Longitude": -111.606721, "AVGBoard": 2, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "823065" }, "geometry": { "type": "Point", "coordinates": [ -111.606721000004015, 40.161007000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5950, "StopName": "400 N @ 22 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823076", "Latitude": 40.172201, "Longitude": -111.610218, "AVGBoard": 2, "AVGAlight": 6, "Route": "822, 821", "StopAbbr_J": "823076" }, "geometry": { "type": "Point", "coordinates": [ -111.610218000003982, 40.172201000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5951, "StopName": "400 N @ 220 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823077", "Latitude": 40.172173, "Longitude": -111.606597, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "823077" }, "geometry": { "type": "Point", "coordinates": [ -111.606597000004555, 40.172173000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5952, "StopName": "400 N @ 340 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823078", "Latitude": 40.172156, "Longitude": -111.603695, "AVGBoard": 0, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "823078" }, "geometry": { "type": "Point", "coordinates": [ -111.603695000004393, 40.172156000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5953, "StopName": "400 E @ 245 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823080", "Latitude": 40.170054, "Longitude": -111.603424, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "823080" }, "geometry": { "type": "Point", "coordinates": [ -111.603424000004438, 40.170054000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5954, "StopName": "Main St @ 900 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823090", "Latitude": 40.178759, "Longitude": -111.610451, "AVGBoard": 2, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "823090" }, "geometry": { "type": "Point", "coordinates": [ -111.610451000004389, 40.1787590000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5955, "StopName": "400 E @ 210 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823095", "Latitude": 40.169694, "Longitude": -111.603229, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "823095" }, "geometry": { "type": "Point", "coordinates": [ -111.603229000004461, 40.169694000002757 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5956, "StopName": "400 N @ 351 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823097", "Latitude": 40.172297, "Longitude": -111.604318, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "823097" }, "geometry": { "type": "Point", "coordinates": [ -111.604318000004696, 40.172297000002722 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5957, "StopName": "400 N @ 221 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823098", "Latitude": 40.172312, "Longitude": -111.606588, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "823098" }, "geometry": { "type": "Point", "coordinates": [ -111.606588000004692, 40.172312000002748 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5958, "StopName": "400 N @ 101 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823099", "Latitude": 40.172321, "Longitude": -111.608818, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "823099" }, "geometry": { "type": "Point", "coordinates": [ -111.608818000004078, 40.172321000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5959, "StopName": "Main St @ 444 S", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823100", "Latitude": 40.160559, "Longitude": -111.610776, "AVGBoard": 4, "AVGAlight": 9, "Route": "822, 821", "StopAbbr_J": "823100" }, "geometry": { "type": "Point", "coordinates": [ -111.610776000004307, 40.160559000002749 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5960, "StopName": "400 N @ 110 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823103", "Latitude": 40.172164, "Longitude": -111.608365, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "823103" }, "geometry": { "type": "Point", "coordinates": [ -111.608365000004341, 40.172164000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5961, "StopName": "400 E @ 20 S", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823104", "Latitude": 40.166215, "Longitude": -111.603446, "AVGBoard": 2, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "823104" }, "geometry": { "type": "Point", "coordinates": [ -111.603446000004439, 40.166215000002758 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5962, "StopName": "400 E @ 212 S", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823105", "Latitude": 40.163616, "Longitude": -111.603467, "AVGBoard": 1, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "823105" }, "geometry": { "type": "Point", "coordinates": [ -111.603467000004386, 40.163616000002769 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5963, "StopName": "400 E @ 390 S", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823106", "Latitude": 40.161596, "Longitude": -111.603498, "AVGBoard": 0, "AVGAlight": 0, "Route": "455", "StopAbbr_J": "823106" }, "geometry": { "type": "Point", "coordinates": [ -111.603498000004251, 40.161596000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5964, "StopName": "400 S @ 350 E", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823107", "Latitude": 40.160997, "Longitude": -111.604446, "AVGBoard": 13, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "823107" }, "geometry": { "type": "Point", "coordinates": [ -111.604446000004501, 40.160997000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5965, "StopName": "400 E @ 175 S", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823108", "Latitude": 40.164194, "Longitude": -111.603287, "AVGBoard": 2, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "823108" }, "geometry": { "type": "Point", "coordinates": [ -111.603287000004769, 40.164194000002766 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5966, "StopName": "400 E @ 26 N", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "823109", "Latitude": 40.167031, "Longitude": -111.603268, "AVGBoard": 2, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "823109" }, "geometry": { "type": "Point", "coordinates": [ -111.603268000004093, 40.167031000002773 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5967, "StopName": "800 E @ 558 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825001", "Latitude": 40.117001, "Longitude": -111.640504, "AVGBoard": 1, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "825001" }, "geometry": { "type": "Point", "coordinates": [ -111.640504000004285, 40.117001000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5968, "StopName": "Main St @ 475 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825003", "Latitude": 40.103215, "Longitude": -111.655034, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "825003" }, "geometry": { "type": "Point", "coordinates": [ -111.655034000004051, 40.103215000002763 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5969, "StopName": "Main St @ 295 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825004", "Latitude": 40.106141, "Longitude": -111.654663, "AVGBoard": 3, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "825004" }, "geometry": { "type": "Point", "coordinates": [ -111.654663000004817, 40.106141000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5970, "StopName": "Main St @ 195 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825005", "Latitude": 40.107377, "Longitude": -111.654653, "AVGBoard": 3, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "825005" }, "geometry": { "type": "Point", "coordinates": [ -111.654653000003989, 40.107377000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5971, "StopName": "Main St @ 95 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825006", "Latitude": 40.108633, "Longitude": -111.654651, "AVGBoard": 3, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "825006" }, "geometry": { "type": "Point", "coordinates": [ -111.654651000004733, 40.108633000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5972, "StopName": "800 E @ 713 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825021", "Latitude": 40.118972, "Longitude": -111.640718, "AVGBoard": 4, "AVGAlight": 9, "Route": "822, 821, 805", "StopAbbr_J": "825021" }, "geometry": { "type": "Point", "coordinates": [ -111.640718000004028, 40.118972000002749 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5973, "StopName": "800 E @ 595 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825022", "Latitude": 40.117214, "Longitude": -111.640731, "AVGBoard": 1, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "825022" }, "geometry": { "type": "Point", "coordinates": [ -111.640731000004209, 40.117214000002747 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5974, "StopName": "800 E @ 455 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825023", "Latitude": 40.115551, "Longitude": -111.640742, "AVGBoard": 0, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "825023" }, "geometry": { "type": "Point", "coordinates": [ -111.640742000004224, 40.115551000002768 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5975, "StopName": "Main St @ 140 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825052", "Latitude": 40.107931, "Longitude": -111.654991, "AVGBoard": 0, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "825052" }, "geometry": { "type": "Point", "coordinates": [ -111.654991000004102, 40.107931000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5976, "StopName": "Main St @ 210 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825053", "Latitude": 40.107003, "Longitude": -111.655002, "AVGBoard": 0, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "825053" }, "geometry": { "type": "Point", "coordinates": [ -111.655002000004103, 40.107003000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5977, "StopName": "800 E @ 450 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825070", "Latitude": 40.115581, "Longitude": -111.640528, "AVGBoard": 2, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "825070" }, "geometry": { "type": "Point", "coordinates": [ -111.64052800000448, 40.115581000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5978, "StopName": "800 E @ 710 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825072", "Latitude": 40.118935, "Longitude": -111.640486, "AVGBoard": 4, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "825072" }, "geometry": { "type": "Point", "coordinates": [ -111.640486000004614, 40.118935000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5979, "StopName": "Expressway Ln @ 940 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825073", "Latitude": 40.121537, "Longitude": -111.638414, "AVGBoard": 11, "AVGAlight": 6, "Route": "822, 821", "StopAbbr_J": "825073" }, "geometry": { "type": "Point", "coordinates": [ -111.638414000004815, 40.121537000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5980, "StopName": "Expressway Lane @ 945 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825074", "Latitude": 40.121572, "Longitude": -111.638752, "AVGBoard": 5, "AVGAlight": 9, "Route": "822, 821", "StopAbbr_J": "825074" }, "geometry": { "type": "Point", "coordinates": [ -111.638752000004018, 40.121572000002764 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5981, "StopName": "Main St @ 326 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825105", "Latitude": 40.105531, "Longitude": -111.654928, "AVGBoard": 1, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "825105" }, "geometry": { "type": "Point", "coordinates": [ -111.654928000004276, 40.105531000002678 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5982, "StopName": "Main St @ 480 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825106", "Latitude": 40.102798, "Longitude": -111.655331, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "825106" }, "geometry": { "type": "Point", "coordinates": [ -111.655331000004381, 40.102798000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5983, "StopName": "Center St @ 46 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825109", "Latitude": 40.109677, "Longitude": -111.653882, "AVGBoard": 7, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "825109" }, "geometry": { "type": "Point", "coordinates": [ -111.653882000004018, 40.109677000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5984, "StopName": "Center St @ 370 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825110", "Latitude": 40.109661, "Longitude": -111.648412, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "825110" }, "geometry": { "type": "Point", "coordinates": [ -111.648412000004342, 40.109661000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5985, "StopName": "Center St @ 369 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825111", "Latitude": 40.109922, "Longitude": -111.648322, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "825111" }, "geometry": { "type": "Point", "coordinates": [ -111.6483220000041, 40.109922000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5986, "StopName": "Center St @ 139 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825112", "Latitude": 40.109945, "Longitude": -111.652522, "AVGBoard": 1, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "825112" }, "geometry": { "type": "Point", "coordinates": [ -111.652522000004723, 40.109945000002767 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5987, "StopName": "800 E @ 185 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825113", "Latitude": 40.112192, "Longitude": -111.640771, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "825113" }, "geometry": { "type": "Point", "coordinates": [ -111.640771000004804, 40.1121920000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5988, "StopName": "Center St @ 745 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825114", "Latitude": 40.110037, "Longitude": -111.640778, "AVGBoard": 1, "AVGAlight": 4, "Route": "822, 821", "StopAbbr_J": "825114" }, "geometry": { "type": "Point", "coordinates": [ -111.640778000004502, 40.110037000002762 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5989, "StopName": "Center St @ 621 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825115", "Latitude": 40.109899, "Longitude": -111.643884, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "825115" }, "geometry": { "type": "Point", "coordinates": [ -111.643884000004462, 40.10989900000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5990, "StopName": "Center St @ 630 E", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825116", "Latitude": 40.109635, "Longitude": -111.643686, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "825116" }, "geometry": { "type": "Point", "coordinates": [ -111.643686000004266, 40.109635000002768 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5991, "StopName": "800 E @ 30 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825117", "Latitude": 40.110337, "Longitude": -111.640636, "AVGBoard": 5, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "825117" }, "geometry": { "type": "Point", "coordinates": [ -111.640636000004434, 40.110337000002744 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5992, "StopName": "800 E @ 190 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "825118", "Latitude": 40.112242, "Longitude": -111.640574, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "825118" }, "geometry": { "type": "Point", "coordinates": [ -111.64057400000469, 40.112242000002773 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5993, "StopName": "State Hwy @ 1150 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "826001", "Latitude": 40.124245, "Longitude": -111.627855, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "826001" }, "geometry": { "type": "Point", "coordinates": [ -111.627855000004686, 40.12424500000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5994, "StopName": "State Hwy @ 1095 N", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "826002", "Latitude": 40.123654, "Longitude": -111.628702, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "826002" }, "geometry": { "type": "Point", "coordinates": [ -111.628702000004665, 40.123654000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5995, "StopName": "800 S @ 996 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "828001", "Latitude": 40.031457, "Longitude": -111.748932, "AVGBoard": 1, "AVGAlight": 10, "Route": "822, 821", "StopAbbr_J": "828001" }, "geometry": { "type": "Point", "coordinates": [ -111.748932000004899, 40.031457000002753 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5996, "StopName": "1270 W @ 780 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "828002", "Latitude": 40.032313, "Longitude": -111.754406, "AVGBoard": 19, "AVGAlight": 19, "Route": "822, 821", "StopAbbr_J": "828002" }, "geometry": { "type": "Point", "coordinates": [ -111.754406000003982, 40.032313000002674 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5997, "StopName": "800 S @ 1199 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "828003", "Latitude": 40.031225, "Longitude": -111.752884, "AVGBoard": 2, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "828003" }, "geometry": { "type": "Point", "coordinates": [ -111.752884000004755, 40.031225000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5998, "StopName": "800 S @ 947 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "828004", "Latitude": 40.031249, "Longitude": -111.748991, "AVGBoard": 4, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "828004" }, "geometry": { "type": "Point", "coordinates": [ -111.748991000004395, 40.031249000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 5999, "StopName": "State Rd @ 763 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "828005", "Latitude": 40.03196, "Longitude": -111.735174, "AVGBoard": 2, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "828005" }, "geometry": { "type": "Point", "coordinates": [ -111.735174000004292, 40.031960000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6000, "StopName": "State Rd @ 742 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "828006", "Latitude": 40.032151, "Longitude": -111.735236, "AVGBoard": 0, "AVGAlight": 4, "Route": "822, 821", "StopAbbr_J": "828006" }, "geometry": { "type": "Point", "coordinates": [ -111.735236000004036, 40.03215100000272 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6001, "StopName": "800 S @ 680 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "828007", "Latitude": 40.031443, "Longitude": -111.743305, "AVGBoard": 0, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "828007" }, "geometry": { "type": "Point", "coordinates": [ -111.743305000004838, 40.031443000002767 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6002, "StopName": "800 S @ 705 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "828008", "Latitude": 40.031241, "Longitude": -111.743809, "AVGBoard": 3, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "828008" }, "geometry": { "type": "Point", "coordinates": [ -111.743809000004305, 40.031241000002751 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6003, "StopName": "Highway 198 @ 1902 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829001", "Latitude": 40.047455, "Longitude": -111.699274, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "829001" }, "geometry": { "type": "Point", "coordinates": [ -111.69927400000411, 40.047455000002707 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6004, "StopName": "100 W @ 685 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829003", "Latitude": 40.033569, "Longitude": -111.733944, "AVGBoard": 5, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "829003" }, "geometry": { "type": "Point", "coordinates": [ -111.733944000004087, 40.0335690000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6005, "StopName": "Highway 198 @ 1885 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829004", "Latitude": 40.047339, "Longitude": -111.698767, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "829004" }, "geometry": { "type": "Point", "coordinates": [ -111.698767000004409, 40.047339000002772 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6006, "StopName": "100 W @ 397 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829005", "Latitude": 40.038492, "Longitude": -111.733776, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "829005" }, "geometry": { "type": "Point", "coordinates": [ -111.733776000004553, 40.038492000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6007, "StopName": "State Rd @ 2195 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829007", "Latitude": 40.046089, "Longitude": -111.706179, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "829007" }, "geometry": { "type": "Point", "coordinates": [ -111.706179000004767, 40.04608900000278 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6008, "StopName": "State Rd @ 2192 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829008", "Latitude": 40.046414, "Longitude": -111.705551, "AVGBoard": 0, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "829008" }, "geometry": { "type": "Point", "coordinates": [ -111.705551000004021, 40.046414000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6009, "StopName": "100 N @ 40 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829011", "Latitude": 40.044466, "Longitude": -111.731728, "AVGBoard": 10, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "829011" }, "geometry": { "type": "Point", "coordinates": [ -111.731728000004068, 40.044466000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6010, "StopName": "100 N @ 190 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829012", "Latitude": 40.044461, "Longitude": -111.730137, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "829012" }, "geometry": { "type": "Point", "coordinates": [ -111.730137000004532, 40.044461000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6011, "StopName": "100 N @ 444 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829013", "Latitude": 40.044438, "Longitude": -111.726836, "AVGBoard": 3, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "829013" }, "geometry": { "type": "Point", "coordinates": [ -111.726836000004624, 40.044438000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6012, "StopName": "100 N @ 520 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829014", "Latitude": 40.044427, "Longitude": -111.725099, "AVGBoard": 1, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "829014" }, "geometry": { "type": "Point", "coordinates": [ -111.725099000004676, 40.044427000002749 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6013, "StopName": "100 N @ 640 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829015", "Latitude": 40.044422, "Longitude": -111.722882, "AVGBoard": 2, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "829015" }, "geometry": { "type": "Point", "coordinates": [ -111.722882000004589, 40.044422000002726 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6014, "StopName": "100 N @ 890 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829017", "Latitude": 40.044394, "Longitude": -111.718049, "AVGBoard": 2, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "829017" }, "geometry": { "type": "Point", "coordinates": [ -111.718049000004612, 40.044394000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6015, "StopName": "100 N @ 1020 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829018", "Latitude": 40.044472, "Longitude": -111.715635, "AVGBoard": 7, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "829018" }, "geometry": { "type": "Point", "coordinates": [ -111.715635000004397, 40.044472000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6016, "StopName": "100 N @ 985 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829025", "Latitude": 40.044657, "Longitude": -111.716439, "AVGBoard": 1, "AVGAlight": 4, "Route": "822, 821", "StopAbbr_J": "829025" }, "geometry": { "type": "Point", "coordinates": [ -111.716439000004399, 40.044657000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6017, "StopName": "100 N @ 875 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829026", "Latitude": 40.044612, "Longitude": -111.718526, "AVGBoard": 1, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "829026" }, "geometry": { "type": "Point", "coordinates": [ -111.718526000004545, 40.044612000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6018, "StopName": "100 N @ 601 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829027", "Latitude": 40.044592, "Longitude": -111.723004, "AVGBoard": 1, "AVGAlight": 4, "Route": "822, 821", "StopAbbr_J": "829027" }, "geometry": { "type": "Point", "coordinates": [ -111.723004000004792, 40.044592000002766 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6019, "StopName": "100 N @ 395 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829029", "Latitude": 40.044601, "Longitude": -111.727771, "AVGBoard": 1, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "829029" }, "geometry": { "type": "Point", "coordinates": [ -111.72777100000468, 40.044601000002764 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6020, "StopName": "100 N @ 185 E", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829030", "Latitude": 40.044629, "Longitude": -111.729881, "AVGBoard": 0, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "829030" }, "geometry": { "type": "Point", "coordinates": [ -111.729881000004028, 40.044629000002764 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6021, "StopName": "100 N @ 30 W", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829031", "Latitude": 40.044643, "Longitude": -111.732797, "AVGBoard": 11, "AVGAlight": 2, "Route": "850", "StopAbbr_J": "829031" }, "geometry": { "type": "Point", "coordinates": [ -111.732797000004453, 40.04464300000275 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6022, "StopName": "100 W @ 420 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829038", "Latitude": 40.037951, "Longitude": -111.733954, "AVGBoard": 1, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "829038" }, "geometry": { "type": "Point", "coordinates": [ -111.733954000004019, 40.037951000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6023, "StopName": "100 W @ 680 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829040", "Latitude": 40.033779, "Longitude": -111.734094, "AVGBoard": 1, "AVGAlight": 4, "Route": "822, 821", "StopAbbr_J": "829040" }, "geometry": { "type": "Point", "coordinates": [ -111.734094000004816, 40.033779000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6024, "StopName": "100 W @ 143 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "829042", "Latitude": 40.042071, "Longitude": -111.733763, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "829042" }, "geometry": { "type": "Point", "coordinates": [ -111.733763000004373, 40.042071000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6025, "StopName": "Highway 198 @ 499 W", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "830001", "Latitude": 40.051248, "Longitude": -111.682906, "AVGBoard": 2, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "830001" }, "geometry": { "type": "Point", "coordinates": [ -111.682906000004138, 40.05124800000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6026, "StopName": "State Rd @ 1065 N", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "830002", "Latitude": 40.070888, "Longitude": -111.663307, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "830002" }, "geometry": { "type": "Point", "coordinates": [ -111.663307000004664, 40.070888000002753 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6027, "StopName": "State Rd @ 1076 N", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "830003", "Latitude": 40.070896, "Longitude": -111.663003, "AVGBoard": 0, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "830003" }, "geometry": { "type": "Point", "coordinates": [ -111.663003000004679, 40.070896000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6028, "StopName": "Highway 198 @ 380 N", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "830007", "Latitude": 40.059879, "Longitude": -111.668882, "AVGBoard": 7, "AVGAlight": 0, "Route": "822, 821", "StopAbbr_J": "830007" }, "geometry": { "type": "Point", "coordinates": [ -111.668882000004004, 40.059879000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6029, "StopName": "Highway 198 @ 385 N", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "830016", "Latitude": 40.060358, "Longitude": -111.668968, "AVGBoard": 0, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "830016" }, "geometry": { "type": "Point", "coordinates": [ -111.668968000004838, 40.060358000002736 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6030, "StopName": "Highway 198 @ 502 W", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "830021", "Latitude": 40.051231, "Longitude": -111.683271, "AVGBoard": 0, "AVGAlight": 3, "Route": "822, 821", "StopAbbr_J": "830021" }, "geometry": { "type": "Point", "coordinates": [ -111.683271000004694, 40.051231000002716 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6031, "StopName": "800 E @ 984 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830026", "Latitude": 40.315286, "Longitude": -111.676703, "AVGBoard": 1, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "830026" }, "geometry": { "type": "Point", "coordinates": [ -111.676703000004068, 40.315286000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6032, "StopName": "800 E @ 985 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830027", "Latitude": 40.315308, "Longitude": -111.676817, "AVGBoard": 2, "AVGAlight": 2, "Route": "862", "StopAbbr_J": "830027" }, "geometry": { "type": "Point", "coordinates": [ -111.676817000004519, 40.315308000002751 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6033, "StopName": "Geneva Rd @ 1161 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830028", "Latitude": 40.275852, "Longitude": -111.727789, "AVGBoard": 3, "AVGAlight": 15, "Route": "862", "StopAbbr_J": "830028" }, "geometry": { "type": "Point", "coordinates": [ -111.727789000004378, 40.275852000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6034, "StopName": "1200 W @ 1209 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "830029", "Latitude": 40.319255, "Longitude": -111.724817, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "830029" }, "geometry": { "type": "Point", "coordinates": [ -111.724817000004705, 40.319255000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6035, "StopName": "Research Way @ 1241 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830030", "Latitude": 40.319882, "Longitude": -111.680959, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830030" }, "geometry": { "type": "Point", "coordinates": [ -111.680959000004805, 40.3198820000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6036, "StopName": "1200 W @ 1086 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "830031", "Latitude": 40.317058, "Longitude": -111.724517, "AVGBoard": 1, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "830031" }, "geometry": { "type": "Point", "coordinates": [ -111.724517000004155, 40.317058000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6037, "StopName": "900 N \/ 800 E (EB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830032", "Latitude": 40.245802, "Longitude": -111.644618, "AVGBoard": 23, "AVGAlight": 12, "Route": null, "StopAbbr_J": "830032" }, "geometry": { "type": "Point", "coordinates": [ -111.644618000004073, 40.245802000002769 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6038, "StopName": "Cabela`s Blvd \/ Outlet Pkwy (EB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830036", "Latitude": 40.433907, "Longitude": -111.882648, "AVGBoard": 5, "AVGAlight": 7, "Route": "871", "StopAbbr_J": "830036" }, "geometry": { "type": "Point", "coordinates": [ -111.882648000004764, 40.433907000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6039, "StopName": "800 E @ 579 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830042", "Latitude": 40.307821, "Longitude": -111.676713, "AVGBoard": 1, "AVGAlight": 0, "Route": "862", "StopAbbr_J": "830042" }, "geometry": { "type": "Point", "coordinates": [ -111.676713000004, 40.307821000002697 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6040, "StopName": "800 E @ 574 N", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830043", "Latitude": 40.307745, "Longitude": -111.676545, "AVGBoard": 0, "AVGAlight": 1, "Route": "862", "StopAbbr_J": "830043" }, "geometry": { "type": "Point", "coordinates": [ -111.676545000004467, 40.307745000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6041, "StopName": "University Ave \/ 900 S (SB)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830044", "Latitude": 40.222364, "Longitude": -111.658879, "AVGBoard": 3, "AVGAlight": 51, "Route": null, "StopAbbr_J": "830044" }, "geometry": { "type": "Point", "coordinates": [ -111.658879000004049, 40.222364000002692 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6042, "StopName": "Pony Express Pky @ 3917 E", "City": "Eagle Mountain", "ZipCode": "84005", "County": "Utah", "UTA_StopID": "830049", "Latitude": 40.362233, "Longitude": -111.96864, "AVGBoard": 0, "AVGAlight": 2, "Route": "806", "StopAbbr_J": "830049" }, "geometry": { "type": "Point", "coordinates": [ -111.968640000004825, 40.362233000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6043, "StopName": "Pony Express Pky @ 3916 E", "City": "Eagle Mountain", "ZipCode": "84005", "County": "Utah", "UTA_StopID": "830050", "Latitude": 40.362069, "Longitude": -111.968583, "AVGBoard": 1, "AVGAlight": 0, "Route": "806", "StopAbbr_J": "830050" }, "geometry": { "type": "Point", "coordinates": [ -111.9685830000046, 40.36206900000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6044, "StopName": "University Ave \/ Cougar Blvd (SB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830051", "Latitude": 40.249253, "Longitude": -111.658779, "AVGBoard": 4, "AVGAlight": 2, "Route": null, "StopAbbr_J": "830051" }, "geometry": { "type": "Point", "coordinates": [ -111.65877900000477, 40.249253000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6045, "StopName": "Center St @ 812 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830054", "Latitude": 40.296846, "Longitude": -111.676125, "AVGBoard": 1, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "830054" }, "geometry": { "type": "Point", "coordinates": [ -111.67612500000476, 40.296846000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6046, "StopName": "Center St @ 749 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830057", "Latitude": 40.297039, "Longitude": -111.677485, "AVGBoard": 0, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "830057" }, "geometry": { "type": "Point", "coordinates": [ -111.677485000004069, 40.297039000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6047, "StopName": "University Ave @ 691 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830059", "Latitude": 40.242568, "Longitude": -111.658841, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830059" }, "geometry": { "type": "Point", "coordinates": [ -111.6588410000045, 40.242568000002755 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6048, "StopName": "Main St @ 60 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "830060", "Latitude": 40.109015, "Longitude": -111.65496, "AVGBoard": 2, "AVGAlight": 6, "Route": "822, 821", "StopAbbr_J": "830060" }, "geometry": { "type": "Point", "coordinates": [ -111.654960000004237, 40.109015000002763 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6049, "StopName": "Freedom Blvd @ 323 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830061", "Latitude": 40.238064, "Longitude": -111.66233, "AVGBoard": 6, "AVGAlight": 19, "Route": "850, 834", "StopAbbr_J": "830061" }, "geometry": { "type": "Point", "coordinates": [ -111.662330000004715, 40.238064000002758 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6050, "StopName": "Freedom Blvd @ 318 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830063", "Latitude": 40.237997, "Longitude": -111.662119, "AVGBoard": 19, "AVGAlight": 10, "Route": "850, 834", "StopAbbr_J": "830063" }, "geometry": { "type": "Point", "coordinates": [ -111.662119000004338, 40.237997000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6051, "StopName": "University Place Station (EB)", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830065", "Latitude": 40.272889, "Longitude": -111.678685, "AVGBoard": 77, "AVGAlight": 44, "Route": "850", "StopAbbr_J": "830065" }, "geometry": { "type": "Point", "coordinates": [ -111.678685000004478, 40.272889000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6052, "StopName": "Us-89 @ 940 W", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "830079", "Latitude": 40.387252, "Longitude": -111.822506, "AVGBoard": 7, "AVGAlight": 21, "Route": "850", "StopAbbr_J": "830079" }, "geometry": { "type": "Point", "coordinates": [ -111.822506000004665, 40.387252000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6053, "StopName": "1460 N \/ 1220 W (EB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830091", "Latitude": 40.25341, "Longitude": -111.680859, "AVGBoard": 2, "AVGAlight": 1, "Route": null, "StopAbbr_J": "830091" }, "geometry": { "type": "Point", "coordinates": [ -111.680859000004645, 40.253410000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6054, "StopName": "1460 N \/ 1220 W (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830092", "Latitude": 40.253519, "Longitude": -111.680135, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "830092" }, "geometry": { "type": "Point", "coordinates": [ -111.680135000004029, 40.25351900000274 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6055, "StopName": "University Ave \/ Paul Ream Ave (SB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830093", "Latitude": 40.253128, "Longitude": -111.658758, "AVGBoard": 7, "AVGAlight": 5, "Route": null, "StopAbbr_J": "830093" }, "geometry": { "type": "Point", "coordinates": [ -111.658758000004838, 40.253128000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6056, "StopName": "University Pkwy\/University Ave (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830094", "Latitude": 40.256094, "Longitude": -111.65939, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "830094" }, "geometry": { "type": "Point", "coordinates": [ -111.659390000004095, 40.256094000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6057, "StopName": "Freedom Blvd @ 370 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830103", "Latitude": 40.228769, "Longitude": -111.662353, "AVGBoard": 0, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "830103" }, "geometry": { "type": "Point", "coordinates": [ -111.662353000004813, 40.228769000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6058, "StopName": "500 E @ 597 S", "City": "American Fork", "ZipCode": "84003", "County": "Utah", "UTA_StopID": "830109", "Latitude": 40.36469, "Longitude": -111.785352, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830109" }, "geometry": { "type": "Point", "coordinates": [ -111.785352000004082, 40.364690000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6059, "StopName": "Triumph Blvd \/ Ashton Blvd (NB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830113", "Latitude": 40.420688, "Longitude": -111.885481, "AVGBoard": 1, "AVGAlight": 0, "Route": "871, 807", "StopAbbr_J": "830113" }, "geometry": { "type": "Point", "coordinates": [ -111.885481000004617, 40.420688000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6060, "StopName": "Executive Pkwy\/Thanksgiving Way(EB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830115", "Latitude": 40.427073, "Longitude": -111.889318, "AVGBoard": 0, "AVGAlight": 0, "Route": "864", "StopAbbr_J": "830115" }, "geometry": { "type": "Point", "coordinates": [ -111.889318000003954, 40.427073000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6061, "StopName": "900 N \/ 800 E (WB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830116", "Latitude": 40.245921, "Longitude": -111.644786, "AVGBoard": 12, "AVGAlight": 23, "Route": null, "StopAbbr_J": "830116" }, "geometry": { "type": "Point", "coordinates": [ -111.644786000004501, 40.245921000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6062, "StopName": "1860 S @ 502 E", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830118", "Latitude": 40.20864, "Longitude": -111.650846, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830118" }, "geometry": { "type": "Point", "coordinates": [ -111.650846000004435, 40.208640000002752 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6063, "StopName": "1860 S @ 519 E", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830119", "Latitude": 40.208835, "Longitude": -111.650625, "AVGBoard": 4, "AVGAlight": 1, "Route": "821", "StopAbbr_J": "830119" }, "geometry": { "type": "Point", "coordinates": [ -111.650625000004126, 40.208835000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6064, "StopName": "Redwood Rd @ 1418 N", "City": "Saratoga Springs", "ZipCode": "84045", "County": "Utah", "UTA_StopID": "830122", "Latitude": 40.388076, "Longitude": -111.916184, "AVGBoard": 1, "AVGAlight": 0, "Route": "806", "StopAbbr_J": "830122" }, "geometry": { "type": "Point", "coordinates": [ -111.916184000004392, 40.388076000002727 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6065, "StopName": "Redwood Rd @ 1461 N", "City": "Saratoga Springs", "ZipCode": "84045", "County": "Utah", "UTA_StopID": "830123", "Latitude": 40.389291, "Longitude": -111.916607, "AVGBoard": 0, "AVGAlight": 1, "Route": "806", "StopAbbr_J": "830123" }, "geometry": { "type": "Point", "coordinates": [ -111.916607000004348, 40.389291000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6066, "StopName": "University Ave \/ Paul Ream Ave (NB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830127", "Latitude": 40.25372, "Longitude": -111.658465, "AVGBoard": 4, "AVGAlight": 4, "Route": null, "StopAbbr_J": "830127" }, "geometry": { "type": "Point", "coordinates": [ -111.658465000003957, 40.253720000002708 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6067, "StopName": "Canyon Rd @ 1599 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830130", "Latitude": 40.255114, "Longitude": -111.656223, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830130" }, "geometry": { "type": "Point", "coordinates": [ -111.656223000004488, 40.255114000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6068, "StopName": "Grandview Ln \/ State St (WB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830131", "Latitude": 40.256252, "Longitude": -111.672895, "AVGBoard": 4, "AVGAlight": 7, "Route": null, "StopAbbr_J": "830131" }, "geometry": { "type": "Point", "coordinates": [ -111.672895000004431, 40.256252000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6069, "StopName": "University Ave. @ 4777 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830135", "Latitude": 40.297197, "Longitude": -111.657296, "AVGBoard": 3, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "830135" }, "geometry": { "type": "Point", "coordinates": [ -111.65729600000428, 40.297197000002704 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6070, "StopName": "University Ave. @ 4858 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830136", "Latitude": 40.298127, "Longitude": -111.656658, "AVGBoard": 1, "AVGAlight": 6, "Route": "834", "StopAbbr_J": "830136" }, "geometry": { "type": "Point", "coordinates": [ -111.656658000004526, 40.298127000002751 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6071, "StopName": "East Bay Blvd @ 126 E", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830137", "Latitude": 40.214536, "Longitude": -111.656644, "AVGBoard": 5, "AVGAlight": 2, "Route": "821", "StopAbbr_J": "830137" }, "geometry": { "type": "Point", "coordinates": [ -111.656644000004263, 40.214536000002688 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6072, "StopName": "East Bay Blvd @ 139 E", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830138", "Latitude": 40.214762, "Longitude": -111.656328, "AVGBoard": 1, "AVGAlight": 6, "Route": "821", "StopAbbr_J": "830138" }, "geometry": { "type": "Point", "coordinates": [ -111.65632800000418, 40.214762000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6073, "StopName": "Freedom Blvd @ 355 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830139", "Latitude": 40.228976, "Longitude": -111.662166, "AVGBoard": 1, "AVGAlight": 1, "Route": "834", "StopAbbr_J": "830139" }, "geometry": { "type": "Point", "coordinates": [ -111.662166000004618, 40.228976000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6074, "StopName": "Main St @ 1056 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "830140", "Latitude": 40.097631, "Longitude": -111.655539, "AVGBoard": 1, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "830140" }, "geometry": { "type": "Point", "coordinates": [ -111.655539000004495, 40.097631000002721 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6075, "StopName": "Main St @ 931 S", "City": "Spanish Fork", "ZipCode": "84660", "County": "Utah", "UTA_StopID": "830141", "Latitude": 40.098478, "Longitude": -111.655233, "AVGBoard": 1, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "830141" }, "geometry": { "type": "Point", "coordinates": [ -111.655233000004344, 40.098478000002757 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6076, "StopName": "Main St @ 507 W (Lds Church P&R Lot", "City": "Santaquin", "ZipCode": "84655", "County": "Utah", "UTA_StopID": "830147", "Latitude": 39.97639, "Longitude": -111.795852, "AVGBoard": 3, "AVGAlight": 1, "Route": "805", "StopAbbr_J": "830147" }, "geometry": { "type": "Point", "coordinates": [ -111.795852000004714, 39.976390000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6077, "StopName": "Harvest Hills Blvd @ 224", "City": "Saratoga Springs", "ZipCode": "84045", "County": "Utah", "UTA_StopID": "830148", "Latitude": 40.398663, "Longitude": -111.926274, "AVGBoard": 0, "AVGAlight": 3, "Route": "806", "StopAbbr_J": "830148" }, "geometry": { "type": "Point", "coordinates": [ -111.926274000004355, 40.398663000002657 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6078, "StopName": "400 S @ 1360 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830151", "Latitude": 40.289929, "Longitude": -111.728311, "AVGBoard": 2, "AVGAlight": 2, "Route": "841", "StopAbbr_J": "830151" }, "geometry": { "type": "Point", "coordinates": [ -111.728311000004439, 40.289929000002736 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6079, "StopName": "400 S @ 1357 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830152", "Latitude": 40.289821, "Longitude": -111.728244, "AVGBoard": 1, "AVGAlight": 2, "Route": "841", "StopAbbr_J": "830152" }, "geometry": { "type": "Point", "coordinates": [ -111.728244000004281, 40.289821000002739 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6080, "StopName": "Hwy 198 @ 20 S", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "830157", "Latitude": 40.056936, "Longitude": -111.673666, "AVGBoard": 1, "AVGAlight": 2, "Route": "822, 821", "StopAbbr_J": "830157" }, "geometry": { "type": "Point", "coordinates": [ -111.673666000004417, 40.0569360000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6081, "StopName": "Hwy 198 @ 38 N", "City": "Salem", "ZipCode": "84653", "County": "Utah", "UTA_StopID": "830158", "Latitude": 40.05716, "Longitude": -111.672895, "AVGBoard": 2, "AVGAlight": 1, "Route": "822, 821", "StopAbbr_J": "830158" }, "geometry": { "type": "Point", "coordinates": [ -111.672895000004431, 40.057160000002717 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6082, "StopName": "State St @ 1049 S", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830159", "Latitude": 40.219988, "Longitude": -111.639015, "AVGBoard": 2, "AVGAlight": 0, "Route": "822", "StopAbbr_J": "830159" }, "geometry": { "type": "Point", "coordinates": [ -111.639015000004207, 40.219988000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6083, "StopName": "Xactware", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830160", "Latitude": 40.435173, "Longitude": -111.870205, "AVGBoard": 0, "AVGAlight": 0, "Route": "864", "StopAbbr_J": "830160" }, "geometry": { "type": "Point", "coordinates": [ -111.870205000004248, 40.435173000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6084, "StopName": "Center St @ 875 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830172", "Latitude": 40.233682, "Longitude": -111.674058, "AVGBoard": 1, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "830172" }, "geometry": { "type": "Point", "coordinates": [ -111.674058000004493, 40.233682000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6085, "StopName": "500 W @ 118 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830173", "Latitude": 40.232096, "Longitude": -111.667632, "AVGBoard": 0, "AVGAlight": 1, "Route": "833", "StopAbbr_J": "830173" }, "geometry": { "type": "Point", "coordinates": [ -111.667632000004829, 40.23209600000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6086, "StopName": "500 W @ 344 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830174", "Latitude": 40.229144, "Longitude": -111.667648, "AVGBoard": 0, "AVGAlight": 1, "Route": "833", "StopAbbr_J": "830174" }, "geometry": { "type": "Point", "coordinates": [ -111.667648000004363, 40.229144000002719 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6087, "StopName": "920 S @ 471 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830175", "Latitude": 40.22168, "Longitude": -111.666869, "AVGBoard": 1, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "830175" }, "geometry": { "type": "Point", "coordinates": [ -111.666869000004624, 40.221680000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6088, "StopName": "500 W @ 897 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830177", "Latitude": 40.221958, "Longitude": -111.667355, "AVGBoard": 1, "AVGAlight": 3, "Route": "833", "StopAbbr_J": "830177" }, "geometry": { "type": "Point", "coordinates": [ -111.667355000004392, 40.221958000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6089, "StopName": "500 W @ 281 S", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830178", "Latitude": 40.230179, "Longitude": -111.667403, "AVGBoard": 1, "AVGAlight": 1, "Route": "833", "StopAbbr_J": "830178" }, "geometry": { "type": "Point", "coordinates": [ -111.667403000004754, 40.230179000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6090, "StopName": "Center St @ 548 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830179", "Latitude": 40.233918, "Longitude": -111.668322, "AVGBoard": 0, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "830179" }, "geometry": { "type": "Point", "coordinates": [ -111.668322000004423, 40.233918000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6091, "StopName": "Center St @ 970 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830180", "Latitude": 40.233916, "Longitude": -111.67523, "AVGBoard": 0, "AVGAlight": 1, "Route": "833", "StopAbbr_J": "830180" }, "geometry": { "type": "Point", "coordinates": [ -111.675230000004404, 40.23391600000275 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6092, "StopName": "Center St @ 2084 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830181", "Latitude": 40.23393, "Longitude": -111.695474, "AVGBoard": 3, "AVGAlight": 6, "Route": "833", "StopAbbr_J": "830181" }, "geometry": { "type": "Point", "coordinates": [ -111.695474000004253, 40.233930000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6093, "StopName": "Mike Jense Pkwy @ 3152 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830182", "Latitude": 40.220588, "Longitude": -111.71461, "AVGBoard": 0, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "830182" }, "geometry": { "type": "Point", "coordinates": [ -111.714610000004072, 40.220588000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6094, "StopName": "Mike Jense Pky @ 3155 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830183", "Latitude": 40.220485, "Longitude": -111.714652, "AVGBoard": 0, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "830183" }, "geometry": { "type": "Point", "coordinates": [ -111.714652000004847, 40.220485000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6095, "StopName": "Provo Airport", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830184", "Latitude": 40.219016, "Longitude": -111.718373, "AVGBoard": 1, "AVGAlight": 1, "Route": "833", "StopAbbr_J": "830184" }, "geometry": { "type": "Point", "coordinates": [ -111.718373000004462, 40.219016000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6096, "StopName": "800 S @ 1125 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830192", "Latitude": 40.282488, "Longitude": -111.722342, "AVGBoard": 1, "AVGAlight": 1, "Route": "862, 841, 807", "StopAbbr_J": "830192" }, "geometry": { "type": "Point", "coordinates": [ -111.722342000004829, 40.282488000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6097, "StopName": "800 S @ 931 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830193", "Latitude": 40.282598, "Longitude": -111.718004, "AVGBoard": 1, "AVGAlight": 10, "Route": "862, 841, 807", "StopAbbr_J": "830193" }, "geometry": { "type": "Point", "coordinates": [ -111.718004000004484, 40.282598000002743 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6098, "StopName": "Center St @ 2906 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830199", "Latitude": 40.233866, "Longitude": -111.709346, "AVGBoard": 1, "AVGAlight": 1, "Route": "833", "StopAbbr_J": "830199" }, "geometry": { "type": "Point", "coordinates": [ -111.709346000004388, 40.233866000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6099, "StopName": "Center St @ 2915 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830200", "Latitude": 40.233794, "Longitude": -111.709523, "AVGBoard": 0, "AVGAlight": 0, "Route": "833", "StopAbbr_J": "830200" }, "geometry": { "type": "Point", "coordinates": [ -111.709523000004637, 40.233794000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6100, "StopName": "University Ave @ 4181 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830201", "Latitude": 40.288704, "Longitude": -111.658682, "AVGBoard": 1, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "830201" }, "geometry": { "type": "Point", "coordinates": [ -111.658682000004845, 40.288704000002724 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6101, "StopName": "University Ave @ 4222 N", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830202", "Latitude": 40.289304, "Longitude": -111.658324, "AVGBoard": 0, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "830202" }, "geometry": { "type": "Point", "coordinates": [ -111.658324000003972, 40.28930400000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6102, "StopName": "100 N @ 273 W", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830204", "Latitude": 40.235045, "Longitude": -111.663509, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830204" }, "geometry": { "type": "Point", "coordinates": [ -111.663509000004296, 40.235045000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6103, "StopName": "700 N \/ 200 E (EB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830211", "Latitude": 40.242977, "Longitude": -111.654839, "AVGBoard": 1, "AVGAlight": 4, "Route": null, "StopAbbr_J": "830211" }, "geometry": { "type": "Point", "coordinates": [ -111.654839000004102, 40.242977000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6104, "StopName": "700 N \/ 600 E (WB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830214", "Latitude": 40.24309, "Longitude": -111.64857, "AVGBoard": 3, "AVGAlight": 2, "Route": null, "StopAbbr_J": "830214" }, "geometry": { "type": "Point", "coordinates": [ -111.648570000004838, 40.243090000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6105, "StopName": "700 N \/ 200 E (WB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830216", "Latitude": 40.243107, "Longitude": -111.655437, "AVGBoard": 4, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830216" }, "geometry": { "type": "Point", "coordinates": [ -111.655437000004156, 40.243107000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6106, "StopName": "University Ave \/ Cougar Blvd (NB)", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830218", "Latitude": 40.251274, "Longitude": -111.658552, "AVGBoard": 3, "AVGAlight": 7, "Route": null, "StopAbbr_J": "830218" }, "geometry": { "type": "Point", "coordinates": [ -111.658552000004875, 40.251274000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6107, "StopName": "100 E @ 1446 N", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "830219", "Latitude": 40.379576, "Longitude": -111.739723, "AVGBoard": 0, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "830219" }, "geometry": { "type": "Point", "coordinates": [ -111.739723000004147, 40.3795760000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6108, "StopName": "100 E @ 1453 N", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "830220", "Latitude": 40.379658, "Longitude": -111.739913, "AVGBoard": 1, "AVGAlight": 0, "Route": "807", "StopAbbr_J": "830220" }, "geometry": { "type": "Point", "coordinates": [ -111.739913000004577, 40.379658000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6109, "StopName": "Ashton Blvd @ 3406 N", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830221", "Latitude": 40.428893, "Longitude": -111.894843, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830221" }, "geometry": { "type": "Point", "coordinates": [ -111.89484300000457, 40.428893000002702 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6110, "StopName": "Main St @ 1292 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830223", "Latitude": 40.388292, "Longitude": -111.82952, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830223" }, "geometry": { "type": "Point", "coordinates": [ -111.829520000004464, 40.388292000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6111, "StopName": "Main St. @ 1401 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830224", "Latitude": 40.388548, "Longitude": -111.828479, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830224" }, "geometry": { "type": "Point", "coordinates": [ -111.828479000004606, 40.388548000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6112, "StopName": "State St @ 524 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830227", "Latitude": 40.404167, "Longitude": -111.857463, "AVGBoard": 0, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "830227" }, "geometry": { "type": "Point", "coordinates": [ -111.857463000004131, 40.404167000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6113, "StopName": "State St @ 949 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830228", "Latitude": 40.391521, "Longitude": -111.833423, "AVGBoard": 1, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "830228" }, "geometry": { "type": "Point", "coordinates": [ -111.833423000004771, 40.39152100000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6114, "StopName": "State St @ 936 E", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830229", "Latitude": 40.391553, "Longitude": -111.834076, "AVGBoard": 1, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "830229" }, "geometry": { "type": "Point", "coordinates": [ -111.834076000003989, 40.391553000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6115, "StopName": "2644 N University Ave", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830231", "Latitude": 40.268278, "Longitude": -111.657145, "AVGBoard": 1, "AVGAlight": 2, "Route": "834", "StopAbbr_J": "830231" }, "geometry": { "type": "Point", "coordinates": [ -111.657145000004377, 40.268278000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6116, "StopName": "2653 N University Ave", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830232", "Latitude": 40.26841, "Longitude": -111.657376, "AVGBoard": 1, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "830232" }, "geometry": { "type": "Point", "coordinates": [ -111.657376000004618, 40.268410000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6117, "StopName": "Main St @ 22 E", "City": "Santaquin", "ZipCode": "84655", "County": "Utah", "UTA_StopID": "830235", "Latitude": 39.975519, "Longitude": -111.784847, "AVGBoard": 1, "AVGAlight": 0, "Route": "805", "StopAbbr_J": "830235" }, "geometry": { "type": "Point", "coordinates": [ -111.784847000004532, 39.975519000002748 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6118, "StopName": "980 W @ 919 N", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "830236", "Latitude": 40.313882, "Longitude": -111.719691, "AVGBoard": 14, "AVGAlight": 16, "Route": "862", "StopAbbr_J": "830236" }, "geometry": { "type": "Point", "coordinates": [ -111.719691000004772, 40.313882000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6119, "StopName": "State St @ 56 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "830238", "Latitude": 40.338807, "Longitude": -111.71748, "AVGBoard": 2, "AVGAlight": 3, "Route": "850", "StopAbbr_J": "830238" }, "geometry": { "type": "Point", "coordinates": [ -111.717480000004272, 40.338807000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6120, "StopName": "State St @ 198 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "830239", "Latitude": 40.341706, "Longitude": -111.719862, "AVGBoard": 0, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "830239" }, "geometry": { "type": "Point", "coordinates": [ -111.719862000004539, 40.341706000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6121, "StopName": "State St @ 199 N", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "830240", "Latitude": 40.341511, "Longitude": -111.720094, "AVGBoard": 1, "AVGAlight": 3, "Route": "850", "StopAbbr_J": "830240" }, "geometry": { "type": "Point", "coordinates": [ -111.720094000003968, 40.341511000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6122, "StopName": "State St @ 44 S", "City": "Lindon", "ZipCode": "84042", "County": "Utah", "UTA_StopID": "830241", "Latitude": 40.337167, "Longitude": -111.716527, "AVGBoard": 2, "AVGAlight": 1, "Route": "850", "StopAbbr_J": "830241" }, "geometry": { "type": "Point", "coordinates": [ -111.716527000004504, 40.337167000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6123, "StopName": "1200 W @ 707 S", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830243", "Latitude": 40.284474, "Longitude": -111.724034, "AVGBoard": 3, "AVGAlight": 5, "Route": "862, 841", "StopAbbr_J": "830243" }, "geometry": { "type": "Point", "coordinates": [ -111.724034000004622, 40.284474000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6124, "StopName": "300 S \/ 200 E (EB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830245", "Latitude": 40.2296, "Longitude": -111.654677, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "830245" }, "geometry": { "type": "Point", "coordinates": [ -111.654677000004185, 40.229600000002776 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6125, "StopName": "300 S \/ 400 E (EB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830246", "Latitude": 40.229591, "Longitude": -111.651237, "AVGBoard": 1, "AVGAlight": 1, "Route": null, "StopAbbr_J": "830246" }, "geometry": { "type": "Point", "coordinates": [ -111.651237000004429, 40.229591000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6126, "StopName": "300 S \/ 600 E (EB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830248", "Latitude": 40.229577, "Longitude": -111.647985, "AVGBoard": 2, "AVGAlight": 3, "Route": null, "StopAbbr_J": "830248" }, "geometry": { "type": "Point", "coordinates": [ -111.647985000004084, 40.229577000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6127, "StopName": "300 S \/ 200 E (WB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830249", "Latitude": 40.229779, "Longitude": -111.655501, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "830249" }, "geometry": { "type": "Point", "coordinates": [ -111.655501000004051, 40.229779000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6128, "StopName": "300 S \/ 600 E (WB)", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830252", "Latitude": 40.229751, "Longitude": -111.648729, "AVGBoard": 4, "AVGAlight": 2, "Route": null, "StopAbbr_J": "830252" }, "geometry": { "type": "Point", "coordinates": [ -111.648729000004522, 40.229751000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6129, "StopName": "1270 W @ 779 S", "City": "Payson", "ZipCode": "84651", "County": "Utah", "UTA_StopID": "830253", "Latitude": 40.032454, "Longitude": -111.754278, "AVGBoard": 10, "AVGAlight": 10, "Route": "805", "StopAbbr_J": "830253" }, "geometry": { "type": "Point", "coordinates": [ -111.754278000004177, 40.032454000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6130, "StopName": "State St @ 553 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830254", "Latitude": 40.404325, "Longitude": -111.858098, "AVGBoard": 1, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "830254" }, "geometry": { "type": "Point", "coordinates": [ -111.858098000004546, 40.404325000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6131, "StopName": "Triumph Blvd \/ 3400 N (SB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830255", "Latitude": 40.430049, "Longitude": -111.880652, "AVGBoard": 1, "AVGAlight": 1, "Route": "871, 807", "StopAbbr_J": "830255" }, "geometry": { "type": "Point", "coordinates": [ -111.880652000004076, 40.430049000002676 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6132, "StopName": "800 S @ 940 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830257", "Latitude": 40.282716, "Longitude": -111.718017, "AVGBoard": 8, "AVGAlight": 2, "Route": "862, 841, 807", "StopAbbr_J": "830257" }, "geometry": { "type": "Point", "coordinates": [ -111.71801700000465, 40.282716000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6133, "StopName": "800 S @ 1150 W", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830258", "Latitude": 40.282617, "Longitude": -111.722317, "AVGBoard": 1, "AVGAlight": 1, "Route": "862, 841, 807", "StopAbbr_J": "830258" }, "geometry": { "type": "Point", "coordinates": [ -111.722317000004551, 40.282617000002745 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6134, "StopName": "Main St @ 451 S", "City": "Springville", "ZipCode": "84663", "County": "Utah", "UTA_StopID": "830260", "Latitude": 40.160373, "Longitude": -111.610483, "AVGBoard": 10, "AVGAlight": 4, "Route": "822, 821", "StopAbbr_J": "830260" }, "geometry": { "type": "Point", "coordinates": [ -111.610483000004351, 40.16037300000275 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6135, "StopName": "UVU Station", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830261", "Latitude": 40.275846, "Longitude": -111.712436, "AVGBoard": 58, "AVGAlight": 179, "Route": "830X", "StopAbbr_J": "830261" }, "geometry": { "type": "Point", "coordinates": [ -111.712436000004814, 40.275846000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6136, "StopName": "UVU Station", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830262", "Latitude": 40.275484, "Longitude": -111.71182, "AVGBoard": 58, "AVGAlight": 179, "Route": "830X", "StopAbbr_J": "830262" }, "geometry": { "type": "Point", "coordinates": [ -111.711820000004181, 40.275484000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6137, "StopName": "Lakeview Station", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830263", "Latitude": 40.273579, "Longitude": -111.70396, "AVGBoard": 70, "AVGAlight": 85, "Route": "830X", "StopAbbr_J": "830263" }, "geometry": { "type": "Point", "coordinates": [ -111.703960000004486, 40.273579000002762 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6138, "StopName": "Orem Central Station (Bay A)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830264", "Latitude": 40.280776, "Longitude": -111.726227, "AVGBoard": 341, "AVGAlight": 285, "Route": "830X", "StopAbbr_J": "830264" }, "geometry": { "type": "Point", "coordinates": [ -111.726227000004556, 40.280776000002682 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6139, "StopName": "Main Street Station", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830265", "Latitude": 40.273504, "Longitude": -111.694648, "AVGBoard": 89, "AVGAlight": 117, "Route": "830X", "StopAbbr_J": "830265" }, "geometry": { "type": "Point", "coordinates": [ -111.694648000004193, 40.27350400000271 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6140, "StopName": "2230 North Station", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830266", "Latitude": 40.262672, "Longitude": -111.667023, "AVGBoard": 245, "AVGAlight": 236, "Route": "830X", "StopAbbr_J": "830266" }, "geometry": { "type": "Point", "coordinates": [ -111.667023000004775, 40.262672000002681 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6141, "StopName": "BYU Stadium Station", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830267", "Latitude": 40.255619, "Longitude": -111.652029, "AVGBoard": 44, "AVGAlight": 80, "Route": "830X", "StopAbbr_J": "830267" }, "geometry": { "type": "Point", "coordinates": [ -111.652029000004362, 40.255619000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6142, "StopName": "BYU Stadium Station", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830268", "Latitude": 40.255832, "Longitude": -111.652051, "AVGBoard": 44, "AVGAlight": 80, "Route": "830X", "StopAbbr_J": "830268" }, "geometry": { "type": "Point", "coordinates": [ -111.652051000004377, 40.255832000002755 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6143, "StopName": "BYU North Campus Station", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830269", "Latitude": 40.256575, "Longitude": -111.646264, "AVGBoard": 74, "AVGAlight": 75, "Route": "830X", "StopAbbr_J": "830269" }, "geometry": { "type": "Point", "coordinates": [ -111.646264000004564, 40.256575000002677 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6144, "StopName": "BYU North Campus Station", "City": "Provo", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830270", "Latitude": 40.256746, "Longitude": -111.646221, "AVGBoard": 74, "AVGAlight": 75, "Route": "830X", "StopAbbr_J": "830270" }, "geometry": { "type": "Point", "coordinates": [ -111.646221000004601, 40.256746000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6145, "StopName": "BYU South Campus Station", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830271", "Latitude": 40.245916, "Longitude": -111.646102, "AVGBoard": 105, "AVGAlight": 136, "Route": "830X", "StopAbbr_J": "830271" }, "geometry": { "type": "Point", "coordinates": [ -111.646102000004646, 40.245916000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6146, "StopName": "Joaquin Station", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830272", "Latitude": 40.243018, "Longitude": -111.651313, "AVGBoard": 148, "AVGAlight": 128, "Route": "830X", "StopAbbr_J": "830272" }, "geometry": { "type": "Point", "coordinates": [ -111.651313000004436, 40.243018000002728 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6147, "StopName": "Provo Central Station (Bay H)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830274", "Latitude": 40.225211, "Longitude": -111.66129, "AVGBoard": 94, "AVGAlight": 389, "Route": "830X", "StopAbbr_J": "830274" }, "geometry": { "type": "Point", "coordinates": [ -111.66129000000403, 40.225211000002709 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6148, "StopName": "400 South Station", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830276", "Latitude": 40.228615, "Longitude": -111.658709, "AVGBoard": 84, "AVGAlight": 88, "Route": "830X", "StopAbbr_J": "830276" }, "geometry": { "type": "Point", "coordinates": [ -111.658709000004379, 40.228615000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6149, "StopName": "Academy Square Station", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830277", "Latitude": 40.241489, "Longitude": -111.658621, "AVGBoard": 179, "AVGAlight": 169, "Route": "830X", "StopAbbr_J": "830277" }, "geometry": { "type": "Point", "coordinates": [ -111.658621000004274, 40.241489000002723 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6150, "StopName": "300 North Station", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830278", "Latitude": 40.237452, "Longitude": -111.65869, "AVGBoard": 120, "AVGAlight": 109, "Route": "830X", "StopAbbr_J": "830278" }, "geometry": { "type": "Point", "coordinates": [ -111.658690000004597, 40.237452000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6151, "StopName": "Towne Centre Blvd Station", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830279", "Latitude": 40.21685, "Longitude": -111.66097, "AVGBoard": 49, "AVGAlight": 53, "Route": "830X", "StopAbbr_J": "830279" }, "geometry": { "type": "Point", "coordinates": [ -111.660970000004511, 40.216850000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6152, "StopName": "East Bay North Station", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830280", "Latitude": 40.21455, "Longitude": -111.656355, "AVGBoard": 16, "AVGAlight": 20, "Route": "830X", "StopAbbr_J": "830280" }, "geometry": { "type": "Point", "coordinates": [ -111.656355000004609, 40.214550000002731 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6153, "StopName": "East Bay South Station", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830281", "Latitude": 40.208882, "Longitude": -111.655204, "AVGBoard": 6, "AVGAlight": 15, "Route": "830X", "StopAbbr_J": "830281" }, "geometry": { "type": "Point", "coordinates": [ -111.655204000004645, 40.208882000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6154, "StopName": "Ashton Blvd @ 1800 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830282", "Latitude": 40.418748, "Longitude": -111.880774, "AVGBoard": 0, "AVGAlight": 3, "Route": "850", "StopAbbr_J": "830282" }, "geometry": { "type": "Point", "coordinates": [ -111.880774000004294, 40.41874800000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6155, "StopName": "Ashton Blvd @ 1801 W", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830283", "Latitude": 40.418595, "Longitude": -111.88077, "AVGBoard": 4, "AVGAlight": 0, "Route": "850", "StopAbbr_J": "830283" }, "geometry": { "type": "Point", "coordinates": [ -111.880770000003963, 40.418595000002711 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6156, "StopName": "University Pkwy \/ 400 W (EB)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830284", "Latitude": 40.273395, "Longitude": -111.704085, "AVGBoard": 1, "AVGAlight": 2, "Route": null, "StopAbbr_J": "830284" }, "geometry": { "type": "Point", "coordinates": [ -111.704085000004056, 40.273395000002729 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6157, "StopName": "University Place Station", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830285", "Latitude": 40.273239, "Longitude": -111.679555, "AVGBoard": 363, "AVGAlight": 381, "Route": "830X", "StopAbbr_J": "830285" }, "geometry": { "type": "Point", "coordinates": [ -111.679555000004569, 40.27323900000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6158, "StopName": "University Parkway @ 2167 N", "City": "Orem", "ZipCode": "84604", "County": "Utah", "UTA_StopID": "830286", "Latitude": 40.262468, "Longitude": -111.667123, "AVGBoard": 3, "AVGAlight": 4, "Route": "834, 822", "StopAbbr_J": "830286" }, "geometry": { "type": "Point", "coordinates": [ -111.667123000004068, 40.262468000002713 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6159, "StopName": "BYU South Campus Station", "City": "Provo", "ZipCode": "84606", "County": "Utah", "UTA_StopID": "830287", "Latitude": 40.245789, "Longitude": -111.64598, "AVGBoard": 105, "AVGAlight": 136, "Route": "830X", "StopAbbr_J": "830287" }, "geometry": { "type": "Point", "coordinates": [ -111.645980000004442, 40.245789000002738 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6160, "StopName": "Center Street Station", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830288", "Latitude": 40.23338, "Longitude": -111.658756, "AVGBoard": 150, "AVGAlight": 132, "Route": "830X", "StopAbbr_J": "830288" }, "geometry": { "type": "Point", "coordinates": [ -111.658756000004658, 40.23338000000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6161, "StopName": "University Place Station (WB)", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830289", "Latitude": 40.273444, "Longitude": -111.679824, "AVGBoard": 98, "AVGAlight": 133, "Route": "862, 850", "StopAbbr_J": "830289" }, "geometry": { "type": "Point", "coordinates": [ -111.679824000004373, 40.273444000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6162, "StopName": "University Ave @ 322 N", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830290", "Latitude": 40.238048, "Longitude": -111.658506, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830290" }, "geometry": { "type": "Point", "coordinates": [ -111.65850600000465, 40.238048000002763 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6163, "StopName": "Center St. @ 373 E", "City": "Orem", "ZipCode": "84057", "County": "Utah", "UTA_StopID": "830293", "Latitude": 40.297177, "Longitude": -111.686654, "AVGBoard": 0, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "830293" }, "geometry": { "type": "Point", "coordinates": [ -111.686654000004211, 40.297177000002733 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6164, "StopName": "Center St. @ 430 E", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830294", "Latitude": 40.296945, "Longitude": -111.685129, "AVGBoard": 0, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "830294" }, "geometry": { "type": "Point", "coordinates": [ -111.68512900000475, 40.296945000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6165, "StopName": "Thanksgiving Station Business Park", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830295", "Latitude": 40.420584, "Longitude": -111.881792, "AVGBoard": 0, "AVGAlight": 0, "Route": "864", "StopAbbr_J": "830295" }, "geometry": { "type": "Point", "coordinates": [ -111.88179200000404, 40.420584000002641 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6166, "StopName": "Triumph Blvd \/ 3400 N (NB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830296", "Latitude": 40.429877, "Longitude": -111.880305, "AVGBoard": 1, "AVGAlight": 1, "Route": "871, 864, 807", "StopAbbr_J": "830296" }, "geometry": { "type": "Point", "coordinates": [ -111.880305000004142, 40.429877000002683 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6167, "StopName": "Provo Central Station (Bay J)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "830298", "Latitude": 40.225032, "Longitude": -111.660816, "AVGBoard": 333, "AVGAlight": 0, "Route": "830X", "StopAbbr_J": "830298" }, "geometry": { "type": "Point", "coordinates": [ -111.66081600000436, 40.225032000002685 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6168, "StopName": "Chapel Ridge Dr \/ 4100 N", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830300", "Latitude": 40.439489, "Longitude": -111.892838, "AVGBoard": 0, "AVGAlight": 0, "Route": "871", "StopAbbr_J": "830300" }, "geometry": { "type": "Point", "coordinates": [ -111.892838000004033, 40.439489000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6169, "StopName": "Triumph Blvd \/ Ridge Dr (SB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830301", "Latitude": 40.425465, "Longitude": -111.88087, "AVGBoard": 0, "AVGAlight": 0, "Route": "871, 807", "StopAbbr_J": "830301" }, "geometry": { "type": "Point", "coordinates": [ -111.880870000004151, 40.425465000002667 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6170, "StopName": "Triumph Blvd \/ Ridge Dr (NB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830302", "Latitude": 40.42584, "Longitude": -111.880186, "AVGBoard": 0, "AVGAlight": 0, "Route": "871, 864, 807", "StopAbbr_J": "830302" }, "geometry": { "type": "Point", "coordinates": [ -111.880186000004173, 40.425840000002658 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6171, "StopName": "Innovation Way \/ 1600 W (EB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830303", "Latitude": 40.431099, "Longitude": -111.875791, "AVGBoard": 0, "AVGAlight": 0, "Route": "864", "StopAbbr_J": "830303" }, "geometry": { "type": "Point", "coordinates": [ -111.875791000004497, 40.431099000002668 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6172, "StopName": "Sandalwood Dr \/ Slipstream Ave (WB)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830304", "Latitude": 40.421432, "Longitude": -111.874241, "AVGBoard": 0, "AVGAlight": 0, "Route": "864", "StopAbbr_J": "830304" }, "geometry": { "type": "Point", "coordinates": [ -111.874241000004758, 40.421432000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6173, "StopName": "Pleasant Grove Blvd @ 506 S", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "830305", "Latitude": 40.360294, "Longitude": -111.760431, "AVGBoard": 0, "AVGAlight": 0, "Route": "809", "StopAbbr_J": "830305" }, "geometry": { "type": "Point", "coordinates": [ -111.760431000004615, 40.360294000002675 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6174, "StopName": "Pleasant Grove Blvd. @ 287 S", "City": "Pleasant Grove", "ZipCode": "84062", "County": "Utah", "UTA_StopID": "830306", "Latitude": 40.360244, "Longitude": -111.759302, "AVGBoard": 0, "AVGAlight": 0, "Route": "809", "StopAbbr_J": "830306" }, "geometry": { "type": "Point", "coordinates": [ -111.759302000004666, 40.360244000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6175, "StopName": "Orem Palisade Park and Ride", "City": "Orem", "ZipCode": "84097", "County": "Utah", "UTA_StopID": "830307", "Latitude": 40.312824, "Longitude": -111.663798, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830307" }, "geometry": { "type": "Point", "coordinates": [ -111.66379800000486, 40.312824000002706 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6176, "StopName": "Geneva Rd @ 26 S", "City": "Vineyard", "ZipCode": "84059", "County": "Utah", "UTA_StopID": "830310", "Latitude": 40.296133, "Longitude": -111.7343, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830310" }, "geometry": { "type": "Point", "coordinates": [ -111.734300000004779, 40.296133000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6177, "StopName": "Mill Rd @ 773 E", "City": "Vineyard", "ZipCode": "84059", "County": "Utah", "UTA_StopID": "830311", "Latitude": 40.297423, "Longitude": -111.735684, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830311" }, "geometry": { "type": "Point", "coordinates": [ -111.735684000004269, 40.29742300000273 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6178, "StopName": "Mill Rd @ 267 N", "City": "Vineyard", "ZipCode": "84059", "County": "Utah", "UTA_StopID": "830312", "Latitude": 40.301984, "Longitude": -111.737506, "AVGBoard": 0, "AVGAlight": 1, "Route": null, "StopAbbr_J": "830312" }, "geometry": { "type": "Point", "coordinates": [ -111.737506000004032, 40.301984000002705 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6179, "StopName": "Mill Rd @ 238 N", "City": "Vineyard", "ZipCode": "84059", "County": "Utah", "UTA_StopID": "830313", "Latitude": 40.301421, "Longitude": -111.737509, "AVGBoard": 1, "AVGAlight": 0, "Route": null, "StopAbbr_J": "830313" }, "geometry": { "type": "Point", "coordinates": [ -111.73750900000428, 40.301421000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6180, "StopName": "Hwy 167 @ 6015", "City": "Mountain Green", "ZipCode": "84050", "County": "Morgan", "UTA_StopID": "901003", "Latitude": 41.143332, "Longitude": -111.800068, "AVGBoard": 0, "AVGAlight": 0, "Route": "677", "StopAbbr_J": "901003" }, "geometry": { "type": "Point", "coordinates": [ -111.800068000003947, 41.143332000002623 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6181, "StopName": "Hwy 167 @ 6002", "City": "Mountain Green", "ZipCode": "84050", "County": "Morgan", "UTA_StopID": "901004", "Latitude": 41.14298, "Longitude": -111.800305, "AVGBoard": 0, "AVGAlight": 0, "Route": "677", "StopAbbr_J": "901004" }, "geometry": { "type": "Point", "coordinates": [ -111.800305000004684, 41.14298000000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6182, "StopName": "Slcc Transit Center", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101326", "Latitude": 40.674123, "Longitude": -111.940279, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "101326" }, "geometry": { "type": "Point", "coordinates": [ -111.940279000004708, 40.674123000002645 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6183, "StopName": "Slcc Transit Center", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101327", "Latitude": 40.674183, "Longitude": -111.940649, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "101327" }, "geometry": { "type": "Point", "coordinates": [ -111.940649000004768, 40.674183000002635 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6184, "StopName": "Slcc Transit Center", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101328", "Latitude": 40.674071, "Longitude": -111.940644, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "101328" }, "geometry": { "type": "Point", "coordinates": [ -111.940644000004369, 40.674071000002634 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6185, "StopName": "Slcc Transit Center", "City": "Taylorsville", "ZipCode": "84129", "County": "Salt Lake", "UTA_StopID": "101329", "Latitude": 40.673991, "Longitude": -111.940513, "AVGBoard": 0, "AVGAlight": 0, "Route": "217", "StopAbbr_J": "101329" }, "geometry": { "type": "Point", "coordinates": [ -111.940513000004302, 40.673991000002701 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6186, "StopName": "9400 S @ 2000 E", "City": "Sandy", "ZipCode": "84073", "County": "Salt Lake", "UTA_StopID": "101466", "Latitude": 40.578876, "Longitude": -111.832762, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "101466" }, "geometry": { "type": "Point", "coordinates": [ -111.83276200000401, 40.578876000002715 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6187, "StopName": "Olympus Cove P+R (Bay E)", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101568", "Latitude": 40.687607, "Longitude": -111.796587, "AVGBoard": 48, "AVGAlight": 41, "Route": null, "StopAbbr_J": "101568" }, "geometry": { "type": "Point", "coordinates": [ -111.796587000004408, 40.687607000002714 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6188, "StopName": "Olympus Cove P+R (Bay B)", "City": "Millcreek", "ZipCode": "84124", "County": "Salt Lake", "UTA_StopID": "101571", "Latitude": 40.687489, "Longitude": -111.796802, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101571" }, "geometry": { "type": "Point", "coordinates": [ -111.796802000004249, 40.687489000002664 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6189, "StopName": "West Valley Central Station (Bay G)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101589", "Latitude": 40.693284, "Longitude": -111.959994, "AVGBoard": 67, "AVGAlight": 60, "Route": "41", "StopAbbr_J": "101589" }, "geometry": { "type": "Point", "coordinates": [ -111.959994000004812, 40.69328400000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6190, "StopName": "West Valley Central Station (Bay F)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101590", "Latitude": 40.693438, "Longitude": -111.960025, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "101590" }, "geometry": { "type": "Point", "coordinates": [ -111.960025000004677, 40.693438000002651 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6191, "StopName": "West Valley Central Station (Bay E)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101591", "Latitude": 40.693664, "Longitude": -111.960099, "AVGBoard": 269, "AVGAlight": 278, "Route": "35", "StopAbbr_J": "101591" }, "geometry": { "type": "Point", "coordinates": [ -111.960099000004519, 40.69366400000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6192, "StopName": "West Valley Central Station (Bay H)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101592", "Latitude": 40.693394, "Longitude": -111.96023, "AVGBoard": 154, "AVGAlight": 118, "Route": "39", "StopAbbr_J": "101592" }, "geometry": { "type": "Point", "coordinates": [ -111.960230000004557, 40.693394000002648 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6193, "StopName": "West Valley Central Station (Bay I)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101593", "Latitude": 40.693358, "Longitude": -111.960358, "AVGBoard": 43, "AVGAlight": 39, "Route": "248", "StopAbbr_J": "101593" }, "geometry": { "type": "Point", "coordinates": [ -111.960358000004376, 40.693358000002632 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6194, "StopName": "West Valley Central Station (Bay J)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101594", "Latitude": 40.693235, "Longitude": -111.960223, "AVGBoard": 22, "AVGAlight": 26, "Route": "227", "StopAbbr_J": "101594" }, "geometry": { "type": "Point", "coordinates": [ -111.960223000003978, 40.693235000002687 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6195, "StopName": "West Valley Central Station (Bay C)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101595", "Latitude": 40.693515, "Longitude": -111.960611, "AVGBoard": 203, "AVGAlight": 225, "Route": "33", "StopAbbr_J": "101595" }, "geometry": { "type": "Point", "coordinates": [ -111.960611000004619, 40.693515000002691 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6196, "StopName": "West Valley Central Station (Bay B)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101596", "Latitude": 40.693301, "Longitude": -111.960605, "AVGBoard": 112, "AVGAlight": 99, "Route": "509", "StopAbbr_J": "101596" }, "geometry": { "type": "Point", "coordinates": [ -111.960605000004136, 40.69330100000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6197, "StopName": "West Valley Central Station (Bay A)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "101597", "Latitude": 40.693149, "Longitude": -111.960605, "AVGBoard": 23, "AVGAlight": 26, "Route": "232", "StopAbbr_J": "101597" }, "geometry": { "type": "Point", "coordinates": [ -111.960605000004136, 40.69314900000262 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6198, "StopName": "Sugar Factory Road Station", "City": "West Jordan", "ZipCode": "84088", "County": "Salt Lake", "UTA_StopID": "101865", "Latitude": 40.599229, "Longitude": -111.956858, "AVGBoard": 12, "AVGAlight": 13, "Route": "227", "StopAbbr_J": "101865" }, "geometry": { "type": "Point", "coordinates": [ -111.956858000004146, 40.59922900000268 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6199, "StopName": "U Union Building (Bay D)", "City": "Salt Lake City", "ZipCode": "84112", "County": "Salt Lake", "UTA_StopID": "101934", "Latitude": 40.764428, "Longitude": -111.844956, "AVGBoard": 10, "AVGAlight": 8, "Route": "223", "StopAbbr_J": "101934" }, "geometry": { "type": "Point", "coordinates": [ -111.844956000004586, 40.764428000002695 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6200, "StopName": "Murray Central Station (Bay B)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153169", "Latitude": 40.659997, "Longitude": -111.895304, "AVGBoard": 177, "AVGAlight": 127, "Route": null, "StopAbbr_J": "153169" }, "geometry": { "type": "Point", "coordinates": [ -111.89530400000406, 40.659997000002654 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6201, "StopName": "Murray Central Station (Bay A)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153172", "Latitude": 40.659674, "Longitude": -111.895514, "AVGBoard": 203, "AVGAlight": 137, "Route": null, "StopAbbr_J": "153172" }, "geometry": { "type": "Point", "coordinates": [ -111.895514000004354, 40.659674000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6202, "StopName": "Cottonwood St @ 5144 S", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153173", "Latitude": 40.660148, "Longitude": -111.895191, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "153173" }, "geometry": { "type": "Point", "coordinates": [ -111.895191000004615, 40.66014800000265 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6203, "StopName": "Murray Central Station (Bay C)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "153227", "Latitude": 40.660163, "Longitude": -111.895228, "AVGBoard": 105, "AVGAlight": 91, "Route": null, "StopAbbr_J": "153227" }, "geometry": { "type": "Point", "coordinates": [ -111.895228000004067, 40.660163000002612 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6204, "StopName": "9400 S @ 2000 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174084", "Latitude": 40.578844, "Longitude": -111.833211, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "174084" }, "geometry": { "type": "Point", "coordinates": [ -111.833211000004297, 40.578844000002725 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6205, "StopName": "9400 S @ 2000 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174085", "Latitude": 40.578742, "Longitude": -111.83273, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "174085" }, "geometry": { "type": "Point", "coordinates": [ -111.832730000004048, 40.57874200000267 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6206, "StopName": "2000 E @ 9400 S", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174151", "Latitude": 40.578724, "Longitude": -111.832933, "AVGBoard": 0, "AVGAlight": 0, "Route": "320", "StopAbbr_J": "174151" }, "geometry": { "type": "Point", "coordinates": [ -111.832933000004672, 40.578724000002694 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6207, "StopName": "9400 S @ 2000 E", "City": "Sandy", "ZipCode": "84092", "County": "Salt Lake", "UTA_StopID": "174166", "Latitude": 40.578708, "Longitude": -111.83315, "AVGBoard": 0, "AVGAlight": 0, "Route": "220", "StopAbbr_J": "174166" }, "geometry": { "type": "Point", "coordinates": [ -111.833150000004636, 40.578708000002671 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6208, "StopName": "Murray Central Station (Bay E)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198357", "Latitude": 40.66027, "Longitude": -111.894963, "AVGBoard": 128, "AVGAlight": 110, "Route": null, "StopAbbr_J": "198357" }, "geometry": { "type": "Point", "coordinates": [ -111.894963000004608, 40.660270000002647 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6209, "StopName": "Murray Central Station (Bay G)", "City": "Murray", "ZipCode": "84107", "County": "Salt Lake", "UTA_StopID": "198377", "Latitude": 40.65996, "Longitude": -111.895141, "AVGBoard": 187, "AVGAlight": 164, "Route": null, "StopAbbr_J": "198377" }, "geometry": { "type": "Point", "coordinates": [ -111.89514100000406, 40.659960000002627 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6210, "StopName": "West Valley Central Station (Bay D)", "City": "West Valley City", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198556", "Latitude": 40.693778, "Longitude": -111.960509, "AVGBoard": 139, "AVGAlight": 107, "Route": "513, 240", "StopAbbr_J": "198556" }, "geometry": { "type": "Point", "coordinates": [ -111.960509000004279, 40.693778000002659 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6211, "StopName": "Pleasant View Station", "City": "Pleasant View", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "601223", "Latitude": 41.308266, "Longitude": -112.010749, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601223" }, "geometry": { "type": "Point", "coordinates": [ -112.010749000004679, 41.308266000002639 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6212, "StopName": "Ogden Station (Bay 1)", "City": "Ogden", "ZipCode": "84401", "County": "Weber", "UTA_StopID": "601227", "Latitude": 41.22314, "Longitude": -111.979691, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "601227" }, "geometry": { "type": "Point", "coordinates": [ -111.979691000004308, 41.223140000002594 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6213, "StopName": "Provo Central Station (Bay E)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801165", "Latitude": 40.225188, "Longitude": -111.660496, "AVGBoard": 0, "AVGAlight": 0, "Route": "880", "StopAbbr_J": "801165" }, "geometry": { "type": "Point", "coordinates": [ -111.660496000004841, 40.225188000002746 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6214, "StopName": "Lehi Station (Bay C)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801262", "Latitude": 40.42595, "Longitude": -111.895728, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "801262" }, "geometry": { "type": "Point", "coordinates": [ -111.895728000004084, 40.425950000002679 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6215, "StopName": "Lehi Station (Bay B)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801263", "Latitude": 40.425836, "Longitude": -111.895924, "AVGBoard": 33, "AVGAlight": 31, "Route": "871", "StopAbbr_J": "801263" }, "geometry": { "type": "Point", "coordinates": [ -111.895924000004129, 40.42583600000264 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6216, "StopName": "Lehi Station (Bay D)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801264", "Latitude": 40.425483, "Longitude": -111.895752, "AVGBoard": 0, "AVGAlight": 0, "Route": "864", "StopAbbr_J": "801264" }, "geometry": { "type": "Point", "coordinates": [ -111.895752000004279, 40.4254830000027 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6217, "StopName": "Lehi Station (Bay E)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "801265", "Latitude": 40.425608, "Longitude": -111.895555, "AVGBoard": 9, "AVGAlight": 7, "Route": "806", "StopAbbr_J": "801265" }, "geometry": { "type": "Point", "coordinates": [ -111.895555000004151, 40.42560800000269 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6218, "StopName": "Orem Central Station (Bay H)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801269", "Latitude": 40.281124, "Longitude": -111.726629, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "801269" }, "geometry": { "type": "Point", "coordinates": [ -111.726629000004564, 40.281124000002734 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6219, "StopName": "Orem Central Station (Bay G)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801270", "Latitude": 40.280924, "Longitude": -111.72649, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "801270" }, "geometry": { "type": "Point", "coordinates": [ -111.726490000004745, 40.280924000002742 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6220, "StopName": "Orem Central Station (Bay E)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801271", "Latitude": 40.280543, "Longitude": -111.726206, "AVGBoard": 37, "AVGAlight": 31, "Route": "841", "StopAbbr_J": "801271" }, "geometry": { "type": "Point", "coordinates": [ -111.726206000004609, 40.28054300000278 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6221, "StopName": "Orem Central Station (Bay D)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "801272", "Latitude": 40.280367, "Longitude": -111.726075, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "801272" }, "geometry": { "type": "Point", "coordinates": [ -111.726075000004556, 40.280367000002698 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6222, "StopName": "Provo Central Station (Bay D)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801273", "Latitude": 40.225326, "Longitude": -111.660919, "AVGBoard": 37, "AVGAlight": 30, "Route": "831", "StopAbbr_J": "801273" }, "geometry": { "type": "Point", "coordinates": [ -111.660919000004796, 40.225326000002696 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6223, "StopName": "Provo Central Station (Bay B)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801274", "Latitude": 40.225354, "Longitude": -111.661438, "AVGBoard": 142, "AVGAlight": 116, "Route": "850", "StopAbbr_J": "801274" }, "geometry": { "type": "Point", "coordinates": [ -111.661438000004594, 40.225354000002753 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6224, "StopName": "Provo Central Station (Bay A)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801275", "Latitude": 40.225389, "Longitude": -111.661723, "AVGBoard": 0, "AVGAlight": 22, "Route": "834", "StopAbbr_J": "801275" }, "geometry": { "type": "Point", "coordinates": [ -111.661723000004812, 40.225389000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6225, "StopName": "Provo Central Station (Bay K)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801276", "Latitude": 40.224984, "Longitude": -111.661669, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "801276" }, "geometry": { "type": "Point", "coordinates": [ -111.661669000004849, 40.224984000002699 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6226, "StopName": "Provo Central Station (Bay L)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801277", "Latitude": 40.224964, "Longitude": -111.661434, "AVGBoard": 24, "AVGAlight": 21, "Route": "833", "StopAbbr_J": "801277" }, "geometry": { "type": "Point", "coordinates": [ -111.661434000004263, 40.224964000002672 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6227, "StopName": "Provo Central Station (Bay M)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801278", "Latitude": 40.224936, "Longitude": -111.661215, "AVGBoard": 16, "AVGAlight": 0, "Route": "834", "StopAbbr_J": "801278" }, "geometry": { "type": "Point", "coordinates": [ -111.66121500000412, 40.224936000002735 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6228, "StopName": "Provo Central Station (Bay N)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801279", "Latitude": 40.224912, "Longitude": -111.660886, "AVGBoard": 4, "AVGAlight": 10, "Route": "805", "StopAbbr_J": "801279" }, "geometry": { "type": "Point", "coordinates": [ -111.660886000004766, 40.224912000002718 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6229, "StopName": "Provo Central Station (Bay C)", "City": "Provo", "ZipCode": "84601", "County": "Utah", "UTA_StopID": "801280", "Latitude": 40.225328, "Longitude": -111.661213, "AVGBoard": 114, "AVGAlight": 104, "Route": "821", "StopAbbr_J": "801280" }, "geometry": { "type": "Point", "coordinates": [ -111.661213000004864, 40.225328000002712 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6230, "StopName": "Lehi Station (Bay F)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830055", "Latitude": 40.425716, "Longitude": -111.895403, "AVGBoard": 1, "AVGAlight": 3, "Route": "807", "StopAbbr_J": "830055" }, "geometry": { "type": "Point", "coordinates": [ -111.895403000004166, 40.425716000002652 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6231, "StopName": "Lehi Station (Bay A)", "City": "Lehi", "ZipCode": "84043", "County": "Utah", "UTA_StopID": "830074", "Latitude": 40.425708, "Longitude": -111.896118, "AVGBoard": 119, "AVGAlight": 95, "Route": "850", "StopAbbr_J": "830074" }, "geometry": { "type": "Point", "coordinates": [ -111.896118000003995, 40.425708000002693 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6232, "StopName": "Orem Central Station (Bay F)", "City": "Orem", "ZipCode": "84058", "County": "Utah", "UTA_StopID": "830124", "Latitude": 40.280793, "Longitude": -111.726384, "AVGBoard": 41, "AVGAlight": 39, "Route": "862", "StopAbbr_J": "830124" }, "geometry": { "type": "Point", "coordinates": [ -111.72638400000406, 40.280793000002689 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6233, "StopName": "Village Blvd @ 392 E", "City": "Tooele", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501051", "Latitude": 40.630828, "Longitude": -112.295804, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501051" }, "geometry": { "type": "Point", "coordinates": [ -112.295804000004011, 40.63082800000263 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6234, "StopName": "Aberdeen Ln @ 5310", "City": "Stansbury Park", "ZipCode": "84074", "County": "Tooele", "UTA_StopID": "501076", "Latitude": 40.625458, "Longitude": -112.304017, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "501076" }, "geometry": { "type": "Point", "coordinates": [ -112.304017000004151, 40.625458000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6235, "StopName": "DAYBRK SO RELIEF POINT", "City": "SOUTH JORDAN", "ZipCode": "84009", "County": "SALT LAKE", "UTA_StopID": null, "Latitude": 40.542975, "Longitude": -112.013222, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -112.013222000004404, 40.542975000002684 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6236, "StopName": "900 W @ 3627 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198597", "Latitude": 40.692815, "Longitude": -111.917036, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198597" }, "geometry": { "type": "Point", "coordinates": [ -111.917036000004785, 40.692815000002703 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6237, "StopName": "480 W @ 210 N", "City": "Salt Lake City", "ZipCode": "84103", "County": "Salt Lake", "UTA_StopID": "198627", "Latitude": 40.773657, "Longitude": -111.904959, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198627" }, "geometry": { "type": "Point", "coordinates": [ -111.904959000003984, 40.773657000002665 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6238, "StopName": "RELIEF TIME POINT", "City": null, "ZipCode": null, "County": "SALT LAKE", "UTA_StopID": null, "Latitude": 40.588628, "Longitude": -111.885283, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -111.885283000004421, 40.588628000002686 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6239, "StopName": "JORDAN RIVER SERVICE CENTER RELIEF", "City": "MURRAY", "ZipCode": "84107", "County": "SALT LAKE", "UTA_StopID": null, "Latitude": 40.723584, "Longitude": -111.919923, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -111.919923000004601, 40.723584000002646 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6241, "StopName": "Main St @ 503 E", "City": "Grantsville", "ZipCode": "84029", "County": "Tooele", "UTA_StopID": "162005", "Latitude": 40.599789, "Longitude": -112.442258, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "162005" }, "geometry": { "type": "Point", "coordinates": [ -112.442258000004571, 40.599789000002588 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6242, "StopName": "Airport Terminal (door 2A)", "City": "Salt Lake City", "ZipCode": "84116", "County": "Salt Lake", "UTA_StopID": null, "Latitude": 40.784162, "Longitude": -111.983646, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": null }, "geometry": { "type": "Point", "coordinates": [ -111.983646000004427, 40.78416200000261 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6243, "StopName": "Washington Blvd @ 1250 S", "City": "Ogden", "ZipCode": "84404", "County": "Weber", "UTA_StopID": "623012", "Latitude": 41.243253, "Longitude": -111.969802, "AVGBoard": 0, "AVGAlight": 0, "Route": "612", "StopAbbr_J": "623012" }, "geometry": { "type": "Point", "coordinates": [ -111.969802000003909, 41.243253000002582 ] } }, -{ "type": "Feature", "properties": { "FID_1": 6245, "StopName": "Riverside Rd @ 3514 S", "City": "South Salt Lake", "ZipCode": "84119", "County": "Salt Lake", "UTA_StopID": "198327", "Latitude": 40.693304, "Longitude": -111.91758, "AVGBoard": 0, "AVGAlight": 0, "Route": null, "StopAbbr_J": "198327" }, "geometry": { "type": "Point", "coordinates": [ -111.917580000003952, 40.69330400000262 ] } } -] -} diff --git a/developer/applications/watershed-restoration-initiative/index.html b/developer/applications/watershed-restoration-initiative/index.html deleted file mode 100644 index c2e9a7357b..0000000000 --- a/developer/applications/watershed-restoration-initiative/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -layout: page_notitle -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -date: 2017-12-21 15:18:09 -0700 -title: WRI -categories: - - Developer ---- -
-

Watershed Restoration Initiative

-

Tools for creating, tracking, and implementing watershed improvement projects

-
In partnership with DTS, DNR
- -
-
- initial view of application -
A selected WRI project showing a highlighted treatment area, - project details, and adjacent projects
-
-

Why

-

WRI is a partnership among state and federal government agencies, private and public landowners, and non-profit organizations - with the purpose of actively restoring and rehabilitating Utah’s diverse landscape and waters to promote healthy and resilient - ecosystem function and biodiversity. Project origination and implementation occur at a local level, where there is the most direct - knowledge of both the challenges facing an area of need, and the solutions to correct them. Five regional teams elect their own leaders; - develop proposals across administrative boundaries; review, score and rank project proposals using a comprehensive prioritization - score sheet; and assist their members with project implementation and management.

-

To facilitate this cooperative effort, a web application was developed to track the lifecycle of projects, summarize - program metrics, and enable participation from team members throughout the state. UGRC’s development team was a natural fit - for the application due to the spatial nature of WRI project data.

-

Project Highlights

-

The WRI application was the first project to match UGRC and Utah Division of Technology Services (DTS) software engineers. - UGRC built and integrated map functionality into DTS’s Java, forms-over-data application by incorporating browser-based, desktop - GIS style spatial data editing and analysis with complex business and topology rules. The partnership among the Division of Wildlife - Resources, DTS, and UGRC to build and deploy the application proved to be successful, and award-winning.

- diff --git a/developer/applications/watershed-restoration-initiative/wri_utah_gov.png b/developer/applications/watershed-restoration-initiative/wri_utah_gov.png deleted file mode 100644 index 708aacd243..0000000000 Binary files a/developer/applications/watershed-restoration-initiative/wri_utah_gov.png and /dev/null differ diff --git a/developer/base-maps/basemap-maintenance-schedule/index.md b/developer/base-maps/basemap-maintenance-schedule/index.md deleted file mode 100644 index 71f2c8c1c1..0000000000 --- a/developer/base-maps/basemap-maintenance-schedule/index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Online Base Map Maintenance Schedule -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: - - basemap - - cache - - schedule -categories: - - Developer -date: 2011-08-05 00:05:21 -0600 ---- -UGRC plans on updating the data driving these cached base maps on a regular schedule where applicable. This way our online base map caches will remain current with the most up to date data in our SGID. - -The last updated dates for the base map are as follows: - - - -*[SGID]: State Geographic Information Database diff --git a/developer/base-maps/basemap-scales/index.md b/developer/base-maps/basemap-scales/index.md deleted file mode 100644 index 80d72d205a..0000000000 --- a/developer/base-maps/basemap-scales/index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Online Base Map Scale Information -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: - - basemap - - cache -date: 2011-08-04 23:56:06 -0600 -categories: [] ---- -The base map services that we offer fall in between the world view (scale 0) and the much more zoomed in manhole cover (scale 20). The table below describes the base map that we offer with it's min and max zoom levels. The table below that describes the scale to which that zoom level is equivalent to. - -Handling these different scales requires some extra effort within the Esri JavaScript API. In order to make these services accessible and easy to work with we have created the [layer selector](https://www.npmjs.com/package/@ugrc/layer-selector) widget. - -For a list of base maps and their corresponding scale levels [log into your discover account](https://discover.agrc.utah.gov/layers). - -| Zoom | Scale | -|--:|:--| -| 20 | 1128.497220 | -| 19 | 2256.994440 | -| 18 | 4513.988880 | -| 17 | 9027.977761 | -| 16 | 18055.955520 | -| 15 | 36111.911040 | -| 14 | 72223.822090 | -| 13 | 144447.644200 | -| 12 | 288895.288400 | -| 11 | 577790.576700 | -| 10 | 1155581.153000 | -| 9 | 2311162.307000 | -| 8 | 4622324.614000 | -| 7 | 9244649.227000 | -| 6 | 18489298.450000 | -| 5 | 36978596.910000 | -| 4 | 73957193.820000 | -| 3 | 147914387.600000 | -| 2 | 295828775.300000 | -| 1 | 591657550.500000 | -| 0 | 591657550.500000 | -|== -{: style="width:auto"} diff --git a/developer/base-maps/discover/index.md b/developer/base-maps/discover/index.md deleted file mode 100644 index 6e216e808a..0000000000 --- a/developer/base-maps/discover/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Using Discover Base Maps in your Web Applications -author: - display_name: Scott Davis - email: stdavis@utah.gov -tags: - - discover - - web services -categories: - - Developer -date: 2020-04-09 00:00:00 ---- - -Base map services hosted on discover.utah.gov are delivered via [WMTS](https://en.wikipedia.org/wiki/Web_Map_Tile_Service). WMTS is an [OGC](https://www.ogc.org/) standard for delivering tiled map data. The [Esri JavaScript API](https://developers.arcgis.com/javascript/) provides a class for interacting with these services, called a [WebTileLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WebTileLayer.html). Using this class is as simple as passing in the URL to the WMTS service with the appropriate level, column, and row tokens. For example: - -```javascript -require([ - "esri/Map", - "esri/views/MapView", - "esri/layers/WebTileLayer" -], function (Map, MapView, WebTileLayer) { - const map = new Map(); - - const layer = new WebTileLayer({ - urlTemplate: - "https://discover.agrc.utah.gov/login/path/bottle-apple-crater-oberon/tiles/lite_basemap/{level}/{col}/{row}" - }); - - map.add(layer); - - const view = new MapView({ - container: "viewDiv", - map: map, - center: [-111.5, 40], - zoom: 11 - }); -}); -``` - -You’ll notice that the URL to the service includes a quad word that is unique to your organization and project. If you don’t have a quad word, you can find the links to [register on our website](/documentation/discover/licensed-imagery). **If you are planning on using your quad word in a website or a publicly accessible place, you will need to {% include contact.html subject=page.title contact=site.data.contacts.discover hide-punctuation=true text='contact' %} to receive a special quad word for licensing reasons.** - -There is one caveat to using discover services with WebTileLayer; it does not store metadata about the service. The piece of metadata that will affect developers the most is the cache level information. WebTileLayer's cache levels are based on a suggested set that is common amongst popular tile providers. The suggested set uses 0 through 19. If the base map you are using deviates from these levels (most of our base maps are 0-19 but [there are a few exceptions](https://www.esri.com/arcgis-blog/products/product/mapping/web-map-zoom-levels-updated/?)), you will be responsible for setting those values or you will not be given the UI to see the full tile set. As you can see in the sample below it takes a fair amount of work. - -```javascript -require([ - "esri/Map", - "esri/views/MapView", - "esri/layers/WebTileLayer", - "esri/layers/support/LOD", - "esri/layers/support/TileInfo" -], function (Map, MapView, WebTileLayer, LOD, TileInfo) { - const tilesize = 256; - const earthCircumference = 40075016.685568; - const inchesPerMeter = 39.37; - const initialResolution = earthCircumference / tilesize; - - const dpi = 96; - const maxLevel = 12; - const squared = 2; - const lods = []; - for (let level = 0; level <= maxLevel; level++) { - const resolution = initialResolution / Math.pow(squared, level); - const scale = resolution * dpi * inchesPerMeter; - lods.push( - new LOD({ - level: level, - scale: scale, - resolution: resolution - }) - ); - } - - const tileInfo = { - dpi: dpi, - size: tilesize, - origin: { - x: -20037508.342787, - y: 20037508.342787 - }, - spatialReference: { - wkid: 3857 - }, - lods: lods - }; - const map = new Map(); - - const layer = new WebTileLayer({ - urlTemplate: - "https://discover.agrc.utah.gov/login/path/your-quad-word-here/tiles/lite_basemap/{level}/{col}/{row}", - tileInfo - }); - - map.add(layer); - - const view = new MapView({ - container: "viewDiv", - map: map, - center: [-111.5, 40], - zoom: 11 - }); -}); -``` - -UGRC has a widget called [layer-selector](https://www.npmjs.com/package/@ugrc/layer-selector) that handles these issues as well as makes working with basemaps more streamlined. It’s main purpose is to provide users the ability to quickly switch between basemaps and toggle associated overlays. diff --git a/developer/blog/index.md b/developer/blog/index.md deleted file mode 100644 index a037df02e8..0000000000 --- a/developer/blog/index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Dev Team Blog -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: [] -categories: - - Developer -date: 2011-06-30 16:14:07 -0500 ---- -
-{% for post in site.categories.Developer %} -
- -
- {{ post.title }} -
-

{{ post.excerpt | strip_html | truncate: 160 }}

-
-
- {% endfor %} -
diff --git a/developer/index.md b/developer/index.md deleted file mode 100644 index 4886fe69c1..0000000000 --- a/developer/index.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Developers -layout: page_nocrumb -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: - - api - - basemap - - cache - - web services - - widgets -categories: [] -date: 2011-04-05 22:01:27 -0500 ---- -
-
-

Developer Resources

- Applications -

Read about applications created by UGRC developers.

- - Online Base Maps -

UGRC's online map services are available for use at no cost, fast, accurate, and beautiful.

- - Geospatial Widgets -

UGRC’s javascript widgets allow developers to quickly add spatial functionality to their website for no cost.

- - Geospatial Web Services -

UGRC’s Web API allow developers to access spatial data from their applications and websites for no cost.

- - Developer Team Blog -

Read about work done by UGRC developers.

-
-
-

From the Developer Blog

- {% for post in site.categories.Developer limit:6 %} -
  • -
    - {{ post.title }} -

    {{ post.excerpt | strip_html | truncate: 160 }}

    -
  • - {% endfor %} -
    -
    diff --git a/developer/web-services/index.md b/developer/web-services/index.md deleted file mode 100644 index 06806ddb05..0000000000 --- a/developer/web-services/index.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Unleash the power of the SGID with the UGRC Web API -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: - - api - - web services -categories: - - Developer -date: 2011-06-30 18:23:51 ---- -The Utah Geospatial Resource Center (UGRC) is the State of Utah's map technology coordination office. The UGRC creates, maintains, and stores geospatial data in the State Geographic Information Database (SGID), a one-stop shop to hundreds of data layers developed, aggregated, or acquired by state government. [UGRC's Web API](https://api.mapserv.utah.gov) is an http-enabled service for accessing this valuable geospatial data. - -From querying any data layer in the SGID to geocoding addresses against the most accurate statewide roads dataset, the application of the API is endless. The API also powers UGRC's [widgets, toolboxes, add-ins](/products/api), [Esri locator proxy service](https://github.com/agrc/masquerade#readme), and our stand-alone [API Client desktop application](https://github.com/agrc/api-client#readme) which can help you navigate the sea of data in the SGID. - -## Possibilities -{: .text-left } - -The main endpoints that we offer in the Web API are **geocoding** and **searching**. - -_**Geocoding**_ allows you to find a geographic location (i.e., the geographical coordinates) from an address. UGRC's geocoding philosophy is unique since we would rather give you _no match_ than the wrong match. But we assure you: we will have the best match rates for Utah addresses. - -How can we be so sure?—Because we’re the experts in Utah geospatial data. - -UGRC was developed specifically to coordinate Utah-specific data, and we’ve been doing this for quite a while (30+ years. But who’s counting?). Other programs can provide you with similar data, but if you’re looking for information that considers the nuances of Utah addresses, this is it—we’ve got the most comprehensive Utah geospatial data, and we want to share it with you. - -The other main endpoint, _**searching**_, allows you to (you guessed it!) search through SGID data. With over 300 layers of real-world data that you can run queries against in the SGID, the possibilities can be a little overwhelming. But the searching endpoint really opens up the opportunity for serious information gathering. You need a way to sift through all that information and make sense of it, and our search endpoint can help you do that. - -## API in Action -{: .text-left } - -### Do you have a database full of house addresses? -{: .text-left } - -You can learn so much from a house address once it has been geocoded. When you geocode, you unlock the ability to visualize your data in a different way. And you can use our search endpoint to answer endless questions about your addresses: - -- How close is the nearest fault line? -- What school district will the kids be in? -- What is the broadband availability in my area? -- Where are the nearest public transit routes and stops? -- Where do I go to vote? -- Where is the closest post office? - -This list could go on and on. In fact, we’ve barely scratched the surface of all the great ideas you can build with our API. Take a look at our [data pages](/products/sgid/sgid-index) to get even more ideas about all the information you can extract to solve a problem or provide context. - -And to really get your imagination going, here are a few searches we’ve already done: - -- [Find out who your senator and representative are by your address.](https://le.utah.gov/GIS/findDistrict.jsp) -- [Be transparent with your customers regarding environmental hazards.](https://enviro.deq.utah.gov/) -- [Aid in the decision-making process to restore and manage ecosystems in priority areas across the state.](https://wri.utah.gov/) - -## Getting Started -{: .text-left } - -If you’re ready to explore Utah’s geospatial data and see the world around you in a different way, please refer to our [Getting Started Guide](https://developer.mapserv.utah.gov/StartupGuide) to get going with our Web API. diff --git a/developer/widgets/index.md b/developer/widgets/index.md deleted file mode 100644 index 28cf881056..0000000000 --- a/developer/widgets/index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Geospatial Widgets -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: - - add-on - - javascript - - widgets -categories: - - Developer -date: 2011-06-30 18:22:37 -0500 ---- -#### Save yourself some time and use our widgets! - -UGRC is actively developing and maintaining a core set of geospatial javascript widgets, and ArcGIS Toolbox and Add-ins. These widgets allow for developers and non-developers to incorporate geospatial functionality into their website, blog, or GIS environment. All of our widgets and add-ins are powered by our [geospatial web APIs](/products/api) that you can use to solve spatial problems, derive spatial context, or create your own add-ins, toolbox, and widgets. - -### JavaScript - -A great place to get started with web mapping javascript and our widgets is the [atlas](https://github.com/agrc/atlas) project. This is the [atlas.utah.gov](https://atlas.utah.gov) website source code and is a great example of best practices and how to structure your next project. We maintain all of our widgets in a monorepo called [kitchen-sink](https://github.com/agrc/kitchen-sink) and each of them are [published to NPM](https://www.npmjs.com/search?q=keywords%3Aagrc%2Cugrc). All of our public websites use the agrc widgets in some capacity so you may already be familiar with them! - -A few key pieces of functionality that our widgets offer are: - -- [**Geocoding addresses**](https://www.npmjs.com/package/@ugrc/dart-board) - This widget provides the UI/UX and code to allow a user to input an address and provides the developer with the coordinates for the address. -- [**Finding places**](https://www.npmjs.com/package/@ugrc/sherlock) - With this widgets, a developer can quickly setup type ahead functionality for any layer in the SGID. The geometry for the selected element is returned. Popular uses for this are, Township, Range and Section queries, and other political boundary queries. -- **UGRC Base maps** - You can also quickly add common mapping elements, like a map and [layer selector](https://www.npmjs.com/package/@ugrc/layer-selector), to your website or blog. - -Our widget library, and most all of the work that we do, is open source and accepting contributions. This easily allows for other developers to make improvements to the code. Browse our [GitHub organization](https://github.com/agrc) and fork the code! - -
    - -### ArcGIS Tools - -We have a few publicly distributed ArcGIS Tools. Tools, in the form of a toolbox or add-in, allow users to bring the convenience of our API and web widgets in to the desktop GIS environment. You can [batch geocode](https://github.com/agrc/masquerade#batch-geocoding) addresses against our [geospatial web APIs](/products/api) to get the best matches possible or [zoom to township, range, section polygons](https://github.com/agrc/trs-zoom-addin) to name a few. diff --git a/discover/images/LoganCornMazeHarvest.png b/discover/images/LoganCornMazeHarvest.png deleted file mode 100644 index 7402e84758..0000000000 Binary files a/discover/images/LoganCornMazeHarvest.png and /dev/null differ diff --git a/discover/index.html b/discover/index.html deleted file mode 100644 index 09d8ce54cf..0000000000 --- a/discover/index.html +++ /dev/null @@ -1,178 +0,0 @@ ---- -title: Discover — Our Imagery and Base Map Server -layout: page_nocrumb -author: - display_name: Rick Kelson - email: rkelson@utah.gov -tags: - - base maps - - discover - - google - - imagery -date: 2017-05-01 15:01:33 -update_date: 2018-02-26 -categories: [] ---- - -Discover Logo -

    {% include fa_icon.html plane=true class="svg-inline--fa fa-w-18 fa-fw" %} About Discover

    -

    Discover is a cloud-based server that provides UGRC's aerial imagery and base maps to anyone who wants to use them in - their GIS, CAD, or web applications. Discover delivers its services in both WMTS and WMS formats from the Open - Geospatial Consortium (OGC) for broad compatibility. Like other common web map services, they are provided in the Web - Mercator WGS84 projection (wkid/EPSG 3857).

    -

    You will need to register for a free Discover account to access these services. There are two levels of Discover - access:

    -
      -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} General access, for - anyone who wants to use our base maps, NAIP imagery, or HRO imagery.
    • -
    • {% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Licensed access, for - Utah's cities, counties, special districts, state agencies, K-12 school districts, colleges, universities, - and tribal entities (or contractors or formal partners of any of these entities). This provides access to - statewide high-resolution aerial imagery under the state's Google and Hexagon imagery licenses in - addition to the general base maps and imagery. Visit the license - information page for more details.
    • -
    -

    - Anyone can use the general access imagery and base map services from Discover! To use these services, - all you need is a free account and its corresponding quad-word connection link. -

    -

    {% include fa_icon.html keyboard=true class="svg-inline--fa fa-w-18 fa-fw" %} Sign Up

    -
    Choose the Right Form
    -

    -

    You must choose. But choose wisely, for as the true form will bring you maps, the false form will take them from you.
    — The Grail Knight (probably)
    -

    -

    To register a Discover account, fill out the appropriate form:

    -
      -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} Discover - Server Access Form, for general access. -
    • {% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Organizational - Usage Agreement Form, for licensed access by one of Utah’s cities, counties, special - districts, state agencies, school districts, colleges, universities, or tribal entities, or a contractor - or formal partner of one of these organizations. Students in the state of Utah working on school projects also - qualify for licensed access. -
    -

    - Students: Please use the Organizational - Usage Agreement Form (except for students at out-of-state schools) and provide a school-supplied e-mail if - possible. -

    -

    Once you have completed the appropriate form (please only fill out one or the other, not both), we - will review your request, create your account, and send you an e-mail with information about the services.

    -

    {% include fa_icon.html api=true class="svg-inline--fa fa-w-20 fa-fw" %} Get - Connected

    -

    Your account e-mail will contain URLs that you'll enter into your software or web application to access the WMS, - WMTS, or tile services. They contain a quad-word (e.g., - https://discover.agrc.utah.gov/login/path/your-unique-quad-word/) that is unique to your user and should - not be shared with anyone outside your immediate organization. Multiple requests from the same organization may be - given the same quad-word.

    -Example Discover URL Templates -
      -
    • WMS: https://discover.agrc.utah.gov/login/path/{quad-word}/wms -
    • WMTS: https://discover.agrc.utah.gov/login/path/{quad-word}/wmts/1.0.0/WMTSCapabilities.xml -
    • Tiles: https://discover.agrc.utah.gov/login/path/{quad-word}/tiles/{service}/{z}/{x}/{y} -
    -

    For best performance, we recommend using WMTS when possible. WMS is slower and has technical limitations that - could prevent the layer from drawing when exporting or printing maps.

    -

    Be sure to visit our Discover Server Resources and Information - page to learn more about using the Discover Server. The following topics are covered in more depth there:

    - -

    If you are looking for non-licensed imagery downloads (NAIP, HRO, etc), check out the aerial photography section of the data pages.

    -

    {% include fa_icon.html map=true class="svg-inline--fa fa-w-18 fa-fw" %} Available - Services

    -
      -
    • {% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Utah – - Approximately 6-inch natural-color aerial - photography from Hexagon collected 2021 (licensed) -
        -
      • This layer now uses the Hexagon imagery instead of the Google imagery. The most recent Google imagery is still available in the - Google service. -
      -
    • {% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Hexagon – - Approximately 6-inch natural-color aerial - photography from Hexagon collected 2021 (licensed) -
        -
      • This statewide layer is a higher-resolution copy of the 2021 NAIP imagery. This layer was previously named Hexagon 30cm -
      -
    • {% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Hexagon 15cm – - Approximately 6-inch natural-color aerial - photography from Hexagon collected 2021 (licensed) -
        -
      • This layer is a higher-resolution copy of the 2021 NAIP imagery and is now statewide -
      -
    • {% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Google – Most recent 6-inch - statewide natural-color aerial photography from - Google collected over 2011–2018 (licensed) -
    • {% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Google {year} archive – - Year-by-year updates to the Google Imagery (the latest blocks are always incorporated into the Google - service) (licensed) -
        -
      • Available Years: 2011–2018 -
      -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} Basemap-Address_Points – - Base map of address point locations -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} Basemap-Overlay – General - reference features—highways and streets, cities, address points, parcels, etc—with a transparent background, - suitable for layering over your thematic data. -
    • {% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Basemap-Hybrid – - Combination of the Overlay base map and the Utah imagery service - (licensed) -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} Basemap-Lite – A light, - muted reference base map that doesn't compete with your thematic data. -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} Basemap-Terrain – Base - map of hillshade, highways and streets, parks, forests, water, etc. -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} Basemap-Topo – Base map - of US Geological Survey topographic maps -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} - DOQ 1990s BW1-meter statewide black-and-white aerial - photography, collected in the 1990s -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} - HRO 2012 RGB12.5-cm natural-color aerial photography of - the Wasatch Front, collected in 2012 -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} NAIP {year} RGB1-meter statewide natural-color aerial photography -
        -
      • Available Years: 2006, 2009, 2011, 2014, 2016, 2018, 2021 -
      -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} NAIP {year} NRG – 1-meter - statewide color infrared aerial photography -
        -
      • Available Years: 2006, 2011, 2014, 2016, 2018, 2021 -
      -
    • {% include fa_icon.html circle=true class="svg-inline--fa fa-w-16 fa-fw" %} Hillshade – 10-meter - statewide combined hillshade and slope -
    -

    {% include fa_icon.html thumbs=true class="svg-inline--fa fa-w-16 fa-fw" %} Best Practices

    -
      -
    • We strongly recommended that you use WMTS for the best user experience. -
    • If you are, or will be, printing base maps from the web and are experiencing blank or empty output, read about our - GP proxy service or our new - serverless print proxy. -
    • Any end products using the licensed imagery must attribute Google or Hexagon. See the resources page for logos. -
    diff --git a/discover/license/index.md b/discover/license/index.md deleted file mode 100644 index 8391fee4ba..0000000000 --- a/discover/license/index.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -tags: - - discover - - license -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2015-03-10 14:54:47 -0600 -title: High-Resolution Imagery License -categories: [] ---- -### What is the High-Resolution Imagery? -{: .text-left} - -At the beginning of 2015, a coalition of state, regional, and local government agencies purchased a license to Google's state-wide, high-resolution (6-inch pixels) aerial photography as part of the state's on-going efforts to provide affordable high-resolution imagery. Google regularly updated the urban areas over the next few years, but some rural areas of the state were left with years-old imagery. - -Google announced in 2019 that they would no longer be offering their program, so we started searching for other vendors. After evaluating all our options and financial resources, we selected Hexagon Geospatial and their high-resolution imagery. The first delivery includes state-wide 30cm (~12-inch) coverage flown in 2018 (a higher resolution version of the 2018 NAIP) and 15cm (~6-inch) coverage of the Wasatch Front, Logan, and St. George flown in November 2019. The next delivery in 2021 will provide 15cm coverage of the entire state. - -We will continue to provide the previously acquired imagery from the Google contract via the various `Google` services on Discover. - -### The License -{: .text-left} - -The licenses governing both the Google and Hexagon imagery are similar, and we will group them together for this discussion. They allow **Utah's cities, counties, special districts, state agencies, school districts, colleges/universities, and tribes** to use the imagery in web and desktop mapping applications either from our streaming web service or from locally-stored files. **Contractors and formal partners of the immediate licensees** are also allowed to use the imagery. - -The imagery is hosted on the Google Cloud Platform and delivered as WMS and WMTS Open Geospatial Consortium (OGC) services via UGRC's **[Discover](/products/discover)** basemap and imagery server. You can download the original `.jp2` imagery tiles from the Discover index page or get a copy from UGRC, which keeps a master set of the imagery files. - -### Who Qualifies? -{: .text-left} - -- Utah state agencies -- Cities, counties, and other political subdivisions of the state of Utah -- Special districts (water, fire, etc) in the state of Utah -- Utah K-12 schools and institutions of higher education, including students working on school projects -- Tribal entities -- Contractors and formal partners of an immediate licensee -- Utah National Guard - -### Who Doesn't Automatically Qualify? -{: .text-left} - -- Federal agencies -- US Military -- Cities, counties, or state agencies outside of the state of Utah -- Out-of-state schools -- Non-profit entities -- Professional groups and organizations -- Community groups -- Private individuals -- Consultants and contractors - -**Note**: Federal agencies, US military entities, consultants, contractors, or other formal partners **can qualify** if they are directly performing work on behalf of a qualified licensee, but only for the specific project in the contract. - -**_If you don't qualify for the licensed imagery, you can sign up for Discover's general access services, which include NAIP imagery and the slightly older HRO imagery._** - -### Sign Up Information -{: .text-left} - -If you qualify to use the licensed imagery under the terms listed above, visit the main [Discover](/products/discover) page for sign up information and a link to the Organizational Usage Agreement. - -**Check out valuable information** and FAQs about [using Discover services](/documentation/discover). - -{% capture license %}{% include contact.html subject=page.title contact=site.data.contacts.google_imagery %}{% endcapture %} -{{ license }} - - - -Harvesting the corn maze at the American West Heritage Center, Wellsville diff --git a/discover/resources/index.md b/discover/resources/index.md deleted file mode 100644 index 21b089c036..0000000000 --- a/discover/resources/index.md +++ /dev/null @@ -1,185 +0,0 @@ ---- -tags: - - discover - - google - - imagery -author: - display_name: Rick Kelson - email: rkelson@utah.gov -date: 2015-02-09 08:00:09 -0700 -title: Discover Server Resources and Information -categories: [] ---- - -

    -{% include fa_icon.html plane=true class="svg-inline--fa fa-w-18 fa-fw" %} Discover Server -

    - -Discover provides high-performance imagery and base maps services in WMS and WMTS formats. For information about the services and directions to sign up, please see the main [Discover](/products/discover) page. - -- For imagery downloads visit the [aerial photography data page](/products/sgid/aerial-photography). -- Instructions on how to [use the Discover services in Pro/ArcMap](#adding-a-wmts-or-wms-service-to-esri-products). -- Instructions on how to [use the Discover services in CAD](#adding-a-wms-service-to-cad). -- Instructions on how to [use the Discover services in Web Maps](/documentation/discover/clients). - -### Coordinate System and Datum -{: .text-left} - -The native coordinate system for the Discover services is Web Mercator with a WGS 1984 datum (EPSG 3857). Many users work in coordinate systems with a different datum (for example, EPSG 3566: Utah Central with NAD 1983). Users who need the highest locational precision must use the appropriate [geographic transformation conversion]({% link images/Transformation.png %}) to remedy the roughly one meter difference between the WGS84 and NAD83 datums' “realization points.” UGRC uses the `NAD_1983_To_WGS_1984_5` transformation when creating base map tiles and web applications, but **there may be more accurate transformations based on the data and area you are working with**. The default (no transformation specified) will likely introduce several feet of horizontal positional error. More information about these transformations can be found on ESRI's [NAD 1983 To WGS 1984](https://support.esri.com/en/knowledgebase/techarticles/detail/24159) How-To. - -ArcGIS Pro seems to load an appropriate transformation, but you may need to set the transformation in ArcMap or other software. - -### Horizontal Positional Accuracy -{: .text-left} - -Stated horizontal accuracy of the `Google` imagery is expected to achieve or exceed one meter (CE90) in most areas without significant vertical relief. You can generally expect higher precision in urban areas where existing supplemental ground control was more abundant. - -The `Hexagon` imagery have a stated horizontal accuracies of 1.07 and 2.6 meters (CE90), respectively. - -The pre-2018 `NAIP` layers have a stated horizontal positional accuracy of 5 meters, while the `2018 and post-2018 NAIP` products have a horizontal positional accuracy of 4 meters. - -### Adding a WMTS or WMS Service to ESRI Products -{: .text-left} - -**ArcGIS Pro 2.x & 3.x:** - -1. `Insert -> Connections -> New WMTS Server` -1. Paste the `WMTS` link [you have been provided](/products/discover"view Discover sign up information") into the `Server URL:` line and click `OK` -1. Navigate to the newly added `utah imagery - WMTS on discover.agrc.utah.gov.wmts` connection under `Servers` in the Catalog window. -1. Expand the nodes until you see a list of all of the imagery and base map services that are available to your login. The full list can be viewed on the main [Discover](/products/discover) page. -1. Add your desired service to your map like you would any other layer. - -**ArcMap 10.x** - -1. `Add Data`, select `GIS Server` from the `Look in:` dropdown list, and double-click `Add WMTS server` -1. Paste the `WMTS` link [you have been provided](/products/discover"view Discover sign up information") into the `URL:` line and click `OK` (don't worry about Parameters, Server Layers, or Username/Password) -1. Navigate to the newly added `utah imagery – WMTS on discover.agrc.utah.gov` connection and **double click** to connect. - - - You can rename the connection after it has been added - -1. Expand the nodes until you see a list of all of the imagery and base map services that are available to your login. The list can be viewed on the main [Discover](/products/discover) page. -1. Add your desired service to your map like you would any other layer. - -### Adding a WMTS or WMS Service to a Web Map -{: .text-left} - -{%capture contact %}{% include contact.html subject=page.title contact=site.data.contacts.discover text='send an email to' hide-punctuation=true %}{% endcapture %} - -Interested in using UGRC's Web Mercator services in your web maps? Take a look at [this page](/documentation/discover/clients) for more information. **Remember, if the web map is going to be public facing you need to request a separate quad-word link**. To do this {{ contact }} and provide your web map URL domains. - -### Adding a WMS Service to CAD -{: .text-left} - -- **Bentley Microstation** users should take a look at the [How To document]({% link downloads/MicroStationGoogleWMS_HowTo.pdf %}). -- **AutoCAD Civil 3D** users should take a look at the [How To document](https://knowledge.autodesk.com/support/autocad-map-3d/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/MAP3D-Use/files/GUID-A9F620AD-6B9A-487D-9B33-7D365307D571-htm.html). - -### Adding a WMTS Service to QGIS -{: .text-left} - -1. Add a new "WMS/WMTS" connection and paste in the URL to the discover WMTS service. - -Read this [blog post](/blog/2015-01-20-how-to-use-agrc-base-maps-in-qgis) for more details. - -### Printing Web Maps with Discover Services -{: .text-left} - -Take a look at this blog post for information about [Printing Web Maps with Discover Services](/blog/2017-02-02-printing-web-maps-with-discover-services). - -### Google Archive Services -{: .text-left} - -

    -{% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} In addition to the statewide `Google` imagery service layer, there are archive layers available (ex. `Google 2011archive`) of the Google imagery organized by year collected. -

    - -### Licensed Imagery Flight Dates -{: .text-left} - -

    -{% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} The flight dates of each Hexagon imagery flight line are in the `opensgid.indices.hexagon_service_dates` SGID layer. This layer is also available on our [Open Data site](https://opendata.gis.utah.gov/datasets/utah-hexagon-service-dates), where you can get a link to the web service or download it in the format of your choice. -

    - -

    -{% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} Similarly, the dates of the 'Google' imagery service layer are stored in the `opensgid.indices.google_service_dates` SGID layer available on our [Open Data site](https://opendata.gis.utah.gov/datasets/utah-google-service-dates). -

    - -### Pro/ArcMap User Considerations -{: .text-left} - -{%capture contact2 %}{% include contact.html subject=page.title contact=site.data.contacts.discover text='please contact' %}{% endcapture %} - -Legacy username/password users: If you have not yet received quad-word links to the service (ex. `https://discover.agrc.utah.gov/login/path/your-unique-quad-word/`) that do not require a username and password, {{ contact2 }} - -Users experiencing problems with the service, such as blurry tiles or different year vintages at different scales, may need to clear their local cache: - -- **ArcMap** Go to the service’s `Layer Properties -> Cache` tab and selecting `Clear Local Cache Now`. Be patient as this could take several minutes. If the blurry tiles persist you have the options to `Clear cache when the session ends` or `Don't cache any data locally`. Another option is to completely clear your ArcMap cache by going to `Customize -> ArcMap Options -> Display Cache -> Clear Cache`. - -- **ArcGIS Pro** Go to the service’s `Layer Properties -> Cache` tab and selecting `Clear Cache`. You can also clear your entire Pro cache by going to the Pro project's `Options -> Display` and check `Clear cache` and selecting `OK`. - -**ArcMap 10 and 10.1 users** should use WMS instead of WMTS. ArcMap 10 and below do not support WMTS, and ArcMap 10.1 [has issues](https://community.esri.com/thread/58788) rendering WMTS data. - -### Usage Tracking -{: .text-left} - -Individual organizations will be provided URL links for the Discover services that are unique to their organization. This will allow us to track general usage metrics and monitor the performance of the services. Do not distribute your URL links outside of your organization or division. - -### Citation and Logos -{: .text-left} - -

    -{% include fa_icon.html lock=true class="svg-inline--fa fa-w-14 fa-fw" %} As part of our licenses with Google and Hexagon, you must provide proper attribution of any products created with their imagery. -

    - -- **Hexagon** requires the following attribution on any products made using the Hexagon imagery (15/30cm imagery 2018 and later): - - - Print: "© 2020 HxGN Content Program, Hexagon", with the year being the first year you published the product. - - Online: "© 2020 [HxGN Content Program](https://hxgncontent.com), Hexagon", with the year being the first year you published the product and the text `HxGN Content Program` linking to [https://hxgncontent.com](https://hxgncontent.com) - -- **Google** requires you to put the appropriate logo [(zipfile)]({% link downloads/google_logos.zip %}) on any products made using the Google imagery (6" imagery earlier than 2018): - - - ![white transparent]({% link images/ImageryCGoogle_WhiteTransparent.png %}){: loading="lazy" } - - ![white on black]({% link images/ImageryCGoogle_WhiteOnBlack.png %}){: loading="lazy" } - {: .dotless} - -For products that use the UGRC-produced basemaps, please include a short attribution that complies with the main [UGRC Data License and Disclaimer](/documentation/policy/license-disclaimer) guidelines. - -### Requests for On-Premise Use -{: .text-left} - -{%capture contact3 %}{% include contact.html subject=page.title contact=site.data.contacts.discover text='Please provide the following information to' hide-punctuation=true %}{% endcapture %} - -You may request a local copy of the NAIP, HRO, Hexagon, and Google imagery for off-line consumption when the provided imagery service does not meet your needs. {{ contact3 }} for consideration: - -- Name & organization -- Reason for request -- Working on behalf of (for licensed Hexagon/Google imagery) -- Project names -- Project locations - -### Layers Not Exporting When Using WMS -{: .text-left} - -If you are using a WMS connection, you may find that the Discover layer does not show up when you export or print your map. This is due to a technical limitation of the WMS protocol. The only fixes are to use WMTS, export at a lower resolution, or use a local copy (for aerial imagery). - -**Background** - -In WMS, the client (ArcMap, a browser, etc) requests a map of a specific extent and resolution. The server creates a single image matching the request and returns it to the client—a 8.5" x 11" image at 100 dpi would be 850 x 1,100 pixels (just shy of one megapixel). Every time the user pans or zooms, the server creates and sends a completely new image, which consumes server processing power and bandwidth. To maintain performance for all users, WMS servers will not create and return an image if its dimensions exceed a certain size. - -Applications like ArcMap and web browsers have a relatively small window and use a resolution of 96 dpi, resulting in requests that fit within the server's allowed size. However, exporting a 20" x 30" map at 300 dpi results in a 6,000 x 9,000 pixel (54 megapixel) image. This far exceeds the server's limit, so it does not return an image. ArcMap dutifully finishes exporting the map instead of raising an error, resulting in a map without the layer. You can try changing the Output Image Quality (Resample Ratio) setting to reduce the requested resolution, but the output quality will suffer. - -In contrast, WMTS works by delivering a set of fixed-dimension tiles at the requested zoom level that cover the requested extent. Because the tiles are pre-rendered, all the server has to do is figure out which tiles to send and then send them—and this is sped up by the client caching previously received tiles and only requesting ones it hasn't seen yet. This allows WMTS to quickly serve up tiles for much larger and/or more detailed maps than WMS without clogging the server. - -### Small Text/Symbology in QGIS -{: .text-left} - -When using the basemap services in QGIS, you may experience small text and symbology when using bilinear or cubic resampling at scales other than the normal [web map scales](https://www.esri.com/arcgis-blog/products/product/mapping/web-map-zoom-levels-updated/). The resampling settings are defined in `Layer Properties > Symbology > Resampling`. Using bilinear or cubic resampling can look much better than the default nearest neighbor method. - -This behavior is controlled by the "oversampling" value. At values greater than `1.00`, the text/symbology can appear smaller (QGIS is sending a "zoomed out" WMTS request and sampling it down to your desired scale). At values less than `1.00`, text/symbology can appear larger (it sends a "zoomed in" request and samples it up). QGIS uses the resampling method selected in the "in" dropdown at values less than `1.00`, and the "out" method at values greater than `1.00`. - -### Other Tidbits -{: .text-left} - -- We suggest that you occasionally refresh the connection to the imagery services by right-clicking your service connection in ArcCatalog or ArcMap's Catalog Viewer and selecting the `Refresh` button to see the latest list of available services. -- Since the Google acquisition flight blocks are not done all at once (as opposed to the NAIP products, which cover the whole state for every acquisition), there will be distinct color and positional changes at flight block boundaries. For large area maps, the color-balanced NAIP may be a more aesthetically pleasing cartographic choice. -- UGRC has downloaded a statewide master set of the image files for redistribution, as the download process directly from the Google Cloud Platform incurs transactional costs for cloud server & bandwidth usage. -- UGRC has a [feedback reporting form](https://docs.google.com/a/utah.gov/forms/d/1UGU77SPM_HX0r8zblIs05C-H5mLyRja1gRT7Fu4aKZk/viewform?fbzx=-6743712545663240221) for imagery users around the state to report imagery and service issues so they can be passed along to the imagery producers. Please submit your feedback through this form. diff --git a/downloads/AGRCNewsletter_April2013.pdf b/downloads/AGRCNewsletter_April2013.pdf deleted file mode 100644 index 5164b876df..0000000000 Binary files a/downloads/AGRCNewsletter_April2013.pdf and /dev/null differ diff --git a/downloads/AGRCNewsletter_December2012.pdf b/downloads/AGRCNewsletter_December2012.pdf deleted file mode 100644 index 3d6c1cf6ec..0000000000 Binary files a/downloads/AGRCNewsletter_December2012.pdf and /dev/null differ diff --git a/downloads/AGRCNewsletter_June2013.pdf b/downloads/AGRCNewsletter_June2013.pdf deleted file mode 100644 index 9421b517ae..0000000000 Binary files a/downloads/AGRCNewsletter_June2013.pdf and /dev/null differ diff --git a/downloads/AGRCNewsletter_March2013.pdf b/downloads/AGRCNewsletter_March2013.pdf deleted file mode 100644 index cdc7abe8d0..0000000000 Binary files a/downloads/AGRCNewsletter_March2013.pdf and /dev/null differ diff --git a/downloads/AGRCNewsletter_November2012.pdf b/downloads/AGRCNewsletter_November2012.pdf deleted file mode 100644 index 6b1ce9fbc4..0000000000 Binary files a/downloads/AGRCNewsletter_November2012.pdf and /dev/null differ diff --git a/downloads/ASCII_Elevation_Data.doc b/downloads/ASCII_Elevation_Data.doc deleted file mode 100644 index 8dbc9d4705..0000000000 Binary files a/downloads/ASCII_Elevation_Data.doc and /dev/null differ diff --git a/downloads/Address_Point_Database_Values_V1_051914.pdf b/downloads/Address_Point_Database_Values_V1_051914.pdf deleted file mode 100644 index 0f0a7f4e19..0000000000 Binary files a/downloads/Address_Point_Database_Values_V1_051914.pdf and /dev/null differ diff --git a/downloads/GPS-Network-Funding-Request.pdf b/downloads/GPS-Network-Funding-Request.pdf deleted file mode 100644 index 82431c2c78..0000000000 Binary files a/downloads/GPS-Network-Funding-Request.pdf and /dev/null differ diff --git a/downloads/western_grid_references.pdf b/downloads/western_grid_references.pdf deleted file mode 100644 index ded5fe30f8..0000000000 Binary files a/downloads/western_grid_references.pdf and /dev/null differ diff --git a/gps/documents/Nevada-Network.kml b/gps/documents/Nevada-Network.kml deleted file mode 100644 index d0f60f7b0e..0000000000 --- a/gps/documents/Nevada-Network.kml +++ /dev/null @@ -1,2069 +0,0 @@ - - - - NevadaNetwork - -

    This data represents The Utah Reference Network Global Positioning System (TURN GPS) base station locations. It models the current base station locations on the network. In some areas we extends past the boundary of Utah when we have been invited by those communities.

    ]]> - - NevadaNetwork - -

    This data represents The Utah Reference Network Global Positioning System (TURN GPS) base station locations. It models the current base station locations on the network. In some areas we extends past the boundary of Utah when we have been invited by those communities.

    ]]> - - DOT1_Carson City - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    DOT1_Carson City
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEDOT1_Carson City
    Latitude39° 9' 22.281" N
    Longitude119° 45' 48.306" W
    Ellipsoid_Height1416.429 m
    LAT_DD39.156189
    LOND_DD-119.763423
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATION1263 S. Stewart St., Carson City, Nevada 89712                                                      
    StationCodeDOT1
    AntennaTypeTrimble Zephyr Geodetic Model 2 
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.7634311920933,39.15619445879881,0 - -
    - - FLN1_Fallon - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FLN1_Fallon
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEFLN1_Fallon
    Latitude39° 27' 59.828" N
    Longitude118° 45' 49.442" W
    Ellipsoid_Height1187.939 m
    LAT_DD39.466619
    LOND_DD-118.763732
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATION888 Harigan Road, Fallon, Nevada 89406
    StationCodeFLN1
    AntennaTypeTrimble Zephyr Geodetic Model 2 
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -118.7637468093061,39.46662433060913,0 - -
    - - COPF1_Fernley - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    COPF1_Fernley
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMECOPF1_Fernley
    Latitude39° 36' 18.048" N
    Longitude119° 14' 26.219" W
    Ellipsoid_Height1252.621 m
    LAT_DD39.605013
    LOND_DD-119.240618
    STATUSO
    TYPE_OF_STATIONNETR3
    LOCATIONFernley City Hall, 595 Silver Lace Blvd, Fernley, Nevada
    StationCodeCOPF1
    AntennaTypeTRM33429.00+GP Trimble L1/L2 Microcentered
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.2406292812475,39.6050186068723,0 - -
    - - GARD_Gardnerville - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GARD_Gardnerville
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEGARD_Gardnerville
    Latitude38° 54' 44.893" N
    Longitude119° 41' 31.778" W
    Ellipsoid_Height1497.158 m
    LAT_DD38.91247
    LOND_DD-119.692166
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATION
    StationCodeGARD
    AntennaTypeTRM41249.00 with TZGD with Radome
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.6921733737639,38.91247548097593,0 - -
    - - GERL_Gerlach - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GERL_Gerlach
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEGERL_Gerlach
    Latitude40° 38' 59.293" N
    Longitude119° 21' 39.050" W
    Ellipsoid_Height1187.435 m
    LAT_DD40.649804
    LOND_DD-119.360844
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONWashoe County Roads Dept Yard, 180 Del Ora Ave, Gerlach, Nevada
    StationCodeGERL
    AntennaTypeTRM33429.00+GP Trimble L1/L2 Microcentered
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.3608603476817,40.6498090125107,0 - -
    - - INV1_Incline Village - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    INV1_Incline Village
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEINV1_Incline Village
    Latitude39° 15' 7.667" N
    Longitude119° 58' 13.727" W
    Ellipsoid_Height1948.714 m
    LAT_DD39.25213
    LOND_DD-119.970487
    STATUSO
    TYPE_OF_STATIONNETR5
    LOCATIONWashoe County Roads Department, Incline Village, Nevada 89451
    StationCodeINV1
    AntennaTypeTrimble Zephyr Geodetic
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.9704927256947,39.25213497377243,0 - -
    - - RNO1_Northwest Reno - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    RNO1_Northwest Reno
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMERNO1_Northwest Reno
    Latitude39° 32' 16.447" N
    Longitude119° 53' 8.872" W
    Ellipsoid_Height1531.277 m
    LAT_DD39.537902
    LOND_DD-119.885799
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONNorthwest Reno Library, 2325 Robb Dr, Reno, Nevada 89712
    StationCodeRNO1
    AntennaTypeTrimble Zephyr Geodetic
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.8858108085064,39.53790733382798,0 - -
    - - SSB2_Sparks (Spanish Springs) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SSB2_Sparks (Spanish Springs)
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMESSB2_Sparks (Spanish Springs)
    Latitude39° 37' 14.509" N
    Longitude119° 43' 21.257" W
    Ellipsoid_Height1357.915 m
    LAT_DD39.620697
    LOND_DD-119.722573
    STATUSO
    TYPE_OF_STATIONNETRS
    LOCATION7200 Pyramid Way, Sparks, Nevada 89441
    StationCodeSSB2
    AntennaTypeTrimble Zephyr Geodetic
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.7225845187857,39.6207022430257,0 - -
    - - STEA_Reno - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STEA_Reno
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMESTEA_Reno
    Latitude39° 37' 31.939" N
    Longitude119° 53' 1.160" W
    Ellipsoid_Height1534.864 m
    LAT_DD39.625539
    LOND_DD-119.883657
    STATUSO
    TYPE_OF_STATIONNETR5
    LOCATIONTruckee Meadows Fire Protection District, Station 3, 10575 Silver Lake Blvd, Reno, Nevada
    StationCodeSTEA
    AntennaTypeTrimble Zephyr Geodetic
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.8836685879498,39.62554387186072,0 - -
    - - YER1_Yerington - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    YER1_Yerington
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEYER1_Yerington
    Latitude38° 59' 31.287" N
    Longitude119° 9' 44.123" W
    Ellipsoid_Height1317.903 m
    LAT_DD38.992024
    LOND_DD-119.162263
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONNDOT Maintenance Yard, Yerington, Nevada
    StationCodeYER1
    AntennaTypeTrimble Zephyr Geodetic Model 2 
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.162269221553,38.99202955187835,0 - -
    - - WWRF_Sparks - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    WWRF_Sparks
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWWRF_Sparks
    Latitude39° 31' 12.718" N
    Longitude119° 42' 10.277" W
    Ellipsoid_Height1326.259 m
    LAT_DD39.5202
    LOND_DD-119.702857
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONWaste Water Reclamation Facility, 8500 Clean Water Way, Sparks, Nevada
    StationCodeWWRF
    AntennaTypeTrimble Zephyr Geodetic
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.70286785646,39.52020484515627,0 - -
    - - NVMM_Monsen Marty - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NVMM_Monsen Marty
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVMM_Monsen Marty
    Latitude39° 26' 57.500" N
    Longitude119° 46' 49.200" W
    Ellipsoid_Height1354.877 m
    LAT_DD39.449306
    LOND_DD-119.780309
    STATUSO
    TYPE_OF_STATIONNETR3
    LOCATION8249 Rocky Meadows Cir, Reno, NV 89511
    StationCodeNVMM
    AntennaType<Null>
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.7803463415345,39.44931084245144,0 - -
    - - NVP2_Silver Springs - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NVP2_Silver Springs
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVP2_Silver Springs
    Latitude39° 24' 10.600" N
    Longitude119° 15' 9.100" W
    Ellipsoid_Height<Null>
    LAT_DD39.402944
    LOND_DD<Null>
    STATUSP
    TYPE_OF_STATIONNETR5
    LOCATION1991 US-50, Silver Springs, NV 89429
    StationCodeNVP2
    AntennaType<Null>
    NetworkNevada GPS
    Photos<Null>
    - -
    - - - -]]>
    - - 0clampToGround - -119.2525406928835,39.402949768631,0 - -
    - - - - diff --git a/gps/documents/TURN-Network.kml b/gps/documents/TURN-Network.kml deleted file mode 100644 index 6ecb11d524..0000000000 --- a/gps/documents/TURN-Network.kml +++ /dev/null @@ -1,9407 +0,0 @@ - - - - TURN - -

    This data represents The Utah Reference Network Global Positioning System (TURN GPS) base station locations. It models the current base station locations on the network. In some areas we extends past the boundary of Utah when we have been invited by those communities.

    ]]> - - TURN - -

    This data represents The Utah Reference Network Global Positioning System (TURN GPS) base station locations. It models the current base station locations on the network. In some areas we extends past the boundary of Utah when we have been invited by those communities.

    ]]> - - CNC1_Rangley - - - - - - - - - - - - - - -
    CNC1_Rangley
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMECNC1_Rangley
    Latitude40° 4' 37.568" N
    Longitude108° 47' 22.422876'' W
    Ellipsoid_Height1651.4226 m
    LAT_DD40.077102
    LOND_DD-108.789562
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONRangley, Rio Blanco Co., CO
    StationCodeCNC1
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.7895728976821,40.07710829043162,0 - -
    - - MC03_Fruita - - - - - - - - - - - - - - -
    MC03_Fruita
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEMC03_Fruita
    Latitude39° 11' 23.784" N
    Longitude108° 43' 50.180074'' W
    Ellipsoid_Height1379.9854 m
    LAT_DD39.18994
    LOND_DD-108.730606
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONFruita, Mesa Co., CO
    StationCodeMC03
    AntennaTypeTRIMBLE_TRM29659.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.7306164728089,39.18994607053887,0 - -
    - - MC04_Gateway - - - - - - - - - - - - - - -
    MC04_Gateway
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEMC04_Gateway
    Latitude38° 41' 2.974" N
    Longitude108° 58' 25.823348'' W
    Ellipsoid_Height1401.6941 m
    LAT_DD38.68416
    LOND_DD-108.97384
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONGateway, Mesa Co., CO
    StationCodeMC04
    AntennaTypeTRIMBLE_TRM41249.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.9738507162289,38.68416555609253,0 - -
    - - MC09_Nucla - - - - - - - - - - - - - - -
    MC09_Nucla
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEMC09_Nucla
    Latitude38° 14' 35.613" N
    Longitude108° 33' 29.2823'' W
    Ellipsoid_Height1793.7967 m
    LAT_DD38.243226
    LOND_DD-108.558134
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONNucla, Montrose Co., CO
    StationCodeMC09
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.5581446814049,38.24323192857309,0 - -
    - - UTBE_Beryl Junction - - - - - - - - - - - - - - -
    UTBE_Beryl Junction
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTBE_Beryl Junction
    Latitude37° 42' 22.689" N
    Longitude113° 39' 3.90892'' W
    Ellipsoid_Height1562.6338 m
    LAT_DD37.706303
    LOND_DD-113.651919
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 4523 Beryl Jct., Iron Co., UT
    StationCodeUTBE
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -113.6510975279244,37.70630807312567,0 - -
    - - UTBL_Blanding - - - - - - - - - - - - - - -
    UTBL_Blanding
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTBL_Blanding
    Latitude37° 38' 17.021" N
    Longitude109° 29' 00.79025'' W
    Ellipsoid_Height1883.4671 m
    LAT_DD37.638061
    LOND_DD-109.483553
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONBlanding City, San Juan Co., UT
    StationCodeUTBL
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -109.4836054107597,37.63806716578248,0 - -
    - - UTBO_Bountiful - - - - - - - - - - - - - - -
    UTBO_Bountiful
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTBO_Bountiful
    Latitude40° 52' 50.685" N
    Longitude111° 52' 43.62557'' W
    Ellipsoid_Height1330.308 m
    LAT_DD40.880746
    LOND_DD-111.886304
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONBountiful City, Davis Co. UT
    StationCodeUTBO
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.878795976612,40.88075195590793,0 - -
    - - UTCE_Cedar City - - - - - - - - - - - - - - -
    UTCE_Cedar City
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTCE_Cedar City
    Latitude37° 42' 15.174" N
    Longitude113° 5' 12.502521'' W
    Ellipsoid_Height1705.4115 m
    LAT_DD37.704215
    LOND_DD-113.086806
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT District 4, Cedar City, Iron Co., UT
    StationCodeUTCE
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -113.0868178830624,37.7042207144428,0 - -
    - - UTCR_Calvin Rampton - - - - - - - - - - - - - - -
    UTCR_Calvin Rampton
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTCR_Calvin Rampton
    Latitude40° 40' 15.728" N
    Longitude111° 57' 24.45491'' W
    Ellipsoid_Height1319.506 m
    LAT_DD40.671036
    LOND_DD-111.956793
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Main Office, Taylorsville, Salt Lake Co., UT
    StationCodeUTCR
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.9568047878528,40.67104168919213,0 - -
    - - UTDE_Delta - - - - - - - - - - - - - - -
    UTDE_Delta
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTDE_Delta
    Latitude39° 21' 12.744" N
    Longitude112° 34' 43.00269'' W
    Ellipsoid_Height1403.1338 m
    LAT_DD39.35354
    LOND_DD-112.578612
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONDelta, Millard Co., UT
    StationCodeUTDE
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.578626181182,39.35354583381416,0 - -
    - - UTD2_Duchesne 2 - - - - - - - - - - - - - - -
    UTD2_Duchesne 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTD2_Duchesne 2
    Latitude40° 10' 18.084" N
    Longitude110° 24' 0.487964'' W
    Ellipsoid_Height1680.104 m
    LAT_DD40.17169
    LOND_DD-110.400136
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONCity-County Bld. Duchesne, Duchesne Co., UT
    StationCodeUTD2
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.4001468523874,40.17169614919525,0 - -
    - - UTEL_Eastland - - - - - - - - - - - - - - -
    UTEL_Eastland
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTEL_Eastland
    Latitude37° 48' 7.908" N
    Longitude109° 8' 5.63848'' W
    Ellipsoid_Height2087.7534 m
    LAT_DD37.802197
    LOND_DD-109.1349
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONEastland, San Juan Co., UT
    StationCodeUTEL
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -109.1349101796526,37.80220244410659,0 - -
    - - UTE2_Eureka 2 - - - - - - - - - - - - - - -
    UTE2_Eureka 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTE2_Eureka 2
    Latitude39° 57' 34.889" N
    Longitude112° 6' 13.268" W
    Ellipsoid_Height1995.427 m
    LAT_DD39.959691
    LOND_DD-112.103686
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 3421 Eureka, Juab Co., UT
    StationCodeUTE2
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.1036973133528,39.95969734634496,0 - -
    - - UTFI_Fillmore - - - - - - - - - - - - - - -
    UTFI_Fillmore
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTFI_Fillmore
    Latitude38° 58' 4.308" N
    Longitude112° 19' 27.487002'' W
    Ellipsoid_Height1562.6261 m
    LAT_DD38.967863
    LOND_DD-112.324302
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONFillmore, Millard Co., UT
    StationCodeUTFI
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.3243135123234,38.96786916057189,0 - -
    - - UTGK_Grassy Knoll - - - - - - - - - - - - - - -
    UTGK_Grassy Knoll
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTGK_Grassy Knoll
    Latitude40° 45' 41.609" N
    Longitude113° 0' 37.55615'' W
    Ellipsoid_Height1410.4524 m
    LAT_DD40.761558
    LOND_DD-113.010432
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT, Grassy Knoll I-15 Rest Area, Tooele Co., UT
    StationCodeUTGK
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -113.0104443100854,40.76156410289544,0 - -
    - - UTGN_Garrison - - - - - - - - - - - - - - -
    UTGN_Garrison
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTGN_Garrison
    Latitude38° 56' 16.284" N
    Longitude114° 2' 2.67844'' W
    Ellipsoid_Height1592.6022 m
    LAT_DD38.937857
    LOND_DD-114.034077
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 4533 Garrison, Millard Co., UT
    StationCodeUTGN
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -114.0340892423019,38.93786246290765,0 - -
    - - UTGR_Grantsville - - - - - - - - - - - - - - -
    UTGR_Grantsville
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTGR_Grantsville
    Latitude40° 36' 17.442" N
    Longitude112° 29' 11.80159'' W
    Ellipsoid_Height1319.9144 m
    LAT_DD40.604845
    LOND_DD-112.486612
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 2422 Grantsville, Tooele Co., UT
    StationCodeUTGR
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -112.4866232728659,40.60485096050401,0 - -
    - - UTGV_Green River - - - - - - - - - - - - - - -
    UTGV_Green River
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTGV_Green River
    Latitude38° 59' 45.777" N
    Longitude110° 9' 25.929692'' W
    Ellipsoid_Height1227.2822 m
    LAT_DD38.996049
    LOND_DD-110.157203
    STATUSO
    TYPE_OF_STATIONNETR5
    LOCATIONUDOT Shed 4432 Green River, Emery Co., UT
    StationCodeUTGV
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.1572138373315,38.99605514848953,0 - -
    - - UTHA_Hanksville - - - - - - - - - - - - - - -
    UTHA_Hanksville
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTHA_Hanksville
    Latitude38° 22' 29.208" N
    Longitude110° 43' 16.74216'' W
    Ellipsoid_Height1299.0365 m
    LAT_DD38.37478
    LOND_DD-110.721317
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 4332 Hanksville, Wayne Co., UT
    StationCodeUTHA
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.7213284308963,38.37478591912746,0 - -
    - - UTHE_Heber - - - - - - - - - - - - - - -
    UTHE_Heber
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTHE_Heber
    Latitude40° 30' 24.965" N
    Longitude111° 24' 12.21171'' W
    Ellipsoid_Height1708.9176 m
    LAT_DD40.506935
    LOND_DD-111.403392
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONHeber, Wasatch Co., UT
    StationCodeUTHE
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.40340378363,40.50694072811645,0 - -
    - - UTHR_Herriman - - - - - - - - - - - - - - -
    UTHR_Herriman
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTHR_Herriman
    Latitude40° 30' 55.586" N
    Longitude112° 1' 57.15346'' W
    Ellipsoid_Height1476.837 m
    LAT_DD40.515441
    LOND_DD-112.016922
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONHerriman City, Salt Lake Co., UT
    StationCodeUTHR
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.0325543020095,40.5154465945757,0 - -
    - - UTHU_Huntsville - - - - - - - - - - - - - - -
    UTHU_Huntsville
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTHU_Huntsville
    Latitude41° 15' 37.696" N
    Longitude111° 42' 38.75063'' W
    Ellipsoid_Height1534.7873 m
    LAT_DD41.260471
    LOND_DD-111.710764
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 1425 Huntsville, Weber Co., UT
    StationCodeUTHU
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.7107757781123,41.26047731366655,0 - -
    - - UTJU_Junction - - - - - - - - - - - - - - -
    UTJU_Junction
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTJU_Junction
    Latitude38° 14' 41.301" N
    Longitude112° 13' 14.81940'' W
    Ellipsoid_Height1828.2247 m
    LAT_DD38.244806
    LOND_DD-112.220783
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 4326 Junction, Piute Co., UT
    StationCodeUTJU
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -112.2207946748691,38.24481168892446,0 - -
    - - UTKA_Kanab - - - - - - - - - - - - - - -
    UTKA_Kanab
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTKA_Kanab
    Latitude37° 2' 58.368" N
    Longitude112° 31' 39.79905'' W
    Ellipsoid_Height1501.5324 m
    LAT_DD37.049547
    LOND_DD-112.527722
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONKanab, Kane Co., UT
    StationCodeUTKA
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -112.527733327586,37.04955222917634,0 - -
    - - UTKM_Kamas - - - - - - - - - - - - - - -
    UTKM_Kamas
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTKM_Kamas
    Latitude40° 38' 10.157" N
    Longitude111° 16' 35.51623'' W
    Ellipsoid_Height1978.2068 m
    LAT_DD40.636155
    LOND_DD-111.276532
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONUDOT Shed 2437 Kamas, Summit Co., UT
    StationCodeUTKM
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.2765439681938,40.63616067205038,0 - -
    - - UTLN_Logan - - - - - - - - - - - - - - -
    UTLN_Logan
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTLN_Logan
    Latitude41° 44' 11.471" N
    Longitude111° 50' 11.99495'' W
    Ellipsoid_Height1376.4264 m
    LAT_DD41.73652
    LOND_DD-111.836665
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONLogan City, Cache Co., UT
    StationCodeUTLN
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.8351424074615,41.73652593586441,0 - -
    - - UTLO_Loa - - - - - - - - - - - - - - -
    UTLO_Loa
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTLO_Loa
    Latitude38° 24' 6.525" N
    Longitude111° 38' 36.01518'' W
    Ellipsoid_Height2144.0321 m
    LAT_DD38.401813
    LOND_DD-111.643338
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONLoa, Wayne Co., UT
    StationCodeUTLO
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.6433489436843,38.40181841717845,0 - -
    - - UTLS_LaSal - - - - - - - - - - - - - - -
    UTLS_LaSal
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTLS_LaSal
    Latitude38° 18' 25.165" N
    Longitude109° 16' 21.75933'' W
    Ellipsoid_Height2065.1531 m
    LAT_DD38.30699
    LOND_DD-109.272711
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONLaSal, San Juan Co., UT
    StationCodeUTLS
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -109.2727218257769,38.30699629175822,0 - -
    - - UTMT_Manti City - - - - - - - - - - - - - - -
    UTMT_Manti City
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMT_Manti City
    Latitude39° 15' 52.099" N
    Longitude111° 38' 11.669" W
    Ellipsoid_Height1712.62 m
    LAT_DD39.264472
    LOND_DD-111.636575
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONManti DWS, Sanpete Co., UT
    StationCodeUTMT
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.6365862747615,39.2644779162794,0 - -
    - - UTMB_Moab - - - - - - - - - - - - - - -
    UTMB_Moab
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMB_Moab
    Latitude38° 34' 26.115" N
    Longitude109° 32' 54.48918'' W
    Ellipsoid_Height1217.8506 m
    LAT_DD38.573921
    LOND_DD-109.548469
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONMoab, Grand Co., UT
    StationCodeUTMB
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -109.5484801395863,38.57392691104354,0 - -
    - - UTMC_Montezuma Creek - - - - - - - - - - - - - - -
    UTMC_Montezuma Creek
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMC_Montezuma Creek
    Latitude37° 15' 36.547" N
    Longitude109° 18' 21.63697'' W
    Ellipsoid_Height1339.5638 m
    LAT_DD37.260152
    LOND_DD-109.30601
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONMontezuma Creek, San Juan Co.,UT
    StationCodeUTMC
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -109.3060211240612,37.26015777779785,0 - -
    - - UTMI_Milford - - - - - - - - - - - - - - -
    UTMI_Milford
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMI_Milford
    Latitude38° 23' 48.131" N
    Longitude113° 0' 45.07394'' W
    Ellipsoid_Height1506.239 m
    LAT_DD38.396703
    LOND_DD-113.01033
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONMilford City, Beaver Co., UT
    StationCodeUTMI
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -113.0125249477964,38.39670871076212,0 - -
    - - UTMN_Manila - - - - - - - - - - - - - - -
    UTMN_Manila
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMN_Manila
    Latitude40° 59' 46.260" N
    Longitude109° 43' 3.70829'' W
    Ellipsoid_Height1948.873 m
    LAT_DD40.996183
    LOND_DD-109.717697
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONManila, Daggett Co., UT
    StationCodeUTMN
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -109.7177081915044,40.9961895797577,0 - -
    - - UTMV_Monument Valley - - - - - - - - - - - - - - -
    UTMV_Monument Valley
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMV_Monument Valley
    Latitude36° 59' 56.921" N
    Longitude110° 10' 37.41450'' W
    Ellipsoid_Height1574.0858 m
    LAT_DD36.999145
    LOND_DD-110.17706
    STATUSO
    TYPE_OF_STATIONNETR3
    LOCATIONMonument Valley, San Juan Co., UT
    StationCodeUTMV
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -110.1770705581321,36.99915055566844,0 - -
    - - UTNE_Nephi - - - - - - - - - - - - - - -
    UTNE_Nephi
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTNE_Nephi
    Latitude39° 42' 37.972" N
    Longitude111° 50' 8.00878'' W
    Ellipsoid_Height1561.0336 m
    LAT_DD39.710548
    LOND_DD-111.835558
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONNephi, Juab Co., UT
    StationCodeUTNE
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.8355695126325,39.71055376772253,0 - -
    - - UTOC_Orem City - - - - - - - - - - - - - - -
    UTOC_Orem City
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTOC_Orem City
    Latitude40° 17' 54.890" N
    Longitude111° 41' 11.47676'' W
    Ellipsoid_Height1453.351 m
    LAT_DD40.298581
    LOND_DD-111.686521
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONOrem City, Utah Co., UT
    StationCodeUTOC
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.6865330849468,40.29858663870111,0 - -
    - - UTOG_Ogden - - - - - - - - - - - - - - -
    UTOG_Ogden
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTOG_Ogden
    Latitude41° 13' 10.513" N
    Longitude111° 58' 16.24597'' W
    Ellipsoid_Height1345.3595 m
    LAT_DD41.219587
    LOND_DD-111.971179
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONWashington Blvd, 24 St Odgen City, Weber Co., UT
    StationCodeUTOG
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.9711913268772,41.21959290646533,0 - -
    - - UTPC_Park City - - - - - - - - - - - - - - -
    UTPC_Park City
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTPC_Park City
    Latitude40° 38' 39.241" N
    Longitude111° 29' 40.56345'' W
    Ellipsoid_Height2159.2643 m
    LAT_DD40.644234
    LOND_DD-111.494601
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONPark City, Summit Co., UT
    StationCodeUTPC
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.4946127551394,40.64423963587755,0 - -
    - - UTP2_Price 2 - - - - - - - - - - - - - - -
    UTP2_Price 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTP2_Price 2
    Latitude39° 35' 57.066" N
    Longitude110° 48' 31.32937'' W
    Ellipsoid_Height1714.2069 m
    LAT_DD39.599185
    LOND_DD-110.761535
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONPrice, Carbon Co., UT
    StationCodeUTP2
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.8087139151032,39.59919105187984,0 - -
    - - UTPV_Park Valley - - - - - - - - - - - - - - -
    UTPV_Park Valley
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTPV_Park Valley
    Latitude41° 48' 59.755" N
    Longitude113° 19' 57.33070'' W
    Ellipsoid_Height1680.9944 m
    LAT_DD41.816598
    LOND_DD-113.332592
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 1431A Park Valley, Box Elder Co., UT
    StationCodeUTPV
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -113.3326041912232,41.81660450840098,0 - -
    - - UTR1_UDOT Region 1 - - - - - - - - - - - - - - -
    UTR1_UDOT Region 1
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTR1_UDOT Region 1
    Latitude41° 15' 48.205" N
    Longitude111° 58' 50.49691'' W
    Ellipsoid_Height1300.3551 m
    LAT_DD41.26339
    LOND_DD-111.980694
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATION175 N 200 W Odgen City, Weber Co., UT
    StationCodeUTR1
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.9807055835478,41.26339645145681,0 - -
    - - UTRC_Rich County - - - - - - - - - - - - - - -
    UTRC_Rich County
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTRC_Rich County
    Latitude41° 39' 54.060" N
    Longitude111° 11' 3.84780'' W
    Ellipsoid_Height1910.8399 m
    LAT_DD41.665017
    LOND_DD-111.184402
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONRandolph, Rich Co., UT
    StationCodeUTRC
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.184413936586,41.66502276896238,0 - -
    - - UTRI_Richfield - - - - - - - - - - - - - - -
    UTRI_Richfield
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTRI_Richfield
    Latitude38° 45' 47.501" N
    Longitude112° 6' 7.030" W
    Ellipsoid_Height1629.229 m
    LAT_DD38.763195
    LOND_DD-112.101953
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Region 4 Richfield, Sevier Co., UT
    StationCodeUTRI
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -112.1019643047547,38.76320059196492,0 - -
    - - UTRO_Roosevelt - - - - - - - - - - - - - - -
    UTRO_Roosevelt
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTRO_Roosevelt
    Latitude40° 17' 38.740" N
    Longitude109° 59' 41.59957'' W
    Ellipsoid_Height1538.0381 m
    LAT_DD40.294094
    LOND_DD-109.994889
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONRoosevelt, Duchesne Co., UT
    StationCodeUTRO
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -109.9949001127983,40.29410058892359,0 - -
    - - UTRS_Riverside - - - - - - - - - - - - - - -
    UTRS_Riverside
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTRS_Riverside
    Latitude41° 47' 15.861" N
    Longitude112° 9' 53.51884'' W
    Ellipsoid_Height1334.809 m
    LAT_DD41.787739
    LOND_DD-112.164866
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 1433 Riverside, Box Elder Co., UT
    StationCodeUTRS
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -112.1648784267185,41.78774541689224,0 - -
    - - UTS2_Spanish Fork 2 - - - - - - - - - - - - - - -
    UTS2_Spanish Fork 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTS2_Spanish Fork 2
    Latitude40° 8' 16.209" N
    Longitude111° 39' 5.50612'' W
    Ellipsoid_Height1371.4698 m
    LAT_DD40.137836
    LOND_DD-111.651529
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONSpanish Fork City, Utah Co., UT
    StationCodeUTS2
    AntennaTypeTRIMBLE_TRM115000.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.6515411755547,40.13784172626343,0 - -
    - - UTSG_Saint George - - - - - - - - - - - - - - -
    UTSG_Saint George
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTSG_Saint George
    Latitude37° 0' 47.068" N
    Longitude113° 36' 47.19532'' W
    Ellipsoid_Height796.5976 m
    LAT_DD37.013074
    LOND_DD-113.61311
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Port of Entry St George, Washington Co., UT
    StationCodeUTSG
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -113.613121551704,37.0130799732373,0 - -
    - - UTTA_Tabiona - - - - - - - - - - - - - - -
    UTTA_Tabiona
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTTA_Tabiona
    Latitude40° 21' 5.572" N
    Longitude110° 42' 24.43368'' W
    Ellipsoid_Height1975.7537 m
    LAT_DD40.351548
    LOND_DD-110.706787
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 3433 Tabiona, Duchesne Co., UT
    StationCodeUTTA
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.7067985403108,40.3515537346677,0 - -
    - - UTTP_Tropic - - - - - - - - - - - - - - -
    UTTP_Tropic
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTTP_Tropic
    Latitude37° 37' 38.887" N
    Longitude112° 5' 2.49362'' W
    Ellipsoid_Height1914.7865 m
    LAT_DD37.627469
    LOND_DD-112.084026
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Shed 4324A Tropic, Garfield Co., UT
    StationCodeUTTP
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.0840374113628,37.62747421347045,0 - -
    - - UTWA_Wanship - - - - - - - - - - - - - - -
    UTWA_Wanship
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTWA_Wanship
    Latitude40° 48' 7.477" N
    Longitude111° 24' 35.06944'' W
    Ellipsoid_Height1800.8624 m
    LAT_DD40.802077
    LOND_DD-111.409741
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONUDOT Shed 2436 Wanship, Summit Co., UT
    StationCodeUTWA
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.4097534120336,40.80208292726122,0 - -
    - - UTWE_Wendover - - - - - - - - - - - - - - -
    UTWE_Wendover
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTWE_Wendover
    Latitude40° 44' 40.840" N
    Longitude113° 59' 26.310" W
    Ellipsoid_Height1275.242 m
    LAT_DD40.744678
    LOND_DD-113.990642
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONUDOT Port of Entry Wendover, Tooele Co., UT
    StationCodeUTWE
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -113.9906538154265,40.74468365851613,0 - -
    - - UTES_Escalante - - - - - - - - - - - - - - -
    UTES_Escalante
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTES_Escalante
    Latitude37° 46' 11.099" N
    Longitude111° 34' 34.23296"
    Ellipsoid_Height1756.1117 m
    LAT_DD37.76975
    LOND_DD-111.576176
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONEscalante, Garfield Co., UT
    StationCodeUTES
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.5999350362365,37.76975541858468,0 - -
    - - UTUC_Uintah - - - - - - - - - - - - - - -
    UTUC_Uintah
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTUC_Uintah
    Latitude40° 27' 24.025" N
    Longitude109° 31' 32.80974'' W
    Ellipsoid_Height1619.4939 m
    LAT_DD40.456674
    LOND_DD-109.52578
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONVernal, Uintah Co., UT
    StationCodeUTUC
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -109.5257915762863,40.45667978312787,0 - -
    - - IDIF_Idaho Falls - - - - - - - - - - - - - - -
    IDIF_Idaho Falls
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDIF_Idaho Falls
    Latitude43° 29' 30.381" N
    Longitude112° 03' 07.15354" W
    Ellipsoid_Height1438.6697 m
    LAT_DD43.491773
    LOND_DD-112.051987
    STATUSO
    TYPE_OF_STATIONNETR5
    LOCATIONIdaho Falls, Bonneville Co., ID
    StationCodeIDIF
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.0325214761621,43.49177884704824,0 - -
    - - UTEC_Echo Port of Entry - - - - - - - - - - - - - - -
    UTEC_Echo Port of Entry
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTEC_Echo Port of Entry
    Latitude41° 4' 52.016" N
    Longitude111° 14' 46.89278'' W
    Ellipsoid_Height1845.9546 m
    LAT_DD41.081115
    LOND_DD-111.246359
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONEcho Utah Port of Entry, Summit Co., UT
    StationCodeUTEC
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.2463708148443,41.08112161849331,0 - -
    - - WYKE_Kemmerer - - - - - - - - - - - - - - -
    WYKE_Kemmerer
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYKE_Kemmerer
    Latitude41° 46' 55.550" N
    Longitude110° 32' 12.81858" W
    Ellipsoid_Height2090.624 m
    LAT_DD41.782097
    LOND_DD-110.536895
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONKemmerer, Lincoln Co., WY
    StationCodeWYKE
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.5521589856752,41.78210343832092,0 - -
    - - WYRS_Rock Springs - - - - - - - - - - - - - - -
    WYRS_Rock Springs
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYRS_Rock Springs
    Latitude41° 35' 53.170" N
    Longitude109° 12' 29.73696" W
    Ellipsoid_Height1921.7061 m
    LAT_DD41.598103
    LOND_DD-109.20826
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONRock Springs, Sweetwater Co., WY
    StationCodeWYRS
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -109.2221492812819,41.59810916277212,0 - -
    - - WYSI_Simons - - - - - - - - - - - - - - -
    WYSI_Simons
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYSI_Simons
    Latitude41° 3' 29.159" N
    Longitude108° 45' 50.307" W
    Ellipsoid_Height2178.2 m
    LAT_DD41.0581
    LOND_DD-108.763974
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONSimons, Sweetwater Co., WY
    StationCodeWYSI
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.7639853260817,41.0581059037366,0 - -
    - - UTHN_Hurricane - - - - - - - - - - - - - - -
    UTHN_Hurricane
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTHN_Hurricane
    Latitude37° 11' 8.267" N
    Longitude113° 17' 55.20863" W
    Ellipsoid_Height1013.6022 m
    LAT_DD37.18563
    LOND_DD-113.298669
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONHurricane, Washington Co., UT
    StationCodeUTHN
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -113.2987274280679,37.18563531647965,0 - -
    - - AZPG_Page - - - - - - - - - - - - - - -
    AZPG_Page
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEAZPG_Page
    Latitude36° 54' 31.002" N
    Longitude111° 28' 18.32" W
    Ellipsoid_Height1302.744 m
    LAT_DD36.908612
    LOND_DD-111.462677
    STATUSO
    TYPE_OF_STATIONLEICA GR30
    LOCATIONPage, Coconino Co., AZ
    StationCodeAZPG
    AntennaTypeLEICA_ADVNULLANTENNANONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.4727908604118,36.90861730197548,0 - -
    - - AZDS_Dolan Springs - - - - - - - - - - - - - - -
    AZDS_Dolan Springs
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEAZDS_Dolan Springs
    Latitude35° 31' 59.266" N
    Longitude114° 21' 33.191" W
    Ellipsoid_Height871.3888 m
    LAT_DD35.533129
    LOND_DD-114.35922
    STATUSO
    TYPE_OF_STATIONLEICA GRX1200+GNSS
    LOCATIONDolan Springs, Mohave Co., AZ
    StationCodeAZDS
    AntennaTypeLEICA_ADVNULLANTENNANONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -114.3592313786322,35.53313469239946,0 - -
    - - NVBC_Boulder City - - - - - - - - - - - - - - -
    NVBC_Boulder City
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVBC_Boulder City
    Latitude35° 58' 22.064" N
    Longitude114° 51' 13.254" W
    Ellipsoid_Height740.4063 m
    LAT_DD35.972796
    LOND_DD-114.853682
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONBoulder City, Clark Co., NV
    StationCodeNVBC
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -114.8536934191524,35.97280096178786,0 - -
    - - NVH2_Henderson 2 - - - - - - - - - - - - - - -
    NVH2_Henderson 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVH2_Henderson 2
    Latitude35° 58' 36.845" N
    Longitude115° 6' 1.553" W
    Ellipsoid_Height771.4181 m
    LAT_DD35.976901
    LOND_DD-115.100431
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONHenderson, Clark Co., NV
    StationCodeNVH2
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -115.1004430900677,35.9769066986932,0 - -
    - - NVDB_Diamond Back West Las Vegas - - - - - - - - - - - - - - -
    NVDB_Diamond Back West Las Vegas
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVDB_Diamond Back West Las Vegas
    Latitude36° 5' 17.967" N
    Longitude115° 17' 46.747" W
    Ellipsoid_Height760.282 m
    LAT_DD36.088324
    LOND_DD-115.287622
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONWest Las Vegas, Clark Co., NV
    StationCodeNVDB
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -115.2963304839709,36.08832944389128,0 - -
    - - NVLV_Monsen Las Vegas - - - - - - - - - - - - - - -
    NVLV_Monsen Las Vegas
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVLV_Monsen Las Vegas
    Latitude36° 5' 49.034" N
    Longitude115° 11' 25.020" W
    Ellipsoid_Height649.6359 m
    LAT_DD36.096954
    LOND_DD-115.190283
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONLas Vegas, Clark Co., NV
    StationCodeNVLV
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -115.1902952155777,36.09695924349663,0 - -
    - - NVKP_North Las Vegas KPEX - - - - - - - - - - - - - - -
    NVKP_North Las Vegas KPEX
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVKP_North Las Vegas KPEX
    Latitude36° 23' 22.991" N
    Longitude114° 55' 35.907" W
    Ellipsoid_Height667.7221 m
    LAT_DD36.38972
    LOND_DD-114.926641
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONNorth Las Vegas, Clark Co., NV
    StationCodeNVKP
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -114.9266526069175,36.3897250869242,0 - -
    - - UTSO_State Office Bld - - - - - - - - - - - - - - -
    UTSO_State Office Bld
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTSO_State Office Bld
    Latitude40° 46' 43.227" N
    Longitude111° 53' 18.26258'' W
    Ellipsoid_Height1388.359 m
    LAT_DD40.778674
    LOND_DD-111.888406
    STATUSO
    TYPE_OF_STATIONNETR3
    LOCATIONState Offive Bld, Capital Hill Salt Lake City, UT
    StationCodeUTSO
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.8884180346965,40.77868014046464,0 - -
    - - UTAI_Antelope Island - - - - - - - - - - - - - - -
    UTAI_Antelope Island
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTAI_Antelope Island
    Latitude41° 3' 22.384" N
    Longitude112° 14' 27.73333" W
    Ellipsoid_Height1312.6465 m
    LAT_DD41.056218
    LOND_DD-112.241037
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONAntelope Island SP, Davis Co., UT
    StationCodeUTAI
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -112.2409782189249,41.05622372826113,0 - -
    - - UTMG_Magna - - - - - - - - - - - - - - -
    UTMG_Magna
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMG_Magna
    Latitude40° 42' 41.164" N
    Longitude112° 06' 39.57639'' W
    Ellipsoid_Height1292.3549 m
    LAT_DD40.711434
    LOND_DD-112.110993
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONMagna, Salt Lake Co., UT
    StationCodeUTMG
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -112.1110051549508,40.7114404423416,0 - -
    - - NVH1_Henderson 1 - - - - - - - - - - - - - - -
    NVH1_Henderson 1
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVH1_Henderson 1
    Latitude36° 1' 48.030" N
    Longitude114° 58' 57.82641" W
    Ellipsoid_Height599.1366 m
    LAT_DD36.030008
    LOND_DD-114.98273
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONHenderson, Clark Co., NV
    StationCodeNVH1
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -114.9827413926382,36.03001356717437,0 - -
    - - UTSL_Salt Lake City Water Dept. - - - - - - - - - - - - - - -
    UTSL_Salt Lake City Water Dept.
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTSL_Salt Lake City Water Dept.
    Latitude40° 44' 11.469" N
    Longitude111° 53' 40.49011" W
    Ellipsoid_Height1284.339 m
    LAT_DD40.736519
    LOND_DD-111.894581
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATION1500 S 150 W Salt Lake City, UT
    StationCodeUTSL
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.894592636646,40.73652520288903,0 - -
    - - UTBR_Beaver - - - - - - - - - - - - - - -
    UTBR_Beaver
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTBR_Beaver
    Latitude38° 17' 2.752" N
    Longitude112° 38' 24.11067" W
    Ellipsoid_Height1795.065 m
    LAT_DD38.284098
    LOND_DD-112.640031
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONUDOT 4527 Beaver UT
    StationCodeUTBR
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.6400533741879,38.28410350214451,0 - -
    - - WYBF_Blacks Fork - - - - - - - - - - - - - - -
    WYBF_Blacks Fork
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYBF_Blacks Fork
    Latitude41° 33' 13.016" N
    Longitude110° 03' 09.95791" W
    Ellipsoid_Height1922.281 m
    LAT_DD41.553616
    LOND_DD-110.052766
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONBlack Fork, Uinta Co., WY
    StationCodeWYBF
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.052777608019,41.5536219293414,0 - -
    - - WYDP_Wyoming Dry Piney - - - - - - - - - - - - - - -
    WYDP_Wyoming Dry Piney
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYDP_Wyoming Dry Piney
    Latitude42° 20' 55.232" N
    Longitude110° 20' 40.98873" W
    Ellipsoid_Height2347.79 m
    LAT_DD42.348675
    LOND_DD-110.344719
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONDry Piney, Subiette Co., WY
    StationCodeWYDP
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.3447307181635,42.34868176529451,0 - -
    - - IDPO_Pocatello - - - - - - - - - - - - - - -
    IDPO_Pocatello
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDPO_Pocatello
    Latitude42° 51' 55.995" N
    Longitude112° 25' 54.28769" W
    Ellipsoid_Height1380.057 m
    LAT_DD42.865554
    LOND_DD-112.431747
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONPocatello, ID
    StationCodeIDPO
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.4317587480997,42.86556046678909,0 - -
    - - IDJ2_Jerome2 - - - - - - - - - - - - - - -
    IDJ2_Jerome2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDJ2_Jerome2
    Latitude42° 43' 33.214" N
    Longitude114° 31' 12.14933" W
    Ellipsoid_Height1133.85 m
    LAT_DD42.725893
    LOND_DD-114.520041
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONJerome, ID
    StationCodeIDJ2
    AntennaType
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -114.5200540384469,42.72589878490432,0 - -
    - - IDTF_Twin Falls - - - - - - - - - - - - - - -
    IDTF_Twin Falls
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDTF_Twin Falls
    Latitude42° 34' 48.374" N
    Longitude114° 31' 12.14933" W
    Ellipsoid_Height1128.67 m
    LAT_DD42.580104
    LOND_DD-114.474927
    STATUSO
    TYPE_OF_STATIONNETR5
    LOCATIONTwin Falls, ID
    StationCodeIDTF
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -114.4749543881842,42.58010980218138,0 - -
    - - UTDR_Draper - - - - - - - - - - - - - - -
    UTDR_Draper
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTDR_Draper
    Latitude40° 31' 22.724" N
    Longitude111° 51' 30.78654" W
    Ellipsoid_Height1366.923 m
    LAT_DD40.522979
    LOND_DD-111.8585
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONDraper, UT
    StationCodeUTDR
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.8585635389352,40.5229849554449,0 - -
    - - UTEM_EagleMountain - - - - - - - - - - - - - - -
    UTEM_EagleMountain
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTEM_EagleMountain
    Latitude40° 21' 35.641" N
    Longitude111° 59' 51.91580" W
    Ellipsoid_Height1610.1067 m
    LAT_DD40.3599
    LOND_DD-111.997754
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONEagle Mountain, UT
    StationCodeUTEM
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.997766111815,40.35990635546248,0 - -
    - - IDRU_Rupert - - - - - - - - - - - - - - -
    IDRU_Rupert
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDRU_Rupert
    Latitude42° 39' 41.376" N
    Longitude113° 44' 43.98399" W
    Ellipsoid_Height1264.5421 m
    LAT_DD42.661493
    LOND_DD-113.745551
    STATUSO
    TYPE_OF_STATIONNETRS
    LOCATIONRupert, ID
    StationCodeIDRU
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -113.7455637887696,42.66149953521311,0 - -
    - - IDBF_Blackfoot - - - - - - - - - - - - - - -
    IDBF_Blackfoot
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDBF_Blackfoot
    Latitude43° 11' 56.972" N
    Longitude112° 28' 50.584" W
    Ellipsoid_Height1357.771 m
    LAT_DD43.199159
    LOND_DD-112.480718
    STATUSO
    TYPE_OF_STATIONNETR5
    LOCATIONSnake River High School
    StationCodeIDBF
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.4807300527299,43.19916513370214,0 - -
    - - UTL2_Lehi 2 - - - - - - - - - - - - - - -
    UTL2_Lehi 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTL2_Lehi 2
    Latitude40° 25' 9.496" N
    Longitude111° 52' 13.08922" W
    Ellipsoid_Height1391.436 m
    LAT_DD40.419304
    LOND_DD-111.870303
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONUDOT, Lehi, Utah Co., UT
    StationCodeUTL2
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.8703141417961,40.41931034346681,0 - -
    - - IDAB_Aderdeen - - - - - - - - - - - - - - -
    IDAB_Aderdeen
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDAB_Aderdeen
    Latitude42° 57' 11.066" N
    Longitude112° 49' 41.067" W
    Ellipsoid_Height1338.759 m
    LAT_DD42.953074
    LOND_DD-112.828074
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONAbdrdeen ID
    StationCodeIDAB
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -112.8280863606128,42.9530800208238,0 - -
    - - NVNL_North Las Vegas - - - - - - - - - - - - - - -
    NVNL_North Las Vegas
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVNL_North Las Vegas
    Latitude36° 12' 44.083" N
    Longitude115° 7' 34.202" W
    Ellipsoid_Height560.436 m
    LAT_DD36.212245
    LOND_DD-115.126167
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONNorth Las Vegas, NV
    StationCodeNVNL
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -115.126179010035,36.21225056963315,0 - -
    - - NVMQ_Mesquite - - - - - - - - - - - - - - -
    NVMQ_Mesquite
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVMQ_Mesquite
    Latitude36° 48' 34.318" N
    Longitude114° 5' 26.579" W
    Ellipsoid_Height488.1 m
    LAT_DD36.809533
    LOND_DD-114.090716
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONMesquite, NV
    StationCodeNVMQ
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -114.0907281536934,36.80953820650016,0 - -
    - - IDHA_Hailey - - - - - - - - - - - - - - -
    IDHA_Hailey
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDHA_Hailey
    Latitude43° 31' 5.476" N
    Longitude114°18'48.004" W
    Ellipsoid_Height1621.963 m
    LAT_DD43.518188
    LOND_DD-114.313334
    STATUSO
    TYPE_OF_STATIONNETR3
    LOCATIONHailey, Blaine Co. ID
    StationCodeIDHA
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -114.3133520462797,43.51819390232632,0 - -
    - - NVCS_Coyote Springs - - - - - - - - - - - - - - -
    NVCS_Coyote Springs
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVCS_Coyote Springs
    Latitude36° 47' 54.573" N
    Longitude114° 55' 27.266" W
    Ellipsoid_Height685.8203 m
    LAT_DD36.798492
    LOND_DD-114.924994
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONCoyote Springs, Clark Co. NV
    StationCodeNVCS
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -114.9242525453914,36.79849782535948,0 - -
    - - UTWB_Wasatch Boulevard - - - - - - - - - - - - - - -
    UTWB_Wasatch Boulevard
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTWB_Wasatch Boulevard
    Latitude40° 41' 22.011" N
    Longitude111° 47' 47.070" W
    Ellipsoid_Height1492.736 m
    LAT_DD40.689447
    LOND_DD-111.796408
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONWasatch Boulevard, Millcreeek, UT
    StationCodeUTWB
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.7964200758873,40.68945353050461,0 - -
    - - COCO_Cortez - - - - - - - - - - - - - - -
    COCO_Cortez
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMECOCO_Cortez
    Latitude37° 17' 48.645" N
    Longitude108° 37' 2.554" W
    Ellipsoid_Height1804.657 m
    LAT_DD37.296846
    LOND_DD-108.617376
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONCortez, Colorado
    StationCodeCOCO
    AntennaTypeTRIMBLE_TRM115000.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.6173867405132,37.2968517192448,0 - -
    - - IDMN_Land Solutions Meridian - - - - - - - - - - - - - - -
    IDMN_Land Solutions Meridian
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDMN_Land Solutions Meridian
    Latitude43° 36' 21.745" N
    Longitude116° 23' 11.347" W
    Ellipsoid_Height786.908 m
    LAT_DD43.60604
    LOND_DD-116.386485
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONMeridian, Idaho
    StationCodeIDMN
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -116.3864983713089,43.60604620688896,0 - -
    - - WYJA_Jackson Hole - - - - - - - - - - - - - - -
    WYJA_Jackson Hole
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYJA_Jackson Hole
    Latitude43° 28' 39.747" N
    Longitude110° 45' 51.520" W
    Ellipsoid_Height1908.367 m
    LAT_DD43.477708
    LOND_DD-110.764311
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONJackson Hole, WY
    StationCodeWYJA
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -110.7643230367051,43.47771392499173,0 - -
    - - NVC1_Clark County 1 - - - - - - - - - - - - - - -
    NVC1_Clark County 1
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVC1_Clark County 1
    Latitude36° 0' 31.308" N
    Longitude115° 13' 40.494" W
    Ellipsoid_Height733.997 m
    LAT_DD36.008697
    LOND_DD-115.227915
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONEnterprise, NV
    StationCodeNVC1
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -115.2279268928856,36.00870195809679,0 - -
    - - IDDR_Driggs - - - - - - - - - - - - - - -
    IDDR_Driggs
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDDR_Driggs
    Latitude43° 43' 10.751" N
    Longitude111° 6' 1.502" W
    Ellipsoid_Height1868.931
    LAT_DD43.719653
    LOND_DD-111.100417
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONDriggs,ID
    StationCodeIDDR
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.100429336781,43.7196595097513,0 - -
    - - WRFW_Wind River Ft Washakie - - - - - - - - - - - - - - -
    WRFW_Wind River Ft Washakie
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWRFW_Wind River Ft Washakie
    Latitude43° 0' 25.169" N
    Longitude108° 52' 48.576" W
    Ellipsoid_Height1686.905
    LAT_DD43.006991
    LOND_DD-108.88016
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONRoads Garage, Norkok St, Ft Washakie 82514 WY
    StationCodeWRFW
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.8801715140289,43.00699795238361,0 - -
    - - WRRI_Wind River Riverton - - - - - - - - - - - - - - -
    WRRI_Wind River Riverton
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWRRI_Wind River Riverton
    Latitude42° 59' 39.786" N
    Longitude108° 22' 17.256" W
    Ellipsoid_Height1487.382
    LAT_DD42.994385
    LOND_DD-108.37146
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONWind River Internet, Gas Hills Rd, Riverton 82501 WY
    StationCodeWRRI
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.3714713606839,42.99439156192522,0 - -
    - - ONTO_Ontario Oregon - - - - - - - - - - - - - - -
    ONTO_Ontario Oregon
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEONTO_Ontario Oregon
    Latitude44° 1' 23.435" N
    Longitude116° 56' 16.646" W
    Ellipsoid_Height646.599
    LAT_DD44.023176
    LOND_DD-116.937957
    STATUSO
    TYPE_OF_STATIONLEICA GR10
    LOCATIONOntario Oregon
    StationCodeONTO
    AntennaTypeTRIMBLE_ADVNULLANTENNANONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -116.9379703536039,44.02318233572279,0 - -
    - - WR_Lander - - - - - - - - - - - - - - -
    WR_Lander
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWR_Lander
    Latitude42° 49' 49.986" N
    Longitude108° 43' 30.819" W
    Ellipsoid_Height1636.117
    LAT_DD42.830552
    LOND_DD-108.725228
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONWYDOT Buena Vista DR Lander, Wy
    StationCodeWRLA
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -108.7252388634439,42.83055808656066,0 - -
    - - IDEM_Emmett - - - - - - - - - - - - - - -
    IDEM_Emmett
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDEM_Emmett
    Latitude43° 51' 53.560" N
    Longitude116° 28' 31.625" W
    Ellipsoid_Height717.995
    LAT_DD43.864878
    LOND_DD-116.475451
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONEmmett, Gem Co. ID
    StationCodeIDEM
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -116.4754644959339,43.86488375406677,0 - -
    - - IDRO_Roswell - - - - - - - - - - - - - - -
    IDRO_Roswell
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDRO_Roswell
    Latitude43° 43' 22.350" N
    Longitude116° 57' 44.850" W
    Ellipsoid_Height708.285
    LAT_DD43.722875
    LOND_DD-116.962458
    STATUSO
    TYPE_OF_STATIONNETR5
    LOCATIONRoswell, Idaho
    StationCodeIDRO
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -116.962471421492,43.72288100542012,0 - -
    - - IDFB_Frontier Bosie - - - - - - - - - - - - - - -
    IDFB_Frontier Bosie
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDFB_Frontier Bosie
    Latitude43° 36' 59.571" N
    Longitude116° 15' 1.715" W
    Ellipsoid_Height817.266
    LAT_DD43.616547
    LOND_DD-116.250476
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONBosie, ID
    StationCodeIDFB
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -116.2504892910578,43.61655338952252,0 - -
    - - IDMU_Murphy - - - - - - - - - - - - - - -
    IDMU_Murphy
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDMU_Murphy
    Latitude43° 13' 0.303" N
    Longitude116° 33' 3.774" W
    Ellipsoid_Height849.402
    LAT_DD43.216751
    LOND_DD-116.551048
    STATUSO
    TYPE_OF_STATIONNETR5
    LOCATIONMurphy, Owyhee Co. ID
    StationCodeIDMU
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -116.5510613287035,43.21675670806475,0 - -
    - - Elko Nevada - - - - - - - - - - - - - - -
    Elko Nevada
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEElko Nevada
    Latitude40° 50' 38.574" N
    Longitude115° 45' 9.584" W
    Ellipsoid_Height1538.454
    LAT_DD40.844048
    LOND_DD-115.752662
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATION1753 College Ave Elko NV City of Elko Building Department
    StationCodeNVEK
    AntennaTypeTRIMBLE_ADVNULLANTENNANONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -115.7526747179247,40.84405411887928,0 - -
    - - NVC2_Clark County 2 - - - - - - - - - - - - - - -
    NVC2_Clark County 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMENVC2_Clark County 2
    Latitude36° 20' 10.098" N
    Longitude115° 12' 32.400" W
    Ellipsoid_Height723.339
    LAT_DD36.336138
    LOND_DD-115.209
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONClark County Rifle-Pistol Center & RV Park (11357 N Decatur Blvd LV, NV 89131)
    StationCodeNVC2
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -115.2090118603837,36.33614375751575,0 - -
    - - WYLC_Cheyenne WY - - - - - - - - - - - - - - -
    WYLC_Cheyenne WY
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYLC_Cheyenne WY
    Latitude41° 6' 18.000" N
    Longitude104° 46' 31.293" W
    Ellipsoid_Height1824.749
    LAT_DD41.105
    LOND_DD-104.775359
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONLaramie County Community College, 1400 E College Dr, Cheyenne WY 82007
    StationCodeWYLC
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -104.7753694256603,41.10500661929213,0 - -
    - - WYRF_Casper WY - - - - - - - - - - - - - - -
    WYRF_Casper WY
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYRF_Casper WY
    Latitude42° 49' 50.364" N
    Longitude106° 19' 37.200" W
    Ellipsoid_Height1634.37
    LAT_DD42.830657
    LOND_DD-106.327
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONCasper College, 125 College Dr, Casper WY 82601
    StationCodeWYRF
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -106.3270108231186,42.8306634300554,0 - -
    - - WYSH_Sheridan WY - - - - - - - - - - - - - - -
    WYSH_Sheridan WY
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEWYSH_Sheridan WY
    Latitude44° 48' 1.770" N
    Longitude107° 0' 36.000" W
    Ellipsoid_Height1221.367
    LAT_DD44.800492
    LOND_DD-107.01
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONW 5th St, Sheridan WY 82801
    StationCodeWYSH
    AntennaTypeTRIMBLE_TRM55971.00NONE
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -107.0100112939645,44.80049842254045,0 - -
    - - IDMO_Montpelier - - - - - - - - - - - - - - -
    IDMO_Montpelier
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDMO_Montpelier
    Latitude42° 20' 11.780" N
    Longitude111° 17' 47.164" W
    Ellipsoid_Height1812.507
    LAT_DD42.336605
    LOND_DD-111.296434
    STATUSO
    TYPE_OF_STATIONNETR3
    LOCATIONITD Station US 30 and Cemetery Rd Montpelier ID
    StationCodeIDMO
    AntennaType<Null>
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.2964462834882,42.33661172503922,0 - -
    - - IDS2_Soda Springs 2 - - - - - - - - - - - - - - -
    IDS2_Soda Springs 2
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDS2_Soda Springs 2
    Latitude42° 39' 1.224" N
    Longitude111° 42' 6.739" W
    Ellipsoid_Height1745.611
    LAT_DD42.65034
    LOND_DD-111.701872
    STATUSO
    TYPE_OF_STATIONNETR3
    LOCATIONITD Shed Hwy 30 Soda Springs ID
    StationCodeIDS2
    AntennaTypeTRIMBLE_TRM57971.00NONE
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -111.7018839149757,42.6503462075929,0 - -
    - - IDMA_Malad - - - - - - - - - - - - - - -
    IDMA_Malad
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDMA_Malad
    Latitude42° 11' 55.883" N
    Longitude112° 14' 23.596" W
    Ellipsoid_Height1427.802
    LAT_DD42.198856
    LOND_DD-112.239888
    STATUSO
    TYPE_OF_STATIONNETR3
    LOCATIONITD shed at the end of 380 E Malad ID
    StationCodeIDMA
    AntennaType<Null>
    NetworkTURN GPS
    PhotosY
    -
    - -]]>
    - - 0clampToGround - -112.2398997899493,42.19886259830474,0 - -
    - - IDOR_Orchard - - - - - - - - - - - - - - -
    IDOR_Orchard
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEIDOR_Orchard
    Latitude43° 17' 48.592" N
    Longitude116° 3' 21.187" W
    Ellipsoid_Height946.393
    LAT_DD43.296831
    LOND_DD-116.055885
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATION<Null>
    StationCodeIDOR
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -116.0558983028098,43.29683705144353,0 - -
    - - UTMH_Mexican Hat - - - - - - - - - - - - - - -
    UTMH_Mexican Hat
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMH_Mexican Hat
    Latitude37° 09' 03.258" N
    Longitude109° 51' 30.822" W
    Ellipsoid_Height<Null>
    LAT_DD37.150905
    LOND_DD-109.858562
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONMexican Hat Fire Station
    StationCodeUTMH
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -109.8585725575683,37.15091083970626,0 - -
    - - UTMO_Monticello - - - - - - - - - - - - - - -
    UTMO_Monticello
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMEUTMO_Monticello
    Latitude37° 52' 07.848" N
    Longitude109° 20' 31.748" W
    Ellipsoid_Height<Null>
    LAT_DD37.868847
    LOND_DD-109.342152
    STATUSO
    TYPE_OF_STATIONNETR9
    LOCATIONMonticello County Bld.
    StationCodeUTMO
    AntennaType<Null>
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -109.3421629746545,37.86885257052734,0 - -
    - - TSOB_Taylorsville State Office Building - - - - - - - - - - - - - - -
    TSOB_Taylorsville State Office Building
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    STATION_NAMETSOB_Taylorsville State Office Building
    Latitude40° 40' 32.554" N
    Longitude111° 57' 19.850" W
    Ellipsoid_Height1315.101
    LAT_DD40.675709
    LOND_DD-111.955514
    STATUSO
    TYPE_OF_STATIONALLOY
    LOCATIONTaylorsville State Office Building
    StationCodeTSOB
    AntennaTypeTRIMBLE_TRM59800.00
    NetworkTURN GPS
    Photos<Null>
    -
    - -]]>
    - - 0clampToGround - -111.9555256267447,40.67571546703866,0 - -
    - - - - \ No newline at end of file diff --git a/gps/images/2023NevadaGPSNetwork36x44.png b/gps/images/2023NevadaGPSNetwork36x44.png deleted file mode 100644 index 40ea869c56..0000000000 Binary files a/gps/images/2023NevadaGPSNetwork36x44.png and /dev/null differ diff --git a/gps/images/2023NevadaGPSNetwork85x11.png b/gps/images/2023NevadaGPSNetwork85x11.png deleted file mode 100644 index c3f57588a7..0000000000 Binary files a/gps/images/2023NevadaGPSNetwork85x11.png and /dev/null differ diff --git a/gps/images/2023TURNGPSNetwork36x44.png b/gps/images/2023TURNGPSNetwork36x44.png deleted file mode 100644 index 2a479322f0..0000000000 Binary files a/gps/images/2023TURNGPSNetwork36x44.png and /dev/null differ diff --git a/gps/images/2023TURNGPSNetwork85x11.png b/gps/images/2023TURNGPSNetwork85x11.png deleted file mode 100644 index d0072898dc..0000000000 Binary files a/gps/images/2023TURNGPSNetwork85x11.png and /dev/null differ diff --git a/gps/images/NevadaNetwork-sm.png b/gps/images/NevadaNetwork-sm.png deleted file mode 100644 index e8198d26b1..0000000000 Binary files a/gps/images/NevadaNetwork-sm.png and /dev/null differ diff --git a/gps/images/TURNNetwork-sm.png b/gps/images/TURNNetwork-sm.png deleted file mode 100644 index 7b64ca2708..0000000000 Binary files a/gps/images/TURNNetwork-sm.png and /dev/null differ diff --git a/gps/images/accuracy.png b/gps/images/accuracy.png deleted file mode 100644 index 41dd0cf5db..0000000000 Binary files a/gps/images/accuracy.png and /dev/null differ diff --git a/gps/images/turn.png b/gps/images/turn.png deleted file mode 100644 index 6a629410d1..0000000000 Binary files a/gps/images/turn.png and /dev/null differ diff --git a/gps/index.html b/gps/index.html deleted file mode 100644 index f0b1113bbc..0000000000 --- a/gps/index.html +++ /dev/null @@ -1,88 +0,0 @@ ---- -title: GPS Reference Network -author: - display_name: Steve Gourley - email: sgourley@utah.gov -tags: - - gps - - reference network - - cadastre -date: 2018-04-09 -categories: [] ---- -

    What Is a Reference Network?

    -TURN GPS Network -

    A GPS Network - is a high-precision global navigation satellite system (GNSS) - providing real-time corrections and data for post processing. A GNSS network consists of permanently located GPS - receivers, installed across an area, that generate real-time, high-accuracy GPS positioning. Basically, all of the - permanently installed GPS receivers send their data to a central system via the internet. This central system analyzes - the input and adjusts and corrects the data to provide the most accurate locations, usually down to centimeter level. - Our networks use the Trimble PIVOT VRS Platform. The generated data is sent from the GPS receiver to the GPS reference - network through a wireless connection using the Networked Transport of RTCM via Internet Protocol (NTRIP).

    - - -

    Who Should Be Using a Network?

    -

    Any person or company that wants or requires precision GPS information should be using a GPS network. Surveyors, - construction crews, field mapping technicians, and GPS-controlled machinery are able to operate with up-to - sub-centimeter precise measurement by connecting their existing GPS receivers to the GPS Network correction service - over a smart phone hotspot. - -

    What Are the Benefits of Using a Reference Network?

    - -

    A reference network eliminates the need for a reference (base) station. As base stations and consumer devices require - funding and staffing, using a reference network reduces your costs for quality GPS readings. Reference networks also - minimize ionospheric errors for rovers in the network coverage and improve efficiency and productivity in your - surveys.

    - - -

    Where Are the Reference Networks Near Me?

    -

    Currently, UGRC is maintaining two separate networks:

    -
      -
    • the TURN GPS Network, which serves Utah and some areas of surrounding states with 113 sensors; and -
    • the Nevada GPS Network, which serves the greater Reno, Nevada, area with 13 sensors. -
    -

    For further information on these networks, select the appropriate link below.

    - -

    Related Resources

    - diff --git a/gps/ngps/index.html b/gps/ngps/index.html deleted file mode 100644 index b4559fb741..0000000000 --- a/gps/ngps/index.html +++ /dev/null @@ -1,114 +0,0 @@ ---- -tags: - - cadastre - - gps -author: - display_name: UGRC Staff - email: ugrc@utah.gov -date: 2011-06-30 23:13:39 -0600 -title: The Nevada GPS Network -categories: [] ---- -
    -
    Nevada GPS Stations
    -
    -

    What is a Reference Network

    -

    A GPS Network - is a high precision Global Navigation Satellite System (GNSS) - providing real time corrections and data for post processing. A GNSS network consists of permanently located GPS - receivers, installed across the state, that generate real time high accuracy GPS positioning. Basically, all of the - permanently installed GPS receivers send their data to a system that analyzes the input and adjusts and corrects the - data to provide the most accurate locations.

    - -

    {% include fa_icon.html information=true class="svg-inline--fa fa-w-16 fa-fw" %} About this - Network

    -

    The Nevada GPS Network (formerly Washoe County GPS Network) is now being managed by the State of Utah. The Nevada GPS - Network provides users with real time corrections and data for post processing. - The Coordinate Reference Frame for this network is NAD83/94 (HARN). The Latitude, Longitude and - Ellipsoidal Height of each reference station was calculated by processing 24 hour files using the National Geodetic - Survey (NGS) Online Positioning User Service (OPUS) Projects application.

    -

    With an activated subscription, set your GPS unit's VRS connection address to 168.179.231.11 and port - 2102. Enter your new device-specific username and password. -

    -
    Connections from Source Table
    -

    For Trimble units we have three different connections.

    -
      -
    • VRS_CMR works older Trimble unit -
    • VRS_CMRp works with Trimble units that are newer but may not have the latest updates to the firmware. -
    • VRS_CMRx works with the newest up to date Trimble units -
    -

    All of these give you the network solution.

    -

    For non-Trimble units we have two different connections.

    -
      -
    • VRS_RTCM23 works older non-Trimble unit -
    • VRS_RTCM31 works with non-Trimble units -
    • VRS_RTCM3.2 works with non-Trimble units, gives a full GNSS solution (all available satellites) -
    -

    Both of these give you the network solution.

    -

    MS_CMR, MS_CMRP, MS_RTCM3.2 these are for connecting to single base when you are on the edge of the network or not - getting a strong network solution. System will automatically find the closest station and connect you.

    - -
    Rinex File Downloads
    -

    The Nevada GPS network is providing 24 hour Rinex files with 5 second epoch available for download here: - Nevada GPS Rinex Download - Due to storage limits, files can only be stored for a 90 day period, than they are permanently deleted. -

    - -

    Getting Started

    -
    -

    Create a New, or Renew an Existing, Subscription for Nevada - GPS

    -

    To create a new subscription or renew an existing subscription for Nevada GPS, you’ll need to provide the following - information:

    -
      -
    • the name of your organization (avoid punctuation); -
    • a login/username; -
    • a password (8 characters); -
    • a contact name, email address (once you add in your email address, it will be associated/connected with your - account and can't be used again), and phone number; -
    • your physical location/address; and -
    • your mailing address. -
    -

    To pay for your subscription, visit turngps.utah.gov to access the online payment system. The cost is $600 and - gives you access to TURN GPS Network also. You’ll need a credit card to process your payment.

    -
      -
    • Select “Register” on the navigation pane on the left-hand side of the page. -
    • Click the “New Registration” button. (Note: Both new subscriptions and renewed subscriptions for Nevada GPS are - considered “new” to the TURN system.) -
    • Review the Terms and Conditions, and then click “I agree” to continue. -
    • Fill out all the required fields, including the name of your organization, your login/username, a password for - your TURN GPS account, and your personal contact information. -
    • Click “Register” to create your account. -
    -

    At this point, the system will direct you to the payment page. Make sure that you have your payment information - readily available, as the system will automatically time out after a while, requiring you to start over with a whole - new login/username, password, and email. If the system keeps coming back with the password field empty, the system - may think that your email is already in use and, therefore, will not allow you to move forward. Each subscription - needs a unique email address (even if it is a made-up one [e.g., gps_login@BobsBigBurger.com]).

    -

    After you have created/renewed and paid for your subscription, you will receive an email with a receipt. It - typically takes the system about 24 hours to process a payment and activate an account for fieldwork using the TURN - GPS Network. {% include contact.html subject='VRS Network Creation/Renewal' contact=site.data.contacts.turn - text='Accordingly, to avoid a disruption or delay in service please email' hide-punctuation=true %} with your - organization, login/username, and password. We will manually renew or create your subscription in the Nevada GPS - network and push your subscription through the system as soon as possible. Once your account is successfully - activated, you will receive another email confirming your subscription.

    -
    -
    -
    -

    Support Contacts

    -

    {% include contact.html text="If you have questions or require help contact the " subject=page.title - contact=site.data.contacts.turn punctuation="true" %}

    -
    - -
    diff --git a/gps/turn/index.html b/gps/turn/index.html deleted file mode 100644 index d990f8a362..0000000000 --- a/gps/turn/index.html +++ /dev/null @@ -1,108 +0,0 @@ ---- -tags: - - cadastre - - gps -author: - display_name: UGRC Staff - email: ugrc@utah.gov -date: 2011-06-30 23:13:39 -0600 -title: The Utah GPS Network -categories: [] ---- -
    -
    TURN GPS Stations
    -
    -TURN GPS Logo -

    What Is a Reference Network?

    -

    A GPS Network - is a high-precision global navigation satellite system (GNSS) - providing real-time corrections and data for post processing. A GNSS network consists of permanently located GPS receivers, - installed across the state, that generate real-time, high-accuracy GPS positioning. Basically, all of the permanently - installed GPS receivers send their data to a system that analyzes the input and adjusts and corrects the data to - provide the most accurate locations.

    - -

    {% include fa_icon.html information=true class="svg-inline--fa fa-w-16 fa-fw" %} About this - Network

    -

    The coordinate reference frame for this network is NAD83(2011)(EPOCH:2010.0000.). The latitude, - longitude, and ellipsoidal height of each reference station were calculated by processing 24 hour files using the - National Geodetic Survey (NGS) Online Positioning User Service (OPUS) Projects application.

    -

    Eighteen NGS Continually Operating Reference Stations (CORS) were - selected along the perimeter and interior of the network and were constrained to the published coordinates to conduct - the final adjustment of the network coordinates.

    -

    With an activated subscription, set your GPS unit's VRS connection address to 165.239.144.5 and port - 2101. Enter your new device-specific username and password. -

    -
    Connections from Source Table
    -

    For Trimble units we have these different connections.

    -
      -
    • VRSCMRX works with the newest Trimble units, newest firmware. -
    • VRSCMRP works with Trimble units that are newer but may not have the latest updates to the firmware. -
    • VRSCMR works with older Trimble units. -
    -
    -

    For non-Trimble units use these connections.

    -
      -
    • VRSRTCM32 works with newest non-Trimble units. -
    • VRSRTCM31 works with non-Trimble units. -
    • VRSRTCM23 works with older non-Trimble units. -
    -

    All of these give you the network solution. They just deliver it in different ways and in some cases nano-seconds - slower.

    -

    MS_CMR, MS_CMRP, and MS_RTCM31 are for connecting to a single base when you are on the edge of a network or are not - getting a strong network solution. In these cases, the system will automatically find the closest station and connect - you.

    - -

    Getting Started

    -
    - -

    Create an Account

    -

    Visit The Utah Reference Network GPS Payment and select - New Registration, then follow the instructions. The cost is $600 and you now get access to the Nevada - GPS covering Washoe County in Nevada. You'll need a credit card, and the following information... -

    -
      -
    • Organization (avoid punctuation) -
    • Login -
    • Password (8 characters) -
    • Contact Name, email, phone number -
    • Physical location/address -
    • Mailing address -
    -
    - -

    Renew an Account

    -

    Visit The Utah Reference Network GPS Payment and select - Renew Subscription. The cost is $600 and you now get access to the Nevada GPS covering Washoe County - in Nevada. You'll need a credit card, and the following information... -

    -
      -
    • Organization (avoid punctuation) -
    • Login -
    • Password (8 characters) -
    -

    When done you will receive a confirmation email and receipt. If the account has expired, it will take about 24 - hours for the subscription payment to cycle through and the activation to be complete for field work, otherwise - you will not notice any interruption.

    -
    -
    - -
    - -

    Support Contacts

    -

    {% include contact.html text="If you have questions or require help contact the " subject=page.title - contact=site.data.contacts.turn punctuation="true" %}

    -
    - -

    Related Resources

    - -
    -
    diff --git a/images/201909KeyMomentsInfographic.jpg b/images/201909KeyMomentsInfographic.jpg deleted file mode 100644 index cdc95f0373..0000000000 Binary files a/images/201909KeyMomentsInfographic.jpg and /dev/null differ diff --git a/images/201909KeyMomentsInfographic_sm.jpg b/images/201909KeyMomentsInfographic_sm.jpg deleted file mode 100644 index 496af27e31..0000000000 Binary files a/images/201909KeyMomentsInfographic_sm.jpg and /dev/null differ diff --git a/images/201911_NG911LawEnforcementBoundaries.jpg b/images/201911_NG911LawEnforcementBoundaries.jpg deleted file mode 100644 index 095da60ed3..0000000000 Binary files a/images/201911_NG911LawEnforcementBoundaries.jpg and /dev/null differ diff --git a/images/2020UtahLidarAcquisition_9_16_20.png b/images/2020UtahLidarAcquisition_9_16_20.png deleted file mode 100644 index b8cfe4b463..0000000000 Binary files a/images/2020UtahLidarAcquisition_9_16_20.png and /dev/null differ diff --git a/images/2020UtahLidarAcquisition_9_16_20_sm.png b/images/2020UtahLidarAcquisition_9_16_20_sm.png deleted file mode 100644 index 2bc105ba16..0000000000 Binary files a/images/2020UtahLidarAcquisition_9_16_20_sm.png and /dev/null differ diff --git a/images/20210422_ugrcodes.png b/images/20210422_ugrcodes.png deleted file mode 100644 index eca7de3891..0000000000 Binary files a/images/20210422_ugrcodes.png and /dev/null differ diff --git a/images/404.png b/images/404.png deleted file mode 100644 index e86a9d4708..0000000000 Binary files a/images/404.png and /dev/null differ diff --git a/images/500_ft_contours-lg.jpg b/images/500_ft_contours-lg.jpg deleted file mode 100644 index 16712abe4e..0000000000 Binary files a/images/500_ft_contours-lg.jpg and /dev/null differ diff --git a/images/500_ft_contours-sm.jpg b/images/500_ft_contours-sm.jpg deleted file mode 100644 index bf178c1136..0000000000 Binary files a/images/500_ft_contours-sm.jpg and /dev/null differ diff --git a/images/90x90_address_points.png b/images/90x90_address_points.png deleted file mode 100644 index 8513474f07..0000000000 Binary files a/images/90x90_address_points.png and /dev/null differ diff --git a/images/90x90_building_footprints.png b/images/90x90_building_footprints.png deleted file mode 100644 index e025490362..0000000000 Binary files a/images/90x90_building_footprints.png and /dev/null differ diff --git a/images/90x90_parcels.png b/images/90x90_parcels.png deleted file mode 100644 index 98cb2a0f29..0000000000 Binary files a/images/90x90_parcels.png and /dev/null differ diff --git a/images/90x90_usgs_scanned_maps.png b/images/90x90_usgs_scanned_maps.png deleted file mode 100644 index 77b5d67658..0000000000 Binary files a/images/90x90_usgs_scanned_maps.png and /dev/null differ diff --git a/images/90x90_utah-gis-highway-lrs-udot.png b/images/90x90_utah-gis-highway-lrs-udot.png deleted file mode 100644 index 8a2cf2efe0..0000000000 Binary files a/images/90x90_utah-gis-highway-lrs-udot.png and /dev/null differ diff --git a/images/90x90_voter_precincts.png b/images/90x90_voter_precincts.png deleted file mode 100644 index 717ca1411f..0000000000 Binary files a/images/90x90_voter_precincts.png and /dev/null differ diff --git a/images/AGRCWebsitev0.png b/images/AGRCWebsitev0.png deleted file mode 100644 index 7da9fc3fb0..0000000000 Binary files a/images/AGRCWebsitev0.png and /dev/null differ diff --git a/images/AGRCWebsitev0_thumb.png b/images/AGRCWebsitev0_thumb.png deleted file mode 100644 index 62bc544277..0000000000 Binary files a/images/AGRCWebsitev0_thumb.png and /dev/null differ diff --git a/images/AGRCWebsitev1.png b/images/AGRCWebsitev1.png deleted file mode 100644 index 03e5f5a8fe..0000000000 Binary files a/images/AGRCWebsitev1.png and /dev/null differ diff --git a/images/AGRCWebsitev1_thumb.png b/images/AGRCWebsitev1_thumb.png deleted file mode 100644 index 819c700fd9..0000000000 Binary files a/images/AGRCWebsitev1_thumb.png and /dev/null differ diff --git a/images/AGRCWebsitev2.png b/images/AGRCWebsitev2.png deleted file mode 100644 index ecb274eda4..0000000000 Binary files a/images/AGRCWebsitev2.png and /dev/null differ diff --git a/images/AGRCWebsitev2_thumb.png b/images/AGRCWebsitev2_thumb.png deleted file mode 100644 index c5e5a2104c..0000000000 Binary files a/images/AGRCWebsitev2_thumb.png and /dev/null differ diff --git a/images/AGRCWebsitev3.png b/images/AGRCWebsitev3.png deleted file mode 100644 index 5b3f4a5cf0..0000000000 Binary files a/images/AGRCWebsitev3.png and /dev/null differ diff --git a/images/AGRCWebsitev3_thumb.png b/images/AGRCWebsitev3_thumb.png deleted file mode 100644 index 706ea288b8..0000000000 Binary files a/images/AGRCWebsitev3_thumb.png and /dev/null differ diff --git a/images/AGRCWebsitev4.png b/images/AGRCWebsitev4.png deleted file mode 100644 index ab87049aa9..0000000000 Binary files a/images/AGRCWebsitev4.png and /dev/null differ diff --git a/images/AGRCWebsitev4_thumb.png b/images/AGRCWebsitev4_thumb.png deleted file mode 100644 index f78648378c..0000000000 Binary files a/images/AGRCWebsitev4_thumb.png and /dev/null differ diff --git a/images/AGRCWebsitev5.png b/images/AGRCWebsitev5.png deleted file mode 100644 index a7e3ef4d94..0000000000 Binary files a/images/AGRCWebsitev5.png and /dev/null differ diff --git a/images/AGRCWebsitev5_thumb.png b/images/AGRCWebsitev5_thumb.png deleted file mode 100644 index cc41efa9e8..0000000000 Binary files a/images/AGRCWebsitev5_thumb.png and /dev/null differ diff --git a/images/AddPointsGC2.png b/images/AddPointsGC2.png deleted file mode 100644 index de079628ee..0000000000 Binary files a/images/AddPointsGC2.png and /dev/null differ diff --git a/images/AddPts_Small.png b/images/AddPts_Small.png deleted file mode 100644 index 8513474f07..0000000000 Binary files a/images/AddPts_Small.png and /dev/null differ diff --git a/images/AddSysQuads2.png b/images/AddSysQuads2.png deleted file mode 100644 index 3bdfafd3e2..0000000000 Binary files a/images/AddSysQuads2.png and /dev/null differ diff --git a/images/AddSys_AddPoints1.png b/images/AddSys_AddPoints1.png deleted file mode 100644 index be7a4de873..0000000000 Binary files a/images/AddSys_AddPoints1.png and /dev/null differ diff --git a/images/AddyPointsSample.png b/images/AddyPointsSample.png deleted file mode 100644 index ac2149b25a..0000000000 Binary files a/images/AddyPointsSample.png and /dev/null differ diff --git a/images/AgriculturalProtection.png b/images/AgriculturalProtection.png deleted file mode 100644 index f89dc506d9..0000000000 Binary files a/images/AgriculturalProtection.png and /dev/null differ diff --git a/images/AgriculturalProtectionSM.png b/images/AgriculturalProtectionSM.png deleted file mode 100644 index dd3bdaa702..0000000000 Binary files a/images/AgriculturalProtectionSM.png and /dev/null differ diff --git a/images/AirPtWithLine_90x90.png b/images/AirPtWithLine_90x90.png deleted file mode 100644 index 569d74319b..0000000000 Binary files a/images/AirPtWithLine_90x90.png and /dev/null differ diff --git a/images/Air_Large.png b/images/Air_Large.png deleted file mode 100644 index 812c7b60ae..0000000000 Binary files a/images/Air_Large.png and /dev/null differ diff --git a/images/AirportsOutline_90x90.png b/images/AirportsOutline_90x90.png deleted file mode 100644 index 89484e3890..0000000000 Binary files a/images/AirportsOutline_90x90.png and /dev/null differ diff --git a/images/AliasRoadNaming.png b/images/AliasRoadNaming.png deleted file mode 100644 index 5a4ae4e43e..0000000000 Binary files a/images/AliasRoadNaming.png and /dev/null differ diff --git a/images/AquiferBasinFill.png b/images/AquiferBasinFill.png deleted file mode 100644 index a0d2cff910..0000000000 Binary files a/images/AquiferBasinFill.png and /dev/null differ diff --git a/images/AquifersLarge.png b/images/AquifersLarge.png deleted file mode 100644 index 1f99e88626..0000000000 Binary files a/images/AquifersLarge.png and /dev/null differ diff --git a/images/AquifersSmall.png b/images/AquifersSmall.png deleted file mode 100644 index 240a97127f..0000000000 Binary files a/images/AquifersSmall.png and /dev/null differ diff --git a/images/AvalanchePaths.png b/images/AvalanchePaths.png deleted file mode 100644 index a92f5e6e73..0000000000 Binary files a/images/AvalanchePaths.png and /dev/null differ diff --git a/images/BearRiver.jpg b/images/BearRiver.jpg deleted file mode 100644 index 9d74a934c0..0000000000 Binary files a/images/BearRiver.jpg and /dev/null differ diff --git a/images/BearRiver_sm.jpg b/images/BearRiver_sm.jpg deleted file mode 100644 index d3d61d22a3..0000000000 Binary files a/images/BearRiver_sm.jpg and /dev/null differ diff --git a/images/BoatRamps.png b/images/BoatRamps.png deleted file mode 100644 index c9d8064bc9..0000000000 Binary files a/images/BoatRamps.png and /dev/null differ diff --git a/images/BusStops_Small.png b/images/BusStops_Small.png deleted file mode 100644 index 10eeef3ed4..0000000000 Binary files a/images/BusStops_Small.png and /dev/null differ diff --git a/images/CIR412.png b/images/CIR412.png deleted file mode 100644 index 6de37c504b..0000000000 Binary files a/images/CIR412.png and /dev/null differ diff --git a/images/Cartwheel.jpg b/images/Cartwheel.jpg deleted file mode 100644 index 6054d1f9a1..0000000000 Binary files a/images/Cartwheel.jpg and /dev/null differ diff --git a/images/CedarValley.jpg b/images/CedarValley.jpg deleted file mode 100644 index 3bc14b6720..0000000000 Binary files a/images/CedarValley.jpg and /dev/null differ diff --git a/images/CedarValley_sm.jpg b/images/CedarValley_sm.jpg deleted file mode 100644 index 9d78334b4b..0000000000 Binary files a/images/CedarValley_sm.jpg and /dev/null differ diff --git a/images/CellSectorApp_small.png b/images/CellSectorApp_small.png deleted file mode 100644 index 7c61c979b5..0000000000 Binary files a/images/CellSectorApp_small.png and /dev/null differ diff --git a/images/CoMarker.jpg b/images/CoMarker.jpg deleted file mode 100644 index a934deace7..0000000000 Binary files a/images/CoMarker.jpg and /dev/null differ diff --git a/images/CoMarker_large.jpg b/images/CoMarker_large.jpg deleted file mode 100644 index 83df030da6..0000000000 Binary files a/images/CoMarker_large.jpg and /dev/null differ diff --git a/images/Coal.png b/images/Coal.png deleted file mode 100644 index 5589be98b2..0000000000 Binary files a/images/Coal.png and /dev/null differ diff --git a/images/ColonialBoston.png b/images/ColonialBoston.png deleted file mode 100644 index d3f170dd11..0000000000 Binary files a/images/ColonialBoston.png and /dev/null differ diff --git a/images/ColonialBoston_sm.png b/images/ColonialBoston_sm.png deleted file mode 100644 index 25c122fe61..0000000000 Binary files a/images/ColonialBoston_sm.png and /dev/null differ diff --git a/images/CommuterRail_Small.png b/images/CommuterRail_Small.png deleted file mode 100644 index c5d9c73380..0000000000 Binary files a/images/CommuterRail_Small.png and /dev/null differ diff --git a/images/CommuterStops_Small.png b/images/CommuterStops_Small.png deleted file mode 100644 index 971e59e4d6..0000000000 Binary files a/images/CommuterStops_Small.png and /dev/null differ diff --git a/images/CongressionalDistricts2012_Small.png b/images/CongressionalDistricts2012_Small.png deleted file mode 100644 index aa89c7d44d..0000000000 Binary files a/images/CongressionalDistricts2012_Small.png and /dev/null differ diff --git a/images/CountyBoundaries_Small.png b/images/CountyBoundaries_Small.png deleted file mode 100644 index 0bd05525f8..0000000000 Binary files a/images/CountyBoundaries_Small.png and /dev/null differ diff --git a/images/CulinaryWater255x255.png b/images/CulinaryWater255x255.png deleted file mode 100644 index 6ada43bb27..0000000000 Binary files a/images/CulinaryWater255x255.png and /dev/null differ diff --git a/images/CulinaryWater90x90.png b/images/CulinaryWater90x90.png deleted file mode 100644 index d5bed7f517..0000000000 Binary files a/images/CulinaryWater90x90.png and /dev/null differ diff --git a/images/DEM_2m_hillshade.jpg b/images/DEM_2m_hillshade.jpg deleted file mode 100644 index 5eff58714a..0000000000 Binary files a/images/DEM_2m_hillshade.jpg and /dev/null differ diff --git a/images/DEM_5m_hill.jpg b/images/DEM_5m_hill.jpg deleted file mode 100644 index 2ced369181..0000000000 Binary files a/images/DEM_5m_hill.jpg and /dev/null differ diff --git a/images/DFIRMs.jpg b/images/DFIRMs.jpg deleted file mode 100644 index e15930514c..0000000000 Binary files a/images/DFIRMs.jpg and /dev/null differ diff --git a/images/DFIRMsSM.jpg b/images/DFIRMsSM.jpg deleted file mode 100644 index 4e80453846..0000000000 Binary files a/images/DFIRMsSM.jpg and /dev/null differ diff --git a/images/DOQ_sample.jpg b/images/DOQ_sample.jpg deleted file mode 100644 index 530069b32a..0000000000 Binary files a/images/DOQ_sample.jpg and /dev/null differ diff --git a/images/DRG24k-Index-UT_LG.png b/images/DRG24k-Index-UT_LG.png deleted file mode 100644 index e9d928f8fb..0000000000 Binary files a/images/DRG24k-Index-UT_LG.png and /dev/null differ diff --git a/images/DSM.jpg b/images/DSM.jpg deleted file mode 100644 index 9b0193cb67..0000000000 Binary files a/images/DSM.jpg and /dev/null differ diff --git a/images/DSM_large.jpg b/images/DSM_large.jpg deleted file mode 100644 index 8bd58e297c..0000000000 Binary files a/images/DSM_large.jpg and /dev/null differ diff --git a/images/DTM.jpg b/images/DTM.jpg deleted file mode 100644 index 2ca2ae052d..0000000000 Binary files a/images/DTM.jpg and /dev/null differ diff --git a/images/DTM2.jpg b/images/DTM2.jpg deleted file mode 100644 index c49f52bce6..0000000000 Binary files a/images/DTM2.jpg and /dev/null differ diff --git a/images/DebrisFlow.png b/images/DebrisFlow.png deleted file mode 100644 index aa5beda5d0..0000000000 Binary files a/images/DebrisFlow.png and /dev/null differ diff --git a/images/DesktopLockCount.png b/images/DesktopLockCount.png deleted file mode 100644 index 4aa6e59107..0000000000 Binary files a/images/DesktopLockCount.png and /dev/null differ diff --git a/images/DispatchBoundary.png b/images/DispatchBoundary.png deleted file mode 100644 index 68f46f51d3..0000000000 Binary files a/images/DispatchBoundary.png and /dev/null differ diff --git a/images/EMN_20200526_addpts_plot.png b/images/EMN_20200526_addpts_plot.png deleted file mode 100644 index 97a834d7cb..0000000000 Binary files a/images/EMN_20200526_addpts_plot.png and /dev/null differ diff --git a/images/EMN_20200526_counties_plot.png b/images/EMN_20200526_counties_plot.png deleted file mode 100644 index b2eb1ad36c..0000000000 Binary files a/images/EMN_20200526_counties_plot.png and /dev/null differ diff --git a/images/EMN_20200526_faults_plot.png b/images/EMN_20200526_faults_plot.png deleted file mode 100644 index 2636ddf04f..0000000000 Binary files a/images/EMN_20200526_faults_plot.png and /dev/null differ diff --git a/images/EMN_20200526_libraries_plot.png b/images/EMN_20200526_libraries_plot.png deleted file mode 100644 index 72931aa087..0000000000 Binary files a/images/EMN_20200526_libraries_plot.png and /dev/null differ diff --git a/images/EMSFacilities_Small.png b/images/EMSFacilities_Small.png deleted file mode 100644 index 839de0ad4e..0000000000 Binary files a/images/EMSFacilities_Small.png and /dev/null differ diff --git a/images/EconomyTransit.png b/images/EconomyTransit.png deleted file mode 100644 index 749431dcb6..0000000000 Binary files a/images/EconomyTransit.png and /dev/null differ diff --git a/images/EmergencyRegions_Large.png b/images/EmergencyRegions_Large.png deleted file mode 100644 index f7d2379373..0000000000 Binary files a/images/EmergencyRegions_Large.png and /dev/null differ diff --git a/images/Ensign_DSM.png b/images/Ensign_DSM.png deleted file mode 100644 index a7ed2afd58..0000000000 Binary files a/images/Ensign_DSM.png and /dev/null differ diff --git a/images/Ensign_DSM_only.png b/images/Ensign_DSM_only.png deleted file mode 100644 index 76f2b0ce87..0000000000 Binary files a/images/Ensign_DSM_only.png and /dev/null differ diff --git a/images/Ensign_DSM_sm.png b/images/Ensign_DSM_sm.png deleted file mode 100644 index 39e6a455da..0000000000 Binary files a/images/Ensign_DSM_sm.png and /dev/null differ diff --git a/images/Ensign_DSM_sm2.png b/images/Ensign_DSM_sm2.png deleted file mode 100644 index 917efb8842..0000000000 Binary files a/images/Ensign_DSM_sm2.png and /dev/null differ diff --git a/images/Ensign_DTM.png b/images/Ensign_DTM.png deleted file mode 100644 index 197d697e6c..0000000000 Binary files a/images/Ensign_DTM.png and /dev/null differ diff --git a/images/Ensign_DTM_only.png b/images/Ensign_DTM_only.png deleted file mode 100644 index d464293e89..0000000000 Binary files a/images/Ensign_DTM_only.png and /dev/null differ diff --git a/images/Ensign_DTM_sm.png b/images/Ensign_DTM_sm.png deleted file mode 100644 index cc852f05a3..0000000000 Binary files a/images/Ensign_DTM_sm.png and /dev/null differ diff --git a/images/Ensign_DTM_sm2.png b/images/Ensign_DTM_sm2.png deleted file mode 100644 index 6d44f8d7fb..0000000000 Binary files a/images/Ensign_DTM_sm2.png and /dev/null differ diff --git a/images/EnviroAIR.png b/images/EnviroAIR.png deleted file mode 100644 index 41b1fdac00..0000000000 Binary files a/images/EnviroAIR.png and /dev/null differ diff --git a/images/EnviroWaterLarge.png b/images/EnviroWaterLarge.png deleted file mode 100644 index 7377d7bc6c..0000000000 Binary files a/images/EnviroWaterLarge.png and /dev/null differ diff --git a/images/EpicentersLarge.png b/images/EpicentersLarge.png deleted file mode 100644 index 20febf2822..0000000000 Binary files a/images/EpicentersLarge.png and /dev/null differ diff --git a/images/EpicentersSmall.png b/images/EpicentersSmall.png deleted file mode 100644 index 94f048af05..0000000000 Binary files a/images/EpicentersSmall.png and /dev/null differ diff --git a/images/FieldStations.png b/images/FieldStations.png deleted file mode 100644 index 32472ed68f..0000000000 Binary files a/images/FieldStations.png and /dev/null differ diff --git a/images/FieldStations_blm.png b/images/FieldStations_blm.png deleted file mode 100644 index cbc8c63399..0000000000 Binary files a/images/FieldStations_blm.png and /dev/null differ diff --git a/images/FieldStations_forest.png b/images/FieldStations_forest.png deleted file mode 100644 index 97113eaf8a..0000000000 Binary files a/images/FieldStations_forest.png and /dev/null differ diff --git a/images/FireStations.png b/images/FireStations.png deleted file mode 100644 index 7c572fa58e..0000000000 Binary files a/images/FireStations.png and /dev/null differ diff --git a/images/GNISLarge.png b/images/GNISLarge.png deleted file mode 100644 index e8f9bdc0ef..0000000000 Binary files a/images/GNISLarge.png and /dev/null differ diff --git a/images/GNISsmall.png b/images/GNISsmall.png deleted file mode 100644 index b88ce601fb..0000000000 Binary files a/images/GNISsmall.png and /dev/null differ diff --git a/images/GSL2016.png b/images/GSL2016.png deleted file mode 100644 index 9b3e814413..0000000000 Binary files a/images/GSL2016.png and /dev/null differ diff --git a/images/GSL2016_lg.png b/images/GSL2016_lg.png deleted file mode 100644 index d277af4eed..0000000000 Binary files a/images/GSL2016_lg.png and /dev/null differ diff --git a/images/GSL_Middle.jpg b/images/GSL_Middle.jpg deleted file mode 100644 index 63d538aa3b..0000000000 Binary files a/images/GSL_Middle.jpg and /dev/null differ diff --git a/images/GSL_Middle_sm.jpg b/images/GSL_Middle_sm.jpg deleted file mode 100644 index 264d0d4939..0000000000 Binary files a/images/GSL_Middle_sm.jpg and /dev/null differ diff --git a/images/GSL_North.jpg b/images/GSL_North.jpg deleted file mode 100644 index 88b18a6a2f..0000000000 Binary files a/images/GSL_North.jpg and /dev/null differ diff --git a/images/GSL_North_sm.jpg b/images/GSL_North_sm.jpg deleted file mode 100644 index abb2b8e361..0000000000 Binary files a/images/GSL_North_sm.jpg and /dev/null differ diff --git a/images/GSL_South.jpg b/images/GSL_South.jpg deleted file mode 100644 index 948f8459f9..0000000000 Binary files a/images/GSL_South.jpg and /dev/null differ diff --git a/images/GSL_South_sm.jpg b/images/GSL_South_sm.jpg deleted file mode 100644 index 4897b39946..0000000000 Binary files a/images/GSL_South_sm.jpg and /dev/null differ diff --git a/images/GSL_Tooele.jpg b/images/GSL_Tooele.jpg deleted file mode 100644 index 666ceefa05..0000000000 Binary files a/images/GSL_Tooele.jpg and /dev/null differ diff --git a/images/GSL_Tooele_sm.jpg b/images/GSL_Tooele_sm.jpg deleted file mode 100644 index da84d61492..0000000000 Binary files a/images/GSL_Tooele_sm.jpg and /dev/null differ diff --git a/images/GeoPDF.jpg b/images/GeoPDF.jpg deleted file mode 100644 index b9a5137d28..0000000000 Binary files a/images/GeoPDF.jpg and /dev/null differ diff --git a/images/GeothermalSM.png b/images/GeothermalSM.png deleted file mode 100644 index 86136914a9..0000000000 Binary files a/images/GeothermalSM.png and /dev/null differ diff --git a/images/GolfCourse.png b/images/GolfCourse.png deleted file mode 100644 index 3f53c654c5..0000000000 Binary files a/images/GolfCourse.png and /dev/null differ diff --git a/images/Google_lg.jpg b/images/Google_lg.jpg deleted file mode 100644 index 2d884c3018..0000000000 Binary files a/images/Google_lg.jpg and /dev/null differ diff --git a/images/Google_thumb.jpg b/images/Google_thumb.jpg deleted file mode 100644 index 112b5272ca..0000000000 Binary files a/images/Google_thumb.jpg and /dev/null differ diff --git a/images/GrazingAllotments.png b/images/GrazingAllotments.png deleted file mode 100644 index b6cbd2da16..0000000000 Binary files a/images/GrazingAllotments.png and /dev/null differ diff --git a/images/GrazingAllotmentsSM.png b/images/GrazingAllotmentsSM.png deleted file mode 100644 index 13d602d31f..0000000000 Binary files a/images/GrazingAllotmentsSM.png and /dev/null differ diff --git a/images/GrazingRegions.png b/images/GrazingRegions.png deleted file mode 100644 index 33668019fb..0000000000 Binary files a/images/GrazingRegions.png and /dev/null differ diff --git a/images/GrazingRegionsSM.png b/images/GrazingRegionsSM.png deleted file mode 100644 index 42ccd1ecb4..0000000000 Binary files a/images/GrazingRegionsSM.png and /dev/null differ diff --git a/images/Great_Trigonometrical_Survey_India_1870.jpg b/images/Great_Trigonometrical_Survey_India_1870.jpg deleted file mode 100644 index 3af79e47b6..0000000000 Binary files a/images/Great_Trigonometrical_Survey_India_1870.jpg and /dev/null differ diff --git a/images/Great_Trigonometrical_Survey_India_1870_sm.jpg b/images/Great_Trigonometrical_Survey_India_1870_sm.jpg deleted file mode 100644 index 1f7558aae8..0000000000 Binary files a/images/Great_Trigonometrical_Survey_India_1870_sm.jpg and /dev/null differ diff --git a/images/GunterChain.jpg b/images/GunterChain.jpg deleted file mode 100644 index 08d7692b0e..0000000000 Binary files a/images/GunterChain.jpg and /dev/null differ diff --git a/images/HRO2006_sample.jpg b/images/HRO2006_sample.jpg deleted file mode 100644 index 28b16acf8c..0000000000 Binary files a/images/HRO2006_sample.jpg and /dev/null differ diff --git a/images/HRO2006_sample_large.jpg b/images/HRO2006_sample_large.jpg deleted file mode 100644 index 2a52efb459..0000000000 Binary files a/images/HRO2006_sample_large.jpg and /dev/null differ diff --git a/images/HRO2009_sample.jpg b/images/HRO2009_sample.jpg deleted file mode 100644 index 247c5b027a..0000000000 Binary files a/images/HRO2009_sample.jpg and /dev/null differ diff --git a/images/HRO2009_sample_large.jpg b/images/HRO2009_sample_large.jpg deleted file mode 100644 index 12c12f97da..0000000000 Binary files a/images/HRO2009_sample_large.jpg and /dev/null differ diff --git a/images/HRO2012_sample.png b/images/HRO2012_sample.png deleted file mode 100644 index 2b66b3d340..0000000000 Binary files a/images/HRO2012_sample.png and /dev/null differ diff --git a/images/HealthCareFacilities_Small.png b/images/HealthCareFacilities_Small.png deleted file mode 100644 index 7b3d396a9d..0000000000 Binary files a/images/HealthCareFacilities_Small.png and /dev/null differ diff --git a/images/HealthDistrictBndy.png b/images/HealthDistrictBndy.png deleted file mode 100644 index dbebc51789..0000000000 Binary files a/images/HealthDistrictBndy.png and /dev/null differ diff --git a/images/HeliPoint_90x90.png b/images/HeliPoint_90x90.png deleted file mode 100644 index 7651974a20..0000000000 Binary files a/images/HeliPoint_90x90.png and /dev/null differ diff --git a/images/HexagonImagery.jpg b/images/HexagonImagery.jpg deleted file mode 100644 index 806d16907c..0000000000 Binary files a/images/HexagonImagery.jpg and /dev/null differ diff --git a/images/HistoricLakeBonneville.png b/images/HistoricLakeBonneville.png deleted file mode 100644 index 0cccb385b4..0000000000 Binary files a/images/HistoricLakeBonneville.png and /dev/null differ diff --git a/images/Hospitals_Large.png b/images/Hospitals_Large.png deleted file mode 100644 index bcd95e8445..0000000000 Binary files a/images/Hospitals_Large.png and /dev/null differ diff --git a/images/HouseDistricts2002_Small_Color4.png b/images/HouseDistricts2002_Small_Color4.png deleted file mode 100644 index 7ef7aff3d6..0000000000 Binary files a/images/HouseDistricts2002_Small_Color4.png and /dev/null differ diff --git a/images/HouseSmall2.png b/images/HouseSmall2.png deleted file mode 100644 index a2ead15671..0000000000 Binary files a/images/HouseSmall2.png and /dev/null differ diff --git a/images/HurricaneFault.jpg b/images/HurricaneFault.jpg deleted file mode 100644 index 9b30fac0fc..0000000000 Binary files a/images/HurricaneFault.jpg and /dev/null differ diff --git a/images/HurricaneFault_sm.jpg b/images/HurricaneFault_sm.jpg deleted file mode 100644 index e2b04a49c7..0000000000 Binary files a/images/HurricaneFault_sm.jpg and /dev/null differ diff --git a/images/ImageryCGoogle_WhiteOnBlack.png b/images/ImageryCGoogle_WhiteOnBlack.png deleted file mode 100644 index fdfdc83503..0000000000 Binary files a/images/ImageryCGoogle_WhiteOnBlack.png and /dev/null differ diff --git a/images/ImageryCGoogle_WhiteTransparent.png b/images/ImageryCGoogle_WhiteTransparent.png deleted file mode 100644 index 0066aaf466..0000000000 Binary files a/images/ImageryCGoogle_WhiteTransparent.png and /dev/null differ diff --git a/images/ImportsHelperFunctions.jpg b/images/ImportsHelperFunctions.jpg deleted file mode 100644 index a862ada5f5..0000000000 Binary files a/images/ImportsHelperFunctions.jpg and /dev/null differ diff --git a/images/JacobAdams.jpg b/images/JacobAdams.jpg deleted file mode 100644 index c0ddf69b4f..0000000000 Binary files a/images/JacobAdams.jpg and /dev/null differ diff --git a/images/Jails.png b/images/Jails.png deleted file mode 100644 index f941ed4df6..0000000000 Binary files a/images/Jails.png and /dev/null differ diff --git a/images/JohnsHopkinsCoronavirusMapFAQs.jpg b/images/JohnsHopkinsCoronavirusMapFAQs.jpg deleted file mode 100644 index df86836a72..0000000000 Binary files a/images/JohnsHopkinsCoronavirusMapFAQs.jpg and /dev/null differ diff --git a/images/JudicialDistricts.png b/images/JudicialDistricts.png deleted file mode 100644 index 216c9789cc..0000000000 Binary files a/images/JudicialDistricts.png and /dev/null differ diff --git a/images/Kota.png b/images/Kota.png deleted file mode 100644 index 032a1b91e4..0000000000 Binary files a/images/Kota.png and /dev/null differ diff --git a/images/LUCA2018.png b/images/LUCA2018.png deleted file mode 100644 index 9cee5c0cd6..0000000000 Binary files a/images/LUCA2018.png and /dev/null differ diff --git a/images/Lakes.png b/images/Lakes.png deleted file mode 100644 index 1ca568b79e..0000000000 Binary files a/images/Lakes.png and /dev/null differ diff --git a/images/LandOwnershipLarge2.png b/images/LandOwnershipLarge2.png deleted file mode 100644 index c4a2ade4c5..0000000000 Binary files a/images/LandOwnershipLarge2.png and /dev/null differ diff --git a/images/LandOwnership_BLM.png b/images/LandOwnership_BLM.png deleted file mode 100644 index 35acb949c0..0000000000 Binary files a/images/LandOwnership_BLM.png and /dev/null differ diff --git a/images/LandOwnership_NPS.png b/images/LandOwnership_NPS.png deleted file mode 100644 index b86813cfd2..0000000000 Binary files a/images/LandOwnership_NPS.png and /dev/null differ diff --git a/images/LandOwnership_Private.png b/images/LandOwnership_Private.png deleted file mode 100644 index 4f14f5eeaa..0000000000 Binary files a/images/LandOwnership_Private.png and /dev/null differ diff --git a/images/LandOwnership_StateTrust.png b/images/LandOwnership_StateTrust.png deleted file mode 100644 index 25aaff938a..0000000000 Binary files a/images/LandOwnership_StateTrust.png and /dev/null differ diff --git a/images/LandOwnership_Tribal.png b/images/LandOwnership_Tribal.png deleted file mode 100644 index 42060491ab..0000000000 Binary files a/images/LandOwnership_Tribal.png and /dev/null differ diff --git a/images/LandOwnership_Wilderness.png b/images/LandOwnership_Wilderness.png deleted file mode 100644 index 661fbce20c..0000000000 Binary files a/images/LandOwnership_Wilderness.png and /dev/null differ diff --git a/images/Lawboundaries.png b/images/Lawboundaries.png deleted file mode 100644 index e39df3ca17..0000000000 Binary files a/images/Lawboundaries.png and /dev/null differ diff --git a/images/Libraries.png b/images/Libraries.png deleted file mode 100644 index 45799381b2..0000000000 Binary files a/images/Libraries.png and /dev/null differ diff --git a/images/LidarPlan_sqMiKm.png b/images/LidarPlan_sqMiKm.png deleted file mode 100644 index 66d83a70a7..0000000000 Binary files a/images/LidarPlan_sqMiKm.png and /dev/null differ diff --git a/images/LidarPlan_w_GoalMet_and2022.png b/images/LidarPlan_w_GoalMet_and2022.png deleted file mode 100644 index 3967c60a2d..0000000000 Binary files a/images/LidarPlan_w_GoalMet_and2022.png and /dev/null differ diff --git a/images/LidarPlan_w_GoalMet_and2022_sm.png b/images/LidarPlan_w_GoalMet_and2022_sm.png deleted file mode 100644 index 5539214c12..0000000000 Binary files a/images/LidarPlan_w_GoalMet_and2022_sm.png and /dev/null differ diff --git a/images/LightRailRoutes_Small.png b/images/LightRailRoutes_Small.png deleted file mode 100644 index de1abb2453..0000000000 Binary files a/images/LightRailRoutes_Small.png and /dev/null differ diff --git a/images/LightRailStops_Small.png b/images/LightRailStops_Small.png deleted file mode 100644 index 64d1f81e5b..0000000000 Binary files a/images/LightRailStops_Small.png and /dev/null differ diff --git a/images/LiquorStores.png b/images/LiquorStores.png deleted file mode 100644 index 72d42a0d26..0000000000 Binary files a/images/LiquorStores.png and /dev/null differ diff --git a/images/LocalParks.png b/images/LocalParks.png deleted file mode 100644 index fb5e796c69..0000000000 Binary files a/images/LocalParks.png and /dev/null differ diff --git a/images/LoganSample.png b/images/LoganSample.png deleted file mode 100644 index b1fd93dff6..0000000000 Binary files a/images/LoganSample.png and /dev/null differ diff --git a/images/LowryWater.jpg b/images/LowryWater.jpg deleted file mode 100644 index 40bc8975b8..0000000000 Binary files a/images/LowryWater.jpg and /dev/null differ diff --git a/images/LowryWater_sm.jpg b/images/LowryWater_sm.jpg deleted file mode 100644 index ac9d5c57d9..0000000000 Binary files a/images/LowryWater_sm.jpg and /dev/null differ diff --git a/images/MapAllLayers.png b/images/MapAllLayers.png deleted file mode 100644 index 6bbdf86ebd..0000000000 Binary files a/images/MapAllLayers.png and /dev/null differ diff --git a/images/MetroTownshipSmall.png b/images/MetroTownshipSmall.png deleted file mode 100644 index ed51d53815..0000000000 Binary files a/images/MetroTownshipSmall.png and /dev/null differ diff --git a/images/MunicipalBoundaries_Large.png b/images/MunicipalBoundaries_Large.png deleted file mode 100644 index c65c7cffee..0000000000 Binary files a/images/MunicipalBoundaries_Large.png and /dev/null differ diff --git a/images/MunicipalitiesStateSmall.png b/images/MunicipalitiesStateSmall.png deleted file mode 100644 index b2049b159c..0000000000 Binary files a/images/MunicipalitiesStateSmall.png and /dev/null differ diff --git a/images/NAIP_CIR_110.png b/images/NAIP_CIR_110.png deleted file mode 100644 index 88f5438d75..0000000000 Binary files a/images/NAIP_CIR_110.png and /dev/null differ diff --git a/images/NAIP_RGB_110.png b/images/NAIP_RGB_110.png deleted file mode 100644 index f9138b6aaa..0000000000 Binary files a/images/NAIP_RGB_110.png and /dev/null differ diff --git a/images/NewsletterThumb.png b/images/NewsletterThumb.png deleted file mode 100644 index 74e7b6056b..0000000000 Binary files a/images/NewsletterThumb.png and /dev/null differ diff --git a/images/NorthwestTerritory.png b/images/NorthwestTerritory.png deleted file mode 100644 index 95c3628880..0000000000 Binary files a/images/NorthwestTerritory.png and /dev/null differ diff --git a/images/OgdenFEMA.jpg b/images/OgdenFEMA.jpg deleted file mode 100644 index cad5f5f14e..0000000000 Binary files a/images/OgdenFEMA.jpg and /dev/null differ diff --git a/images/OgdenFEMA_sm.jpg b/images/OgdenFEMA_sm.jpg deleted file mode 100644 index 8fb76ef822..0000000000 Binary files a/images/OgdenFEMA_sm.jpg and /dev/null differ diff --git a/images/OgdenValley.jpg b/images/OgdenValley.jpg deleted file mode 100644 index 6db2d71410..0000000000 Binary files a/images/OgdenValley.jpg and /dev/null differ diff --git a/images/OgdenValley_sm.jpg b/images/OgdenValley_sm.jpg deleted file mode 100644 index 310da8d04e..0000000000 Binary files a/images/OgdenValley_sm.jpg and /dev/null differ diff --git a/images/OilFieldsSM.png b/images/OilFieldsSM.png deleted file mode 100644 index b16f2acf40..0000000000 Binary files a/images/OilFieldsSM.png and /dev/null differ diff --git a/images/OilUnitsSM.png b/images/OilUnitsSM.png deleted file mode 100644 index 611304e7ed..0000000000 Binary files a/images/OilUnitsSM.png and /dev/null differ diff --git a/images/POBox.png b/images/POBox.png deleted file mode 100644 index fb040128bf..0000000000 Binary files a/images/POBox.png and /dev/null differ diff --git a/images/PSAPBndy2.png b/images/PSAPBndy2.png deleted file mode 100644 index c286f77224..0000000000 Binary files a/images/PSAPBndy2.png and /dev/null differ diff --git a/images/PSAPLocation.png b/images/PSAPLocation.png deleted file mode 100644 index dee5041df3..0000000000 Binary files a/images/PSAPLocation.png and /dev/null differ diff --git a/images/PlaceAreas.png b/images/PlaceAreas.png deleted file mode 100644 index b97419e1e4..0000000000 Binary files a/images/PlaceAreas.png and /dev/null differ diff --git a/images/PlacesofWorship.png b/images/PlacesofWorship.png deleted file mode 100644 index 73dfea15ee..0000000000 Binary files a/images/PlacesofWorship.png and /dev/null differ diff --git a/images/PoliceStations.png b/images/PoliceStations.png deleted file mode 100644 index 2c99b6285a..0000000000 Binary files a/images/PoliceStations.png and /dev/null differ diff --git a/images/Porter-GDL.png b/images/Porter-GDL.png deleted file mode 100644 index 8d9687ed3d..0000000000 Binary files a/images/Porter-GDL.png and /dev/null differ diff --git a/images/PowerPlants.png b/images/PowerPlants.png deleted file mode 100644 index 7a2bd19dde..0000000000 Binary files a/images/PowerPlants.png and /dev/null differ diff --git a/images/PreLUCAAddressCountComparison.png b/images/PreLUCAAddressCountComparison.png deleted file mode 100644 index 3a6100c87b..0000000000 Binary files a/images/PreLUCAAddressCountComparison.png and /dev/null differ diff --git a/images/PublicSafety.png b/images/PublicSafety.png deleted file mode 100644 index fc9e24e080..0000000000 Binary files a/images/PublicSafety.png and /dev/null differ diff --git a/images/QGISAddWMTSLayer.png b/images/QGISAddWMTSLayer.png deleted file mode 100644 index 8d61680c3a..0000000000 Binary files a/images/QGISAddWMTSLayer.png and /dev/null differ diff --git a/images/QGISHybrid.png b/images/QGISHybrid.png deleted file mode 100644 index d7b0073945..0000000000 Binary files a/images/QGISHybrid.png and /dev/null differ diff --git a/images/QGISNewWMTSConnection.png b/images/QGISNewWMTSConnection.png deleted file mode 100644 index 54bb12a779..0000000000 Binary files a/images/QGISNewWMTSConnection.png and /dev/null differ diff --git a/images/RGB.jpg b/images/RGB.jpg deleted file mode 100644 index a6e8720533..0000000000 Binary files a/images/RGB.jpg and /dev/null differ diff --git a/images/RGB123.png b/images/RGB123.png deleted file mode 100644 index 8396849150..0000000000 Binary files a/images/RGB123.png and /dev/null differ diff --git a/images/Railroad25k_256.png b/images/Railroad25k_256.png deleted file mode 100644 index 2cb35f1460..0000000000 Binary files a/images/Railroad25k_256.png and /dev/null differ diff --git a/images/Renewableenergy.png b/images/Renewableenergy.png deleted file mode 100644 index 5db2c51a29..0000000000 Binary files a/images/Renewableenergy.png and /dev/null differ diff --git a/images/RuralTelcom.png b/images/RuralTelcom.png deleted file mode 100644 index ce660d74ef..0000000000 Binary files a/images/RuralTelcom.png and /dev/null differ diff --git a/images/SGID25YEARS.png b/images/SGID25YEARS.png deleted file mode 100644 index cbebfc716c..0000000000 Binary files a/images/SGID25YEARS.png and /dev/null differ diff --git a/images/SGID25YEARS_small.png b/images/SGID25YEARS_small.png deleted file mode 100644 index 34b281f97a..0000000000 Binary files a/images/SGID25YEARS_small.png and /dev/null differ diff --git a/images/SGID_1990s_binders_sm.png b/images/SGID_1990s_binders_sm.png deleted file mode 100644 index 0830ac2b62..0000000000 Binary files a/images/SGID_1990s_binders_sm.png and /dev/null differ diff --git a/images/SGID_1994_binders_cover_sm.png b/images/SGID_1994_binders_cover_sm.png deleted file mode 100755 index 7c478917bd..0000000000 Binary files a/images/SGID_1994_binders_cover_sm.png and /dev/null differ diff --git a/images/SGID_1995_cover_sm.png b/images/SGID_1995_cover_sm.png deleted file mode 100644 index 8c905d299a..0000000000 Binary files a/images/SGID_1995_cover_sm.png and /dev/null differ diff --git a/images/SGID_1999_binders_cover_sm.png b/images/SGID_1999_binders_cover_sm.png deleted file mode 100755 index 54d04b4068..0000000000 Binary files a/images/SGID_1999_binders_cover_sm.png and /dev/null differ diff --git a/images/SGID_2019_take_the_poll.png b/images/SGID_2019_take_the_poll.png deleted file mode 100644 index 79f4dda309..0000000000 Binary files a/images/SGID_2019_take_the_poll.png and /dev/null differ diff --git a/images/SGID_2019_webpage_data.png b/images/SGID_2019_webpage_data.png deleted file mode 100755 index 6aaafa8bad..0000000000 Binary files a/images/SGID_2019_webpage_data.png and /dev/null differ diff --git a/images/SGID_CD.JPG b/images/SGID_CD.JPG deleted file mode 100644 index 5fa39b30c0..0000000000 Binary files a/images/SGID_CD.JPG and /dev/null differ diff --git a/images/SGID_Cover.JPG b/images/SGID_Cover.JPG deleted file mode 100644 index f3aa24ad8d..0000000000 Binary files a/images/SGID_Cover.JPG and /dev/null differ diff --git a/images/SGID_UserGuide.JPG b/images/SGID_UserGuide.JPG deleted file mode 100644 index 02fa48b764..0000000000 Binary files a/images/SGID_UserGuide.JPG and /dev/null differ diff --git a/images/SGID_early2000s.png b/images/SGID_early2000s.png deleted file mode 100755 index 9da97cca7c..0000000000 Binary files a/images/SGID_early2000s.png and /dev/null differ diff --git a/images/SGID_early2000s_sm.png b/images/SGID_early2000s_sm.png deleted file mode 100755 index b5594a37e0..0000000000 Binary files a/images/SGID_early2000s_sm.png and /dev/null differ diff --git a/images/SGID_lifecycle.jpg b/images/SGID_lifecycle.jpg deleted file mode 100644 index 7d6a827111..0000000000 Binary files a/images/SGID_lifecycle.jpg and /dev/null differ diff --git a/images/SLCoBlock.png b/images/SLCoBlock.png deleted file mode 100644 index 4a91b2a45d..0000000000 Binary files a/images/SLCoBlock.png and /dev/null differ diff --git a/images/SLCoBlock_sm.png b/images/SLCoBlock_sm.png deleted file mode 100644 index 95d4cfe858..0000000000 Binary files a/images/SLCoBlock_sm.png and /dev/null differ diff --git a/images/SLCocontours.jpg b/images/SLCocontours.jpg deleted file mode 100644 index c480d795f6..0000000000 Binary files a/images/SLCocontours.jpg and /dev/null differ diff --git a/images/SalesTaxAreas.png b/images/SalesTaxAreas.png deleted file mode 100644 index 18006ce397..0000000000 Binary files a/images/SalesTaxAreas.png and /dev/null differ diff --git a/images/SaltLakeHistoric.jpg b/images/SaltLakeHistoric.jpg deleted file mode 100644 index 338ac530d1..0000000000 Binary files a/images/SaltLakeHistoric.jpg and /dev/null differ diff --git a/images/SaltLakeHistoric_sm.jpg b/images/SaltLakeHistoric_sm.jpg deleted file mode 100644 index a7cd3db802..0000000000 Binary files a/images/SaltLakeHistoric_sm.jpg and /dev/null differ diff --git a/images/SchoolDistricts_2015Web.png b/images/SchoolDistricts_2015Web.png deleted file mode 100644 index 77f4f804e6..0000000000 Binary files a/images/SchoolDistricts_2015Web.png and /dev/null differ diff --git a/images/Schools.png b/images/Schools.png deleted file mode 100644 index 95123284e5..0000000000 Binary files a/images/Schools.png and /dev/null differ diff --git a/images/SchoolsLarge.png b/images/SchoolsLarge.png deleted file mode 100644 index de402f640c..0000000000 Binary files a/images/SchoolsLarge.png and /dev/null differ diff --git a/images/SectionLineRoads.png b/images/SectionLineRoads.png deleted file mode 100644 index bcb2a532a2..0000000000 Binary files a/images/SectionLineRoads.png and /dev/null differ diff --git a/images/SectionLineRoads_sm.png b/images/SectionLineRoads_sm.png deleted file mode 100644 index bbfccbcdfb..0000000000 Binary files a/images/SectionLineRoads_sm.png and /dev/null differ diff --git a/images/SectorsBearLake.png b/images/SectorsBearLake.png deleted file mode 100644 index b9675375b9..0000000000 Binary files a/images/SectorsBearLake.png and /dev/null differ diff --git a/images/SectorsWithPsaps.png b/images/SectorsWithPsaps.png deleted file mode 100644 index 923b1bc100..0000000000 Binary files a/images/SectorsWithPsaps.png and /dev/null differ diff --git a/images/SenateDistricts2012_Large_Color4.png b/images/SenateDistricts2012_Large_Color4.png deleted file mode 100644 index cba6ddb684..0000000000 Binary files a/images/SenateDistricts2012_Large_Color4.png and /dev/null differ diff --git a/images/SenateDistricts2012_Small_Color4.png b/images/SenateDistricts2012_Small_Color4.png deleted file mode 100644 index 62c5f3d230..0000000000 Binary files a/images/SenateDistricts2012_Small_Color4.png and /dev/null differ diff --git a/images/SevierDPS.png b/images/SevierDPS.png deleted file mode 100644 index 6050339ecb..0000000000 Binary files a/images/SevierDPS.png and /dev/null differ diff --git a/images/SkiArea.png b/images/SkiArea.png deleted file mode 100644 index 034b40afb2..0000000000 Binary files a/images/SkiArea.png and /dev/null differ diff --git a/images/SmallStatAreas_2009_small.png b/images/SmallStatAreas_2009_small.png deleted file mode 100644 index 84d108eed2..0000000000 Binary files a/images/SmallStatAreas_2009_small.png and /dev/null differ diff --git a/images/Soils.png b/images/Soils.png deleted file mode 100644 index 22587f8eee..0000000000 Binary files a/images/Soils.png and /dev/null differ diff --git a/images/SolarSM.png b/images/SolarSM.png deleted file mode 100644 index 4e497ca90c..0000000000 Binary files a/images/SolarSM.png and /dev/null differ diff --git a/images/Springs.png b/images/Springs.png deleted file mode 100644 index 5130fd5b5c..0000000000 Binary files a/images/Springs.png and /dev/null differ diff --git a/images/StateFacilities.png b/images/StateFacilities.png deleted file mode 100644 index e619e559f6..0000000000 Binary files a/images/StateFacilities.png and /dev/null differ diff --git a/images/StateFuelSites.png b/images/StateFuelSites.png deleted file mode 100644 index ba224ae57d..0000000000 Binary files a/images/StateFuelSites.png and /dev/null differ diff --git a/images/StateSchoolBoard2012_Small_Color4.png b/images/StateSchoolBoard2012_Small_Color4.png deleted file mode 100644 index 9ad5a4fa40..0000000000 Binary files a/images/StateSchoolBoard2012_Small_Color4.png and /dev/null differ diff --git a/images/StateStreetAddressing.png b/images/StateStreetAddressing.png deleted file mode 100644 index a1d1c546dd..0000000000 Binary files a/images/StateStreetAddressing.png and /dev/null differ diff --git a/images/StatewideTrails.png b/images/StatewideTrails.png deleted file mode 100755 index f1a4233831..0000000000 Binary files a/images/StatewideTrails.png and /dev/null differ diff --git a/images/StatisticalAreas_Large.png b/images/StatisticalAreas_Large.png deleted file mode 100644 index cb5fda0ff0..0000000000 Binary files a/images/StatisticalAreas_Large.png and /dev/null differ diff --git a/images/StrawberryRiverLidar_2019.png b/images/StrawberryRiverLidar_2019.png deleted file mode 100644 index a1baaf578c..0000000000 Binary files a/images/StrawberryRiverLidar_2019.png and /dev/null differ diff --git a/images/Streams.png b/images/Streams.png deleted file mode 100644 index de0fb71a0d..0000000000 Binary files a/images/Streams.png and /dev/null differ diff --git a/images/SunLakes_grid.png b/images/SunLakes_grid.png deleted file mode 100644 index 7bd4c35c82..0000000000 Binary files a/images/SunLakes_grid.png and /dev/null differ diff --git a/images/SunLakes_grid_sm.png b/images/SunLakes_grid_sm.png deleted file mode 100644 index 1263b1fc41..0000000000 Binary files a/images/SunLakes_grid_sm.png and /dev/null differ diff --git a/images/TIFF6_MicroStationError.jpg b/images/TIFF6_MicroStationError.jpg deleted file mode 100644 index 87a660f99f..0000000000 Binary files a/images/TIFF6_MicroStationError.jpg and /dev/null differ diff --git a/images/TIFF6_Stripes.png b/images/TIFF6_Stripes.png deleted file mode 100644 index f2f443d7be..0000000000 Binary files a/images/TIFF6_Stripes.png and /dev/null differ diff --git a/images/TIFF6_Stripes2.png b/images/TIFF6_Stripes2.png deleted file mode 100644 index 470ccd09cc..0000000000 Binary files a/images/TIFF6_Stripes2.png and /dev/null differ diff --git a/images/TIFF6_washedout.png b/images/TIFF6_washedout.png deleted file mode 100644 index 452dd7d93a..0000000000 Binary files a/images/TIFF6_washedout.png and /dev/null differ diff --git a/images/TaxAreasLarge.png b/images/TaxAreasLarge.png deleted file mode 100644 index b7efff6edc..0000000000 Binary files a/images/TaxAreasLarge.png and /dev/null differ diff --git a/images/TaxEntities.png b/images/TaxEntities.png deleted file mode 100644 index f0276de4da..0000000000 Binary files a/images/TaxEntities.png and /dev/null differ diff --git a/images/TorreyBlock.png b/images/TorreyBlock.png deleted file mode 100644 index 2a32c5c032..0000000000 Binary files a/images/TorreyBlock.png and /dev/null differ diff --git a/images/TorreyBlock_sm.png b/images/TorreyBlock_sm.png deleted file mode 100644 index 5065e53074..0000000000 Binary files a/images/TorreyBlock_sm.png and /dev/null differ diff --git a/images/Transformation.png b/images/Transformation.png deleted file mode 100644 index 5bcd026264..0000000000 Binary files a/images/Transformation.png and /dev/null differ diff --git a/images/Transit_Large.png b/images/Transit_Large.png deleted file mode 100644 index baa12c3048..0000000000 Binary files a/images/Transit_Large.png and /dev/null differ diff --git a/images/UGICConferenceLogo.jpg b/images/UGICConferenceLogo.jpg deleted file mode 100644 index 45d8d89d8a..0000000000 Binary files a/images/UGICConferenceLogo.jpg and /dev/null differ diff --git a/images/USPSLarge.png b/images/USPSLarge.png deleted file mode 100644 index d66c35013c..0000000000 Binary files a/images/USPSLarge.png and /dev/null differ diff --git a/images/USPSSmall.png b/images/USPSSmall.png deleted file mode 100644 index a866d44b4c..0000000000 Binary files a/images/USPSSmall.png and /dev/null differ diff --git a/images/USPSSmallB.png b/images/USPSSmallB.png deleted file mode 100644 index 06374c16b8..0000000000 Binary files a/images/USPSSmallB.png and /dev/null differ diff --git a/images/UraniumAreasSM.png b/images/UraniumAreasSM.png deleted file mode 100644 index c9d134cd8c..0000000000 Binary files a/images/UraniumAreasSM.png and /dev/null differ diff --git a/images/UraniumDistricts_UGS_SM.png b/images/UraniumDistricts_UGS_SM.png deleted file mode 100644 index 28bb16e57b..0000000000 Binary files a/images/UraniumDistricts_UGS_SM.png and /dev/null differ diff --git a/images/UraniumLG.png b/images/UraniumLG.png deleted file mode 100644 index 2f1703a616..0000000000 Binary files a/images/UraniumLG.png and /dev/null differ diff --git a/images/UraniumMillsSM.png b/images/UraniumMillsSM.png deleted file mode 100644 index 3676f7977b..0000000000 Binary files a/images/UraniumMillsSM.png and /dev/null differ diff --git a/images/UraniumPastProducersSM.png b/images/UraniumPastProducersSM.png deleted file mode 100644 index 41fcb7bcf3..0000000000 Binary files a/images/UraniumPastProducersSM.png and /dev/null differ diff --git a/images/UraniumPermittedSM.png b/images/UraniumPermittedSM.png deleted file mode 100644 index 2f7a824ffb..0000000000 Binary files a/images/UraniumPermittedSM.png and /dev/null differ diff --git a/images/UrbanAreas.png b/images/UrbanAreas.png deleted file mode 100644 index 17aed81e98..0000000000 Binary files a/images/UrbanAreas.png and /dev/null differ diff --git a/images/UrbanAreas2020.png b/images/UrbanAreas2020.png deleted file mode 100644 index 418c1b3ccc..0000000000 Binary files a/images/UrbanAreas2020.png and /dev/null differ diff --git a/images/UrbanTrails.png b/images/UrbanTrails.png deleted file mode 100644 index 30eb472632..0000000000 Binary files a/images/UrbanTrails.png and /dev/null differ diff --git a/images/UtahBoundary.png b/images/UtahBoundary.png deleted file mode 100644 index 40deb45aba..0000000000 Binary files a/images/UtahBoundary.png and /dev/null differ diff --git a/images/Utah_Alluvial_Fan_Inventory_Boundaries_as_of_2019.png b/images/Utah_Alluvial_Fan_Inventory_Boundaries_as_of_2019.png deleted file mode 100644 index 7fb7d8197d..0000000000 Binary files a/images/Utah_Alluvial_Fan_Inventory_Boundaries_as_of_2019.png and /dev/null differ diff --git a/images/Utah_Alluvial_Fan_Inventory_Boundaries_as_of_2019_sm.png b/images/Utah_Alluvial_Fan_Inventory_Boundaries_as_of_2019_sm.png deleted file mode 100644 index c555faee91..0000000000 Binary files a/images/Utah_Alluvial_Fan_Inventory_Boundaries_as_of_2019_sm.png and /dev/null differ diff --git a/images/Vintage_DRG.png b/images/Vintage_DRG.png deleted file mode 100644 index 9488bf3170..0000000000 Binary files a/images/Vintage_DRG.png and /dev/null differ diff --git a/images/VoterPrecinctsSmall.png b/images/VoterPrecinctsSmall.png deleted file mode 100644 index 717ca1411f..0000000000 Binary files a/images/VoterPrecinctsSmall.png and /dev/null differ diff --git a/images/WasatchFront_LiDAR_2013-2014_Extent_sm.png b/images/WasatchFront_LiDAR_2013-2014_Extent_sm.png deleted file mode 100644 index 029c983f6e..0000000000 Binary files a/images/WasatchFront_LiDAR_2013-2014_Extent_sm.png and /dev/null differ diff --git a/images/Water.png b/images/Water.png deleted file mode 100644 index eed8eb8c11..0000000000 Binary files a/images/Water.png and /dev/null differ diff --git a/images/WaterRights.png b/images/WaterRights.png deleted file mode 100644 index 5bf20339c0..0000000000 Binary files a/images/WaterRights.png and /dev/null differ diff --git a/images/WatershedAreas.png b/images/WatershedAreas.png deleted file mode 100644 index dd769af28b..0000000000 Binary files a/images/WatershedAreas.png and /dev/null differ diff --git a/images/WindSM.png b/images/WindSM.png deleted file mode 100644 index 791d8854b0..0000000000 Binary files a/images/WindSM.png and /dev/null differ diff --git a/images/ZipCodeSm.png b/images/ZipCodeSm.png deleted file mode 100644 index f1cb42c52e..0000000000 Binary files a/images/ZipCodeSm.png and /dev/null differ diff --git a/images/aerial-photography-extents-ut.jpg b/images/aerial-photography-extents-ut.jpg deleted file mode 100644 index c58d03471f..0000000000 Binary files a/images/aerial-photography-extents-ut.jpg and /dev/null differ diff --git a/images/agol_location_group.png b/images/agol_location_group.png deleted file mode 100644 index f717f3730e..0000000000 Binary files a/images/agol_location_group.png and /dev/null differ diff --git a/images/agrc-supports-geospatial.png b/images/agrc-supports-geospatial.png deleted file mode 100644 index 8383735ffd..0000000000 Binary files a/images/agrc-supports-geospatial.png and /dev/null differ diff --git a/images/alluvialfan.png b/images/alluvialfan.png deleted file mode 100644 index 98575db567..0000000000 Binary files a/images/alluvialfan.png and /dev/null differ diff --git a/images/api-client/client.png b/images/api-client/client.png deleted file mode 100644 index c602f0519e..0000000000 Binary files a/images/api-client/client.png and /dev/null differ diff --git a/images/api-client/web_api_logo.png b/images/api-client/web_api_logo.png deleted file mode 100644 index fee16d8765..0000000000 Binary files a/images/api-client/web_api_logo.png and /dev/null differ diff --git a/images/applications/atlas_utah_gov.png b/images/applications/atlas_utah_gov.png deleted file mode 100644 index 07689e1421..0000000000 Binary files a/images/applications/atlas_utah_gov.png and /dev/null differ diff --git a/images/applications/broadband_utah_gov.png b/images/applications/broadband_utah_gov.png deleted file mode 100644 index 686132d348..0000000000 Binary files a/images/applications/broadband_utah_gov.png and /dev/null differ diff --git a/images/applications/deq_utah_gov.png b/images/applications/deq_utah_gov.png deleted file mode 100644 index 5b6bd099bd..0000000000 Binary files a/images/applications/deq_utah_gov.png and /dev/null differ diff --git a/images/applications/locate_utah_gov.png b/images/applications/locate_utah_gov.png deleted file mode 100644 index 3dab6f144c..0000000000 Binary files a/images/applications/locate_utah_gov.png and /dev/null differ diff --git a/images/applications/parcels_utah_gov.png b/images/applications/parcels_utah_gov.png deleted file mode 100644 index 35d7b13d42..0000000000 Binary files a/images/applications/parcels_utah_gov.png and /dev/null differ diff --git a/images/applications/plss_utah_gov.png b/images/applications/plss_utah_gov.png deleted file mode 100644 index fc80a7cb7d..0000000000 Binary files a/images/applications/plss_utah_gov.png and /dev/null differ diff --git a/images/applications/raster_utah_gov.png b/images/applications/raster_utah_gov.png deleted file mode 100644 index 93e18facb2..0000000000 Binary files a/images/applications/raster_utah_gov.png and /dev/null differ diff --git a/images/applications/roadkill_utah_gov.png b/images/applications/roadkill_utah_gov.png deleted file mode 100644 index b213fe29ab..0000000000 Binary files a/images/applications/roadkill_utah_gov.png and /dev/null differ diff --git a/images/applications/wri_utah_gov.png b/images/applications/wri_utah_gov.png deleted file mode 100644 index 10a795aa63..0000000000 Binary files a/images/applications/wri_utah_gov.png and /dev/null differ diff --git a/images/argon.png b/images/argon.png deleted file mode 100644 index 2eb5fd0058..0000000000 Binary files a/images/argon.png and /dev/null differ diff --git a/images/authoritative_geocoding.png b/images/authoritative_geocoding.png deleted file mode 100644 index 2f210ddaf0..0000000000 Binary files a/images/authoritative_geocoding.png and /dev/null differ diff --git a/images/auto-corr_dem-extents-ut.jpg b/images/auto-corr_dem-extents-ut.jpg deleted file mode 100644 index baf205d847..0000000000 Binary files a/images/auto-corr_dem-extents-ut.jpg and /dev/null differ diff --git a/images/auto-corr_dem-index-ut.jpg b/images/auto-corr_dem-index-ut.jpg deleted file mode 100644 index 499421eb94..0000000000 Binary files a/images/auto-corr_dem-index-ut.jpg and /dev/null differ diff --git a/images/auto-corr_dem_lg.jpg b/images/auto-corr_dem_lg.jpg deleted file mode 100644 index 34df65b334..0000000000 Binary files a/images/auto-corr_dem_lg.jpg and /dev/null differ diff --git a/images/backgrounds/bg-large.png b/images/backgrounds/bg-large.png deleted file mode 100644 index 52fd5f097a..0000000000 Binary files a/images/backgrounds/bg-large.png and /dev/null differ diff --git a/images/backgrounds/blueprint.jpg b/images/backgrounds/blueprint.jpg deleted file mode 100644 index 3b5522e23d..0000000000 Binary files a/images/backgrounds/blueprint.jpg and /dev/null differ diff --git a/images/backgrounds/tanakaContours.jpg b/images/backgrounds/tanakaContours.jpg deleted file mode 100644 index f80ff2131d..0000000000 Binary files a/images/backgrounds/tanakaContours.jpg and /dev/null differ diff --git a/images/bb_challenge_results.png b/images/bb_challenge_results.png deleted file mode 100644 index ac77ef9e0e..0000000000 Binary files a/images/bb_challenge_results.png and /dev/null differ diff --git a/images/bbcais_3.png b/images/bbcais_3.png deleted file mode 100644 index bf69143682..0000000000 Binary files a/images/bbcais_3.png and /dev/null differ diff --git a/images/bbwireless_4.png b/images/bbwireless_4.png deleted file mode 100644 index 6def911a04..0000000000 Binary files a/images/bbwireless_4.png and /dev/null differ diff --git a/images/bbwireline_2.png b/images/bbwireline_2.png deleted file mode 100644 index 9a993039e6..0000000000 Binary files a/images/bbwireline_2.png and /dev/null differ diff --git a/images/better_headers.png b/images/better_headers.png deleted file mode 100644 index ff144029e5..0000000000 Binary files a/images/better_headers.png and /dev/null differ diff --git a/images/bldg256.png b/images/bldg256.png deleted file mode 100644 index 0d68bbc979..0000000000 Binary files a/images/bldg256.png and /dev/null differ diff --git a/images/bldg90.png b/images/bldg90.png deleted file mode 100644 index 09713964a6..0000000000 Binary files a/images/bldg90.png and /dev/null differ diff --git a/images/brianhead_terrain_basemap.png b/images/brianhead_terrain_basemap.png deleted file mode 100644 index 731d1bfa77..0000000000 Binary files a/images/brianhead_terrain_basemap.png and /dev/null differ diff --git a/images/cache_headers.png b/images/cache_headers.png deleted file mode 100644 index a3290d7c7c..0000000000 Binary files a/images/cache_headers.png and /dev/null differ diff --git a/images/cemeteriesB.png b/images/cemeteriesB.png deleted file mode 100644 index 527c1362ca..0000000000 Binary files a/images/cemeteriesB.png and /dev/null differ diff --git a/images/census2020_block_pl_94_171_alias_fields.png b/images/census2020_block_pl_94_171_alias_fields.png deleted file mode 100644 index 45df70413f..0000000000 Binary files a/images/census2020_block_pl_94_171_alias_fields.png and /dev/null differ diff --git a/images/census2020_pl_94_171_summaryfiles.png b/images/census2020_pl_94_171_summaryfiles.png deleted file mode 100644 index 489268bc9b..0000000000 Binary files a/images/census2020_pl_94_171_summaryfiles.png and /dev/null differ diff --git a/images/census2020_pl_94_171_summaryfiles_join_tables.png b/images/census2020_pl_94_171_summaryfiles_join_tables.png deleted file mode 100644 index 1b82baacbd..0000000000 Binary files a/images/census2020_pl_94_171_summaryfiles_join_tables.png and /dev/null differ diff --git a/images/census_tiger_logo.png b/images/census_tiger_logo.png deleted file mode 100755 index 066c5caf6d..0000000000 Binary files a/images/census_tiger_logo.png and /dev/null differ diff --git a/images/censusmain_2.png b/images/censusmain_2.png deleted file mode 100644 index a3bcb97b4f..0000000000 Binary files a/images/censusmain_2.png and /dev/null differ diff --git a/images/censussmall.png b/images/censussmall.png deleted file mode 100644 index 6b72c14a61..0000000000 Binary files a/images/censussmall.png and /dev/null differ diff --git a/images/censussmall_2.png b/images/censussmall_2.png deleted file mode 100644 index f16f0bdbfd..0000000000 Binary files a/images/censussmall_2.png and /dev/null differ diff --git a/images/censussmall_3.png b/images/censussmall_3.png deleted file mode 100644 index 8192ab4ffa..0000000000 Binary files a/images/censussmall_3.png and /dev/null differ diff --git a/images/cgis.png b/images/cgis.png deleted file mode 100755 index df1117ffd5..0000000000 Binary files a/images/cgis.png and /dev/null differ diff --git a/images/choleramap.png b/images/choleramap.png deleted file mode 100755 index 4374ef5791..0000000000 Binary files a/images/choleramap.png and /dev/null differ diff --git a/images/cityareaemp.png b/images/cityareaemp.png deleted file mode 100644 index 1bdfc06409..0000000000 Binary files a/images/cityareaemp.png and /dev/null differ diff --git a/images/cityareapophh.png b/images/cityareapophh.png deleted file mode 100644 index 1a1de089b6..0000000000 Binary files a/images/cityareapophh.png and /dev/null differ diff --git a/images/collaboration.jpg b/images/collaboration.jpg deleted file mode 100644 index 34601ef2b5..0000000000 Binary files a/images/collaboration.jpg and /dev/null differ diff --git a/images/conservation_soil-districts.jpg b/images/conservation_soil-districts.jpg deleted file mode 100644 index 5fc8944b7e..0000000000 Binary files a/images/conservation_soil-districts.jpg and /dev/null differ diff --git a/images/conservation_soil-zones.jpg b/images/conservation_soil-zones.jpg deleted file mode 100644 index 90a80212fa..0000000000 Binary files a/images/conservation_soil-zones.jpg and /dev/null differ diff --git a/images/conservation_soils.jpg b/images/conservation_soils.jpg deleted file mode 100644 index 95d9cf9153..0000000000 Binary files a/images/conservation_soils.jpg and /dev/null differ diff --git a/images/contour-line-extents-ut.jpg b/images/contour-line-extents-ut.jpg deleted file mode 100644 index afb226c9ab..0000000000 Binary files a/images/contour-line-extents-ut.jpg and /dev/null differ diff --git a/images/contour-line-index-ut.jpg b/images/contour-line-index-ut.jpg deleted file mode 100644 index a6b5100ba8..0000000000 Binary files a/images/contour-line-index-ut.jpg and /dev/null differ diff --git a/images/contourPolys.png b/images/contourPolys.png deleted file mode 100644 index ee46db0757..0000000000 Binary files a/images/contourPolys.png and /dev/null differ diff --git a/images/contoursPolys.png b/images/contoursPolys.png deleted file mode 100644 index b5b614dd0a..0000000000 Binary files a/images/contoursPolys.png and /dev/null differ diff --git a/images/cooling_tower_map.png b/images/cooling_tower_map.png deleted file mode 100644 index 565302e128..0000000000 Binary files a/images/cooling_tower_map.png and /dev/null differ diff --git a/images/covid-testing-first-months.png b/images/covid-testing-first-months.png deleted file mode 100644 index 3f0502f3c6..0000000000 Binary files a/images/covid-testing-first-months.png and /dev/null differ diff --git a/images/covid-testing-summer.png b/images/covid-testing-summer.png deleted file mode 100644 index b1873dc37f..0000000000 Binary files a/images/covid-testing-summer.png and /dev/null differ diff --git a/images/covid-testing-surge.png b/images/covid-testing-surge.png deleted file mode 100644 index b767db0306..0000000000 Binary files a/images/covid-testing-surge.png and /dev/null differ diff --git a/images/desktop_opensgid_add_db.png b/images/desktop_opensgid_add_db.png deleted file mode 100644 index 87d9f92267..0000000000 Binary files a/images/desktop_opensgid_add_db.png and /dev/null differ diff --git a/images/desktop_opensgid_conn.png b/images/desktop_opensgid_conn.png deleted file mode 100644 index 2b4f85b435..0000000000 Binary files a/images/desktop_opensgid_conn.png and /dev/null differ diff --git a/images/dhhs_process.png b/images/dhhs_process.png deleted file mode 100644 index b774ac2475..0000000000 Binary files a/images/dhhs_process.png and /dev/null differ diff --git a/images/discover.png b/images/discover.png deleted file mode 100644 index a290cfafbe..0000000000 Binary files a/images/discover.png and /dev/null differ diff --git a/images/discover_sm.png b/images/discover_sm.png deleted file mode 100644 index 2d6d6da4fd..0000000000 Binary files a/images/discover_sm.png and /dev/null differ diff --git a/images/doq_lg.jpg b/images/doq_lg.jpg deleted file mode 100644 index 3e302dbe91..0000000000 Binary files a/images/doq_lg.jpg and /dev/null differ diff --git a/images/drg100k-index-ut.jpg b/images/drg100k-index-ut.jpg deleted file mode 100644 index a8650dd077..0000000000 Binary files a/images/drg100k-index-ut.jpg and /dev/null differ diff --git a/images/drg24k-index-ut.jpg b/images/drg24k-index-ut.jpg deleted file mode 100644 index b0c0437cda..0000000000 Binary files a/images/drg24k-index-ut.jpg and /dev/null differ diff --git a/images/drg250k-index-ut.jpg b/images/drg250k-index-ut.jpg deleted file mode 100644 index 6740c9c44b..0000000000 Binary files a/images/drg250k-index-ut.jpg and /dev/null differ diff --git a/images/electric_brain.png b/images/electric_brain.png deleted file mode 100644 index 144d579484..0000000000 Binary files a/images/electric_brain.png and /dev/null differ diff --git a/images/ems_areas_90.png b/images/ems_areas_90.png deleted file mode 100644 index 0fd02f3d9c..0000000000 Binary files a/images/ems_areas_90.png and /dev/null differ diff --git a/images/enterprisezones_big.png b/images/enterprisezones_big.png deleted file mode 100644 index 5e14656608..0000000000 Binary files a/images/enterprisezones_big.png and /dev/null differ diff --git a/images/enviroewa.png b/images/enviroewa.png deleted file mode 100644 index d5356b41a6..0000000000 Binary files a/images/enviroewa.png and /dev/null differ diff --git a/images/envirofacilityusts.png b/images/envirofacilityusts.png deleted file mode 100644 index 71c41ae7d2..0000000000 Binary files a/images/envirofacilityusts.png and /dev/null differ diff --git a/images/envirofuds.png b/images/envirofuds.png deleted file mode 100644 index 185c2a236d..0000000000 Binary files a/images/envirofuds.png and /dev/null differ diff --git a/images/enviroicbuffers.png b/images/enviroicbuffers.png deleted file mode 100644 index e7059a2dd4..0000000000 Binary files a/images/enviroicbuffers.png and /dev/null differ diff --git a/images/envirolandmain.png b/images/envirolandmain.png deleted file mode 100644 index 3bedd2cb6c..0000000000 Binary files a/images/envirolandmain.png and /dev/null differ diff --git a/images/envirolargegenerators.png b/images/envirolargegenerators.png deleted file mode 100644 index 9e3d1ff2e7..0000000000 Binary files a/images/envirolargegenerators.png and /dev/null differ diff --git a/images/envirollwaste.png b/images/envirollwaste.png deleted file mode 100644 index 5fcfae9f09..0000000000 Binary files a/images/envirollwaste.png and /dev/null differ diff --git a/images/envirommrps.png b/images/envirommrps.png deleted file mode 100644 index 2c0b0128fe..0000000000 Binary files a/images/envirommrps.png and /dev/null differ diff --git a/images/enviromonitoredlakes.png b/images/enviromonitoredlakes.png deleted file mode 100644 index 62c95921c0..0000000000 Binary files a/images/enviromonitoredlakes.png and /dev/null differ diff --git a/images/enviromowaterpermits.png b/images/enviromowaterpermits.png deleted file mode 100644 index ce52e863ec..0000000000 Binary files a/images/enviromowaterpermits.png and /dev/null differ diff --git a/images/environpl.png b/images/environpl.png deleted file mode 100644 index 91635bc4f8..0000000000 Binary files a/images/environpl.png and /dev/null differ diff --git a/images/envirositerem.png b/images/envirositerem.png deleted file mode 100644 index 1cbe92318b..0000000000 Binary files a/images/envirositerem.png and /dev/null differ diff --git a/images/envirosmallgenerators.png b/images/envirosmallgenerators.png deleted file mode 100644 index d8554705bf..0000000000 Binary files a/images/envirosmallgenerators.png and /dev/null differ diff --git a/images/envirosolidwaste.png b/images/envirosolidwaste.png deleted file mode 100644 index 8796fb1259..0000000000 Binary files a/images/envirosolidwaste.png and /dev/null differ diff --git a/images/envirotier2.png b/images/envirotier2.png deleted file mode 100644 index b2499036f3..0000000000 Binary files a/images/envirotier2.png and /dev/null differ diff --git a/images/envirotri.png b/images/envirotri.png deleted file mode 100644 index ef51830fe3..0000000000 Binary files a/images/envirotri.png and /dev/null differ diff --git a/images/envirousedoil.png b/images/envirousedoil.png deleted file mode 100644 index a406df020b..0000000000 Binary files a/images/envirousedoil.png and /dev/null differ diff --git a/images/envirovcps.png b/images/envirovcps.png deleted file mode 100644 index e9740905a6..0000000000 Binary files a/images/envirovcps.png and /dev/null differ diff --git a/images/esri_theearlydays.jpg b/images/esri_theearlydays.jpg deleted file mode 100644 index 283c738bd8..0000000000 Binary files a/images/esri_theearlydays.jpg and /dev/null differ diff --git a/images/facebookcard.png b/images/facebookcard.png deleted file mode 100644 index 4f56c8e021..0000000000 Binary files a/images/facebookcard.png and /dev/null differ diff --git a/images/faults.png b/images/faults.png deleted file mode 100644 index b1bc9d31fb..0000000000 Binary files a/images/faults.png and /dev/null differ diff --git a/images/faults_sml.png b/images/faults_sml.png deleted file mode 100644 index 1b688ae18a..0000000000 Binary files a/images/faults_sml.png and /dev/null differ diff --git a/images/favicon.ico b/images/favicon.ico deleted file mode 100644 index 5e5c75cd84..0000000000 Binary files a/images/favicon.ico and /dev/null differ diff --git a/images/feel_the_power.jpg b/images/feel_the_power.jpg deleted file mode 100644 index 069c440696..0000000000 Binary files a/images/feel_the_power.jpg and /dev/null differ diff --git a/images/fire_areas_90.png b/images/fire_areas_90.png deleted file mode 100644 index 149eb089cc..0000000000 Binary files a/images/fire_areas_90.png and /dev/null differ diff --git a/images/fire_station_travel_times.png b/images/fire_station_travel_times.png deleted file mode 100644 index 25265a2ca8..0000000000 Binary files a/images/fire_station_travel_times.png and /dev/null differ diff --git a/images/flea.jpg b/images/flea.jpg deleted file mode 100644 index 4758268709..0000000000 Binary files a/images/flea.jpg and /dev/null differ diff --git a/images/forkingagrc.png b/images/forkingagrc.png deleted file mode 100644 index b2e60674da..0000000000 Binary files a/images/forkingagrc.png and /dev/null differ diff --git a/images/fs_roadless-boundaries-ut.jpg b/images/fs_roadless-boundaries-ut.jpg deleted file mode 100644 index 5c8eefc0b0..0000000000 Binary files a/images/fs_roadless-boundaries-ut.jpg and /dev/null differ diff --git a/images/geochron.png b/images/geochron.png deleted file mode 100644 index 0c46ac25a5..0000000000 Binary files a/images/geochron.png and /dev/null differ diff --git a/images/geospatial-whats-next.png b/images/geospatial-whats-next.png deleted file mode 100644 index 3fac0ef255..0000000000 Binary files a/images/geospatial-whats-next.png and /dev/null differ diff --git a/images/geospatial.png b/images/geospatial.png deleted file mode 100644 index b1ff425bc4..0000000000 Binary files a/images/geospatial.png and /dev/null differ diff --git a/images/gis_wisdom.png b/images/gis_wisdom.png deleted file mode 100644 index ed056601a1..0000000000 Binary files a/images/gis_wisdom.png and /dev/null differ diff --git a/images/gnss_earth.png b/images/gnss_earth.png deleted file mode 100644 index 641bb1bd21..0000000000 Binary files a/images/gnss_earth.png and /dev/null differ diff --git a/images/grid_like_street_networks.png b/images/grid_like_street_networks.png deleted file mode 100644 index 209c5a522e..0000000000 Binary files a/images/grid_like_street_networks.png and /dev/null differ diff --git a/images/guestblog/jp_AnalysisTools.png b/images/guestblog/jp_AnalysisTools.png deleted file mode 100644 index 25a26a4c59..0000000000 Binary files a/images/guestblog/jp_AnalysisTools.png and /dev/null differ diff --git a/images/guestblog/jp_ArcProScreenshot.png b/images/guestblog/jp_ArcProScreenshot.png deleted file mode 100644 index cfd8f8ebda..0000000000 Binary files a/images/guestblog/jp_ArcProScreenshot.png and /dev/null differ diff --git a/images/guestblog/jp_ArcProTraining.png b/images/guestblog/jp_ArcProTraining.png deleted file mode 100644 index bb599f68d3..0000000000 Binary files a/images/guestblog/jp_ArcProTraining.png and /dev/null differ diff --git a/images/guestblog/jp_JessieinJordan.png b/images/guestblog/jp_JessieinJordan.png deleted file mode 100644 index 1dc75f64bc..0000000000 Binary files a/images/guestblog/jp_JessieinJordan.png and /dev/null differ diff --git a/images/guestblog/jp_MultipleLayouts.png b/images/guestblog/jp_MultipleLayouts.png deleted file mode 100644 index 7a94452380..0000000000 Binary files a/images/guestblog/jp_MultipleLayouts.png and /dev/null differ diff --git a/images/guestblog/jp_Spongebob.png b/images/guestblog/jp_Spongebob.png deleted file mode 100644 index d59444da72..0000000000 Binary files a/images/guestblog/jp_Spongebob.png and /dev/null differ diff --git a/images/h3_hexes.png b/images/h3_hexes.png deleted file mode 100644 index 77dda41e7f..0000000000 Binary files a/images/h3_hexes.png and /dev/null differ diff --git a/images/h3_hexes_square.png b/images/h3_hexes_square.png deleted file mode 100644 index 75b7dee491..0000000000 Binary files a/images/h3_hexes_square.png and /dev/null differ diff --git a/images/h3_single.png b/images/h3_single.png deleted file mode 100644 index 91638e0d36..0000000000 Binary files a/images/h3_single.png and /dev/null differ diff --git a/images/h3_supermarkets.png b/images/h3_supermarkets.png deleted file mode 100644 index 77fad0519a..0000000000 Binary files a/images/h3_supermarkets.png and /dev/null differ diff --git a/images/habitatbig.png b/images/habitatbig.png deleted file mode 100644 index e8cc83fd9f..0000000000 Binary files a/images/habitatbig.png and /dev/null differ diff --git a/images/habitatsmall.png b/images/habitatsmall.png deleted file mode 100644 index effca53387..0000000000 Binary files a/images/habitatsmall.png and /dev/null differ diff --git a/images/hex_globe_sgid.png b/images/hex_globe_sgid.png deleted file mode 100644 index 47d09d6d9b..0000000000 Binary files a/images/hex_globe_sgid.png and /dev/null differ diff --git a/images/hippocampus.png b/images/hippocampus.png deleted file mode 100644 index 4c984ee56b..0000000000 Binary files a/images/hippocampus.png and /dev/null differ diff --git a/images/hollerith_punch_card.png b/images/hollerith_punch_card.png deleted file mode 100755 index ece0628119..0000000000 Binary files a/images/hollerith_punch_card.png and /dev/null differ diff --git a/images/howgitworks.png b/images/howgitworks.png deleted file mode 100644 index aadc56953d..0000000000 Binary files a/images/howgitworks.png and /dev/null differ diff --git a/images/howgitworkssmall.png b/images/howgitworkssmall.png deleted file mode 100644 index 939d113e70..0000000000 Binary files a/images/howgitworkssmall.png and /dev/null differ diff --git a/images/hro_lg.jpg b/images/hro_lg.jpg deleted file mode 100644 index 533ef626b5..0000000000 Binary files a/images/hro_lg.jpg and /dev/null differ diff --git a/images/index_headers.png b/images/index_headers.png deleted file mode 100644 index f0834cdb76..0000000000 Binary files a/images/index_headers.png and /dev/null differ diff --git a/images/landownership_federal.png b/images/landownership_federal.png deleted file mode 100644 index 8db2c557a4..0000000000 Binary files a/images/landownership_federal.png and /dev/null differ diff --git a/images/lidar-extents-ut.jpg b/images/lidar-extents-ut.jpg deleted file mode 100644 index 053205d12d..0000000000 Binary files a/images/lidar-extents-ut.jpg and /dev/null differ diff --git a/images/lidar-indices-ut.jpg b/images/lidar-indices-ut.jpg deleted file mode 100644 index 055171c667..0000000000 Binary files a/images/lidar-indices-ut.jpg and /dev/null differ diff --git a/images/lidar_blbrcvuwv.png b/images/lidar_blbrcvuwv.png deleted file mode 100644 index 5128bd63ce..0000000000 Binary files a/images/lidar_blbrcvuwv.png and /dev/null differ diff --git a/images/lidar_blbrcvuwv_coverage_sm.png b/images/lidar_blbrcvuwv_coverage_sm.png deleted file mode 100644 index 03a5805d59..0000000000 Binary files a/images/lidar_blbrcvuwv_coverage_sm.png and /dev/null differ diff --git a/images/lidar_box_elder_2018.png b/images/lidar_box_elder_2018.png deleted file mode 100644 index ad9b1a2743..0000000000 Binary files a/images/lidar_box_elder_2018.png and /dev/null differ diff --git a/images/lidar_box_elder_2018_coverage_sm.png b/images/lidar_box_elder_2018_coverage_sm.png deleted file mode 100644 index 08eb5858de..0000000000 Binary files a/images/lidar_box_elder_2018_coverage_sm.png and /dev/null differ diff --git a/images/lidar_central_southern_utah_2020.png b/images/lidar_central_southern_utah_2020.png deleted file mode 100644 index c3d5517b5e..0000000000 Binary files a/images/lidar_central_southern_utah_2020.png and /dev/null differ diff --git a/images/lidar_central_southern_utah_2020_coverage_sm.png b/images/lidar_central_southern_utah_2020_coverage_sm.png deleted file mode 100644 index 84c6553f83..0000000000 Binary files a/images/lidar_central_southern_utah_2020_coverage_sm.png and /dev/null differ diff --git a/images/lidar_central_utah_2018.png b/images/lidar_central_utah_2018.png deleted file mode 100644 index 1c957c0eb6..0000000000 Binary files a/images/lidar_central_utah_2018.png and /dev/null differ diff --git a/images/lidar_central_utah_2018_coverage_sm.png b/images/lidar_central_utah_2018_coverage_sm.png deleted file mode 100644 index 67b88693a8..0000000000 Binary files a/images/lidar_central_utah_2018_coverage_sm.png and /dev/null differ diff --git a/images/lidar_femahq_2020.png b/images/lidar_femahq_2020.png deleted file mode 100644 index 18542ae446..0000000000 Binary files a/images/lidar_femahq_2020.png and /dev/null differ diff --git a/images/lidar_femahq_2020_coverage_sm.png b/images/lidar_femahq_2020_coverage_sm.png deleted file mode 100644 index b3bc84fefc..0000000000 Binary files a/images/lidar_femahq_2020_coverage_sm.png and /dev/null differ diff --git a/images/lidar_fish_springs_2022.png b/images/lidar_fish_springs_2022.png deleted file mode 100644 index e8229a6e54..0000000000 Binary files a/images/lidar_fish_springs_2022.png and /dev/null differ diff --git a/images/lidar_fish_springs_2022_coverage_sm.png b/images/lidar_fish_springs_2022_coverage_sm.png deleted file mode 100644 index 4cddb08fee..0000000000 Binary files a/images/lidar_fish_springs_2022_coverage_sm.png and /dev/null differ diff --git a/images/lidar_forge.png b/images/lidar_forge.png deleted file mode 100644 index e9e8ad4ba3..0000000000 Binary files a/images/lidar_forge.png and /dev/null differ diff --git a/images/lidar_forge_coverage_sm.png b/images/lidar_forge_coverage_sm.png deleted file mode 100644 index e4c2008772..0000000000 Binary files a/images/lidar_forge_coverage_sm.png and /dev/null differ diff --git a/images/lidar_gsl.png b/images/lidar_gsl.png deleted file mode 100644 index 0fa40ec9f2..0000000000 Binary files a/images/lidar_gsl.png and /dev/null differ diff --git a/images/lidar_gsl_coverage_sm.png b/images/lidar_gsl_coverage_sm.png deleted file mode 100644 index c9e48d87f1..0000000000 Binary files a/images/lidar_gsl_coverage_sm.png and /dev/null differ diff --git a/images/lidar_heber_uintah_basin_2018.png b/images/lidar_heber_uintah_basin_2018.png deleted file mode 100644 index 2fa2f2ce3f..0000000000 Binary files a/images/lidar_heber_uintah_basin_2018.png and /dev/null differ diff --git a/images/lidar_heber_uintah_basin_2018_coverage_sm.png b/images/lidar_heber_uintah_basin_2018_coverage_sm.png deleted file mode 100644 index 9f833f165a..0000000000 Binary files a/images/lidar_heber_uintah_basin_2018_coverage_sm.png and /dev/null differ diff --git a/images/lidar_kanab_2016.png b/images/lidar_kanab_2016.png deleted file mode 100644 index 872950ca50..0000000000 Binary files a/images/lidar_kanab_2016.png and /dev/null differ diff --git a/images/lidar_kanab_2016_coverage_sm.png b/images/lidar_kanab_2016_coverage_sm.png deleted file mode 100644 index 088b8a52fd..0000000000 Binary files a/images/lidar_kanab_2016_coverage_sm.png and /dev/null differ diff --git a/images/lidar_kane_county_2019.png b/images/lidar_kane_county_2019.png deleted file mode 100644 index 2c84c58d35..0000000000 Binary files a/images/lidar_kane_county_2019.png and /dev/null differ diff --git a/images/lidar_kane_county_2019_coverage_sm.png b/images/lidar_kane_county_2019_coverage_sm.png deleted file mode 100644 index ae6c168fa2..0000000000 Binary files a/images/lidar_kane_county_2019_coverage_sm.png and /dev/null differ diff --git a/images/lidar_logan_river_watershed_utah_2020.png b/images/lidar_logan_river_watershed_utah_2020.png deleted file mode 100644 index c4efb983ab..0000000000 Binary files a/images/lidar_logan_river_watershed_utah_2020.png and /dev/null differ diff --git a/images/lidar_logan_river_watershed_utah_2020_coverage_sm.png b/images/lidar_logan_river_watershed_utah_2020_coverage_sm.png deleted file mode 100644 index a94977a187..0000000000 Binary files a/images/lidar_logan_river_watershed_utah_2020_coverage_sm.png and /dev/null differ diff --git a/images/lidar_millsite.png b/images/lidar_millsite.png deleted file mode 100644 index 0792903c50..0000000000 Binary files a/images/lidar_millsite.png and /dev/null differ diff --git a/images/lidar_millsite_coverage_sm.png b/images/lidar_millsite_coverage_sm.png deleted file mode 100644 index 002fa1ae2f..0000000000 Binary files a/images/lidar_millsite_coverage_sm.png and /dev/null differ diff --git a/images/lidar_monroe.PNG b/images/lidar_monroe.PNG deleted file mode 100644 index 227cd9ca41..0000000000 Binary files a/images/lidar_monroe.PNG and /dev/null differ diff --git a/images/lidar_monroe_coverage_sm.png b/images/lidar_monroe_coverage_sm.png deleted file mode 100644 index a200f64879..0000000000 Binary files a/images/lidar_monroe_coverage_sm.png and /dev/null differ diff --git a/images/lidar_northern_central_utah_2020.png b/images/lidar_northern_central_utah_2020.png deleted file mode 100644 index fc5f1391f0..0000000000 Binary files a/images/lidar_northern_central_utah_2020.png and /dev/null differ diff --git a/images/lidar_northern_central_utah_2020_coverage_sm.png b/images/lidar_northern_central_utah_2020_coverage_sm.png deleted file mode 100644 index 4e8e2ed1b2..0000000000 Binary files a/images/lidar_northern_central_utah_2020_coverage_sm.png and /dev/null differ diff --git a/images/lidar_northern_utah_2018.png b/images/lidar_northern_utah_2018.png deleted file mode 100644 index 51cdc906c1..0000000000 Binary files a/images/lidar_northern_utah_2018.png and /dev/null differ diff --git a/images/lidar_northern_utah_2018_coverage_sm.png b/images/lidar_northern_utah_2018_coverage_sm.png deleted file mode 100644 index 705330d183..0000000000 Binary files a/images/lidar_northern_utah_2018_coverage_sm.png and /dev/null differ diff --git a/images/lidar_rivers.png b/images/lidar_rivers.png deleted file mode 100644 index b57342a4de..0000000000 Binary files a/images/lidar_rivers.png and /dev/null differ diff --git a/images/lidar_rivers_coverage_sm.png b/images/lidar_rivers_coverage_sm.png deleted file mode 100644 index 825646a358..0000000000 Binary files a/images/lidar_rivers_coverage_sm.png and /dev/null differ diff --git a/images/lidar_sanpete_valley_2018.png b/images/lidar_sanpete_valley_2018.png deleted file mode 100644 index 2d484f2eea..0000000000 Binary files a/images/lidar_sanpete_valley_2018.png and /dev/null differ diff --git a/images/lidar_sanpete_valley_2018_coverage_sm.png b/images/lidar_sanpete_valley_2018_coverage_sm.png deleted file mode 100644 index 2d12133f9d..0000000000 Binary files a/images/lidar_sanpete_valley_2018_coverage_sm.png and /dev/null differ diff --git a/images/lidar_southern_utah_2018.png b/images/lidar_southern_utah_2018.png deleted file mode 100644 index 3d53f0b88d..0000000000 Binary files a/images/lidar_southern_utah_2018.png and /dev/null differ diff --git a/images/lidar_southern_utah_2018_coverage_sm.png b/images/lidar_southern_utah_2018_coverage_sm.png deleted file mode 100644 index dfe0dffdf1..0000000000 Binary files a/images/lidar_southern_utah_2018_coverage_sm.png and /dev/null differ diff --git a/images/lidar_southern_utah_2020.png b/images/lidar_southern_utah_2020.png deleted file mode 100644 index 82ec65cf64..0000000000 Binary files a/images/lidar_southern_utah_2020.png and /dev/null differ diff --git a/images/lidar_southern_utah_2020_coverage_sm.png b/images/lidar_southern_utah_2020_coverage_sm.png deleted file mode 100644 index 143bf1abf1..0000000000 Binary files a/images/lidar_southern_utah_2020_coverage_sm.png and /dev/null differ diff --git a/images/lidar_strawberry_river_2019.png b/images/lidar_strawberry_river_2019.png deleted file mode 100644 index 21340c7004..0000000000 Binary files a/images/lidar_strawberry_river_2019.png and /dev/null differ diff --git a/images/lidar_strawberry_river_2019_coverage_sm.png b/images/lidar_strawberry_river_2019_coverage_sm.png deleted file mode 100644 index d257ca7bf8..0000000000 Binary files a/images/lidar_strawberry_river_2019_coverage_sm.png and /dev/null differ diff --git a/images/lidar_washington_co.png b/images/lidar_washington_co.png deleted file mode 100644 index 0e30315444..0000000000 Binary files a/images/lidar_washington_co.png and /dev/null differ diff --git a/images/lidar_washington_co_coverage_sm.png b/images/lidar_washington_co_coverage_sm.png deleted file mode 100644 index a1ed91ef24..0000000000 Binary files a/images/lidar_washington_co_coverage_sm.png and /dev/null differ diff --git a/images/lidar_wvw.png b/images/lidar_wvw.png deleted file mode 100644 index e859736ce5..0000000000 Binary files a/images/lidar_wvw.png and /dev/null differ diff --git a/images/lidar_wvw_coverage_sm.png b/images/lidar_wvw_coverage_sm.png deleted file mode 100644 index 7eee32c47c..0000000000 Binary files a/images/lidar_wvw_coverage_sm.png and /dev/null differ diff --git a/images/lidar_zion_np_2015.png b/images/lidar_zion_np_2015.png deleted file mode 100644 index 717fea39bd..0000000000 Binary files a/images/lidar_zion_np_2015.png and /dev/null differ diff --git a/images/lidar_zion_np_2015_coverage_sm.png b/images/lidar_zion_np_2015_coverage_sm.png deleted file mode 100644 index cc148ec324..0000000000 Binary files a/images/lidar_zion_np_2015_coverage_sm.png and /dev/null differ diff --git a/images/location-data.png b/images/location-data.png deleted file mode 100644 index bcea9b8a16..0000000000 Binary files a/images/location-data.png and /dev/null differ diff --git a/images/london_iconic_cabs.png b/images/london_iconic_cabs.png deleted file mode 100644 index 195892b2b7..0000000000 Binary files a/images/london_iconic_cabs.png and /dev/null differ diff --git a/images/lum.png b/images/lum.png deleted file mode 100644 index ecde1c5183..0000000000 Binary files a/images/lum.png and /dev/null differ diff --git a/images/mainbb_2.png b/images/mainbb_2.png deleted file mode 100644 index a31da922d8..0000000000 Binary files a/images/mainbb_2.png and /dev/null differ diff --git a/images/monroe_DEM.png b/images/monroe_DEM.png deleted file mode 100644 index dd7335be38..0000000000 Binary files a/images/monroe_DEM.png and /dev/null differ diff --git a/images/monroe_DSM.png b/images/monroe_DSM.png deleted file mode 100644 index b5767c7a32..0000000000 Binary files a/images/monroe_DSM.png and /dev/null differ diff --git a/images/naip_lg.jpg b/images/naip_lg.jpg deleted file mode 100644 index 4869016952..0000000000 Binary files a/images/naip_lg.jpg and /dev/null differ diff --git a/images/ned_lg.jpg b/images/ned_lg.jpg deleted file mode 100644 index f12d5d685b..0000000000 Binary files a/images/ned_lg.jpg and /dev/null differ diff --git a/images/network_head.png b/images/network_head.png deleted file mode 100644 index 502c7f1751..0000000000 Binary files a/images/network_head.png and /dev/null differ diff --git a/images/new_terrain.png b/images/new_terrain.png deleted file mode 100644 index 8ad3827ec1..0000000000 Binary files a/images/new_terrain.png and /dev/null differ diff --git a/images/nsgic_awards/ECurtisSmall.png b/images/nsgic_awards/ECurtisSmall.png deleted file mode 100644 index df73a4ba87..0000000000 Binary files a/images/nsgic_awards/ECurtisSmall.png and /dev/null differ diff --git a/images/nsgic_awards/KColeGOEDSmall.png b/images/nsgic_awards/KColeGOEDSmall.png deleted file mode 100644 index 9162308837..0000000000 Binary files a/images/nsgic_awards/KColeGOEDSmall.png and /dev/null differ diff --git a/images/nsgic_awards/RodBennett.png b/images/nsgic_awards/RodBennett.png deleted file mode 100644 index f879b3f9c7..0000000000 Binary files a/images/nsgic_awards/RodBennett.png and /dev/null differ diff --git a/images/nsgic_awards/TKnowltonSmall.png b/images/nsgic_awards/TKnowltonSmall.png deleted file mode 100644 index e575d19f01..0000000000 Binary files a/images/nsgic_awards/TKnowltonSmall.png and /dev/null differ diff --git a/images/od_homepage.png b/images/od_homepage.png deleted file mode 100644 index 1b6ee56fe6..0000000000 Binary files a/images/od_homepage.png and /dev/null differ diff --git a/images/ord_survey_uk_history.jpg b/images/ord_survey_uk_history.jpg deleted file mode 100644 index 165e58690b..0000000000 Binary files a/images/ord_survey_uk_history.jpg and /dev/null differ diff --git a/images/os_places.PNG b/images/os_places.PNG deleted file mode 100644 index 5de1a96854..0000000000 Binary files a/images/os_places.PNG and /dev/null differ diff --git a/images/palletjack_overview.png b/images/palletjack_overview.png deleted file mode 100644 index e0dc988ead..0000000000 Binary files a/images/palletjack_overview.png and /dev/null differ diff --git a/images/parcels.png b/images/parcels.png deleted file mode 100644 index 98cb2a0f29..0000000000 Binary files a/images/parcels.png and /dev/null differ diff --git a/images/parcels_lg.jpg b/images/parcels_lg.jpg deleted file mode 100644 index 35077f9bfe..0000000000 Binary files a/images/parcels_lg.jpg and /dev/null differ diff --git a/images/pcTrails.png b/images/pcTrails.png deleted file mode 100644 index 2af34b3256..0000000000 Binary files a/images/pcTrails.png and /dev/null differ diff --git a/images/pc_arcinfo_1986.jpg b/images/pc_arcinfo_1986.jpg deleted file mode 100644 index d7d5f0c968..0000000000 Binary files a/images/pc_arcinfo_1986.jpg and /dev/null differ diff --git a/images/place_experiences.png b/images/place_experiences.png deleted file mode 100644 index 0cf109b53a..0000000000 Binary files a/images/place_experiences.png and /dev/null differ diff --git a/images/plat_of_zion.png b/images/plat_of_zion.png deleted file mode 100644 index 576d742665..0000000000 Binary files a/images/plat_of_zion.png and /dev/null differ diff --git a/images/plat_of_zion_sm.png b/images/plat_of_zion_sm.png deleted file mode 100644 index bfff7cd56f..0000000000 Binary files a/images/plat_of_zion_sm.png and /dev/null differ diff --git a/images/plss_gcdb_lg.jpg b/images/plss_gcdb_lg.jpg deleted file mode 100644 index e211a7a05e..0000000000 Binary files a/images/plss_gcdb_lg.jpg and /dev/null differ diff --git a/images/plsspoint.jpg b/images/plsspoint.jpg deleted file mode 100644 index df95face1e..0000000000 Binary files a/images/plsspoint.jpg and /dev/null differ diff --git a/images/pop2019_3d300x_utahco256p.png b/images/pop2019_3d300x_utahco256p.png deleted file mode 100644 index d8d7eb4499..0000000000 Binary files a/images/pop2019_3d300x_utahco256p.png and /dev/null differ diff --git a/images/preliminary_zone_layout.png b/images/preliminary_zone_layout.png deleted file mode 100644 index 3726a71ebd..0000000000 Binary files a/images/preliminary_zone_layout.png and /dev/null differ diff --git a/images/preliminary_zone_layout_thumb.png b/images/preliminary_zone_layout_thumb.png deleted file mode 100644 index 382284e99e..0000000000 Binary files a/images/preliminary_zone_layout_thumb.png and /dev/null differ diff --git a/images/pres_elec_2020_results.png b/images/pres_elec_2020_results.png deleted file mode 100644 index fe52cbf79e..0000000000 Binary files a/images/pres_elec_2020_results.png and /dev/null differ diff --git a/images/pres_elec_2020_results_gradient.png b/images/pres_elec_2020_results_gradient.png deleted file mode 100644 index dcc2c9cc74..0000000000 Binary files a/images/pres_elec_2020_results_gradient.png and /dev/null differ diff --git a/images/principal_meridians.png b/images/principal_meridians.png deleted file mode 100644 index ff8b827c5a..0000000000 Binary files a/images/principal_meridians.png and /dev/null differ diff --git a/images/principal_meridians_sm.png b/images/principal_meridians_sm.png deleted file mode 100644 index 119cb01d16..0000000000 Binary files a/images/principal_meridians_sm.png and /dev/null differ diff --git a/images/profile_thumb.png b/images/profile_thumb.png deleted file mode 100644 index 2b3eb36055..0000000000 Binary files a/images/profile_thumb.png and /dev/null differ diff --git a/images/projections-300x288.png b/images/projections-300x288.png deleted file mode 100644 index 6abe27cccf..0000000000 Binary files a/images/projections-300x288.png and /dev/null differ diff --git a/images/projections.png b/images/projections.png deleted file mode 100644 index c47d9c6d7a..0000000000 Binary files a/images/projections.png and /dev/null differ diff --git a/images/projects.png b/images/projects.png deleted file mode 100644 index d1747f2f24..0000000000 Binary files a/images/projects.png and /dev/null differ diff --git a/images/ptCloud.jpg b/images/ptCloud.jpg deleted file mode 100644 index 593f53bf62..0000000000 Binary files a/images/ptCloud.jpg and /dev/null differ diff --git a/images/quarter.jpg b/images/quarter.jpg deleted file mode 100644 index d8d6088670..0000000000 Binary files a/images/quarter.jpg and /dev/null differ diff --git a/images/quarterquarter.jpg b/images/quarterquarter.jpg deleted file mode 100644 index 3d45259fcd..0000000000 Binary files a/images/quarterquarter.jpg and /dev/null differ diff --git a/images/radio.png b/images/radio.png deleted file mode 100644 index 411d268367..0000000000 Binary files a/images/radio.png and /dev/null differ diff --git a/images/salt_lake_meridian.png b/images/salt_lake_meridian.png deleted file mode 100644 index 54cdb219b3..0000000000 Binary files a/images/salt_lake_meridian.png and /dev/null differ diff --git a/images/sections.jpg b/images/sections.jpg deleted file mode 100644 index f111e88373..0000000000 Binary files a/images/sections.jpg and /dev/null differ diff --git a/images/sgid-index.png b/images/sgid-index.png deleted file mode 100644 index 0b7c8fcf03..0000000000 Binary files a/images/sgid-index.png and /dev/null differ diff --git a/images/sgid93_appconnect12.png b/images/sgid93_appconnect12.png deleted file mode 100644 index 2c09f4306f..0000000000 Binary files a/images/sgid93_appconnect12.png and /dev/null differ diff --git a/images/suitability_analysis_wasatchfront.png b/images/suitability_analysis_wasatchfront.png deleted file mode 100644 index 5ab862490d..0000000000 Binary files a/images/suitability_analysis_wasatchfront.png and /dev/null differ diff --git a/images/symap_harvard.png b/images/symap_harvard.png deleted file mode 100755 index 390bf58b0a..0000000000 Binary files a/images/symap_harvard.png and /dev/null differ diff --git a/images/tabulation_machine.png b/images/tabulation_machine.png deleted file mode 100755 index 5999eb4641..0000000000 Binary files a/images/tabulation_machine.png and /dev/null differ diff --git a/images/tanaka.png b/images/tanaka.png deleted file mode 100644 index be5b06ac15..0000000000 Binary files a/images/tanaka.png and /dev/null differ diff --git a/images/tanakaFunky.png b/images/tanakaFunky.png deleted file mode 100644 index 2e85045368..0000000000 Binary files a/images/tanakaFunky.png and /dev/null differ diff --git a/images/tanakaShaded.png b/images/tanakaShaded.png deleted file mode 100644 index 9ca3a3049c..0000000000 Binary files a/images/tanakaShaded.png and /dev/null differ diff --git a/images/tazemp.png b/images/tazemp.png deleted file mode 100644 index 7c1d5a2559..0000000000 Binary files a/images/tazemp.png and /dev/null differ diff --git a/images/tazpophh.png b/images/tazpophh.png deleted file mode 100644 index 4a1dac4962..0000000000 Binary files a/images/tazpophh.png and /dev/null differ diff --git a/images/teamwork.png b/images/teamwork.png deleted file mode 100644 index c18bfa613a..0000000000 Binary files a/images/teamwork.png and /dev/null differ diff --git a/images/thumbs_auto-corr_dem.jpg b/images/thumbs_auto-corr_dem.jpg deleted file mode 100644 index c3cef4821e..0000000000 Binary files a/images/thumbs_auto-corr_dem.jpg and /dev/null differ diff --git a/images/thumbs_doq.jpg b/images/thumbs_doq.jpg deleted file mode 100644 index e1a36b576c..0000000000 Binary files a/images/thumbs_doq.jpg and /dev/null differ diff --git a/images/thumbs_hro.jpg b/images/thumbs_hro.jpg deleted file mode 100644 index 679fdf6971..0000000000 Binary files a/images/thumbs_hro.jpg and /dev/null differ diff --git a/images/thumbs_naip.jpg b/images/thumbs_naip.jpg deleted file mode 100644 index f2b8526af0..0000000000 Binary files a/images/thumbs_naip.jpg and /dev/null differ diff --git a/images/thumbs_ned.jpg b/images/thumbs_ned.jpg deleted file mode 100644 index f2ccd6752c..0000000000 Binary files a/images/thumbs_ned.jpg and /dev/null differ diff --git a/images/townships.jpg b/images/townships.jpg deleted file mode 100644 index 068d694f02..0000000000 Binary files a/images/townships.jpg and /dev/null differ diff --git a/images/townships_sections.png b/images/townships_sections.png deleted file mode 100644 index 5c50934337..0000000000 Binary files a/images/townships_sections.png and /dev/null differ diff --git a/images/trail.png b/images/trail.png deleted file mode 100644 index b254d8e070..0000000000 Binary files a/images/trail.png and /dev/null differ diff --git a/images/trailhead.png b/images/trailhead.png deleted file mode 100644 index b8262ef6cc..0000000000 Binary files a/images/trailhead.png and /dev/null differ diff --git a/images/transformations_arcmapdialog.jpg b/images/transformations_arcmapdialog.jpg deleted file mode 100644 index f82964bb36..0000000000 Binary files a/images/transformations_arcmapdialog.jpg and /dev/null differ diff --git a/images/transformations_default.jpg b/images/transformations_default.jpg deleted file mode 100644 index cbd25738aa..0000000000 Binary files a/images/transformations_default.jpg and /dev/null differ diff --git a/images/transformations_measurement.jpg b/images/transformations_measurement.jpg deleted file mode 100644 index 66ca49c3a8..0000000000 Binary files a/images/transformations_measurement.jpg and /dev/null differ diff --git a/images/transformations_prodefault.jpg b/images/transformations_prodefault.jpg deleted file mode 100644 index fd101fbb17..0000000000 Binary files a/images/transformations_prodefault.jpg and /dev/null differ diff --git a/images/transformations_proper.jpg b/images/transformations_proper.jpg deleted file mode 100644 index 052e8ed562..0000000000 Binary files a/images/transformations_proper.jpg and /dev/null differ diff --git a/images/transformations_prosinglepart.jpg b/images/transformations_prosinglepart.jpg deleted file mode 100644 index 6ca75f4963..0000000000 Binary files a/images/transformations_prosinglepart.jpg and /dev/null differ diff --git a/images/transformations_proslivers.jpg b/images/transformations_proslivers.jpg deleted file mode 100644 index f7c265ad7c..0000000000 Binary files a/images/transformations_proslivers.jpg and /dev/null differ diff --git a/images/transformations_prowarning.jpg b/images/transformations_prowarning.jpg deleted file mode 100644 index 5fd577f592..0000000000 Binary files a/images/transformations_prowarning.jpg and /dev/null differ diff --git a/images/transformations_prowarningsetting.jpg b/images/transformations_prowarningsetting.jpg deleted file mode 100644 index 55c137cff8..0000000000 Binary files a/images/transformations_prowarningsetting.jpg and /dev/null differ diff --git a/images/twittercard.png b/images/twittercard.png deleted file mode 100644 index 4275c32f8d..0000000000 Binary files a/images/twittercard.png and /dev/null differ diff --git a/images/udot_ramp_numbering.png b/images/udot_ramp_numbering.png deleted file mode 100644 index cd011c869f..0000000000 Binary files a/images/udot_ramp_numbering.png and /dev/null differ diff --git a/images/urban_grids.png b/images/urban_grids.png deleted file mode 100644 index 052df02cf4..0000000000 Binary files a/images/urban_grids.png and /dev/null differ diff --git a/images/urban_grids_sm.png b/images/urban_grids_sm.png deleted file mode 100644 index 250d9cd7b2..0000000000 Binary files a/images/urban_grids_sm.png and /dev/null differ diff --git a/images/usgs_7halfmin_uppercorner.jpg b/images/usgs_7halfmin_uppercorner.jpg deleted file mode 100644 index 4c0e0ce5a3..0000000000 Binary files a/images/usgs_7halfmin_uppercorner.jpg and /dev/null differ diff --git a/images/usng-index-ut.jpg b/images/usng-index-ut.jpg deleted file mode 100644 index 213b91b451..0000000000 Binary files a/images/usng-index-ut.jpg and /dev/null differ diff --git a/images/utah-911-gis-database-thumbnail.png b/images/utah-911-gis-database-thumbnail.png deleted file mode 100644 index d66a4347ad..0000000000 Binary files a/images/utah-911-gis-database-thumbnail.png and /dev/null differ diff --git a/images/utah-gis-freeway-exits.png b/images/utah-gis-freeway-exits.png deleted file mode 100644 index 59b19c5f6b..0000000000 Binary files a/images/utah-gis-freeway-exits.png and /dev/null differ diff --git a/images/utah-gis-highway-freeway-shield-lines.png b/images/utah-gis-highway-freeway-shield-lines.png deleted file mode 100644 index 146209e7d6..0000000000 Binary files a/images/utah-gis-highway-freeway-shield-lines.png and /dev/null differ diff --git a/images/utah-gis-highway-lrs-udot.png b/images/utah-gis-highway-lrs-udot.png deleted file mode 100644 index 8a2cf2efe0..0000000000 Binary files a/images/utah-gis-highway-lrs-udot.png and /dev/null differ diff --git a/images/utah-gis-streets-roads.png b/images/utah-gis-streets-roads.png deleted file mode 100644 index a1bd304534..0000000000 Binary files a/images/utah-gis-streets-roads.png and /dev/null differ diff --git a/images/utah-housing-unit-inventory-small.png b/images/utah-housing-unit-inventory-small.png deleted file mode 100644 index 884f3f1ddc..0000000000 Binary files a/images/utah-housing-unit-inventory-small.png and /dev/null differ diff --git a/images/utah-housing-unit-inventory-thumbnail.png b/images/utah-housing-unit-inventory-thumbnail.png deleted file mode 100644 index 558752d326..0000000000 Binary files a/images/utah-housing-unit-inventory-thumbnail.png and /dev/null differ diff --git a/images/utah-ng911-database.png b/images/utah-ng911-database.png deleted file mode 100644 index 40abeee715..0000000000 Binary files a/images/utah-ng911-database.png and /dev/null differ diff --git a/images/utah-oil-and-gas-wells.png b/images/utah-oil-and-gas-wells.png deleted file mode 100644 index e000278a49..0000000000 Binary files a/images/utah-oil-and-gas-wells.png and /dev/null differ diff --git a/images/utah-oil-gas-wells-small.png b/images/utah-oil-gas-wells-small.png deleted file mode 100644 index 6d9d0fe535..0000000000 Binary files a/images/utah-oil-gas-wells-small.png and /dev/null differ diff --git a/images/utah-sgid-gis-roads-and-highways-sample.png b/images/utah-sgid-gis-roads-and-highways-sample.png deleted file mode 100644 index 873f93799a..0000000000 Binary files a/images/utah-sgid-gis-roads-and-highways-sample.png and /dev/null differ diff --git a/images/utah-sgid-highway-milepost.png b/images/utah-sgid-highway-milepost.png deleted file mode 100644 index fe95660cc0..0000000000 Binary files a/images/utah-sgid-highway-milepost.png and /dev/null differ diff --git a/images/utah-sgid-water-related-land-use-small.png b/images/utah-sgid-water-related-land-use-small.png deleted file mode 100644 index b3178fe746..0000000000 Binary files a/images/utah-sgid-water-related-land-use-small.png and /dev/null differ diff --git a/images/utah-sgid-water-related-land-use.png b/images/utah-sgid-water-related-land-use.png deleted file mode 100644 index 3f30309c3e..0000000000 Binary files a/images/utah-sgid-water-related-land-use.png and /dev/null differ diff --git a/images/visiting_ugrc_location.png b/images/visiting_ugrc_location.png deleted file mode 100644 index c5a9b0975e..0000000000 Binary files a/images/visiting_ugrc_location.png and /dev/null differ diff --git a/images/visiting_ugrc_location_thumb.png b/images/visiting_ugrc_location_thumb.png deleted file mode 100644 index 39293ec3db..0000000000 Binary files a/images/visiting_ugrc_location_thumb.png and /dev/null differ diff --git a/images/visiting_ugrc_parking.jpg b/images/visiting_ugrc_parking.jpg deleted file mode 100644 index c90a00945f..0000000000 Binary files a/images/visiting_ugrc_parking.jpg and /dev/null differ diff --git a/images/visiting_ugrc_parking_thumb.jpg b/images/visiting_ugrc_parking_thumb.jpg deleted file mode 100644 index d3890e09ae..0000000000 Binary files a/images/visiting_ugrc_parking_thumb.jpg and /dev/null differ diff --git a/images/voice-queries.png b/images/voice-queries.png deleted file mode 100644 index 7f486bd268..0000000000 Binary files a/images/voice-queries.png and /dev/null differ diff --git a/images/voterprecincts.png b/images/voterprecincts.png deleted file mode 100644 index f97c9b8f15..0000000000 Binary files a/images/voterprecincts.png and /dev/null differ diff --git a/images/waggle_dance.png b/images/waggle_dance.png deleted file mode 100644 index 9a9c18431b..0000000000 Binary files a/images/waggle_dance.png and /dev/null differ diff --git a/images/weaving_the_fabric.png b/images/weaving_the_fabric.png deleted file mode 100644 index 6f2451c159..0000000000 Binary files a/images/weaving_the_fabric.png and /dev/null differ diff --git a/images/web-adaptor-arr.png b/images/web-adaptor-arr.png deleted file mode 100644 index 36ac569fef..0000000000 Binary files a/images/web-adaptor-arr.png and /dev/null differ diff --git a/images/web-adaptor-flow.png b/images/web-adaptor-flow.png deleted file mode 100644 index a8bacb5b85..0000000000 Binary files a/images/web-adaptor-flow.png and /dev/null differ diff --git a/images/web-adaptor-rewrite.png b/images/web-adaptor-rewrite.png deleted file mode 100644 index 2480886ed2..0000000000 Binary files a/images/web-adaptor-rewrite.png and /dev/null differ diff --git a/images/wetlands2.png b/images/wetlands2.png deleted file mode 100644 index 94b5369e31..0000000000 Binary files a/images/wetlands2.png and /dev/null differ diff --git a/images/wetlands_agol.png b/images/wetlands_agol.png deleted file mode 100644 index f8496fab02..0000000000 Binary files a/images/wetlands_agol.png and /dev/null differ diff --git a/images/wetlands_agol_sm.png b/images/wetlands_agol_sm.png deleted file mode 100644 index bbb2f72ea0..0000000000 Binary files a/images/wetlands_agol_sm.png and /dev/null differ diff --git a/images/wilderness-boundaries-ut.jpg b/images/wilderness-boundaries-ut.jpg deleted file mode 100644 index bcf69001b5..0000000000 Binary files a/images/wilderness-boundaries-ut.jpg and /dev/null differ diff --git a/images/wilderness.jpg b/images/wilderness.jpg deleted file mode 100644 index 6a4d125c42..0000000000 Binary files a/images/wilderness.jpg and /dev/null differ diff --git a/images/wilderness_blm-reinventory-boundaries-ut.jpg b/images/wilderness_blm-reinventory-boundaries-ut.jpg deleted file mode 100644 index cad9a42fd3..0000000000 Binary files a/images/wilderness_blm-reinventory-boundaries-ut.jpg and /dev/null differ diff --git a/images/wilderness_blm-suitability-boundaries-ut.jpg b/images/wilderness_blm-suitability-boundaries-ut.jpg deleted file mode 100644 index b09f97ae98..0000000000 Binary files a/images/wilderness_blm-suitability-boundaries-ut.jpg and /dev/null differ diff --git a/images/wsa-boundaries-ut.jpg b/images/wsa-boundaries-ut.jpg deleted file mode 100644 index 351b2386aa..0000000000 Binary files a/images/wsa-boundaries-ut.jpg and /dev/null differ diff --git a/images/zipmain.png b/images/zipmain.png deleted file mode 100644 index 16d15b5deb..0000000000 Binary files a/images/zipmain.png and /dev/null differ diff --git a/news/index.html b/news/index.html deleted file mode 100644 index 43f0a1108c..0000000000 --- a/news/index.html +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Recent Posts -layout: page_nocrumb ---- - -
    -
    -

    UGRC's blog keeps partners informed on important GIS announcements in Utah. Blog posts cover important data - updates, GIS tools, geospatial tips and tricks, as well as coordination opportunities and events.

    -
    -
    -

    Blog posts are compiled into a monthly or bimonthly Utah GIS newsletters (view complete Newsletter Archive). Subscribe to the newsletter at the bottom of any page on gis.utah.gov.

    -
    -
    -
    - {% for post in site.posts %} -
    - -
    - {{ post.title }} -
    -

    {{ post.excerpt | strip_html | truncate: 160 }}

    -
    -
    - {% endfor %} -
    diff --git a/search/index.html b/search/index.html deleted file mode 100644 index ae91cb9050..0000000000 --- a/search/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Search Our Content -layout: page_nocrumb -author: - display_name: Steve Gourley -date: 2016-03-24 09:07:47 -0700 -categories: [] -tags: [] ---- -
    - -
    -
    -
    -
    - - If you are searching for data please navigate to the sgid index and search there. - -
    - - - diff --git a/sgid/index.html b/sgid/index.html deleted file mode 100644 index 6aa1bf0046..0000000000 --- a/sgid/index.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: The SGID -author: - display_name: UGRC Office - email: ugrc@utah.gov -date: 2020-05-26 13:58:58 -0600 -layout: default -categories: [] -tags: - - sgid ---- - -
    - -
    -

    The State Geographic Information Database

    - Discover Basemap and Imagery Services -

    Established by State law in 1991, Utah’s State Geographic Information Database (SGID) - provides a centralized collection of hundreds of GIS data layers developed, aggregated, or acquired by the - State. Evolving technologies have allowed us to transform the SGID from a single database to a broad - collection of data resources under the SGID umbrella. It contains both UGRC-curated datasets and references - to data from a wide variety of state and local agencies. Many resources have both download links and links - to web services for direct consumption.

    - -

    There are many pieces, or facets, to the SGID today, with each one addressing specific - audiences or technologies. The SGID Index combines all of these along with links to externally-hosted - resources to make it easy to find the latest and highest quality GIS data resources no matter where they're - hosted. - -

    Click or scroll to read more about each facet of the SGID:

    - -

    - -

    UGRC and our numerous partners at cities, counties, and state agencies are working hard to - maintain this high-quality asset to help everyone discover, access, and use Utah GIS data resources.

    -
    - -
    -

    SGID Index

    -
    - - SGID Index Table Search - -
    -

    The SGID Index is the master source of information about SGID datasets. It includes - links to detailed information pages about UGRC-maintained datasets as well as direct links to the - authoritative sources for datasets served by other state agencies. The index lists the resource's category, - name, and primary data steward, along with a short description of the resource and links to web services (if - available).

    -

    - Search the Index -

    -
    - -
    -

    Open SGID

    -

    The Open SGID is a publicly available database containing our curated collection of GIS - datasets. You can use this vendor-neutral database connection to directly access Utah spatial data in a wide - variety of applications, including most GIS programs and common database clients. You can find the most - up-to-date information about the Open SGID, including troubleshooting tips and an issue tracker, in the Open SGID GitHub repository. Please read, understand, and - abide by the terms of use prior to connecting.

    -

    - Get Connected -

    -
    - -
    -

    ArcGIS Online Hosted Feature Services

    -
    - - UGRC ArcGIS Online - -
    -

    UGRC uploads all the curated datasets to ArcGIS - Online as hosted feature services. You can access them via their service URLs or directly in Esri - products. The name of every SGID item in ArcGIS Online will start with "Utah" (i.e., "Utah Roads") and have - an UGRC-branded thumbnail. They are also shared with a Utah SGID group that matches their category.

    -

    The UGRC ArcGIS Online organization also acts as the repository for "shelved" and "static" - curated SGID datasets. These types of datasets are only available in ArcGIS Online as specified in our SGID Database Policy.

    -

    - Browse ArcGIS Online -

    -
    - -
    -

    SGID Open Data Site

    -

    The SGID Open Data site is a single destination for GIS resources hosted in multiple ArcGIS Online organizations and ArcGIS Enterprise Portals. Each item in Open Data contains data download links along with web service links for consuming the datasets in webmaps and other applications. We share all our curated datasets through the site and encourage other agencies and organizations to share their datasets here as well to help us spread GIS data to the widest possible audience.

    -

    - Browse Open Data -

    -
    - -
    -

    The Raster Discovery App

    -
    - - Raster Discover App - -
    -

    The Raster Discovery App at raster.utah.gov allows - users to search all of UGRC's raster datasets, including publicly-available imagery, elevation, lidar, and - scanned maps. We have tiled many of these datasets to provide better access to individual areas, and the app - allows you to search for and download only the tiles that cover your area of interest.

    -

    - Search Raster Data -

    -
    - -
    -

    Discover Basemap and Imagery Services

    -
    - - Discover Basemap and Imagery Services - -
    -

    Sometimes you just need background imagery or a reference map to sit beneath your data - layers. Discover serves up several raster products, including our aerial imagery products and the - high-quality, Utah-specific basemaps created by UGRC's cartographers, as WMS image and WMTS tiled image - services that anyone can use in a wide variety of desktop and web applications.

    -

    - Sign Up for Discover Access -

    -
    - -
    -

    The UGRC Web API

    -
    - - UGRC Web API logo - -
    -

    The UGRC Web API provides developers access to all the curated SGID datasets and to our - Utah-centric geocoder through simple HTTP requests. This service allows you to leverage GIS without - complicated or costly software. We use this API to build features for apps like the Legislative district finder and the Watershed Restoration Initiative map. Visit the getting started guide for more information on - how to use this free service.

    -

    - Explore the Web API -

    -
    -
    diff --git a/sgid/open-sgid/index.md b/sgid/open-sgid/index.md deleted file mode 100644 index 934645ef0c..0000000000 --- a/sgid/open-sgid/index.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: Connect to the Open SGID -author: - display_name: UGRC Office - email: ugrc@utah.gov -date: 2020-05-26 13:58:58 -0600 -layout: page_nocrumb -categories: [] -tags: - - how to - - sgid - - open sgid ---- - -The Open SGID is a cloud hosted, publicly available PostGIS database containing our currated SGID data. This database is one part of the [SGID](/documentation/sgid) and complements the web services and data downloads offered on our [Open Data site](https://opendata.gis.utah.gov/). - -To search the SGID, please visit the [SGID Index](/products/sgid/sgid-index). To learn more about the data categories available in the SGID, please visit the [UGRC data page](/products/sgid). - -### Before you Connect... -{: .text-left } - -- Please take a moment to read over the [Open SGID Terms of Use]( /documentation/policy/open-sgid). -- Get familiar with the [Open SGID GitHub repository](https://github.com/agrc/open-sgid), where you can troubleshoot and track known issues. - -### How to Connect -{: .text-left } - -There are a variety of clients and applications that can connect to a PostgreSQL database. Here are a few of the more common applications and how to connect with them. - -- [ArcGIS Desktop](#arcgis-desktop) -- [ArcGIS Pro](#arcgis-pro) -- [DBeaver](#dbeaver) -- [QGIS](#qgis) -- [Global Mapper](#global-mapper) - -The username and password to use to connect to the Open SGID can be found on the [Open SGID GitHub repository](https://github.com/agrc/open-sgid#connection-information). - -##### ArcGIS Desktop - -1. Open ArcCatalog and `Add Database Connection`. - - ![ArcGIS Desktop Add Database]({% link images/desktop_opensgid_add_db.png %}){: .outline loading="lazy" } - -1. Enter the connection information from the [Open SGID repository](https://github.com/agrc/open-sgid#connection-information): - - ![ArcGIS Desktop Connection Properties]({% link images/desktop_opensgid_conn.png %}){: .outline loading="lazy" } - -##### ArcGIS Pro - -1. Open the Catalog pane, right-click `Databases`, and select `New Database Connection`. - - ![ArcGIS Pro Add Database]({% link images/pro_opensgid_add_db.png %}){: .outline loading="lazy" } - -1. Enter the connection information from the [Open SGID repository](https://github.com/agrc/open-sgid#connection-information): - - ![ArcGIS Pro Connection Properties]({% link images/pro_opensgid_conn.png %}){: .outline loading="lazy" } - -##### DBeaver - -1. In DBeaver, click the `New Database Connection` button and choose `PostgreSQL`. - - ![DBeaver Add Database]({% link images/dbeaver_opensgid_add_db.png %}){: .outline loading="lazy" } - -1. Enter the connection information from the [Open SGID repository](https://github.com/agrc/open-sgid#connection-information): - - ![DBeaver Connection Properties]({% link images/dbeaver_opensgid_conn.png %}){: .outline loading="lazy" } - -##### QGIS - -1. In QGIS, navigate to the Browser pane and right-click `PostGIS` then click `New Connection...`. - - ![QGIS Add Database]({% link images/qgis_opensgid_add_db.png %}) - -1. Enter the connection information from the [Open SGID repository](https://github.com/agrc/open-sgid#connection-information): - - ![QGIS Connection Properties]({% link images/qgis_opensgid_conn.png %}){: .outline loading="lazy" } - -##### Global Mapper - -1. In Global Mapper, click `File`, and select `Open Spatial Database....`. - - ![Global Mapper Add Database]({% link images/gm_opensgid_add_db.png %}){: loading="lazy" } - -1. Enter the connection information from the [Open SGID repository](https://github.com/agrc/open-sgid#connection-information): - - ![Global Mapper Connection Properties]({% link images/gm_opensgid_conn.png %}){: .outline loading="lazy" } diff --git a/sharing/examples/index.md b/sharing/examples/index.md deleted file mode 100644 index bbd35a90b8..0000000000 --- a/sharing/examples/index.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -tags: - - sharing -author: - display_name: UGRC Office - email: ugrc@utah.gov -date: 2020-02-03 17:00:00 -title: SGID Sharing Highlights -categories: [] ---- - -![GIS Data Samples]({% link images/DataRequest.png %}){: style="width:50%; margin-left:auto; margin-right:auto; display:block" loading="lazy" } - -## Parcels - Collaboration -{: .text-left} - -Our state-wide [parcel boundary dataset](/products/sgid/cadastre/parcels) is the most-visited data page on our website, and for good reason: property boundaries (even their rough, un-surveyed approximations in GIS) are a foundational layer for many maps. They facilitate both commercial activity and private property management. - -This statewide collection would not be possible without the cooperation of counties across the state who send us updates to their parcel data on a regular basis. We merge them into a single, consistent hosted dataset available to anyone for free. - -## Roads - Collaboration -{: .text-left} - -We are fortunate to have the luxury of free, up-to-date, and comprehensive [road data](/products/sgid/transportation/road-centerlines). Thanks to the contributions of cities, counties, and UDOT, cartographers and analysts don't need to download road data from five different places with five different schemas, nor do they need to pay a commercial company to access data their tax dollars have already paid for. It's all here in one hosted dataset. - -## Land Ownership - Sharing -{: .text-left} - -Sometimes a project needs a 10,000-foot overview of land ownership, especially in Utah where large amounts of land are owned by private individuals, the state, and the federal government. Utah has tasked the State Institutional Trust Lands Administration (SITLA) with maintaining a state-wide [land ownership layer](/products/sgid/cadastre/land-ownership) as part of their responsibilities, which they share on their [website](https://trustlands.utah.gov/resources/maps/). Because this is such an important and fundamental dataset, SITLA also shares the data with the Open SGID and the SGID Open Data site for easy access to all. - -## Natural Hazards - Sharing -{: .text-left} - -A key part of the land development process is identifying any natural hazards that may impact a project. In the past, we have hosted the Utah Geological Survey's [natural hazard layers](/products/sgid/geoscience) in the precursor to the Open SGID database. However, it became a burden to maintain a separate copy of their data as they constantly update their internal data with newly mapped areas. - -To improve access, we've worked with UGS to replace their Open SGID layers with their ArcGIS Online feature services available through the [SGID Open Data site](https://opendata.gis.utah.gov). This sharing method ensures there is only one copy of the data and updates are immediately available. - -## Historical Aerial Imagery - Sharing -{: .text-left} - -The Utah Geological Survey has also spearheaded the monumental task of scanning and roughly locating all the historic imagery they could find. These scans give a glimpse into the past and are useful to track changes in land use over time. We help make them discoverable by sharing the link to their interactive map on our [aerial photography data page](/products/sgid/aerial-photography). - -## UGRC-Created Collaborative Datasets -{: .text-left} - -Some collaborations take the form of support for UGRC-created hosted datasets. For example, under the direction of the Lieutenant Governor's office, we map all the changes to city boundaries from annexations, incorporations, and disconnections to create a statewide [municipal boundary](/products/sgid/boundaries/municipal) dataset. We also coordinate among various state and federal agencies to collect [Lidar](/products/sgid/elevation) data for as much of the state as possible. Finally, with the support of the state legislature and cities and counties across the state, we spearhead the acquisition of state-wide, [high-resolution aerial imagery](/products/sgid/aerial-photography). diff --git a/sharing/index.md b/sharing/index.md deleted file mode 100644 index 2c790010f7..0000000000 --- a/sharing/index.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -tags: - - sharing -author: - display_name: UGRC Office - email: ugrc@utah.gov -date: 2020-01-13 17:00:00 -title: Sharing GIS Data -categories: [] ---- - -#### In This Section - -[Sharing with the SGID Index](/documentation/sgid/sharing) | [Sharing with the SGID Open Data site](/documentation/sgid/sharing) | [Sharing with Open SGID](/documentation/sgid/sharing) | [Basic Metadata Creation Process](/documentation/sgid/sharing/metadata/) | [Sharing Highlights](/documentation/sgid/sharing/highlights) - -## The SGID: A Community Effort - -The Utah [State Geographic Information Database (SGID)](/documentation/sgid) is one of the premier statewide GIS data resources in the country, providing clean, consistent, and authoritative data across every geography in the state. People have been turning to the SGID for nearly [30 years](/blog/2019-06-11-sgid-then-and-now) to support their personal, commercial, academic, and government projects. - -Nearly all the data that make the SGID such a valuable resource come from cities, counties, and other state agencies. We offer a heartfelt **Thank You!** on behalf of both UGRC and all the users of the SGID to everyone who has contributed data. - -We hope you'll follow the [example](/documentation/sgid/sharing/highlights) of our current contributors and consider sharing your data with a broad audience through the SGID. We have three separate "tracks" to follow based on where your data fit best: the **SGID Index**, the **SGID Open Data Site**, or the **Open SGID**. There's also a separate process for contributing to or updating an existing SGID dataset. - -![SGID Sharing Locations]({% link images/SGIDSharing.png %}){: style="margin-left:auto; margin-right:auto; display:block; border: 1px solid" loading="lazy" } -_Note: This data flow works for 95% of datasets, but exceptions can and do exist._ -{: .text-center} - -## SGID Index -{: .text-left} - -The simplest way to share your data is by adding links for existing, qualifying data (what we call "external data") to the [SGID Index](/documentation/sgid), which aims to be a database of all statewide GIS resources. If you are hosting GIS resources on your own server, we can link to your datasets in the SGID Index and in the [category pages](/products/sgid) on our website. The category pages help people discover related datasets by grouping data together by topic. - -**[Click here](/documentation/sgid/sharing) to start sharing your hosted data with the SGID Index.** - -## SGID Open Data Site -{: .text-left} - -We use Esri's open data offering to maintain the [SGID Open Data site](/documentation/sgid) ([opendata.gis.utah.gov](https://opendata.gis.utah.gov)), a central list of ArcGIS Online and ArcGIS Enterprise Portal services. This is a great way to use your existing ArcGIS Online or Enterprise infrastructure to share your data with little additional work. We are happy to include any datasets in the SGID Open Data site that meet our [qualifications](/documentation/policy/sgid). Just like the SGID Index, AGOL items hosted in your organization are considered "external data." - -**[Click here](/documentation/sgid/sharing) to start sharing your AGOL items with the SGID Open Data site.** - -## Open SGID -{: .text-left} - -The [Open SGID](/documentation/sgid) is a curated, publicly-accessible database of statewide GIS layers—the latest evolution of the traditional "SGID as a single geospatial database" model. We are excited to offer a direct connection to everyone once again. - -If you have a statewide dataset but don't have the ability to host or share it yourself, we may host it in the Open SGID if it meets our [qualifications](/documentation/policy/sgid). We also share most Open SGID layers through [opendata.gis.utah.gov](https://opendata.gis.utah.gov) (by first uploading it as a feature service in our ArcGIS Online [organization](https://utah.maps.arcgis.com)). Unsurprisingly, we refer to these datasets as "hosted data." - -Maintaining data in the Open SGID requires the most work, both on the front end and for long-term maintenance. We encourage you to share your data via SGID Open Data or the SGID Index whenever possible. However, in order to maintain consistency and familiarity with previous versions of the SGID geodatabase, we may include some datasets in the Open SGID that are otherwise better suited for SGID Open Data or the SGID Index. This is done at our discretion according to our [policies](/documentation/policy/sgid). - -**[Click here](/documentation/sgid/sharing) to share your data with us for inclusion in the Open SGID.** - -## Contributing to an Existing SGID Dataset -{: .text-left} - -If you are the local authoritative source for existing hosted data, we'd love to work with you to pull your latest data into the SGID. Many of our [most popular datasets](/documentation/sgid/sharing/highlights) are the result of collaboration with cities and counties. We will evaluate independent, crowd-sourced or commercial contributions on a case-by-case basis to make sure they are authoritative and not substantially restricted. - -To contribute to an existing dataset, please use the contact info listed on the dataset's [data page](/products/sgid). diff --git a/sharing/metadata/index.md b/sharing/metadata/index.md deleted file mode 100644 index 0d3f17214d..0000000000 --- a/sharing/metadata/index.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -author: - display_name: UGRC Office - email: ugrc@utah.gov -tags: - - metadata - - sgid -date: 2020-01-13 17:00:00 -title: Basic Metadata Creation Process -categories: [] ---- - -An essential part of sharing data is helping people understand what it is and where it came from. However, by most accounts, creating metadata is right up there with organizing your garage. It can be a chore, but it doesn't have to be. - -We want to make the process more conversational. In other words, instead of looking at a long list of metadata requirements, we thought it would be easier to just talk about the data. This is our solution to metadata procrastination. - -We have distilled the basic elements of metadata into a few approachable questions (which match our general metadata [requirements](/documentation/policy/metadata)). If you can answer these simple questions about your data, then you're officially on your way to good metadata. - -### Just answer these questions about your data -{: .text-left} - -##### Summarize your Data -{: .text-left} - -- What is this dataset? -- What is its purpose? - -##### Describe your Data -{: .text-left} - -- What does this dataset represent? - - ex: Road centerlines represent physical roads -- How was it created? - - ex: Digitized, GPS, etc. -- How reliable and accurate is it? - - ex: Survey-grade, mapping-grade, crayon-grade, etc. -- What is its general update schedule? - - ex: Monthly, yearly, as needed, etc. -- Are there any warnings or limitations on the data? - - ex: Don’t use parcels as a legal boundary depiction - - ex: Don’t use parcels as a complete dataset for geocoding - - ex: Don’t use zip codes for demographic generalization -- Are there any common misconceptions or assumptions about these data that should be further explained? - - ex: Highway milepost markers are not an accurate length measurement. If a highway is lengthened or shortened, the markers are not adjusted. - -##### Establish Contact Info -{: .text-left} - -- Who created this dataset? -- What is the best point of contact? - - If someone had further questions or would like to get involved, who should they contact? - -You can plug your answers to these questions straight into the basic metadata elements. It's that simple - answer a few questions, transfer your responses, and voilà, you officially have informative, standardized metadata. - -_Note: If you contribute data to Utah's State Geographic Information Database (SGID), we encourage you to use our [metadata form](https://docs.google.com/forms/d/e/1FAIpQLSeJSV935GTN3djtErkBdeXkumuZvd10z2805It1-eFn0Mlo9w/viewform?usp=sf_link). It's a great way to update your metadata and make it more discoverable. The form covers all the questions above and—best of all—after you submit your responses, your portion of the process is done! UGRC, in collaboration with the DTS editor, will handle the remaining details._ - -These questions are designed to work with the ESRI [Item Description](https://desktop.arcgis.com/en/arcmap/latest/manage-data/metadata/metadata-standards-and-styles.htm#ESRI_SECTION1_29222DC149544E89A4147541A4ACAF86) metadata style. This style strikes a pragmatic balance between being comprehensive and being easy to use. \ No newline at end of file diff --git a/sharing/open-data/index.md b/sharing/open-data/index.md deleted file mode 100644 index f1b9571f3d..0000000000 --- a/sharing/open-data/index.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -tags: - - sharing - - open-data -author: - display_name: UGRC Office - email: ugrc@utah.gov -date: 2020-01-13 17:00:00 -title: Submitting Data to the SGID Open Data Site -categories: [] ---- - -ArcGIS Online items are added to [SGID Open Data](/documentation/sgid) by sharing them with one of our SGID groups in ArcGIS Online. This process gives both you and UGRC a chance to review the quality of the item before it is shared. We reserve the right to remove items from SGID Open Data if they don't go through this process. - -We use [issues](https://guides.github.com/features/issues/) in our [Porter](https://github.com/agrc/porter/issues) repository on GitHub to track a dataset's progress in the submission process and to keep an open and transparent record of everything that happened. - - - -If you've still got questions after reading this, {% include contact.html subject="SGID Data Additions" contact=site.data.contacts.sgid text='reach out to ' hide-punctuation=true %}; or you can contact anyone else on the [UGRC team](/contact). - -### Step 1: 📋 Qualifications (You) -{: .text-left} - -First, make sure your dataset meets the SGID qualifications: - -- [General qualifications](/documentation/policy/sgid) -- [SGID Open Data-specific qualifications](/documentation/policy/sgid) - -### Step 2: ✏️ Data Preparation (You) -{: .text-left} - -SGID Open Data relies on a lot of information from the source ArcGIS Online item: - -![An annotated Open Data item]({% link images/od_card_anno.png %}){: .flex .flex--center loading="lazy" } - -As noted in the qualifications, make sure the following items are taken care of: - -- The ArcGIS Online item is publicly shared -- The item has a good title, description, and tags -- The `Allow others to export data to different formats` in the `Settings` tab is enabled (if possible) -- The `source` value should be set using the method described below - -##### Setting the SGID Open Data "Source" - -SGID Open Data displays the `source` value on each item and also uses it to sort search results. Thus, it's important for every organization to have a single, unified `source`. Esri explains where this value comes from [in this FAQ](https://doc.arcgis.com/en/hub/get-started/frequently-asked-questions.htm#GUID-9843B713-46D2-4938-A961-EC0CD81AE410). Basically, it first searches the ArcGIS Online item's metadata for an organization name. If it doesn't find anything there, it falls back to your ArcGIS organization name. - -If you want to customize the name displayed, we suggest setting it in the `Resource > Citation > Contact > Organization Name` metadata field. Otherwise, just leave the metadata contact fields empty and it will use your ArcGIS Online organization name. We use this second way to show `Utah Automated Geographic Reference Center (AGRC)` as the source for all our datasets. - -You may need to go in and remove any values in the metadata contact fields if you just want to use your default organization name. - -To edit the organization name in the ArcGIS Online item's metadata, you need to make sure your ArcGIS Online organization has [metadata enabled](https://doc.arcgis.com/en/arcgis-online/administer/configure-details.htm#ESRI_SECTION1_7FE1F060E03046E692BB36E5F6E3B2AE). Then you can use the Metadata editor on the ArcGIS Online item page to set either field: - -![Organization name sources in ArcGIS Online metadata]({% link images/od_agol_md.png %}){: .flex .flex--center .outline loading="lazy" } - -The way you upload or overwrite your ArcGIS Online data may also overwrite the item's metadata with info from the local source's metadata. We suggest you make any changes in both the feature class and ArcGIS Online metadata to avoid problems in the future. In the FGDC CSDGM metadata style, the `Resource > Citation > Contact > Organization Name` field is in `Overview > Citation Contacts`. The `Resource > Contact > Organization Name` field is in `Resource > Points of Contact`. - -### Step 3: 💠 Sharing (You) -{: .text-left} - -Once your item is prepared, share it with the [SGID Open Data Staging Group](https://utah.maps.arcgis.com/home/group.html?id=3d3bd0d238f24f45b2c4b84f1015a317#overview) (and request access to the group if you're not already a member). This gives us a place to review items before they make it to SGID Open Data. - -### Step 4: 📂 Open an Issue (You) -{: .text-left} - -Now that all the preparation work is finished, [submit an issue](https://github.com/agrc/porter/issues/new/choose) in Porter using the `Add ArcGIS Online services to SGID Open Data` template. Fill out the `Summary` information and check the relevant boxes in the `Submitter's Process` section. - -### Step 5: 🔎 Review (You and Us) -{: .text-left} - -We will review your submission against the qualifications and reach out with any questions. You can track this in the `UGRC's Process` section of the issue. Once everything looks good, we'll send you an invite to the appropriate SGID group if you're not already a member. - -### Step 6: 📤 Publish (You) -{: .text-left} - -Once we've worked together to resolve any questions or problems, we'll let you know that the item is ready to be added to SGID Open Data. At this point, you'll need to unshare it from the staging group and share it with the appropriate SGID group. diff --git a/sharing/open-sgid/index.md b/sharing/open-sgid/index.md deleted file mode 100644 index 2dd8ee544f..0000000000 --- a/sharing/open-sgid/index.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -tags: - - sharing - - open-sgid -author: - display_name: UGRC Office - email: ugrc@utah.gov -date: 2020-01-13 17:00:00 -title: Submitting Data to the Open SGID -categories: [] ---- - -If you would like to share data with the [Open SGID](/documentation/sgid), we will work with you to get a copy of the data. We'll then run checks and reviews on the data to ensure they are clean before being loaded, and we also need to identify when and how we'll incorporate any future updates to the data. - -We use [issues](https://guides.github.com/features/issues/) in our [Porter](https://github.com/agrc/porter/issues) repository on GitHub to track a dataset's progress in the submission process and to keep an open and transparent record of everything that happened. - - - -If you've still got questions after reading this, {% include contact.html subject="SGID Data Additions" contact=site.data.contacts.sgid text='reach out to ' hide-punctuation=true %}; or you can contact anyone else on the [UGRC team](/contact). - -### Step 1: 📋 Qualifications (You) -{: .text-left} - -First, make sure your dataset meets the SGID qualifications: - -- [General qualifications](/documentation/policy/sgid) -- [Open SGID-specific qualifications](/documentation/policy/sgid) - -### Step 2: ✏️ Data Preparation (You) -{: .text-left} - -Before submitting your data, make sure it's got a stable schema and is ready for public consumption. Make sure the metadata meets our [minimum standards](/documentation/policy/metadata). If you need help with metadata, check out our [basic metadata creation process](/documentation/sgid/sharing/metadata/). - -Start thinking about the future—how often will this dataset be updated? How will you send those updates to us? Sometimes, old data is worse than no data at all. If a user can't find anything, they still know what they don't know. But if they find outdated data without realizing it, they may not know that they are acting on bad data. - -### Step 3: 📂 Open an Issue (You) -{: .text-left} - -Once you're ready to send your data our way, [submit an issue](https://github.com/agrc/porter/issues/new/choose) in Porter using the `Add data to Open SGID` template. Fill out the `Summary` information and check the relevant boxes in the `Submitter's Process` section. - -### Step 4: 💠 Sharing (You) -{: .text-left} - -After creating the issue, contact [the UGRC team](/contact) to work out the best way to share your data with us. We can get the data from you in many different ways: - -- We can download it from your choice of cloud storage solutions (Google Drive, Dropbox, etc) -- We can pull it in from an ArcGIS Online/Enterprise Map or Feature Service (our preferred option for frequently-changing data) -- We can set up an FTP share for you to upload it to -- You can just send us a zipped shapefile or GDB via email - -### Step 5: 🔎 Review (You and Us) -{: .text-left} - -We will review your submission against the qualifications and reach out with any questions. You can track this in the `UGRC's Process` section of the issue. - -We run [Sweeper](https://github.com/agrc/sweeper) on all Open SGID datasets to fix empty or duplicate geometries/rows and to double check the metadata. If you'd like, we'll share Sweeper's results with you. Fixing it on your end will help streamline any future data updates, but this isn't necessary to submit the data for the Open SGID. We'll still happily add it to the Open SGID after fixing any issues on our local copy with Sweeper. - -### Step 6: 📤 Publish (You and Us) -{: .text-left} - -Once we've worked together to resolve any questions or problems, we'll add it to the Open SGID. - -If you sent the data to us as a shapefile or GDB, or as a private or temporary feature service, we will also upload your dataset to our own ArcGIS Online organization as a hosted feature service and share it publicly through Open Data. As part of this process, we will add a thumbnail that includes both the UGRC logo and the relevant SGID category icon to help people searching ArcGIS Online identify SGID data: - -![Example ArcGIS Online thumbnail for SGID items]({% link images/agol_location_group.png %}){: .flex .flex--center .outline loading="lazy" } - -However, if you maintain maintain your own public feature service of the data, we won't create our own. Instead, please [share your item with SGID Open Data](/documentation/sgid/sharing). diff --git a/sharing/sgid-index/index.md b/sharing/sgid-index/index.md deleted file mode 100644 index 9296fe78f8..0000000000 --- a/sharing/sgid-index/index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -tags: - - sharing - - sgid-index -author: - display_name: UGRC Office - email: ugrc@utah.gov -date: 2020-01-13 17:00:00 -title: Submitting Data to the SGID Index -categories: [] ---- - -It's quite simple to ~~[deal with a banana fiend](https://youtu.be/F4PZXuk3TsM?t=130)~~ share links to your data with the [SGID Index](/documentation/sgid). - -We use [issues](https://guides.github.com/features/issues/) in our [Porter](https://github.com/agrc/porter/issues) repository on GitHub to track a dataset's progress in the submission process and to keep an open and transparent record of everything that happened. - - - -If you've still got questions after reading this, {% include contact.html subject="SGID Data Additions" contact=site.data.contacts.sgid text='reach out to ' hide-punctuation=true %}; or you can contact anyone else on the [UGRC team](/contact). - -### Step 1: 📋 Qualifications (You) -{: .text-left} - -First, make sure your dataset meets the SGID qualifications: - -- [General qualifications](/documentation/policy/sgid) -- [SGID Index-specific qualifications](/documentation/policy/sgid) - -### Step 2: 📂 Open an Issue (You) -{: .text-left} - -Next, [submit an issue](https://github.com/agrc/porter/issues/new/choose) in Porter using the `Add external data links to the SGID Index` template. Fill out the `Summary` information and check the relevant box in the `Submitter's Process` section. - -### Step 3: 🔎 Review (You and Us) -{: .text-left} - -We will review your submission against the qualifications and reach out with any questions. You can track this in the `UGRC's Process` section of the issue. - -### Step 4: 📤 Publish (Us) -{: .text-left} - -Once we've worked together to resolve any questions or problems, we'll add your dataset to the SGID Index and close the issue. diff --git a/training/download/AGRC-Training-Guide.pdf b/training/download/AGRC-Training-Guide.pdf deleted file mode 100644 index a068d9a7c6..0000000000 Binary files a/training/download/AGRC-Training-Guide.pdf and /dev/null differ diff --git a/training/index.html b/training/index.html deleted file mode 100644 index 3584e2cadf..0000000000 --- a/training/index.html +++ /dev/null @@ -1,689 +0,0 @@ ---- -author: - display_name: UGRC Office - email: ugrc@utah.gov -date: 2020-06-25 13:58:58 -0600 -layout: page_nocrumb -categories: [] -tags: - - training ---- -

    What to know about GIS in Utah

    -

    As Utah’s map technology coordination office, the Utah Geospatial Resource Center (UGRC) provides a wide range - of GIS and other geospatial support services, including providing training on Utah GIS. As part of that educational - role, UGRC has developed this document to provide links to relevant Utah GIS websites and information. View the - printable PDF version of this guide.

    -
    -
    -

    General UGRC Resources

    -
      -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}UGRC: The UGRC website is Utah’s GIS data clearinghouse.
    • -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}Open SGID: The Open SGID is a publicly available PostGIS - database containing State Geographic Information Database (SGID) (i.e., all Utah vector data).
    • -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}Open Data: UGRC’s Open Data - site is the SGID served as ArcGIS Online feature services.
    • -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}Raster Discovery Application: - UGRC’s Raster Discovery Application allows users to search and download aerial photography, elevation data, and - USGS topographic maps for a user-defined area of interest.
    • -
    -

    UGRC’s Discover Imagery and Base Map Server Resources

    -
      -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}UGRC’s Base Map and Imagery Services: Discover provides imagery and - base maps services in Open Geospatial Consortium (OGC) standard Web Map Tile Service (WMTS) and Web Map Service - (WMS) in the Web Mercator WGS84 projection (wkid: 3857). This page provides general background information on - Discover and explains how to sign up for access to - Discover.
    • -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}Discover Server Resources and Information: Once users have - signed up for Discover, they can check out this page to learn everything there is to know about consuming the - services available from Discover.
    • -
    -
    -
    -

    Training

    -
    -
    -

    Online - Esri Training

    -

    Esri has many online courses that are included in the annual software maintenance cost. They also have several - basic free courses that are a good introduction to GIS and ArcMap/ ArcGIS Pro.

    -

    Free Esri Courses

    -
      -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}Intro - to GIS
    • -
        -
      • {% include fa_icon.html compass=true class="svg-inline--fa fa-w-16" - %}GIS Basics (ArcGIS Pro)
      • -
      • {% include fa_icon.html compass=true class="svg-inline--fa fa-w-16" - %}Getting Started with GIS (ArcMap)
      • -
      -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}Getting Started with ArcGIS Pro (Intro ArcGIS Pro)
    • -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}Cartography MOOC (This is a great introduction to cartographic design principles and - applications.)
    • -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}AGOL Fundamentals (This includes short intro videos; one intro - course; and several advanced, maintenance required courses.)
    • -
    -

    AGOL Basics and Essentials

    -
      -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" - %}Esri’s getting started page
    • -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}*Credit usage by capability
    • -
        -
      • {% include fa_icon.html compass=true class="svg-inline--fa fa-w-16" - %}Credits can be purchased in blocks of 1,000, usually for $100 (i.e., 10 - cents/credit).
      • -
      -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}AGOL subscription types and pricing
    • -
    • {% include fa_icon.html pin=true class="svg-inline--fa fa-w-12" %}AGOL - user account control: types, roles, and privileges
    • -
    -
    - -
    -
    -

    QGIS Training

    - -
    - -
    - - - - -
    -

    Public Land Survey System at a Glance

    -
    - - - -
    -

    Distance Conversions

    -
    -
    -
      -
    • 1 Mile
    • -
    • = 80 chains
    • -
    • = 320 rods
    • -
    • = 320 perches
    • -
    • = 320 poles
    • -
    • = 5,280 feet
    • -
    • = 8,000 links
    • -
    • = 1,609.2655 meters
    • -
    -
      -
    • 1 Chain
    • -
    • = 4 rods
    • -
    • = 4 perches
    • -
    • = 4 poles
    • -
    • = 66 feet
    • -
    • = 100 links
    • -
    • = 20.1168 meters
    • -
    -
      -
    • 1 inch
    • -
    • = 0.0254 meters
    • -
    -
    -
    -
      -
    • 1 Link
    • -
    • = 0.66 feet
    • -
    • = 7.92 inches
    • -
    • = 0.2017 meters
    • -
    -
      -
    • 1 Meter
    • -
    • = 39.370 inches
    • -
    • = 3.281 feet
    • -
    -
      -
    • 1 Rod
    • -
    • = 16.5 feet
    • -
    -
      -
    • 1 Perch
    • -
    • = 25 links
    • -
    -
      -
    • 1 Pole
    • -
    • = 5.0292 meters
    • -
    -
      -
    • 1 Foot
    • -
    • = 0.3048 meters
    • -
    -
    -
    -
    -
    -

    Example Description: A parcel of land situated in the south half of the southeast - quarter of the northeast quarter of Section 31, Township 2 South, Range 2 West, Salt - Lake Base and Meridian.

    -
    -

    Geographic Coordinate Data Base (GCDB) Point IDs

    -
    -

    Area - Conversions

    -
      -
    • 1 Sq. Mile
    • -
    • = Nominal Section
    • -
    • = 640 acres
    • -
    • = 2.590 sq. km.
    • -
    • = 259 hectares
    • -
    -
      -
    • 1 Acre
    • -
    • = 10 sq. chains
    • -
    • = 160 sq. rods
    • -
    • = 160 perches
    • -
    • = 160 poles
    • -
    • = 43,560 sq. feet
    • -
    • = 0.4047 hectare
    • -
    • = 4,047 sq. meters
    • -
    -
      -
    • 1 Hectare
    • -
    • = 2.47 acres
    • -
    -
      -
    • 1 Sq. Meter
    • -
    • = 10.764 sq. ft.
    • -
    -
    -
    -

    XxxYyy, where Xxx = the following range of values

    -
      -
    • 711 - 719 Town Sites, City Boundaries
    • -
    • 720 - 739 County Boundaries
    • -
    • 740 - 769 State Boundaries
    • -
    • 770 - 799 Forest Service, Parks Service, Reservations,
    • -
    • Grant, Other Boundaries with Mileposts.
    • -
    • 800 - 836 Meanders (right bank even #, left bank odd #.)
    • -
    • 837 - 879 Tracts
    • -
    • 880 - 899 Right of Ways
    • -
    • 900 - 999 Mineral Surveys, Homestead Entries, etc.
    • -
    -

    Yyy - Numbered sequentially along the survey in increments of 10. The prefix

    -

    Xxx - may be the same for all points in a similar survey.

    -
    -
    -

    Irregularities of Townships for ones places of Xxx and Yyy.

    -

    1, 2, 8 or 9 -> offset corners along interior section lines and section subdivision lines where +/- 2 is the - recommended naming scheme and THE GRAPGICS RULE MUST BE FOLLOWED.

    -

    3 or 7 -> offset corners along township boundaries, angle points, witness corners, and witness points.

    -

    4 or 6 -> intersections of rectangular/special surveys and 1/16th corners of elongated sections.

    -

    0 -> all regular aliquot corners down to 1/16th.

    -

    5 -> all regular aliquot corners down to 1/256th.

    -
    - - - -
    -
    Bureau of Land
    -
    Management (BLM)
    -
    Point IDs
    -
    -
    - -
    -
    - -
    -
    -

    Township and Range
    (5 characters each)

    -
      -
    • 3 digits for Township or Range number
    • -
    • 1 digit for fraction (0 for no fraction, 1 for 1/4 township, 2 for 1/2 township, 3 for 3/4 township)
    • -
    • 1 letter for direction
    • -
    -
    -
    - - diff --git a/ugrc-newsletter/59.html b/ugrc-newsletter/59.html deleted file mode 100644 index 07f24f9c72..0000000000 --- a/ugrc-newsletter/59.html +++ /dev/null @@ -1,720 +0,0 @@ ---- -title: The 59th UGRC Newsletter -layout: news_letter -author: -display_name: MP -email: ugrc@utah.gov -tags: [] -categories: [] -date: 2022-10-01 17:38:46 -0600 ---- - -
    -
    - - - - - -
    - - - - - -
    - - - - - -
    - - - - - - -
    - - - - - - - - - - - -
    - -
    - - - - - - -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    This is the 59th - UGRC Newsletter

    -
    -
    -
    - - - - - - -
    -
    -

    September 2022

    -
    -
    -
    - - - - - - -
    -
    -
    There has been a lot - of new development going on at UGRC. We have new - logos for all of our main products. We introduced some new data - to the SGID (open - source places) and published some new applications (lidar - coverage). It seems as though there is a constant stream of new - developments as we try to really integrate GIS usage across the whole - State of Utah government diaspora. We look forward to really - perfecting the Web API so you can geocode and search across the State - Geographic Information Datasource (SGID) in style! 
    -
    -
    -
    - - - - - - -
    -
    -
    Now, to give you - access to everything new since our last update! Remember to follow us - on Twitter - for the most current information and happenings or visit https://gis.utah.gov. -
    -
    -
    -
    - - - - - - -
    - - - - - - - -
    - - Facebook - - - - Twitter - -
    -
    - - - - - - -
    -
    -

    From the blog

    -
    -
    -
    - - - - - - -
    -
    -

    Python Shorts - Flattening Arrow - Code

    -
    “Arrow Code” refers - to a series of nested if statements that increase your indentation - level at each statement, creating an arrow of whitespace when the ifs - are mirrored by accompanying else blocks. 
    -

    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Python Shorts - Unit Testing

    -
    In the realm of - programming, “unit testing” is an automated way of testing small, - individual “units” of your code to ensure that when given a specific - set of... Read more
    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Introducing - Masquerade

    -
    Masquerade is a new - proxy service hosted by UGRC that makes our - geocoding service and Open SGID datasets easily accessible in - Esri products. It does this by impersonating an Esri locator service. - You should be able to use the URL below anywhere you would normally - use an Esri geocode service
    -

    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Weaving The Fabric - Building - Authoritative Geospatial Datasets

    -
    Many hands make - light work.
    -

    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Municipal Boundaries  - Final - update for 2021

    -
    Finally the end of - 2021 is here. Another year of ups and downs and growth has slowed - down. Utah County once again leads the growth with 18 annexations and - Cache County is a close second with 16
    -

    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Is your home close enough to the - nearest fire station

    -
    Living - close to a fire station can be noisy, but on the other hand, not - living close enough can result in delayed, or even worse, inadequate - fire service. 
    -

    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Utah Lidar coverage - application

    -
    To accompany our web - pages of lidar projects and downloads from the UGRC - Raster Data Discovery application, the Utah - LiDAR Coverage application has been created. It depicts the - lidar projects that have been proposed, are in progress, or have been - completed in Utah. This will allow users to see the distribution of - lidar projects over the years and their USGS - Quality Level in addition to other information and resources - related to the projects. 
    -

    - -
    -
    -
    - - - - - - -
    -
    -

    Real Quick...

    -
    -
    -
    - - - - - - -
    - - - - - - -
    - - - - - - -
    - -
    - - - - - - -
    -
    - - - - - - -
    - -
    -
    - - - - - - -
    - - - - - - -
    -
    -
    Maps - on the Hill 2023 will be held on Tuesday, February - 14th, 2023 at 11:00 am to 2:00 pm in the Rotunda of - the Utah State Capitol building
    -
    -
    -
    - - - - - - -
    -
    -
    -
    - - - - - - -
    -
    -

    Upcoming Events

    -
    -
    -
    - - - - - - -
    - - - - - - -
    - - - - - - -
    -
    -
    - Check out dates for GIS - Services workshops at the Marriott Library
    -
    -
    -
    - - - - - - -
    -
    -
    - - - - - - -
    - - - - - - -
    -
    -
    Utah - Association of Counties (UAC) annual convention St. - George Utah November 15-17
    -
    -
    -
    - - - - - - -
    -
    -
    -
    -
    -
    -

    Matt Peters

    -

    4315 South 2700 West, - Taylorsville, UT 84129 -

    -
    -
    -
    - -
    -
    -
    -
    -
    diff --git a/ugrc-newsletter/60.html b/ugrc-newsletter/60.html deleted file mode 100644 index b3856d2ede..0000000000 --- a/ugrc-newsletter/60.html +++ /dev/null @@ -1,719 +0,0 @@ ---- -title: The 60th UGRC Newsletter -layout: news_letter -author: -display_name: MP -email: ugrc@utah.gov -tags: [] -categories: [] -date: 2023-03-01 17:38:46 -0600 ---- - -
    -
    - - - - -
    - - - - -
    - - - - -
    - - - - - -
    - - - - - - - - - - - -
    - -
    - - - - - - -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    This is the 60th - UGRC Newsletter

    -
    -
    -
    - - - - - - -
    -
    -

    March 2023 -

    -
    -
    -
    - - - - - - -
    -
    -
    UGRC has been a busy organization - recently. We helped support the 10th annual Maps On The Hill (MOTH) and it was the best one yet. - Utah was very successful in the Broadband Challenge which ensures Utah will - get its fair share of the $42.45 billion Broadband Equity, Access, and - Deployment funding distributed by the federal government. Utah was head and - shoulders above all other states with the acceptance of its challenge numbers. - This exemplifies the great partnership we have with the counties and what can - be accomplished when we need to come together to solve a problem. We are - looking forward to the Utah Geographic Information - Council - conference in May in Midway Utah. We hope to see you there. Please stop by our - booth and say hello.
    -
    -
    -
    - - - - - - -
    -
    -
    Now, to give you access to - everything new since our last update! Remember to follow us on Twitter for the most current information - and happenings and visit https://gis.utah.gov.
    -
    -
    -
    - - - - - - -
    - - - - - - - -
    -
    - - - - - - -
    -
    -

    From the - blog

    -
    -
    -
    - - - - - - -
    -
    -

    Trailheads, a - collaborative approach

    -
    At - UGRC, we see OpenStreetMap (OSM) as an ideal platform for managing and - maintaining datasets such as trails, trailheads, campgrounds, and a variety of - other layers - because who better to steward this data than all of us? Have - you ever wanted to contribute to the SGID but didn't know how. Please - participate in the - map challenge - and show us how much you know about Utah trailheads.
    -

    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Base maps: - Out with the old in with the new

    -
    It - has been almost a decade since UGRC has updated the look and feel of any of - the base maps but changes are on the way! Version 2 of the terrain base map is - out in the wild and the feedback has been very positive. Have you seen it - yet?
    -

    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Utah crushes broadband challenge - through collaboration

    -
    Among - the many lessons the Covid-19 pandemic taught us, we learned two things about - high-speed internet. First, high download and upload - speeds are necessities in the modern world. Second, figuring out what - high-speed internet was available in our neighborhood was a more difficult - task than it should be.
    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Municipal - Boundaries  - Final update for 2022

    -
    It - is the end of another long year and, ready or not, 2023 is here. It was - another year of growth for the state which has slowed down some. The top - contributors were Utah and Cache County once again with 23 annexations in Utah - and 16 in Cache
    -

    - -
    -
    -
    - - - - - - -
    -
    - - - - - - -
    -
    -

    Real Quick...

    -
    -
    -
    - - - - - - -
    - - - - - - -
    - - - - - - -
    -
    -
    The State Historic - Preservation Office is receiving an ESRI Special Achievement - in GIS (SAG) award!
    - -
    -
    -
    - - - - - - -
    -
    -
    New episodes of the - UGRC Geospatial podcasts are available. - Join us as we interview some fun and interesting people in the - geospatial world.
    -
    -
    -
    - - - - - - -
    -
    -
    UGRC was able to - secure additional funding to purchase imagery as the base cost - has increased. This increases the Geospatial data fund to - $394,000.00!
    -
    -
    -
    -
    - - - - - - -
    - - - - - - -
    -
    -
    Surveyors are - retiring faster than they are hiring. Read the thoughts from - Sean Fernandez, our State Surveyor, on the UCLS - blog.
    -
    -
    -
    - - - - - - -
    -
    -
    Do you like to the - roulette wheel? It is better with maps. View the Salt Lake GIS - User Group presentation - slide deck from Greg and Erik - about using Open Street Map to collaboratively edit SGID - data.
    -
    -
    -
    - - - - - - -
    -
    -
    As data changes we - need to react to keep the SGID current and relevant. Make - sure to watch #ugrcporter and agrc/porter to know what - datasets are changing.
    -
    -
    -
    -
    -
    - - - - - - -
    -
    -

    Upcoming - Events

    -
    -
    -
    - - - - - - -
    - - - - - - -
    - - - - - - -
    -
    -
    Check out dates for - upcoming items
    -
    -
    -
    - - - - - - -
    -
    -
    - - - - - - -
    - - - - - - -
    -
    -
    Utah - Geographic Information Council annual conference in Midway Utah - May 8-12. Register - now!
    -
    -
    -
    - - - - - - -
    -
    -
    -
    -
    -
    -

    Matt Peters

    -

    4315 South 2700 West, - Taylorsville, UT 84129 -

    -
    -
    -
    - -
    -
    -
    -
    -
    diff --git a/ugrc-newsletter/index.md b/ugrc-newsletter/index.md deleted file mode 100644 index 8c53b5c81f..0000000000 --- a/ugrc-newsletter/index.md +++ /dev/null @@ -1,129 +0,0 @@ ---- -title: UGRC Newsletter Archive -layout: page_nocrumb -author: -display_name: JP -email: ugrc@utah.gov -tags: [] -categories: [] -date: 2013-07-09 17:38:46 -0600 ---- - -

    - - UGRC distributes a quarterly newsletter that features UGRC news and other - statewide GIS announcements. {% include contact.html subject=page.title - contact=site.data.contacts.newsletter text='If you have an item you would like - included in the newsletter, contact' %} Map spotlights, events, and other - technical news from the community are always welcome. Subscribe to the newsletter at - the bottom of any webpage on gis.utah.gov. All individual blog posts are available on the news page. -

    - -### 2023 -{: .text-left } - -- [March](/contact) - -### 2022 -{: .text-left } - -- [September](/contact) - -### 2021 -{: .text-left } - -- [December](https://mailchi.mp/9b0072ee2363/latest-updates-from-the-ugrc) -- [August](https://mailchi.mp/d247a29d6b87/utah-gis-news-august-2021) -- [April](https://mailchi.mp/7563f5b7e011/utah-agrc-latest-updates) - -### 2020 -{: .text-left } - -- [December](https://mailchi.mp/5dae64b97c9b/latest-updates-from-the-utah-agrc) -- [June](https://mailchi.mp/596b6bbc4f2b/latest-updates-from-the-utah-agrc) - -### 2019 -{: .text-left } - -- [November](https://mailchi.mp/eb726bce98f4/0yqkn71x1n) -- [June](https://mailchi.mp/d6015e4d6514/gis-news-from-the-utah-agrc) -- [March](https://mailchi.mp/92dbb3b0a6cd/tz44y1jje2) - -### 2018 -{: .text-left } - -- [December](https://mailchi.mp/1b78ed5327fb/latest-updates-from-the-utah-agrc) -- [September](https://mailchi.mp/7c05232424ab/latest-updates-from-the-utah-agrc) -- [June](https://mailchi.mp/22686ee288a3/latest-updates-from-the-utah-agrc) -- [February](https://mailchi.mp/abbd2e267bd6/latest-updates-from-the-utah-agrc) - -### 2017 -{: .text-left } - -- [November/December](https://mailchi.mp/e42cb720839d/latest-updates-from-the-utah-agrc-nov-dec-2017) -- [October](https://mailchi.mp/4b3e1d64e6c3/latest-updates-from-the-utah-agrc) -- [September/August](https://mailchi.mp/11c6fd03b27d/latest-updates-from-the-utah-agrc) -- [June/July](https://mailchi.mp/a31f9ec0457d/latest-updates-from-the-utah-agrc-junejuly-2017-newsletter) -- [April/May](https://mailchi.mp/171fa959ff4b/latest-updates-from-the-utah-agrc) -- [March](https://eepurl.com/cIYyRr) -- [January/February](https://eepurl.com/cDx1gb) - -### 2016 -{: .text-left } - -- [November/December](https://t.co/a5eYy06pzZ) -- [September](https://eepurl.com/chZTf1) -- [August](https://eepurl.com/cdKYUz) -- [June/July](https://eepurl.com/b75UCj) -- [May](https://eepurl.com/b3mtf9) -- [April](https://eepurl.com/bZZihz) -- [February/March](https://eepurl.com/bVVNC1) -- [January](https://eepurl.com/bNF44z) - -### 2015 -{: .text-left } - -- [December](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=c4570cd012) -- [November](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=bb679bf81c) -- [October](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=bb69690553) -- [September](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=9792e86879) -- [August](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=6898f7de3a) -- [July](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=07dbc58217) -- [May/June](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=eea41eb116) -- [April](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=c580f8f7e1) -- [February/March](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=b315758171) -- [January](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=df898eb7d5) - -### 2014 -{: .text-left } - -- [November/December](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=2f63677144) -- [October](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=8f7acd3dc9) -- [September](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=5f6e3d7525) -- [July/August](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=44d2b9738d) -- [June](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=3605bfcc56) -- [May](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=0b7c3450b2) -- [April](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=92e24e5726) -- [March](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=2c2cb0094e) -- [February](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=59d1ad81b7) -- [January](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=0884117836) - -### 2013 -{: .text-left } - -- [December](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=8137ffc085) -- [November](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=952ef5e790) -- [October](https://us2.campaign-archive2.com/?u=0f7773ca3c6d02d1c38851ee9&id=013bd8e649) -- [August/September](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=0576d3b0d0) -- [July](https://us2.campaign-archive1.com/?u=0f7773ca3c6d02d1c38851ee9&id=7e8f68897c) -- [June]({% link downloads/AGRCNewsletter_June2013.pdf %}) -- [April]({% link downloads/AGRCNewsletter_April2013.pdf %}) -- [March]({% link downloads/AGRCNewsletter_March2013.pdf %}) - -### 2012 -{: .text-left } - -- [December]({% link downloads/AGRCNewsletter_December2012.pdf %}) -- [November]({% link downloads/AGRCNewsletter_November2012.pdf %})