diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..e6063dcd Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c08f9add --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..4c459eb0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,28 @@ +language: ruby +rvm: +- 2.4 +script: bundle exec jekyll build +deploy: + - provider: s3 + access_key_id: AKIAJZMRR4HJGJXD3URQ + secret_access_key: + secure: IwwVahOVbsvjmA2hCNcOPPWuuyuIJo275Yp7koNBTysrMdPqfGcqt5IY7BkOowqtOLDR3ChHinl/7BYCYBYMN1VhvQMXcWuZwa0k/KpEePzZcmP16Y0cD76wR0a1ScDMAkK/g0RPplbhNoSPDDYMvTp2xYt0ouNDSqagovgyUk6eGi2LM7C4AAgbYl6XdKk/VZGu6awTwal28W/3a6U68lfUue1Fm+7lIa1B0fatclMpeOwfpRe2rJft7mhKg87coPkskZZDP4nY4Geop5pafL5Ll7p/LXhH4v+RsHOh6FXHiGiM8FNH3Ng6NriRTBoKDpgXEzlXN8flrOL3FzXdP6ljHXtXNx5zNrV0xfC1Ol8V1ELPQUye4dNOyvvvsnZV8HlFuLZkjLVdDcaqCHMgw4OeGii4GTJW6Q8Fo7X0Lp6NmxFznb6Zunk00ttPe/FEnrgb+OuOmfRVFcrYYuZ0jugvETo1gxuDi+jGJQwH8HsQUJ/yGpIi03Z2RU0yX/2iMsfHizDFSxt2ZFG5v+J+yHxpS02d0C4t+w9CC8k7hyhj8cPYL6RcdR2o4CchongmHpX8WOaxXKh8YQ+jhCJvdz19e8Low+1cwG3Kf1PCHRgkUNJqMTFve777Zt/ri1hOnfqjdzne2KyZeENrVKyYSUCExcvIej7SQI1bHntkpqc= + bucket: transportation.austintexas.dev + local-dir: _site + skip_cleanup: true + acl: public_read + on: + repo: cityofaustin/transportation + branch: dev + - provider: s3 + access_key_id: AKIAJZMRR4HJGJXD3URQ + secret_access_key: + secure: IwwVahOVbsvjmA2hCNcOPPWuuyuIJo275Yp7koNBTysrMdPqfGcqt5IY7BkOowqtOLDR3ChHinl/7BYCYBYMN1VhvQMXcWuZwa0k/KpEePzZcmP16Y0cD76wR0a1ScDMAkK/g0RPplbhNoSPDDYMvTp2xYt0ouNDSqagovgyUk6eGi2LM7C4AAgbYl6XdKk/VZGu6awTwal28W/3a6U68lfUue1Fm+7lIa1B0fatclMpeOwfpRe2rJft7mhKg87coPkskZZDP4nY4Geop5pafL5Ll7p/LXhH4v+RsHOh6FXHiGiM8FNH3Ng6NriRTBoKDpgXEzlXN8flrOL3FzXdP6ljHXtXNx5zNrV0xfC1Ol8V1ELPQUye4dNOyvvvsnZV8HlFuLZkjLVdDcaqCHMgw4OeGii4GTJW6Q8Fo7X0Lp6NmxFznb6Zunk00ttPe/FEnrgb+OuOmfRVFcrYYuZ0jugvETo1gxuDi+jGJQwH8HsQUJ/yGpIi03Z2RU0yX/2iMsfHizDFSxt2ZFG5v+J+yHxpS02d0C4t+w9CC8k7hyhj8cPYL6RcdR2o4CchongmHpX8WOaxXKh8YQ+jhCJvdz19e8Low+1cwG3Kf1PCHRgkUNJqMTFve777Zt/ri1hOnfqjdzne2KyZeENrVKyYSUCExcvIej7SQI1bHntkpqc= + bucket: transportation.austintexas.io + local-dir: _site + skip_cleanup: true + acl: public_read + on: + repo: cityofaustin/transportation + branch: gh-pages + diff --git a/404.html b/404.html new file mode 100644 index 00000000..7e5b46c8 --- /dev/null +++ b/404.html @@ -0,0 +1,5 @@ +--- +layout: 404-layout +title: "404: Page not found" +permalink: 404.html +--- diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..16ed9016 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +transportation.austintexas.io \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..d8777ee2 --- /dev/null +++ b/Gemfile @@ -0,0 +1,4 @@ +source "https://rubygems.org" + +gem "jekyll" +gem "html-proofer" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..38396b40 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,82 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (5.1.4) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + colorator (1.1.0) + colored (1.2) + concurrent-ruby (1.0.5) + ethon (0.10.1) + ffi (>= 1.3.0) + ffi (1.9.18) + forwardable-extended (2.6.0) + html-proofer (3.7.2) + activesupport (>= 4.2, < 6.0) + addressable (~> 2.3) + colored (~> 1.2) + mercenary (~> 0.3.2) + nokogiri (~> 1.7) + parallel (~> 1.3) + typhoeus (~> 0.7) + yell (~> 2.0) + i18n (0.8.6) + jekyll (3.5.2) + addressable (~> 2.4) + colorator (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-sass-converter (1.5.0) + sass (~> 3.4) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + kramdown (1.15.0) + liquid (4.0.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + mercenary (0.3.6) + mini_portile2 (2.3.0) + minitest (5.10.3) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + parallel (1.12.0) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + public_suffix (3.0.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.5.1) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + thread_safe (0.3.6) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.3) + thread_safe (~> 0.1) + yell (2.0.7) + +PLATFORMS + ruby + +DEPENDENCIES + html-proofer + jekyll + +BUNDLED WITH + 1.15.3 diff --git a/README.md b/README.md new file mode 100644 index 00000000..30267f3a --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# Austin Transportation Data and Performance Hub + +This repository houses the City of Austin Transportation Department's Data and Performance Hub, a public website which tracks the department's operational performance and curates access to key datasets. + +This site is hosted at [transportation.austintexas.io](http://transportation.austintexas.io) and uses [Jekyll](https://jekyllrb.com/) and [Github Pages](https://pages.github.com/) to create static pages. + +Much of the content on the site is generated in-browser using [D3js](http://d3js.org) and [jQuery](https://jquery.com/) to visualize data from the [City of Austin Open Data Portal](http://data.austintexas.gov). + +## Quick Start + +1. Install [Git](https://git-scm.com/) and [Jekyll](https://jekyllrb.com/). + +2. `cd` to the directory where you want to check-out the site, and clone it (`git clone https://github.com/cityofaustin/transportation`) + +3. `cd` to the directory that contains the cloned repository, and run `jekyll serve` to start the webserver + +4. Navigate to http://localhost:4000 in your browser to view the site hosted-locally + +## Environments + +### Production + +- **URL:** [transportation.austintexas.io](http://transportation.austintexas.io) + +- **GitHub:** `gh-pages` + +- **Deployment:** Commit changes to branch `test` and submit a pull request to merge to gh-pages + +## Contributing + +Public contributions are welcome! Assign pull requests to [@johnclary](http://github.com/johnclary). diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..36ed9504 --- /dev/null +++ b/_config.yml @@ -0,0 +1,18 @@ +# Permalinks +permalink: pretty + +# Setup +title: 'Transportation Data and Performance Hub | City of Austin Transportation Department' +tagline: 'Open Data Projects at the Austin Transportation Department' +description: '' +url: http://transportation.austintexas.io + +author: + name: '' + url: '' + +# Custom vars +version: 0.0.0 + +github: + repo: https://github.com/cityofaustin/transportation diff --git a/_includes/coa-header.html b/_includes/coa-header.html new file mode 100644 index 00000000..47d6ed48 --- /dev/null +++ b/_includes/coa-header.html @@ -0,0 +1,7 @@ +
+
+
+
An official website of the City of Austin
+
+
+
\ No newline at end of file diff --git a/_includes/dash-top-nav.html b/_includes/dash-top-nav.html new file mode 100644 index 00000000..809625f0 --- /dev/null +++ b/_includes/dash-top-nav.html @@ -0,0 +1,32 @@ +
+ +
+ +
+
+ +
+
+
+
+ +
+
+ diff --git a/_includes/data-tracker-nav.html b/_includes/data-tracker-nav.html new file mode 100644 index 00000000..8bd34ce9 --- /dev/null +++ b/_includes/data-tracker-nav.html @@ -0,0 +1,30 @@ +
+ +
+ +
+
+ +
+
+
+
+ +
+
\ No newline at end of file diff --git a/_includes/default-scripts.html b/_includes/default-scripts.html new file mode 100644 index 00000000..274bf352 --- /dev/null +++ b/_includes/default-scripts.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 00000000..cdf6763d --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 00000000..7580fa9e --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,36 @@ + + + + + + + + + + {{ page.title }} + + + + + + + + + + + {% if page.custom_css %} + + {% for css_file in page.custom_css %} + + + + {% endfor %} + + {% endif %} + + + + diff --git a/_includes/map-col-default.html b/_includes/map-col-default.html new file mode 100644 index 00000000..e1143f5e --- /dev/null +++ b/_includes/map-col-default.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/_includes/map-selector-row.html b/_includes/map-selector-row.html new file mode 100644 index 00000000..8833a8f4 --- /dev/null +++ b/_includes/map-selector-row.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/_includes/mobile-top-nav.html b/_includes/mobile-top-nav.html new file mode 100644 index 00000000..b87f31cd --- /dev/null +++ b/_includes/mobile-top-nav.html @@ -0,0 +1,8 @@ + +
+
+
+
Mobile Tech | Austin Transportation Department
+
+
+
\ No newline at end of file diff --git a/_includes/modal-tabbed.html b/_includes/modal-tabbed.html new file mode 100644 index 00000000..197ca29a --- /dev/null +++ b/_includes/modal-tabbed.html @@ -0,0 +1,27 @@ + + \ No newline at end of file diff --git a/_includes/modal.html b/_includes/modal.html new file mode 100644 index 00000000..3474122e --- /dev/null +++ b/_includes/modal.html @@ -0,0 +1,11 @@ + + \ No newline at end of file diff --git a/_includes/modal_loader.html b/_includes/modal_loader.html new file mode 100644 index 00000000..3fa01be4 --- /dev/null +++ b/_includes/modal_loader.html @@ -0,0 +1,12 @@ + + \ No newline at end of file diff --git a/_includes/search-row.html b/_includes/search-row.html new file mode 100644 index 00000000..3d7fd770 --- /dev/null +++ b/_includes/search-row.html @@ -0,0 +1,8 @@ +
+ + + + +
\ No newline at end of file diff --git a/_includes/table-col-default.html b/_includes/table-col-default.html new file mode 100644 index 00000000..d427805a --- /dev/null +++ b/_includes/table-col-default.html @@ -0,0 +1,9 @@ +
+ + {% include map-selector-row.html %} + + {% include search-row.html %} + + {% include table-row.html %} + +
\ No newline at end of file diff --git a/_includes/table-row.html b/_includes/table-row.html new file mode 100644 index 00000000..5644bd33 --- /dev/null +++ b/_includes/table-row.html @@ -0,0 +1,10 @@ +
+ + + + + + + +
+
\ No newline at end of file diff --git a/_layouts/404-layout.html b/_layouts/404-layout.html new file mode 100644 index 00000000..e0469802 --- /dev/null +++ b/_layouts/404-layout.html @@ -0,0 +1,30 @@ + + + + {% include head.html %} + + + + {% include modal.html %} + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+
+
+

Page Not Found

+

+ Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again +

+ +
+
+ +
+ + {% include footer.html %} + + + diff --git a/_layouts/card-layout.html b/_layouts/card-layout.html new file mode 100644 index 00000000..c361dde4 --- /dev/null +++ b/_layouts/card-layout.html @@ -0,0 +1,49 @@ + + + + {% include head.html %} + + + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+
+

Assets Installed

+
+
+ +
+
+

Year-to-Date Activities

+
+
+ +
+
+

Signal Operations

+
+
+ +
+
+ + + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + \ No newline at end of file diff --git a/_layouts/dash-layout.html b/_layouts/dash-layout.html new file mode 100644 index 00000000..d25a4f51 --- /dev/null +++ b/_layouts/dash-layout.html @@ -0,0 +1,41 @@ + + + + {% include head.html %} + + + + {% include modal.html %} + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+ +
+ + {% include table-col-default.html %} + + {% include map-col-default.html %} + +
+ +
+ + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + diff --git a/_layouts/data-tracker-layout.html b/_layouts/data-tracker-layout.html new file mode 100644 index 00000000..5910dbbe --- /dev/null +++ b/_layouts/data-tracker-layout.html @@ -0,0 +1,42 @@ + + + + {% include head.html %} + + + + {% include coa-header.html %} + + {% include data-tracker-nav.html %} +
+
Loading...
+
+ + + + + + + {% include footer.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + + + + diff --git a/_layouts/device-status-layout.html b/_layouts/device-status-layout.html new file mode 100644 index 00000000..473aca56 --- /dev/null +++ b/_layouts/device-status-layout.html @@ -0,0 +1,41 @@ + + + + {% include head.html %} + + + + {% include modal-tabbed.html %} + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+ +
+ + {% include table-col-default.html %} + + {% include map-col-default.html %} + +
+ +
+ + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + diff --git a/_layouts/fullscreen-map.html b/_layouts/fullscreen-map.html new file mode 100644 index 00000000..fc00b7e5 --- /dev/null +++ b/_layouts/fullscreen-map.html @@ -0,0 +1,161 @@ + + + + {% include head.html %} + + + + {% include modal_loader.html %} + +
+
+
+
+
+
+
+
+ + + + + + + + + + + +
+
+
+
+
+ + + + + + + + + +
Name
+
+
+
+
+
+
+
+ +

+

+
+ +
+
+
+
+ +
+ No Image Available + + + + + + + + + + +
+
+
+
+
+
+
+
+
+ +
+
+ City of Austin Seal +
+

Transportation Management Operations

+

City of Austin Transportation Department

+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + {% include default-scripts.html %} + + + + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + + + + + + diff --git a/_layouts/homepage-layout.html b/_layouts/homepage-layout.html new file mode 100644 index 00000000..3e3ac389 --- /dev/null +++ b/_layouts/homepage-layout.html @@ -0,0 +1,157 @@ + + + + {% include head.html %} + + + + {% include coa-header.html %} + +
+
+
+
+

{{page.title}}

+

City of Austin Transportation Department

+
+
+
+ +
+ +
+
+

Signal Operations

+
+ + +
+ + +
+
+

Maps and Resources

+
+ + +
+ + +
+
+

Open Data

+
+ + +
+ +
+ + {% include footer.html %} + + + + + + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + + + diff --git a/_layouts/mobile-workforce-layout-2.html b/_layouts/mobile-workforce-layout-2.html new file mode 100644 index 00000000..393d8231 --- /dev/null +++ b/_layouts/mobile-workforce-layout-2.html @@ -0,0 +1,41 @@ + + + + {% include head.html %} + + + + {% include modal-tabbed.html %} + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+ +
+ + {% include table-col-default.html %} + + {% include map-col-default.html %} + +
+ +
+ + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + diff --git a/_layouts/mobile-workforce-layout.html b/_layouts/mobile-workforce-layout.html new file mode 100644 index 00000000..01e2780e --- /dev/null +++ b/_layouts/mobile-workforce-layout.html @@ -0,0 +1,35 @@ + + + + {% include head.html %} + + + + {% include mobile-top-nav.html %} + +
+ +
+ +
+ +
+ +
+ + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + + + diff --git a/_layouts/open-data-inventory.html b/_layouts/open-data-inventory.html new file mode 100644 index 00000000..07fc9a4c --- /dev/null +++ b/_layouts/open-data-inventory.html @@ -0,0 +1,35 @@ + + + + {% include head.html %} + + + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+
+
+

+ + This inventory provides a comprehensive list of public transportation datasets made available by the City of Austin Transportation Department. This inventory also identifies datatests which may be under active development, or datasets which are not currently available but have been identified for future development. For more information about the City of Austin's transportation data, contact transportation.data@austintexas.gov + +

+
+
+ +
Loading...
+ +
+ + {% include footer.html %} + + + + + + + + \ No newline at end of file diff --git a/_layouts/radar-layout.html b/_layouts/radar-layout.html new file mode 100644 index 00000000..643bd840 --- /dev/null +++ b/_layouts/radar-layout.html @@ -0,0 +1,126 @@ + + + + {% include head.html %} + + + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+
+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
Plot 1 (Dashed Line)
+ Leave date empty for current date/time. +
+
+ + +
+
+ + +
+
+
+
+ +
+
+ +
+
+
+ +
+
Plot 2 (Solid Line)
+ Leave end date empty for current date/time. +
+
+ + +
+
+ + +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+

Average Volume by Time of Day

+
+
+
+

Total Daily Volume

+
+
+
+ + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + \ No newline at end of file diff --git a/_layouts/signal-requests-layout.html b/_layouts/signal-requests-layout.html new file mode 100644 index 00000000..3669b98e --- /dev/null +++ b/_layouts/signal-requests-layout.html @@ -0,0 +1,89 @@ + + + + {% include head.html %} + + + + {% include modal.html %} + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+ +
+
+

Find a Signal Request

+
+
+ +
+ + {% include table-col-default.html %} + + {% include map-col-default.html %} + +
+ +
+ +
+

About the Signal Request Program

+
+ +
+

What am I Looking at?

+ +

This webpage reports the status of traffic and pedestrian signal requests. Every year we typically receive more than one hundred requests for traffic and pedestrian signals, each of which is evaluated and ranked for possible installation.

+ +

This page shows the status of new and existing signal requests, as well as those locations that are currently being studied or have been studied but not yet constructed.

+ +

Click here for more details about the signal request process.

+ +
+ +
+

Evaluation and Study

+ +

Eligible request are assigned preliminary scores based on crash history, travel demand, and community context. The highest scoring requests are selected for study by a professional engineer, who makes a formal recommendation for signalization.

+ +

Additional information:

+ +
+ +
+

Contact Us

+

To request a new traffic signal or follow-up on an existing request, call 3-1-1. You can also submit a traffic signal service request online.

+ +

If you have questions about this web page or the data that powers it, contact transportation.data@austintexas.gov +

+ +
+ +
+ + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + + + diff --git a/_layouts/signal-timing-layout.html b/_layouts/signal-timing-layout.html new file mode 100644 index 00000000..9fd3e67e --- /dev/null +++ b/_layouts/signal-timing-layout.html @@ -0,0 +1,90 @@ + + + + {% include head.html %} + + + + {% include modal.html %} + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+ + {% include map-selector-row.html %} + +
+ +
+

What am I Looking At?

+

+ This dashboard reports the progress of the Austin Transportation Department's Annual Signal Timing Program. Beginning in 2017, traffic signal engineers will re-time approximately 1/3 of the city’s 1,000+ signals each year, with the goal of ensuring signals are timed for optimum safety and performance. + More info +

+
+ +
+

Signals Re-Timed

+
+ +
+

Travel Time Reduced

+
+ +
+ +
+ + {% include table-col-default.html %} + + {% include map-col-default.html %} + +
+ +
+ +
+

About Signal Timing

+
+ +
+

How do you choose which signals will be re-timed?

+

+ We identify corridors for re-timing on annual basis, typically in October. Every signal in our system is re-timed at least once every three years. You can view the corridors that have been scheduled for re-timing in the above table. +

+
+ +
+

How do you set your goals?

+

+ The Annual Signal Timing Program's performance goals are established by city management, and are reviewed annually based on the pervious year's performance. +

+
+ +
+

Report an Issue

+

To report an issue or request a new traffic signal, call 3-1-1. You can also submit a traffic signal service request online.

+
+ +
+ +
+ + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + diff --git a/_layouts/signals-on-flash-layout.html b/_layouts/signals-on-flash-layout.html new file mode 100644 index 00000000..ffd4cb0e --- /dev/null +++ b/_layouts/signals-on-flash-layout.html @@ -0,0 +1,97 @@ + + + + {% include head.html %} + + + + {% include modal.html %} + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+ +
+ +
+ +
Unscheduled Flash
+
+ +
+
Scheduled Flash
+
+ +
+
Communication Outage
+
+ + + +
+ +
+
+
+
+ +
+ + {% include table-col-default.html %} + + {% include map-col-default.html %} + +
+ +
+ +
+

About the Traffic Signal Monitor

+
+ +
+

What am I Looking at?

+ +

This dashboard reports that operation status of traffic signals in Austin, TX. Traffic signals enter flash mode when something is preventing the signal from operating normally. This is typically the result of a power surge, power outage, or damage to signal equipment. A signal may also be intentionally placed into flash mode for maintenance purposes or be scheduled to flash overnight.

+ +
+ +
+

Advanced Transportation Management

+ +

Approximately 90% of the City’s signals communicate with our Advanced Transportation Management System. When these signals go on flash, they will be reported on this dashboard. It also occasionally happens that the event that disables a traffic signal also disables network communication to the signal, in which case the signal outage will not be reported here.

+ +
+ +
+

Report an Issue

+

To report an issue or request a new traffic signal, call 3-1-1. You can also submit a traffic signal service request online.

+ +
+ +
+ +
+ + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + + + diff --git a/_layouts/table-layout.html b/_layouts/table-layout.html new file mode 100644 index 00000000..861048cb --- /dev/null +++ b/_layouts/table-layout.html @@ -0,0 +1,47 @@ + + + + {% include head.html %} + + + + {% include modal.html %} + + {% include coa-header.html %} + + {% include dash-top-nav.html %} + +
+ +
+ +
+ + {% include map-selector-row.html %} + + {% include search-row.html %} + + {% include table-row.html %} + +
+ +
+ +
+ + {% include footer.html %} + + {% include default-scripts.html %} + + {% if page.custom_js %} + + {% for js_file in page.custom_js %} + + + + {% endfor %} + + {% endif %} + + + diff --git a/atom.xml b/atom.xml new file mode 100644 index 00000000..96c9681c --- /dev/null +++ b/atom.xml @@ -0,0 +1,28 @@ +--- +layout: null +--- + + + + + {{ site.title }} + + + {{ site.time | date_to_xmlschema }} + {{ site.url }} + + {{ site.author.name }} + {{ site.author.email }} + + + {% for post in site.posts %} + + {{ post.title }} + + {{ post.date | date_to_xmlschema }} + {{ site.url }}{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} + + diff --git a/components/css/Leaflet.zoomhome.css b/components/css/Leaflet.zoomhome.css new file mode 100644 index 00000000..0e4f81a2 --- /dev/null +++ b/components/css/Leaflet.zoomhome.css @@ -0,0 +1,8 @@ +.leaflet-control-zoomhome a { + font: bold 18px "Lucida Console",Monaco,monospace; +} + +a.leaflet-control-zoomhome-in, +a.leaflet-control-zoomhome-out { + font-size: 1.5em; +} diff --git a/components/css/custom.css b/components/css/custom.css new file mode 100644 index 00000000..5559ae9e --- /dev/null +++ b/components/css/custom.css @@ -0,0 +1,94 @@ +html, body, div, .btn { + font-family: 'News Cycle', sans-serif; + -webkit-appearance: none; +} + +#dash-top-nav-container { + padding-bottom: 10px; +} + +btn[type=button] { + -webkit-appearance: none; +} + +.background-img { + background-size: cover; + background-image: url(/components/images/jtron_1600.png); +} + +.header-coa { + font-family: sans-serif; /* COA header gets unstylized typeface */ + font-size: .75em; +} + +.nav-btn { + color: #fff !important; + background-color: rgba(0,0,0,.4); + border-radius: 3px; + cursor: pointer; +} + +.nav-btn:hover{ + + background-color: rgba(0,0,0); +} + +.nav-link { + color: #fff; + text-decoration: none; + font-size: 1.25em; +} + +.nav-link:hover { + color: #fff; + background-color: #2f3338; + text-decoration: none; +} + +.nav-menu { + background-color: #43484e; + box-shadow: inset 0 0px 5px 1px rgba(0, 0, 0, .4); + padding: 0px; +} + +.brand { + color: #fff; + text-shadow: 0px 0px 4px rgba(0,0,0,1); + +} + +.brand:hover { + color: #c4c4c4; + text-decoration: none; +} + +.nav-footer { + color: #fff; + padding-left: 0px; + padding-top: 2px; +} + +.footer { + color: #fff; + background-color: #43484E; +} + +.footer-background-color-fix { + background-color: #43484E; /* otherwite bottom-most content slips to background #fff on collapse */ +} + +span.col-1, span.co-2, +span.col-3, span.col-4, +span.col-5, span.col-6, +span.col-6, span.col-7, +span.col-8, span.col-9, +span.col-10, span.col-11, +span.col-12, span.col-13, +span.col-14, span.col-15 { + padding: 0px; +} + +.nav-homepage:hover{ + text-decoration: none; +} + diff --git a/components/css/dashboard.css b/components/css/dashboard.css new file mode 100644 index 00000000..33124eb3 --- /dev/null +++ b/components/css/dashboard.css @@ -0,0 +1,223 @@ +.nav-tabs { + /*background-color: #43484e;*/ +} + +.nav-link-modal.active { + color: #fff !important; + background-color: #43484e !important; + border-color: #43484e !important;; +} + +.nav-link-modal { + color: #43484e; + background-color: #f0f0f0; +} + +.nav-link-modal:hover { + color: #43484e; + background-color: #e6e6e6; +} + +.modal-body { + /* match leaflet popup content*/ + color: #fff; + background: #43484e; +} + +.btn-map-selector { + color: #fff; + background-color: #7f7f7f; + border-color: #fff; + cursor: pointer; + -webkit-appearance: none; +} + +.btn-map-selector.active { + background-color: #0275d8; + border-color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3); + -webkit-appearance: none; +} + +.btn-map-selector:hover { + background-color: #686868; + border-color: #fff; + -webkit-appearance: none; +} + +.btn-map-selector.active:hover { + background-color: #0062b7; + border-color: #fff; + -webkit-appearance: none; +} + +.map-container { + min-height: 50vh; +} + +.table { + font-size: .8em; +} + +td { + cursor: pointer; +} + +tr { + height: 40px; +} + + +.table-icon { + /*device status icons in device status dash*/ + font-size: 1.5em; + padding: 5px; + + color: white; + box-shadow: 0px 1px 2px 0px gray; +} + +.leaflet-popup-content-wrapper { + /* overwride default leaflet styles */ + color: #fff; + background: #43484e; + border-radius: 3px; +} +/* styles below here for landing page */ + + +/*signal controller state styles*/ +.status-badge { + white-space: pre; + padding: 4px; + border-radius: 3px; + box-shadow: 0px 1px 2px 0px gray; +} + +.status-1 { + /*scheduled flash*/ + color: #fff; + background-color: #1B495C; +} + +.status-2 { + /*conflict flash*/ + color: #fff; + background-color: #8C2025; +} + +.status-3 { + /*comm outage*/ + color: #fff; + background-color: #F1AC37; +} + +.status-construction { + color: #fff; + background-color: #ed9f1c; +} + +.status-design { + color: #fff; + background-color: #1b7756; +} + +.status-turned_on { + color: #fff; + background-color: #028102; +} + +.muted { + color: #707070; +} + +.popover { +/* match leaflet popup content*/ + color: #fff; + background: rgba(48, 51, 56, .95); + border-radius: 3px; +} + + +.dash-panel { + border-radius: 2px; + box-shadow: 0px 1px 2px 0px gray; + +} + +.dash-panel:hover { + background-color: #f7f7f7; + cursor: pointer; +} + +.dash-panel-borderless:hover { + background-color: #f7f7f7; + cursor: pointer; +} + +.dash-panel-header { + color: #707070; +} + +.dash-panel-footer-text { + font-size: .8em; + color: #707070; +} + +.panel-title-row { + background-color: #e5e5e5; +} + + +.pie-gray { + fill: #bfbfbf; +} + +.pie-green { + fill: #009304; +} + +.goal-unmet { + color: #AD0000; +} + +.goal-met { + color: green; +} + +.pie-info { + font-size: 2.5em; + text-anchor: middle; +} + +.pie-info-small { + text-anchor: middle; +} + +.info-metric { + /* dash panel and signal retiming */ + font-size: 5em; + text-align: left; + dominant-baseline: bottom; + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +.info-metric-small { + /* dash panel and signal retiming */ + font-size: 2.5em; + text-align: left; + dominant-baseline: bottom; + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +p.about { + text-align: justify; +} + + + + diff --git a/components/css/fullscreen-map.css b/components/css/fullscreen-map.css new file mode 100644 index 00000000..68822d92 --- /dev/null +++ b/components/css/fullscreen-map.css @@ -0,0 +1,225 @@ +#dash-container { + overflow-x: hidden; + overflow-y: scroll; +} + +#map { + position: absolute; + top:0; + bottom:0; + right:0; + left:0; + z-index: 1; +} + +#left-overlay-container { + height: 100vh; + pointer-events: none; +} + +#left-overlay { + pointer-events: auto; +} + + +.over-map { + z-index: 2; +} + +.map-control-toggle { + z-index: 3; + cursor: pointer; +} + +.map-control-custom { + z-index: 3; + background-color: #fff; + box-shadow: 0px 1px 2px 0px gray; +} + +.leaflet-bar a { + /*style zoomHome control*/ + color: #fff; + background-color: #43484E; +} + +.leaflet-popup-content-wrapper { + /*overrwrite dashboard popup styling here*/ +} + +.btn-map-custom { + color: #fff; + background-color: #43484e; +} + +.input-control-icon { + z-index: 3; + cursor: pointer; + position: absolute; + top: 5px; + right: 60px; + color: gray; + background-color: #fff; +} + +.map-card, .menu-card { + box-shadow: 0px 1px 2px 0px gray; + border: 0px !important; +} + + +.input-control-icon:hover { + color: #43484e; +} + +.close-pane { + z-index: 3; + cursor: pointer; + position: absolute; + top: 0px; + right: 5px; + color: gray; + background-color: none; + padding: 0em; +} + +#close-feature-details:hover, +#mobile-card-expand:hover, +#mobile-card-collapse { + color: #43484e; +} + +.feature-table td { + border-top: none; +} + +table.feature-table.dataTable.no-footer { + border-bottom: none; +} + +#mobile-card-expand, #mobile-card-collapse { + position: absolute; + cursor: pointer; + color: gray; + bottom: 20px; + right: 20px; +} + +#data-table_wrapper { + background-color: #fff; +} + + +thead { + /*hide table head (because it's connected to the search bar)*/ + display: none; +} + +.dataTables_wrapper.no-footer .dataTables_scrollBody { + /*disayble datatabe top and bottom borders*/ + border: none; +} + +.map-modal { + border: none; +} + + +.modal-content { + background-color: rgba(0, 0, 0, 0); +} + + +table.dataTable.feature-table tbody tr { + background-color: rgba(0, 0, 0, 0); +} + +#map-menu-header { + background-color: #fff; +} + +#city-seal { + height: 90px; +} + +.card-text { + margin-bottom: 0px; +} + +.map-card-body { + padding: 0; + border: none; +} + +#map-accordion > .card { + border-radius: 0px; +} + +.map-expander-link:hover { + text-decoration: none; /* override bs default */ + background-color: #e8e8e8; +} + + +.map-card-expander, .map-card-expander a { + color: #000000; +} + +.map-menu-badge { + height: 95%; + display: inline-block; + padding-left: 5px; + padding-right: 5px; + padding-top: 2px; + padding-bottom: 5px; + margin-top: 5px; + color: #fff; + border-radius:3px; + box-shadow: 0px 1px 2px 0px gray; +} + +.map-layer-toggle { + /* styles for rows of map selectorsm*/ + color: #a3a1a1; + font-size: 1.1em; + background-color: inherit; + border: none; + padding-top: 5px; + padding-bottom: 5px; +} + +.map-layer-toggle.toggled { + /* black and bold text when map selector is toggled */ + color: #000000; + font-weight: bold; +} + +.map-layer-toggle:hover { + /* highlight selectors on hover */ + background-color: #e8e8e8; +} + +.map-layer-toggle-icon { + /* span icon styles */ + font-size: 1em; + padding-left: 5px; + padding-right: 5px; + color: #fff; + background-color: #a3a1a1; + border-radius:3px; +} + +.map-layer-toggle-icon.toggled { + /* add backround shadow and icon color when icon is toggled */ + color: #fff; + box-shadow: 0px 1px 2px 0px gray; +} + +@keyframes fade { + from { opacity: 0.5; } +} + +.blinking { + transform: rotateZ(360deg); + animation: fade 1s infinite alternate; +} diff --git a/components/css/homepage.css b/components/css/homepage.css new file mode 100644 index 00000000..e487e484 --- /dev/null +++ b/components/css/homepage.css @@ -0,0 +1,76 @@ + +.homepage-header { + background-image: url(../components/images/jtron_900.png); + background-size: cover; + background-repeat: no-repeat; + color: #fff; + background-color: #333; + text-shadow: 0px 0px 5px rgba(0,0,0,1); +} + +@media (max-width: 991px) { + .homepage-header { + background-image: url(../images/jtron_900.png); + } +} + +@media (min-width: 992px) { + .homepage-header { + background-image: url(../images/jtron_1100.png); + min-height: 200px; + } +} + +@media (min-width:1200px) { + .homepage-header { + background-image: url(../images/jtron_1200.png); + } + +} + +@media (min-width:1300px) { + .homepage-header { + background-image: url(../images/jtron_1300.png); + } +} + +@media (min-width:1400px) { + .homepage-header { + background-image: url(../images/jtron_1400.png); + } +} + +.homepage-button { + color: #fff; + text-align: center; + border-radius: 2px; + box-shadow: 0px 1px 2px 0px gray; + padding: 5px 0px 10px 10px; + height: 100%; +} + +.homepage-button-row-1 { + background-color: #326D89; +} + +.homepage-button-row-2 { + background-color: #73264d; +} + +.homepage-button-row-3 { + background-color: #8c8c8c; +} + +.homepage-button:hover { + background-color: #7D9852; +} + +.button-icon { + font-size: 5em; + padding: 10px; +} + +.button-icon-small { + font-size: 3em; + padding: 10px; +} \ No newline at end of file diff --git a/components/css/jquery.dataTables.min.css b/components/css/jquery.dataTables.min.css new file mode 100644 index 00000000..b6fb7378 --- /dev/null +++ b/components/css/jquery.dataTables.min.css @@ -0,0 +1 @@ +table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}} \ No newline at end of file diff --git a/components/css/leaflet.css b/components/css/leaflet.css new file mode 100644 index 00000000..4fd7f5b5 --- /dev/null +++ b/components/css/leaflet.css @@ -0,0 +1,523 @@ +/* required styles */ + +.leaflet-pane, +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-tile-container, +.leaflet-map-pane svg, +.leaflet-map-pane canvas, +.leaflet-zoom-box, +.leaflet-image-layer, +.leaflet-layer { + position: absolute; + left: 0; + top: 0; + } +.leaflet-container { + overflow: hidden; + -ms-touch-action: none; + touch-action: none; + } +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -webkit-user-drag: none; + } +/* Safari renders non-retina tile on retina better with this, but Chrome is worse */ +.leaflet-safari .leaflet-tile { + image-rendering: -webkit-optimize-contrast; + } +/* hack that prevents hw layers "stretching" when loading new tiles */ +.leaflet-safari .leaflet-tile-container { + width: 1600px; + height: 1600px; + -webkit-transform-origin: 0 0; + } +.leaflet-marker-icon, +.leaflet-marker-shadow { + display: block; + } +/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ +/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ +.leaflet-container .leaflet-overlay-pane svg, +.leaflet-container .leaflet-marker-pane img, +.leaflet-container .leaflet-tile-pane img, +.leaflet-container img.leaflet-image-layer { + max-width: none !important; + } +.leaflet-tile { + filter: inherit; + visibility: hidden; + } +.leaflet-tile-loaded { + visibility: inherit; + } +.leaflet-zoom-box { + width: 0; + height: 0; + -moz-box-sizing: border-box; + box-sizing: border-box; + z-index: 800; + } +/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ +.leaflet-overlay-pane svg { + -moz-user-select: none; + } + +.leaflet-pane { z-index: 400; } + +.leaflet-tile-pane { z-index: 200; } +.leaflet-overlay-pane { z-index: 400; } +.leaflet-shadow-pane { z-index: 500; } +.leaflet-marker-pane { z-index: 600; } +.leaflet-popup-pane { z-index: 700; } + +.leaflet-map-pane canvas { z-index: 100; } +.leaflet-map-pane svg { z-index: 200; } + +.leaflet-vml-shape { + width: 1px; + height: 1px; + } +.lvml { + behavior: url(#default#VML); + display: inline-block; + position: absolute; + } + + +/* control positioning */ + +.leaflet-control { + position: relative; + z-index: 800; + pointer-events: auto; + } +.leaflet-top, +.leaflet-bottom { + position: absolute; + z-index: 1000; + pointer-events: none; + } +.leaflet-top { + top: 0; + } +.leaflet-right { + right: 0; + } +.leaflet-bottom { + bottom: 0; + } +.leaflet-left { + left: 0; + } +.leaflet-control { + float: left; + clear: both; + } +.leaflet-right .leaflet-control { + float: right; + } +.leaflet-top .leaflet-control { + margin-top: 10px; + } +.leaflet-bottom .leaflet-control { + margin-bottom: 10px; + } +.leaflet-left .leaflet-control { + margin-left: 10px; + } +.leaflet-right .leaflet-control { + margin-right: 10px; + } + + +/* zoom and fade animations */ + +.leaflet-fade-anim .leaflet-tile { + will-change: opacity; + } +.leaflet-fade-anim .leaflet-popup { + opacity: 0; + -webkit-transition: opacity 0.2s linear; + -moz-transition: opacity 0.2s linear; + -o-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; + } +.leaflet-fade-anim .leaflet-map-pane .leaflet-popup { + opacity: 1; + } +.leaflet-zoom-animated { + -webkit-transform-origin: 0 0; + -ms-transform-origin: 0 0; + transform-origin: 0 0; + } +.leaflet-zoom-anim .leaflet-zoom-animated { + will-change: transform; + } +.leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); + -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); + -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1); + transition: transform 0.25s cubic-bezier(0,0,0.25,1); + } +.leaflet-zoom-anim .leaflet-tile, +.leaflet-pan-anim .leaflet-tile { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } + +.leaflet-zoom-anim .leaflet-zoom-hide { + visibility: hidden; + } + + +/* cursors */ + +.leaflet-interactive { + cursor: pointer; + } +.leaflet-grab { + cursor: -webkit-grab; + cursor: -moz-grab; + } +.leaflet-crosshair, +.leaflet-crosshair .leaflet-interactive { + cursor: crosshair; + } +.leaflet-popup-pane, +.leaflet-control { + cursor: auto; + } +.leaflet-dragging .leaflet-grab, +.leaflet-dragging .leaflet-grab .leaflet-interactive, +.leaflet-dragging .leaflet-marker-draggable { + cursor: move; + cursor: -webkit-grabbing; + cursor: -moz-grabbing; + } + +/* marker & overlays interactivity */ +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-image-layer, +.leaflet-pane > svg path, +.leaflet-tile-container { + pointer-events: none; + } + +.leaflet-marker-icon.leaflet-interactive, +.leaflet-image-layer.leaflet-interactive, +.leaflet-pane > svg path.leaflet-interactive { + pointer-events: auto; + } + +/* visual tweaks */ + +.leaflet-container { + background: #ddd; + outline: 0; + } +.leaflet-container a { + color: #0078A8; + } +.leaflet-container a.leaflet-active { + outline: 2px solid orange; + } +.leaflet-zoom-box { + border: 2px dotted #38f; + background: rgba(255,255,255,0.5); + } + + +/* general typography */ +.leaflet-container { + font: 12px/1.5 "News Cycle", Arial, Helvetica, sans-serif; + } + + +/* general toolbar styles */ + +.leaflet-bar { + box-shadow: 0 1px 5px rgba(0,0,0,0.65); + border-radius: 4px; + } +.leaflet-bar a, +.leaflet-bar a:hover { + background-color: #fff; + border-bottom: 1px solid #ccc; + width: 26px; + height: 26px; + line-height: 26px; + display: block; + text-align: center; + text-decoration: none; + color: black; + } +.leaflet-bar a, +.leaflet-control-layers-toggle { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; + } +.leaflet-bar a:hover { + background-color: #f4f4f4; + } +.leaflet-bar a:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + } +.leaflet-bar a:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-bottom: none; + } +.leaflet-bar a.leaflet-disabled { + cursor: default; + background-color: #f4f4f4; + color: #bbb; + } + +.leaflet-touch .leaflet-bar a { + width: 30px; + height: 30px; + line-height: 30px; + } + + +/* zoom control */ + +.leaflet-control-zoom-in, +.leaflet-control-zoom-out { + font: bold 18px 'Lucida Console', Monaco, monospace; + text-indent: 1px; + } +.leaflet-control-zoom-out { + font-size: 20px; + } + +.leaflet-touch .leaflet-control-zoom-in { + font-size: 22px; + } +.leaflet-touch .leaflet-control-zoom-out { + font-size: 24px; + } + + +/* layers control */ + +.leaflet-control-layers { + box-shadow: 0 1px 5px rgba(0,0,0,0.4); + background: #fff; + border-radius: 5px; + } +.leaflet-control-layers-toggle { + background-image: url(../images/layers.png); + width: 36px; + height: 36px; + } +.leaflet-retina .leaflet-control-layers-toggle { + background-image: url(../images/layers-2x.png); + background-size: 26px 26px; + } +.leaflet-touch .leaflet-control-layers-toggle { + width: 44px; + height: 44px; + } +.leaflet-control-layers .leaflet-control-layers-list, +.leaflet-control-layers-expanded .leaflet-control-layers-toggle { + display: none; + } +.leaflet-control-layers-expanded .leaflet-control-layers-list { + display: block; + position: relative; + } +.leaflet-control-layers-expanded { + padding: 6px 10px 6px 6px; + color: #333; + background: #fff; + } +.leaflet-control-layers-scrollbar { + overflow-y: scroll; + padding-right: 5px; + } +.leaflet-control-layers-selector { + margin-top: 2px; + position: relative; + top: 1px; + } +.leaflet-control-layers label { + display: block; + } +.leaflet-control-layers-separator { + height: 0; + border-top: 1px solid #ddd; + margin: 5px -10px 5px -6px; + } + + +/* attribution and scale controls */ + +.leaflet-container .leaflet-control-attribution { + background: #fff; + background: rgba(255, 255, 255, 0.7); + margin: 0; + } +.leaflet-control-attribution, +.leaflet-control-scale-line { + padding: 0 5px; + color: #333; + } +.leaflet-control-attribution a { + text-decoration: none; + } +.leaflet-control-attribution a:hover { + text-decoration: underline; + } +.leaflet-container .leaflet-control-attribution, +.leaflet-container .leaflet-control-scale { + font-size: 11px; + } +.leaflet-left .leaflet-control-scale { + margin-left: 5px; + } +.leaflet-bottom .leaflet-control-scale { + margin-bottom: 5px; + } +.leaflet-control-scale-line { + border: 2px solid #777; + border-top: none; + line-height: 1.1; + padding: 2px 5px 1px; + font-size: 11px; + white-space: nowrap; + overflow: hidden; + -moz-box-sizing: border-box; + box-sizing: border-box; + + background: #fff; + background: rgba(255, 255, 255, 0.5); + } +.leaflet-control-scale-line:not(:first-child) { + border-top: 2px solid #777; + border-bottom: none; + margin-top: -2px; + } +.leaflet-control-scale-line:not(:first-child):not(:last-child) { + border-bottom: 2px solid #777; + } + +.leaflet-touch .leaflet-control-attribution, +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + box-shadow: none; + } +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + border: 2px solid rgba(0,0,0,0.2); + background-clip: padding-box; + } + + +/* popup */ + +.leaflet-popup { + position: absolute; + text-align: center; + } +.leaflet-popup-content-wrapper { + padding: 1px; + text-align: left; + border-radius: 0px; + } +.leaflet-popup-content { + margin: 13px 19px; + line-height: 1.4; + } +.leaflet-popup-content p { + margin: 18px 0; + } +.leaflet-popup-tip-container { + margin: 0 auto; + width: 40px; + height: 20px; + position: relative; + overflow: hidden; + } +.leaflet-popup-tip { + width: 17px; + height: 17px; + padding: 1px; + + margin: -10px auto 0; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + } +.leaflet-popup-content-wrapper, +.leaflet-popup-tip { + background: #333; + color: white; + box-shadow: 0 3px 14px rgba(0,0,0,0.4); + } +.leaflet-container a.leaflet-popup-close-button { + position: absolute; + top: 0; + right: 0; + padding: 4px 4px 0 0; + border: none; + text-align: center; + width: 18px; + height: 14px; + font: 16px/14px Tahoma, Verdana, sans-serif; + color: #c3c3c3; + text-decoration: none; + font-weight: bold; + background: transparent; + } +.leaflet-container a.leaflet-popup-close-button:hover { + color: #999; + } +.leaflet-popup-scrolled { + overflow: auto; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; + } + +.leaflet-oldie .leaflet-popup-content-wrapper { + zoom: 1; + } +.leaflet-oldie .leaflet-popup-tip { + width: 24px; + margin: 0 auto; + + -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; + filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); + } +.leaflet-oldie .leaflet-popup-tip-container { + margin-top: -1px; + } + +.leaflet-oldie .leaflet-control-zoom, +.leaflet-oldie .leaflet-control-layers, +.leaflet-oldie .leaflet-popup-content-wrapper, +.leaflet-oldie .leaflet-popup-tip { + border: 1px solid #999; + } + + +/* div icon */ + +.leaflet-div-icon { + background: #fff; + border: 1px solid #666; + } diff --git a/components/css/leaflet.extra-markers.min.css b/components/css/leaflet.extra-markers.min.css new file mode 100644 index 00000000..8bf74222 --- /dev/null +++ b/components/css/leaflet.extra-markers.min.css @@ -0,0 +1 @@ +.extra-marker{background:url("../images/markers_default.png") no-repeat 0 0;width:35px;height:46px;position:absolute;left:0;top:0;display:block;text-align:center}.extra-marker-shadow{background:url("../images/markers_shadow.png") no-repeat 0 0;width:36px;height:16px}@media (min--moz-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.extra-marker{background-image:url("../images/markers_default@2x.png");background-size:540px 184px}.extra-marker-shadow{background-image:url("../images/markers_shadow@2x.png");background-size:35px 16px}}.extra-marker i{color:#fff;margin-top:10px;display:inline-block;font-size:14px}.extra-marker i.icon{margin-right:0;opacity:1}.extra-marker-circle-red{background-position:0 0}.extra-marker-circle-orange-dark{background-position:-36px 0}.extra-marker-circle-orange{background-position:-72px 0}.extra-marker-circle-yellow{background-position:-108px 0}.extra-marker-circle-blue-dark{background-position:-144px 0}.extra-marker-circle-blue{background-position:-180px 0}.extra-marker-circle-cyan{background-position:-216px 0}.extra-marker-circle-purple{background-position:-252px 0}.extra-marker-circle-violet{background-position:-288px 0}.extra-marker-circle-pink{background-position:-324px 0}.extra-marker-circle-green-dark{background-position:-360px 0}.extra-marker-circle-green{background-position:-396px 0}.extra-marker-circle-green-light{background-position:-432px 0}.extra-marker-circle-black{background-position:-468px 0}.extra-marker-circle-white{background-position:-504px 0}.extra-marker-square-red{background-position:0 -46px}.extra-marker-square-orange-dark{background-position:-36px -46px}.extra-marker-square-orange{background-position:-72px -46px}.extra-marker-square-yellow{background-position:-108px -46px}.extra-marker-square-blue-dark{background-position:-144px -46px}.extra-marker-square-blue{background-position:-180px -46px}.extra-marker-square-cyan{background-position:-216px -46px}.extra-marker-square-purple{background-position:-252px -46px}.extra-marker-square-violet{background-position:-288px -46px}.extra-marker-square-pink{background-position:-324px -46px}.extra-marker-square-green-dark{background-position:-360px -46px}.extra-marker-square-green{background-position:-396px -46px}.extra-marker-square-green-light{background-position:-432px -46px}.extra-marker-square-black{background-position:-468px -46px}.extra-marker-square-white{background-position:-504px -46px}.extra-marker-star-red{background-position:0 -92px}.extra-marker-star-orange-dark{background-position:-36px -92px}.extra-marker-star-orange{background-position:-72px -92px}.extra-marker-star-yellow{background-position:-108px -92px}.extra-marker-star-blue-dark{background-position:-144px -92px}.extra-marker-star-blue{background-position:-180px -92px}.extra-marker-star-cyan{background-position:-216px -92px}.extra-marker-star-purple{background-position:-252px -92px}.extra-marker-star-violet{background-position:-288px -92px}.extra-marker-star-pink{background-position:-324px -92px}.extra-marker-star-green-dark{background-position:-360px -92px}.extra-marker-star-green{background-position:-396px -92px}.extra-marker-star-green-light{background-position:-432px -92px}.extra-marker-star-black{background-position:-468px -92px}.extra-marker-star-white{background-position:-504px -92px}.extra-marker-penta-red{background-position:0 -138px}.extra-marker-penta-orange-dark{background-position:-36px -138px}.extra-marker-penta-orange{background-position:-72px -138px}.extra-marker-penta-yellow{background-position:-108px -138px}.extra-marker-penta-blue-dark{background-position:-144px -138px}.extra-marker-penta-blue{background-position:-180px -138px}.extra-marker-penta-cyan{background-position:-216px -138px}.extra-marker-penta-purple{background-position:-252px -138px}.extra-marker-penta-violet{background-position:-288px -138px}.extra-marker-penta-pink{background-position:-324px -138px}.extra-marker-penta-green-dark{background-position:-360px -138px}.extra-marker-penta-green{background-position:-396px -138px}.extra-marker-penta-green-light{background-position:-432px -138px}.extra-marker-penta-black{background-position:-468px -138px}.extra-marker-penta-white{background-position:-504px -138px}.extra-marker .fa-number:before{content:attr(number)} \ No newline at end of file diff --git a/components/css/mobile-workforce.css b/components/css/mobile-workforce.css new file mode 100644 index 00000000..2a216d1f --- /dev/null +++ b/components/css/mobile-workforce.css @@ -0,0 +1,4 @@ +body { + /* to hide scrollbars */ + overflow: hidden; +} \ No newline at end of file diff --git a/components/css/ops-map.css b/components/css/ops-map.css new file mode 100644 index 00000000..46d2a49b --- /dev/null +++ b/components/css/ops-map.css @@ -0,0 +1,56 @@ +.map-layer-toggle-icon.toggled.service_requests_new { + /* each layer-specific style should match map marker colors */ + /* class name must match layer_name from config */ + background-color: #962125; +} + +.map-layer-toggle-icon.toggled.service_requests_in_progress { +/* each layer-specific style should match map marker colors */ +/* class name must match layer_name from config */ + background-color: #196BB3; +} + +.map-layer-toggle-icon.toggled.service_requests_pending_review { +/* each layer-specific style should match map marker colors */ +/* class name must match layer_name from config */ + background-color: #372341; +} + + +.map-layer-toggle-icon.toggled.service_requests_repairs_complete { +/* each layer-specific style should match map marker colors */ +/* class name must match layer_name from config */ + background-color: #108131; +} + +.map-layer-toggle-icon.toggled.incident_report { +/* each layer-specific style should match map marker colors */ +/* class name must match layer_name from config */ + background-color: #EC892C; +} + +.map-layer-toggle-icon.toggled.dms { + background-color: #000; +} + +.map-layer-toggle-icon.toggled.cctv { + background-color: #2B6272; +} + + +.map-layer-toggle-icon.toggled.traffic { + background-color: #000; +} + + + + + + + + + + + + + diff --git a/components/css/publisher-statuses.css b/components/css/publisher-statuses.css new file mode 100644 index 00000000..ef028089 --- /dev/null +++ b/components/css/publisher-statuses.css @@ -0,0 +1,15 @@ +.status-error { + color: #fff; + background-color: #8C2025; +} + +.status-in_progress { + color: #fff; + background-color: #1B495C; +} + +.status-success { + color: #fff; + background-color: #028102; +} + diff --git a/components/css/radar.css b/components/css/radar.css new file mode 100644 index 00000000..442a3d91 --- /dev/null +++ b/components/css/radar.css @@ -0,0 +1,62 @@ +html { + font-family: sans-serif; +} + +select { + padding: 0px !important; + line-height: 2.5em !important; +} + +.bar { + fill: steelblue; +} + +.bar:hover { + fill: brown; +} + +.axis--x path { + display: none; +} + +.download-link { + font-size: .7em; +} + +.legend { + line-height: 18px; + color: #555; +} + +.legend i { + width: 18px; + height: 18px; + float: left; + margin-right: 8px; + opacity: 0.7; +} + +.plot_1 { + stroke: #d95f02; + stroke-dasharray: 4,4; + stroke-width: 2px; +} + +.plot_2 { + stroke: #1b9e77; + stroke-width: 3px; +} + + + +button:active { + -moz-box-shadow: inset 0 0 10px #000000; + -webkit-box-shadow: inset 0 0 10px #000000; + box-shadow: inset 0 0 10px #000000; +} + + + + + + diff --git a/components/css/selectize.min.css b/components/css/selectize.min.css new file mode 100644 index 00000000..1822f692 --- /dev/null +++ b/components/css/selectize.min.css @@ -0,0 +1 @@ +.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0!important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove,.selectize-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:inline-block}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px!important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:700;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;padding:2px 0 0;border-left:1px solid #d0d0d0;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:0 0}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:28px;top:6px;font-size:23px}.selectize-control,.selectize-input{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.selectize-control.single .selectize-input.input-active,.selectize-input{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px;width:100%;overflow:hidden;z-index:1;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:6px 8px 3px}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0 2px 0 0!important;text-indent:0!important;border:0!important;background:0 0!important;line-height:inherit!important;-webkit-user-select:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-control.single .selectize-input:after,.selectize-input.dropdown-active::before,.selectize-input::after{content:' ';display:block}.selectize-input>input:focus{outline:0!important}.selectize-input::after{clear:left}.selectize-input.dropdown-active::before{position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.selectize-dropdown .optgroup-header,.selectize-dropdown [data-selectable]{padding:5px 8px}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;-webkit-overflow-scrolling:touch}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:grey transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px;border-color:transparent transparent grey}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}/*# sourceMappingURL=selectize.min.css.map */ \ No newline at end of file diff --git a/components/data/fake_intersection_data.json b/components/data/fake_intersection_data.json new file mode 100644 index 00000000..e1e6b2f0 --- /dev/null +++ b/components/data/fake_intersection_data.json @@ -0,0 +1,613 @@ +[ { + "latitude" : "30.2169132", + "operation_state" : "1", + "cross_st" : "CONVICT HILL RD", + "atd_signal_id" : "554", + "record_id" : "554_1479029709", + "location_name" : "BRUSH COUNTRY RD / CONVICT HILL RD ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2169132", + "needs_recoding" : false, + "longitude" : "-97.8459091" + }, + "plan_id" : "25", + "primary_street" : "BRUSH COUNTRY RD", + "longitude" : "-97.8459091" +} +, { + "latitude" : "30.3276367", + "operation_state" : "1", + "cross_st" : "HANCOCK DR", + "atd_signal_id" : "577", + "record_id" : "577_1479029709", + "location_name" : "BULL CREEK RD / HANCOCK DR ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3276367", + "needs_recoding" : false, + "longitude" : "-97.7491455" + }, + "plan_id" : "25", + "primary_street" : "BULL CREEK RD", + "longitude" : "-97.7491455" +} +, { + "latitude" : "30.3288956", + "operation_state" : "1", + "cross_st" : "GUADALUPE ST", + "atd_signal_id" : "29", + "record_id" : "29_1479029709", + "location_name" : "DENSON DR / GUADALUPE ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3288956", + "needs_recoding" : false, + "longitude" : "-97.7204285" + }, + "plan_id" : "25", + "primary_street" : "DENSON DR", + "longitude" : "-97.7204285" +} +, { + "latitude" : "30.2566471", + "operation_state" : "1", + "cross_st" : "ROBERT T MARTINEZ JR ST", + "atd_signal_id" : "360", + "record_id" : "360_1479029709", + "location_name" : "E 2ND ST / ROBERT T MARTINEZ JR ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2566471", + "needs_recoding" : false, + "longitude" : "-97.7202759" + }, + "plan_id" : "25", + "primary_street" : "E 2ND ST", + "longitude" : "-97.7202759" +} +, { + "latitude" : "30.294981", + "operation_state" : "1", + "cross_st" : "N IH 35 SVRD SB", + "atd_signal_id" : "64", + "record_id" : "64_1479029709", + "location_name" : "E 38TH HALF ST / N IH 35 SVRD SB ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.294981", + "needs_recoding" : false, + "longitude" : "-97.7197723" + }, + "plan_id" : "25", + "primary_street" : "E 38TH HALF ST", + "longitude" : "-97.7197723" +} +, { + "latitude" : "30.3048534", + "operation_state" : "1", + "cross_st" : "RED RIVER ST", + "atd_signal_id" : "69", + "record_id" : "69_1479029709", + "location_name" : "E 45TH ST / RED RIVER ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3048534", + "needs_recoding" : false, + "longitude" : "-97.7196121" + }, + "plan_id" : "25", + "primary_street" : "E 45TH ST", + "longitude" : "-97.7196121" +} +, { + "latitude" : "30.314209", + "operation_state" : "1", + "cross_st" : "BRUNING AVE", + "atd_signal_id" : "936", + "record_id" : "936_1479029709", + "location_name" : "E 51ST ST / BRUNING AVE ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.314209", + "needs_recoding" : false, + "longitude" : "-97.7199249" + }, + "plan_id" : "25", + "primary_street" : "E 51ST ST", + "longitude" : "-97.7199249" +} +, { + "latitude" : "30.2905979", + "operation_state" : "1", + "cross_st" : "EXPOSITION BLVD", + "atd_signal_id" : "751", + "record_id" : "751_1479029709", + "location_name" : "ENFIELD RD / EXPOSITION BLVD ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2905979", + "needs_recoding" : false, + "longitude" : "-97.7720566" + }, + "plan_id" : "25", + "primary_street" : "ENFIELD RD", + "longitude" : "-97.7720566" +} +, { + "latitude" : "30.3519115", + "operation_state" : "1", + "cross_st" : "N MOPAC EXPY SVRD SB", + "atd_signal_id" : "447", + "record_id" : "447_1479029709", + "location_name" : "FAR WEST BLVD / N MOPAC EXPY SVRD SB ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3519115", + "needs_recoding" : false, + "longitude" : "-97.7496185" + }, + "plan_id" : "25", + "primary_street" : "FAR WEST BLVD", + "longitude" : "-97.7496185" +} +, { + "latitude" : "30.3330383", + "operation_state" : "1", + "cross_st" : "BALCONES DR", + "atd_signal_id" : "578", + "record_id" : "578_1479029709", + "location_name" : "HANCOCK DR / BALCONES DR ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3330383", + "needs_recoding" : false, + "longitude" : "-97.7603607" + }, + "plan_id" : "25", + "primary_street" : "HANCOCK DR", + "longitude" : "-97.7603607" +} +, { + "latitude" : "30.4414482", + "operation_state" : "1", + "cross_st" : "POND SPRINGS RD", + "atd_signal_id" : "998", + "record_id" : "998_1479029709", + "location_name" : "HUNTERS CHASE DR / POND SPRINGS RD ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.4414482", + "needs_recoding" : false, + "longitude" : "-97.7734146" + }, + "plan_id" : "25", + "primary_street" : "HUNTERS CHASE DR", + "longitude" : "-97.7734146" +} +, { + "latitude" : "30.3227043", + "operation_state" : "1", + "cross_st" : "E US 290 HWY SVRD WB", + "atd_signal_id" : "590", + "record_id" : "590_1479029709", + "location_name" : "N IH 35 SVRD NB / E US 290 HWY SVRD WB ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3227043", + "needs_recoding" : false, + "longitude" : "-97.7060852" + }, + "plan_id" : "25", + "primary_street" : "N IH 35 SVRD NB", + "longitude" : "-97.7060852" +} +, { + "latitude" : "30.3224621", + "operation_state" : "1", + "cross_st" : "E KOENIG LN SVRD WB", + "atd_signal_id" : "591", + "record_id" : "591_1479029709", + "location_name" : "N IH 35 SVRD SB / E KOENIG LN SVRD WB ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3224621", + "needs_recoding" : false, + "longitude" : "-97.7074203" + }, + "plan_id" : "25", + "primary_street" : "N IH 35 SVRD SB", + "longitude" : "-97.7074203" +} +, { + "latitude" : "30.3212357", + "operation_state" : "1", + "cross_st" : "W 45TH ST", + "atd_signal_id" : "580", + "record_id" : "580_1479029709", + "location_name" : "N MOPAC EXPY NB / W 45TH ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3212357", + "needs_recoding" : false, + "longitude" : "-97.7548218" + }, + "plan_id" : "25", + "primary_street" : "N MOPAC EXPY NB", + "longitude" : "-97.7548218" +} +, { + "latitude" : "30.2959213", + "operation_state" : "1", + "cross_st" : "W 29TH ST", + "atd_signal_id" : "45", + "record_id" : "45_1479029709", + "location_name" : "RIO GRANDE ST / W 29TH ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2959213", + "needs_recoding" : false, + "longitude" : "-97.7439194" + }, + "plan_id" : "25", + "primary_street" : "RIO GRANDE ST", + "longitude" : "-97.7439194" +} +, { + "latitude" : "30.2460938", + "operation_state" : "1", + "cross_st" : "W ANNIE ST", + "atd_signal_id" : "175", + "record_id" : "175_1479029709", + "location_name" : "S CONGRESS AVE / W ANNIE ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2460938", + "needs_recoding" : false, + "longitude" : "-97.7509689" + }, + "plan_id" : "25", + "primary_street" : "S CONGRESS AVE", + "longitude" : "-97.7509689" +} +, { + "latitude" : "30.2489243", + "operation_state" : "1", + "cross_st" : "W ELIZABETH ST", + "atd_signal_id" : "228", + "record_id" : "228_1479029709", + "location_name" : "S CONGRESS AVE / W ELIZABETH ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2489243", + "needs_recoding" : false, + "longitude" : "-97.749939" + }, + "plan_id" : "25", + "primary_street" : "S CONGRESS AVE", + "longitude" : "-97.749939" +} +, { + "latitude" : "30.2499905", + "operation_state" : "1", + "cross_st" : "W GIBSON ST", + "atd_signal_id" : "934", + "record_id" : "934_1479029709", + "location_name" : "S CONGRESS AVE / W GIBSON ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2499905", + "needs_recoding" : false, + "longitude" : "-97.7495117" + }, + "plan_id" : "25", + "primary_street" : "S CONGRESS AVE", + "longitude" : "-97.7495117" +} +, { + "latitude" : "30.2511158", + "operation_state" : "1", + "cross_st" : "W JAMES ST", + "atd_signal_id" : "933", + "record_id" : "933_1479029709", + "location_name" : "S CONGRESS AVE / W JAMES ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2511158", + "needs_recoding" : false, + "longitude" : "-97.7491074" + }, + "plan_id" : "25", + "primary_street" : "S CONGRESS AVE", + "longitude" : "-97.7491074" +} +, { + "latitude" : "30.2418518", + "operation_state" : "1", + "cross_st" : "W LIVE OAK ST", + "atd_signal_id" : "142", + "record_id" : "142_1479029709", + "location_name" : "S CONGRESS AVE / W LIVE OAK ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2418518", + "needs_recoding" : false, + "longitude" : "-97.7525253" + }, + "plan_id" : "25", + "primary_street" : "S CONGRESS AVE", + "longitude" : "-97.7525253" +} +, { + "latitude" : "30.2451458", + "operation_state" : "1", + "cross_st" : "W MARY ST", + "atd_signal_id" : "141", + "record_id" : "141_1479029709", + "location_name" : "S CONGRESS AVE / W MARY ST ", + "operation_state_datetime" : "2016-11-13T03:30:58", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2451458", + "needs_recoding" : false, + "longitude" : "-97.7513046" + }, + "plan_id" : "25", + "primary_street" : "S CONGRESS AVE", + "longitude" : "-97.7513046" +} +, { + "latitude" : "30.2470245", + "operation_state" : "1", + "cross_st" : "W MILTON ST", + "atd_signal_id" : "943", + "record_id" : "943_1479029709", + "location_name" : "S CONGRESS AVE / W MILTON ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2470245", + "needs_recoding" : false, + "longitude" : "-97.7506256" + }, + "plan_id" : "25", + "primary_street" : "S CONGRESS AVE", + "longitude" : "-97.7506256" +} +, { + "latitude" : "30.2479458", + "operation_state" : "1", + "cross_st" : "W MONROE ST", + "atd_signal_id" : "140", + "record_id" : "140_1479029709", + "location_name" : "S CONGRESS AVE / W MONROE ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2479458", + "needs_recoding" : false, + "longitude" : "-97.750267" + }, + "plan_id" : "25", + "primary_street" : "S CONGRESS AVE", + "longitude" : "-97.750267" +} +, { + "latitude" : "30.2005672", + "operation_state" : "1", + "cross_st" : "W SLAUGHTER LN", + "atd_signal_id" : "787", + "record_id" : "787_1479029709", + "location_name" : "S MOPAC EXPY NB / W SLAUGHTER LN ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2005672", + "needs_recoding" : false, + "longitude" : "-97.8654556" + }, + "plan_id" : "25", + "primary_street" : "S MOPAC EXPY NB", + "longitude" : "-97.8654556" +} +, { + "latitude" : "30.2622852", + "operation_state" : "1", + "cross_st" : "BARTON SKWY", + "atd_signal_id" : "818", + "record_id" : "818_1479029709", + "location_name" : "S MOPAC EXPY SVRD NB / BARTON SKWY ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2622852", + "needs_recoding" : false, + "longitude" : "-97.7892303" + }, + "plan_id" : "25", + "primary_street" : "S MOPAC EXPY SVRD NB", + "longitude" : "-97.7892303" +} +, { + "latitude" : "30.3612633", + "operation_state" : "1", + "cross_st" : "N MOPAC EXPY SVRD SB", + "atd_signal_id" : "98", + "record_id" : "98_1479029709", + "location_name" : "SPICEWOOD SPRINGS RD / N MOPAC EXPY SVRD SB ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3612633", + "needs_recoding" : false, + "longitude" : "-97.7452316" + }, + "plan_id" : "25", + "primary_street" : "SPICEWOOD SPRINGS RD", + "longitude" : "-97.7452316" +} +, { + "latitude" : "30.2879353", + "operation_state" : "1", + "cross_st" : "RIO GRANDE ST", + "atd_signal_id" : "31", + "record_id" : "31_1479029709", + "location_name" : "W 24TH ST / RIO GRANDE ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2879353", + "needs_recoding" : false, + "longitude" : "-97.7446823" + }, + "plan_id" : "25", + "primary_street" : "W 24TH ST", + "longitude" : "-97.7446823" +} +, { + "latitude" : "30.2881622", + "operation_state" : "1", + "cross_st" : "SAN GABRIEL ST", + "atd_signal_id" : "30", + "record_id" : "30_1479029709", + "location_name" : "W 24TH ST / SAN GABRIEL ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2881622", + "needs_recoding" : false, + "longitude" : "-97.7478333" + }, + "plan_id" : "25", + "primary_street" : "W 24TH ST", + "longitude" : "-97.7478333" +} +, { + "latitude" : "30.3087349", + "operation_state" : "1", + "cross_st" : "JACKSON AVE", + "atd_signal_id" : "107", + "record_id" : "107_1479029709", + "location_name" : "W 35TH ST / JACKSON AVE ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3087349", + "needs_recoding" : false, + "longitude" : "-97.7558899" + }, + "plan_id" : "25", + "primary_street" : "W 35TH ST", + "longitude" : "-97.7558899" +} +, { + "latitude" : "30.3176708", + "operation_state" : "1", + "cross_st" : "GUADALUPE ST", + "atd_signal_id" : "903", + "record_id" : "903_1479029709", + "location_name" : "W 51ST ST / GUADALUPE ST ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3176708", + "needs_recoding" : false, + "longitude" : "-97.7284317" + }, + "plan_id" : "25", + "primary_street" : "W 51ST ST", + "longitude" : "-97.7284317" +} +, { + "latitude" : "30.3470039", + "operation_state" : "1", + "cross_st" : "N LAMAR BLVD SVRD NB", + "atd_signal_id" : "640", + "record_id" : "640_1479029709", + "location_name" : "W ANDERSON LN SVRD EB / N LAMAR BLVD SVRD NB ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3470039", + "needs_recoding" : false, + "longitude" : "-97.7124252" + }, + "plan_id" : "25", + "primary_street" : "W ANDERSON LN SVRD EB", + "longitude" : "-97.7124252" +} +, { + "latitude" : "30.3477535", + "operation_state" : "1", + "cross_st" : "N LAMAR BLVD SVRD NB", + "atd_signal_id" : "638", + "record_id" : "638_1479029709", + "location_name" : "W ANDERSON LN SVRD WB / N LAMAR BLVD SVRD NB ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3477535", + "needs_recoding" : false, + "longitude" : "-97.7119446" + }, + "plan_id" : "25", + "primary_street" : "W ANDERSON LN SVRD WB", + "longitude" : "-97.7119446" +} +, { + "latitude" : "30.2281132", + "operation_state" : "1", + "cross_st" : "BANISTER LN", + "atd_signal_id" : "545", + "record_id" : "545_1479029709", + "location_name" : "W BEN WHITE BLVD SVRD WB / BANISTER LN ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2281132", + "needs_recoding" : false, + "longitude" : "-97.7791214" + }, + "plan_id" : "25", + "primary_street" : "W BEN WHITE BLVD SVRD WB", + "longitude" : "-97.7791214" +} +, { + "latitude" : "30.2106857", + "operation_state" : "1", + "cross_st" : "EMERALD FOREST DR", + "atd_signal_id" : "401", + "record_id" : "401_1479029709", + "location_name" : "W STASSNEY LN / EMERALD FOREST DR ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.2106857", + "needs_recoding" : false, + "longitude" : "-97.7870865" + }, + "plan_id" : "25", + "primary_street" : "W STASSNEY LN", + "longitude" : "-97.7870865" +} + ] \ No newline at end of file diff --git a/components/data/fake_intersection_data_one.json b/components/data/fake_intersection_data_one.json new file mode 100644 index 00000000..f6bb96fc --- /dev/null +++ b/components/data/fake_intersection_data_one.json @@ -0,0 +1,54 @@ +[ { + "latitude" : "30.3276367", + "operation_state" : "2", + "cross_st" : "HANCOCK DR", + "atd_signal_id" : "577", + "record_id" : "577_1479029709", + "location_name" : "BULL CREEK RD / HANCOCK DR ", + "operation_state_datetime" : "2017-01-06T06:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3276367", + "needs_recoding" : false, + "longitude" : "-97.7491455" + }, + "plan_id" : "25", + "primary_street" : "BULL CREEK RD", + "longitude" : "-97.7491455" +} +, { + "latitude" : "30.3288956", + "operation_state" : "2", + "cross_st" : "GUADALUPE ST", + "atd_signal_id" : "29", + "record_id" : "29_1479029709", + "location_name" : "DENSON DR / GUADALUPE ST ", + "operation_state_datetime" : "2017-01-06T07:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.3288956", + "needs_recoding" : false, + "longitude" : "-97.7204285" + }, + "plan_id" : "25", + "primary_street" : "DENSON DR", + "longitude" : "-97.7204285" +}, { + "latitude" : "30.294981", + "operation_state" : "2", + "cross_st" : "N IH 35 SVRD SB", + "atd_signal_id" : "64", + "record_id" : "64_1479029709", + "location_name" : "E 38TH HALF ST / N IH 35 SVRD SB ", + "operation_state_datetime" : "2016-11-13T03:30:28", + "processed_datetime" : "2016-11-13T03:35:09", + "location" : { + "latitude" : "30.294981", + "needs_recoding" : false, + "longitude" : "-97.7197723" + }, + "plan_id" : "25", + "primary_street" : "E 38TH HALF ST", + "longitude" : "-97.7197723" +} +] \ No newline at end of file diff --git a/components/data/fake_request_data.csv b/components/data/fake_request_data.csv new file mode 100644 index 00000000..48e07f37 --- /dev/null +++ b/components/data/fake_request_data.csv @@ -0,0 +1,144 @@ +request_number,block,prefix,primary_street,cross_street_location,observation_score,pedestrian_score,crash_history_score,total_score,request_status,ranking_month,ranking_year +18,,,Mopac,Davis Ln.,75,0,240,315,Study,5,2016 +20,3705,W,Howard Ln.,Cap Metro Park & Ride,150,24,30,204,Study,5,2016 +71,,,Southwest Parkway,Vega Ave.,150,0,60,210,Study,5,2016 +99,,,Far West Blvd.,Austin Center Blvd.,150,40,30,220,Study,5,2016 +102,,E,William Cannon Dr.,Running Water Dr.,50,0,150,200,Study,5,2016 +110,,,Montopolis Dr.,Grove Blvd.,150,32,30,212,Study,5,2015 +113,,,Dessau Rd.,Bradbury Ln.,100,10,180,290,Study,5,2015 +114,,,Springdale Rd.,Lyons Rd.,150,44,30,224,Study,5,2015 +120,,,Montopolis Dr.,Fairway St.,100,61,90,251,Study,5,2016 +121,,,Loyola Ln.,Colony Loop Dr.,150,58,60,268,Study,5,2015 +1,,,Ohlen Rd.,Contour Dr.,75,65,0,140,Under Evaluation,5,2016 +2,500,E,Stassney Ln.,Austin City Lights/Falcon Ridge Apts.,25,40,120,185,Under Evaluation,5,2016 +3,,,Avery Ranch Blvd.,Pearson Ranch Rd.,100,20,60,180,Under Evaluation,5,2016 +4,8600,N,FM 620,,50,20,90,160,Under Evaluation,5,2016 +5,,,Avery Ranch Blvd.,Avery Club/ Interlachen,50,0,60,110,Under Evaluation,5,2016 +6,6570,,River Place Blvd.,Driveway,5,0,60,65,Under Evaluation,5,2016 +7,,E,Braker Ln.,Musket Valley Trail,75,0,60,135,Under Evaluation,5,2016 +8,,,Avery Ranch Blvd.,Loxley Ln.,25,20,0,45,Under Evaluation,5,2016 +9,,,Avery Ranch Blvd.,Quarry Oaks Trail,100,0,0,100,Under Evaluation,5,2016 +10,,,Anderson Ln.,Anderson Square,5,14,120,139,Under Evaluation,5,2016 +11,,,Southwest Parkway,Belgrade Dr.,25,0,0,25,Under Evaluation,5,2016 +12,,,SH 71,Midwood Parkway,25,0,0,25,Under Evaluation,5,2016 +13,,,FM 969,Park @ Woodlands,50,0,0,50,Under Evaluation,5,2016 +14,,,Walsh Tarlton Ln.,Thousand Oaks Dr.,25,22,0,47,Under Evaluation,5,2016 +15,,,Riverside Dr.,Metro Center Dr.,50,58,60,168,Under Evaluation,5,2016 +16,,,Berkman Dr.,Rogge Dr.,50,0,60,110,Under Evaluation,5,2016 +17,,,Dessau Rd.,Pearl Retreat Ln.,100,0,60,160,Under Evaluation,5,2016 +19,,,Nuckols Crossing Rd.,Teri Rd.,50,40,90,180,Under Evaluation,5,2016 +21,,W,Rundberg Ln.,Hunter's Trace,5,19,120,144,Under Evaluation,5,2016 +22,,E,Cesar Chavez St.,Tillery St.,50,10,90,150,Under Evaluation,5,2016 +23,,E,Riverside Dr.,Frontier Valley Dr.,25,26,90,141,Under Evaluation,5,2016 +24,,,FM 969,Nixon Ln.,50,0,90,140,Under Evaluation,5,2016 +25,,,FM 2222,Mt. Bonnell Rd.-east,50,0,90,140,Under Evaluation,5,2016 +26,,S,Lamar Blvd.,Collier St.,25,10,120,155,Under Evaluation,5,2016 +27,,,Manor Rd.,Walnut Ave.,25,57,60,142,Under Evaluation,5,2016 +28,,,Oltorf St.,Wilson St.,25,20,60,105,Under Evaluation,5,2016 +29,,S,1 st St.,El Paso St.,50,30,60,140,Under Evaluation,5,2016 +30,,,Slaughter Ln.,Rochelle Dr.,50,30,30,110,Under Evaluation,5,2016 +31,,,Parmer Ln.,Rolling Hill Rd.,50,20,30,100,Under Evaluation,5,2016 +32,,E,6th St.,Robert T. Martinez St.,50,90,30,170,Under Evaluation,5,2016 +33,,,William Cannon Dr.,Vougeot Dr.,5,92,60,157,Under Evaluation,5,2016 +34,,,San Jacinto Blvd.,17th St.,50,79,0,129,Under Evaluation,5,2016 +35,,,Oltorf St.,Thornton Rd.,5,20,60,85,Under Evaluation,5,2016 +36,10212,,Manchaca Rd.,Moontower Saloon,25,0,60,85,Under Evaluation,5,2016 +37,,S,1 st St.,Elizabeth St.,25,61,30,116,Under Evaluation,5,2016 +38,,,San Jacinto Blvd.,16th St.,5,60,30,95,Under Evaluation,5,2016 +39,,,West Gate Blvd.,Deatonhill Dr.,25,2,90,117,Under Evaluation,5,2016 +40,,,Lakeshore Blvd.,Tinnin Ford Rd.,25,90,30,145,Under Evaluation,5,2016 +41,,,Manchaca Rd.,Marcus Abrams Blvd.,25,0,30,55,Under Evaluation,5,2016 +42,,S,Congress Ave.,Leland St.,50,84,30,164,Under Evaluation,5,2016 +43,,,West Gate Blvd.,Berkeley Ave.,50,60,60,170,Under Evaluation,5,2016 +44,800,S,1 st St.,Timbercreek Apts.,50,85,30,165,Under Evaluation,5,2016 +45,4616,W,Howard Ln.,McNeil Merrilltown Rd.,50,0,0,50,Under Evaluation,5,2016 +46,,,Riverside Dr,Anise Dr.,50,6,0,56,Under Evaluation,5,2016 +47,,,San Jacinto Blvd.,13th St.,5,81,30,116,Under Evaluation,5,2016 +48,,,Thaxton Rd.,Panadero Dr.,10,29,30,69,Under Evaluation,5,2016 +49,,N,Lamar Blvd.,Banyon St./Crestland Dr.,5,13,90,108,Under Evaluation,5,2016 +50,,,Riverside Dr.,Kenneth Ave.,5,59,30,94,Under Evaluation,5,2016 +51,,E,Cesar Chavez St.,Linden St.,5,0,30,35,Under Evaluation,5,2016 +52,,,Jain Ln.,Gardner Rd.,5,61,0,66,Under Evaluation,5,2016 +53,,,Far West Blvd.,Northledge Dr.,5,60,0,65,Under Evaluation,5,2016 +54,,S,Lamar Blvd.,Sandra Muraida Way,5,44,0,49,Under Evaluation,5,2016 +55,,,Davis Ln.,Cameron Loop,5,0,30,35,Under Evaluation,5,2016 +56,11800,N,Lamar Blvd.,,5,21,0,26,Under Evaluation,5,2016 +57,,,Thaxton Rd.,Running Water Dr.,5,7,0,12,Under Evaluation,5,2016 +58,,,Cedar Bend Dr.,Tomanet Trl.,75,33,0,108,Under Evaluation,5,2016 +59,,S,1 st St.,Hyde Park Pl.,50,14,0,64,Under Evaluation,5,2016 +60,410,E,Howard Ln.,Greinert Dr.,50,0,60,110,Under Evaluation,5,2016 +61,,,West Gate Blvd.,Manassas Dr.,50,0,30,80,Under Evaluation,5,2016 +62,,,5th St.,West Lynn St.,25,87,60,172,Under Evaluation,5,2016 +63,,,Anderson Mill Rd.,Terrace Parke Trail,50,20,30,100,Under Evaluation,5,2016 +64,,,Montopolis Dr.,Trade Center,50,0,30,80,Under Evaluation,5,2016 +65,,,West Gate Blvd.,Blarwood Dr.,50,0,30,80,Under Evaluation,5,2016 +66,,,Woodrow Ave.,Morrow St.,75,33,60,168,Under Evaluation,5,2016 +67,,,Avery Ranch Blvd.,Canoa Hills Trail,50,0,60,110,Under Evaluation,5,2016 +68,,W,Slaughter Ln.,Vinemont Dr.,25,30,30,85,Under Evaluation,5,2016 +69,,E,5th St.,Pedernales St.,5,40,30,75,Under Evaluation,5,2016 +70,,W,Oltorf St.,Durwood St.,5,60,90,155,Under Evaluation,5,2016 +72,,,Loyola Ln.,Sendero Hills Pkwy.,50,0,30,80,Under Evaluation,5,2016 +73,,,Duval Rd.,Whispering Valley Dr.,50,20,30,100,Under Evaluation,5,2016 +74,,S,1st St.,Copeland St.,100,11,0,111,Under Evaluation,5,2016 +75,,,FM 2222,Highland Hills Cir.,5,0,60,65,Under Evaluation,5,2016 +76,,,Avery Ranch Blvd.,Double Eagle Pass,5,0,0,5,Under Evaluation,5,2016 +77,,,Capital of Texas Hwy,Parkstone Heights Dr.,50,0,90,140,Under Evaluation,5,2016 +78,,W,6th St.,Pressler St.,25,70,0,95,Under Evaluation,5,2016 +79,,,Burnet Rd.,Houston St,100,90,0,190,Under Evaluation,5,2016 +80,,,Wheless Ln,Dorchester Dr.,5,10,0,15,Under Evaluation,5,2016 +81,,,Slaughter Ln.,Zuniga Dr.,25,0,30,55,Under Evaluation,5,2016 +82,,,Manchaca Rd.,Shiloh Dr.,100,2,0,102,Under Evaluation,5,2016 +83,,,Robert E. Lee Rd.,Rabb Rd.,5,60,0,65,Under Evaluation,5,2015 +84,,,Manchaca Rd.,Cimmaron Trl.,50,31,0,81,Under Evaluation,5,2015 +85,508,E,Howard Ln.,Cape Horn/ Dessau Fountain Est.,100,20,60,180,Under Evaluation,5,2015 +86,,E,6th St.,San Marcos St.,25,80,0,105,Under Evaluation,5,2015 +87,,,Bluebonnet Ln.,Anita Dr.,25,10,0,35,Under Evaluation,5,2015 +88,,,Anderson Mill Rd.,Pecan Creek Pkwy.,100,40,30,170,Under Evaluation,5,2015 +89,,,Anderson Ln.,Mullen Dr.,50,73,30,153,Under Evaluation,5,2015 +90,,,St. Elmo Rd.,S. Industrial Blvd.,5,0,30,35,Under Evaluation,5,2015 +91,,,Burnet Rd.,Read Granberry Tr.,50,20,0,70,Under Evaluation,5,2015 +92,,,"MLK, Jr.Blvd.",Oldfort Hill Dr.,5,3,0,8,Under Evaluation,5,2015 +93,10701,S,1st St.,Akins High School - Main entrance,150,43,0,193,Under Evaluation,5,2015 +94,,,Lake Austin Blvd.,Hearn St.,25,80,0,105,Under Evaluation,5,2015 +95,,,McNeil Dr.,Avery Island Ave.,100,10,60,170,Under Evaluation,5,2015 +96,,,SH 45,Spruce Canyon Dr.,5,10,0,15,Under Evaluation,5,2015 +97,,,SH 45,Kendrick Ln.,5,0,30,35,Under Evaluation,5,2015 +98,,,Anderson Ln.,Watson St.,5,32,30,67,Under Evaluation,5,2015 +100,,,Webberville Rd.,Tannehill Ln.,25,58,30,113,Under Evaluation,5,2016 +101,,,Manchaca Rd.,Crownspoint Dr.,25,35,90,150,Under Evaluation,5,2016 +103,,,Springdale Rd.,Govalle Ave.,150,36,0,186,Under Evaluation,5,2016 +104,,,Red Bud Tr.,Stratford Dr.,50,0,30,80,Under Evaluation,5,2016 +105,11908,N,Lamar Blvd.,Brentwood Christian School,150,22,0,172,Under Evaluation,5,2016 +106,,E,Riverside Dr.,Coriander Dr.,50,14,60,124,Under Evaluation,5,2016 +107,8600,,Brodie Ln.,Ridgeview/Bella Vista,25,40,60,125,Under Evaluation,5,2016 +108,,,Jefferson St.,29th St.,50,10,0,60,Under Evaluation,5,2016 +109,,,Manchaca Rd.,Redwater Dr.,25,0,30,55,Under Evaluation,5,2016 +111,,,Howard Ln.,Harris Glen Dr.,50,0,30,80,Under Evaluation,5,2016 +112,,,FM 969,Regency Dr.,50,20,60,130,Under Evaluation,5,2016 +115,8901,W,Hwy 71,Life Austin Church,5,10,0,15,Under Evaluation,5,2016 +116,,,Nuckols Crossing,Vertex Blvd.,75,20,0,95,Under Evaluation,5,2016 +117,,W,HWY 290,Old Bee Caves Rd.,100,10,30,140,Under Evaluation,5,2016 +118,,,Anderson Mill Rd.,Centennial Trail (western intersection),50,0,30,80,Under Evaluation,5,2016 +119,,W,6th St.,Patterson Ave.,5,50,30,85,Under Evaluation,5,2016 +122,,,Freidrich Ln.,Ponciana Dr.,25,30,0,55,Under Evaluation,5,2016 +123,,,West Ave.,8th St.,5,50,0,55,Under Evaluation,5,2016 +124,,,West Ave.,9th St.,10,60,0,70,Under Evaluation,5,2016 +100,,,Webberville Rd.,Tannehill Ln.,25,58,30,113,CONSTRUCTION,5,2015 +101,,,Manchaca Rd.,Crownspoint Dr.,25,35,90,150,CONSTRUCTION,5,2015 +103,,,Springdale Rd.,Govalle Ave.,150,36,0,186,CONSTRUCTION,5,2015 +104,,,Red Bud Tr.,Stratford Dr.,50,0,30,80,CONSTRUCTION,5,2015 +105,11908,N,Lamar Blvd.,Brentwood Christian School,150,22,0,172,CONSTRUCTION,5,2015 +106,,E,Riverside Dr.,Coriander Dr.,50,14,60,124,CONSTRUCTION,5,2015 +107,8600,,Brodie Ln.,Ridgeview/Bella Vista,25,40,60,125,CONSTRUCTION,5,2015 +108,,,Jefferson St.,29th St.,50,10,0,60,CONSTRUCTION,5,2015 +109,,,Manchaca Rd.,Redwater Dr.,25,0,30,55,CONSTRUCTION,5,2015 +111,,,Howard Ln.,Harris Glen Dr.,50,0,30,80,CONSTRUCTION,5,2016 +112,,,FM 969,Regency Dr.,50,20,60,130,CONSTRUCTION,5,2016 +115,8901,W,Hwy 71,Life Austin Church,5,10,0,15,CONSTRUCTION,5,2016 +116,,,Nuckols Crossing,Vertex Blvd.,75,20,0,95,CONSTRUCTION,5,2016 +117,,W,HWY 290,Old Bee Caves Rd.,100,10,30,140,CONSTRUCTION,5,2016 +118,,,Anderson Mill Rd.,Centennial Trail (western intersection),50,0,30,80,CONSTRUCTION,5,2016 +119,,W,6th St.,Patterson Ave.,5,50,30,85,CONSTRUCTION,5,2016 +122,,,Freidrich Ln.,Ponciana Dr.,25,30,0,55,CONSTRUCTION,5,2016 +123,,,West Ave.,8th St.,5,50,0,55,CONSTRUCTION,5,2016 +124,,,West Ave.,9th St.,10,60,0,70,CONSTRUCTION,5,2016 \ No newline at end of file diff --git a/components/data/fake_request_data.json b/components/data/fake_request_data.json new file mode 100644 index 00000000..1f2b68a5 --- /dev/null +++ b/components/data/fake_request_data.json @@ -0,0 +1,6816 @@ +[ { + "request_status" : "UNDER EVALUATION", + "location_name" : "45TH ST / RAMSEY AVE", + "latitude" : "30.3162044", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001485", + "eval_type" : "PHB", + "longitude" : "-97.7433696" +} +, { + "request_status" : "STUDY", + "location_name" : "ANDERSON MILL RD / PECAN CREEK PKWY", + "latitude" : "30.4469471", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-002050", + "eval_type" : "PHB", + "longitude" : "-97.81194141" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / TWIN OAKS DR", + "latitude" : "30.3419999", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-002025", + "eval_type" : "PHB", + "longitude" : "-97.7386757" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / PENNY LN", + "latitude" : "30.3644978", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ13-001900", + "eval_type" : "PHB", + "longitude" : "-97.7286359" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / ASHDALE DR", + "latitude" : "30.3585956", + "eval_status" : "IN PROGRESS", + "funding_status" : "None Identified", + "request_id" : "REQ15-002030", + "eval_type" : "PHB", + "longitude" : "-97.7301715" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / JACOB FONTAINE LN", + "latitude" : "30.325404", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002075", + "eval_type" : "PHB", + "longitude" : "-97.716012" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / 46TH ST", + "latitude" : "30.3048494", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001980", + "eval_type" : "PHB", + "longitude" : "-97.7159389" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / 40TH ST", + "latitude" : "30.2915163", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002080", + "eval_type" : "PHB", + "longitude" : "-97.7076717" +} +, { + "request_status" : "STUDY", + "location_name" : "GUADALUPE ST / 46TH ST", + "latitude" : "30.3128316", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002170", + "eval_type" : "PHB", + "longitude" : "-97.731653" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / PARKWOOD RD", + "latitude" : "30.3004634", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001975", + "eval_type" : "PHB", + "longitude" : "-97.7127191" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BURLESON RD / DIME CIR", + "latitude" : "30.2033142", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ13-002155", + "eval_type" : "PHB", + "longitude" : "-97.71224" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RED RIVER ST / 40TH ST", + "latitude" : "30.298572", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001595", + "eval_type" : "PHB", + "longitude" : "-97.7226818" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "PARKCREST DR / BALCONES DR", + "latitude" : "30.3354359", + "request_note" : "being studied for a traffic signal", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001500", + "eval_type" : "PHB", + "longitude" : "-97.75877021" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HARRIS BRANCH PKWY / GILES LN", + "latitude" : "30.3453457", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001495", + "eval_type" : "PHB", + "longitude" : "-97.6135619" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / MILES AVE", + "latitude" : "30.2070235", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001490", + "eval_type" : "PHB", + "longitude" : "-97.8058636" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LOYOLA LN / SANDSHOF DR", + "latitude" : "30.2990208", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001405", + "eval_type" : "PHB", + "longitude" : "-97.64558941" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / HIDDEN OAKS DR", + "latitude" : "30.203448", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001480", + "eval_type" : "PHB", + "longitude" : "-97.8174736" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HARRIS BRANCH PKWY / ST MERRYN RD", + "latitude" : "30.3473896", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001475", + "eval_type" : "PHB", + "longitude" : "-97.6137139" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "2200 BLK RED RIVER ST", + "latitude" : "30.2860545", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001470", + "eval_type" : "PHB", + "longitude" : "-97.7271202" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / RANCH RD", + "latitude" : "30.1986198", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001465", + "eval_type" : "PHB", + "longitude" : "-97.8273468" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ENFIELD RD / LORRAIN ST", + "latitude" : "30.2811903", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001460", + "eval_type" : "PHB", + "longitude" : "-97.754955" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "4500 BLK SETON CENTER PKWY", + "latitude" : "30.4019637", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001455", + "eval_type" : "PHB", + "longitude" : "-97.7423871" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PLEASANT VALLEY RD / FRANKLIN PARK DR", + "latitude" : "30.1984911", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001440", + "eval_type" : "PHB", + "longitude" : "-97.7432195" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / NESBIT DR", + "latitude" : "30.184284", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001445", + "eval_type" : "PHB", + "longitude" : "-97.8381682" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "10200 BLK BURNET RD", + "latitude" : "30.3874584", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001435", + "eval_type" : "PHB", + "longitude" : "-97.7216121" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "38TH ST / MONTROSE ST", + "latitude" : "30.297868", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001430", + "eval_type" : "PHB", + "longitude" : "-97.728117" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / FOREST HILL DR", + "latitude" : "30.2257656", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001425", + "eval_type" : "PHB", + "longitude" : "-97.7909699" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "51ST ST / BENNETT AVE", + "latitude" : "30.3111865", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001955", + "eval_type" : "PHB", + "longitude" : "-97.7133973" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DAVIS LN / ESCABOSA DR", + "latitude" : "30.187453", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001950", + "eval_type" : "PHB", + "longitude" : "-97.819559" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "12208 BLK TECHNOLOGY BLVD", + "latitude" : "30.43525", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001395", + "eval_type" : "PHB", + "longitude" : "-97.75964" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "700 BLK CENTER RIDGE DR", + "latitude" : "30.4176425", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001400", + "eval_type" : "PHB", + "longitude" : "-97.6712075" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ST JOHNS AVE / BETHUNE AVE", + "latitude" : "30.3301126", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001385", + "eval_type" : "PHB", + "longitude" : "-97.6982888" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RED RIVER ST / 30TH ST", + "latitude" : "30.2889019", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001380", + "eval_type" : "PHB", + "longitude" : "-97.7267944" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "LOYOLA LN / COLONY PARK DR", + "latitude" : "30.2984979", + "request_note" : "being studied for a traffic signal", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001375", + "eval_type" : "PHB", + "longitude" : "-97.6446561" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "DAVIS LN / COPANO DR", + "latitude" : "30.2017832", + "request_note" : "Traffic signal recommended", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001370", + "eval_type" : "PHB", + "longitude" : "-97.8574657" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / COHOBA DR", + "latitude" : "30.187032", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001420", + "eval_type" : "PHB", + "longitude" : "-97.8361346" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SLAUGHTER LN / VINEMONT DR", + "latitude" : "30.2033024", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001415", + "eval_type" : "PHB", + "longitude" : "-97.88467196" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / CIMARRON TRL", + "latitude" : "30.2270336", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001410", + "eval_type" : "PHB", + "longitude" : "-97.79016423" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / BERKETT DR", + "latitude" : "30.2105206", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001965", + "eval_type" : "PHB", + "longitude" : "-97.8036314" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / DEL CURTO RD", + "latitude" : "30.2472706", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-002005", + "eval_type" : "PHB", + "longitude" : "-97.77523217" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / ST ALBANS BLVD", + "latitude" : "30.2185202", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001970", + "eval_type" : "PHB", + "longitude" : "-97.7954446" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / GATE WAY", + "latitude" : "30.4161868", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002090", + "eval_type" : "PHB", + "longitude" : "-97.739385" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "JOLLYVILLE RD / COLUMBIA OAKS DR", + "latitude" : "30.425885", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002040", + "eval_type" : "PHB", + "longitude" : "-97.7580216" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8400 BLK CROSS PARK DR", + "latitude" : "30.3401393", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002045", + "eval_type" : "PHB", + "longitude" : "-97.6759802" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "JOLLYVILLE RD / BELL AVE", + "latitude" : "30.4188473", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002035", + "eval_type" : "PHB", + "longitude" : "-97.7518042" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / ANGUS RD", + "latitude" : "30.4175235", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001990", + "eval_type" : "PHB", + "longitude" : "-97.7421496" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAKE CREEK PKWY / BRISTLE OAK TRL", + "latitude" : "30.4591939", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001995", + "eval_type" : "PHB", + "longitude" : "-97.8141966" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / WHISPERING VALLEY DR", + "latitude" : "30.4125099", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002110", + "eval_type" : "PHB", + "longitude" : "-97.7315926" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HOWARD LN / HOWARD LN", + "latitude" : "30.4407215", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002095", + "eval_type" : "PHB", + "longitude" : "-97.7002716" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "5TH ST / WEST LYNN ST", + "latitude" : "30.2737122", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002105", + "eval_type" : "PHB", + "longitude" : "-97.76332593" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / LITTLE OAK DR", + "latitude" : "30.389371", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001850", + "eval_type" : "PHB", + "longitude" : "-97.6828946" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "201 BLK W RUNDBERG LN", + "latitude" : "30.362618", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002065", + "eval_type" : "PHB", + "longitude" : "-97.694422" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PLEASANT VALLEY RD / VILLAGE WALK", + "latitude" : "30.1959582", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001825", + "eval_type" : "PHB", + "longitude" : "-97.7448078" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "35TH ST / OAKMONT BLVD", + "latitude" : "30.3084869", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002060", + "eval_type" : "PHB", + "longitude" : "-97.75429847" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUTLAND DR / RUTLAND VILLAGE EAST", + "latitude" : "30.3778344", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001805", + "eval_type" : "PHB", + "longitude" : "-97.7102921" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HUNTLAND DR / ROLAND JOHNSON DR", + "latitude" : "30.3305399", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001790", + "eval_type" : "PHB", + "longitude" : "-97.707102" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / COLLIER ST", + "latitude" : "30.2512131", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001795", + "eval_type" : "PHB", + "longitude" : "-97.76513732" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WILLIAM CANNON DR / SHIER CV", + "latitude" : "30.203217", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001835", + "eval_type" : "PHB", + "longitude" : "-97.809611" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OLTORF ST / SUNRIDGE DR", + "latitude" : "30.223044", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001845", + "eval_type" : "PHB", + "longitude" : "-97.722307" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / RALPH ABLANEDO DR", + "latitude" : "30.1741133", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001840", + "eval_type" : "PHB", + "longitude" : "-97.7989036" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AIRPORT BLVD / ANTONE ST", + "latitude" : "30.2913058", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001870", + "eval_type" : "PHB", + "longitude" : "-97.7074162" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AIRPORT BLVD / 16TH ST", + "latitude" : "30.2797145", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001865", + "eval_type" : "PHB", + "longitude" : "-97.7021682" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANOR RD / ALEXANDER AVE", + "latitude" : "30.2856925", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001925", + "eval_type" : "PHB", + "longitude" : "-97.710204" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / GREAT BRITAIN BLVD", + "latitude" : "30.1793423", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001915", + "eval_type" : "PHB", + "longitude" : "-97.7960815" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "TRINITY ST / 9TH ST", + "latitude" : "30.2698889", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001920", + "eval_type" : "PHB", + "longitude" : "-97.7383113" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AIRPORT BLVD / 49TH ST", + "latitude" : "30.3092046", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001875", + "eval_type" : "PHB", + "longitude" : "-97.7156199" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "600 BLK E 10TH ST", + "latitude" : "30.26993", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001890", + "eval_type" : "PHB", + "longitude" : "-97.73475" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUNDBERG LN / SINGING QUAIL DR", + "latitude" : "30.3705502", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001895", + "eval_type" : "PHB", + "longitude" : "-97.7130332" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ESCARPMENT BLVD / OLIVER LOVING TRL", + "latitude" : "30.2236555", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001930", + "eval_type" : "PHB", + "longitude" : "-97.8716364" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BRODIE LN / BRODIE LN", + "latitude" : "30.188493", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001935", + "eval_type" : "PHB", + "longitude" : "-97.846659" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAKE CREEK PKWY / LAKE CREEK PKWY", + "latitude" : "30.468443", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002260", + "eval_type" : "PHB", + "longitude" : "-97.788529" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / HARMONY HILL ST", + "latitude" : "30.4517017", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002085", + "eval_type" : "PHB", + "longitude" : "-97.7810609" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "DAVIS LN / LATTA DR", + "latitude" : "30.203996", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000470", + "eval_type" : "PHB", + "longitude" : "-97.8585342" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / PECAN CREEK PKWY", + "latitude" : "30.4469471", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001365", + "eval_type" : "PHB", + "longitude" : "-97.81194141" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "STASSNEY LN / TALLOW TREE DR", + "latitude" : "30.1933993", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001285", + "eval_type" : "PHB", + "longitude" : "-97.7535891" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SAN JACINTO BLVD / 17TH ST", + "latitude" : "30.2780472", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001350", + "eval_type" : "PHB", + "longitude" : "-97.7364433" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "FREIDRICH LN / DIRECTORS BLVD", + "latitude" : "30.2122069", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001340", + "eval_type" : "PHB", + "longitude" : "-97.7482662" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / REDWATER DR", + "latitude" : "30.1680241", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001335", + "eval_type" : "PHB", + "longitude" : "-97.82621" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / SEDGEMOOR TRL", + "latitude" : "30.1799061", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001325", + "eval_type" : "PHB", + "longitude" : "-97.8201123" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "7TH ST / SAN MARCOS ST", + "latitude" : "30.2660183", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001320", + "eval_type" : "PHB", + "longitude" : "-97.7321093" +} +, { + "request_status" : "STUDY", + "location_name" : "701 BLK E DEAN KEETON ST", + "latitude" : "30.289264", + "request_note" : "UT funded PHB request", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ14-001315", + "eval_type" : "PHB", + "longitude" : "-97.731121" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WILLIAM CANNON DR / MEADOW LAKE BLVD", + "latitude" : "30.1809502", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001305", + "eval_type" : "PHB", + "longitude" : "-97.75025496" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WESTERN TRAILS BLVD / TEJAS TRL", + "latitude" : "30.2297525", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001300", + "eval_type" : "PHB", + "longitude" : "-97.7970532" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / MULLEN DR", + "latitude" : "30.3538418", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001295", + "eval_type" : "PHB", + "longitude" : "-97.72601836" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / EDGEWARE DR", + "latitude" : "30.2397255", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001290", + "eval_type" : "PHB", + "longitude" : "-97.7823447" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / POWELL LN", + "latitude" : "30.3508148", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001275", + "eval_type" : "PHB", + "longitude" : "-97.70916083" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1221 BLK S LAMAR BLVD", + "latitude" : "30.2519609", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001270", + "eval_type" : "PHB", + "longitude" : "-97.7637336" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MARTIN LUTHER KING JR BLVD / CLIFFORD AVE", + "latitude" : "30.2819475", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001265", + "eval_type" : "PHB", + "longitude" : "-97.707715" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PLEASANT VALLEY RD / BUTTON BEND CIR", + "latitude" : "30.2015802", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001260", + "eval_type" : "PHB", + "longitude" : "-97.7421284" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "7900 BLK S CONGRESS AVE", + "latitude" : "30.17654", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001255", + "eval_type" : "PHB", + "longitude" : "-97.78418" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WALSH TARLTON LN / SANDERLING TRL", + "latitude" : "30.2731724", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001250", + "eval_type" : "PHB", + "longitude" : "-97.8012614" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANOR RD / SWEENEY LN", + "latitude" : "30.3064816", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001230", + "eval_type" : "PHB", + "longitude" : "-97.6800484" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / DEEN AVE", + "latitude" : "30.356575", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001220", + "eval_type" : "PHB", + "longitude" : "-97.7012711" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AIRPORT BLVD / GUNTER ST", + "latitude" : "30.269581", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001195", + "eval_type" : "PHB", + "longitude" : "-97.6967158" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / MEADOWLARK ST", + "latitude" : "30.3521043", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001180", + "eval_type" : "PHB", + "longitude" : "-97.7072939" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / GLEN ALLEN", + "latitude" : "30.2408524", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001085", + "eval_type" : "PHB", + "longitude" : "-97.7821884" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "9200 BLK BURNET RD", + "latitude" : "30.375892", + "request_note" : "This portion of Burnet Rd. is under TxDOT authority.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002320", + "eval_type" : "PHB", + "longitude" : "-97.725794" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / GRADY DR", + "latitude" : "30.375898", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002325", + "eval_type" : "PHB", + "longitude" : "-97.689760" +} +, { + "request_status" : "STUDY", + "location_name" : "BURLESON RD / PROMONTORY POINT DR", + "latitude" : "30.210438", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002270", + "eval_type" : "PHB", + "longitude" : "-97.726866" +} +, { + "request_status" : "STUDY", + "location_name" : "METRIC BLVD / METRIC BLVD", + "latitude" : "30.40209", + "request_note" : "@ ACC Northridge entrance", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002290", + "eval_type" : "PHB", + "longitude" : "-97.701942" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MONTOPOLIS DR / RICHARDSON LN", + "latitude" : "30.236214", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002265", + "eval_type" : "PHB", + "longitude" : "-97.6962" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "JOLLYVILLE RD / ARABIAN TRL", + "latitude" : "30.421922", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002255", + "eval_type" : "PHB", + "longitude" : "-97.754689" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1800 BLK W PARMER LN", + "latitude" : "30.414", + "request_note" : "Parmer Ln. is a TxDOT roadway", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002250", + "eval_type" : "PHB", + "longitude" : "-97.692" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / MEADOW LEA DR", + "latitude" : "30.19", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002210", + "eval_type" : "PHB", + "longitude" : "-97.79" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6400 BLK S CONGRESS AVE", + "latitude" : "30.194276", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002230", + "eval_type" : "PHB", + "longitude" : "-97.778356" +} +, { + "request_status" : "STUDY", + "location_name" : "ST JOHNS AVE / BLESSING AVE", + "latitude" : "30.328583", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002200", + "eval_type" : "PHB", + "longitude" : "-97.695149" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6600 BLK N LAMAR BLVD", + "latitude" : "30.334732", + "request_note" : "Council District Border (4 & 7)", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002285", + "eval_type" : "PHB", + "longitude" : "-97.720794" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "9200 BLK BURNET RD", + "latitude" : "30.375892", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002280", + "eval_type" : "PHB", + "longitude" : "-97.725794" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / LAZY LN", + "latitude" : "30.351101", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002295", + "eval_type" : "PHB", + "longitude" : "-97.720244" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "NORTH LAKE CREEK PKWY / NORTH LAKE CREEK PKWY", + "latitude" : "30.472708", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002315", + "eval_type" : "PHB", + "longitude" : "-97.791946" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ESCARPMENT BLVD / OASIS DR", + "latitude" : "30.22114", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002195", + "eval_type" : "PHB", + "longitude" : "-97.87333" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DITTMAR RD / WYNNE LN", + "latitude" : "30.1857319", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002190", + "eval_type" : "PHB", + "longitude" : "-97.8028804" +} +, { + "request_status" : "STUDY", + "location_name" : "PLEASANT VALLEY RD / ANKEN DR", + "latitude" : "30.2297039", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002185", + "eval_type" : "PHB", + "longitude" : "-97.72636179" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "5700 BLK S 1ST ST", + "latitude" : "30.20532", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002180", + "eval_type" : "PHB", + "longitude" : "-97.78308" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "45TH ST / TRIANGLE AVE", + "latitude" : "30.3122215", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002175", + "eval_type" : "PHB", + "longitude" : "-97.73534791" +} +, { + "request_status" : "STUDY", + "location_name" : "MARTIN LUTHER KING JR BLVD / ASTOR PL", + "latitude" : "30.2852688", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-001330", + "eval_type" : "PHB", + "longitude" : "-97.68646449" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANOR RD / STAFFORD ST", + "latitude" : "30.2848949", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002165", + "eval_type" : "PHB", + "longitude" : "-97.71545075" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / SHILOH DR", + "latitude" : "30.1912073", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002160", + "eval_type" : "PHB", + "longitude" : "-97.8129334" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BURLESON RD / DIME CIR", + "latitude" : "30.2033142", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ13-002155", + "eval_type" : "PHB", + "longitude" : "-97.71224" +} +, { + "request_status" : "STUDY", + "location_name" : "SCOFIELD RIDGE PKWY / WINWICK WAY", + "latitude" : "30.4295187", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002150", + "eval_type" : "PHB", + "longitude" : "-97.6952703" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "9800 BLK METRIC BLVD", + "latitude" : "30.37742", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002145", + "eval_type" : "PHB", + "longitude" : "-97.7169" +} +, { + "request_status" : "STUDY", + "location_name" : "PLEASANT VALLEY RD / SHERINGHAM DR", + "latitude" : "30.231272", + "eval_status" : "IN PROGRESS", + "funding_status" : "None Identified", + "request_id" : "REQ16-002140", + "eval_type" : "PHB", + "longitude" : "-97.725366" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "5108 BLK MANCHACA RD", + "latitude" : "30.21954", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002135", + "eval_type" : "PHB", + "longitude" : "-97.794184" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / SANTA CRUZ DR", + "latitude" : "30.4131276", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002130", + "eval_type" : "PHB", + "longitude" : "-97.7328469" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WILLIAM CANNON DR / JANES RANCH RD", + "latitude" : "30.1645813", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002125", + "eval_type" : "PHB", + "longitude" : "-97.73087954" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "45TH ST / SINCLAIR AVE", + "latitude" : "30.3166405", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002120", + "eval_type" : "PHB", + "longitude" : "-97.7442374" +} +, { + "request_status" : "STUDY", + "location_name" : "PEARCE LN / PASEO NUEVO CIR", + "latitude" : "30.1715126", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002115", + "eval_type" : "PHB", + "longitude" : "-97.62754752" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / WHISPERING VALLEY DR", + "latitude" : "30.4125099", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002110", + "eval_type" : "PHB", + "longitude" : "-97.7315926" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "5TH ST / WEST LYNN ST", + "latitude" : "30.2737122", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002105", + "eval_type" : "PHB", + "longitude" : "-97.76332593" +} +, { + "request_status" : "STUDY", + "location_name" : "LAKE AUSTIN BLVD / HEARN ST", + "latitude" : "30.278539", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002100", + "eval_type" : "PHB", + "longitude" : "-97.773179" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HOWARD LN / HOWARD LN", + "latitude" : "30.4407215", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002095", + "eval_type" : "PHB", + "longitude" : "-97.7002716" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / GATE WAY", + "latitude" : "30.4161868", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002090", + "eval_type" : "PHB", + "longitude" : "-97.739385" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / HARMONY HILL ST", + "latitude" : "30.4517017", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002085", + "eval_type" : "PHB", + "longitude" : "-97.7810609" +} +, { + "request_status" : "STUDY", + "location_name" : "MESA DR / CIMA SERENA", + "latitude" : "30.3774548", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-001280", + "eval_type" : "PHB", + "longitude" : "-97.75347857" +} +, { + "request_status" : "STUDY", + "location_name" : "GREYSTONE DR / WEST RIM DR", + "latitude" : "30.36723", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-001215", + "eval_type" : "PHB", + "longitude" : "-97.76843" +} +, { + "request_status" : "STUDY", + "location_name" : "FAR WEST BLVD / NORTHLEDGE DR", + "latitude" : "30.3576298", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-001205", + "eval_type" : "PHB", + "longitude" : "-97.76214922" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "201 BLK W RUNDBERG LN", + "latitude" : "30.362618", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002065", + "eval_type" : "PHB", + "longitude" : "-97.694422" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "35TH ST / OAKMONT BLVD", + "latitude" : "30.3084869", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002060", + "eval_type" : "PHB", + "longitude" : "-97.75429847" +} +, { + "request_status" : "STUDY", + "location_name" : "24TH ST / LONGVIEW ST", + "latitude" : "30.2884007", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002055", + "eval_type" : "PHB", + "longitude" : "-97.7508545" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "2400 BLK PARK BEND DR", + "latitude" : "30.4098797", + "eval_status" : "COMPLETED", + "funding_status" : "Private", + "request_id" : "REQ16-001570", + "eval_type" : "PHB", + "longitude" : "-97.7078629" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8400 BLK CROSS PARK DR", + "latitude" : "30.3401393", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002045", + "eval_type" : "PHB", + "longitude" : "-97.6759802" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "JOLLYVILLE RD / COLUMBIA OAKS DR", + "latitude" : "30.425885", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002040", + "eval_type" : "PHB", + "longitude" : "-97.7580216" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "JOLLYVILLE RD / BELL AVE", + "latitude" : "30.4188473", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002035", + "eval_type" : "PHB", + "longitude" : "-97.7518042" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "PINNACLE RD / DUSKY THRUSH TRL", + "latitude" : "30.269566", + "request_note" : "Traffic Eng. determined that due to the proximity to the signal on Walsh Tarlton, a PHB is not appropriate at this location.", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-001200", + "eval_type" : "PHB", + "longitude" : "-97.805227" +} +, { + "request_status" : "STUDY", + "location_name" : "SPRINGDALE RD / ROGGE LN", + "latitude" : "30.3006408", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-001175", + "eval_type" : "PHB", + "longitude" : "-97.6731709" +} +, { + "request_status" : "STUDY", + "location_name" : "12TH ST / LUNA ST", + "latitude" : "30.27838", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-001125", + "eval_type" : "PHB", + "longitude" : "-97.69081" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "12500 BLK N LAMAR BLVD", + "latitude" : "30.418306", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ16-001830", + "eval_type" : "PHB", + "longitude" : "-97.675247" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / DEL CURTO RD", + "latitude" : "30.2472706", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-002005", + "eval_type" : "PHB", + "longitude" : "-97.77523217" +} +, { + "request_status" : "STUDY", + "location_name" : "38TH ST / BAILEY LN", + "latitude" : "30.306384", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002000", + "eval_type" : "PHB", + "longitude" : "-97.7457098" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAKE CREEK PKWY / BRISTLE OAK TRL", + "latitude" : "30.4591939", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001995", + "eval_type" : "PHB", + "longitude" : "-97.8141966" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / ANGUS RD", + "latitude" : "30.4175235", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001990", + "eval_type" : "PHB", + "longitude" : "-97.7421496" +} +, { + "request_status" : "STUDY", + "location_name" : "GUADALUPE ST / 46TH ST", + "latitude" : "30.3128316", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002170", + "eval_type" : "PHB", + "longitude" : "-97.731653" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / 40TH ST", + "latitude" : "30.2915163", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002080", + "eval_type" : "PHB", + "longitude" : "-97.7076717" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / JACOB FONTAINE LN", + "latitude" : "30.325404", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002075", + "eval_type" : "PHB", + "longitude" : "-97.716012" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / ST ALBANS BLVD", + "latitude" : "30.2185202", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001970", + "eval_type" : "PHB", + "longitude" : "-97.7954446" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / BERKETT DR", + "latitude" : "30.2105206", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001965", + "eval_type" : "PHB", + "longitude" : "-97.8036314" +} +, { + "request_status" : "STUDY", + "location_name" : "ANDERSON MILL RD / BLACK OAK ST", + "latitude" : "30.454067", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001960", + "eval_type" : "PHB", + "longitude" : "-97.7733446" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "51ST ST / BENNETT AVE", + "latitude" : "30.3111865", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001955", + "eval_type" : "PHB", + "longitude" : "-97.7133973" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DAVIS LN / ESCABOSA DR", + "latitude" : "30.187453", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001950", + "eval_type" : "PHB", + "longitude" : "-97.819559" +} +, { + "request_status" : "STUDY", + "location_name" : "11912 BLK N LAMAR BLVD", + "latitude" : "30.393071", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001945", + "eval_type" : "PHB", + "longitude" : "-97.679688" +} +, { + "request_status" : "STUDY", + "location_name" : "CONGRESS AVE / LONG BOW LN", + "latitude" : "30.237202", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001940", + "eval_type" : "PHB", + "longitude" : "-97.7549394" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BRODIE LN / BRODIE LN", + "latitude" : "30.188493", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001935", + "eval_type" : "PHB", + "longitude" : "-97.846659" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ESCARPMENT BLVD / OLIVER LOVING TRL", + "latitude" : "30.2236555", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001930", + "eval_type" : "PHB", + "longitude" : "-97.8716364" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANOR RD / ALEXANDER AVE", + "latitude" : "30.2856925", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001925", + "eval_type" : "PHB", + "longitude" : "-97.710204" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "TRINITY ST / 9TH ST", + "latitude" : "30.2698889", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001920", + "eval_type" : "PHB", + "longitude" : "-97.7383113" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / GREAT BRITAIN BLVD", + "latitude" : "30.1793423", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001915", + "eval_type" : "PHB", + "longitude" : "-97.7960815" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "RIATA VISTA CIR / TERCELLO LN", + "latitude" : "30.433588", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001910", + "eval_type" : "PHB", + "longitude" : "-97.73766" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "RIATA VISTA CIR / RIATA PARK CT", + "latitude" : "30.432902", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001905", + "eval_type" : "PHB", + "longitude" : "-97.734036" +} +, { + "request_status" : "STUDY", + "location_name" : "1300 BLK E OLTORF ST", + "latitude" : "30.2347375", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ15-001115", + "eval_type" : "PHB", + "longitude" : "-97.7427736" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUNDBERG LN / SINGING QUAIL DR", + "latitude" : "30.3705502", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001895", + "eval_type" : "PHB", + "longitude" : "-97.7130332" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "600 BLK E 10TH ST", + "latitude" : "30.26993", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001890", + "eval_type" : "PHB", + "longitude" : "-97.73475" +} +, { + "request_status" : "STUDY", + "location_name" : "969 RD / REGENCY DR", + "latitude" : "30.28507", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001885", + "eval_type" : "PHB", + "longitude" : "-97.661974" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / 55TH ST", + "latitude" : "30.3168713", + "eval_status" : "IN PROGRESS", + "funding_status" : "None Identified", + "request_id" : "REQ15-002070", + "eval_type" : "PHB", + "longitude" : "-97.7136968" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AIRPORT BLVD / 49TH ST", + "latitude" : "30.3092046", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001875", + "eval_type" : "PHB", + "longitude" : "-97.7156199" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AIRPORT BLVD / ANTONE ST", + "latitude" : "30.2913058", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001870", + "eval_type" : "PHB", + "longitude" : "-97.7074162" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AIRPORT BLVD / 16TH ST", + "latitude" : "30.2797145", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001865", + "eval_type" : "PHB", + "longitude" : "-97.7021682" +} +, { + "request_status" : "STUDY", + "location_name" : "1150 BLK AIRPORT BLVD", + "latitude" : "30.2750596", + "eval_status" : "COMPLETED", + "request_id" : "REQ15-001860", + "eval_type" : "PHB", + "longitude" : "-97.6994536" +} +, { + "request_status" : "STUDY", + "location_name" : "LAMAR BLVD / FERGUSON DR", + "latitude" : "30.3776913", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001855", + "eval_type" : "PHB", + "longitude" : "-97.6887665" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / LITTLE OAK DR", + "latitude" : "30.389371", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001850", + "eval_type" : "PHB", + "longitude" : "-97.6828946" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OLTORF ST / SUNRIDGE DR", + "latitude" : "30.223044", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001845", + "eval_type" : "PHB", + "longitude" : "-97.722307" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / RALPH ABLANEDO DR", + "latitude" : "30.1741133", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001840", + "eval_type" : "PHB", + "longitude" : "-97.7989036" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WILLIAM CANNON DR / SHIER CV", + "latitude" : "30.203217", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001835", + "eval_type" : "PHB", + "longitude" : "-97.809611" +} +, { + "request_status" : "STUDY", + "location_name" : "ANDERSON MILL RD / PECAN CREEK PKWY", + "latitude" : "30.4469471", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-002050", + "eval_type" : "PHB", + "longitude" : "-97.81194141" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PLEASANT VALLEY RD / VILLAGE WALK", + "latitude" : "30.1959582", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001825", + "eval_type" : "PHB", + "longitude" : "-97.7448078" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / ASHDALE DR", + "latitude" : "30.3585956", + "eval_status" : "IN PROGRESS", + "funding_status" : "None Identified", + "request_id" : "REQ15-002030", + "eval_type" : "PHB", + "longitude" : "-97.7301715" +} +, { + "request_status" : "STUDY", + "location_name" : "WILLIAM CANNON DR / RANCH RD", + "latitude" : "30.2105634", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001815", + "eval_type" : "PHB", + "longitude" : "-97.8210296" +} +, { + "request_status" : "STUDY", + "location_name" : "LAMAR BLVD / WESTFOREST DR", + "latitude" : "30.2424545", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001810", + "eval_type" : "PHB", + "longitude" : "-97.78398344" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUTLAND DR / RUTLAND VILLAGE EAST", + "latitude" : "30.3778344", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001805", + "eval_type" : "PHB", + "longitude" : "-97.7102921" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "FREIDRICH LN / DIRECTORS BLVD", + "latitude" : "30.2122069", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001800", + "eval_type" : "PHB", + "longitude" : "-97.7482662" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / COLLIER ST", + "latitude" : "30.2512131", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001795", + "eval_type" : "PHB", + "longitude" : "-97.76513732" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HUNTLAND DR / ROLAND JOHNSON DR", + "latitude" : "30.3305399", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001790", + "eval_type" : "PHB", + "longitude" : "-97.707102" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "1500 BLK RED RIVER ST", + "latitude" : "30.2764778", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001785", + "eval_type" : "PHB", + "longitude" : "-97.7338409" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "1500 BLK RED RIVER ST", + "latitude" : "30.2764778", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001780", + "eval_type" : "PHB", + "longitude" : "-97.7338409" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "800 BLK RUTLAND DR", + "latitude" : "30.3654561", + "request_note" : "Turned on: 1/9/2017.", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ15-001820", + "eval_type" : "PHB", + "longitude" : "-97.697222" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "2316 BLK E RIVERSIDE DR", + "latitude" : "30.2359734", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001770", + "eval_type" : "PHB", + "longitude" : "-97.724823" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "1ST ST / COPELAND ST", + "latitude" : "30.253294", + "eval_status" : "COMPLETED", + "request_id" : "REQ16-001765", + "eval_type" : "PHB", + "longitude" : "-97.7532196" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "CAMERON RD / CORONA DR", + "latitude" : "30.313036", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001760", + "eval_type" : "PHB", + "longitude" : "-97.7050323" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "1ST ST / THELMA DR", + "latitude" : "30.1945152", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001755", + "eval_type" : "PHB", + "longitude" : "-97.7894363" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "CONGRESS AVE / COLEMAN ST", + "latitude" : "30.2311382", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001750", + "eval_type" : "PHB", + "longitude" : "-97.7592926" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "CONGRESS AVE / LA VISTA ST", + "latitude" : "30.2325363", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001745", + "eval_type" : "PHB", + "longitude" : "-97.7584152" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "1500 BLK S PLEASANT VALLEY RD", + "latitude" : "30.2357006", + "eval_status" : "COMPLETED", + "funding_status" : "Bond", + "request_id" : "REQ16-001740", + "eval_type" : "PHB", + "longitude" : "-97.7215195" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "2100 BLK BARTON SPRINGS RD", + "latitude" : "30.2660046", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001735", + "eval_type" : "PHB", + "longitude" : "-97.7681274" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "830 BLK W RUNDBERG LN", + "latitude" : "30.3636856", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001730", + "eval_type" : "PHB", + "longitude" : "-97.6981583" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "RIATA TRACE PKWY / TAPADERA TRACE LN", + "latitude" : "30.4294128", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001725", + "eval_type" : "PHB", + "longitude" : "-97.7411652" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "1820 BLK W STASSNEY LN", + "latitude" : "30.2148018", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001720", + "eval_type" : "PHB", + "longitude" : "-97.7963867" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "1ST ST / ELIZABETH ST", + "latitude" : "30.2503624", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001715", + "eval_type" : "PHB", + "longitude" : "-97.7547684" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "7TH ST / CALLES ST", + "latitude" : "30.2605953", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001710", + "eval_type" : "PHB", + "longitude" : "-97.7115097" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "CONGRESS AVE / LELAND ST", + "latitude" : "30.243446", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001705", + "eval_type" : "PHB", + "longitude" : "-97.751915" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "3600 BLK LAKE AUSTIN BLVD", + "latitude" : "30.294267", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001700", + "eval_type" : "PHB", + "longitude" : "-97.783674" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "8305 BLK CROSS PARK DR", + "latitude" : "30.3357239", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001695", + "eval_type" : "PHB", + "longitude" : "-97.6709976" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "109 BLK W OLTORF ST", + "latitude" : "30.2398262", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001690", + "eval_type" : "PHB", + "longitude" : "-97.7552109" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "200 BLK E 45TH ST", + "latitude" : "30.3079109", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001685", + "eval_type" : "PHB", + "longitude" : "-97.7268906" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "GROVE BLVD / FAIRWAY ST", + "latitude" : "30.230108", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001680", + "eval_type" : "PHB", + "longitude" : "-97.706307" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "3600 BLK LAKE AUSTIN BLVD", + "latitude" : "30.295114", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001675", + "eval_type" : "PHB", + "longitude" : "-97.783738" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "2500 BLK LAKE AUSTIN BLVD", + "latitude" : "30.279402", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001670", + "eval_type" : "PHB", + "longitude" : "-97.774177" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "700 BLK E 7TH ST", + "latitude" : "30.2670422", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001665", + "eval_type" : "PHB", + "longitude" : "-97.7354889" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "706 BLK E 8TH ST", + "latitude" : "30.2680264", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001660", + "eval_type" : "PHB", + "longitude" : "-97.73526" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "2400 BLK S 1ST ST", + "latitude" : "30.2397861", + "eval_status" : "COMPLETED", + "request_id" : "REQ16-001655", + "eval_type" : "PHB", + "longitude" : "-97.7610931" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "MANCHACA RD / PRATHER LN", + "latitude" : "30.2339172", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001650", + "eval_type" : "PHB", + "longitude" : "-97.7857132" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "LAMAR BLVD / 31ST ST", + "latitude" : "30.3004322", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001645", + "eval_type" : "PHB", + "longitude" : "-97.7461166" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "6TH ST / WALLER ST", + "latitude" : "30.2644081", + "eval_status" : "COMPLETED", + "request_id" : "REQ16-001640", + "eval_type" : "PHB", + "longitude" : "-97.7305374" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "5400 BLK TERCELLO LN", + "latitude" : "30.433213", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001635", + "eval_type" : "PHB", + "longitude" : "-97.735697" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "RUNDBERG LN / WEST LOOP", + "latitude" : "30.3733692", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001630", + "eval_type" : "PHB", + "longitude" : "-97.7185059" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "7600 BLK BURNET RD", + "latitude" : "30.3542881", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001625", + "eval_type" : "PHB", + "longitude" : "-97.7319336" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "406 BLK E ST JOHNS AVE", + "latitude" : "30.3338966", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001620", + "eval_type" : "PHB", + "longitude" : "-97.7064514" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "MANCHACA RD / PARKSIDE LN", + "latitude" : "30.2113647", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001615", + "eval_type" : "PHB", + "longitude" : "-97.803093" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "2100 BLK S LAMAR BLVD", + "latitude" : "30.2480831", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001610", + "eval_type" : "PHB", + "longitude" : "-97.7712097" +} +, { + "request_status" : "STUDY", + "location_name" : "RIVERSIDE DR / SUMMIT ST", + "latitude" : "30.2464231", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001605", + "eval_type" : "PHB", + "longitude" : "-97.7320242" +} +, { + "request_status" : "STUDY", + "location_name" : "RIVERSIDE DR / ALAMEDA DR", + "latitude" : "30.2507015", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-001110", + "eval_type" : "PHB", + "longitude" : "-97.7405031" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RED RIVER ST / 40TH ST", + "latitude" : "30.298572", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001595", + "eval_type" : "PHB", + "longitude" : "-97.7226818" +} +, { + "request_status" : "STUDY", + "location_name" : "PLEASANT VALLEY RD / VILLAGE SQUARE DR", + "latitude" : "30.1886943", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-001105", + "eval_type" : "PHB", + "longitude" : "-97.7455575" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "40TH ST / SUNSHINE DR", + "latitude" : "30.3149064", + "request_note" : "Most of the pedestrian demand in this area served by existing PHB to the north.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001585", + "eval_type" : "PHB", + "longitude" : "-97.7366433" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "CAMINO LA COSTA / CALIDAD DR", + "latitude" : "30.3239766", + "request_note" : "Turn on 12/7/2016", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ14-001530", + "eval_type" : "PHB", + "longitude" : "-97.6979362" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / TWIN OAKS DR", + "latitude" : "30.3419999", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-002025", + "eval_type" : "PHB", + "longitude" : "-97.7386757" +} +, { + "request_status" : "STUDY", + "location_name" : "ANDERSON LN / HARDY DR", + "latitude" : "30.3542718", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-001090", + "eval_type" : "PHB", + "longitude" : "-97.7269814" +} +, { + "request_status" : "STUDY", + "location_name" : "ALLANDALE RD / SHOALWOOD AVE", + "latitude" : "30.335215", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-001080", + "eval_type" : "PHB", + "longitude" : "-97.742951" +} +, { + "request_status" : "STUDY", + "location_name" : "GUADALUPE ST / 25TH ST", + "latitude" : "30.2887669", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001560", + "eval_type" : "PHB", + "longitude" : "-97.7414703" +} +, { + "request_status" : "STUDY", + "location_name" : "1000 BLK NORWOOD PARK BLVD", + "latitude" : "30.3387775", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001555", + "eval_type" : "PHB", + "longitude" : "-97.6926828" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "LAMAR BLVD / COOPER DR", + "latitude" : "30.3611334", + "request_note" : "This portion of N. Lamar under TxDOT control. Working with TxDOT on median and lane modifications in conjunction with a signal.", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ14-001525", + "eval_type" : "PHB", + "longitude" : "-97.6981222" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "9516 BLK N LAMAR BLVD", + "latitude" : "30.3662615", + "request_note" : "Too close to existing traffic signals.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001545", + "eval_type" : "PHB", + "longitude" : "-97.6964064" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "MANCHACA RD / INVERNESS BLVD", + "latitude" : "30.21783", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ14-001520", + "eval_type" : "PHB", + "longitude" : "-97.79596" +} +, { + "request_status" : "STUDY", + "location_name" : "OLTORF ST / BURTON DR", + "latitude" : "30.2309208", + "eval_status" : "COMPLETED", + "funding_status" : "TAP Grant", + "request_id" : "REQ14-002020", + "eval_type" : "PHB", + "longitude" : "-97.73370293" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "MANCHACA RD / MONARCH DR", + "latitude" : "30.1760006", + "request_note" : "A traffic signal is being constructed at this location.", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ14-001775", + "eval_type" : "PHB", + "longitude" : "-97.8225865" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "LAMAR BLVD / HOUSTON ST", + "latitude" : "30.323225", + "request_note" : "A traffic signal is recommended for this location.", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-001070", + "eval_type" : "PHB", + "longitude" : "-97.7280807" +} +, { + "request_status" : "STUDY", + "location_name" : "MANCHACA RD / LARCHMONT DR", + "latitude" : "30.238391", + "eval_status" : "COMPLETED", + "funding_status" : "TAP Grant", + "request_id" : "REQ14-002015", + "eval_type" : "PHB", + "longitude" : "-97.7829575" +} +, { + "request_status" : "STUDY", + "location_name" : "1137 BLK AIRPORT BLVD", + "latitude" : "30.2722056", + "eval_status" : "COMPLETED", + "funding_status" : "TAP Grant", + "request_id" : "REQ14-002010", + "eval_type" : "PHB", + "longitude" : "-97.6982871" +} +, { + "request_status" : "STUDY", + "location_name" : "CONGRESS AVE / KREBS LN", + "latitude" : "30.2254104", + "eval_status" : "COMPLETED", + "funding_status" : "TAP Grant", + "request_id" : "REQ14-001985", + "eval_type" : "PHB", + "longitude" : "-97.7625098" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "GUADALUPE ST / 47TH ST", + "latitude" : "30.3151665", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ14-001505", + "eval_type" : "PHB", + "longitude" : "-97.7323685" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "PARKCREST DR / BALCONES DR", + "latitude" : "30.3354359", + "request_note" : "being studied for a traffic signal", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001500", + "eval_type" : "PHB", + "longitude" : "-97.75877021" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HARRIS BRANCH PKWY / GILES LN", + "latitude" : "30.3453457", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001495", + "eval_type" : "PHB", + "longitude" : "-97.6135619" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / MILES AVE", + "latitude" : "30.2070235", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001490", + "eval_type" : "PHB", + "longitude" : "-97.8058636" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "45TH ST / RAMSEY AVE", + "latitude" : "30.3162044", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001485", + "eval_type" : "PHB", + "longitude" : "-97.7433696" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / HIDDEN OAKS DR", + "latitude" : "30.203448", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001480", + "eval_type" : "PHB", + "longitude" : "-97.8174736" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HARRIS BRANCH PKWY / ST MERRYN RD", + "latitude" : "30.3473896", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001475", + "eval_type" : "PHB", + "longitude" : "-97.6137139" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "2200 BLK RED RIVER ST", + "latitude" : "30.2860545", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001470", + "eval_type" : "PHB", + "longitude" : "-97.7271202" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / RANCH RD", + "latitude" : "30.1986198", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001465", + "eval_type" : "PHB", + "longitude" : "-97.8273468" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ENFIELD RD / LORRAIN ST", + "latitude" : "30.2811903", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001460", + "eval_type" : "PHB", + "longitude" : "-97.754955" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "4500 BLK SETON CENTER PKWY", + "latitude" : "30.4019637", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001455", + "eval_type" : "PHB", + "longitude" : "-97.7423871" +} +, { + "request_status" : "STUDY", + "location_name" : "SPICEWOOD SPRINGS RD / TEXAS PLUME RD", + "latitude" : "30.4251404", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-001020", + "eval_type" : "PHB", + "longitude" : "-97.7848969" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / NESBIT DR", + "latitude" : "30.184284", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001445", + "eval_type" : "PHB", + "longitude" : "-97.8381682" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PLEASANT VALLEY RD / FRANKLIN PARK DR", + "latitude" : "30.1984911", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001440", + "eval_type" : "PHB", + "longitude" : "-97.7432195" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "10200 BLK BURNET RD", + "latitude" : "30.3874584", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001435", + "eval_type" : "PHB", + "longitude" : "-97.7216121" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "38TH ST / MONTROSE ST", + "latitude" : "30.297868", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001430", + "eval_type" : "PHB", + "longitude" : "-97.728117" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / FOREST HILL DR", + "latitude" : "30.2257656", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001425", + "eval_type" : "PHB", + "longitude" : "-97.7909699" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / COHOBA DR", + "latitude" : "30.187032", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001420", + "eval_type" : "PHB", + "longitude" : "-97.8361346" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SLAUGHTER LN / VINEMONT DR", + "latitude" : "30.2033024", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001415", + "eval_type" : "PHB", + "longitude" : "-97.88467196" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / CIMARRON TRL", + "latitude" : "30.2270336", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001410", + "eval_type" : "PHB", + "longitude" : "-97.79016423" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LOYOLA LN / SANDSHOF DR", + "latitude" : "30.2990208", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001405", + "eval_type" : "PHB", + "longitude" : "-97.64558941" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "700 BLK CENTER RIDGE DR", + "latitude" : "30.4176425", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001400", + "eval_type" : "PHB", + "longitude" : "-97.6712075" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "12208 BLK TECHNOLOGY BLVD", + "latitude" : "30.43525", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001395", + "eval_type" : "PHB", + "longitude" : "-97.75964" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / PHILCO DR", + "latitude" : "30.218025", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000975", + "eval_type" : "PHB", + "longitude" : "-97.7748071" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ST JOHNS AVE / BETHUNE AVE", + "latitude" : "30.3301126", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001385", + "eval_type" : "PHB", + "longitude" : "-97.6982888" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RED RIVER ST / 30TH ST", + "latitude" : "30.2889019", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001380", + "eval_type" : "PHB", + "longitude" : "-97.7267944" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "LOYOLA LN / COLONY PARK DR", + "latitude" : "30.2984979", + "request_note" : "being studied for a traffic signal", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001375", + "eval_type" : "PHB", + "longitude" : "-97.6446561" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "DAVIS LN / COPANO DR", + "latitude" : "30.2017832", + "request_note" : "Traffic signal recommended", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001370", + "eval_type" : "PHB", + "longitude" : "-97.8574657" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / PECAN CREEK PKWY", + "latitude" : "30.4469471", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001365", + "eval_type" : "PHB", + "longitude" : "-97.81194141" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / MAIRO ST", + "latitude" : "30.1811607", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000860", + "eval_type" : "PHB", + "longitude" : "-97.7947428" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / 46TH ST", + "latitude" : "30.3048494", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001980", + "eval_type" : "PHB", + "longitude" : "-97.7159389" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SAN JACINTO BLVD / 17TH ST", + "latitude" : "30.2780472", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001350", + "eval_type" : "PHB", + "longitude" : "-97.7364433" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / KING EDWARD PL", + "latitude" : "30.198471", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000730", + "eval_type" : "PHB", + "longitude" : "-97.7869807" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "FREIDRICH LN / DIRECTORS BLVD", + "latitude" : "30.2122069", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001340", + "eval_type" : "PHB", + "longitude" : "-97.7482662" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / REDWATER DR", + "latitude" : "30.1680241", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001335", + "eval_type" : "PHB", + "longitude" : "-97.82621" +} +, { + "request_status" : "STUDY", + "location_name" : "MARTIN LUTHER KING JR BLVD / ADRIANE DR", + "latitude" : "30.2844672", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000695", + "eval_type" : "PHB", + "longitude" : "-97.6914574" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / SEDGEMOOR TRL", + "latitude" : "30.1799061", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001325", + "eval_type" : "PHB", + "longitude" : "-97.8201123" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "7TH ST / SAN MARCOS ST", + "latitude" : "30.2660183", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001320", + "eval_type" : "PHB", + "longitude" : "-97.7321093" +} +, { + "request_status" : "STUDY", + "location_name" : "701 BLK E DEAN KEETON ST", + "latitude" : "30.289264", + "request_note" : "UT funded PHB request", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ14-001315", + "eval_type" : "PHB", + "longitude" : "-97.731121" +} +, { + "request_status" : "STUDY", + "location_name" : "500 BLK N PLEASANT VALLEY RD", + "latitude" : "30.25773", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001310", + "eval_type" : "PHB", + "longitude" : "-97.71057" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WILLIAM CANNON DR / MEADOW LAKE BLVD", + "latitude" : "30.1809502", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001305", + "eval_type" : "PHB", + "longitude" : "-97.75025496" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WESTERN TRAILS BLVD / TEJAS TRL", + "latitude" : "30.2297525", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001300", + "eval_type" : "PHB", + "longitude" : "-97.7970532" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / MULLEN DR", + "latitude" : "30.3538418", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001295", + "eval_type" : "PHB", + "longitude" : "-97.72601836" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / EDGEWARE DR", + "latitude" : "30.2397255", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001290", + "eval_type" : "PHB", + "longitude" : "-97.7823447" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "STASSNEY LN / TALLOW TREE DR", + "latitude" : "30.1933993", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001285", + "eval_type" : "PHB", + "longitude" : "-97.7535891" +} +, { + "request_status" : "STUDY", + "location_name" : "AIRPORT BLVD / PARKWOOD RD", + "latitude" : "30.3004634", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001975", + "eval_type" : "PHB", + "longitude" : "-97.7127191" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / POWELL LN", + "latitude" : "30.3508148", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001275", + "eval_type" : "PHB", + "longitude" : "-97.70916083" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1221 BLK S LAMAR BLVD", + "latitude" : "30.2519609", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001270", + "eval_type" : "PHB", + "longitude" : "-97.7637336" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MARTIN LUTHER KING JR BLVD / CLIFFORD AVE", + "latitude" : "30.2819475", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001265", + "eval_type" : "PHB", + "longitude" : "-97.707715" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PLEASANT VALLEY RD / BUTTON BEND CIR", + "latitude" : "30.2015802", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001260", + "eval_type" : "PHB", + "longitude" : "-97.7421284" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "7900 BLK S CONGRESS AVE", + "latitude" : "30.17654", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001255", + "eval_type" : "PHB", + "longitude" : "-97.78418" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WALSH TARLTON LN / SANDERLING TRL", + "latitude" : "30.2731724", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001250", + "eval_type" : "PHB", + "longitude" : "-97.8012614" +} +, { + "request_status" : "STUDY", + "location_name" : "1700 BLK E 51ST ST", + "latitude" : "30.3018208", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001245", + "eval_type" : "PHB", + "longitude" : "-97.6959839" +} +, { + "request_status" : "STUDY", + "location_name" : "2031 BLK W STASSNEY LN", + "latitude" : "30.21606", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001240", + "eval_type" : "PHB", + "longitude" : "-97.79863" +} +, { + "request_status" : "STUDY", + "location_name" : "LAMAR BLVD / FAIRFIELD DR", + "latitude" : "30.3554809", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001235", + "eval_type" : "PHB", + "longitude" : "-97.7026886" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANOR RD / SWEENEY LN", + "latitude" : "30.3064816", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001230", + "eval_type" : "PHB", + "longitude" : "-97.6800484" +} +, { + "request_status" : "STUDY", + "location_name" : "RED RIVER ST / HARRIS AVE", + "latitude" : "30.2931804", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001225", + "eval_type" : "PHB", + "longitude" : "-97.7254978" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / DEEN AVE", + "latitude" : "30.356575", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001220", + "eval_type" : "PHB", + "longitude" : "-97.7012711" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / CAMPERDOWN ELM DR", + "latitude" : "30.1542155", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000620", + "eval_type" : "PHB", + "longitude" : "-97.8006264" +} +, { + "request_status" : "STUDY", + "location_name" : "WEST GATE BLVD / BERKELEY AVE", + "latitude" : "30.208757", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001210", + "eval_type" : "PHB", + "longitude" : "-97.8143408" +} +, { + "request_status" : "STUDY", + "location_name" : "LAMAR BLVD / DICKSON DR", + "latitude" : "30.2453482", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ15-000550", + "eval_type" : "PHB", + "longitude" : "-97.7799133" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / 47TH ST", + "latitude" : "30.3179977", + "eval_status" : "IN PROGRESS", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000495", + "eval_type" : "PHB", + "longitude" : "-97.7399207" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AIRPORT BLVD / GUNTER ST", + "latitude" : "30.269581", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001195", + "eval_type" : "PHB", + "longitude" : "-97.6967158" +} +, { + "request_status" : "STUDY", + "location_name" : "6TH ST / SABINE ST", + "latitude" : "30.2661836", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001190", + "eval_type" : "PHB", + "longitude" : "-97.7361797" +} +, { + "request_status" : "STUDY", + "location_name" : "MONTOPOLIS DR / MARIGOLD TER", + "latitude" : "30.2300634", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000490", + "eval_type" : "PHB", + "longitude" : "-97.7001991" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / MEADOWLARK ST", + "latitude" : "30.3521043", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001180", + "eval_type" : "PHB", + "longitude" : "-97.7072939" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "DAVIS LN / LATTA DR", + "latitude" : "30.203996", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000470", + "eval_type" : "PHB", + "longitude" : "-97.8585342" +} +, { + "request_status" : "STUDY", + "location_name" : "DITTMAR RD / FOREST WOOD RD", + "latitude" : "30.1857738", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001170", + "eval_type" : "PHB", + "longitude" : "-97.80149" +} +, { + "request_status" : "STUDY", + "location_name" : "STASSNEY LN / SALEM WALK DR", + "latitude" : "30.2091628", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001165", + "eval_type" : "PHB", + "longitude" : "-97.7844049" +} +, { + "request_status" : "STUDY", + "location_name" : "MANOR RD / WALNUT AVE", + "latitude" : "30.2850712", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001160", + "eval_type" : "PHB", + "longitude" : "-97.7141833" +} +, { + "request_status" : "STUDY", + "location_name" : "OLTORF ST / DURWOOD ST", + "latitude" : "30.2413483", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001155", + "eval_type" : "PHB", + "longitude" : "-97.7579803" +} +, { + "request_status" : "STUDY", + "location_name" : "4500 BLK WEST GATE BLVD", + "latitude" : "30.2306123", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001150", + "eval_type" : "PHB", + "longitude" : "-97.8007764" +} +, { + "request_status" : "STUDY", + "location_name" : "GUADALUPE ST / 28TH ST", + "latitude" : "30.2932473", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-001145", + "eval_type" : "PHB", + "longitude" : "-97.7417613" +} +, { + "request_status" : "STUDY", + "location_name" : "832 BLK E RUNDBERG LN", + "latitude" : "30.356631", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001140", + "eval_type" : "PHB", + "longitude" : "-97.685318" +} +, { + "request_status" : "STUDY", + "location_name" : "45TH ST / BENNETT AVE", + "latitude" : "30.303949", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001135", + "eval_type" : "PHB", + "longitude" : "-97.7178118" +} +, { + "request_status" : "STUDY", + "location_name" : "GUADALUPE ST / 39TH ST", + "latitude" : "30.3040728", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001130", + "eval_type" : "PHB", + "longitude" : "-97.737305" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / PENNY LN", + "latitude" : "30.3644978", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ13-001900", + "eval_type" : "PHB", + "longitude" : "-97.7286359" +} +, { + "request_status" : "STUDY", + "location_name" : "3600 BLK S CONGRESS AVE", + "latitude" : "30.2271775", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-001120", + "eval_type" : "PHB", + "longitude" : "-97.7616501" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "BURNET RD / LAWNMONT AVE", + "latitude" : "30.3280777", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ14-001540", + "eval_type" : "PHB", + "longitude" : "-97.7397829" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "RED RIVER ST / PARK BLVD", + "latitude" : "30.3014622", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ14-001515", + "eval_type" : "PHB", + "longitude" : "-97.7215453" +} +, { + "request_status" : "STUDY", + "location_name" : "400 BLK S CONGRESS AVE", + "latitude" : "30.2536221", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-000440", + "eval_type" : "PHB", + "longitude" : "-97.7481689" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / COPELAND ST", + "latitude" : "30.253294", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001100", + "eval_type" : "PHB", + "longitude" : "-97.7532196" +} +, { + "request_status" : "STUDY", + "location_name" : "PLEASANT VALLEY RD / HARGRAVE ST", + "latitude" : "30.268865", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001095", + "eval_type" : "PHB", + "longitude" : "-97.711753" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / MONROE ST", + "latitude" : "30.2494746", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-000435", + "eval_type" : "PHB", + "longitude" : "-97.7551449" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / GLEN ALLEN", + "latitude" : "30.2408524", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001085", + "eval_type" : "PHB", + "longitude" : "-97.7821884" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PLEASANT VALLEY RD / SHERINGHAM DR", + "latitude" : "30.231279", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001880", + "eval_type" : "PHB", + "longitude" : "-97.725364" +} +, { + "request_status" : "STUDY", + "location_name" : "CAMERON RD / WESTHEIMER DR", + "latitude" : "30.3248199", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001075", + "eval_type" : "PHB", + "longitude" : "-97.692986" +} +, { + "request_status" : "STUDY", + "location_name" : "PLEASANT VALLEY RD / TURNSTONE DR", + "latitude" : "30.1848952", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ16-000430", + "eval_type" : "PHB", + "longitude" : "-97.7450029" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "RUNDBERG LN / TEASDALE TER", + "latitude" : "30.3539848", + "eval_status" : "COMPLETED", + "request_id" : "REQ16-001065", + "eval_type" : "PHB", + "longitude" : "-97.6813049" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "600 BLK BARTON SPRINGS RD", + "latitude" : "30.25894", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001060", + "eval_type" : "PHB", + "longitude" : "-97.751935" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "2400 BLK RUTLAND DR", + "latitude" : "30.3827038", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001055", + "eval_type" : "PHB", + "longitude" : "-97.7218704" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "GUADALUPE ST / 31ST ST", + "latitude" : "30.2978306", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001050", + "eval_type" : "PHB", + "longitude" : "-97.7412338" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "LAMAR BLVD / 47TH ST", + "latitude" : "30.31604", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-001045", + "eval_type" : "PHB", + "longitude" : "-97.7341919" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "THAXTON RD / PANADERO DR", + "latitude" : "30.1576965", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000360", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7436129" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "13TH ST / SAN JACINTO BLVD", + "latitude" : "30.274358", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000355", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7378129" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "500 BLK S 1ST ST", + "latitude" : "30.2555353", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000340", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7521117" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / BERKELEY AVE", + "latitude" : "30.208757", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000335", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8143408" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CONGRESS AVE / LELAND ST", + "latitude" : "30.243446", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000330", + "eval_type" : "TRAFFIC", + "longitude" : "-97.751915" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAKESHORE BLVD / TINNIN FORD RD", + "latitude" : "30.2447665", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000320", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7241415" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DEATONHILL DR / WEST GATE BLVD", + "latitude" : "30.2107857", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000310", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8145217" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SAN JACINTO BLVD / 17TH ST", + "latitude" : "30.2780472", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000285", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7364433" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WILLIAM CANNON DR / VOUGEOT DR", + "latitude" : "30.1803981", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000280", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7487077" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6TH ST / ROBERT T MARTINEZ JR ST", + "latitude" : "30.2602953", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000275", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7186104" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / WHISPERING VALLEY DR", + "latitude" : "30.4125099", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000585", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7315926" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "OLTORF ST / DURWOOD ST", + "latitude" : "30.2413483", + "request_note" : "This location being studied for a PHB.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000565", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7579803" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "THAXTON RD / RUNNING WATER DR", + "latitude" : "30.1576252", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000410", + "eval_type" : "TRAFFIC", + "longitude" : "-97.74201495" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "11700 BLK N LAMAR BLVD", + "latitude" : "30.3877257", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000405", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6841092" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DAVIS LN / CAMERON LOOP", + "latitude" : "30.1929742", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000400", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8375718" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "JAIN LN / GARDNER RD", + "latitude" : "30.2598383", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000380", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6817431" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CESAR CHAVEZ ST / LINDEN ST", + "latitude" : "30.2522873", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000375", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7108344" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / KENNETH AVE", + "latitude" : "30.2311672", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000370", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7160842" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MORROW ST / WOODROW AVE", + "latitude" : "30.3475672", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000520", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7237589" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / BLARWOOD DR", + "latitude" : "30.2166413", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000510", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8116231" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / RANDY RD", + "latitude" : "30.4495903", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000500", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8162083" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "5TH ST / WEST LYNN ST", + "latitude" : "30.2737122", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000460", + "eval_type" : "TRAFFIC", + "longitude" : "-97.76332593" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / EL PASO ST", + "latitude" : "30.2367076", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000260", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7630573" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / MANASSAS DR", + "latitude" : "30.1999264", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000455", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8206776" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / DOUBLE EAGLE PASS", + "latitude" : "30.5017547", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000600", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7568588" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MC NEIL DR / AVERY ISLAND AVE", + "latitude" : "30.4400979", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000780", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7524616" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / 1ST ST", + "latitude" : "30.149516", + "request_note" : "@ Akins HS", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000770", + "eval_type" : "TRAFFIC", + "longitude" : "-97.802690" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MARTIN LUTHER KING JR BLVD / OLDFORT HILL DR", + "latitude" : "30.28656", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000755", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6752189" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ST ELMO RD / SOUTH INDUSTRIAL DR", + "latitude" : "30.208818", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000745", + "eval_type" : "TRAFFIC", + "longitude" : "-97.744413" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUNDBERG LN / HANSFORD DR", + "latitude" : "30.355674", + "request_note" : "PM traffic from Harmony School blocks intersection.", + "eval_status" : "IN PROGRESS", + "funding_status" : "None Identified", + "request_id" : "REQ16-002275", + "eval_type" : "TRAFFIC", + "longitude" : "-97.683843" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / MULLEN DR", + "latitude" : "30.3538418", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000725", + "eval_type" : "TRAFFIC", + "longitude" : "-97.72601836" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "ANDERSON MILL RD / PECAN CREEK PKWY", + "latitude" : "30.4469471", + "request_note" : "Being studied for a PHB", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000720", + "eval_type" : "TRAFFIC", + "longitude" : "-97.81194141" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BLUEBONNET LN / ANITA DR", + "latitude" : "30.2548272", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000715", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7720312" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6TH ST / SAN MARCOS ST", + "latitude" : "30.2651158", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000710", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7325274" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BRODIE LN / BRODIE LN", + "latitude" : "30.198620", + "request_note" : "at entrance to Villages of Bella Vista & Ridgeview Apts.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000845", + "eval_type" : "TRAFFIC", + "longitude" : "-97.840158" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / CORIANDER DR", + "latitude" : "30.220241", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000840", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6934937" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "11850 BLK N LAMAR BLVD", + "latitude" : "30.39053", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000835", + "eval_type" : "TRAFFIC", + "longitude" : "-97.68245" +} +, { + "request_status" : "STUDY", + "location_name" : "SPRINGDALE RD / GOVALLE AVE", + "latitude" : "30.2640204", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000825", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6965428" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / CROWNSPOINT DR", + "latitude" : "30.1776619", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000815", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8215442" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEBBERVILLE RD / TANNEHILL LN", + "latitude" : "30.283966", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000810", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6716326" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / WATSON ST", + "latitude" : "30.3492126", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000795", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7162781" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "45 / KENDRICK LN", + "latitude" : "30.1864433", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000790", + "eval_type" : "TRAFFIC", + "longitude" : "-97.9136276" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "9TH ST / WEST AVE", + "latitude" : "30.27305", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000950", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7495429" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "290 HWY / OLD BEE CAVES RD", + "latitude" : "30.2339807", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000915", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8712305" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1137 BLK AIRPORT BLVD", + "latitude" : "30.2716359", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000910", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6966618" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "NUCKOLS CROSSING RD / VERTEX BLVD", + "latitude" : "30.1578485", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000905", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7523808" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8660 BLK W SH 71", + "latitude" : "30.253467", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000900", + "eval_type" : "TRAFFIC", + "longitude" : "-97.900595" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "969 RD / REGENCY DR", + "latitude" : "30.28507", + "request_note" : "Being studied for a PHB.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000875", + "eval_type" : "TRAFFIC", + "longitude" : "-97.661974" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WHELESS LN / DORCHESTER DR", + "latitude" : "30.3130533", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000650", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6861015" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / HOUSTON ST", + "latitude" : "30.3288861", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000640", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7398378" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6TH ST / PRESSLER ST", + "latitude" : "30.273898", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000635", + "eval_type" : "TRAFFIC", + "longitude" : "-97.760207" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CAPITAL OF TEXAS HWY / PARKSTONE HEIGHTS DR", + "latitude" : "30.2716462", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000630", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8176015" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "400 BLK E HOWARD LN", + "latitude" : "30.41334", + "request_note" : "@ Cape Horn Rd.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000675", + "eval_type" : "TRAFFIC", + "longitude" : "-97.65302" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / CIMARRON TRL", + "latitude" : "30.2270336", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000670", + "eval_type" : "TRAFFIC", + "longitude" : "-97.79016423" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "45 / SPRUCE CANYON DR", + "latitude" : "30.1842809", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000785", + "eval_type" : "TRAFFIC", + "longitude" : "-97.9057465" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "71 / MIDWOOD PKWY", + "latitude" : "30.2572615", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000090", + "eval_type" : "TRAFFIC", + "longitude" : "-97.9044758" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SOUTHWEST PKWY / BELGRADE DR", + "latitude" : "30.2576194", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000080", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8818182" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / ANDERSON SQ", + "latitude" : "30.3497063", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000075", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7173046" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "DAVIS LN / LATTA DR", + "latitude" : "30.203996", + "request_note" : "PHB constructed here 10/28/16", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000055", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8585342" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANOR RD / WALNUT AVE", + "latitude" : "30.2850712", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000250", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7141833" +} +, { + "request_status" : "STUDY", + "location_name" : "LAMAR BLVD / COLLIER ST", + "latitude" : "30.2512131", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000240", + "eval_type" : "TRAFFIC", + "longitude" : "-97.76513732" +} +, { + "request_status" : "CONSTRUCTION", + "location_name" : "2222 RD / MOUNT BONNELL RD", + "latitude" : "30.341", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ14-000230", + "eval_type" : "TRAFFIC", + "longitude" : "-97.779" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "969 RD / NIXON LN", + "latitude" : "30.2799196", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000225", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6455229" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / FRONTIER VALLEY DR", + "latitude" : "30.2226181", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000220", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6978095" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CESAR CHAVEZ ST / TILLERY ST", + "latitude" : "30.2516962", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000190", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7087877" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUNDBERG LN / HUNTERS TRCE", + "latitude" : "30.3689358", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000180", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7097916" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "NUCKOLS CROSSING RD / TERI RD", + "latitude" : "30.1949907", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000165", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7377797" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DESSAU RD / PEARL RETREAT LN", + "latitude" : "30.392456", + "eval_status" : "COMPLETED", + "funding_status" : "Private", + "request_id" : "REQ14-000125", + "eval_type" : "TRAFFIC", + "longitude" : "-97.645708" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / ELIZABETH ST", + "latitude" : "30.2503624", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000300", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7547684" +} +, { + "request_status" : "STUDY", + "location_name" : "AVERY RANCH BLVD / PEARSON RANCH RD", + "latitude" : "30.5033855", + "request_note" : "School hours", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000015", + "eval_type" : "TRAFFIC", + "longitude" : "-97.75202928" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8400 BLK N FM 620 RD", + "latitude" : "30.4264177", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000025", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8472051" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "STASSNEY LN / STASSNEY LN", + "latitude" : "30.202530", + "request_note" : "Austin City Lights Apts. & Griffis SoCo Apts.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000010", + "eval_type" : "TRAFFIC", + "longitude" : "-97.771253" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OHLEN RD / CONTOUR DR", + "latitude" : "30.3627996", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000005", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7192269" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PARMER LN / TOMANET TRL", + "latitude" : "30.418335", + "request_note" : "citizen called request in", + "eval_status" : "IN PROGRESS", + "funding_status" : "None Identified", + "request_id" : "REQ16-002335", + "eval_type" : "TRAFFIC", + "longitude" : "-97.700892" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / METRO CENTER DR", + "latitude" : "30.2169356", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000110", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6898713" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BRAKER LN / MUSKET VALLEY TRL", + "latitude" : "30.3739967", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000040", + "eval_type" : "TRAFFIC", + "longitude" : "-97.656456" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / BANYON ST", + "latitude" : "30.3423666", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000365", + "eval_type" : "TRAFFIC", + "longitude" : "-97.715959" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BERKMAN DR / SUFFOLK DR", + "latitude" : "30.3077316", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000120", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6964722" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OLTORF ST / WILSON ST", + "latitude" : "30.2408424", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000255", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7569603" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PARMER LN / ROLLING HILL DR", + "latitude" : "30.4093774", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000270", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6822859" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6TH ST / PATTERSON AVE", + "latitude" : "30.2767801", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000925", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7662733" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / REDWATER DR", + "latitude" : "30.1680241", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000855", + "eval_type" : "TRAFFIC", + "longitude" : "-97.82621" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / LOXLEY LN", + "latitude" : "30.500202", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000050", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7631289" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HOWARD LN / HARRISGLENN DR", + "latitude" : "30.4062557", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000870", + "eval_type" : "TRAFFIC", + "longitude" : "-97.64217936" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "5TH ST / PEDERNALES ST", + "latitude" : "30.2579418", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000555", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7150906" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / AVERY CLUB DR", + "latitude" : "30.4988034", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000030", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7707116" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAKE AUSTIN BLVD / HEARN ST", + "latitude" : "30.278539", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000775", + "eval_type" : "TRAFFIC", + "longitude" : "-97.773179" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / SHILOH DR", + "latitude" : "30.1912073", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000660", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8129334" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SLAUGHTER LN / ROCHELLE DR", + "latitude" : "30.1797325", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000265", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8418339" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "10000 BLK MANCHACA RD", + "latitude" : "30.168971", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000295", + "eval_type" : "TRAFFIC", + "longitude" : "-97.825726" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SLAUGHTER LN / VINEMONT DR", + "latitude" : "30.2033024", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000545", + "eval_type" : "TRAFFIC", + "longitude" : "-97.88467196" +} +, { + "request_status" : "STUDY", + "location_name" : "LAKE CREEK PKWY / LAKE CREEK PKWY", + "latitude" : "30.468443", + "request_note" : "south of 620 at Walmart/Harmony School/Apt. entrances", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002235", + "eval_type" : "TRAFFIC", + "longitude" : "-97.788529" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "KINNEY AVE / TREADWELL ST", + "latitude" : "30.258", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002220", + "eval_type" : "TRAFFIC", + "longitude" : "-97.765" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUNDBERG LN / HANSFORD DR", + "latitude" : "30.355674", + "request_note" : "PM traffic from Harmony School blocks intersection.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002275", + "eval_type" : "TRAFFIC", + "longitude" : "-97.683843" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / QUARRY OAKS TRL", + "latitude" : "30.4957876", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000070", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7842796" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "16TH ST / SAN JACINTO BLVD", + "latitude" : "30.2771636", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000305", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7367639" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / MARCUS ABRAMS BLVD", + "latitude" : "30.1546726", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000325", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8333133" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OLTORF ST / THORNTON RD", + "latitude" : "30.2465545", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000290", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7692612" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MONTOPOLIS DR / TRADE CENTER DR", + "latitude" : "30.2082026", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000505", + "eval_type" : "TRAFFIC", + "longitude" : "-97.714805" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "REDBUD TRL / STRATFORD DR", + "latitude" : "30.2900719", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000830", + "eval_type" : "TRAFFIC", + "longitude" : "-97.790691" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LOYOLA LN / SENDERO HILLS PKWY", + "latitude" : "30.2975818", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000580", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6408876" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / CENTENNIAL TRL", + "latitude" : "30.4502221", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000920", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8191309" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "2222 RD / HIGHLAND HILLS CIR", + "latitude" : "30.3395348", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000595", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7593307" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "FAR WEST BLVD / NORTHLEDGE DR", + "latitude" : "30.3576298", + "request_note" : "Recommended for a PHB", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000390", + "eval_type" : "TRAFFIC", + "longitude" : "-97.76214922" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVER PLACE BLVD / RIVER PLACE BLVD", + "latitude" : "30.3915071", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000035", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8477466" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ROBERT E LEE RD / RABB RD", + "latitude" : "30.2580434", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000665", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7727899" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "119 BLK N LAMAR BLVD", + "latitude" : "30.267722", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000395", + "eval_type" : "TRAFFIC", + "longitude" : "-97.755729" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SLAUGHTER LN / ZUNIGA DR", + "latitude" : "30.1965319", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000655", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8602275" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HOWARD LN / MC NEIL MERRILLTOWN RD", + "latitude" : "30.4470537", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000345", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7065878" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "969 RD / PARK AT WOODLANDS DR", + "latitude" : "30.2731013", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000100", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6343397" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WALSH TARLTON LN / THOUSAND OAKS CV", + "latitude" : "30.2667331", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000105", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8060653" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "29TH ST / JEFFERSON ST", + "latitude" : "30.3018088", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000850", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7551691" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / ANISE DR", + "latitude" : "30.221949", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000350", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6963681" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8TH ST / WEST AVE", + "latitude" : "30.272101", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000945", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7499129" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BURNET RD / READ GRANBERRY TRL", + "latitude" : "30.385552", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000750", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7236358" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / HYDE PARK PL", + "latitude" : "30.1766604", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000445", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7978134" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "FREIDRICH LN / PONCIANA DR", + "latitude" : "30.202013", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000940", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7546387" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / COPELAND ST", + "latitude" : "30.253294", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000590", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7532196" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / NORTH CANOA HILLS TRL", + "latitude" : "30.4967387", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000540", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7817699" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HOWARD LN / GREINERT DR", + "latitude" : "30.4151395", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000450", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6552258" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CEDAR BEND DR / TOMANET TRL", + "latitude" : "30.4132274", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000420", + "eval_type" : "TRAFFIC", + "longitude" : "-97.704645" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OHLEN RD / CONTOUR DR", + "latitude" : "30.3627996", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000005", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7192269" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "STASSNEY LN / STASSNEY LN", + "latitude" : "30.202530", + "request_note" : "Austin City Lights Apts. & Griffis SoCo Apts.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000010", + "eval_type" : "TRAFFIC", + "longitude" : "-97.771253" +} +, { + "request_status" : "STUDY", + "location_name" : "AVERY RANCH BLVD / PEARSON RANCH RD", + "latitude" : "30.5033855", + "request_note" : "School hours", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000015", + "eval_type" : "TRAFFIC", + "longitude" : "-97.75202928" +} +, { + "request_status" : "STUDY", + "location_name" : "SPICEWOOD SPRINGS RD / TEXAS PLUME RD", + "latitude" : "30.4251404", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000020", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7848969" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8400 BLK N FM 620 RD", + "latitude" : "30.4264177", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000025", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8472051" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / AVERY CLUB DR", + "latitude" : "30.4988034", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000030", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7707116" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVER PLACE BLVD / RIVER PLACE BLVD", + "latitude" : "30.3915071", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000035", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8477466" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BRAKER LN / MUSKET VALLEY TRL", + "latitude" : "30.3739967", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000040", + "eval_type" : "TRAFFIC", + "longitude" : "-97.656456" +} +, { + "request_status" : "STUDY", + "location_name" : "MONTOPOLIS DR / HOGAN AVE", + "latitude" : "30.2345549", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000045", + "eval_type" : "TRAFFIC", + "longitude" : "-97.697334" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / LOXLEY LN", + "latitude" : "30.500202", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000050", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7631289" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "DAVIS LN / LATTA DR", + "latitude" : "30.203996", + "request_note" : "PHB constructed here 10/28/16", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000055", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8585342" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "DAVIS LN / COPANO DR", + "latitude" : "30.2017832", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000060", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8574657" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "CAMERON RD / CAMINO LA COSTA", + "latitude" : "30.323827", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ14-001345", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6935791" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / QUARRY OAKS TRL", + "latitude" : "30.4957876", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000070", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7842796" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / ANDERSON SQ", + "latitude" : "30.3497063", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000075", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7173046" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SOUTHWEST PKWY / BELGRADE DR", + "latitude" : "30.2576194", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000080", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8818182" +} +, { + "request_status" : "STUDY", + "location_name" : "ST ELMO RD / JAMES CASEY ST", + "latitude" : "30.2223688", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000065", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7756014" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "71 / MIDWOOD PKWY", + "latitude" : "30.2572615", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000090", + "eval_type" : "TRAFFIC", + "longitude" : "-97.9044758" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "PARMER LN / RAMPART ST", + "latitude" : "30.4144778", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000085", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6933326" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "969 RD / PARK AT WOODLANDS DR", + "latitude" : "30.2731013", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000100", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6343397" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WALSH TARLTON LN / THOUSAND OAKS CV", + "latitude" : "30.2667331", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000105", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8060653" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / METRO CENTER DR", + "latitude" : "30.2169356", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000110", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6898713" +} +, { + "request_status" : "STUDY", + "location_name" : "BURLESON RD / METROPOLIS DR", + "latitude" : "30.2020307", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000115", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7102704" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BERKMAN DR / SUFFOLK DR", + "latitude" : "30.3077316", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000120", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6964722" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DESSAU RD / PEARL RETREAT LN", + "latitude" : "30.392456", + "eval_status" : "COMPLETED", + "funding_status" : "Private", + "request_id" : "REQ14-000125", + "eval_type" : "TRAFFIC", + "longitude" : "-97.645708" +} +, { + "request_status" : "STUDY", + "location_name" : "MOPAC EXPY SVRD / DAVIS LN", + "latitude" : "30.207676", + "eval_status" : "COMPLETED", + "funding_status" : "Private", + "request_id" : "REQ14-000130", + "eval_type" : "TRAFFIC", + "longitude" : "-97.860470" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "CEDAR BEND DR / RENFERT WAY", + "latitude" : "30.4127746", + "request_note" : "No criteria warranting a traffic signal were met.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000135", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7039699" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "SAN ANTONIO ST / 12TH ST", + "latitude" : "30.2751044", + "request_note" : "No criteria warranting a signal were met.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000140", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7452341" +} +, { + "request_status" : "STUDY", + "location_name" : "PLEASANT VALLEY RD / TERI RD", + "latitude" : "30.1969929", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000145", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7441788" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "CESAR CHAVEZ ST / PEDERNALES ST", + "latitude" : "30.2543983", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ14-000150", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7167587" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "35TH ST / PECOS ST", + "latitude" : "30.31354", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ14-001355", + "eval_type" : "TRAFFIC", + "longitude" : "-97.76716" +} +, { + "request_status" : "STUDY", + "location_name" : "LOYOLA LN / SANDSHOF DR", + "latitude" : "30.2990208", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000160", + "eval_type" : "TRAFFIC", + "longitude" : "-97.64558941" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "NUCKOLS CROSSING RD / TERI RD", + "latitude" : "30.1949907", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000165", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7377797" +} +, { + "request_status" : "STUDY", + "location_name" : "HOWARD LN / MOPAC EXPY SVRD", + "latitude" : "30.4404469", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000170", + "eval_type" : "TRAFFIC", + "longitude" : "-97.69880868" +} +, { + "request_status" : "STUDY", + "location_name" : "CESAR CHAVEZ ST / SHADY LN", + "latitude" : "30.2513693", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000175", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6986091" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUNDBERG LN / HUNTERS TRCE", + "latitude" : "30.3689358", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000180", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7097916" +} +, { + "request_status" : "STUDY", + "location_name" : "CESAR CHAVEZ ST / SAN MARCOS ST", + "latitude" : "30.2605892", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000185", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7346111" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CESAR CHAVEZ ST / TILLERY ST", + "latitude" : "30.2516962", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000190", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7087877" +} +, { + "request_status" : "STUDY", + "location_name" : "ROSEWOOD AVE / WEBBERVILLE RD", + "latitude" : "30.272435", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000195", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7048701" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "OLTORF ST / BURTON DR", + "latitude" : "30.2309208", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000200", + "eval_type" : "TRAFFIC", + "longitude" : "-97.73370293" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "ED BLUESTEIN BLVD / HUDSON ST", + "latitude" : "30.2689959", + "request_note" : "TxDOT is studying Ed Bluestein and will recommend improvements.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000205", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6699505" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "2222 RD / MOUNT BONNELL RD", + "latitude" : "30.341", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ15-001575", + "eval_type" : "TRAFFIC", + "longitude" : "-97.779" +} +, { + "request_status" : "STUDY", + "location_name" : "BERKMAN DR / PATTON LN", + "latitude" : "30.319143", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000215", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6894583" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / FRONTIER VALLEY DR", + "latitude" : "30.2226181", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000220", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6978095" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "969 RD / NIXON LN", + "latitude" : "30.2799196", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000225", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6455229" +} +, { + "request_status" : "CONSTRUCTION", + "location_name" : "2222 RD / MOUNT BONNELL RD", + "latitude" : "30.341", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ14-000230", + "eval_type" : "TRAFFIC", + "longitude" : "-97.779" +} +, { + "request_status" : "STUDY", + "location_name" : "SOUTHWEST PKWY / TERRAVISTA DR", + "latitude" : "30.2566093", + "request_note" : "Partial funding of $84,500 posted from C14-2016-0020 & SP-2015-0571C", + "eval_status" : "COMPLETED", + "funding_status" : "Private", + "request_id" : "REQ15-000235", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8768238" +} +, { + "request_status" : "STUDY", + "location_name" : "LAMAR BLVD / COLLIER ST", + "latitude" : "30.2512131", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000240", + "eval_type" : "TRAFFIC", + "longitude" : "-97.76513732" +} +, { + "request_status" : "STUDY", + "location_name" : "CONGRESS AVE / RAMBLE LN", + "latitude" : "30.2088768", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000095", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7728423" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANOR RD / WALNUT AVE", + "latitude" : "30.2850712", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000250", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7141833" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OLTORF ST / WILSON ST", + "latitude" : "30.2408424", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000255", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7569603" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / EL PASO ST", + "latitude" : "30.2367076", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000260", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7630573" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SLAUGHTER LN / ROCHELLE DR", + "latitude" : "30.1797325", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000265", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8418339" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PARMER LN / ROLLING HILL DR", + "latitude" : "30.4093774", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000270", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6822859" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6TH ST / ROBERT T MARTINEZ JR ST", + "latitude" : "30.2602953", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000275", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7186104" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WILLIAM CANNON DR / VOUGEOT DR", + "latitude" : "30.1803981", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000280", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7487077" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SAN JACINTO BLVD / 17TH ST", + "latitude" : "30.2780472", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000285", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7364433" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OLTORF ST / THORNTON RD", + "latitude" : "30.2465545", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000290", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7692612" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "10000 BLK MANCHACA RD", + "latitude" : "30.168971", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000295", + "eval_type" : "TRAFFIC", + "longitude" : "-97.825726" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / ELIZABETH ST", + "latitude" : "30.2503624", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000300", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7547684" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "16TH ST / SAN JACINTO BLVD", + "latitude" : "30.2771636", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000305", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7367639" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DEATONHILL DR / WEST GATE BLVD", + "latitude" : "30.2107857", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000310", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8145217" +} +, { + "request_status" : "STUDY", + "location_name" : "38TH HALF ST / LAFAYETTE AVE", + "latitude" : "30.293259", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000155", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7164239" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAKESHORE BLVD / TINNIN FORD RD", + "latitude" : "30.2447665", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000320", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7241415" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / MARCUS ABRAMS BLVD", + "latitude" : "30.1546726", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000325", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8333133" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CONGRESS AVE / LELAND ST", + "latitude" : "30.243446", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000330", + "eval_type" : "TRAFFIC", + "longitude" : "-97.751915" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / BERKELEY AVE", + "latitude" : "30.208757", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000335", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8143408" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "500 BLK S 1ST ST", + "latitude" : "30.2555353", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000340", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7521117" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HOWARD LN / MC NEIL MERRILLTOWN RD", + "latitude" : "30.4470537", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000345", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7065878" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / ANISE DR", + "latitude" : "30.221949", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000350", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6963681" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "13TH ST / SAN JACINTO BLVD", + "latitude" : "30.274358", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000355", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7378129" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "THAXTON RD / PANADERO DR", + "latitude" : "30.1576965", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000360", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7436129" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAMAR BLVD / BANYON ST", + "latitude" : "30.3423666", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000365", + "eval_type" : "TRAFFIC", + "longitude" : "-97.715959" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / KENNETH AVE", + "latitude" : "30.2311672", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000370", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7160842" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CESAR CHAVEZ ST / LINDEN ST", + "latitude" : "30.2522873", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000375", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7108344" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "JAIN LN / GARDNER RD", + "latitude" : "30.2598383", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000380", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6817431" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / PRINCE VALIANT DR", + "latitude" : "30.1920317", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000210", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7904088" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "FAR WEST BLVD / NORTHLEDGE DR", + "latitude" : "30.3576298", + "request_note" : "Recommended for a PHB", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000390", + "eval_type" : "TRAFFIC", + "longitude" : "-97.76214922" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "119 BLK N LAMAR BLVD", + "latitude" : "30.267722", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000395", + "eval_type" : "TRAFFIC", + "longitude" : "-97.755729" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DAVIS LN / CAMERON LOOP", + "latitude" : "30.1929742", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000400", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8375718" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "11700 BLK N LAMAR BLVD", + "latitude" : "30.3877257", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000405", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6841092" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "THAXTON RD / RUNNING WATER DR", + "latitude" : "30.1576252", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000410", + "eval_type" : "TRAFFIC", + "longitude" : "-97.74201495" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "RIATA VISTA CIR / RIATA PARK CT", + "latitude" : "30.432902", + "request_note" : "PHB installed.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000415", + "eval_type" : "TRAFFIC", + "longitude" : "-97.734036" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CEDAR BEND DR / TOMANET TRL", + "latitude" : "30.4132274", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000420", + "eval_type" : "TRAFFIC", + "longitude" : "-97.704645" +} +, { + "request_status" : "STUDY", + "location_name" : "1ST ST / GREAT BRITAIN BLVD", + "latitude" : "30.1793423", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ15-000245", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7960815" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "12500 BLK N LAMAR BLVD", + "latitude" : "30.41516846", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ14-001580", + "eval_type" : "TRAFFIC", + "longitude" : "-97.67701947" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "LAMAR BLVD / TOOMEY RD", + "latitude" : "30.26295435", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ14-001360", + "eval_type" : "TRAFFIC", + "longitude" : "-97.75790697" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "LAMAR BLVD / POWELL LN", + "latitude" : "30.3508148", + "eval_status" : "COMPLETED", + "funding_status" : "Bond", + "request_id" : "REQ14-001535", + "eval_type" : "TRAFFIC", + "longitude" : "-97.70916083" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / HYDE PARK PL", + "latitude" : "30.1766604", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000445", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7978134" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HOWARD LN / GREINERT DR", + "latitude" : "30.4151395", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000450", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6552258" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / MANASSAS DR", + "latitude" : "30.1999264", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000455", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8206776" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "5TH ST / WEST LYNN ST", + "latitude" : "30.2737122", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000460", + "eval_type" : "TRAFFIC", + "longitude" : "-97.76332593" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "DESSAU RD / DESSAU RD", + "latitude" : "30.38215", + "request_note" : "Recommend closing the median to remove the conflicting movements.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000465", + "eval_type" : "TRAFFIC", + "longitude" : "-97.65145" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "BARTON SPRINGS RD / STRATFORD DR", + "latitude" : "30.2671709", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ14-001390", + "eval_type" : "TRAFFIC", + "longitude" : "-97.77088083" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "FAR WEST BLVD / MESA DR", + "latitude" : "30.3596665", + "request_note" : "Recommend re-striping approaches with a left turn and right-thru lane assignment.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000475", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7666282" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "CAPITAL OF TEXAS HWY / WAYMAKER WAY", + "latitude" : "30.3275962", + "request_note" : "TxDOT is conducting a corridor study for the Capital of Texas Highway. Requests for a signal at this location have been passed along to TxDOT.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000480", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8109535" +} +, { + "request_status" : "STUDY", + "location_name" : "PARKCREST DR / BALCONES DR", + "latitude" : "30.3354359", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000485", + "eval_type" : "TRAFFIC", + "longitude" : "-97.75877021" +} +, { + "request_status" : "STUDY", + "location_name" : "969 RD / SENDERO HILLS PKWY", + "latitude" : "30.2807958", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ14-000315", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6480499" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "BERKMAN DR / BARBARA JORDAN BLVD", + "latitude" : "30.3023", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ15-001450", + "eval_type" : "TRAFFIC", + "longitude" : "-97.69987" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / RANDY RD", + "latitude" : "30.4495903", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000500", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8162083" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MONTOPOLIS DR / TRADE CENTER DR", + "latitude" : "30.2082026", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000505", + "eval_type" : "TRAFFIC", + "longitude" : "-97.714805" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / BLARWOOD DR", + "latitude" : "30.2166413", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000510", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8116231" +} +, { + "request_status" : "STUDY", + "location_name" : "GUADALUPE ST / 13TH ST", + "latitude" : "30.2760105", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000515", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7437057" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MORROW ST / WOODROW AVE", + "latitude" : "30.3475672", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000520", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7237589" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "MARTIN LUTHER KING JR BLVD / TILLERY ST", + "latitude" : "30.2828748", + "request_note" : "Existing utilities prohibit the installation of a traffic signal at this location.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000525", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7017294" +} +, { + "request_status" : "STUDY", + "location_name" : "CONGRESS AVE / DITTMAR RD", + "latitude" : "30.1834011", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000530", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7819824" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "6TH ST / WALLER ST", + "latitude" : "30.2644081", + "request_note" : "All-way stop installed.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000535", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7305374" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / NORTH CANOA HILLS TRL", + "latitude" : "30.4967387", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000540", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7817699" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SLAUGHTER LN / VINEMONT DR", + "latitude" : "30.2033024", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000545", + "eval_type" : "TRAFFIC", + "longitude" : "-97.88467196" +} +, { + "request_status" : "STUDY", + "location_name" : "DAVIS LN / WEST GATE BLVD", + "latitude" : "30.1909721", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ15-000385", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8333572" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "5TH ST / PEDERNALES ST", + "latitude" : "30.2579418", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000555", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7150906" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "WILLIAM CANNON DR / CANNONLEAGUE DR", + "latitude" : "30.2022953", + "request_note" : "Re-stripe Cannonleague to separate right-turning traffic to allow this movement to occur move more freely.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000560", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8043594" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "OLTORF ST / DURWOOD ST", + "latitude" : "30.2413483", + "request_note" : "This location being studied for a PHB.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000565", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7579803" +} +, { + "request_status" : "STUDY", + "location_name" : "SOUTHWEST PKWY / VEGA AVE", + "latitude" : "30.2496033", + "eval_status" : "COMPLETED", + "funding_status" : "Private", + "request_id" : "REQ15-000570", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8529816" +} +, { + "request_status" : "STUDY", + "location_name" : "WILLIAM CANNON DR / VEGA AVE", + "latitude" : "30.2412008", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000575", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8614067" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LOYOLA LN / SENDERO HILLS PKWY", + "latitude" : "30.2975818", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000580", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6408876" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DUVAL RD / WHISPERING VALLEY DR", + "latitude" : "30.4125099", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000585", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7315926" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / COPELAND ST", + "latitude" : "30.253294", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000590", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7532196" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "2222 RD / HIGHLAND HILLS CIR", + "latitude" : "30.3395348", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000595", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7593307" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "AVERY RANCH BLVD / DOUBLE EAGLE PASS", + "latitude" : "30.5017547", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000600", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7568588" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "45TH ST / SHOAL CREEK BLVD", + "latitude" : "30.317454", + "request_note" : "Some criteria warranting a signal were met; however given the curvature and narrowness of 45th, installing a traffic signal could produce reduce safety.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000605", + "eval_type" : "TRAFFIC", + "longitude" : "-97.746106" +} +, { + "request_status" : "STUDY", + "location_name" : "MOPAC EXPY SVRD / ROLLINGWOOD DR", + "latitude" : "30.268902", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000610", + "eval_type" : "TRAFFIC", + "longitude" : "-97.777551" +} +, { + "request_status" : "STUDY", + "location_name" : "RIVERSIDE DR / VARGAS RD", + "latitude" : "30.2239684", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000690", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7011655" +} +, { + "request_status" : "STUDY", + "location_name" : "ANDERSON MILL RD / SWAN DR", + "latitude" : "30.4471455", + "eval_status" : "COMPLETED", + "funding_status" : "1/4 Cent", + "request_id" : "REQ15-000425", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8012695" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "HART LN / NORTH HILLS DR", + "latitude" : "30.3530175", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000700", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7580088" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "3301 BLK W SLAUGHTER LN", + "latitude" : "30.1825074", + "request_note" : "Traffic Eng. recommends closing median.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000705", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8484759" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6TH ST / SAN MARCOS ST", + "latitude" : "30.2651158", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000710", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7325274" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BLUEBONNET LN / ANITA DR", + "latitude" : "30.2548272", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000715", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7720312" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "ANDERSON MILL RD / PECAN CREEK PKWY", + "latitude" : "30.4469471", + "request_note" : "Being studied for a PHB", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000720", + "eval_type" : "TRAFFIC", + "longitude" : "-97.81194141" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / MULLEN DR", + "latitude" : "30.3538418", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000725", + "eval_type" : "TRAFFIC", + "longitude" : "-97.72601836" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "CESAR CHAVEZ ST / WALTER SEAHOLM DR", + "latitude" : "30.266", + "eval_status" : "COMPLETED", + "funding_status" : "Private", + "request_id" : "REQ15-001565", + "eval_type" : "TRAFFIC", + "longitude" : "-97.75353" +} +, { + "request_status" : "RECENTLY RECEIVED", + "location_name" : "CESAR CHAVEZ ST / WEST AVE", + "latitude" : "30.2656233", + "request_note" : "Future intersection.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000735", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7523567" +} +, { + "request_status" : "RECENTLY RECEIVED", + "location_name" : "CESAR CHAVEZ ST / NUECES ST", + "latitude" : "30.2649841", + "request_note" : "Future intersection.", + "eval_status" : "CANCELLED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000740", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7502161" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ST ELMO RD / SOUTH INDUSTRIAL DR", + "latitude" : "30.208818", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000745", + "eval_type" : "TRAFFIC", + "longitude" : "-97.744413" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BURNET RD / READ GRANBERRY TRL", + "latitude" : "30.385552", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000750", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7236358" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MARTIN LUTHER KING JR BLVD / OLDFORT HILL DR", + "latitude" : "30.28656", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000755", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6752189" +} +, { + "request_status" : "STUDY", + "location_name" : "JOLLYVILLE RD / TAYLOR DRAPER LN", + "latitude" : "30.4100329", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000760", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7475825" +} +, { + "request_status" : "STUDY", + "location_name" : "MOPAC EXPY SVRD / ANDREW ZILKER RD", + "latitude" : "30.2682209", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ14-000615", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7771427" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "PARMER LN / LEGENDARY DR", + "latitude" : "30.43435576", + "eval_status" : "COMPLETED", + "funding_status" : "Private", + "request_id" : "REQ16-001550", + "eval_type" : "TRAFFIC", + "longitude" : "-97.73172024" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "45 / ESCARPMENT BLVD", + "latitude" : "30.1820621", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-000625", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8996201" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "CAPITAL OF TEXAS HWY / PARKSTONE HEIGHTS DR", + "latitude" : "30.2716462", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000630", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8176015" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6TH ST / PRESSLER ST", + "latitude" : "30.273898", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000635", + "eval_type" : "TRAFFIC", + "longitude" : "-97.760207" +} +, { + "request_status" : "STUDY", + "location_name" : "BURNET RD / HOUSTON ST", + "latitude" : "30.3288861", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000640", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7398378" +} +, { + "request_status" : "STUDY", + "location_name" : "ROSEWOOD AVE / ANGELINA ST", + "latitude" : "30.2688638", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000645", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7243154" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WHELESS LN / DORCHESTER DR", + "latitude" : "30.3130533", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000650", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6861015" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "SLAUGHTER LN / ZUNIGA DR", + "latitude" : "30.1965319", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000655", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8602275" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / SHILOH DR", + "latitude" : "30.1912073", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000660", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8129334" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ROBERT E LEE RD / RABB RD", + "latitude" : "30.2580434", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000665", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7727899" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / CIMARRON TRL", + "latitude" : "30.2270336", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000670", + "eval_type" : "TRAFFIC", + "longitude" : "-97.79016423" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "400 BLK E HOWARD LN", + "latitude" : "30.41334", + "request_note" : "@ Cape Horn Rd.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000675", + "eval_type" : "TRAFFIC", + "longitude" : "-97.65302" +} +, { + "request_status" : "STUDY", + "location_name" : "SLAUGHTER LN / ALICE MAE LN", + "latitude" : "30.167644", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000680", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7930979" +} +, { + "request_status" : "STUDY", + "location_name" : "DESSAU RD / DESSAU RIDGE LN", + "latitude" : "30.400097", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000685", + "eval_type" : "TRAFFIC", + "longitude" : "-97.640738" +} +, { + "request_status" : "STUDY", + "location_name" : "KOENIG LN / SUNSHINE DR", + "latitude" : "30.3285501", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000765", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7275971" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1ST ST / 1ST ST", + "latitude" : "30.149516", + "request_note" : "@ Akins HS", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000770", + "eval_type" : "TRAFFIC", + "longitude" : "-97.802690" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "LAKE AUSTIN BLVD / HEARN ST", + "latitude" : "30.278539", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000775", + "eval_type" : "TRAFFIC", + "longitude" : "-97.773179" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MC NEIL DR / AVERY ISLAND AVE", + "latitude" : "30.4400979", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000780", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7524616" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "45 / SPRUCE CANYON DR", + "latitude" : "30.1842809", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000785", + "eval_type" : "TRAFFIC", + "longitude" : "-97.9057465" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "45 / KENDRICK LN", + "latitude" : "30.1864433", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000790", + "eval_type" : "TRAFFIC", + "longitude" : "-97.9136276" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON LN / WATSON ST", + "latitude" : "30.3492126", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000795", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7162781" +} +, { + "request_status" : "STUDY", + "location_name" : "1626 RD / OLD SAN ANTONIO RD", + "latitude" : "30.1428111", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000800", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8015693" +} +, { + "request_status" : "STUDY", + "location_name" : "FAR WEST BLVD / AUSTIN CENTER BLVD", + "latitude" : "30.3523805", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000805", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7511516" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEBBERVILLE RD / TANNEHILL LN", + "latitude" : "30.283966", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000810", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6716326" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / CROWNSPOINT DR", + "latitude" : "30.1776619", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000815", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8215442" +} +, { + "request_status" : "STUDY", + "location_name" : "WILLIAM CANNON DR / RUNNING WATER DR", + "latitude" : "30.166733", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000820", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7366938" +} +, { + "request_status" : "STUDY", + "location_name" : "SPRINGDALE RD / GOVALLE AVE", + "latitude" : "30.2640204", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000825", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6965428" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "REDBUD TRL / STRATFORD DR", + "latitude" : "30.2900719", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000830", + "eval_type" : "TRAFFIC", + "longitude" : "-97.790691" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "11850 BLK N LAMAR BLVD", + "latitude" : "30.39053", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ15-000835", + "eval_type" : "TRAFFIC", + "longitude" : "-97.68245" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RIVERSIDE DR / CORIANDER DR", + "latitude" : "30.220241", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000840", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6934937" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "BRODIE LN / BRODIE LN", + "latitude" : "30.198620", + "request_note" : "at entrance to Villages of Bella Vista & Ridgeview Apts.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000845", + "eval_type" : "TRAFFIC", + "longitude" : "-97.840158" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "29TH ST / JEFFERSON ST", + "latitude" : "30.3018088", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000850", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7551691" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "MANCHACA RD / REDWATER DR", + "latitude" : "30.1680241", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000855", + "eval_type" : "TRAFFIC", + "longitude" : "-97.82621" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "WILLIAM CANNON DR / MEADOW LAKE BLVD", + "latitude" : "30.1809502", + "eval_status" : "COMPLETED", + "funding_status" : "2016", + "request_id" : "REQ16-001510", + "eval_type" : "TRAFFIC", + "longitude" : "-97.75025496" +} +, { + "request_status" : "STUDY", + "location_name" : "MONTOPOLIS DR / GROVE BLVD", + "latitude" : "30.2202289", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000865", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7070312" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "HOWARD LN / HARRISGLENN DR", + "latitude" : "30.4062557", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000870", + "eval_type" : "TRAFFIC", + "longitude" : "-97.64217936" +} +, { + "request_status" : "NOT RECOMMENDED", + "location_name" : "969 RD / REGENCY DR", + "latitude" : "30.28507", + "request_note" : "Being studied for a PHB.", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000875", + "eval_type" : "TRAFFIC", + "longitude" : "-97.661974" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "HOWARD LN / HARRIS BRANCH PKWY", + "latitude" : "30.3780216", + "eval_status" : "COMPLETED", + "funding_status" : "Funded", + "request_id" : "REQ16-000880", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6084729" +} +, { + "request_status" : "STUDY", + "location_name" : "BARBARA JORDAN BLVD / MUELLER BLVD", + "latitude" : "30.3042521", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000885", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7038549" +} +, { + "request_status" : "STUDY", + "location_name" : "DESSAU RD / BRADBURY LN", + "latitude" : "30.3946958", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000890", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6444122" +} +, { + "request_status" : "STUDY", + "location_name" : "SPRINGDALE RD / LYONS RD", + "latitude" : "30.260665", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000895", + "eval_type" : "TRAFFIC", + "longitude" : "-97.698712" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8660 BLK W SH 71", + "latitude" : "30.253467", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000900", + "eval_type" : "TRAFFIC", + "longitude" : "-97.900595" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "NUCKOLS CROSSING RD / VERTEX BLVD", + "latitude" : "30.1578485", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000905", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7523808" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1137 BLK AIRPORT BLVD", + "latitude" : "30.2716359", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000910", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6966618" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "290 HWY / OLD BEE CAVES RD", + "latitude" : "30.2339807", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000915", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8712305" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / CENTENNIAL TRL", + "latitude" : "30.4502221", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000920", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8191309" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "6TH ST / PATTERSON AVE", + "latitude" : "30.2767801", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000925", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7662733" +} +, { + "request_status" : "STUDY", + "location_name" : "MONTOPOLIS DR / FAIRWAY ST", + "latitude" : "30.22801", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000930", + "eval_type" : "TRAFFIC", + "longitude" : "-97.701497" +} +, { + "request_status" : "STUDY", + "location_name" : "LOYOLA LN / COLONY LOOP DR", + "latitude" : "30.2978017", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000935", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6416747" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "FREIDRICH LN / PONCIANA DR", + "latitude" : "30.202013", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000940", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7546387" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8TH ST / WEST AVE", + "latitude" : "30.272101", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000945", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7499129" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "9TH ST / WEST AVE", + "latitude" : "30.27305", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000950", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7495429" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DESSAU RD / CHILDRESS DR", + "latitude" : "30.356739", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000955", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6721573" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DESSAU RD / MEADOWMEAR DR", + "latitude" : "30.3588371", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000960", + "eval_type" : "TRAFFIC", + "longitude" : "-97.67084832" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WILLIAM CANNON DR / JANES RANCH RD", + "latitude" : "30.1645813", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000965", + "eval_type" : "TRAFFIC", + "longitude" : "-97.73087954" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "JUSTIN LN / YATES AVE", + "latitude" : "30.3427815", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000970", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7310921" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "MANCHACA RD / MONARCH DR", + "latitude" : "30.1760006", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ16-001590", + "eval_type" : "TRAFFIC", + "longitude" : "-97.8225865" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "LAMAR BLVD / HOUSTON ST", + "latitude" : "30.323225", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000980", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7280807" +} +, { + "request_status" : "STUDY", + "location_name" : "WILLIAM CANNON DR / BANNOCKBURN DR", + "latitude" : "30.216899", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000985", + "eval_type" : "TRAFFIC", + "longitude" : "-97.834185" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "VINSON DR / CARDIFF DR", + "latitude" : "30.2174702", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000990", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7820969" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1700 BLK E 51ST ST", + "latitude" : "30.30245", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-000995", + "eval_type" : "TRAFFIC", + "longitude" : "-97.69746" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "OHLEN RD / PUTNAM DR", + "latitude" : "30.3619377", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001000", + "eval_type" : "TRAFFIC", + "longitude" : "-97.7213466" +} +, { + "request_status" : "STUDY", + "location_name" : "SCOFIELD RIDGE PKWY / HOWARD LN", + "latitude" : "30.428375", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001005", + "eval_type" : "TRAFFIC", + "longitude" : "-97.681229" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "WEST GATE BLVD / CAMERON LOOP", + "latitude" : "30.1946793", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001010", + "eval_type" : "TRAFFIC", + "longitude" : "-97.83089833" +} +, { + "request_status" : "RECOMMENDED", + "location_name" : "HOWARD LN / WELLS BRANCH PKWY", + "latitude" : "30.4400311", + "eval_status" : "COMPLETED", + "request_id" : "REQ16-001015", + "eval_type" : "TRAFFIC", + "longitude" : "-97.69589448" +} +, { + "request_status" : "CONSTRUCTED", + "location_name" : "830 BLK W RUNDBERG LN", + "latitude" : "30.3636856", + "eval_status" : "COMPLETED", + "funding_status" : "Safety", + "request_id" : "REQ16-001600", + "eval_type" : "TRAFFIC", + "longitude" : "-97.6981583" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "1424 BLK W WELLS BRANCH PKWY", + "latitude" : "30.44103", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001025", + "eval_type" : "TRAFFIC", + "longitude" : "-97.664" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "RUTHERFORD LN / CENTRE CREEK DR", + "latitude" : "30.335207", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001030", + "eval_type" : "TRAFFIC", + "longitude" : "-97.68051979" +} +, { + "request_status" : "STUDY", + "location_name" : "PLEASANT VALLEY RD / LYONS RD", + "latitude" : "30.2640457", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001035", + "eval_type" : "TRAFFIC", + "longitude" : "-97.70818531" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "PARMER LN / LIMERICK AVE", + "latitude" : "30.4169865", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-001040", + "eval_type" : "TRAFFIC", + "longitude" : "-97.69822863" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "DAVIS LN / CORRAN FERRY DR", + "latitude" : "30.199637", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002205", + "eval_type" : "TRAFFIC", + "longitude" : "-97.854105" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "24TH ST / WINDSOR RD", + "latitude" : "30.289", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002215", + "eval_type" : "TRAFFIC", + "longitude" : "-97.756" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "ANDERSON MILL RD / TATERWOOD DR", + "latitude" : "30.447", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002225", + "eval_type" : "TRAFFIC", + "longitude" : "-97.811" +} +, { + "request_status" : "STUDY", + "location_name" : "BURLESON RD / BRECKENRIDGE DR", + "latitude" : "30.194616", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002300", + "eval_type" : "TRAFFIC", + "longitude" : "-97.701398" +} +, { + "request_status" : "STUDY", + "location_name" : "STASSNEY LN / STASSNEY LN", + "latitude" : "30.200719", + "request_note" : "@ Mira Drive", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002305", + "eval_type" : "TRAFFIC", + "longitude" : "-97.768206" +} +, { + "request_status" : "STUDY", + "location_name" : "WILLIAM CANNON DR / DEATONHILL DR", + "latitude" : "30.208081", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ16-002310", + "eval_type" : "TRAFFIC", + "longitude" : "-97.817974" +} +, { + "request_status" : "UNDER EVALUATION", + "location_name" : "8700 BLK BURNET RD", + "latitude" : "30.370964", + "request_note" : "south of US183", + "eval_status" : "COMPLETED", + "funding_status" : "None Identified", + "request_id" : "REQ17-002380", + "eval_type" : "PHB", + "longitude" : "-97.726965" +} + ] \ No newline at end of file diff --git a/components/data/fake_signal_data.json b/components/data/fake_signal_data.json new file mode 100644 index 00000000..b10b0620 --- /dev/null +++ b/components/data/fake_signal_data.json @@ -0,0 +1,145 @@ +[ { + "atd_signal_id" : "64", + "location_name" : "E 38TH HALF ST / N IH 35 SVRD SB", + "location" : { + "latitude" : "30.294981", + "needs_recoding" : false, + "longitude" : "-97.7197723" + }, + "updated" : "2016-09-22T05:14:00", + "signal_type" : "traffic", + "status" : "design" +} +, { + "atd_signal_id" : "401", + "location_name" : "W STASSNEY LN / EMERALD FOREST DR", + "location" : { + "latitude" : "30.2106857", + "needs_recoding" : false, + "longitude" : "-97.7870865" + }, + "updated" : "2016-09-22T05:14:00", + "signal_type" : "traffic", + "status" : "design" +} +, { + "atd_signal_id" : "30", + "location_name" : "W 24TH ST / SAN GABRIEL ST", + "location" : { + "latitude" : "30.2881622", + "needs_recoding" : false, + "longitude" : "-97.7478333" + }, + "updated" : "2016-09-22T03:00:00", + "signal_type" : "traffic", + "status" : "construction" +} +, { + "atd_signal_id" : "31", + "location_name" : "W 24TH ST / RIO GRANDE ST", + "location" : { + "latitude" : "30.2879353", + "needs_recoding" : false, + "longitude" : "-97.7446823" + }, + "updated" : "2016-09-22T03:01:00", + "signal_type" : "traffic", + "status" : "construction" +} +, { + "atd_signal_id" : "46", + "location_name" : "GUADALUPE ST / W 30TH ST", + "location" : { + "latitude" : "30.2965031", + "needs_recoding" : false, + "longitude" : "-97.7421036" + }, + "updated" : "2016-09-22T03:01:00", + "signal_type" : "traffic", + "status" : "design" +} +, { + "atd_signal_id" : "47", + "location_name" : "GUADALUPE ST / W 34TH ST", + "location" : { + "latitude" : "30.3003407", + "needs_recoding" : false, + "longitude" : "-97.7396469" + }, + "updated" : "2016-09-22T03:01:00", + "signal_type" : "traffic", + "status" : "design" +} +, { + "atd_signal_id" : "98", + "location_name" : "SPICEWOOD SPRINGS RD / N MOPAC EXPY SVRD SB", + "location" : { + "latitude" : "30.3612633", + "needs_recoding" : false, + "longitude" : "-97.7452316" + }, + "updated" : "2016-09-22T02:00:00", + "signal_type" : "traffic", + "status" : "construction" +} +, { + "atd_signal_id" : "64", + "location_name" : "E 38TH HALF ST / N IH 35 SVRD SB", + "location" : { + "latitude" : "30.294981", + "needs_recoding" : false, + "longitude" : "-97.7197723" + }, + "updated" : "2016-09-22T01:01:00", + "signal_type" : "PHB", + "status" : "design" +} +, { + "atd_signal_id" : "591", + "location_name" : "N IH 35 SVRD SB / E KOENIG LN SVRD WB", + "location" : { + "latitude" : "30.3224621", + "needs_recoding" : false, + "longitude" : "-97.7074203" + }, + "updated" : "2016-09-22T01:00:00", + "signal_type" : "PHB", + "status" : "design" +} +, { + "atd_signal_id" : "590", + "location_name" : "N IH 35 SVRD NB / E US 290 HWY SVRD WB", + "location" : { + "latitude" : "30.3227043", + "needs_recoding" : false, + "longitude" : "-97.7060852" + }, + "updated" : "2016-09-22T01:01:00", + "signal_type" : "PHB", + "status" : "construction" +} +, { + "atd_signal_id" : "107", + "location_name" : "W 35TH ST / JACKSON AVE", + "location" : { + "latitude" : "30.3087349", + "needs_recoding" : false, + "longitude" : "-97.7558899" + }, + "updated" : "2016-09-22T01:00:00", + "signal_type" : "PHB", + "status" : "construction" +} +, { + "atd_signal_id" : "640", + "location_name" : "W ANDERSON LN SVRD EB / N LAMAR BLVD SVRD NB", + "location" : { + "latitude" : "30.3470039", + "needs_recoding" : false, + "longitude" : "-97.7124252" + }, + "updated" : "2016-09-22T01:00:00", + "signal_type" : "PHB", + "status" : "design" +} + ] \ No newline at end of file diff --git a/components/data/fake_signal_pipeline.csv b/components/data/fake_signal_pipeline.csv new file mode 100644 index 00000000..8ed978e6 --- /dev/null +++ b/components/data/fake_signal_pipeline.csv @@ -0,0 +1,13 @@ +atd_signal_id,location_name,signal_type,status,updated,location +64,E 38TH HALF ST / N IH 35 SVRD SB,traffic,design,9/22/16 5:14,"(30.294981, -97.7197723)" +401,W STASSNEY LN / EMERALD FOREST DR,traffic,design,9/22/16 5:14,"(30.2106857, -97.7870865)" +30,W 24TH ST / SAN GABRIEL ST,traffic,construction,9/22/16 3:00,"(30.2881622, -97.7478333)" +31,W 24TH ST / RIO GRANDE ST,traffic,construction,9/22/16 3:01,"(30.2879353, -97.7446823)" +46,GUADALUPE ST / W 30TH ST,traffic,design,9/22/16 3:01,"(30.2965031, -97.7421036)" +47,GUADALUPE ST / W 34TH ST,traffic,design,9/22/16 3:01,"(30.3003407, -97.7396469)" +98,SPICEWOOD SPRINGS RD / N MOPAC EXPY SVRD SB,traffic,construction,9/22/16 2:00,"(30.3612633, -97.7452316)" +64,E 38TH HALF ST / N IH 35 SVRD SB,PHB,design,9/22/16 1:01,"(30.294981, -97.7197723)" +591,N IH 35 SVRD SB / E KOENIG LN SVRD WB,PHB,design,9/22/16 1:00,"(30.3224621, -97.7074203)" +590,N IH 35 SVRD NB / E US 290 HWY SVRD WB,PHB,construction,9/22/16 1:01,"(30.3227043, -97.7060852)" +107,W 35TH ST / JACKSON AVE,PHB,construction,9/22/16 1:00,"(30.3087349, -97.7558899)" +640,W ANDERSON LN SVRD EB / N LAMAR BLVD SVRD NB,PHB,design,9/22/16 1:00,"(30.3470039, -97.7124252)" \ No newline at end of file diff --git a/components/data/fake_timing_data_2.xlsx b/components/data/fake_timing_data_2.xlsx new file mode 100644 index 00000000..06a8cd2d Binary files /dev/null and b/components/data/fake_timing_data_2.xlsx differ diff --git a/components/data/hack_data.csv b/components/data/hack_data.csv new file mode 100644 index 00000000..4d365483 --- /dev/null +++ b/components/data/hack_data.csv @@ -0,0 +1,10001 @@ +start,end,startime,endtime,traveltime +oltorf,benwhite,1496581674,1496581765,91 +oltorf,benwhite,1496615944,1496616028,84 +oltorf,benwhite,1496582349,1496582463,114 +oltorf,benwhite,1496582229,1496582419,190 +oltorf,benwhite,1496594946,1496594978,32 +oltorf,benwhite,1496612089,1496612111,22 +oltorf,benwhite,1496575751,1496575926,175 +oltorf,benwhite,1496579017,1496579126,109 +oltorf,benwhite,1496587516,1496587572,56 +oltorf,benwhite,1496581489,1496581568,79 +oltorf,benwhite,1496592394,1496592533,139 +oltorf,benwhite,1496570947,1496571014,67 +oltorf,benwhite,1496584177,1496584223,46 +oltorf,benwhite,1496586194,1496586367,173 +oltorf,benwhite,1496577092,1496577249,157 +oltorf,benwhite,1496591316,1496591323,7 +oltorf,benwhite,1496579122,1496579146,24 +oltorf,benwhite,1496578489,1496578501,12 +oltorf,benwhite,1496599248,1496599346,98 +oltorf,benwhite,1496577595,1496577679,84 +oltorf,benwhite,1496581612,1496581659,47 +oltorf,benwhite,1496613015,1496613088,73 +oltorf,benwhite,1496585346,1496585409,63 +oltorf,benwhite,1496596931,1496596966,35 +oltorf,benwhite,1496572121,1496572181,60 +oltorf,benwhite,1496615355,1496615454,99 +oltorf,benwhite,1496614080,1496614276,196 +oltorf,benwhite,1496568400,1496568499,99 +oltorf,benwhite,1496596303,1496596387,84 +oltorf,benwhite,1496576343,1496576344,1 +oltorf,benwhite,1496583460,1496583562,102 +oltorf,benwhite,1496598124,1496598276,152 +oltorf,benwhite,1496580836,1496581000,164 +oltorf,benwhite,1496577662,1496577754,92 +oltorf,benwhite,1496591136,1496591267,131 +oltorf,benwhite,1496580298,1496580445,147 +oltorf,benwhite,1496597399,1496597406,7 +oltorf,benwhite,1496614208,1496614293,85 +oltorf,benwhite,1496611267,1496611449,182 +oltorf,benwhite,1496572337,1496572467,130 +oltorf,benwhite,1496610602,1496610694,92 +oltorf,benwhite,1496578598,1496578684,86 +oltorf,benwhite,1496586727,1496586809,82 +oltorf,benwhite,1496581443,1496581604,161 +oltorf,benwhite,1496601138,1496601291,153 +oltorf,benwhite,1496618109,1496618187,78 +oltorf,benwhite,1496577739,1496577765,26 +oltorf,benwhite,1496578880,1496578973,93 +oltorf,benwhite,1496581130,1496581139,9 +oltorf,benwhite,1496591477,1496591490,13 +oltorf,benwhite,1496596927,1496596954,27 +oltorf,benwhite,1496568624,1496568670,46 +oltorf,benwhite,1496607934,1496607947,13 +oltorf,benwhite,1496585905,1496586076,171 +oltorf,benwhite,1496611566,1496611691,125 +oltorf,benwhite,1496578236,1496578352,116 +oltorf,benwhite,1496587453,1496587646,193 +oltorf,benwhite,1496617323,1496617415,92 +oltorf,benwhite,1496601441,1496601597,156 +oltorf,benwhite,1496581268,1496581439,171 +oltorf,benwhite,1496616425,1496616533,108 +oltorf,benwhite,1496613344,1496613483,139 +oltorf,benwhite,1496616598,1496616791,193 +oltorf,benwhite,1496604678,1496604751,73 +oltorf,benwhite,1496575749,1496575912,163 +oltorf,benwhite,1496594020,1496594155,135 +oltorf,benwhite,1496589644,1496589808,164 +oltorf,benwhite,1496578746,1496578800,54 +oltorf,benwhite,1496599323,1496599331,8 +oltorf,benwhite,1496617812,1496617818,6 +oltorf,benwhite,1496608361,1496608540,179 +oltorf,benwhite,1496571406,1496571516,110 +oltorf,benwhite,1496571405,1496571531,126 +oltorf,benwhite,1496603510,1496603698,188 +oltorf,benwhite,1496580775,1496580899,124 +oltorf,benwhite,1496602419,1496602434,15 +oltorf,benwhite,1496585644,1496585657,13 +oltorf,benwhite,1496596257,1496596329,72 +oltorf,benwhite,1496612332,1496612521,189 +oltorf,benwhite,1496571223,1496571360,137 +oltorf,benwhite,1496598216,1496598342,126 +oltorf,benwhite,1496617559,1496617643,84 +oltorf,benwhite,1496600241,1496600341,100 +oltorf,benwhite,1496580972,1496580980,8 +oltorf,benwhite,1496598083,1496598276,193 +oltorf,benwhite,1496572844,1496573029,185 +oltorf,benwhite,1496607331,1496607463,132 +oltorf,benwhite,1496602966,1496602998,32 +oltorf,benwhite,1496606974,1496607115,141 +oltorf,benwhite,1496607316,1496607402,86 +oltorf,benwhite,1496596512,1496596679,167 +oltorf,benwhite,1496611778,1496611974,196 +oltorf,benwhite,1496574484,1496574549,65 +oltorf,benwhite,1496577091,1496577251,160 +oltorf,benwhite,1496572080,1496572170,90 +oltorf,benwhite,1496589575,1496589678,103 +oltorf,benwhite,1496601926,1496601975,49 +oltorf,benwhite,1496609333,1496609362,29 +oltorf,benwhite,1496585314,1496585350,36 +oltorf,benwhite,1496595366,1496595470,104 +oltorf,benwhite,1496607618,1496607684,66 +oltorf,benwhite,1496603304,1496603396,92 +oltorf,benwhite,1496569877,1496569930,53 +oltorf,benwhite,1496592952,1496593068,116 +oltorf,benwhite,1496577846,1496577936,90 +oltorf,benwhite,1496615845,1496615961,116 +oltorf,benwhite,1496576595,1496576713,118 +oltorf,benwhite,1496604550,1496604688,138 +oltorf,benwhite,1496569974,1496570084,110 +oltorf,benwhite,1496613780,1496613963,183 +oltorf,benwhite,1496618014,1496618117,103 +oltorf,benwhite,1496595777,1496595829,52 +oltorf,benwhite,1496575562,1496575579,17 +oltorf,benwhite,1496596750,1496596878,128 +oltorf,benwhite,1496586589,1496586685,96 +oltorf,benwhite,1496586901,1496587041,140 +oltorf,benwhite,1496596691,1496596712,21 +oltorf,benwhite,1496605296,1496605406,110 +oltorf,benwhite,1496580748,1496580829,81 +oltorf,benwhite,1496589457,1496589535,78 +oltorf,benwhite,1496577503,1496577560,57 +oltorf,benwhite,1496583390,1496583444,54 +oltorf,benwhite,1496610283,1496610382,99 +oltorf,benwhite,1496604633,1496604639,6 +oltorf,benwhite,1496575920,1496576047,127 +oltorf,benwhite,1496569563,1496569698,135 +oltorf,benwhite,1496586426,1496586521,95 +oltorf,benwhite,1496595844,1496595928,84 +oltorf,benwhite,1496601467,1496601644,177 +oltorf,benwhite,1496589273,1496589290,17 +oltorf,benwhite,1496610603,1496610750,147 +oltorf,benwhite,1496578626,1496578813,187 +oltorf,benwhite,1496593344,1496593398,54 +oltorf,benwhite,1496569638,1496569746,108 +oltorf,benwhite,1496577213,1496577409,196 +oltorf,benwhite,1496584865,1496584868,3 +oltorf,benwhite,1496594999,1496595035,36 +oltorf,benwhite,1496595647,1496595663,16 +oltorf,benwhite,1496608539,1496608632,93 +oltorf,benwhite,1496581263,1496581425,162 +oltorf,benwhite,1496608074,1496608250,176 +oltorf,benwhite,1496570035,1496570222,187 +oltorf,benwhite,1496616267,1496616421,154 +oltorf,benwhite,1496604645,1496604816,171 +oltorf,benwhite,1496618276,1496618337,61 +oltorf,benwhite,1496607955,1496607982,27 +oltorf,benwhite,1496594909,1496594963,54 +oltorf,benwhite,1496583171,1496583291,120 +oltorf,benwhite,1496601193,1496601253,60 +oltorf,benwhite,1496583018,1496583191,173 +oltorf,benwhite,1496596971,1496597114,143 +oltorf,benwhite,1496616680,1496616877,197 +oltorf,benwhite,1496587286,1496587453,167 +oltorf,benwhite,1496593718,1496593906,188 +oltorf,benwhite,1496585952,1496585990,38 +oltorf,benwhite,1496605080,1496605156,76 +oltorf,benwhite,1496569421,1496569574,153 +oltorf,benwhite,1496573103,1496573174,71 +oltorf,benwhite,1496601641,1496601787,146 +oltorf,benwhite,1496595581,1496595620,39 +oltorf,benwhite,1496598509,1496598632,123 +oltorf,benwhite,1496601372,1496601488,116 +oltorf,benwhite,1496575136,1496575231,95 +oltorf,benwhite,1496572152,1496572290,138 +oltorf,benwhite,1496570267,1496570281,14 +oltorf,benwhite,1496616084,1496616133,49 +oltorf,benwhite,1496578593,1496578748,155 +oltorf,benwhite,1496571331,1496571337,6 +oltorf,benwhite,1496577400,1496577501,101 +oltorf,benwhite,1496589178,1496589345,167 +oltorf,benwhite,1496601447,1496601531,84 +oltorf,benwhite,1496611978,1496612066,88 +oltorf,benwhite,1496603779,1496603805,26 +oltorf,benwhite,1496597923,1496598026,103 +oltorf,benwhite,1496609406,1496609504,98 +oltorf,benwhite,1496602756,1496602856,100 +oltorf,benwhite,1496591985,1496592101,116 +oltorf,benwhite,1496603675,1496603813,138 +oltorf,benwhite,1496603327,1496603330,3 +oltorf,benwhite,1496601353,1496601419,66 +oltorf,benwhite,1496596229,1496596361,132 +oltorf,benwhite,1496576172,1496576207,35 +oltorf,benwhite,1496591654,1496591686,32 +oltorf,benwhite,1496608167,1496608244,77 +oltorf,benwhite,1496571708,1496571779,71 +oltorf,benwhite,1496589550,1496589703,153 +oltorf,benwhite,1496600739,1496600761,22 +oltorf,benwhite,1496576583,1496576756,173 +oltorf,benwhite,1496579284,1496579452,168 +oltorf,benwhite,1496586600,1496586653,53 +oltorf,benwhite,1496587831,1496587859,28 +oltorf,benwhite,1496595028,1496595097,69 +oltorf,benwhite,1496615121,1496615318,197 +oltorf,benwhite,1496583833,1496583845,12 +oltorf,benwhite,1496596236,1496596250,14 +oltorf,benwhite,1496609905,1496609972,67 +oltorf,benwhite,1496614420,1496614585,165 +oltorf,benwhite,1496599070,1496599091,21 +oltorf,benwhite,1496616971,1496617024,53 +oltorf,benwhite,1496583560,1496583659,99 +oltorf,benwhite,1496576577,1496576711,134 +oltorf,benwhite,1496605545,1496605595,50 +oltorf,benwhite,1496602994,1496603016,22 +oltorf,benwhite,1496602507,1496602667,160 +oltorf,benwhite,1496576939,1496576957,18 +oltorf,benwhite,1496583665,1496583687,22 +oltorf,benwhite,1496597628,1496597634,6 +oltorf,benwhite,1496589491,1496589514,23 +oltorf,benwhite,1496600996,1496601124,128 +oltorf,benwhite,1496582027,1496582048,21 +oltorf,benwhite,1496576560,1496576721,161 +oltorf,benwhite,1496596979,1496597030,51 +oltorf,benwhite,1496608421,1496608453,32 +oltorf,benwhite,1496594878,1496594952,74 +oltorf,benwhite,1496587237,1496587383,146 +oltorf,benwhite,1496616442,1496616517,75 +oltorf,benwhite,1496594429,1496594526,97 +oltorf,benwhite,1496581146,1496581295,149 +oltorf,benwhite,1496605838,1496606013,175 +oltorf,benwhite,1496591155,1496591167,12 +oltorf,benwhite,1496585882,1496585989,107 +oltorf,benwhite,1496595630,1496595776,146 +oltorf,benwhite,1496591013,1496591063,50 +oltorf,benwhite,1496585220,1496585407,187 +oltorf,benwhite,1496608717,1496608756,39 +oltorf,benwhite,1496614067,1496614155,88 +oltorf,benwhite,1496584474,1496584618,144 +oltorf,benwhite,1496576492,1496576507,15 +oltorf,benwhite,1496575538,1496575622,84 +oltorf,benwhite,1496579040,1496579208,168 +oltorf,benwhite,1496612036,1496612176,140 +oltorf,benwhite,1496601046,1496601198,152 +oltorf,benwhite,1496590792,1496590983,191 +oltorf,benwhite,1496577233,1496577357,124 +oltorf,benwhite,1496607806,1496607990,184 +oltorf,benwhite,1496616141,1496616201,60 +oltorf,benwhite,1496579018,1496579148,130 +oltorf,benwhite,1496611344,1496611388,44 +oltorf,benwhite,1496595831,1496595894,63 +oltorf,benwhite,1496600733,1496600890,157 +oltorf,benwhite,1496602337,1496602338,1 +oltorf,benwhite,1496609181,1496609362,181 +oltorf,benwhite,1496614933,1496615043,110 +oltorf,benwhite,1496599231,1496599268,37 +oltorf,benwhite,1496605347,1496605431,84 +oltorf,benwhite,1496573634,1496573738,104 +oltorf,benwhite,1496572954,1496573124,170 +oltorf,benwhite,1496568244,1496568261,17 +oltorf,benwhite,1496573850,1496573943,93 +oltorf,benwhite,1496593773,1496593838,65 +oltorf,benwhite,1496570220,1496570270,50 +oltorf,benwhite,1496606216,1496606332,116 +oltorf,benwhite,1496598822,1496598972,150 +oltorf,benwhite,1496575077,1496575169,92 +oltorf,benwhite,1496588609,1496588610,1 +oltorf,benwhite,1496590549,1496590667,118 +oltorf,benwhite,1496582253,1496582350,97 +oltorf,benwhite,1496594317,1496594508,191 +oltorf,benwhite,1496572303,1496572386,83 +oltorf,benwhite,1496608476,1496608541,65 +oltorf,benwhite,1496602218,1496602319,101 +oltorf,benwhite,1496575882,1496576014,132 +oltorf,benwhite,1496601556,1496601603,47 +oltorf,benwhite,1496589190,1496589349,159 +oltorf,benwhite,1496613260,1496613374,114 +oltorf,benwhite,1496578054,1496578076,22 +oltorf,benwhite,1496605781,1496605966,185 +oltorf,benwhite,1496582823,1496582983,160 +oltorf,benwhite,1496575370,1496575435,65 +oltorf,benwhite,1496604192,1496604314,122 +oltorf,benwhite,1496586988,1496587155,167 +oltorf,benwhite,1496604971,1496605042,71 +oltorf,benwhite,1496603772,1496603833,61 +oltorf,benwhite,1496602431,1496602610,179 +oltorf,benwhite,1496616957,1496616971,14 +oltorf,benwhite,1496583859,1496584035,176 +oltorf,benwhite,1496603303,1496603387,84 +oltorf,benwhite,1496611937,1496611968,31 +oltorf,benwhite,1496618206,1496618248,42 +oltorf,benwhite,1496590555,1496590688,133 +oltorf,benwhite,1496587182,1496587189,7 +oltorf,benwhite,1496595202,1496595398,196 +oltorf,benwhite,1496582312,1496582462,150 +oltorf,benwhite,1496598565,1496598742,177 +oltorf,benwhite,1496572296,1496572404,108 +oltorf,benwhite,1496617582,1496617607,25 +oltorf,benwhite,1496576516,1496576629,113 +oltorf,benwhite,1496601799,1496601996,197 +oltorf,benwhite,1496588525,1496588624,99 +oltorf,benwhite,1496602507,1496602564,57 +oltorf,benwhite,1496573193,1496573267,74 +oltorf,benwhite,1496574259,1496574265,6 +oltorf,benwhite,1496582211,1496582399,188 +oltorf,benwhite,1496568458,1496568579,121 +oltorf,benwhite,1496618016,1496618212,196 +oltorf,benwhite,1496612294,1496612388,94 +oltorf,benwhite,1496585541,1496585734,193 +oltorf,benwhite,1496584758,1496584893,135 +oltorf,benwhite,1496595135,1496595186,51 +oltorf,benwhite,1496588332,1496588516,184 +oltorf,benwhite,1496576536,1496576603,67 +oltorf,benwhite,1496578518,1496578535,17 +oltorf,benwhite,1496606027,1496606119,92 +oltorf,benwhite,1496591254,1496591418,164 +oltorf,benwhite,1496590823,1496590828,5 +oltorf,benwhite,1496586105,1496586264,159 +oltorf,benwhite,1496608674,1496608834,160 +oltorf,benwhite,1496585020,1496585128,108 +oltorf,benwhite,1496597056,1496597171,115 +oltorf,benwhite,1496608334,1496608354,20 +oltorf,benwhite,1496590831,1496590876,45 +oltorf,benwhite,1496575435,1496575536,101 +oltorf,benwhite,1496607457,1496607572,115 +oltorf,benwhite,1496580117,1496580140,23 +oltorf,benwhite,1496617249,1496617285,36 +oltorf,benwhite,1496580347,1496580385,38 +oltorf,benwhite,1496601887,1496601927,40 +oltorf,benwhite,1496607542,1496607680,138 +oltorf,benwhite,1496614964,1496615012,48 +oltorf,benwhite,1496571653,1496571717,64 +oltorf,benwhite,1496612325,1496612326,1 +oltorf,benwhite,1496608612,1496608744,132 +oltorf,benwhite,1496616539,1496616664,125 +oltorf,benwhite,1496595281,1496595405,124 +oltorf,benwhite,1496614735,1496614868,133 +oltorf,benwhite,1496603022,1496603143,121 +oltorf,benwhite,1496604465,1496604499,34 +oltorf,benwhite,1496605171,1496605173,2 +oltorf,benwhite,1496584159,1496584318,159 +oltorf,benwhite,1496609680,1496609700,20 +oltorf,benwhite,1496592648,1496592677,29 +oltorf,benwhite,1496572057,1496572104,47 +oltorf,benwhite,1496573607,1496573656,49 +oltorf,benwhite,1496605033,1496605059,26 +oltorf,benwhite,1496614719,1496614906,187 +oltorf,benwhite,1496595090,1496595260,170 +oltorf,benwhite,1496613720,1496613865,145 +oltorf,benwhite,1496586079,1496586224,145 +oltorf,benwhite,1496600729,1496600763,34 +oltorf,benwhite,1496584267,1496584452,185 +oltorf,benwhite,1496579728,1496579909,181 +oltorf,benwhite,1496617207,1496617288,81 +oltorf,benwhite,1496594997,1496595124,127 +oltorf,benwhite,1496599994,1496600027,33 +oltorf,benwhite,1496589373,1496589445,72 +oltorf,benwhite,1496602626,1496602757,131 +oltorf,benwhite,1496594334,1496594454,120 +oltorf,benwhite,1496569857,1496569960,103 +oltorf,benwhite,1496611705,1496611744,39 +oltorf,benwhite,1496589640,1496589797,157 +oltorf,benwhite,1496605215,1496605323,108 +oltorf,benwhite,1496581703,1496581821,118 +oltorf,benwhite,1496584481,1496584584,103 +oltorf,benwhite,1496595992,1496596042,50 +oltorf,benwhite,1496609351,1496609368,17 +oltorf,benwhite,1496577069,1496577092,23 +oltorf,benwhite,1496594971,1496594991,20 +oltorf,benwhite,1496598492,1496598682,190 +oltorf,benwhite,1496590413,1496590550,137 +oltorf,benwhite,1496580594,1496580611,17 +oltorf,benwhite,1496582959,1496583015,56 +oltorf,benwhite,1496580963,1496581058,95 +oltorf,benwhite,1496602587,1496602779,192 +oltorf,benwhite,1496609943,1496610117,174 +oltorf,benwhite,1496587228,1496587402,174 +oltorf,benwhite,1496590902,1496591054,152 +oltorf,benwhite,1496575756,1496575804,48 +oltorf,benwhite,1496587975,1496587989,14 +oltorf,benwhite,1496617203,1496617270,67 +oltorf,benwhite,1496577700,1496577759,59 +oltorf,benwhite,1496605843,1496605998,155 +oltorf,benwhite,1496591828,1496591957,129 +oltorf,benwhite,1496580167,1496580247,80 +oltorf,benwhite,1496584681,1496584757,76 +oltorf,benwhite,1496585504,1496585670,166 +oltorf,benwhite,1496615235,1496615366,131 +oltorf,benwhite,1496597525,1496597643,118 +oltorf,benwhite,1496588473,1496588577,104 +oltorf,benwhite,1496603417,1496603519,102 +oltorf,benwhite,1496606949,1496607023,74 +oltorf,benwhite,1496587075,1496587238,163 +oltorf,benwhite,1496578814,1496578830,16 +oltorf,benwhite,1496617651,1496617844,193 +oltorf,benwhite,1496571834,1496572026,192 +oltorf,benwhite,1496580549,1496580742,193 +oltorf,benwhite,1496604496,1496604673,177 +oltorf,benwhite,1496576367,1496576392,25 +oltorf,benwhite,1496574128,1496574274,146 +oltorf,benwhite,1496605576,1496605762,186 +oltorf,benwhite,1496578878,1496579002,124 +oltorf,benwhite,1496610689,1496610707,18 +oltorf,benwhite,1496578685,1496578715,30 +oltorf,benwhite,1496583455,1496583459,4 +oltorf,benwhite,1496578073,1496578135,62 +oltorf,benwhite,1496590156,1496590246,90 +oltorf,benwhite,1496609025,1496609045,20 +oltorf,benwhite,1496588339,1496588489,150 +oltorf,benwhite,1496575355,1496575383,28 +oltorf,benwhite,1496591516,1496591696,180 +oltorf,benwhite,1496611238,1496611364,126 +oltorf,benwhite,1496570033,1496570104,71 +oltorf,benwhite,1496582868,1496583057,189 +oltorf,benwhite,1496601983,1496602116,133 +oltorf,benwhite,1496570195,1496570305,110 +oltorf,benwhite,1496602117,1496602218,101 +oltorf,benwhite,1496587980,1496588022,42 +oltorf,benwhite,1496585813,1496585919,106 +oltorf,benwhite,1496596055,1496596177,122 +oltorf,benwhite,1496617941,1496617996,55 +oltorf,benwhite,1496601114,1496601127,13 +oltorf,benwhite,1496605251,1496605294,43 +oltorf,benwhite,1496618190,1496618319,129 +oltorf,benwhite,1496590686,1496590767,81 +oltorf,benwhite,1496574527,1496574709,182 +oltorf,benwhite,1496585734,1496585769,35 +oltorf,benwhite,1496572539,1496572616,77 +oltorf,benwhite,1496570437,1496570606,169 +oltorf,benwhite,1496584084,1496584182,98 +oltorf,benwhite,1496602724,1496602816,92 +oltorf,benwhite,1496608240,1496608343,103 +oltorf,benwhite,1496598173,1496598272,99 +oltorf,benwhite,1496573122,1496573162,40 +oltorf,benwhite,1496594075,1496594206,131 +oltorf,benwhite,1496598633,1496598670,37 +oltorf,benwhite,1496575727,1496575875,148 +oltorf,benwhite,1496604365,1496604471,106 +oltorf,benwhite,1496581728,1496581743,15 +oltorf,benwhite,1496597425,1496597471,46 +oltorf,benwhite,1496616160,1496616178,18 +oltorf,benwhite,1496612033,1496612037,4 +oltorf,benwhite,1496612266,1496612367,101 +oltorf,benwhite,1496606969,1496607130,161 +oltorf,benwhite,1496603597,1496603666,69 +oltorf,benwhite,1496597345,1496597514,169 +oltorf,benwhite,1496579546,1496579630,84 +oltorf,benwhite,1496609943,1496610100,157 +oltorf,benwhite,1496607771,1496607934,163 +oltorf,benwhite,1496603265,1496603397,132 +oltorf,benwhite,1496573060,1496573191,131 +oltorf,benwhite,1496575013,1496575127,114 +oltorf,benwhite,1496587367,1496587472,105 +oltorf,benwhite,1496600778,1496600860,82 +oltorf,benwhite,1496590262,1496590421,159 +oltorf,benwhite,1496618444,1496618602,158 +oltorf,benwhite,1496603972,1496604060,88 +oltorf,benwhite,1496611597,1496611735,138 +oltorf,benwhite,1496587249,1496587257,8 +oltorf,benwhite,1496586439,1496586569,130 +oltorf,benwhite,1496613269,1496613386,117 +oltorf,benwhite,1496606734,1496606793,59 +oltorf,benwhite,1496587283,1496587287,4 +oltorf,benwhite,1496573584,1496573769,185 +oltorf,benwhite,1496568126,1496568270,144 +oltorf,benwhite,1496608640,1496608741,101 +oltorf,benwhite,1496617012,1496617139,127 +oltorf,benwhite,1496570898,1496571053,155 +oltorf,benwhite,1496578451,1496578584,133 +oltorf,benwhite,1496591594,1496591657,63 +oltorf,benwhite,1496604836,1496604974,138 +oltorf,benwhite,1496599602,1496599714,112 +oltorf,benwhite,1496608762,1496608935,173 +oltorf,benwhite,1496580916,1496580973,57 +oltorf,benwhite,1496598055,1496598199,144 +oltorf,benwhite,1496608328,1496608496,168 +oltorf,benwhite,1496609243,1496609244,1 +oltorf,benwhite,1496578046,1496578200,154 +oltorf,benwhite,1496601506,1496601635,129 +oltorf,benwhite,1496593364,1496593383,19 +oltorf,benwhite,1496568728,1496568882,154 +oltorf,benwhite,1496596387,1496596558,171 +oltorf,benwhite,1496615177,1496615278,101 +oltorf,benwhite,1496609812,1496609968,156 +oltorf,benwhite,1496586913,1496586947,34 +oltorf,benwhite,1496596094,1496596200,106 +oltorf,benwhite,1496617818,1496617944,126 +oltorf,benwhite,1496602161,1496602283,122 +oltorf,benwhite,1496572076,1496572135,59 +oltorf,benwhite,1496582973,1496583036,63 +oltorf,benwhite,1496592198,1496592314,116 +oltorf,benwhite,1496597754,1496597869,115 +oltorf,benwhite,1496591963,1496592110,147 +oltorf,benwhite,1496615948,1496616122,174 +oltorf,benwhite,1496609279,1496609325,46 +oltorf,benwhite,1496608147,1496608343,196 +oltorf,benwhite,1496604849,1496604993,144 +oltorf,benwhite,1496599131,1496599236,105 +oltorf,benwhite,1496616991,1496617154,163 +oltorf,benwhite,1496607986,1496608139,153 +oltorf,benwhite,1496609644,1496609788,144 +oltorf,benwhite,1496597316,1496597460,144 +oltorf,benwhite,1496601133,1496601299,166 +oltorf,benwhite,1496582520,1496582698,178 +oltorf,benwhite,1496605287,1496605479,192 +oltorf,benwhite,1496596120,1496596316,196 +oltorf,benwhite,1496583973,1496584168,195 +oltorf,benwhite,1496579580,1496579771,191 +oltorf,benwhite,1496572174,1496572185,11 +oltorf,benwhite,1496605646,1496605662,16 +oltorf,benwhite,1496607115,1496607199,84 +oltorf,benwhite,1496609111,1496609273,162 +oltorf,benwhite,1496573696,1496573732,36 +oltorf,benwhite,1496587467,1496587551,84 +oltorf,benwhite,1496597831,1496597943,112 +oltorf,benwhite,1496590760,1496590842,82 +oltorf,benwhite,1496589168,1496589255,87 +oltorf,benwhite,1496589488,1496589593,105 +oltorf,benwhite,1496603164,1496603343,179 +oltorf,benwhite,1496602945,1496603027,82 +oltorf,benwhite,1496612834,1496612922,88 +oltorf,benwhite,1496595826,1496595997,171 +oltorf,benwhite,1496615389,1496615499,110 +oltorf,benwhite,1496575280,1496575334,54 +oltorf,benwhite,1496588870,1496588920,50 +oltorf,benwhite,1496580523,1496580694,171 +oltorf,benwhite,1496571012,1496571194,182 +oltorf,benwhite,1496616212,1496616410,198 +oltorf,benwhite,1496581887,1496581906,19 +oltorf,benwhite,1496597282,1496597464,182 +oltorf,benwhite,1496574728,1496574783,55 +oltorf,benwhite,1496574129,1496574173,44 +oltorf,benwhite,1496597892,1496598015,123 +oltorf,benwhite,1496605554,1496605725,171 +oltorf,benwhite,1496603293,1496603423,130 +oltorf,benwhite,1496583554,1496583611,57 +oltorf,benwhite,1496586085,1496586164,79 +oltorf,benwhite,1496614248,1496614414,166 +oltorf,benwhite,1496588423,1496588611,188 +oltorf,benwhite,1496604851,1496604897,46 +oltorf,benwhite,1496608479,1496608513,34 +oltorf,benwhite,1496573375,1496573507,132 +oltorf,benwhite,1496600389,1496600573,184 +oltorf,benwhite,1496583045,1496583151,106 +oltorf,benwhite,1496569271,1496569291,20 +oltorf,benwhite,1496605273,1496605453,180 +oltorf,benwhite,1496583079,1496583119,40 +oltorf,benwhite,1496581790,1496581947,157 +oltorf,benwhite,1496606093,1496606276,183 +oltorf,benwhite,1496577714,1496577855,141 +oltorf,benwhite,1496603125,1496603263,138 +oltorf,benwhite,1496607120,1496607270,150 +oltorf,benwhite,1496584526,1496584605,79 +oltorf,benwhite,1496617090,1496617280,190 +oltorf,benwhite,1496572681,1496572795,114 +oltorf,benwhite,1496571263,1496571276,13 +oltorf,benwhite,1496611485,1496611543,58 +oltorf,benwhite,1496585837,1496585975,138 +oltorf,benwhite,1496593264,1496593297,33 +oltorf,benwhite,1496577765,1496577943,178 +oltorf,benwhite,1496594038,1496594068,30 +oltorf,benwhite,1496583910,1496584046,136 +oltorf,benwhite,1496578858,1496579057,199 +oltorf,benwhite,1496614023,1496614179,156 +oltorf,benwhite,1496606936,1496607031,95 +oltorf,benwhite,1496599685,1496599779,94 +oltorf,benwhite,1496605698,1496605866,168 +oltorf,benwhite,1496600259,1496600451,192 +oltorf,benwhite,1496612405,1496612473,68 +oltorf,benwhite,1496607933,1496608084,151 +oltorf,benwhite,1496588572,1496588738,166 +oltorf,benwhite,1496576251,1496576280,29 +oltorf,benwhite,1496571118,1496571133,15 +oltorf,benwhite,1496585781,1496585805,24 +oltorf,benwhite,1496576386,1496576386,0 +oltorf,benwhite,1496584590,1496584693,103 +oltorf,benwhite,1496576234,1496576342,108 +oltorf,benwhite,1496615926,1496615940,14 +oltorf,benwhite,1496600658,1496600720,62 +oltorf,benwhite,1496592662,1496592724,62 +oltorf,benwhite,1496570912,1496570975,63 +oltorf,benwhite,1496611879,1496611969,90 +oltorf,benwhite,1496588773,1496588819,46 +oltorf,benwhite,1496615265,1496615422,157 +oltorf,benwhite,1496605137,1496605273,136 +oltorf,benwhite,1496603309,1496603456,147 +oltorf,benwhite,1496576241,1496576411,170 +oltorf,benwhite,1496605229,1496605317,88 +oltorf,benwhite,1496607265,1496607449,184 +oltorf,benwhite,1496608377,1496608426,49 +oltorf,benwhite,1496568948,1496568994,46 +oltorf,benwhite,1496592462,1496592500,38 +oltorf,benwhite,1496568997,1496569118,121 +oltorf,benwhite,1496591876,1496592054,178 +oltorf,benwhite,1496614767,1496614788,21 +oltorf,benwhite,1496578120,1496578199,79 +oltorf,benwhite,1496589952,1496590082,130 +oltorf,benwhite,1496595073,1496595262,189 +oltorf,benwhite,1496580061,1496580182,121 +oltorf,benwhite,1496588993,1496588993,0 +oltorf,benwhite,1496615177,1496615214,37 +oltorf,benwhite,1496579911,1496580049,138 +oltorf,benwhite,1496597055,1496597215,160 +oltorf,benwhite,1496602086,1496602278,192 +oltorf,benwhite,1496577324,1496577432,108 +oltorf,benwhite,1496614666,1496614807,141 +oltorf,benwhite,1496569932,1496569951,19 +oltorf,benwhite,1496611841,1496611855,14 +oltorf,benwhite,1496571107,1496571188,81 +oltorf,benwhite,1496580588,1496580601,13 +oltorf,benwhite,1496613772,1496613815,43 +oltorf,benwhite,1496588870,1496588971,101 +oltorf,benwhite,1496575746,1496575821,75 +oltorf,benwhite,1496581715,1496581730,15 +oltorf,benwhite,1496602155,1496602223,68 +oltorf,benwhite,1496568875,1496568877,2 +oltorf,benwhite,1496589644,1496589815,171 +oltorf,benwhite,1496570380,1496570528,148 +oltorf,benwhite,1496588419,1496588553,134 +oltorf,benwhite,1496582272,1496582326,54 +oltorf,benwhite,1496611894,1496612053,159 +oltorf,benwhite,1496568830,1496569026,196 +oltorf,benwhite,1496612599,1496612755,156 +oltorf,benwhite,1496617264,1496617276,12 +oltorf,benwhite,1496606195,1496606275,80 +oltorf,benwhite,1496610305,1496610462,157 +oltorf,benwhite,1496600139,1496600230,91 +oltorf,benwhite,1496600459,1496600560,101 +oltorf,benwhite,1496614354,1496614398,44 +oltorf,benwhite,1496571952,1496572055,103 +oltorf,benwhite,1496595352,1496595403,51 +oltorf,benwhite,1496601116,1496601275,159 +oltorf,benwhite,1496605141,1496605266,125 +oltorf,benwhite,1496615452,1496615464,12 +oltorf,benwhite,1496601308,1496601368,60 +oltorf,benwhite,1496600440,1496600589,149 +oltorf,benwhite,1496574713,1496574798,85 +oltorf,benwhite,1496611271,1496611352,81 +oltorf,benwhite,1496607086,1496607267,181 +oltorf,benwhite,1496608127,1496608216,89 +oltorf,benwhite,1496581766,1496581803,37 +oltorf,benwhite,1496609500,1496609587,87 +oltorf,benwhite,1496600504,1496600623,119 +oltorf,benwhite,1496573773,1496573958,185 +oltorf,benwhite,1496578720,1496578762,42 +oltorf,benwhite,1496584920,1496584945,25 +oltorf,benwhite,1496581849,1496581958,109 +oltorf,benwhite,1496571873,1496571941,68 +oltorf,benwhite,1496609594,1496609675,81 +oltorf,benwhite,1496574356,1496574384,28 +oltorf,benwhite,1496606747,1496606911,164 +oltorf,benwhite,1496597390,1496597443,53 +oltorf,benwhite,1496583929,1496584058,129 +oltorf,benwhite,1496589761,1496589889,128 +oltorf,benwhite,1496577895,1496578055,160 +oltorf,benwhite,1496591194,1496591360,166 +oltorf,benwhite,1496574956,1496574989,33 +oltorf,benwhite,1496585180,1496585330,150 +oltorf,benwhite,1496603065,1496603129,64 +oltorf,benwhite,1496608858,1496608915,57 +oltorf,benwhite,1496617303,1496617398,95 +oltorf,benwhite,1496617630,1496617714,84 +oltorf,benwhite,1496588722,1496588918,196 +oltorf,benwhite,1496602090,1496602188,98 +oltorf,benwhite,1496616941,1496616945,4 +oltorf,benwhite,1496611748,1496611943,195 +oltorf,benwhite,1496580433,1496580623,190 +oltorf,benwhite,1496594923,1496595090,167 +oltorf,benwhite,1496593249,1496593383,134 +oltorf,benwhite,1496608470,1496608597,127 +oltorf,benwhite,1496588802,1496588867,65 +oltorf,benwhite,1496587058,1496587250,192 +oltorf,benwhite,1496599525,1496599712,187 +oltorf,benwhite,1496599189,1496599258,69 +oltorf,benwhite,1496597493,1496597519,26 +oltorf,benwhite,1496575444,1496575577,133 +oltorf,benwhite,1496608234,1496608391,157 +oltorf,benwhite,1496590825,1496591001,176 +oltorf,benwhite,1496572207,1496572322,115 +oltorf,benwhite,1496595634,1496595752,118 +oltorf,benwhite,1496611351,1496611509,158 +oltorf,benwhite,1496581102,1496581270,168 +oltorf,benwhite,1496612301,1496612403,102 +oltorf,benwhite,1496613028,1496613200,172 +oltorf,benwhite,1496589104,1496589287,183 +oltorf,benwhite,1496579814,1496579915,101 +oltorf,benwhite,1496583885,1496584055,170 +oltorf,benwhite,1496613799,1496613835,36 +oltorf,benwhite,1496614329,1496614446,117 +oltorf,benwhite,1496580647,1496580779,132 +oltorf,benwhite,1496600962,1496600994,32 +oltorf,benwhite,1496615201,1496615267,66 +oltorf,benwhite,1496570537,1496570629,92 +oltorf,benwhite,1496600288,1496600341,53 +oltorf,benwhite,1496600618,1496600710,92 +oltorf,benwhite,1496582980,1496583092,112 +oltorf,benwhite,1496606784,1496606809,25 +oltorf,benwhite,1496594809,1496594820,11 +oltorf,benwhite,1496573209,1496573347,138 +oltorf,benwhite,1496574168,1496574351,183 +oltorf,benwhite,1496606256,1496606271,15 +oltorf,benwhite,1496596175,1496596349,174 +oltorf,benwhite,1496589999,1496590181,182 +oltorf,benwhite,1496587229,1496587276,47 +oltorf,benwhite,1496602002,1496602097,95 +oltorf,benwhite,1496574980,1496575017,37 +oltorf,benwhite,1496611506,1496611629,123 +oltorf,benwhite,1496597436,1496597531,95 +oltorf,benwhite,1496600144,1496600266,122 +oltorf,benwhite,1496601421,1496601502,81 +oltorf,benwhite,1496585776,1496585808,32 +oltorf,benwhite,1496571915,1496572004,89 +oltorf,benwhite,1496568351,1496568389,38 +oltorf,benwhite,1496587082,1496587084,2 +oltorf,benwhite,1496593125,1496593288,163 +oltorf,benwhite,1496604988,1496605124,136 +oltorf,benwhite,1496574126,1496574160,34 +oltorf,benwhite,1496586384,1496586432,48 +oltorf,benwhite,1496582662,1496582733,71 +oltorf,benwhite,1496582280,1496582401,121 +oltorf,benwhite,1496616545,1496616644,99 +oltorf,benwhite,1496612743,1496612921,178 +oltorf,benwhite,1496577368,1496577369,1 +oltorf,benwhite,1496611452,1496611635,183 +oltorf,benwhite,1496580744,1496580787,43 +oltorf,benwhite,1496590967,1496591095,128 +oltorf,benwhite,1496614607,1496614798,191 +oltorf,benwhite,1496596360,1496596399,39 +oltorf,benwhite,1496586074,1496586168,94 +oltorf,benwhite,1496617948,1496618098,150 +oltorf,benwhite,1496584890,1496585051,161 +oltorf,benwhite,1496615768,1496615957,189 +oltorf,benwhite,1496582119,1496582223,104 +oltorf,benwhite,1496569570,1496569659,89 +oltorf,benwhite,1496580668,1496580776,108 +oltorf,benwhite,1496614692,1496614764,72 +oltorf,benwhite,1496575363,1496575487,124 +oltorf,benwhite,1496588846,1496588972,126 +oltorf,benwhite,1496604588,1496604624,36 +oltorf,benwhite,1496602287,1496602388,101 +oltorf,benwhite,1496577375,1496577509,134 +oltorf,benwhite,1496580516,1496580625,109 +oltorf,benwhite,1496577105,1496577268,163 +oltorf,benwhite,1496589487,1496589499,12 +oltorf,benwhite,1496612640,1496612707,67 +oltorf,benwhite,1496573487,1496573553,66 +oltorf,benwhite,1496616340,1496616364,24 +oltorf,benwhite,1496568193,1496568277,84 +oltorf,benwhite,1496617257,1496617266,9 +oltorf,benwhite,1496618103,1496618239,136 +oltorf,benwhite,1496588539,1496588592,53 +oltorf,benwhite,1496586436,1496586603,167 +oltorf,benwhite,1496569302,1496569435,133 +oltorf,benwhite,1496591633,1496591640,7 +oltorf,benwhite,1496589150,1496589248,98 +oltorf,benwhite,1496609495,1496609647,152 +oltorf,benwhite,1496598558,1496598687,129 +oltorf,benwhite,1496594876,1496595068,192 +oltorf,benwhite,1496604361,1496604402,41 +oltorf,benwhite,1496569008,1496569023,15 +oltorf,benwhite,1496617789,1496617861,72 +oltorf,benwhite,1496606588,1496606776,188 +oltorf,benwhite,1496607992,1496608064,72 +oltorf,benwhite,1496589566,1496589702,136 +oltorf,benwhite,1496569609,1496569638,29 +oltorf,benwhite,1496612782,1496612836,54 +oltorf,benwhite,1496575648,1496575694,46 +oltorf,benwhite,1496571012,1496571170,158 +oltorf,benwhite,1496610610,1496610707,97 +oltorf,benwhite,1496585236,1496585362,126 +oltorf,benwhite,1496597833,1496597921,88 +oltorf,benwhite,1496603305,1496603487,182 +oltorf,benwhite,1496604533,1496604594,61 +oltorf,benwhite,1496575272,1496575439,167 +oltorf,benwhite,1496581200,1496581399,199 +oltorf,benwhite,1496605717,1496605898,181 +oltorf,benwhite,1496584220,1496584384,164 +oltorf,benwhite,1496611048,1496611153,105 +oltorf,benwhite,1496586262,1496586393,131 +oltorf,benwhite,1496574955,1496574988,33 +oltorf,benwhite,1496581571,1496581598,27 +oltorf,benwhite,1496601893,1496601893,0 +oltorf,benwhite,1496594684,1496594697,13 +oltorf,benwhite,1496583479,1496583578,99 +oltorf,benwhite,1496617762,1496617824,62 +oltorf,benwhite,1496617822,1496617918,96 +oltorf,benwhite,1496574340,1496574481,141 +oltorf,benwhite,1496568879,1496569045,166 +oltorf,benwhite,1496596884,1496597023,139 +oltorf,benwhite,1496585403,1496585432,29 +oltorf,benwhite,1496572606,1496572804,198 +oltorf,benwhite,1496600585,1496600601,16 +oltorf,benwhite,1496616702,1496616785,83 +oltorf,benwhite,1496616025,1496616194,169 +oltorf,benwhite,1496612062,1496612149,87 +oltorf,benwhite,1496575533,1496575626,93 +oltorf,benwhite,1496611301,1496611417,116 +oltorf,benwhite,1496594780,1496594957,177 +oltorf,benwhite,1496613100,1496613196,96 +oltorf,benwhite,1496569459,1496569514,55 +oltorf,benwhite,1496593474,1496593556,82 +oltorf,benwhite,1496583462,1496583597,135 +oltorf,benwhite,1496601619,1496601690,71 +oltorf,benwhite,1496589635,1496589664,29 +oltorf,benwhite,1496572125,1496572231,106 +oltorf,benwhite,1496589804,1496589898,94 +oltorf,benwhite,1496595739,1496595855,116 +oltorf,benwhite,1496569986,1496570049,63 +oltorf,benwhite,1496617633,1496617817,184 +oltorf,benwhite,1496594881,1496594984,103 +oltorf,benwhite,1496612861,1496612924,63 +oltorf,benwhite,1496568528,1496568724,196 +oltorf,benwhite,1496603388,1496603522,134 +oltorf,benwhite,1496595694,1496595805,111 +oltorf,benwhite,1496611670,1496611775,105 +oltorf,benwhite,1496605706,1496605875,169 +oltorf,benwhite,1496587702,1496587739,37 +oltorf,benwhite,1496580108,1496580295,187 +oltorf,benwhite,1496605254,1496605401,147 +oltorf,benwhite,1496606580,1496606633,53 +oltorf,benwhite,1496593948,1496594090,142 +oltorf,benwhite,1496591215,1496591242,27 +oltorf,benwhite,1496573723,1496573785,62 +oltorf,benwhite,1496605201,1496605261,60 +oltorf,benwhite,1496578145,1496578192,47 +oltorf,benwhite,1496570437,1496570495,58 +oltorf,benwhite,1496575683,1496575733,50 +oltorf,benwhite,1496580494,1496580649,155 +oltorf,benwhite,1496614042,1496614230,188 +oltorf,benwhite,1496590774,1496590777,3 +oltorf,benwhite,1496606113,1496606258,145 +oltorf,benwhite,1496594517,1496594668,151 +oltorf,benwhite,1496580059,1496580071,12 +oltorf,benwhite,1496612438,1496612572,134 +oltorf,benwhite,1496606795,1496606938,143 +oltorf,benwhite,1496598486,1496598546,60 +oltorf,benwhite,1496590694,1496590748,54 +oltorf,benwhite,1496575525,1496575535,10 +oltorf,benwhite,1496598435,1496598458,23 +oltorf,benwhite,1496571968,1496572030,62 +oltorf,benwhite,1496613169,1496613317,148 +oltorf,benwhite,1496586157,1496586195,38 +oltorf,benwhite,1496610012,1496610206,194 +oltorf,benwhite,1496603618,1496603755,137 +oltorf,benwhite,1496588355,1496588413,58 +oltorf,benwhite,1496569479,1496569596,117 +oltorf,benwhite,1496593044,1496593151,107 +oltorf,benwhite,1496580302,1496580398,96 +oltorf,benwhite,1496591077,1496591237,160 +oltorf,benwhite,1496572451,1496572588,137 +oltorf,benwhite,1496588744,1496588835,91 +oltorf,benwhite,1496604668,1496604794,126 +oltorf,benwhite,1496599300,1496599463,163 +oltorf,benwhite,1496579171,1496579261,90 +oltorf,benwhite,1496591682,1496591811,129 +oltorf,benwhite,1496605831,1496605906,75 +oltorf,benwhite,1496604859,1496604889,30 +oltorf,benwhite,1496571824,1496571865,41 +oltorf,benwhite,1496590793,1496590931,138 +oltorf,benwhite,1496604061,1496604138,77 +oltorf,benwhite,1496609213,1496609361,148 +oltorf,benwhite,1496572262,1496572425,163 +oltorf,benwhite,1496580590,1496580610,20 +oltorf,benwhite,1496615208,1496615235,27 +oltorf,benwhite,1496603774,1496603934,160 +oltorf,benwhite,1496609451,1496609535,84 +oltorf,benwhite,1496611123,1496611310,187 +oltorf,benwhite,1496598028,1496598216,188 +oltorf,benwhite,1496573587,1496573690,103 +oltorf,benwhite,1496592622,1496592715,93 +oltorf,benwhite,1496601622,1496601677,55 +oltorf,benwhite,1496581326,1496581428,102 +oltorf,benwhite,1496595300,1496595345,45 +oltorf,benwhite,1496596446,1496596604,158 +oltorf,benwhite,1496581749,1496581862,113 +oltorf,benwhite,1496601192,1496601269,77 +oltorf,benwhite,1496587513,1496587704,191 +oltorf,benwhite,1496595118,1496595187,69 +oltorf,benwhite,1496599001,1496599039,38 +oltorf,benwhite,1496568259,1496568386,127 +oltorf,benwhite,1496595583,1496595604,21 +oltorf,benwhite,1496592336,1496592513,177 +oltorf,benwhite,1496602376,1496602379,3 +oltorf,benwhite,1496605609,1496605666,57 +oltorf,benwhite,1496574966,1496575098,132 +oltorf,benwhite,1496591692,1496591818,126 +oltorf,benwhite,1496613257,1496613337,80 +oltorf,benwhite,1496594719,1496594747,28 +oltorf,benwhite,1496592600,1496592713,113 +oltorf,benwhite,1496600815,1496600897,82 +oltorf,benwhite,1496571103,1496571144,41 +oltorf,benwhite,1496574075,1496574188,113 +oltorf,benwhite,1496618418,1496618573,155 +oltorf,benwhite,1496572198,1496572337,139 +oltorf,benwhite,1496584253,1496584430,177 +oltorf,benwhite,1496615342,1496615485,143 +oltorf,benwhite,1496574414,1496574441,27 +oltorf,benwhite,1496616177,1496616338,161 +oltorf,benwhite,1496595513,1496595570,57 +oltorf,benwhite,1496609955,1496610122,167 +oltorf,benwhite,1496612238,1496612336,98 +oltorf,benwhite,1496592840,1496592874,34 +oltorf,benwhite,1496587483,1496587539,56 +oltorf,benwhite,1496571430,1496571544,114 +oltorf,benwhite,1496594316,1496594391,75 +oltorf,benwhite,1496618448,1496618591,143 +oltorf,benwhite,1496573905,1496574042,137 +oltorf,benwhite,1496572008,1496572129,121 +oltorf,benwhite,1496603170,1496603220,50 +oltorf,benwhite,1496568751,1496568805,54 +oltorf,benwhite,1496600297,1496600495,198 +oltorf,benwhite,1496587620,1496587687,67 +oltorf,benwhite,1496593179,1496593278,99 +oltorf,benwhite,1496599539,1496599625,86 +oltorf,benwhite,1496602779,1496602978,199 +oltorf,benwhite,1496611008,1496611045,37 +oltorf,benwhite,1496583453,1496583623,170 +oltorf,benwhite,1496588460,1496588568,108 +oltorf,benwhite,1496591104,1496591204,100 +oltorf,benwhite,1496615754,1496615772,18 +oltorf,benwhite,1496590122,1496590133,11 +oltorf,benwhite,1496610306,1496610491,185 +oltorf,benwhite,1496584793,1496584965,172 +oltorf,benwhite,1496616417,1496616565,148 +oltorf,benwhite,1496603113,1496603259,146 +oltorf,benwhite,1496568634,1496568756,122 +oltorf,benwhite,1496568788,1496568809,21 +oltorf,benwhite,1496610008,1496610102,94 +oltorf,benwhite,1496579243,1496579384,141 +oltorf,benwhite,1496609646,1496609747,101 +oltorf,benwhite,1496582702,1496582816,114 +oltorf,benwhite,1496599464,1496599548,84 +oltorf,benwhite,1496580999,1496581142,143 +oltorf,benwhite,1496602665,1496602748,83 +oltorf,benwhite,1496612074,1496612260,186 +oltorf,benwhite,1496569303,1496569485,182 +oltorf,benwhite,1496596793,1496596909,116 +oltorf,benwhite,1496618362,1496618512,150 +oltorf,benwhite,1496572801,1496572846,45 +oltorf,benwhite,1496589835,1496589839,4 +oltorf,benwhite,1496609700,1496609829,129 +oltorf,benwhite,1496615869,1496616055,186 +oltorf,benwhite,1496571345,1496571426,81 +oltorf,benwhite,1496606484,1496606606,122 +oltorf,benwhite,1496584675,1496584717,42 +oltorf,benwhite,1496613910,1496613995,85 +oltorf,benwhite,1496568391,1496568473,82 +oltorf,benwhite,1496601467,1496601652,185 +oltorf,benwhite,1496618093,1496618286,193 +oltorf,benwhite,1496602264,1496602340,76 +oltorf,benwhite,1496584192,1496584299,107 +oltorf,benwhite,1496568215,1496568361,146 +oltorf,benwhite,1496573473,1496573656,183 +oltorf,benwhite,1496611812,1496611943,131 +oltorf,benwhite,1496611200,1496611265,65 +oltorf,benwhite,1496615812,1496615905,93 +oltorf,benwhite,1496594050,1496594189,139 +oltorf,benwhite,1496612317,1496612411,94 +oltorf,benwhite,1496609558,1496609683,125 +oltorf,benwhite,1496591008,1496591172,164 +oltorf,benwhite,1496598126,1496598312,186 +oltorf,benwhite,1496583586,1496583617,31 +oltorf,benwhite,1496584840,1496584996,156 +oltorf,benwhite,1496616491,1496616583,92 +oltorf,benwhite,1496589658,1496589761,103 +oltorf,benwhite,1496582002,1496582180,178 +oltorf,benwhite,1496618233,1496618292,59 +oltorf,benwhite,1496606195,1496606293,98 +oltorf,benwhite,1496593560,1496593642,82 +oltorf,benwhite,1496568771,1496568835,64 +oltorf,benwhite,1496571985,1496572144,159 +oltorf,benwhite,1496590390,1496590556,166 +oltorf,benwhite,1496590463,1496590505,42 +oltorf,benwhite,1496596362,1496596484,122 +oltorf,benwhite,1496575475,1496575587,112 +oltorf,benwhite,1496596767,1496596926,159 +oltorf,benwhite,1496612599,1496612797,198 +oltorf,benwhite,1496585683,1496585756,73 +oltorf,benwhite,1496581373,1496581514,141 +oltorf,benwhite,1496570296,1496570428,132 +oltorf,benwhite,1496600711,1496600824,113 +oltorf,benwhite,1496568263,1496568335,72 +oltorf,benwhite,1496583395,1496583424,29 +oltorf,benwhite,1496573079,1496573198,119 +oltorf,benwhite,1496582336,1496582460,124 +oltorf,benwhite,1496610134,1496610156,22 +oltorf,benwhite,1496569665,1496569839,174 +oltorf,benwhite,1496568795,1496568912,117 +oltorf,benwhite,1496594665,1496594668,3 +oltorf,benwhite,1496570101,1496570129,28 +oltorf,benwhite,1496610839,1496610970,131 +oltorf,benwhite,1496606852,1496606891,39 +oltorf,benwhite,1496601433,1496601510,77 +oltorf,benwhite,1496614065,1496614073,8 +oltorf,benwhite,1496609757,1496609786,29 +oltorf,benwhite,1496575554,1496575663,109 +oltorf,benwhite,1496569322,1496569448,126 +oltorf,benwhite,1496607503,1496607553,50 +oltorf,benwhite,1496611267,1496611299,32 +oltorf,benwhite,1496591506,1496591551,45 +oltorf,benwhite,1496580086,1496580211,125 +oltorf,benwhite,1496597816,1496597951,135 +oltorf,benwhite,1496612989,1496613035,46 +oltorf,benwhite,1496602729,1496602769,40 +oltorf,benwhite,1496617972,1496618054,82 +oltorf,benwhite,1496618082,1496618237,155 +oltorf,benwhite,1496613375,1496613552,177 +oltorf,benwhite,1496571568,1496571685,117 +oltorf,benwhite,1496607061,1496607085,24 +oltorf,benwhite,1496599344,1496599531,187 +oltorf,benwhite,1496618183,1496618380,197 +oltorf,benwhite,1496586976,1496586994,18 +oltorf,benwhite,1496609894,1496610012,118 +oltorf,benwhite,1496614481,1496614538,57 +oltorf,benwhite,1496590784,1496590878,94 +oltorf,benwhite,1496608022,1496608044,22 +oltorf,benwhite,1496607102,1496607300,198 +oltorf,benwhite,1496604290,1496604478,188 +oltorf,benwhite,1496571896,1496571945,49 +oltorf,benwhite,1496595598,1496595711,113 +oltorf,benwhite,1496612891,1496613033,142 +oltorf,benwhite,1496584268,1496584388,120 +oltorf,benwhite,1496575046,1496575182,136 +oltorf,benwhite,1496574592,1496574708,116 +oltorf,benwhite,1496590644,1496590699,55 +oltorf,benwhite,1496590762,1496590946,184 +oltorf,benwhite,1496584518,1496584621,103 +oltorf,benwhite,1496602788,1496602823,35 +oltorf,benwhite,1496592027,1496592187,160 +oltorf,benwhite,1496606848,1496606950,102 +oltorf,benwhite,1496568983,1496569148,165 +oltorf,benwhite,1496576733,1496576931,198 +oltorf,benwhite,1496585611,1496585774,163 +oltorf,benwhite,1496584199,1496584352,153 +oltorf,benwhite,1496604018,1496604078,60 +oltorf,benwhite,1496593271,1496593328,57 +oltorf,benwhite,1496616917,1496616937,20 +oltorf,benwhite,1496577391,1496577464,73 +oltorf,benwhite,1496602020,1496602153,133 +oltorf,benwhite,1496570233,1496570403,170 +oltorf,benwhite,1496613392,1496613430,38 +oltorf,benwhite,1496568229,1496568233,4 +oltorf,benwhite,1496571261,1496571437,176 +oltorf,benwhite,1496590230,1496590248,18 +oltorf,benwhite,1496586855,1496586924,69 +oltorf,benwhite,1496599021,1496599212,191 +oltorf,benwhite,1496604571,1496604647,76 +oltorf,benwhite,1496582634,1496582673,39 +oltorf,benwhite,1496577386,1496577489,103 +oltorf,benwhite,1496589111,1496589186,75 +oltorf,benwhite,1496573097,1496573260,163 +oltorf,benwhite,1496609550,1496609742,192 +oltorf,benwhite,1496616150,1496616296,146 +oltorf,benwhite,1496584652,1496584721,69 +oltorf,benwhite,1496571791,1496571803,12 +oltorf,benwhite,1496616248,1496616248,0 +oltorf,benwhite,1496614010,1496614133,123 +oltorf,benwhite,1496585454,1496585478,24 +oltorf,benwhite,1496614570,1496614579,9 +oltorf,benwhite,1496606055,1496606235,180 +oltorf,benwhite,1496576013,1496576041,28 +oltorf,benwhite,1496614294,1496614325,31 +oltorf,benwhite,1496600123,1496600234,111 +oltorf,benwhite,1496598104,1496598202,98 +oltorf,benwhite,1496615125,1496615207,82 +oltorf,benwhite,1496599724,1496599885,161 +oltorf,benwhite,1496595641,1496595810,169 +oltorf,benwhite,1496576527,1496576541,14 +oltorf,benwhite,1496573054,1496573093,39 +oltorf,benwhite,1496610376,1496610533,157 +oltorf,benwhite,1496605200,1496605330,130 +oltorf,benwhite,1496581386,1496581424,38 +oltorf,benwhite,1496616549,1496616657,108 +oltorf,benwhite,1496573936,1496573968,32 +oltorf,benwhite,1496570759,1496570800,41 +oltorf,benwhite,1496604319,1496604332,13 +oltorf,benwhite,1496599254,1496599345,91 +oltorf,benwhite,1496570096,1496570167,71 +oltorf,benwhite,1496607889,1496608039,150 +oltorf,benwhite,1496594913,1496594974,61 +oltorf,benwhite,1496581542,1496581678,136 +oltorf,benwhite,1496597496,1496597629,133 +oltorf,benwhite,1496596693,1496596738,45 +oltorf,benwhite,1496611269,1496611468,199 +oltorf,benwhite,1496612510,1496612518,8 +oltorf,benwhite,1496570614,1496570636,22 +oltorf,benwhite,1496576373,1496576490,117 +oltorf,benwhite,1496570344,1496570504,160 +oltorf,benwhite,1496606744,1496606828,84 +oltorf,benwhite,1496600422,1496600471,49 +oltorf,benwhite,1496594490,1496594572,82 +oltorf,benwhite,1496586899,1496586919,20 +oltorf,benwhite,1496603316,1496603514,198 +oltorf,benwhite,1496569851,1496569979,128 +oltorf,benwhite,1496578185,1496578236,51 +oltorf,benwhite,1496573311,1496573473,162 +oltorf,benwhite,1496584086,1496584150,64 +oltorf,benwhite,1496616332,1496616424,92 +oltorf,benwhite,1496603516,1496603684,168 +oltorf,benwhite,1496570769,1496570851,82 +oltorf,benwhite,1496572168,1496572366,198 +oltorf,benwhite,1496590865,1496590988,123 +oltorf,benwhite,1496569500,1496569503,3 +oltorf,benwhite,1496590323,1496590327,4 +oltorf,benwhite,1496588429,1496588588,159 +oltorf,benwhite,1496571011,1496571143,132 +oltorf,benwhite,1496581738,1496581746,8 +oltorf,benwhite,1496595634,1496595661,27 +oltorf,benwhite,1496582439,1496582572,133 +oltorf,benwhite,1496605436,1496605579,143 +oltorf,benwhite,1496591558,1496591697,139 +oltorf,benwhite,1496616871,1496616949,78 +oltorf,benwhite,1496588517,1496588638,121 +oltorf,benwhite,1496610211,1496610391,180 +oltorf,benwhite,1496596693,1496596824,131 +oltorf,benwhite,1496598377,1496598449,72 +oltorf,benwhite,1496600292,1496600309,17 +oltorf,benwhite,1496579376,1496579497,121 +oltorf,benwhite,1496608937,1496609050,113 +oltorf,benwhite,1496601789,1496601863,74 +oltorf,benwhite,1496618235,1496618276,41 +oltorf,benwhite,1496611318,1496611497,179 +oltorf,benwhite,1496572449,1496572626,177 +oltorf,benwhite,1496611450,1496611571,121 +oltorf,benwhite,1496580816,1496580816,0 +oltorf,benwhite,1496585671,1496585796,125 +oltorf,benwhite,1496569229,1496569271,42 +oltorf,benwhite,1496580040,1496580063,23 +oltorf,benwhite,1496580145,1496580256,111 +oltorf,benwhite,1496591685,1496591848,163 +oltorf,benwhite,1496576832,1496576947,115 +oltorf,benwhite,1496613593,1496613599,6 +oltorf,benwhite,1496594646,1496594697,51 +oltorf,benwhite,1496605156,1496605241,85 +oltorf,benwhite,1496578689,1496578780,91 +oltorf,benwhite,1496585934,1496586060,126 +oltorf,benwhite,1496585731,1496585845,114 +oltorf,benwhite,1496589848,1496590011,163 +oltorf,benwhite,1496592839,1496592969,130 +oltorf,benwhite,1496587988,1496587995,7 +oltorf,benwhite,1496573059,1496573248,189 +oltorf,benwhite,1496583387,1496583390,3 +oltorf,benwhite,1496600995,1496601053,58 +oltorf,benwhite,1496588314,1496588321,7 +oltorf,benwhite,1496584967,1496584994,27 +oltorf,benwhite,1496594081,1496594164,83 +oltorf,benwhite,1496568607,1496568708,101 +oltorf,benwhite,1496593941,1496594118,177 +oltorf,benwhite,1496606114,1496606223,109 +oltorf,benwhite,1496604550,1496604571,21 +oltorf,benwhite,1496594252,1496594287,35 +oltorf,benwhite,1496584283,1496584337,54 +oltorf,benwhite,1496595436,1496595527,91 +oltorf,benwhite,1496617214,1496617323,109 +oltorf,benwhite,1496604562,1496604643,81 +oltorf,benwhite,1496581161,1496581313,152 +oltorf,benwhite,1496606508,1496606571,63 +oltorf,benwhite,1496610407,1496610462,55 +oltorf,benwhite,1496600538,1496600674,136 +oltorf,benwhite,1496588856,1496589030,174 +oltorf,benwhite,1496578275,1496578388,113 +oltorf,benwhite,1496603500,1496603603,103 +oltorf,benwhite,1496594633,1496594821,188 +oltorf,benwhite,1496587887,1496588028,141 +oltorf,benwhite,1496597913,1496598002,89 +oltorf,benwhite,1496579606,1496579654,48 +oltorf,benwhite,1496618398,1496618399,1 +oltorf,benwhite,1496609990,1496610063,73 +oltorf,benwhite,1496577694,1496577863,169 +oltorf,benwhite,1496598966,1496598996,30 +oltorf,benwhite,1496599879,1496600023,144 +oltorf,benwhite,1496587951,1496588068,117 +oltorf,benwhite,1496574735,1496574859,124 +oltorf,benwhite,1496613388,1496613413,25 +oltorf,benwhite,1496581063,1496581113,50 +oltorf,benwhite,1496602217,1496602240,23 +oltorf,benwhite,1496570620,1496570705,85 +oltorf,benwhite,1496576517,1496576641,124 +oltorf,benwhite,1496579298,1496579404,106 +oltorf,benwhite,1496579328,1496579459,131 +oltorf,benwhite,1496574641,1496574701,60 +oltorf,benwhite,1496569047,1496569053,6 +oltorf,benwhite,1496602120,1496602317,197 +oltorf,benwhite,1496608598,1496608695,97 +oltorf,benwhite,1496594397,1496594397,0 +oltorf,benwhite,1496614281,1496614452,171 +oltorf,benwhite,1496605294,1496605361,67 +oltorf,benwhite,1496580612,1496580687,75 +oltorf,benwhite,1496574307,1496574431,124 +oltorf,benwhite,1496593437,1496593484,47 +oltorf,benwhite,1496585164,1496585257,93 +oltorf,benwhite,1496582421,1496582490,69 +oltorf,benwhite,1496592600,1496592788,188 +oltorf,benwhite,1496614575,1496614636,61 +oltorf,benwhite,1496597508,1496597582,74 +oltorf,benwhite,1496585317,1496585442,125 +oltorf,benwhite,1496597076,1496597270,194 +oltorf,benwhite,1496579302,1496579481,179 +oltorf,benwhite,1496593938,1496594022,84 +oltorf,benwhite,1496609653,1496609725,72 +oltorf,benwhite,1496569486,1496569563,77 +oltorf,benwhite,1496613657,1496613825,168 +oltorf,benwhite,1496569845,1496569916,71 +oltorf,benwhite,1496572612,1496572800,188 +oltorf,benwhite,1496577835,1496577871,36 +oltorf,benwhite,1496574450,1496574517,67 +oltorf,benwhite,1496596440,1496596598,158 +oltorf,benwhite,1496587547,1496587618,71 +oltorf,benwhite,1496581733,1496581759,26 +oltorf,benwhite,1496579175,1496579244,69 +oltorf,benwhite,1496602522,1496602563,41 +oltorf,benwhite,1496587882,1496588009,127 +oltorf,benwhite,1496598978,1496599025,47 +oltorf,benwhite,1496592919,1496593005,86 +oltorf,benwhite,1496595583,1496595731,148 +oltorf,benwhite,1496616714,1496616910,196 +oltorf,benwhite,1496613483,1496613539,56 +oltorf,benwhite,1496614316,1496614369,53 +oltorf,benwhite,1496582559,1496582708,149 +oltorf,benwhite,1496609444,1496609541,97 +oltorf,benwhite,1496606002,1496606133,131 +oltorf,benwhite,1496569451,1496569462,11 +oltorf,benwhite,1496573338,1496573372,34 +oltorf,benwhite,1496616965,1496617012,47 +oltorf,benwhite,1496589101,1496589297,196 +oltorf,benwhite,1496580243,1496580385,142 +oltorf,benwhite,1496588914,1496588996,82 +oltorf,benwhite,1496570240,1496570411,171 +oltorf,benwhite,1496571932,1496572006,74 +oltorf,benwhite,1496593662,1496593682,20 +oltorf,benwhite,1496587344,1496587446,102 +oltorf,benwhite,1496590219,1496590221,2 +oltorf,benwhite,1496600376,1496600465,89 +oltorf,benwhite,1496603197,1496603265,68 +oltorf,benwhite,1496588130,1496588165,35 +oltorf,benwhite,1496578395,1496578569,174 +oltorf,benwhite,1496575714,1496575752,38 +oltorf,benwhite,1496601262,1496601302,40 +oltorf,benwhite,1496590979,1496591063,84 +oltorf,benwhite,1496598382,1496598411,29 +oltorf,benwhite,1496588157,1496588346,189 +oltorf,benwhite,1496602084,1496602175,91 +oltorf,benwhite,1496609284,1496609331,47 +oltorf,benwhite,1496606297,1496606433,136 +oltorf,benwhite,1496614667,1496614862,195 +oltorf,benwhite,1496597411,1496597451,40 +oltorf,benwhite,1496612141,1496612258,117 +oltorf,benwhite,1496612462,1496612487,25 +oltorf,benwhite,1496576563,1496576586,23 +oltorf,benwhite,1496576134,1496576236,102 +oltorf,benwhite,1496579011,1496579106,95 +oltorf,benwhite,1496613289,1496613406,117 +oltorf,benwhite,1496585684,1496585769,85 +oltorf,benwhite,1496618391,1496618542,151 +oltorf,benwhite,1496609825,1496610007,182 +oltorf,benwhite,1496570348,1496570407,59 +oltorf,benwhite,1496587886,1496587972,86 +oltorf,benwhite,1496580095,1496580245,150 +oltorf,benwhite,1496602204,1496602342,138 +oltorf,benwhite,1496586724,1496586923,199 +oltorf,benwhite,1496616713,1496616784,71 +oltorf,benwhite,1496589611,1496589725,114 +oltorf,benwhite,1496605695,1496605768,73 +oltorf,benwhite,1496589728,1496589890,162 +oltorf,benwhite,1496574490,1496574675,185 +oltorf,benwhite,1496616031,1496616058,27 +oltorf,benwhite,1496606986,1496606992,6 +oltorf,benwhite,1496603556,1496603693,137 +oltorf,benwhite,1496607922,1496608032,110 +oltorf,benwhite,1496585790,1496585838,48 +oltorf,benwhite,1496585636,1496585822,186 +oltorf,benwhite,1496611872,1496612025,153 +oltorf,benwhite,1496598456,1496598580,124 +oltorf,benwhite,1496585452,1496585498,46 +oltorf,benwhite,1496589594,1496589774,180 +oltorf,benwhite,1496613011,1496613149,138 +oltorf,benwhite,1496614057,1496614061,4 +oltorf,benwhite,1496568325,1496568501,176 +oltorf,benwhite,1496617889,1496618063,174 +oltorf,benwhite,1496586019,1496586038,19 +oltorf,benwhite,1496584476,1496584611,135 +oltorf,benwhite,1496592688,1496592845,157 +oltorf,benwhite,1496616814,1496616862,48 +oltorf,benwhite,1496582346,1496582535,189 +oltorf,benwhite,1496607589,1496607781,192 +oltorf,benwhite,1496578588,1496578725,137 +oltorf,benwhite,1496599402,1496599494,92 +oltorf,benwhite,1496602532,1496602598,66 +oltorf,benwhite,1496569273,1496569386,113 +oltorf,benwhite,1496603707,1496603853,146 +oltorf,benwhite,1496601595,1496601730,135 +oltorf,benwhite,1496583441,1496583537,96 +oltorf,benwhite,1496600706,1496600724,18 +oltorf,benwhite,1496598446,1496598486,40 +oltorf,benwhite,1496597723,1496597844,121 +oltorf,benwhite,1496618135,1496618203,68 +oltorf,benwhite,1496577618,1496577730,112 +oltorf,benwhite,1496574289,1496574445,156 +oltorf,benwhite,1496574672,1496574770,98 +oltorf,benwhite,1496589640,1496589661,21 +oltorf,benwhite,1496617868,1496617877,9 +oltorf,benwhite,1496608730,1496608863,133 +oltorf,benwhite,1496582322,1496582485,163 +oltorf,benwhite,1496572060,1496572124,64 +oltorf,benwhite,1496577864,1496577921,57 +oltorf,benwhite,1496577054,1496577223,169 +oltorf,benwhite,1496572865,1496572875,10 +oltorf,benwhite,1496568638,1496568655,17 +oltorf,benwhite,1496611947,1496611999,52 +oltorf,benwhite,1496607193,1496607354,161 +oltorf,benwhite,1496591489,1496591623,134 +oltorf,benwhite,1496589091,1496589095,4 +oltorf,benwhite,1496605517,1496605580,63 +oltorf,benwhite,1496597295,1496597343,48 +oltorf,benwhite,1496616693,1496616857,164 +oltorf,benwhite,1496577962,1496578072,110 +oltorf,benwhite,1496592718,1496592845,127 +oltorf,benwhite,1496608784,1496608937,153 +oltorf,benwhite,1496594526,1496594644,118 +oltorf,benwhite,1496585726,1496585745,19 +oltorf,benwhite,1496601104,1496601274,170 +oltorf,benwhite,1496603166,1496603307,141 +oltorf,benwhite,1496581599,1496581703,104 +oltorf,benwhite,1496581031,1496581230,199 +oltorf,benwhite,1496578850,1496578853,3 +oltorf,benwhite,1496603698,1496603855,157 +oltorf,benwhite,1496574572,1496574727,155 +oltorf,benwhite,1496587199,1496587253,54 +oltorf,benwhite,1496615827,1496615901,74 +oltorf,benwhite,1496614417,1496614550,133 +oltorf,benwhite,1496601304,1496601392,88 +oltorf,benwhite,1496608057,1496608167,110 +oltorf,benwhite,1496582212,1496582227,15 +oltorf,benwhite,1496591165,1496591253,88 +oltorf,benwhite,1496596517,1496596607,90 +oltorf,benwhite,1496595710,1496595809,99 +oltorf,benwhite,1496586989,1496587084,95 +oltorf,benwhite,1496592481,1496592607,126 +oltorf,benwhite,1496608867,1496608868,1 +oltorf,benwhite,1496590184,1496590206,22 +oltorf,benwhite,1496580896,1496580923,27 +oltorf,benwhite,1496574712,1496574900,188 +oltorf,benwhite,1496575228,1496575408,180 +oltorf,benwhite,1496609592,1496609618,26 +oltorf,benwhite,1496593482,1496593536,54 +oltorf,benwhite,1496587113,1496587265,152 +oltorf,benwhite,1496602696,1496602700,4 +oltorf,benwhite,1496588812,1496588850,38 +oltorf,benwhite,1496588303,1496588356,53 +oltorf,benwhite,1496613093,1496613221,128 +oltorf,benwhite,1496616689,1496616702,13 +oltorf,benwhite,1496577262,1496577382,120 +oltorf,benwhite,1496571695,1496571760,65 +oltorf,benwhite,1496594050,1496594186,136 +oltorf,benwhite,1496573246,1496573406,160 +oltorf,benwhite,1496598844,1496598859,15 +oltorf,benwhite,1496599602,1496599686,84 +oltorf,benwhite,1496612738,1496612755,17 +oltorf,benwhite,1496603180,1496603358,178 +oltorf,benwhite,1496594249,1496594329,80 +oltorf,benwhite,1496597615,1496597757,142 +oltorf,benwhite,1496582993,1496583144,151 +oltorf,benwhite,1496583017,1496583188,171 +oltorf,benwhite,1496592557,1496592635,78 +oltorf,benwhite,1496613461,1496613522,61 +oltorf,benwhite,1496616928,1496617016,88 +oltorf,benwhite,1496591274,1496591357,83 +oltorf,benwhite,1496577765,1496577855,90 +oltorf,benwhite,1496593455,1496593485,30 +oltorf,benwhite,1496617979,1496618106,127 +oltorf,benwhite,1496587611,1496587620,9 +oltorf,benwhite,1496608070,1496608130,60 +oltorf,benwhite,1496591399,1496591442,43 +oltorf,benwhite,1496616741,1496616779,38 +oltorf,benwhite,1496589731,1496589755,24 +oltorf,benwhite,1496585145,1496585235,90 +oltorf,benwhite,1496581491,1496581667,176 +oltorf,benwhite,1496614947,1496615031,84 +oltorf,benwhite,1496583934,1496584018,84 +oltorf,benwhite,1496603396,1496603531,135 +oltorf,benwhite,1496594170,1496594183,13 +oltorf,benwhite,1496601171,1496601184,13 +oltorf,benwhite,1496590937,1496591024,87 +oltorf,benwhite,1496600914,1496600943,29 +oltorf,benwhite,1496585311,1496585371,60 +oltorf,benwhite,1496614583,1496614681,98 +oltorf,benwhite,1496580114,1496580200,86 +oltorf,benwhite,1496570874,1496570903,29 +oltorf,benwhite,1496589317,1496589356,39 +oltorf,benwhite,1496573444,1496573536,92 +oltorf,benwhite,1496607805,1496607981,176 +oltorf,benwhite,1496580971,1496581069,98 +oltorf,benwhite,1496599010,1496599103,93 +oltorf,benwhite,1496610449,1496610603,154 +oltorf,benwhite,1496599792,1496599894,102 +oltorf,benwhite,1496581201,1496581229,28 +oltorf,benwhite,1496574440,1496574492,52 +oltorf,benwhite,1496617379,1496617511,132 +oltorf,benwhite,1496598928,1496599054,126 +oltorf,benwhite,1496571082,1496571276,194 +oltorf,benwhite,1496608077,1496608085,8 +oltorf,benwhite,1496604200,1496604366,166 +oltorf,benwhite,1496596271,1496596277,6 +oltorf,benwhite,1496604415,1496604558,143 +oltorf,benwhite,1496576236,1496576257,21 +oltorf,benwhite,1496618380,1496618525,145 +oltorf,benwhite,1496593286,1496593437,151 +oltorf,benwhite,1496568442,1496568571,129 +oltorf,benwhite,1496580598,1496580654,56 +oltorf,benwhite,1496597347,1496597367,20 +oltorf,benwhite,1496581095,1496581226,131 +oltorf,benwhite,1496582997,1496583125,128 +oltorf,benwhite,1496591818,1496591861,43 +oltorf,benwhite,1496614397,1496614529,132 +oltorf,benwhite,1496600908,1496600933,25 +oltorf,benwhite,1496608080,1496608171,91 +oltorf,benwhite,1496584157,1496584342,185 +oltorf,benwhite,1496602675,1496602850,175 +oltorf,benwhite,1496580347,1496580394,47 +oltorf,benwhite,1496600966,1496601003,37 +oltorf,benwhite,1496613211,1496613263,52 +oltorf,benwhite,1496607416,1496607532,116 +oltorf,benwhite,1496609042,1496609066,24 +oltorf,benwhite,1496594881,1496594997,116 +oltorf,benwhite,1496599260,1496599410,150 +oltorf,benwhite,1496571465,1496571522,57 +oltorf,benwhite,1496601561,1496601710,149 +oltorf,benwhite,1496592233,1496592406,173 +oltorf,benwhite,1496585971,1496586127,156 +oltorf,benwhite,1496572352,1496572393,41 +oltorf,benwhite,1496603530,1496603575,45 +oltorf,benwhite,1496593144,1496593223,79 +oltorf,benwhite,1496614686,1496614869,183 +oltorf,benwhite,1496607965,1496608043,78 +oltorf,benwhite,1496618145,1496618277,132 +oltorf,benwhite,1496594447,1496594575,128 +oltorf,benwhite,1496568941,1496569062,121 +oltorf,benwhite,1496614692,1496614834,142 +oltorf,benwhite,1496576335,1496576391,56 +oltorf,benwhite,1496611526,1496611600,74 +oltorf,benwhite,1496583123,1496583173,50 +oltorf,benwhite,1496568188,1496568297,109 +oltorf,benwhite,1496589766,1496589807,41 +oltorf,benwhite,1496570098,1496570170,72 +oltorf,benwhite,1496586503,1496586680,177 +oltorf,benwhite,1496589151,1496589216,65 +oltorf,benwhite,1496596461,1496596543,82 +oltorf,benwhite,1496568887,1496569074,187 +oltorf,benwhite,1496601160,1496601210,50 +oltorf,benwhite,1496602096,1496602117,21 +oltorf,benwhite,1496600678,1496600826,148 +oltorf,benwhite,1496608204,1496608307,103 +oltorf,benwhite,1496609389,1496609448,59 +oltorf,benwhite,1496603291,1496603437,146 +oltorf,benwhite,1496602110,1496602225,115 +oltorf,benwhite,1496613553,1496613724,171 +oltorf,benwhite,1496614104,1496614280,176 +oltorf,benwhite,1496592935,1496592969,34 +oltorf,benwhite,1496568174,1496568280,106 +oltorf,benwhite,1496588517,1496588628,111 +oltorf,benwhite,1496608115,1496608290,175 +oltorf,benwhite,1496574585,1496574643,58 +oltorf,benwhite,1496610742,1496610894,152 +oltorf,benwhite,1496593713,1496593783,70 +oltorf,benwhite,1496598989,1496599044,55 +oltorf,benwhite,1496581195,1496581292,97 +oltorf,benwhite,1496570112,1496570157,45 +oltorf,benwhite,1496571084,1496571219,135 +oltorf,benwhite,1496607678,1496607844,166 +oltorf,benwhite,1496618181,1496618270,89 +oltorf,benwhite,1496582908,1496582918,10 +oltorf,benwhite,1496599658,1496599762,104 +oltorf,benwhite,1496583149,1496583269,120 +oltorf,benwhite,1496579762,1496579904,142 +oltorf,benwhite,1496580329,1496580519,190 +oltorf,benwhite,1496601903,1496601948,45 +oltorf,benwhite,1496617936,1496618044,108 +oltorf,benwhite,1496592210,1496592330,120 +oltorf,benwhite,1496587135,1496587211,76 +oltorf,benwhite,1496578232,1496578358,126 +oltorf,benwhite,1496588218,1496588415,197 +oltorf,benwhite,1496588989,1496589004,15 +oltorf,benwhite,1496617610,1496617633,23 +oltorf,benwhite,1496594170,1496594219,49 +oltorf,benwhite,1496597979,1496598177,198 +oltorf,benwhite,1496583211,1496583354,143 +oltorf,benwhite,1496599515,1496599595,80 +oltorf,benwhite,1496596697,1496596884,187 +oltorf,benwhite,1496591783,1496591866,83 +oltorf,benwhite,1496616071,1496616139,68 +oltorf,benwhite,1496607828,1496607949,121 +oltorf,benwhite,1496572913,1496573060,147 +oltorf,benwhite,1496582415,1496582470,55 +oltorf,benwhite,1496596012,1496596163,151 +oltorf,benwhite,1496610611,1496610698,87 +oltorf,benwhite,1496601419,1496601562,143 +oltorf,benwhite,1496599935,1496599948,13 +oltorf,benwhite,1496584619,1496584741,122 +oltorf,benwhite,1496603015,1496603131,116 +oltorf,benwhite,1496603768,1496603850,82 +oltorf,benwhite,1496595009,1496595187,178 +oltorf,benwhite,1496591872,1496592018,146 +oltorf,benwhite,1496603771,1496603948,177 +oltorf,benwhite,1496600366,1496600545,179 +oltorf,benwhite,1496579082,1496579259,177 +oltorf,benwhite,1496575820,1496575859,39 +oltorf,benwhite,1496574157,1496574195,38 +oltorf,benwhite,1496606099,1496606193,94 +oltorf,benwhite,1496616329,1496616513,184 +oltorf,benwhite,1496586502,1496586529,27 +oltorf,benwhite,1496573208,1496573217,9 +oltorf,benwhite,1496575052,1496575217,165 +oltorf,benwhite,1496594768,1496594929,161 +oltorf,benwhite,1496598937,1496599041,104 +oltorf,benwhite,1496603116,1496603259,143 +oltorf,benwhite,1496605117,1496605242,125 +oltorf,benwhite,1496597795,1496597969,174 +oltorf,benwhite,1496610593,1496610735,142 +oltorf,benwhite,1496594213,1496594320,107 +oltorf,benwhite,1496581155,1496581297,142 +oltorf,benwhite,1496597166,1496597351,185 +oltorf,benwhite,1496576178,1496576220,42 +oltorf,benwhite,1496582519,1496582632,113 +oltorf,benwhite,1496615941,1496616033,92 +oltorf,benwhite,1496588219,1496588237,18 +oltorf,benwhite,1496571947,1496572002,55 +oltorf,benwhite,1496608245,1496608247,2 +oltorf,benwhite,1496580355,1496580523,168 +oltorf,benwhite,1496578536,1496578672,136 +oltorf,benwhite,1496586048,1496586174,126 +oltorf,benwhite,1496580643,1496580775,132 +oltorf,benwhite,1496593457,1496593572,115 +oltorf,benwhite,1496592990,1496593028,38 +oltorf,benwhite,1496613909,1496613970,61 +oltorf,benwhite,1496595674,1496595739,65 +oltorf,benwhite,1496586879,1496586946,67 +oltorf,benwhite,1496578968,1496579164,196 +oltorf,benwhite,1496603055,1496603253,198 +oltorf,benwhite,1496569201,1496569221,20 +oltorf,benwhite,1496615310,1496615456,146 +oltorf,benwhite,1496577232,1496577415,183 +oltorf,benwhite,1496585831,1496585887,56 +oltorf,benwhite,1496599003,1496599107,104 +oltorf,benwhite,1496591356,1496591510,154 +oltorf,benwhite,1496597832,1496597901,69 +oltorf,benwhite,1496616374,1496616534,160 +oltorf,benwhite,1496587966,1496588112,146 +oltorf,benwhite,1496614231,1496614291,60 +oltorf,benwhite,1496568355,1496568441,86 +oltorf,benwhite,1496602446,1496602529,83 +oltorf,benwhite,1496608007,1496608070,63 +oltorf,benwhite,1496614014,1496614022,8 +oltorf,benwhite,1496610089,1496610094,5 +oltorf,benwhite,1496580925,1496580995,70 +oltorf,benwhite,1496593236,1496593244,8 +oltorf,benwhite,1496615379,1496615502,123 +oltorf,benwhite,1496587235,1496587417,182 +oltorf,benwhite,1496598291,1496598318,27 +oltorf,benwhite,1496571704,1496571776,72 +oltorf,benwhite,1496592706,1496592867,161 +oltorf,benwhite,1496598341,1496598376,35 +oltorf,benwhite,1496614404,1496614532,128 +oltorf,benwhite,1496592286,1496592399,113 +oltorf,benwhite,1496614928,1496614999,71 +oltorf,benwhite,1496571603,1496571683,80 +oltorf,benwhite,1496588679,1496588814,135 +oltorf,benwhite,1496578315,1496578315,0 +oltorf,benwhite,1496579884,1496580042,158 +oltorf,benwhite,1496615889,1496616080,191 +oltorf,benwhite,1496591216,1496591258,42 +oltorf,benwhite,1496583379,1496583402,23 +oltorf,benwhite,1496582877,1496582928,51 +oltorf,benwhite,1496585796,1496585906,110 +oltorf,benwhite,1496577687,1496577815,128 +oltorf,benwhite,1496605485,1496605663,178 +oltorf,benwhite,1496608547,1496608597,50 +oltorf,benwhite,1496599774,1496599954,180 +oltorf,benwhite,1496599916,1496600025,109 +oltorf,benwhite,1496600278,1496600360,82 +oltorf,benwhite,1496584482,1496584608,126 +oltorf,benwhite,1496598389,1496598545,156 +oltorf,benwhite,1496581565,1496581609,44 +oltorf,benwhite,1496603402,1496603530,128 +oltorf,benwhite,1496614419,1496614444,25 +oltorf,benwhite,1496576511,1496576517,6 +oltorf,benwhite,1496575594,1496575771,177 +oltorf,benwhite,1496583964,1496584163,199 +oltorf,benwhite,1496596435,1496596468,33 +oltorf,benwhite,1496593073,1496593198,125 +oltorf,benwhite,1496599914,1496599948,34 +oltorf,benwhite,1496574893,1496575076,183 +oltorf,benwhite,1496614230,1496614292,62 +oltorf,benwhite,1496594830,1496594963,133 +oltorf,benwhite,1496609667,1496609782,115 +oltorf,benwhite,1496614877,1496614894,17 +oltorf,benwhite,1496570854,1496570967,113 +oltorf,benwhite,1496571874,1496571987,113 +oltorf,benwhite,1496604971,1496605005,34 +oltorf,benwhite,1496603213,1496603226,13 +oltorf,benwhite,1496609167,1496609362,195 +oltorf,benwhite,1496614505,1496614580,75 +oltorf,benwhite,1496591648,1496591811,163 +oltorf,benwhite,1496578935,1496578949,14 +oltorf,benwhite,1496568151,1496568161,10 +oltorf,benwhite,1496601271,1496601290,19 +oltorf,benwhite,1496610460,1496610466,6 +oltorf,benwhite,1496578913,1496579045,132 +oltorf,benwhite,1496610082,1496610124,42 +oltorf,benwhite,1496612317,1496612501,184 +oltorf,benwhite,1496602123,1496602232,109 +oltorf,benwhite,1496605899,1496606042,143 +oltorf,benwhite,1496611619,1496611719,100 +oltorf,benwhite,1496612268,1496612404,136 +oltorf,benwhite,1496572747,1496572874,127 +oltorf,benwhite,1496600624,1496600686,62 +oltorf,benwhite,1496579814,1496579866,52 +oltorf,benwhite,1496576664,1496576689,25 +oltorf,benwhite,1496589657,1496589730,73 +oltorf,benwhite,1496577401,1496577534,133 +oltorf,benwhite,1496609001,1496609132,131 +oltorf,benwhite,1496570576,1496570732,156 +oltorf,benwhite,1496591525,1496591697,172 +oltorf,benwhite,1496610723,1496610916,193 +oltorf,benwhite,1496600571,1496600622,51 +oltorf,benwhite,1496589594,1496589681,87 +oltorf,benwhite,1496614674,1496614848,174 +oltorf,benwhite,1496585218,1496585365,147 +oltorf,benwhite,1496581779,1496581787,8 +oltorf,benwhite,1496577634,1496577773,139 +oltorf,benwhite,1496591398,1496591403,5 +oltorf,benwhite,1496599575,1496599736,161 +oltorf,benwhite,1496612377,1496612447,70 +oltorf,benwhite,1496588980,1496588999,19 +oltorf,benwhite,1496572366,1496572372,6 +oltorf,benwhite,1496575323,1496575472,149 +oltorf,benwhite,1496580694,1496580842,148 +oltorf,benwhite,1496601654,1496601729,75 +oltorf,benwhite,1496585224,1496585240,16 +oltorf,benwhite,1496587332,1496587384,52 +oltorf,benwhite,1496595685,1496595867,182 +oltorf,benwhite,1496610719,1496610913,194 +oltorf,benwhite,1496616504,1496616608,104 +oltorf,benwhite,1496597832,1496598012,180 +oltorf,benwhite,1496576534,1496576694,160 +oltorf,benwhite,1496579960,1496580047,87 +oltorf,benwhite,1496613951,1496614072,121 +oltorf,benwhite,1496617004,1496617160,156 +oltorf,benwhite,1496610385,1496610560,175 +oltorf,benwhite,1496581105,1496581203,98 +oltorf,benwhite,1496585225,1496585389,164 +oltorf,benwhite,1496617470,1496617545,75 +oltorf,benwhite,1496573580,1496573626,46 +oltorf,benwhite,1496591066,1496591217,151 +oltorf,benwhite,1496613411,1496613466,55 +oltorf,benwhite,1496606010,1496606095,85 +oltorf,benwhite,1496598154,1496598170,16 +oltorf,benwhite,1496615002,1496615047,45 +oltorf,benwhite,1496600493,1496600623,130 +oltorf,benwhite,1496595066,1496595162,96 +oltorf,benwhite,1496599887,1496599976,89 +oltorf,benwhite,1496585230,1496585291,61 +oltorf,benwhite,1496591858,1496591927,69 +oltorf,benwhite,1496570352,1496570526,174 +oltorf,benwhite,1496593243,1496593350,107 +oltorf,benwhite,1496606164,1496606179,15 +oltorf,benwhite,1496583005,1496583030,25 +oltorf,benwhite,1496611121,1496611177,56 +oltorf,benwhite,1496591459,1496591566,107 +oltorf,benwhite,1496596994,1496597160,166 +oltorf,benwhite,1496597171,1496597233,62 +oltorf,benwhite,1496612404,1496612519,115 +oltorf,benwhite,1496578606,1496578635,29 +oltorf,benwhite,1496576792,1496576941,149 +oltorf,benwhite,1496599364,1496599364,0 +oltorf,benwhite,1496615560,1496615646,86 +oltorf,benwhite,1496599259,1496599336,77 +oltorf,benwhite,1496613460,1496613483,23 +oltorf,benwhite,1496601867,1496602040,173 +oltorf,benwhite,1496592061,1496592068,7 +oltorf,benwhite,1496593848,1496593860,12 +oltorf,benwhite,1496599432,1496599556,124 +oltorf,benwhite,1496573241,1496573413,172 +oltorf,benwhite,1496575939,1496576102,163 +oltorf,benwhite,1496569214,1496569339,125 +oltorf,benwhite,1496568693,1496568783,90 +oltorf,benwhite,1496581360,1496581521,161 +oltorf,benwhite,1496579430,1496579572,142 +oltorf,benwhite,1496577273,1496577447,174 +oltorf,benwhite,1496614138,1496614313,175 +oltorf,benwhite,1496608287,1496608359,72 +oltorf,benwhite,1496586660,1496586715,55 +oltorf,benwhite,1496577896,1496578002,106 +oltorf,benwhite,1496591317,1496591417,100 +oltorf,benwhite,1496609581,1496609701,120 +oltorf,benwhite,1496579621,1496579682,61 +oltorf,benwhite,1496571049,1496571200,151 +oltorf,benwhite,1496581768,1496581964,196 +oltorf,benwhite,1496587322,1496587324,2 +oltorf,benwhite,1496587349,1496587482,133 +oltorf,benwhite,1496570571,1496570722,151 +oltorf,benwhite,1496615246,1496615341,95 +oltorf,benwhite,1496615858,1496616010,152 +oltorf,benwhite,1496594762,1496594770,8 +oltorf,benwhite,1496571802,1496571983,181 +oltorf,benwhite,1496581755,1496581773,18 +oltorf,benwhite,1496594218,1496594241,23 +oltorf,benwhite,1496573365,1496573415,50 +oltorf,benwhite,1496603796,1496603862,66 +oltorf,benwhite,1496575838,1496575983,145 +oltorf,benwhite,1496602215,1496602378,163 +oltorf,benwhite,1496590997,1496591165,168 +oltorf,benwhite,1496606335,1496606383,48 +oltorf,benwhite,1496583420,1496583489,69 +oltorf,benwhite,1496607036,1496607212,176 +oltorf,benwhite,1496605806,1496605912,106 +oltorf,benwhite,1496580101,1496580169,68 +oltorf,benwhite,1496591414,1496591588,174 +oltorf,benwhite,1496601874,1496601941,67 +oltorf,benwhite,1496571279,1496571433,154 +oltorf,benwhite,1496595060,1496595102,42 +oltorf,benwhite,1496593995,1496594050,55 +oltorf,benwhite,1496596309,1496596482,173 +oltorf,benwhite,1496589500,1496589644,144 +oltorf,benwhite,1496590598,1496590749,151 +oltorf,benwhite,1496570040,1496570184,144 +oltorf,benwhite,1496594602,1496594758,156 +oltorf,benwhite,1496603732,1496603849,117 +oltorf,benwhite,1496618357,1496618526,169 +oltorf,benwhite,1496577240,1496577245,5 +oltorf,benwhite,1496613017,1496613029,12 +oltorf,benwhite,1496577799,1496577805,6 +oltorf,benwhite,1496582803,1496582963,160 +oltorf,benwhite,1496613770,1496613881,111 +oltorf,benwhite,1496601961,1496601961,0 +oltorf,benwhite,1496590090,1496590167,77 +oltorf,benwhite,1496575567,1496575612,45 +oltorf,benwhite,1496593795,1496593801,6 +oltorf,benwhite,1496611829,1496611972,143 +oltorf,benwhite,1496594934,1496595045,111 +oltorf,benwhite,1496574019,1496574147,128 +oltorf,benwhite,1496580683,1496580826,143 +oltorf,benwhite,1496576605,1496576656,51 +oltorf,benwhite,1496605387,1496605513,126 +oltorf,benwhite,1496570840,1496571006,166 +oltorf,benwhite,1496572644,1496572677,33 +oltorf,benwhite,1496585505,1496585528,23 +oltorf,benwhite,1496596635,1496596760,125 +oltorf,benwhite,1496605605,1496605754,149 +oltorf,benwhite,1496594599,1496594608,9 +oltorf,benwhite,1496587599,1496587703,104 +oltorf,benwhite,1496574930,1496575062,132 +oltorf,benwhite,1496606076,1496606137,61 +oltorf,benwhite,1496600067,1496600266,199 +oltorf,benwhite,1496612230,1496612429,199 +oltorf,benwhite,1496603892,1496603955,63 +oltorf,benwhite,1496591372,1496591382,10 +oltorf,benwhite,1496599063,1496599261,198 +oltorf,benwhite,1496612387,1496612528,141 +oltorf,benwhite,1496580738,1496580878,140 +oltorf,benwhite,1496585842,1496585891,49 +oltorf,benwhite,1496594330,1496594363,33 +oltorf,benwhite,1496606680,1496606724,44 +oltorf,benwhite,1496606725,1496606819,94 +oltorf,benwhite,1496574589,1496574609,20 +oltorf,benwhite,1496617576,1496617681,105 +oltorf,benwhite,1496569743,1496569801,58 +oltorf,benwhite,1496580782,1496580884,102 +oltorf,benwhite,1496568768,1496568914,146 +oltorf,benwhite,1496571676,1496571787,111 +oltorf,benwhite,1496572375,1496572526,151 +oltorf,benwhite,1496575864,1496575979,115 +oltorf,benwhite,1496579911,1496579963,52 +oltorf,benwhite,1496573517,1496573601,84 +oltorf,benwhite,1496594080,1496594099,19 +oltorf,benwhite,1496595486,1496595627,141 +oltorf,benwhite,1496614447,1496614524,77 +oltorf,benwhite,1496610867,1496611018,151 +oltorf,benwhite,1496584088,1496584199,111 +oltorf,benwhite,1496576035,1496576176,141 +oltorf,benwhite,1496590856,1496590866,10 +oltorf,benwhite,1496594913,1496595040,127 +oltorf,benwhite,1496575416,1496575426,10 +oltorf,benwhite,1496582247,1496582264,17 +oltorf,benwhite,1496615739,1496615879,140 +oltorf,benwhite,1496569536,1496569576,40 +oltorf,benwhite,1496604479,1496604661,182 +oltorf,benwhite,1496572527,1496572531,4 +oltorf,benwhite,1496598024,1496598189,165 +oltorf,benwhite,1496602953,1496603100,147 +oltorf,benwhite,1496588202,1496588380,178 +oltorf,benwhite,1496605353,1496605453,100 +oltorf,benwhite,1496592458,1496592647,189 +oltorf,benwhite,1496571719,1496571820,101 +oltorf,benwhite,1496584880,1496585010,130 +oltorf,benwhite,1496608809,1496608941,132 +oltorf,benwhite,1496599565,1496599677,112 +oltorf,benwhite,1496577601,1496577633,32 +oltorf,benwhite,1496599569,1496599599,30 +oltorf,benwhite,1496596366,1496596555,189 +oltorf,benwhite,1496617706,1496617888,182 +oltorf,benwhite,1496612466,1496612548,82 +oltorf,benwhite,1496599935,1496600049,114 +oltorf,benwhite,1496587967,1496588134,167 +oltorf,benwhite,1496569968,1496570043,75 +oltorf,benwhite,1496617590,1496617598,8 +oltorf,benwhite,1496606235,1496606428,193 +oltorf,benwhite,1496600233,1496600348,115 +oltorf,benwhite,1496580208,1496580300,92 +oltorf,benwhite,1496589069,1496589246,177 +oltorf,benwhite,1496601587,1496601702,115 +oltorf,benwhite,1496599544,1496599697,153 +oltorf,benwhite,1496604689,1496604724,35 +oltorf,benwhite,1496613779,1496613891,112 +oltorf,benwhite,1496591925,1496591990,65 +oltorf,benwhite,1496578540,1496578560,20 +oltorf,benwhite,1496606270,1496606466,196 +oltorf,benwhite,1496617612,1496617670,58 +oltorf,benwhite,1496602983,1496602988,5 +oltorf,benwhite,1496574633,1496574756,123 +oltorf,benwhite,1496613264,1496613459,195 +oltorf,benwhite,1496596377,1496596540,163 +oltorf,benwhite,1496591341,1496591366,25 +oltorf,benwhite,1496587518,1496587670,152 +oltorf,benwhite,1496592337,1496592474,137 +oltorf,benwhite,1496594256,1496594383,127 +oltorf,benwhite,1496617625,1496617805,180 +oltorf,benwhite,1496574816,1496574841,25 +oltorf,benwhite,1496594860,1496594909,49 +oltorf,benwhite,1496606504,1496606690,186 +oltorf,benwhite,1496573584,1496573654,70 +oltorf,benwhite,1496606920,1496607090,170 +oltorf,benwhite,1496600667,1496600762,95 +oltorf,benwhite,1496601605,1496601671,66 +oltorf,benwhite,1496577207,1496577288,81 +oltorf,benwhite,1496614029,1496614218,189 +oltorf,benwhite,1496591891,1496591948,57 +oltorf,benwhite,1496610658,1496610819,161 +oltorf,benwhite,1496599623,1496599812,189 +oltorf,benwhite,1496589438,1496589548,110 +oltorf,benwhite,1496572467,1496572656,189 +oltorf,benwhite,1496607169,1496607276,107 +oltorf,benwhite,1496610406,1496610507,101 +oltorf,benwhite,1496589971,1496590000,29 +oltorf,benwhite,1496607663,1496607718,55 +oltorf,benwhite,1496568897,1496569056,159 +oltorf,benwhite,1496594460,1496594652,192 +oltorf,benwhite,1496612100,1496612119,19 +oltorf,benwhite,1496591623,1496591660,37 +oltorf,benwhite,1496602040,1496602134,94 +oltorf,benwhite,1496606071,1496606132,61 +oltorf,benwhite,1496590186,1496590379,193 +oltorf,benwhite,1496601701,1496601779,78 +oltorf,benwhite,1496590988,1496591027,39 +oltorf,benwhite,1496598542,1496598681,139 +oltorf,benwhite,1496617749,1496617846,97 +oltorf,benwhite,1496585009,1496585023,14 +oltorf,benwhite,1496607196,1496607283,87 +oltorf,benwhite,1496604529,1496604692,163 +oltorf,benwhite,1496586013,1496586055,42 +oltorf,benwhite,1496584107,1496584289,182 +oltorf,benwhite,1496585393,1496585580,187 +oltorf,benwhite,1496594607,1496594697,90 +oltorf,benwhite,1496594109,1496594293,184 +oltorf,benwhite,1496610920,1496611002,82 +oltorf,benwhite,1496576065,1496576109,44 +oltorf,benwhite,1496586358,1496586546,188 +oltorf,benwhite,1496595339,1496595431,92 +oltorf,benwhite,1496585231,1496585384,153 +oltorf,benwhite,1496605327,1496605448,121 +oltorf,benwhite,1496610888,1496610969,81 +oltorf,benwhite,1496601559,1496601650,91 +oltorf,benwhite,1496601390,1496601459,69 +oltorf,benwhite,1496580294,1496580314,20 +oltorf,benwhite,1496586026,1496586105,79 +oltorf,benwhite,1496608936,1496609058,122 +oltorf,benwhite,1496579134,1496579273,139 +oltorf,benwhite,1496604983,1496605064,81 +oltorf,benwhite,1496575237,1496575281,44 +oltorf,benwhite,1496594711,1496594889,178 +oltorf,benwhite,1496578508,1496578684,176 +oltorf,benwhite,1496570185,1496570321,136 +oltorf,benwhite,1496582015,1496582211,196 +oltorf,benwhite,1496588971,1496589010,39 +oltorf,benwhite,1496606867,1496606920,53 +oltorf,benwhite,1496602098,1496602208,110 +oltorf,benwhite,1496592328,1496592462,134 +oltorf,benwhite,1496589856,1496589981,125 +oltorf,benwhite,1496576435,1496576445,10 +oltorf,benwhite,1496599103,1496599107,4 +oltorf,benwhite,1496575032,1496575063,31 +oltorf,benwhite,1496602329,1496602455,126 +oltorf,benwhite,1496595049,1496595118,69 +oltorf,benwhite,1496582734,1496582771,37 +oltorf,benwhite,1496592132,1496592182,50 +oltorf,benwhite,1496579823,1496579928,105 +oltorf,benwhite,1496589856,1496589966,110 +oltorf,benwhite,1496610655,1496610714,59 +oltorf,benwhite,1496613107,1496613119,12 +oltorf,benwhite,1496578996,1496579175,179 +oltorf,benwhite,1496568881,1496568947,66 +oltorf,benwhite,1496572938,1496572987,49 +oltorf,benwhite,1496603351,1496603537,186 +oltorf,benwhite,1496588271,1496588370,99 +oltorf,benwhite,1496615281,1496615466,185 +oltorf,benwhite,1496587406,1496587558,152 +oltorf,benwhite,1496610607,1496610677,70 +oltorf,benwhite,1496569888,1496570031,143 +oltorf,benwhite,1496617184,1496617364,180 +oltorf,benwhite,1496617151,1496617199,48 +oltorf,benwhite,1496614400,1496614425,25 +oltorf,benwhite,1496615757,1496615900,143 +oltorf,benwhite,1496611509,1496611564,55 +oltorf,benwhite,1496611087,1496611156,69 +oltorf,benwhite,1496607366,1496607385,19 +oltorf,benwhite,1496603979,1496604035,56 +oltorf,benwhite,1496607572,1496607595,23 +oltorf,benwhite,1496603721,1496603813,92 +oltorf,benwhite,1496616753,1496616929,176 +oltorf,benwhite,1496590604,1496590737,133 +oltorf,benwhite,1496580893,1496580898,5 +oltorf,benwhite,1496578108,1496578200,92 +oltorf,benwhite,1496581806,1496581881,75 +oltorf,benwhite,1496610202,1496610213,11 +oltorf,benwhite,1496579893,1496579999,106 +oltorf,benwhite,1496607032,1496607201,169 +oltorf,benwhite,1496616740,1496616843,103 +oltorf,benwhite,1496606702,1496606707,5 +oltorf,benwhite,1496575239,1496575288,49 +oltorf,benwhite,1496573808,1496573894,86 +oltorf,benwhite,1496589077,1496589211,134 +oltorf,benwhite,1496609992,1496609995,3 +oltorf,benwhite,1496597395,1496597426,31 +oltorf,benwhite,1496601442,1496601619,177 +oltorf,benwhite,1496581237,1496581329,92 +oltorf,benwhite,1496589180,1496589303,123 +oltorf,benwhite,1496610949,1496611148,199 +oltorf,benwhite,1496575855,1496576017,162 +oltorf,benwhite,1496595753,1496595922,169 +oltorf,benwhite,1496608347,1496608493,146 +oltorf,benwhite,1496574354,1496574437,83 +oltorf,benwhite,1496582824,1496582884,60 +oltorf,benwhite,1496572587,1496572735,148 +oltorf,benwhite,1496603532,1496603655,123 +oltorf,benwhite,1496571800,1496571810,10 +oltorf,benwhite,1496609665,1496609733,68 +oltorf,benwhite,1496572958,1496573113,155 +oltorf,benwhite,1496592987,1496593133,146 +oltorf,benwhite,1496584737,1496584844,107 +oltorf,benwhite,1496574576,1496574601,25 +oltorf,benwhite,1496612355,1496612448,93 +oltorf,benwhite,1496571994,1496572087,93 +oltorf,benwhite,1496610754,1496610836,82 +oltorf,benwhite,1496575304,1496575471,167 +oltorf,benwhite,1496603619,1496603663,44 +oltorf,benwhite,1496570847,1496570965,118 +oltorf,benwhite,1496580602,1496580709,107 +oltorf,benwhite,1496569621,1496569693,72 +oltorf,benwhite,1496599577,1496599620,43 +oltorf,benwhite,1496588463,1496588477,14 +oltorf,benwhite,1496586676,1496586864,188 +oltorf,benwhite,1496603860,1496603954,94 +oltorf,benwhite,1496579220,1496579271,51 +oltorf,benwhite,1496604217,1496604308,91 +oltorf,benwhite,1496609228,1496609426,198 +oltorf,benwhite,1496613038,1496613173,135 +oltorf,benwhite,1496603272,1496603442,170 +oltorf,benwhite,1496590920,1496590924,4 +oltorf,benwhite,1496595298,1496595343,45 +oltorf,benwhite,1496616040,1496616054,14 +oltorf,benwhite,1496587072,1496587236,164 +oltorf,benwhite,1496585754,1496585790,36 +oltorf,benwhite,1496597300,1496597460,160 +oltorf,benwhite,1496580007,1496580188,181 +oltorf,benwhite,1496576372,1496576375,3 +oltorf,benwhite,1496588579,1496588590,11 +oltorf,benwhite,1496604100,1496604121,21 +oltorf,benwhite,1496570024,1496570161,137 +oltorf,benwhite,1496606389,1496606533,144 +oltorf,benwhite,1496582951,1496583122,171 +oltorf,benwhite,1496594420,1496594445,25 +oltorf,benwhite,1496576576,1496576616,40 +oltorf,benwhite,1496588103,1496588292,189 +oltorf,benwhite,1496599655,1496599719,64 +oltorf,benwhite,1496611231,1496611358,127 +oltorf,benwhite,1496591320,1496591411,91 +oltorf,benwhite,1496590429,1496590445,16 +oltorf,benwhite,1496593610,1496593700,90 +oltorf,benwhite,1496604107,1496604189,82 +oltorf,benwhite,1496570439,1496570477,38 +oltorf,benwhite,1496569220,1496569331,111 +oltorf,benwhite,1496590708,1496590841,133 +oltorf,benwhite,1496582690,1496582874,184 +oltorf,benwhite,1496568684,1496568690,6 +oltorf,benwhite,1496599920,1496600119,199 +oltorf,benwhite,1496580335,1496580353,18 +oltorf,benwhite,1496575240,1496575325,85 +oltorf,benwhite,1496603204,1496603277,73 +oltorf,benwhite,1496601866,1496602060,194 +oltorf,benwhite,1496596083,1496596229,146 +oltorf,benwhite,1496611614,1496611711,97 +oltorf,benwhite,1496569609,1496569752,143 +oltorf,benwhite,1496581850,1496581857,7 +oltorf,benwhite,1496591681,1496591815,134 +oltorf,benwhite,1496570743,1496570846,103 +oltorf,benwhite,1496591050,1496591195,145 +oltorf,benwhite,1496590320,1496590435,115 +oltorf,benwhite,1496617916,1496618046,130 +oltorf,benwhite,1496603770,1496603770,0 +oltorf,benwhite,1496577729,1496577927,198 +oltorf,benwhite,1496593611,1496593696,85 +oltorf,benwhite,1496580091,1496580271,180 +oltorf,benwhite,1496584107,1496584169,62 +oltorf,benwhite,1496589505,1496589522,17 +oltorf,benwhite,1496612608,1496612623,15 +oltorf,benwhite,1496607573,1496607584,11 +oltorf,benwhite,1496582963,1496582987,24 +oltorf,benwhite,1496609375,1496609488,113 +oltorf,benwhite,1496616787,1496616959,172 +oltorf,benwhite,1496571676,1496571688,12 +oltorf,benwhite,1496596074,1496596222,148 +oltorf,benwhite,1496615273,1496615315,42 +oltorf,benwhite,1496614003,1496614114,111 +oltorf,benwhite,1496617926,1496618110,184 +oltorf,benwhite,1496615960,1496616140,180 +oltorf,benwhite,1496573811,1496573894,83 +oltorf,benwhite,1496591085,1496591261,176 +oltorf,benwhite,1496580939,1496580947,8 +oltorf,benwhite,1496568156,1496568229,73 +oltorf,benwhite,1496614244,1496614365,121 +oltorf,benwhite,1496598945,1496599135,190 +oltorf,benwhite,1496570732,1496570761,29 +oltorf,benwhite,1496595292,1496595446,154 +oltorf,benwhite,1496595812,1496595894,82 +oltorf,benwhite,1496612575,1496612632,57 +oltorf,benwhite,1496608066,1496608217,151 +oltorf,benwhite,1496608223,1496608239,16 +oltorf,benwhite,1496603365,1496603474,109 +oltorf,benwhite,1496595920,1496596107,187 +oltorf,benwhite,1496602360,1496602504,144 +oltorf,benwhite,1496568527,1496568627,100 +oltorf,benwhite,1496586105,1496586219,114 +oltorf,benwhite,1496580774,1496580840,66 +oltorf,benwhite,1496577957,1496578142,185 +oltorf,benwhite,1496577819,1496577860,41 +oltorf,benwhite,1496585516,1496585627,111 +oltorf,benwhite,1496601783,1496601843,60 +oltorf,benwhite,1496587818,1496587842,24 +oltorf,benwhite,1496609510,1496609657,147 +oltorf,benwhite,1496568446,1496568630,184 +oltorf,benwhite,1496589691,1496589886,195 +oltorf,benwhite,1496596645,1496596819,174 +oltorf,benwhite,1496593559,1496593626,67 +oltorf,benwhite,1496607497,1496607506,9 +oltorf,benwhite,1496604427,1496604435,8 +oltorf,benwhite,1496603445,1496603592,147 +oltorf,benwhite,1496574930,1496575007,77 +oltorf,benwhite,1496589778,1496589839,61 +oltorf,benwhite,1496576702,1496576771,69 +oltorf,benwhite,1496584706,1496584793,87 +oltorf,benwhite,1496609245,1496609413,168 +oltorf,benwhite,1496592402,1496592412,10 +oltorf,benwhite,1496600343,1496600476,133 +oltorf,benwhite,1496588520,1496588561,41 +oltorf,benwhite,1496597343,1496597403,60 +oltorf,benwhite,1496578171,1496578337,166 +oltorf,benwhite,1496609102,1496609267,165 +oltorf,benwhite,1496588150,1496588180,30 +oltorf,benwhite,1496603920,1496604108,188 +oltorf,benwhite,1496606465,1496606628,163 +oltorf,benwhite,1496609995,1496610005,10 +oltorf,benwhite,1496593450,1496593518,68 +oltorf,benwhite,1496598052,1496598097,45 +oltorf,benwhite,1496599060,1496599250,190 +oltorf,benwhite,1496613185,1496613217,32 +oltorf,benwhite,1496588285,1496588364,79 +oltorf,benwhite,1496616700,1496616724,24 +oltorf,benwhite,1496584143,1496584206,63 +oltorf,benwhite,1496584149,1496584289,140 +oltorf,benwhite,1496573877,1496573972,95 +oltorf,benwhite,1496606872,1496607032,160 +oltorf,benwhite,1496577583,1496577726,143 +oltorf,benwhite,1496614732,1496614826,94 +oltorf,benwhite,1496595957,1496595999,42 +oltorf,benwhite,1496612947,1496612980,33 +oltorf,benwhite,1496614396,1496614408,12 +oltorf,benwhite,1496611754,1496611919,165 +oltorf,benwhite,1496606351,1496606539,188 +oltorf,benwhite,1496584475,1496584551,76 +oltorf,benwhite,1496593146,1496593175,29 +oltorf,benwhite,1496604928,1496605039,111 +oltorf,benwhite,1496573496,1496573647,151 +oltorf,benwhite,1496581358,1496581482,124 +oltorf,benwhite,1496578470,1496578609,139 +oltorf,benwhite,1496568499,1496568533,34 +oltorf,benwhite,1496568247,1496568337,90 +oltorf,benwhite,1496607942,1496607985,43 +oltorf,benwhite,1496596222,1496596376,154 +oltorf,benwhite,1496615669,1496615844,175 +oltorf,benwhite,1496600101,1496600117,16 +oltorf,benwhite,1496605900,1496606000,100 +oltorf,benwhite,1496575468,1496575510,42 +oltorf,benwhite,1496572085,1496572127,42 +oltorf,benwhite,1496586136,1496586137,1 +oltorf,benwhite,1496594222,1496594384,162 +oltorf,benwhite,1496595201,1496595218,17 +oltorf,benwhite,1496603342,1496603426,84 +oltorf,benwhite,1496605032,1496605068,36 +oltorf,benwhite,1496587346,1496587470,124 +oltorf,benwhite,1496577148,1496577329,181 +oltorf,benwhite,1496600194,1496600318,124 +oltorf,benwhite,1496602819,1496602866,47 +oltorf,benwhite,1496573899,1496573986,87 +oltorf,benwhite,1496613500,1496613571,71 +oltorf,benwhite,1496575774,1496575830,56 +oltorf,benwhite,1496605201,1496605356,155 +oltorf,benwhite,1496616796,1496616875,79 +oltorf,benwhite,1496569469,1496569494,25 +oltorf,benwhite,1496576175,1496576257,82 +oltorf,benwhite,1496580628,1496580791,163 +oltorf,benwhite,1496594755,1496594919,164 +oltorf,benwhite,1496590533,1496590566,33 +oltorf,benwhite,1496581738,1496581878,140 +oltorf,benwhite,1496611792,1496611905,113 +oltorf,benwhite,1496575186,1496575366,180 +oltorf,benwhite,1496618243,1496618356,113 +oltorf,benwhite,1496610607,1496610806,199 +oltorf,benwhite,1496569314,1496569434,120 +oltorf,benwhite,1496600052,1496600225,173 +oltorf,benwhite,1496568535,1496568665,130 +oltorf,benwhite,1496607239,1496607251,12 +oltorf,benwhite,1496573528,1496573585,57 +oltorf,benwhite,1496572188,1496572224,36 +oltorf,benwhite,1496578011,1496578117,106 +oltorf,benwhite,1496571784,1496571826,42 +oltorf,benwhite,1496580158,1496580161,3 +oltorf,benwhite,1496585335,1496585518,183 +oltorf,benwhite,1496604765,1496604766,1 +oltorf,benwhite,1496596476,1496596528,52 +oltorf,benwhite,1496575675,1496575730,55 +oltorf,benwhite,1496591992,1496591997,5 +oltorf,benwhite,1496589634,1496589678,44 +oltorf,benwhite,1496577444,1496577640,196 +oltorf,benwhite,1496582329,1496582364,35 +oltorf,benwhite,1496583223,1496583376,153 +oltorf,benwhite,1496596667,1496596724,57 +oltorf,benwhite,1496617631,1496617757,126 +oltorf,benwhite,1496599327,1496599448,121 +oltorf,benwhite,1496599823,1496599862,39 +oltorf,benwhite,1496591771,1496591965,194 +oltorf,benwhite,1496578496,1496578544,48 +oltorf,benwhite,1496587290,1496587464,174 +oltorf,benwhite,1496576335,1496576474,139 +oltorf,benwhite,1496575361,1496575433,72 +oltorf,benwhite,1496613915,1496614009,94 +oltorf,benwhite,1496573128,1496573280,152 +oltorf,benwhite,1496608447,1496608528,81 +oltorf,benwhite,1496599507,1496599574,67 +oltorf,benwhite,1496618000,1496618013,13 +oltorf,benwhite,1496605864,1496605875,11 +oltorf,benwhite,1496610394,1496610478,84 +oltorf,benwhite,1496591702,1496591784,82 +oltorf,benwhite,1496595377,1496595553,176 +oltorf,benwhite,1496589871,1496590034,163 +oltorf,benwhite,1496586994,1496587008,14 +oltorf,benwhite,1496603690,1496603763,73 +oltorf,benwhite,1496602074,1496602074,0 +oltorf,benwhite,1496579956,1496580029,73 +oltorf,benwhite,1496603768,1496603812,44 +oltorf,benwhite,1496580097,1496580183,86 +oltorf,benwhite,1496585983,1496586125,142 +oltorf,benwhite,1496591162,1496591228,66 +oltorf,benwhite,1496603444,1496603600,156 +oltorf,benwhite,1496599290,1496599464,174 +oltorf,benwhite,1496594003,1496594149,146 +oltorf,benwhite,1496575412,1496575580,168 +oltorf,benwhite,1496608152,1496608258,106 +oltorf,benwhite,1496590964,1496591094,130 +oltorf,benwhite,1496573314,1496573402,88 +oltorf,benwhite,1496582455,1496582475,20 +oltorf,benwhite,1496614064,1496614142,78 +oltorf,benwhite,1496609711,1496609718,7 +oltorf,benwhite,1496584888,1496584906,18 +oltorf,benwhite,1496613583,1496613697,114 +oltorf,benwhite,1496572498,1496572667,169 +oltorf,benwhite,1496618477,1496618656,179 +oltorf,benwhite,1496611841,1496612036,195 +oltorf,benwhite,1496580624,1496580656,32 +oltorf,benwhite,1496607343,1496607515,172 +oltorf,benwhite,1496572470,1496572633,163 +oltorf,benwhite,1496597225,1496597270,45 +oltorf,benwhite,1496574236,1496574243,7 +oltorf,benwhite,1496577005,1496577055,50 +oltorf,benwhite,1496570647,1496570720,73 +oltorf,benwhite,1496571301,1496571389,88 +oltorf,benwhite,1496595394,1496595581,187 +oltorf,benwhite,1496570039,1496570204,165 +oltorf,benwhite,1496568337,1496568424,87 +oltorf,benwhite,1496612428,1496612574,146 +oltorf,benwhite,1496569576,1496569770,194 +oltorf,benwhite,1496610989,1496611115,126 +oltorf,benwhite,1496594006,1496594068,62 +oltorf,benwhite,1496585942,1496586073,131 +oltorf,benwhite,1496605982,1496606054,72 +oltorf,benwhite,1496588699,1496588859,160 +oltorf,benwhite,1496592895,1496593011,116 +oltorf,benwhite,1496616031,1496616080,49 +oltorf,benwhite,1496601782,1496601894,112 +oltorf,benwhite,1496596766,1496596931,165 +oltorf,benwhite,1496584153,1496584332,179 +oltorf,benwhite,1496570391,1496570393,2 +oltorf,benwhite,1496580312,1496580435,123 +oltorf,benwhite,1496574083,1496574224,141 +oltorf,benwhite,1496596040,1496596066,26 +oltorf,benwhite,1496593828,1496593939,111 +oltorf,benwhite,1496614299,1496614449,150 +oltorf,benwhite,1496589801,1496589872,71 +oltorf,benwhite,1496575776,1496575940,164 +oltorf,benwhite,1496596619,1496596773,154 +oltorf,benwhite,1496588259,1496588315,56 +oltorf,benwhite,1496575768,1496575902,134 +oltorf,benwhite,1496598292,1496598462,170 +oltorf,benwhite,1496594123,1496594155,32 +oltorf,benwhite,1496589383,1496589427,44 +oltorf,benwhite,1496594810,1496594874,64 +oltorf,benwhite,1496597654,1496597844,190 +oltorf,benwhite,1496595915,1496596010,95 +oltorf,benwhite,1496590509,1496590530,21 +oltorf,benwhite,1496583298,1496583335,37 +oltorf,benwhite,1496612284,1496612442,158 +oltorf,benwhite,1496612431,1496612487,56 +oltorf,benwhite,1496590752,1496590797,45 +oltorf,benwhite,1496588877,1496588981,104 +oltorf,benwhite,1496612808,1496612982,174 +oltorf,benwhite,1496597437,1496597478,41 +oltorf,benwhite,1496580095,1496580294,199 +oltorf,benwhite,1496579443,1496579510,67 +oltorf,benwhite,1496587959,1496588081,122 +oltorf,benwhite,1496609080,1496609156,76 +oltorf,benwhite,1496611987,1496612081,94 +oltorf,benwhite,1496584724,1496584776,52 +oltorf,benwhite,1496599413,1496599612,199 +oltorf,benwhite,1496608484,1496608612,128 +oltorf,benwhite,1496576330,1496576446,116 +oltorf,benwhite,1496592095,1496592260,165 +oltorf,benwhite,1496618346,1496618366,20 +oltorf,benwhite,1496574193,1496574244,51 +oltorf,benwhite,1496587541,1496587678,137 +oltorf,benwhite,1496584650,1496584756,106 +oltorf,benwhite,1496592714,1496592735,21 +oltorf,benwhite,1496586578,1496586610,32 +oltorf,benwhite,1496578612,1496578701,89 +oltorf,benwhite,1496602779,1496602804,25 +oltorf,benwhite,1496596244,1496596376,132 +oltorf,benwhite,1496574831,1496574869,38 +oltorf,benwhite,1496605914,1496605941,27 +oltorf,benwhite,1496581693,1496581774,81 +oltorf,benwhite,1496578696,1496578732,36 +oltorf,benwhite,1496599291,1496599349,58 +oltorf,benwhite,1496597348,1496597463,115 +oltorf,benwhite,1496589835,1496589841,6 +oltorf,benwhite,1496608977,1496608977,0 +oltorf,benwhite,1496586275,1496586324,49 +oltorf,benwhite,1496583418,1496583479,61 +oltorf,benwhite,1496598080,1496598091,11 +oltorf,benwhite,1496614234,1496614335,101 +oltorf,benwhite,1496599509,1496599514,5 +oltorf,benwhite,1496590185,1496590350,165 +oltorf,benwhite,1496572767,1496572864,97 +oltorf,benwhite,1496593397,1496593397,0 +oltorf,benwhite,1496571374,1496571414,40 +oltorf,benwhite,1496568248,1496568407,159 +oltorf,benwhite,1496593046,1496593153,107 +oltorf,benwhite,1496577402,1496577444,42 +oltorf,benwhite,1496590669,1496590837,168 +oltorf,benwhite,1496611120,1496611130,10 +oltorf,benwhite,1496612275,1496612379,104 +oltorf,benwhite,1496578316,1496578485,169 +oltorf,benwhite,1496578744,1496578753,9 +oltorf,benwhite,1496608552,1496608576,24 +oltorf,benwhite,1496569865,1496569928,63 +oltorf,benwhite,1496595926,1496596045,119 +oltorf,benwhite,1496588743,1496588798,55 +oltorf,benwhite,1496605255,1496605313,58 +oltorf,benwhite,1496605281,1496605371,90 +oltorf,benwhite,1496573340,1496573489,149 +oltorf,benwhite,1496601805,1496601890,85 +oltorf,benwhite,1496578657,1496578811,154 +oltorf,benwhite,1496614920,1496615076,156 +oltorf,benwhite,1496605738,1496605805,67 +oltorf,benwhite,1496576189,1496576295,106 +oltorf,benwhite,1496572562,1496572665,103 +oltorf,benwhite,1496583423,1496583538,115 +oltorf,benwhite,1496587797,1496587846,49 +oltorf,benwhite,1496614500,1496614574,74 +oltorf,benwhite,1496578884,1496579033,149 +oltorf,benwhite,1496597782,1496597803,21 +oltorf,benwhite,1496583212,1496583367,155 +oltorf,benwhite,1496610970,1496611047,77 +oltorf,benwhite,1496598254,1496598368,114 +oltorf,benwhite,1496584335,1496584402,67 +oltorf,benwhite,1496609437,1496609452,15 +oltorf,benwhite,1496587519,1496587656,137 +oltorf,benwhite,1496603616,1496603754,138 +oltorf,benwhite,1496575371,1496575391,20 +oltorf,benwhite,1496588621,1496588630,9 +oltorf,benwhite,1496593762,1496593887,125 +oltorf,benwhite,1496584549,1496584704,155 +oltorf,benwhite,1496605705,1496605740,35 +oltorf,benwhite,1496583682,1496583715,33 +oltorf,benwhite,1496596922,1496596939,17 +oltorf,benwhite,1496576708,1496576813,105 +oltorf,benwhite,1496579923,1496580058,135 +oltorf,benwhite,1496592170,1496592209,39 +oltorf,benwhite,1496602602,1496602607,5 +oltorf,benwhite,1496574488,1496574632,144 +oltorf,benwhite,1496581364,1496581501,137 +oltorf,benwhite,1496577452,1496577544,92 +oltorf,benwhite,1496579136,1496579136,0 +oltorf,benwhite,1496581999,1496582111,112 +oltorf,benwhite,1496594379,1496594440,61 +oltorf,benwhite,1496597348,1496597470,122 +oltorf,benwhite,1496589810,1496589888,78 +oltorf,benwhite,1496605745,1496605920,175 +oltorf,benwhite,1496587783,1496587942,159 +oltorf,benwhite,1496586373,1496586538,165 +oltorf,benwhite,1496575997,1496576045,48 +oltorf,benwhite,1496579756,1496579851,95 +oltorf,benwhite,1496605370,1496605430,60 +oltorf,benwhite,1496604623,1496604646,23 +oltorf,benwhite,1496581628,1496581808,180 +oltorf,benwhite,1496577853,1496578027,174 +oltorf,benwhite,1496569213,1496569346,133 +oltorf,benwhite,1496601262,1496601302,40 +oltorf,benwhite,1496615140,1496615256,116 +oltorf,benwhite,1496596719,1496596754,35 +oltorf,benwhite,1496577770,1496577920,150 +oltorf,benwhite,1496595907,1496596038,131 +oltorf,benwhite,1496568894,1496569052,158 +oltorf,benwhite,1496603582,1496603600,18 +oltorf,benwhite,1496597669,1496597738,69 +oltorf,benwhite,1496610062,1496610243,181 +oltorf,benwhite,1496600629,1496600735,106 +oltorf,benwhite,1496570845,1496570971,126 +oltorf,benwhite,1496588859,1496589002,143 +oltorf,benwhite,1496576301,1496576498,197 +oltorf,benwhite,1496591959,1496591998,39 +oltorf,benwhite,1496601031,1496601105,74 +oltorf,benwhite,1496602812,1496602851,39 +oltorf,benwhite,1496602084,1496602217,133 +oltorf,benwhite,1496603277,1496603334,57 +oltorf,benwhite,1496575651,1496575678,27 +oltorf,benwhite,1496592350,1496592452,102 +oltorf,benwhite,1496591227,1496591240,13 +oltorf,benwhite,1496583360,1496583474,114 +oltorf,benwhite,1496611064,1496611161,97 +oltorf,benwhite,1496593639,1496593696,57 +oltorf,benwhite,1496608094,1496608100,6 +oltorf,benwhite,1496573443,1496573497,54 +oltorf,benwhite,1496607256,1496607326,70 +oltorf,benwhite,1496613237,1496613431,194 +oltorf,benwhite,1496585699,1496585825,126 +oltorf,benwhite,1496601416,1496601523,107 +oltorf,benwhite,1496612124,1496612300,176 +oltorf,benwhite,1496574147,1496574280,133 +oltorf,benwhite,1496573995,1496574044,49 +oltorf,benwhite,1496576407,1496576479,72 +oltorf,benwhite,1496612844,1496612975,131 +oltorf,benwhite,1496616885,1496616896,11 +oltorf,benwhite,1496603574,1496603693,119 +oltorf,benwhite,1496615214,1496615325,111 +oltorf,benwhite,1496605829,1496605835,6 +oltorf,benwhite,1496616415,1496616480,65 +oltorf,benwhite,1496583418,1496583445,27 +oltorf,benwhite,1496580579,1496580695,116 +oltorf,benwhite,1496575609,1496575656,47 +oltorf,benwhite,1496590334,1496590414,80 +oltorf,benwhite,1496593270,1496593315,45 +oltorf,benwhite,1496585187,1496585234,47 +oltorf,benwhite,1496608516,1496608693,177 +oltorf,benwhite,1496582342,1496582397,55 +oltorf,benwhite,1496591094,1496591103,9 +oltorf,benwhite,1496588758,1496588828,70 +oltorf,benwhite,1496612083,1496612224,141 +oltorf,benwhite,1496572745,1496572850,105 +oltorf,benwhite,1496606837,1496606999,162 +oltorf,benwhite,1496612224,1496612326,102 +oltorf,benwhite,1496582492,1496582574,82 +oltorf,benwhite,1496575711,1496575716,5 +oltorf,benwhite,1496595155,1496595244,89 +oltorf,benwhite,1496590374,1496590427,53 +oltorf,benwhite,1496588141,1496588150,9 +oltorf,benwhite,1496606750,1496606852,102 +oltorf,benwhite,1496583624,1496583647,23 +oltorf,benwhite,1496577006,1496577130,124 +oltorf,benwhite,1496583162,1496583283,121 +oltorf,benwhite,1496616022,1496616050,28 +oltorf,benwhite,1496577336,1496577535,199 +oltorf,benwhite,1496590145,1496590313,168 +oltorf,benwhite,1496599062,1496599139,77 +oltorf,benwhite,1496578143,1496578309,166 +oltorf,benwhite,1496612501,1496612682,181 +oltorf,benwhite,1496614505,1496614596,91 +oltorf,benwhite,1496615593,1496615777,184 +oltorf,benwhite,1496609669,1496609844,175 +oltorf,benwhite,1496584588,1496584654,66 +oltorf,benwhite,1496593353,1496593520,167 +oltorf,benwhite,1496577762,1496577921,159 +oltorf,benwhite,1496596642,1496596750,108 +oltorf,benwhite,1496593121,1496593260,139 +oltorf,benwhite,1496599251,1496599255,4 +oltorf,benwhite,1496581344,1496581518,174 +oltorf,benwhite,1496600719,1496600907,188 +oltorf,benwhite,1496578578,1496578616,38 +oltorf,benwhite,1496580827,1496580835,8 +oltorf,benwhite,1496599058,1496599126,68 +oltorf,benwhite,1496572653,1496572815,162 +oltorf,benwhite,1496610490,1496610607,117 +oltorf,benwhite,1496584700,1496584711,11 +oltorf,benwhite,1496570828,1496570924,96 +oltorf,benwhite,1496614384,1496614445,61 +oltorf,benwhite,1496574747,1496574938,191 +oltorf,benwhite,1496609540,1496609656,116 +oltorf,benwhite,1496574679,1496574716,37 +oltorf,benwhite,1496580169,1496580285,116 +oltorf,benwhite,1496604670,1496604847,177 +oltorf,benwhite,1496584707,1496584868,161 +oltorf,benwhite,1496571732,1496571921,189 +oltorf,benwhite,1496613433,1496613512,79 +oltorf,benwhite,1496597551,1496597674,123 +oltorf,benwhite,1496610316,1496610451,135 +oltorf,benwhite,1496606614,1496606654,40 +oltorf,benwhite,1496604441,1496604558,117 +oltorf,benwhite,1496586615,1496586685,70 +oltorf,benwhite,1496578415,1496578425,10 +oltorf,benwhite,1496583468,1496583658,190 +oltorf,benwhite,1496591743,1496591871,128 +oltorf,benwhite,1496596053,1496596238,185 +oltorf,benwhite,1496582673,1496582771,98 +oltorf,benwhite,1496601188,1496601352,164 +oltorf,benwhite,1496584855,1496585053,198 +oltorf,benwhite,1496590115,1496590256,141 +oltorf,benwhite,1496608844,1496609004,160 +oltorf,benwhite,1496594011,1496594133,122 +oltorf,benwhite,1496581770,1496581841,71 +oltorf,benwhite,1496604152,1496604233,81 +oltorf,benwhite,1496576212,1496576348,136 +oltorf,benwhite,1496608816,1496608889,73 +oltorf,benwhite,1496587867,1496588048,181 +oltorf,benwhite,1496587985,1496588058,73 +oltorf,benwhite,1496596825,1496596859,34 +oltorf,benwhite,1496606741,1496606927,186 +oltorf,benwhite,1496589994,1496590090,96 +oltorf,benwhite,1496611479,1496611520,41 +oltorf,benwhite,1496607938,1496607962,24 +oltorf,benwhite,1496578937,1496579053,116 +oltorf,benwhite,1496595533,1496595612,79 +oltorf,benwhite,1496613758,1496613948,190 +oltorf,benwhite,1496588383,1496588423,40 +oltorf,benwhite,1496581129,1496581301,172 +oltorf,benwhite,1496614346,1496614503,157 +oltorf,benwhite,1496594659,1496594769,110 +oltorf,benwhite,1496596189,1496596272,83 +oltorf,benwhite,1496575096,1496575119,23 +oltorf,benwhite,1496595797,1496595991,194 +oltorf,benwhite,1496605601,1496605655,54 +oltorf,benwhite,1496590049,1496590172,123 +oltorf,benwhite,1496604501,1496604691,190 +oltorf,benwhite,1496610734,1496610749,15 +oltorf,benwhite,1496579998,1496580033,35 +oltorf,benwhite,1496581072,1496581119,47 +oltorf,benwhite,1496575309,1496575399,90 +oltorf,benwhite,1496595371,1496595442,71 +oltorf,benwhite,1496583827,1496583949,122 +oltorf,benwhite,1496585790,1496585852,62 +oltorf,benwhite,1496598382,1496598410,28 +oltorf,benwhite,1496607242,1496607287,45 +oltorf,benwhite,1496596602,1496596705,103 +oltorf,benwhite,1496606391,1496606540,149 +oltorf,benwhite,1496598140,1496598166,26 +oltorf,benwhite,1496574595,1496574644,49 +oltorf,benwhite,1496574829,1496574885,56 +oltorf,benwhite,1496591771,1496591957,186 +oltorf,benwhite,1496586177,1496586329,152 +oltorf,benwhite,1496582161,1496582317,156 +oltorf,benwhite,1496579633,1496579720,87 +oltorf,benwhite,1496608856,1496608953,97 +oltorf,benwhite,1496610240,1496610281,41 +oltorf,benwhite,1496573203,1496573315,112 +oltorf,benwhite,1496596805,1496596911,106 +oltorf,benwhite,1496576925,1496577077,152 +oltorf,benwhite,1496588851,1496588929,78 +oltorf,benwhite,1496573989,1496574006,17 +oltorf,benwhite,1496604402,1496604562,160 +oltorf,benwhite,1496573901,1496574015,114 +oltorf,benwhite,1496578130,1496578280,150 +oltorf,benwhite,1496586172,1496586209,37 +oltorf,benwhite,1496583254,1496583390,136 +oltorf,benwhite,1496594468,1496594481,13 +oltorf,benwhite,1496605768,1496605933,165 +oltorf,benwhite,1496614790,1496614875,85 +oltorf,benwhite,1496584135,1496584304,169 +oltorf,benwhite,1496597455,1496597474,19 +oltorf,benwhite,1496603850,1496603886,36 +oltorf,benwhite,1496588254,1496588435,181 +oltorf,benwhite,1496602623,1496602681,58 +oltorf,benwhite,1496571330,1496571509,179 +oltorf,benwhite,1496582718,1496582826,108 +oltorf,benwhite,1496581132,1496581329,197 +oltorf,benwhite,1496610865,1496610867,2 +oltorf,benwhite,1496574612,1496574664,52 +oltorf,benwhite,1496589224,1496589379,155 +oltorf,benwhite,1496604457,1496604472,15 +oltorf,benwhite,1496589600,1496589680,80 +oltorf,benwhite,1496606199,1496606234,35 +oltorf,benwhite,1496586033,1496586047,14 +oltorf,benwhite,1496590791,1496590973,182 +oltorf,benwhite,1496575094,1496575209,115 +oltorf,benwhite,1496571126,1496571150,24 +oltorf,benwhite,1496581981,1496582110,129 +oltorf,benwhite,1496584277,1496584431,154 +oltorf,benwhite,1496576295,1496576455,160 +oltorf,benwhite,1496572471,1496572652,181 +oltorf,benwhite,1496572169,1496572254,85 +oltorf,benwhite,1496580084,1496580238,154 +oltorf,benwhite,1496600542,1496600625,83 +oltorf,benwhite,1496571955,1496572066,111 +oltorf,benwhite,1496612519,1496612642,123 +oltorf,benwhite,1496607471,1496607562,91 +oltorf,benwhite,1496573374,1496573402,28 +oltorf,benwhite,1496594482,1496594664,182 +oltorf,benwhite,1496569978,1496570010,32 +oltorf,benwhite,1496596506,1496596637,131 +oltorf,benwhite,1496601696,1496601763,67 +oltorf,benwhite,1496577177,1496577202,25 +oltorf,benwhite,1496570756,1496570849,93 +oltorf,benwhite,1496568511,1496568536,25 +oltorf,benwhite,1496585430,1496585478,48 +oltorf,benwhite,1496586897,1496587053,156 +oltorf,benwhite,1496602630,1496602736,106 +oltorf,benwhite,1496585407,1496585590,183 +oltorf,benwhite,1496587269,1496587322,53 +oltorf,benwhite,1496582423,1496582505,82 +oltorf,benwhite,1496577412,1496577609,197 +oltorf,benwhite,1496590301,1496590348,47 +oltorf,benwhite,1496571693,1496571764,71 +oltorf,benwhite,1496593094,1496593275,181 +oltorf,benwhite,1496591745,1496591745,0 +oltorf,benwhite,1496605012,1496605077,65 +oltorf,benwhite,1496606815,1496606946,131 +oltorf,benwhite,1496578492,1496578560,68 +oltorf,benwhite,1496590031,1496590150,119 +oltorf,benwhite,1496612613,1496612750,137 +oltorf,benwhite,1496580697,1496580836,139 +oltorf,benwhite,1496592973,1496593032,59 +oltorf,benwhite,1496583586,1496583587,1 +oltorf,benwhite,1496607667,1496607680,13 +oltorf,benwhite,1496583515,1496583601,86 +oltorf,benwhite,1496608908,1496608969,61 +oltorf,benwhite,1496609570,1496609677,107 +oltorf,benwhite,1496607842,1496607947,105 +oltorf,benwhite,1496575167,1496575169,2 +oltorf,benwhite,1496581588,1496581596,8 +oltorf,benwhite,1496581669,1496581735,66 +oltorf,benwhite,1496598240,1496598263,23 +oltorf,benwhite,1496598268,1496598377,109 +oltorf,benwhite,1496594410,1496594535,125 +oltorf,benwhite,1496609258,1496609343,85 +oltorf,benwhite,1496612335,1496612375,40 +oltorf,benwhite,1496599403,1496599544,141 +oltorf,benwhite,1496614770,1496614897,127 +oltorf,benwhite,1496607738,1496607882,144 +oltorf,benwhite,1496607011,1496607175,164 +oltorf,benwhite,1496606618,1496606787,169 +oltorf,benwhite,1496570443,1496570596,153 +oltorf,benwhite,1496574257,1496574339,82 +oltorf,benwhite,1496586935,1496587048,113 +oltorf,benwhite,1496571816,1496571891,75 +oltorf,benwhite,1496568430,1496568539,109 +oltorf,benwhite,1496569698,1496569763,65 +oltorf,benwhite,1496591515,1496591657,142 +oltorf,benwhite,1496582264,1496582358,94 +oltorf,benwhite,1496592149,1496592192,43 +oltorf,benwhite,1496596730,1496596795,65 +oltorf,benwhite,1496607490,1496607515,25 +oltorf,benwhite,1496571539,1496571701,162 +oltorf,benwhite,1496570067,1496570184,117 +oltorf,benwhite,1496608936,1496609131,195 +oltorf,benwhite,1496571445,1496571560,115 +oltorf,benwhite,1496581646,1496581785,139 +oltorf,benwhite,1496613987,1496614092,105 +oltorf,benwhite,1496598945,1496599004,59 +oltorf,benwhite,1496603445,1496603555,110 +oltorf,benwhite,1496579058,1496579195,137 +oltorf,benwhite,1496598373,1496598491,118 +oltorf,benwhite,1496586870,1496587029,159 +oltorf,benwhite,1496611341,1496611384,43 +oltorf,benwhite,1496598482,1496598515,33 +oltorf,benwhite,1496576723,1496576915,192 +oltorf,benwhite,1496618158,1496618159,1 +oltorf,benwhite,1496603871,1496604057,186 +oltorf,benwhite,1496586140,1496586313,173 +oltorf,benwhite,1496599762,1496599854,92 +oltorf,benwhite,1496603748,1496603864,116 +oltorf,benwhite,1496580081,1496580118,37 +oltorf,benwhite,1496585064,1496585195,131 +oltorf,benwhite,1496588505,1496588570,65 +oltorf,benwhite,1496609595,1496609686,91 +oltorf,benwhite,1496612396,1496612466,70 +oltorf,benwhite,1496584192,1496584268,76 +oltorf,benwhite,1496603908,1496603944,36 +oltorf,benwhite,1496591985,1496592070,85 +oltorf,benwhite,1496582619,1496582786,167 +oltorf,benwhite,1496595503,1496595666,163 +oltorf,benwhite,1496580119,1496580268,149 +oltorf,benwhite,1496593500,1496593559,59 +oltorf,benwhite,1496611740,1496611779,39 +oltorf,benwhite,1496602759,1496602866,107 +oltorf,benwhite,1496588553,1496588567,14 +oltorf,benwhite,1496595458,1496595638,180 +oltorf,benwhite,1496592696,1496592862,166 +oltorf,benwhite,1496575952,1496576041,89 +oltorf,benwhite,1496580672,1496580762,90 +oltorf,benwhite,1496574542,1496574611,69 +oltorf,benwhite,1496574872,1496575067,195 +oltorf,benwhite,1496585652,1496585724,72 +oltorf,benwhite,1496609358,1496609370,12 +oltorf,benwhite,1496593033,1496593193,160 +oltorf,benwhite,1496574818,1496574896,78 +oltorf,benwhite,1496578725,1496578807,82 +oltorf,benwhite,1496613323,1496613495,172 +oltorf,benwhite,1496570826,1496570831,5 +oltorf,benwhite,1496609950,1496610129,179 +oltorf,benwhite,1496582455,1496582553,98 +oltorf,benwhite,1496616406,1496616576,170 +oltorf,benwhite,1496584504,1496584629,125 +oltorf,benwhite,1496603215,1496603303,88 +oltorf,benwhite,1496595835,1496595866,31 +oltorf,benwhite,1496601900,1496601938,38 +oltorf,benwhite,1496590691,1496590872,181 +oltorf,benwhite,1496578473,1496578502,29 +oltorf,benwhite,1496571584,1496571718,134 +oltorf,benwhite,1496590048,1496590207,159 +oltorf,benwhite,1496574767,1496574938,171 +oltorf,benwhite,1496590796,1496590856,60 +oltorf,benwhite,1496577350,1496577381,31 +oltorf,benwhite,1496612650,1496612752,102 +oltorf,benwhite,1496584976,1496585114,138 +oltorf,benwhite,1496573862,1496573988,126 +oltorf,benwhite,1496590476,1496590588,112 +oltorf,benwhite,1496617223,1496617410,187 +oltorf,benwhite,1496578783,1496578973,190 +oltorf,benwhite,1496601436,1496601564,128 +oltorf,benwhite,1496603971,1496604093,122 +oltorf,benwhite,1496609142,1496609212,70 +oltorf,benwhite,1496584654,1496584699,45 +oltorf,benwhite,1496584811,1496584889,78 +oltorf,benwhite,1496569026,1496569185,159 +oltorf,benwhite,1496588011,1496588022,11 +oltorf,benwhite,1496613758,1496613876,118 +oltorf,benwhite,1496615497,1496615617,120 +oltorf,benwhite,1496586741,1496586916,175 +oltorf,benwhite,1496606054,1496606114,60 +oltorf,benwhite,1496590959,1496590983,24 +oltorf,benwhite,1496606055,1496606209,154 +oltorf,benwhite,1496616902,1496617080,178 +oltorf,benwhite,1496597065,1496597146,81 +oltorf,benwhite,1496598097,1496598232,135 +oltorf,benwhite,1496597693,1496597723,30 +oltorf,benwhite,1496579909,1496579926,17 +oltorf,benwhite,1496599137,1496599258,121 +oltorf,benwhite,1496581446,1496581639,193 +oltorf,benwhite,1496606068,1496606084,16 +oltorf,benwhite,1496603232,1496603364,132 +oltorf,benwhite,1496585472,1496585517,45 +oltorf,benwhite,1496572864,1496572922,58 +oltorf,benwhite,1496591958,1496592126,168 +oltorf,benwhite,1496585990,1496586093,103 +oltorf,benwhite,1496614495,1496614594,99 +oltorf,benwhite,1496573382,1496573382,0 +oltorf,benwhite,1496574684,1496574842,158 +oltorf,benwhite,1496586280,1496586477,197 +oltorf,benwhite,1496602241,1496602322,81 +oltorf,benwhite,1496588696,1496588718,22 +oltorf,benwhite,1496607139,1496607325,186 +oltorf,benwhite,1496575729,1496575772,43 +oltorf,benwhite,1496613915,1496613946,31 +oltorf,benwhite,1496610453,1496610498,45 +oltorf,benwhite,1496587348,1496587541,193 +oltorf,benwhite,1496614220,1496614388,168 +oltorf,benwhite,1496613413,1496613524,111 +oltorf,benwhite,1496617690,1496617782,92 +oltorf,benwhite,1496590759,1496590895,136 +oltorf,benwhite,1496583548,1496583656,108 +oltorf,benwhite,1496601193,1496601348,155 +oltorf,benwhite,1496600621,1496600630,9 +oltorf,benwhite,1496582479,1496582599,120 +oltorf,benwhite,1496605985,1496605994,9 +oltorf,benwhite,1496580261,1496580363,102 +oltorf,benwhite,1496589824,1496589905,81 +oltorf,benwhite,1496590094,1496590246,152 +oltorf,benwhite,1496595640,1496595707,67 +oltorf,benwhite,1496569072,1496569145,73 +oltorf,benwhite,1496597879,1496597891,12 +oltorf,benwhite,1496611013,1496611204,191 +oltorf,benwhite,1496598849,1496599010,161 +oltorf,benwhite,1496576040,1496576104,64 +oltorf,benwhite,1496600521,1496600636,115 +oltorf,benwhite,1496600052,1496600140,88 +oltorf,benwhite,1496593149,1496593304,155 +oltorf,benwhite,1496614232,1496614340,108 +oltorf,benwhite,1496571252,1496571312,60 +oltorf,benwhite,1496596681,1496596753,72 +oltorf,benwhite,1496568190,1496568258,68 +oltorf,benwhite,1496616996,1496617023,27 +oltorf,benwhite,1496618240,1496618314,74 +oltorf,benwhite,1496617384,1496617384,0 +oltorf,benwhite,1496579407,1496579459,52 +oltorf,benwhite,1496570462,1496570600,138 +oltorf,benwhite,1496574181,1496574245,64 +oltorf,benwhite,1496597453,1496597549,96 +oltorf,benwhite,1496581390,1496581416,26 +oltorf,benwhite,1496612728,1496612813,85 +oltorf,benwhite,1496591478,1496591576,98 +oltorf,benwhite,1496588785,1496588886,101 +oltorf,benwhite,1496617133,1496617140,7 +oltorf,benwhite,1496580917,1496580942,25 +oltorf,benwhite,1496578295,1496578467,172 +oltorf,benwhite,1496606487,1496606493,6 +oltorf,benwhite,1496597278,1496597280,2 +oltorf,benwhite,1496579716,1496579845,129 +oltorf,benwhite,1496582963,1496583085,122 +oltorf,benwhite,1496597524,1496597631,107 +oltorf,benwhite,1496588870,1496589007,137 +oltorf,benwhite,1496593730,1496593871,141 +oltorf,benwhite,1496576203,1496576367,164 +oltorf,benwhite,1496580245,1496580367,122 +oltorf,benwhite,1496600446,1496600457,11 +oltorf,benwhite,1496598362,1496598465,103 +oltorf,benwhite,1496589403,1496589567,164 +oltorf,benwhite,1496578978,1496579035,57 +oltorf,benwhite,1496580076,1496580176,100 +oltorf,benwhite,1496609104,1496609192,88 +oltorf,benwhite,1496575529,1496575709,180 +oltorf,benwhite,1496577967,1496578078,111 +oltorf,benwhite,1496600712,1496600772,60 +oltorf,benwhite,1496612351,1496612550,199 +oltorf,benwhite,1496604992,1496605124,132 +oltorf,benwhite,1496618276,1496618298,22 +oltorf,benwhite,1496604938,1496605134,196 +oltorf,benwhite,1496604251,1496604333,82 +oltorf,benwhite,1496597776,1496597949,173 +oltorf,benwhite,1496616543,1496616700,157 +oltorf,benwhite,1496583310,1496583439,129 +oltorf,benwhite,1496612823,1496612954,131 +oltorf,benwhite,1496607509,1496607645,136 +oltorf,benwhite,1496586897,1496587094,197 +oltorf,benwhite,1496605278,1496605430,152 +oltorf,benwhite,1496596666,1496596786,120 +oltorf,benwhite,1496576329,1496576394,65 +oltorf,benwhite,1496574761,1496574781,20 +oltorf,benwhite,1496608320,1496608468,148 +oltorf,benwhite,1496594240,1496594303,63 +oltorf,benwhite,1496600345,1496600436,91 +oltorf,benwhite,1496605201,1496605236,35 +oltorf,benwhite,1496586936,1496587110,174 +oltorf,benwhite,1496584211,1496584286,75 +oltorf,benwhite,1496596119,1496596135,16 +oltorf,benwhite,1496575718,1496575778,60 +oltorf,benwhite,1496600916,1496600973,57 +oltorf,benwhite,1496614702,1496614874,172 +oltorf,benwhite,1496610074,1496610123,49 +oltorf,benwhite,1496605134,1496605142,8 +oltorf,benwhite,1496596539,1496596641,102 +oltorf,benwhite,1496573561,1496573709,148 +oltorf,benwhite,1496617554,1496617631,77 +oltorf,benwhite,1496576035,1496576126,91 +oltorf,benwhite,1496568246,1496568268,22 +oltorf,benwhite,1496569328,1496569416,88 +oltorf,benwhite,1496600101,1496600297,196 +oltorf,benwhite,1496614094,1496614213,119 +oltorf,benwhite,1496579074,1496579177,103 +oltorf,benwhite,1496592415,1496592586,171 +oltorf,benwhite,1496595201,1496595250,49 +oltorf,benwhite,1496593542,1496593607,65 +oltorf,benwhite,1496583823,1496583901,78 +oltorf,benwhite,1496616408,1496616439,31 +oltorf,benwhite,1496611884,1496611965,81 +oltorf,benwhite,1496611529,1496611587,58 +oltorf,benwhite,1496593912,1496594104,192 +oltorf,benwhite,1496570617,1496570620,3 +oltorf,benwhite,1496618179,1496618269,90 +oltorf,benwhite,1496583530,1496583577,47 +oltorf,benwhite,1496604289,1496604352,63 +oltorf,benwhite,1496602480,1496602535,55 +oltorf,benwhite,1496579653,1496579665,12 +oltorf,benwhite,1496618114,1496618153,39 +oltorf,benwhite,1496599516,1496599581,65 +oltorf,benwhite,1496604633,1496604659,26 +oltorf,benwhite,1496593747,1496593902,155 +oltorf,benwhite,1496616454,1496616547,93 +oltorf,benwhite,1496617066,1496617098,32 +oltorf,benwhite,1496610047,1496610173,126 +oltorf,benwhite,1496578669,1496578787,118 +oltorf,benwhite,1496598019,1496598169,150 +oltorf,benwhite,1496612211,1496612320,109 +oltorf,benwhite,1496574715,1496574738,23 +oltorf,benwhite,1496578045,1496578240,195 +oltorf,benwhite,1496584887,1496584976,89 +oltorf,benwhite,1496617880,1496617880,0 +oltorf,benwhite,1496608211,1496608231,20 +oltorf,benwhite,1496603308,1496603330,22 +oltorf,benwhite,1496597347,1496597360,13 +oltorf,benwhite,1496572857,1496572967,110 +oltorf,benwhite,1496588110,1496588158,48 +oltorf,benwhite,1496592551,1496592619,68 +oltorf,benwhite,1496609026,1496609120,94 +oltorf,benwhite,1496608197,1496608354,157 +oltorf,benwhite,1496589953,1496590146,193 +oltorf,benwhite,1496607207,1496607267,60 +oltorf,benwhite,1496615720,1496615816,96 +oltorf,benwhite,1496573892,1496574073,181 +oltorf,benwhite,1496572706,1496572760,54 +oltorf,benwhite,1496573053,1496573083,30 +oltorf,benwhite,1496614154,1496614238,84 +oltorf,benwhite,1496584197,1496584256,59 +oltorf,benwhite,1496610769,1496610900,131 +oltorf,benwhite,1496582481,1496582656,175 +oltorf,benwhite,1496574879,1496574911,32 +oltorf,benwhite,1496598816,1496598989,173 +oltorf,benwhite,1496605678,1496605689,11 +oltorf,benwhite,1496604708,1496604830,122 +oltorf,benwhite,1496578807,1496578833,26 +oltorf,benwhite,1496617890,1496617982,92 +oltorf,benwhite,1496609812,1496609936,124 +oltorf,benwhite,1496612996,1496613092,96 +oltorf,benwhite,1496579920,1496580043,123 +oltorf,benwhite,1496593518,1496593662,144 +oltorf,benwhite,1496586328,1496586478,150 +oltorf,benwhite,1496604469,1496604526,57 +oltorf,benwhite,1496609527,1496609593,66 +oltorf,benwhite,1496591317,1496591333,16 +oltorf,benwhite,1496577429,1496577504,75 +oltorf,benwhite,1496615363,1496615450,87 +oltorf,benwhite,1496601525,1496601667,142 +oltorf,benwhite,1496612477,1496612492,15 +oltorf,benwhite,1496617292,1496617448,156 +oltorf,benwhite,1496589139,1496589299,160 +oltorf,benwhite,1496593262,1496593405,143 +oltorf,benwhite,1496587824,1496587830,6 +oltorf,benwhite,1496601374,1496601567,193 +oltorf,benwhite,1496577682,1496577779,97 +oltorf,benwhite,1496611808,1496611865,57 +oltorf,benwhite,1496587388,1496587554,166 +oltorf,benwhite,1496598704,1496598801,97 +oltorf,benwhite,1496583482,1496583596,114 +oltorf,benwhite,1496585893,1496586041,148 +oltorf,benwhite,1496588836,1496588871,35 +oltorf,benwhite,1496609247,1496609301,54 +oltorf,benwhite,1496597877,1496597881,4 +oltorf,benwhite,1496580435,1496580572,137 +oltorf,benwhite,1496600757,1496600853,96 +oltorf,benwhite,1496616388,1496616510,122 +oltorf,benwhite,1496576727,1496576925,198 +oltorf,benwhite,1496617071,1496617213,142 +oltorf,benwhite,1496568648,1496568689,41 +oltorf,benwhite,1496591777,1496591850,73 +oltorf,benwhite,1496582616,1496582792,176 +oltorf,benwhite,1496607195,1496607285,90 +oltorf,benwhite,1496612666,1496612760,94 +oltorf,benwhite,1496579315,1496579318,3 +oltorf,benwhite,1496604806,1496604914,108 +oltorf,benwhite,1496568633,1496568751,118 +oltorf,benwhite,1496603959,1496604043,84 +oltorf,benwhite,1496568402,1496568408,6 +oltorf,benwhite,1496602747,1496602788,41 +oltorf,benwhite,1496593799,1496593816,17 +oltorf,benwhite,1496602866,1496603052,186 +oltorf,benwhite,1496589291,1496589424,133 +oltorf,benwhite,1496581126,1496581195,69 +oltorf,benwhite,1496576590,1496576730,140 +oltorf,benwhite,1496568558,1496568705,147 +oltorf,benwhite,1496594214,1496594364,150 +oltorf,benwhite,1496571135,1496571156,21 +oltorf,benwhite,1496583129,1496583194,65 +oltorf,benwhite,1496575543,1496575640,97 +oltorf,benwhite,1496589883,1496589914,31 +oltorf,benwhite,1496608431,1496608521,90 +oltorf,benwhite,1496596224,1496596299,75 +oltorf,benwhite,1496593694,1496593854,160 +oltorf,benwhite,1496588238,1496588293,55 +oltorf,benwhite,1496611378,1496611449,71 +oltorf,benwhite,1496581318,1496581469,151 +oltorf,benwhite,1496570780,1496570966,186 +oltorf,benwhite,1496616341,1496616371,30 +oltorf,benwhite,1496576586,1496576597,11 +oltorf,benwhite,1496615432,1496615529,97 +oltorf,benwhite,1496600871,1496600939,68 +oltorf,benwhite,1496588365,1496588499,134 +oltorf,benwhite,1496588093,1496588288,195 +oltorf,benwhite,1496580156,1496580160,4 +oltorf,benwhite,1496579928,1496579973,45 +oltorf,benwhite,1496573154,1496573162,8 +oltorf,benwhite,1496581210,1496581217,7 +oltorf,benwhite,1496577861,1496577979,118 +oltorf,benwhite,1496586539,1496586662,123 +oltorf,benwhite,1496583984,1496584170,186 +oltorf,benwhite,1496590619,1496590758,139 +oltorf,benwhite,1496587979,1496588090,111 +oltorf,benwhite,1496595392,1496595449,57 +oltorf,benwhite,1496587005,1496587142,137 +oltorf,benwhite,1496588383,1496588530,147 +oltorf,benwhite,1496605283,1496605345,62 +oltorf,benwhite,1496582295,1496582384,89 +oltorf,benwhite,1496592506,1496592617,111 +oltorf,benwhite,1496590209,1496590333,124 +oltorf,benwhite,1496600595,1496600792,197 +oltorf,benwhite,1496581934,1496582124,190 +oltorf,benwhite,1496610878,1496611003,125 +oltorf,benwhite,1496601339,1496601364,25 +oltorf,benwhite,1496604024,1496604090,66 +oltorf,benwhite,1496581659,1496581797,138 +oltorf,benwhite,1496575012,1496575174,162 +oltorf,benwhite,1496608184,1496608370,186 +oltorf,benwhite,1496602662,1496602747,85 +oltorf,benwhite,1496593835,1496593854,19 +oltorf,benwhite,1496575846,1496575847,1 +oltorf,benwhite,1496614337,1496614356,19 +oltorf,benwhite,1496606384,1496606560,176 +oltorf,benwhite,1496573306,1496573310,4 +oltorf,benwhite,1496606006,1496606194,188 +oltorf,benwhite,1496601025,1496601082,57 +oltorf,benwhite,1496600826,1496600860,34 +oltorf,benwhite,1496568803,1496568888,85 +oltorf,benwhite,1496599211,1496599359,148 +oltorf,benwhite,1496594726,1496594817,91 +oltorf,benwhite,1496570268,1496570402,134 +oltorf,benwhite,1496615053,1496615147,94 +oltorf,benwhite,1496611467,1496611543,76 +oltorf,benwhite,1496587578,1496587613,35 +oltorf,benwhite,1496589394,1496589427,33 +oltorf,benwhite,1496568707,1496568835,128 +oltorf,benwhite,1496576559,1496576746,187 +oltorf,benwhite,1496599513,1496599701,188 +oltorf,benwhite,1496602937,1496602981,44 +oltorf,benwhite,1496586907,1496587043,136 +oltorf,benwhite,1496578140,1496578321,181 +oltorf,benwhite,1496577640,1496577798,158 +oltorf,benwhite,1496579560,1496579699,139 +oltorf,benwhite,1496603695,1496603802,107 +oltorf,benwhite,1496613187,1496613383,196 +oltorf,benwhite,1496577712,1496577763,51 +oltorf,benwhite,1496583342,1496583507,165 +oltorf,benwhite,1496570553,1496570730,177 +oltorf,benwhite,1496589066,1496589117,51 +oltorf,benwhite,1496576007,1496576129,122 +oltorf,benwhite,1496600127,1496600309,182 +oltorf,benwhite,1496586123,1496586275,152 +oltorf,benwhite,1496574939,1496575063,124 +oltorf,benwhite,1496587153,1496587155,2 +oltorf,benwhite,1496569956,1496570090,134 +oltorf,benwhite,1496605506,1496605670,164 +oltorf,benwhite,1496616467,1496616522,55 +oltorf,benwhite,1496614065,1496614237,172 +oltorf,benwhite,1496593828,1496593894,66 +oltorf,benwhite,1496588165,1496588282,117 +oltorf,benwhite,1496604570,1496604645,75 +oltorf,benwhite,1496614813,1496614944,131 +oltorf,benwhite,1496616584,1496616744,160 +oltorf,benwhite,1496580114,1496580261,147 +oltorf,benwhite,1496585080,1496585197,117 +oltorf,benwhite,1496568633,1496568649,16 +oltorf,benwhite,1496612816,1496612875,59 +oltorf,benwhite,1496613806,1496613865,59 +oltorf,benwhite,1496571407,1496571462,55 +oltorf,benwhite,1496570078,1496570203,125 +oltorf,benwhite,1496578485,1496578507,22 +oltorf,benwhite,1496601047,1496601226,179 +oltorf,benwhite,1496570522,1496570538,16 +oltorf,benwhite,1496587083,1496587243,160 +oltorf,benwhite,1496583417,1496583610,193 +oltorf,benwhite,1496601956,1496602031,75 +oltorf,benwhite,1496593937,1496593951,14 +oltorf,benwhite,1496587068,1496587083,15 +oltorf,benwhite,1496606201,1496606229,28 +oltorf,benwhite,1496573099,1496573258,159 +oltorf,benwhite,1496592301,1496592396,95 +oltorf,benwhite,1496606026,1496606053,27 +oltorf,benwhite,1496573358,1496573392,34 +oltorf,benwhite,1496579288,1496579458,170 +oltorf,benwhite,1496594748,1496594854,106 +oltorf,benwhite,1496608104,1496608293,189 +oltorf,benwhite,1496588174,1496588212,38 +oltorf,benwhite,1496583907,1496583997,90 +oltorf,benwhite,1496595212,1496595276,64 +oltorf,benwhite,1496596837,1496596848,11 +oltorf,benwhite,1496581457,1496581489,32 +oltorf,benwhite,1496604863,1496604951,88 +oltorf,benwhite,1496579534,1496579730,196 +oltorf,benwhite,1496609864,1496609871,7 +oltorf,benwhite,1496607028,1496607195,167 +oltorf,benwhite,1496581129,1496581157,28 +oltorf,benwhite,1496609516,1496609657,141 +oltorf,benwhite,1496600403,1496600550,147 +oltorf,benwhite,1496569215,1496569277,62 +oltorf,benwhite,1496568877,1496569071,194 +oltorf,benwhite,1496614040,1496614203,163 +oltorf,benwhite,1496593118,1496593252,134 +oltorf,benwhite,1496574625,1496574687,62 +oltorf,benwhite,1496580431,1496580616,185 +oltorf,benwhite,1496605663,1496605789,126 +oltorf,benwhite,1496598216,1496598408,192 +oltorf,benwhite,1496577449,1496577567,118 +oltorf,benwhite,1496614887,1496614935,48 +oltorf,benwhite,1496592510,1496592686,176 +oltorf,benwhite,1496569576,1496569578,2 +oltorf,benwhite,1496568778,1496568821,43 +oltorf,benwhite,1496616639,1496616658,19 +oltorf,benwhite,1496595894,1496596068,174 +oltorf,benwhite,1496603324,1496603379,55 +oltorf,benwhite,1496598524,1496598710,186 +oltorf,benwhite,1496618494,1496618628,134 +oltorf,benwhite,1496615624,1496615673,49 +oltorf,benwhite,1496588677,1496588753,76 +oltorf,benwhite,1496598887,1496599080,193 +oltorf,benwhite,1496573169,1496573217,48 +oltorf,benwhite,1496579345,1496579390,45 +oltorf,benwhite,1496583645,1496583674,29 +oltorf,benwhite,1496582726,1496582898,172 +oltorf,benwhite,1496574797,1496574959,162 +oltorf,benwhite,1496587690,1496587745,55 +oltorf,benwhite,1496614439,1496614613,174 +oltorf,benwhite,1496581657,1496581726,69 +oltorf,benwhite,1496611841,1496611986,145 +oltorf,benwhite,1496612129,1496612283,154 +oltorf,benwhite,1496605269,1496605282,13 +oltorf,benwhite,1496617479,1496617517,38 +oltorf,benwhite,1496612145,1496612299,154 +oltorf,benwhite,1496577491,1496577496,5 +oltorf,benwhite,1496580463,1496580595,132 +oltorf,benwhite,1496569927,1496570102,175 +oltorf,benwhite,1496602166,1496602333,167 +oltorf,benwhite,1496585704,1496585866,162 +oltorf,benwhite,1496577648,1496577711,63 +oltorf,benwhite,1496574888,1496574908,20 +oltorf,benwhite,1496612973,1496613045,72 +oltorf,benwhite,1496615281,1496615340,59 +oltorf,benwhite,1496573731,1496573811,80 +oltorf,benwhite,1496577856,1496577890,34 +oltorf,benwhite,1496570932,1496571024,92 +oltorf,benwhite,1496574740,1496574914,174 +oltorf,benwhite,1496610876,1496610988,112 +oltorf,benwhite,1496581026,1496581138,112 +oltorf,benwhite,1496573153,1496573312,159 +oltorf,benwhite,1496609863,1496609978,115 +oltorf,benwhite,1496597594,1496597726,132 +oltorf,benwhite,1496578247,1496578413,166 +oltorf,benwhite,1496610924,1496610929,5 +oltorf,benwhite,1496588890,1496589068,178 +oltorf,benwhite,1496613159,1496613217,58 +oltorf,benwhite,1496579825,1496580013,188 +oltorf,benwhite,1496591601,1496591671,70 +oltorf,benwhite,1496610007,1496610009,2 +oltorf,benwhite,1496597440,1496597545,105 +oltorf,benwhite,1496582811,1496582906,95 +oltorf,benwhite,1496576961,1496576971,10 +oltorf,benwhite,1496588054,1496588162,108 +oltorf,benwhite,1496593557,1496593575,18 +oltorf,benwhite,1496604264,1496604356,92 +oltorf,benwhite,1496600878,1496600931,53 +oltorf,benwhite,1496576874,1496577031,157 +oltorf,benwhite,1496590006,1496590076,70 +oltorf,benwhite,1496600523,1496600576,53 +oltorf,benwhite,1496576455,1496576570,115 +oltorf,benwhite,1496584443,1496584453,10 +oltorf,benwhite,1496610334,1496610530,196 +oltorf,benwhite,1496614513,1496614551,38 +oltorf,benwhite,1496609465,1496609554,89 +oltorf,benwhite,1496586511,1496586617,106 +oltorf,benwhite,1496600570,1496600573,3 +oltorf,benwhite,1496596096,1496596196,100 +oltorf,benwhite,1496608890,1496608991,101 +oltorf,benwhite,1496568625,1496568756,131 +oltorf,benwhite,1496591587,1496591736,149 +oltorf,benwhite,1496587803,1496587847,44 +oltorf,benwhite,1496589234,1496589384,150 +oltorf,benwhite,1496587820,1496587975,155 +oltorf,benwhite,1496575809,1496576008,199 +oltorf,benwhite,1496570399,1496570440,41 +oltorf,benwhite,1496596124,1496596199,75 +oltorf,benwhite,1496617107,1496617298,191 +oltorf,benwhite,1496611944,1496612024,80 +oltorf,benwhite,1496589782,1496589870,88 +oltorf,benwhite,1496606382,1496606515,133 +oltorf,benwhite,1496574142,1496574293,151 +oltorf,benwhite,1496580092,1496580212,120 +oltorf,benwhite,1496602250,1496602276,26 +oltorf,benwhite,1496601288,1496601470,182 +oltorf,benwhite,1496616213,1496616262,49 +oltorf,benwhite,1496611426,1496611510,84 +oltorf,benwhite,1496606710,1496606776,66 +oltorf,benwhite,1496604786,1496604923,137 +oltorf,benwhite,1496614092,1496614198,106 +oltorf,benwhite,1496582189,1496582293,104 +oltorf,benwhite,1496586476,1496586645,169 +oltorf,benwhite,1496612960,1496613037,77 +oltorf,benwhite,1496607117,1496607269,152 +oltorf,benwhite,1496591179,1496591204,25 +oltorf,benwhite,1496607847,1496607966,119 +oltorf,benwhite,1496572824,1496573014,190 +oltorf,benwhite,1496601101,1496601281,180 +oltorf,benwhite,1496573254,1496573341,87 +oltorf,benwhite,1496597560,1496597740,180 +oltorf,benwhite,1496603205,1496603235,30 +oltorf,benwhite,1496590707,1496590903,196 +oltorf,benwhite,1496611032,1496611131,99 +oltorf,benwhite,1496583483,1496583551,68 +oltorf,benwhite,1496574067,1496574177,110 +oltorf,benwhite,1496617644,1496617698,54 +oltorf,benwhite,1496612087,1496612245,158 +oltorf,benwhite,1496569099,1496569295,196 +oltorf,benwhite,1496590255,1496590372,117 +oltorf,benwhite,1496615632,1496615816,184 +oltorf,benwhite,1496571943,1496572066,123 +oltorf,benwhite,1496586418,1496586441,23 +oltorf,benwhite,1496603563,1496603594,31 +oltorf,benwhite,1496582877,1496583042,165 +oltorf,benwhite,1496599351,1496599428,77 +oltorf,benwhite,1496613319,1496613365,46 +oltorf,benwhite,1496576694,1496576875,181 +oltorf,benwhite,1496588602,1496588612,10 +oltorf,benwhite,1496613085,1496613263,178 +oltorf,benwhite,1496579283,1496579442,159 +oltorf,benwhite,1496573787,1496573882,95 +oltorf,benwhite,1496617956,1496617998,42 +oltorf,benwhite,1496583490,1496583650,160 +oltorf,benwhite,1496572722,1496572786,64 +oltorf,benwhite,1496589948,1496590058,110 +oltorf,benwhite,1496600163,1496600263,100 +oltorf,benwhite,1496579395,1496579480,85 +oltorf,benwhite,1496597865,1496597909,44 +oltorf,benwhite,1496584017,1496584036,19 +oltorf,benwhite,1496590636,1496590808,172 +oltorf,benwhite,1496605506,1496605516,10 +oltorf,benwhite,1496614389,1496614481,92 +oltorf,benwhite,1496613755,1496613813,58 +oltorf,benwhite,1496595705,1496595871,166 +oltorf,benwhite,1496616560,1496616622,62 +oltorf,benwhite,1496582697,1496582730,33 +oltorf,benwhite,1496579799,1496579953,154 +oltorf,benwhite,1496612595,1496612767,172 +oltorf,benwhite,1496573253,1496573385,132 +oltorf,benwhite,1496589730,1496589780,50 +oltorf,benwhite,1496590541,1496590645,104 +oltorf,benwhite,1496569015,1496569195,180 +oltorf,benwhite,1496607749,1496607795,46 +oltorf,benwhite,1496569125,1496569218,93 +oltorf,benwhite,1496573614,1496573756,142 +oltorf,benwhite,1496594521,1496594523,2 +oltorf,benwhite,1496609734,1496609793,59 +oltorf,benwhite,1496611950,1496612088,138 +oltorf,benwhite,1496589143,1496589274,131 +oltorf,benwhite,1496589744,1496589902,158 +oltorf,benwhite,1496587045,1496587059,14 +oltorf,benwhite,1496589672,1496589714,42 +oltorf,benwhite,1496575392,1496575416,24 +oltorf,benwhite,1496570209,1496570313,104 +oltorf,benwhite,1496590203,1496590250,47 +oltorf,benwhite,1496600007,1496600062,55 +oltorf,benwhite,1496614215,1496614298,83 +oltorf,benwhite,1496584480,1496584571,91 +oltorf,benwhite,1496587297,1496587463,166 +oltorf,benwhite,1496583103,1496583122,19 +oltorf,benwhite,1496571114,1496571248,134 +oltorf,benwhite,1496605096,1496605207,111 +oltorf,benwhite,1496584797,1496584971,174 +oltorf,benwhite,1496568365,1496568501,136 +oltorf,benwhite,1496590488,1496590569,81 +oltorf,benwhite,1496609204,1496609289,85 +oltorf,benwhite,1496577194,1496577375,181 +oltorf,benwhite,1496591332,1496591442,110 +oltorf,benwhite,1496606515,1496606637,122 +oltorf,benwhite,1496609287,1496609367,80 +oltorf,benwhite,1496599836,1496599902,66 +oltorf,benwhite,1496597688,1496597744,56 +oltorf,benwhite,1496575081,1496575169,88 +oltorf,benwhite,1496604796,1496604833,37 +oltorf,benwhite,1496580373,1496580411,38 +oltorf,benwhite,1496581658,1496581857,199 +oltorf,benwhite,1496588946,1496589067,121 +oltorf,benwhite,1496617206,1496617303,97 +oltorf,benwhite,1496582646,1496582664,18 +oltorf,benwhite,1496588160,1496588260,100 +oltorf,benwhite,1496602960,1496603051,91 +oltorf,benwhite,1496596668,1496596850,182 +oltorf,benwhite,1496594094,1496594125,31 +oltorf,benwhite,1496596938,1496597037,99 +oltorf,benwhite,1496584542,1496584726,184 +oltorf,benwhite,1496586759,1496586765,6 +oltorf,benwhite,1496615555,1496615594,39 +oltorf,benwhite,1496594351,1496594491,140 +oltorf,benwhite,1496597259,1496597334,75 +oltorf,benwhite,1496615501,1496615626,125 +oltorf,benwhite,1496614745,1496614788,43 +oltorf,benwhite,1496580112,1496580299,187 +oltorf,benwhite,1496591672,1496591705,33 +oltorf,benwhite,1496602090,1496602252,162 +oltorf,benwhite,1496594635,1496594746,111 +oltorf,benwhite,1496584901,1496585012,111 +oltorf,benwhite,1496580949,1496581105,156 +oltorf,benwhite,1496592727,1496592798,71 +oltorf,benwhite,1496590526,1496590668,142 +oltorf,benwhite,1496571053,1496571183,130 +oltorf,benwhite,1496615907,1496615979,72 +oltorf,benwhite,1496608932,1496608942,10 +oltorf,benwhite,1496584441,1496584532,91 +oltorf,benwhite,1496588988,1496589095,107 +oltorf,benwhite,1496617941,1496618071,130 +oltorf,benwhite,1496594601,1496594650,49 +oltorf,benwhite,1496581652,1496581838,186 +oltorf,benwhite,1496579279,1496579392,113 +oltorf,benwhite,1496577409,1496577448,39 +oltorf,benwhite,1496618080,1496618265,185 +oltorf,benwhite,1496582050,1496582192,142 +oltorf,benwhite,1496575416,1496575603,187 +oltorf,benwhite,1496603415,1496603437,22 +oltorf,benwhite,1496607294,1496607406,112 +oltorf,benwhite,1496578601,1496578691,90 +oltorf,benwhite,1496582637,1496582796,159 +oltorf,benwhite,1496590161,1496590288,127 +oltorf,benwhite,1496591712,1496591805,93 +oltorf,benwhite,1496584722,1496584739,17 +oltorf,benwhite,1496581926,1496581954,28 +oltorf,benwhite,1496612012,1496612173,161 +oltorf,benwhite,1496613224,1496613376,152 +oltorf,benwhite,1496599739,1496599926,187 +oltorf,benwhite,1496594639,1496594789,150 +oltorf,benwhite,1496600188,1496600383,195 +oltorf,benwhite,1496609702,1496609870,168 +oltorf,benwhite,1496607003,1496607092,89 +oltorf,benwhite,1496582977,1496583011,34 +oltorf,benwhite,1496571243,1496571259,16 +oltorf,benwhite,1496590573,1496590743,170 +oltorf,benwhite,1496576287,1496576308,21 +oltorf,benwhite,1496580067,1496580181,114 +oltorf,benwhite,1496579407,1496579550,143 +oltorf,benwhite,1496618394,1496618520,126 +oltorf,benwhite,1496590825,1496590830,5 +oltorf,benwhite,1496611986,1496612113,127 +oltorf,benwhite,1496604538,1496604550,12 +oltorf,benwhite,1496605843,1496606008,165 +oltorf,benwhite,1496579406,1496579418,12 +oltorf,benwhite,1496613178,1496613211,33 +oltorf,benwhite,1496607092,1496607281,189 +oltorf,benwhite,1496589318,1496589374,56 +oltorf,benwhite,1496598187,1496598360,173 +oltorf,benwhite,1496611571,1496611693,122 +oltorf,benwhite,1496577237,1496577253,16 +oltorf,benwhite,1496603300,1496603370,70 +oltorf,benwhite,1496568519,1496568612,93 +oltorf,benwhite,1496569376,1496569403,27 +oltorf,benwhite,1496595373,1496595385,12 +oltorf,benwhite,1496573982,1496574055,73 +oltorf,benwhite,1496601501,1496601579,78 +oltorf,benwhite,1496570625,1496570762,137 +oltorf,benwhite,1496586698,1496586799,101 +oltorf,benwhite,1496572347,1496572475,128 +oltorf,benwhite,1496598887,1496598936,49 +oltorf,benwhite,1496616309,1496616309,0 +oltorf,benwhite,1496582991,1496583150,159 +oltorf,benwhite,1496581281,1496581419,138 +oltorf,benwhite,1496594789,1496594897,108 +oltorf,benwhite,1496594194,1496594381,187 +oltorf,benwhite,1496606975,1496606983,8 +oltorf,benwhite,1496568118,1496568256,138 +oltorf,benwhite,1496600316,1496600354,38 +oltorf,benwhite,1496613787,1496613891,104 +oltorf,benwhite,1496575624,1496575731,107 +oltorf,benwhite,1496571993,1496572188,195 +oltorf,benwhite,1496614206,1496614392,186 +oltorf,benwhite,1496584542,1496584638,96 +oltorf,benwhite,1496599229,1496599291,62 +oltorf,benwhite,1496588804,1496588964,160 +oltorf,benwhite,1496578819,1496578996,177 +oltorf,benwhite,1496611613,1496611808,195 +oltorf,benwhite,1496587837,1496588016,179 +oltorf,benwhite,1496587824,1496587840,16 +oltorf,benwhite,1496585908,1496585965,57 +oltorf,benwhite,1496576495,1496576541,46 +oltorf,benwhite,1496608156,1496608326,170 +oltorf,benwhite,1496605336,1496605445,109 +oltorf,benwhite,1496578825,1496578988,163 +oltorf,benwhite,1496610928,1496610988,60 +oltorf,benwhite,1496578491,1496578541,50 +oltorf,benwhite,1496598202,1496598207,5 +oltorf,benwhite,1496600465,1496600636,171 +oltorf,benwhite,1496590270,1496590442,172 +oltorf,benwhite,1496610428,1496610623,195 +oltorf,benwhite,1496568507,1496568513,6 +oltorf,benwhite,1496601576,1496601589,13 +oltorf,benwhite,1496586054,1496586150,96 +oltorf,benwhite,1496593422,1496593474,52 +oltorf,benwhite,1496572021,1496572086,65 +oltorf,benwhite,1496593479,1496593638,159 +oltorf,benwhite,1496601660,1496601807,147 +oltorf,benwhite,1496615200,1496615375,175 +oltorf,benwhite,1496593293,1496593316,23 +oltorf,benwhite,1496570025,1496570079,54 +oltorf,benwhite,1496588673,1496588714,41 +oltorf,benwhite,1496606782,1496606960,178 +oltorf,benwhite,1496604640,1496604752,112 +oltorf,benwhite,1496589466,1496589617,151 +oltorf,benwhite,1496580647,1496580781,134 +oltorf,benwhite,1496602770,1496602855,85 +oltorf,benwhite,1496594407,1496594462,55 +oltorf,benwhite,1496593912,1496594032,120 +oltorf,benwhite,1496589947,1496590081,134 +oltorf,benwhite,1496616295,1496616400,105 +oltorf,benwhite,1496581608,1496581652,44 +oltorf,benwhite,1496584650,1496584668,18 +oltorf,benwhite,1496613336,1496613341,5 +oltorf,benwhite,1496615162,1496615287,125 +oltorf,benwhite,1496591228,1496591302,74 +oltorf,benwhite,1496601900,1496602041,141 +oltorf,benwhite,1496616122,1496616281,159 +oltorf,benwhite,1496596984,1496597094,110 +oltorf,benwhite,1496583371,1496583419,48 +oltorf,benwhite,1496603097,1496603163,66 +oltorf,benwhite,1496579557,1496579564,7 +oltorf,benwhite,1496586146,1496586256,110 +oltorf,benwhite,1496598913,1496598973,60 +oltorf,benwhite,1496615825,1496615945,120 +oltorf,benwhite,1496600166,1496600364,198 +oltorf,benwhite,1496612484,1496612588,104 +oltorf,benwhite,1496591242,1496591261,19 +oltorf,benwhite,1496606306,1496606430,124 +oltorf,benwhite,1496590068,1496590176,108 +oltorf,benwhite,1496600233,1496600329,96 +oltorf,benwhite,1496611710,1496611838,128 +oltorf,benwhite,1496596892,1496596914,22 +oltorf,benwhite,1496604834,1496605024,190 +oltorf,benwhite,1496609935,1496610034,99 +oltorf,benwhite,1496602614,1496602621,7 +oltorf,benwhite,1496571244,1496571405,161 +oltorf,benwhite,1496611341,1496611411,70 +oltorf,benwhite,1496607928,1496607961,33 +oltorf,benwhite,1496576459,1496576497,38 +oltorf,benwhite,1496608125,1496608175,50 +oltorf,benwhite,1496616560,1496616732,172 +oltorf,benwhite,1496594401,1496594584,183 +oltorf,benwhite,1496588588,1496588698,110 +oltorf,benwhite,1496593207,1496593351,144 +oltorf,benwhite,1496589674,1496589814,140 +oltorf,benwhite,1496613696,1496613807,111 +oltorf,benwhite,1496580652,1496580751,99 +oltorf,benwhite,1496589971,1496590041,70 +oltorf,benwhite,1496608214,1496608261,47 +oltorf,benwhite,1496570642,1496570658,16 +oltorf,benwhite,1496588003,1496588154,151 +oltorf,benwhite,1496581101,1496581136,35 +oltorf,benwhite,1496584537,1496584720,183 +oltorf,benwhite,1496611183,1496611276,93 +oltorf,benwhite,1496607139,1496607295,156 +oltorf,benwhite,1496617349,1496617406,57 +oltorf,benwhite,1496613525,1496613617,92 +oltorf,benwhite,1496617017,1496617048,31 +oltorf,benwhite,1496572043,1496572141,98 +oltorf,benwhite,1496607892,1496607917,25 +oltorf,benwhite,1496583029,1496583044,15 +oltorf,benwhite,1496570410,1496570472,62 +oltorf,benwhite,1496578267,1496578444,177 +oltorf,benwhite,1496588031,1496588032,1 +oltorf,benwhite,1496578984,1496578985,1 +oltorf,benwhite,1496571663,1496571733,70 +oltorf,benwhite,1496591773,1496591921,148 +oltorf,benwhite,1496606040,1496606066,26 +oltorf,benwhite,1496591136,1496591304,168 +oltorf,benwhite,1496576524,1496576665,141 +oltorf,benwhite,1496610477,1496610568,91 +oltorf,benwhite,1496608272,1496608364,92 +oltorf,benwhite,1496595077,1496595257,180 +oltorf,benwhite,1496585844,1496585982,138 +oltorf,benwhite,1496579012,1496579179,167 +oltorf,benwhite,1496613862,1496613889,27 +oltorf,benwhite,1496589691,1496589872,181 +oltorf,benwhite,1496617705,1496617743,38 +oltorf,benwhite,1496576912,1496576997,85 +oltorf,benwhite,1496603474,1496603494,20 +oltorf,benwhite,1496598661,1496598856,195 +oltorf,benwhite,1496593461,1496593520,59 +oltorf,benwhite,1496599331,1496599497,166 +oltorf,benwhite,1496613731,1496613747,16 +oltorf,benwhite,1496591086,1496591267,181 +oltorf,benwhite,1496615863,1496615967,104 +oltorf,benwhite,1496604224,1496604407,183 +oltorf,benwhite,1496616305,1496616325,20 +oltorf,benwhite,1496579159,1496579263,104 +oltorf,benwhite,1496573946,1496573963,17 +oltorf,benwhite,1496609360,1496609408,48 +oltorf,benwhite,1496600378,1496600575,197 +oltorf,benwhite,1496590728,1496590910,182 +oltorf,benwhite,1496616181,1496616208,27 +oltorf,benwhite,1496598390,1496598409,19 +oltorf,benwhite,1496580648,1496580820,172 +oltorf,benwhite,1496569030,1496569045,15 +oltorf,benwhite,1496596650,1496596765,115 +oltorf,benwhite,1496594004,1496594201,197 +oltorf,benwhite,1496582658,1496582708,50 +oltorf,benwhite,1496608648,1496608698,50 +oltorf,benwhite,1496580114,1496580253,139 +oltorf,benwhite,1496594032,1496594079,47 +oltorf,benwhite,1496571630,1496571745,115 +oltorf,benwhite,1496576522,1496576703,181 +oltorf,benwhite,1496607729,1496607781,52 +oltorf,benwhite,1496599046,1496599117,71 +oltorf,benwhite,1496618063,1496618248,185 +oltorf,benwhite,1496587509,1496587513,4 +oltorf,benwhite,1496578776,1496578803,27 +oltorf,benwhite,1496593980,1496594007,27 +oltorf,benwhite,1496612479,1496612606,127 +oltorf,benwhite,1496607794,1496607846,52 +oltorf,benwhite,1496569663,1496569796,133 +oltorf,benwhite,1496605940,1496605952,12 +oltorf,benwhite,1496578806,1496578921,115 +oltorf,benwhite,1496584233,1496584402,169 +oltorf,benwhite,1496591490,1496591563,73 +oltorf,benwhite,1496583123,1496583263,140 +oltorf,benwhite,1496617295,1496617418,123 +oltorf,benwhite,1496616100,1496616263,163 +oltorf,benwhite,1496601927,1496602093,166 +oltorf,benwhite,1496591381,1496591575,194 +oltorf,benwhite,1496578037,1496578062,25 +oltorf,benwhite,1496600686,1496600811,125 +oltorf,benwhite,1496610273,1496610415,142 +oltorf,benwhite,1496593000,1496593075,75 +oltorf,benwhite,1496583281,1496583384,103 +oltorf,benwhite,1496585393,1496585563,170 +oltorf,benwhite,1496602695,1496602812,117 +oltorf,benwhite,1496592444,1496592548,104 +oltorf,benwhite,1496609431,1496609538,107 +oltorf,benwhite,1496597807,1496597985,178 +oltorf,benwhite,1496587743,1496587814,71 +oltorf,benwhite,1496618280,1496618287,7 +oltorf,benwhite,1496588900,1496588997,97 +oltorf,benwhite,1496568729,1496568905,176 +oltorf,benwhite,1496599598,1496599642,44 +oltorf,benwhite,1496585486,1496585588,102 +oltorf,benwhite,1496597279,1496597307,28 +oltorf,benwhite,1496582318,1496582447,129 +oltorf,benwhite,1496593128,1496593233,105 +oltorf,benwhite,1496575487,1496575568,81 +oltorf,benwhite,1496608477,1496608567,90 +oltorf,benwhite,1496593381,1496593451,70 +oltorf,benwhite,1496612028,1496612140,112 +oltorf,benwhite,1496594591,1496594757,166 +oltorf,benwhite,1496596413,1496596454,41 +oltorf,benwhite,1496594806,1496594942,136 +oltorf,benwhite,1496594271,1496594272,1 +oltorf,benwhite,1496614432,1496614614,182 +oltorf,benwhite,1496615796,1496615880,84 +oltorf,benwhite,1496587755,1496587835,80 +oltorf,benwhite,1496595448,1496595457,9 +oltorf,benwhite,1496608429,1496608511,82 +oltorf,benwhite,1496600845,1496600919,74 +oltorf,benwhite,1496600367,1496600470,103 +oltorf,benwhite,1496611800,1496611837,37 +oltorf,benwhite,1496607563,1496607627,64 +oltorf,benwhite,1496597809,1496597939,130 +oltorf,benwhite,1496582593,1496582656,63 +oltorf,benwhite,1496587109,1496587292,183 +oltorf,benwhite,1496586976,1496586988,12 +oltorf,benwhite,1496607967,1496608108,141 +oltorf,benwhite,1496614014,1496614071,57 +oltorf,benwhite,1496585490,1496585632,142 +oltorf,benwhite,1496611508,1496611514,6 +oltorf,benwhite,1496611414,1496611528,114 +oltorf,benwhite,1496611362,1496611418,56 +oltorf,benwhite,1496589739,1496589875,136 +oltorf,benwhite,1496602441,1496602496,55 +oltorf,benwhite,1496587006,1496587152,146 +oltorf,benwhite,1496589607,1496589729,122 +oltorf,benwhite,1496574068,1496574236,168 +oltorf,benwhite,1496580456,1496580462,6 +oltorf,benwhite,1496607598,1496607649,51 +oltorf,benwhite,1496597539,1496597579,40 +oltorf,benwhite,1496612122,1496612251,129 +oltorf,benwhite,1496574368,1496574477,109 +oltorf,benwhite,1496593993,1496594118,125 +oltorf,benwhite,1496598052,1496598214,162 +oltorf,benwhite,1496568344,1496568404,60 +oltorf,benwhite,1496581137,1496581247,110 +oltorf,benwhite,1496600633,1496600825,192 +oltorf,benwhite,1496602532,1496602534,2 +oltorf,benwhite,1496608318,1496608425,107 +oltorf,benwhite,1496606187,1496606198,11 +oltorf,benwhite,1496591491,1496591623,132 +oltorf,benwhite,1496611569,1496611679,110 +oltorf,benwhite,1496606965,1496607009,44 +oltorf,benwhite,1496601013,1496601091,78 +oltorf,benwhite,1496613134,1496613261,127 +oltorf,benwhite,1496597626,1496597650,24 +oltorf,benwhite,1496578122,1496578137,15 +oltorf,benwhite,1496593828,1496593896,68 +oltorf,benwhite,1496610738,1496610830,92 +oltorf,benwhite,1496574562,1496574605,43 +oltorf,benwhite,1496586258,1496586287,29 +oltorf,benwhite,1496571878,1496571985,107 +oltorf,benwhite,1496604761,1496604868,107 +oltorf,benwhite,1496596127,1496596323,196 +oltorf,benwhite,1496582054,1496582073,19 +oltorf,benwhite,1496601235,1496601253,18 +oltorf,benwhite,1496571557,1496571586,29 +oltorf,benwhite,1496617401,1496617461,60 +oltorf,benwhite,1496594402,1496594439,37 +oltorf,benwhite,1496618300,1496618460,160 +oltorf,benwhite,1496588195,1496588332,137 +oltorf,benwhite,1496587502,1496587646,144 +oltorf,benwhite,1496577754,1496577773,19 +oltorf,benwhite,1496603190,1496603251,61 +oltorf,benwhite,1496592199,1496592232,33 +oltorf,benwhite,1496575672,1496575728,56 +oltorf,benwhite,1496601519,1496601609,90 +oltorf,benwhite,1496611241,1496611318,77 +oltorf,benwhite,1496588832,1496588992,160 +oltorf,benwhite,1496591519,1496591636,117 +oltorf,benwhite,1496595755,1496595908,153 +oltorf,benwhite,1496589465,1496589585,120 +oltorf,benwhite,1496590514,1496590560,46 +oltorf,benwhite,1496586266,1496586463,197 +oltorf,benwhite,1496593517,1496593562,45 +oltorf,benwhite,1496576292,1496576380,88 +oltorf,benwhite,1496578801,1496579000,199 +oltorf,benwhite,1496573670,1496573753,83 +oltorf,benwhite,1496574983,1496575181,198 +oltorf,benwhite,1496603617,1496603673,56 +oltorf,benwhite,1496598840,1496599030,190 +oltorf,benwhite,1496569560,1496569636,76 +oltorf,benwhite,1496597639,1496597824,185 +oltorf,benwhite,1496592482,1496592486,4 +oltorf,benwhite,1496582497,1496582692,195 +oltorf,benwhite,1496610500,1496610590,90 +oltorf,benwhite,1496599659,1496599707,48 +oltorf,benwhite,1496597376,1496597505,129 +oltorf,benwhite,1496599746,1496599881,135 +oltorf,benwhite,1496571375,1496571571,196 +oltorf,benwhite,1496593687,1496593869,182 +oltorf,benwhite,1496578704,1496578756,52 +oltorf,benwhite,1496599271,1496599344,73 +oltorf,benwhite,1496584044,1496584122,78 +oltorf,benwhite,1496582613,1496582712,99 +oltorf,benwhite,1496583599,1496583661,62 +oltorf,benwhite,1496578239,1496578294,55 +oltorf,benwhite,1496572144,1496572292,148 +oltorf,benwhite,1496572717,1496572898,181 +oltorf,benwhite,1496577899,1496577973,74 +oltorf,benwhite,1496607186,1496607333,147 +oltorf,benwhite,1496586585,1496586759,174 +oltorf,benwhite,1496585332,1496585422,90 +oltorf,benwhite,1496578117,1496578302,185 +oltorf,benwhite,1496593436,1496593600,164 +oltorf,benwhite,1496609017,1496609203,186 +oltorf,benwhite,1496609482,1496609643,161 +oltorf,benwhite,1496613457,1496613600,143 +oltorf,benwhite,1496582107,1496582110,3 +oltorf,benwhite,1496604805,1496604865,60 +oltorf,benwhite,1496601080,1496601209,129 +oltorf,benwhite,1496606485,1496606582,97 +oltorf,benwhite,1496604344,1496604522,178 +oltorf,benwhite,1496588727,1496588830,103 +oltorf,benwhite,1496585814,1496585884,70 +oltorf,benwhite,1496582380,1496582493,113 +oltorf,benwhite,1496595160,1496595285,125 +oltorf,benwhite,1496606297,1496606371,74 +oltorf,benwhite,1496605413,1496605516,103 +oltorf,benwhite,1496572347,1496572382,35 +oltorf,benwhite,1496573648,1496573769,121 +oltorf,benwhite,1496583827,1496583901,74 +oltorf,benwhite,1496582094,1496582170,76 +oltorf,benwhite,1496610544,1496610630,86 +oltorf,benwhite,1496609504,1496609590,86 +oltorf,benwhite,1496608320,1496608377,57 +oltorf,benwhite,1496582569,1496582670,101 +oltorf,benwhite,1496606468,1496606583,115 +oltorf,benwhite,1496573387,1496573535,148 +oltorf,benwhite,1496572494,1496572603,109 +oltorf,benwhite,1496589544,1496589578,34 +oltorf,benwhite,1496589485,1496589510,25 +oltorf,benwhite,1496590713,1496590776,63 +oltorf,benwhite,1496570735,1496570777,42 +oltorf,benwhite,1496612492,1496612615,123 +oltorf,benwhite,1496616900,1496617040,140 +oltorf,benwhite,1496588817,1496588905,88 +oltorf,benwhite,1496587669,1496587850,181 +oltorf,benwhite,1496584560,1496584674,114 +oltorf,benwhite,1496614052,1496614193,141 +oltorf,benwhite,1496617785,1496617837,52 +oltorf,benwhite,1496571734,1496571763,29 +oltorf,benwhite,1496605185,1496605229,44 +oltorf,benwhite,1496604995,1496605063,68 +oltorf,benwhite,1496576376,1496576405,29 +oltorf,benwhite,1496581110,1496581256,146 +oltorf,benwhite,1496598935,1496598942,7 +oltorf,benwhite,1496584544,1496584589,45 +oltorf,benwhite,1496579942,1496580141,199 +oltorf,benwhite,1496617286,1496617462,176 +oltorf,benwhite,1496573559,1496573658,99 +oltorf,benwhite,1496606737,1496606823,86 +oltorf,benwhite,1496615550,1496615663,113 +oltorf,benwhite,1496570081,1496570236,155 +oltorf,benwhite,1496594109,1496594226,117 +oltorf,benwhite,1496611021,1496611077,56 +oltorf,benwhite,1496581522,1496581691,169 +oltorf,benwhite,1496582860,1496582896,36 +oltorf,benwhite,1496579041,1496579122,81 +oltorf,benwhite,1496605399,1496605403,4 +oltorf,benwhite,1496588253,1496588408,155 +oltorf,benwhite,1496596689,1496596837,148 +oltorf,benwhite,1496568775,1496568915,140 +oltorf,benwhite,1496603294,1496603425,131 +oltorf,benwhite,1496593186,1496593253,67 +oltorf,benwhite,1496586919,1496586941,22 +oltorf,benwhite,1496595706,1496595764,58 +oltorf,benwhite,1496572312,1496572349,37 +oltorf,benwhite,1496618337,1496618493,156 +oltorf,benwhite,1496597832,1496597948,116 +oltorf,benwhite,1496609815,1496609821,6 +oltorf,benwhite,1496606353,1496606385,32 +oltorf,benwhite,1496604255,1496604273,18 +oltorf,benwhite,1496589993,1496590133,140 +oltorf,benwhite,1496576034,1496576145,111 +oltorf,benwhite,1496602433,1496602433,0 +oltorf,benwhite,1496587434,1496587610,176 +oltorf,benwhite,1496597821,1496597896,75 +oltorf,benwhite,1496608761,1496608948,187 +oltorf,benwhite,1496573722,1496573871,149 +oltorf,benwhite,1496611887,1496611899,12 +oltorf,benwhite,1496606600,1496606751,151 +oltorf,benwhite,1496612268,1496612364,96 +oltorf,benwhite,1496579267,1496579358,91 +oltorf,benwhite,1496583027,1496583077,50 +oltorf,benwhite,1496590087,1496590222,135 +oltorf,benwhite,1496572716,1496572904,188 +oltorf,benwhite,1496588649,1496588734,85 +oltorf,benwhite,1496580428,1496580552,124 +oltorf,benwhite,1496599084,1496599138,54 +oltorf,benwhite,1496578533,1496578547,14 +oltorf,benwhite,1496594333,1496594427,94 +oltorf,benwhite,1496603759,1496603957,198 +oltorf,benwhite,1496609649,1496609738,89 +oltorf,benwhite,1496570541,1496570547,6 +oltorf,benwhite,1496575968,1496576037,69 +oltorf,benwhite,1496597513,1496597606,93 +oltorf,benwhite,1496594021,1496594175,154 +oltorf,benwhite,1496610612,1496610733,121 +oltorf,benwhite,1496617825,1496617976,151 +oltorf,benwhite,1496569283,1496569304,21 +oltorf,benwhite,1496568688,1496568781,93 +oltorf,benwhite,1496573222,1496573362,140 +oltorf,benwhite,1496591843,1496592013,170 +oltorf,benwhite,1496609875,1496610017,142 +oltorf,benwhite,1496616788,1496616932,144 +oltorf,benwhite,1496604581,1496604708,127 +oltorf,benwhite,1496614027,1496614111,84 +oltorf,benwhite,1496591846,1496591880,34 +oltorf,benwhite,1496605860,1496605961,101 +oltorf,benwhite,1496617203,1496617279,76 +oltorf,benwhite,1496590449,1496590514,65 +oltorf,benwhite,1496617002,1496617126,124 +oltorf,benwhite,1496581303,1496581347,44 +oltorf,benwhite,1496582759,1496582870,111 +oltorf,benwhite,1496599377,1496599499,122 +oltorf,benwhite,1496616977,1496617043,66 +oltorf,benwhite,1496597538,1496597643,105 +oltorf,benwhite,1496569467,1496569648,181 +oltorf,benwhite,1496612082,1496612144,62 +oltorf,benwhite,1496592622,1496592640,18 +oltorf,benwhite,1496584917,1496585007,90 +oltorf,benwhite,1496612267,1496612294,27 +oltorf,benwhite,1496604440,1496604473,33 +oltorf,benwhite,1496612258,1496612377,119 +oltorf,benwhite,1496573320,1496573456,136 +oltorf,benwhite,1496594784,1496594829,45 +oltorf,benwhite,1496588229,1496588365,136 +oltorf,benwhite,1496595578,1496595723,145 +oltorf,benwhite,1496613397,1496613521,124 +oltorf,benwhite,1496577610,1496577795,185 +oltorf,benwhite,1496573117,1496573259,142 +oltorf,benwhite,1496582137,1496582187,50 +oltorf,benwhite,1496569824,1496569949,125 +oltorf,benwhite,1496606076,1496606172,96 +oltorf,benwhite,1496578138,1496578242,104 +oltorf,benwhite,1496572402,1496572435,33 +oltorf,benwhite,1496573874,1496573927,53 +oltorf,benwhite,1496596313,1496596410,97 +oltorf,benwhite,1496593454,1496593497,43 +oltorf,benwhite,1496581585,1496581704,119 +oltorf,benwhite,1496614899,1496615025,126 +oltorf,benwhite,1496612639,1496612683,44 +oltorf,benwhite,1496589048,1496589206,158 +oltorf,benwhite,1496606035,1496606117,82 +oltorf,benwhite,1496585489,1496585629,140 +oltorf,benwhite,1496594672,1496594811,139 +oltorf,benwhite,1496617964,1496618050,86 +oltorf,benwhite,1496604548,1496604683,135 +oltorf,benwhite,1496591187,1496591373,186 +oltorf,benwhite,1496571836,1496571975,139 +oltorf,benwhite,1496577744,1496577903,159 +oltorf,benwhite,1496583690,1496583755,65 +oltorf,benwhite,1496610726,1496610898,172 +oltorf,benwhite,1496607795,1496607858,63 +oltorf,benwhite,1496611464,1496611468,4 +oltorf,benwhite,1496586796,1496586951,155 +oltorf,benwhite,1496575158,1496575332,174 +oltorf,benwhite,1496601316,1496601334,18 +oltorf,benwhite,1496602369,1496602378,9 +oltorf,benwhite,1496610981,1496611072,91 +oltorf,benwhite,1496587212,1496587217,5 +oltorf,benwhite,1496584219,1496584359,140 +oltorf,benwhite,1496591986,1496592148,162 +oltorf,benwhite,1496616044,1496616126,82 +oltorf,benwhite,1496594495,1496594517,22 +oltorf,benwhite,1496579250,1496579390,140 +oltorf,benwhite,1496570256,1496570338,82 +oltorf,benwhite,1496583223,1496583225,2 +oltorf,benwhite,1496592196,1496592306,110 +oltorf,benwhite,1496572793,1496572959,166 +oltorf,benwhite,1496579975,1496580084,109 +oltorf,benwhite,1496604167,1496604211,44 +oltorf,benwhite,1496571380,1496571533,153 +oltorf,benwhite,1496608534,1496608657,123 +oltorf,benwhite,1496575684,1496575813,129 +oltorf,benwhite,1496585839,1496585867,28 +oltorf,benwhite,1496587033,1496587209,176 +oltorf,benwhite,1496570488,1496570675,187 +oltorf,benwhite,1496608114,1496608167,53 +oltorf,benwhite,1496582803,1496582947,144 +oltorf,benwhite,1496587770,1496587872,102 +oltorf,benwhite,1496612551,1496612694,143 +oltorf,benwhite,1496611900,1496611986,86 +oltorf,benwhite,1496594107,1496594158,51 +oltorf,benwhite,1496592871,1496592871,0 +oltorf,benwhite,1496618240,1496618248,8 +oltorf,benwhite,1496583624,1496583745,121 +oltorf,benwhite,1496590106,1496590249,143 +oltorf,benwhite,1496576480,1496576604,124 +oltorf,benwhite,1496592274,1496592321,47 +oltorf,benwhite,1496578732,1496578775,43 +oltorf,benwhite,1496597695,1496597714,19 +oltorf,benwhite,1496611617,1496611748,131 +oltorf,benwhite,1496574550,1496574647,97 +oltorf,benwhite,1496574944,1496574986,42 +oltorf,benwhite,1496614729,1496614921,192 +oltorf,benwhite,1496580806,1496580883,77 +oltorf,benwhite,1496601775,1496601974,199 +oltorf,benwhite,1496616552,1496616716,164 +oltorf,benwhite,1496575177,1496575279,102 +oltorf,benwhite,1496605168,1496605283,115 +oltorf,benwhite,1496587601,1496587742,141 +oltorf,benwhite,1496580717,1496580797,80 +oltorf,benwhite,1496587815,1496587977,162 +oltorf,benwhite,1496592413,1496592593,180 +oltorf,benwhite,1496581663,1496581768,105 +oltorf,benwhite,1496580806,1496580886,80 +oltorf,benwhite,1496603761,1496603948,187 +oltorf,benwhite,1496609233,1496609306,73 +oltorf,benwhite,1496597723,1496597778,55 +oltorf,benwhite,1496603447,1496603580,133 +oltorf,benwhite,1496588734,1496588899,165 +oltorf,benwhite,1496593547,1496593667,120 +oltorf,benwhite,1496618184,1496618376,192 +oltorf,benwhite,1496572274,1496572470,196 +oltorf,benwhite,1496606239,1496606272,33 +oltorf,benwhite,1496611874,1496611935,61 +oltorf,benwhite,1496589285,1496589293,8 +oltorf,benwhite,1496589851,1496589925,74 +oltorf,benwhite,1496596710,1496596807,97 +oltorf,benwhite,1496594037,1496594109,72 +oltorf,benwhite,1496584941,1496585071,130 +oltorf,benwhite,1496575123,1496575273,150 +oltorf,benwhite,1496600788,1496600870,82 +oltorf,benwhite,1496601901,1496601956,55 +oltorf,benwhite,1496600948,1496601100,152 +oltorf,benwhite,1496598076,1496598172,96 +oltorf,benwhite,1496568205,1496568376,171 +oltorf,benwhite,1496578743,1496578774,31 +oltorf,benwhite,1496604449,1496604482,33 +oltorf,benwhite,1496584481,1496584533,52 +oltorf,benwhite,1496569499,1496569511,12 +oltorf,benwhite,1496600753,1496600768,15 +oltorf,benwhite,1496574039,1496574131,92 +oltorf,benwhite,1496581926,1496582019,93 +oltorf,benwhite,1496576411,1496576500,89 +oltorf,benwhite,1496579356,1496579399,43 +oltorf,benwhite,1496586155,1496586243,88 +oltorf,benwhite,1496594424,1496594426,2 +oltorf,benwhite,1496603313,1496603378,65 +oltorf,benwhite,1496586411,1496586560,149 +oltorf,benwhite,1496580691,1496580732,41 +oltorf,benwhite,1496594905,1496595046,141 +oltorf,benwhite,1496606835,1496606931,96 +oltorf,benwhite,1496595056,1496595062,6 +oltorf,benwhite,1496589847,1496589964,117 +oltorf,benwhite,1496604790,1496604944,154 +oltorf,benwhite,1496599646,1496599685,39 +oltorf,benwhite,1496596801,1496596951,150 +oltorf,benwhite,1496618390,1496618449,59 +oltorf,benwhite,1496611685,1496611686,1 +oltorf,benwhite,1496607685,1496607734,49 +oltorf,benwhite,1496588132,1496588169,37 +oltorf,benwhite,1496581835,1496581969,134 +oltorf,benwhite,1496611799,1496611925,126 +oltorf,benwhite,1496601401,1496601536,135 +oltorf,benwhite,1496609232,1496609398,166 +oltorf,benwhite,1496580505,1496580548,43 +oltorf,benwhite,1496574259,1496574311,52 +oltorf,benwhite,1496582553,1496582588,35 +oltorf,benwhite,1496603564,1496603619,55 +oltorf,benwhite,1496594087,1496594258,171 +oltorf,benwhite,1496605243,1496605245,2 +oltorf,benwhite,1496575131,1496575170,39 +oltorf,benwhite,1496574262,1496574344,82 +oltorf,benwhite,1496587081,1496587123,42 +oltorf,benwhite,1496601917,1496602108,191 +oltorf,benwhite,1496596619,1496596789,170 +oltorf,benwhite,1496599067,1496599140,73 +oltorf,benwhite,1496612636,1496612739,103 +oltorf,benwhite,1496598239,1496598292,53 +oltorf,benwhite,1496598377,1496598526,149 +oltorf,benwhite,1496588625,1496588792,167 +oltorf,benwhite,1496617712,1496617790,78 +oltorf,benwhite,1496595446,1496595577,131 +oltorf,benwhite,1496572930,1496573092,162 +oltorf,benwhite,1496616638,1496616721,83 +oltorf,benwhite,1496616121,1496616235,114 +oltorf,benwhite,1496600562,1496600658,96 +oltorf,benwhite,1496569134,1496569268,134 +oltorf,benwhite,1496588156,1496588302,146 +oltorf,benwhite,1496573924,1496573956,32 +oltorf,benwhite,1496581060,1496581069,9 +oltorf,benwhite,1496584090,1496584261,171 +oltorf,benwhite,1496590944,1496590958,14 +oltorf,benwhite,1496613722,1496613753,31 +oltorf,benwhite,1496576481,1496576494,13 +oltorf,benwhite,1496579244,1496579392,148 +oltorf,benwhite,1496602425,1496602499,74 +oltorf,benwhite,1496579906,1496579982,76 +oltorf,benwhite,1496615015,1496615210,195 +oltorf,benwhite,1496596338,1496596371,33 +oltorf,benwhite,1496614071,1496614136,65 +oltorf,benwhite,1496588938,1496589063,125 +oltorf,benwhite,1496594076,1496594128,52 +oltorf,benwhite,1496587820,1496587994,174 +oltorf,benwhite,1496594427,1496594582,155 +oltorf,benwhite,1496581060,1496581173,113 +oltorf,benwhite,1496578144,1496578164,20 +oltorf,benwhite,1496596474,1496596502,28 +oltorf,benwhite,1496577994,1496578134,140 +oltorf,benwhite,1496610842,1496610957,115 +oltorf,benwhite,1496611726,1496611739,13 +oltorf,benwhite,1496602228,1496602417,189 +oltorf,benwhite,1496582165,1496582342,177 +oltorf,benwhite,1496576880,1496577043,163 +oltorf,benwhite,1496582662,1496582785,123 +oltorf,benwhite,1496588809,1496588840,31 +oltorf,benwhite,1496613965,1496614086,121 +oltorf,benwhite,1496585733,1496585881,148 +oltorf,benwhite,1496582113,1496582283,170 +oltorf,benwhite,1496599389,1496599411,22 +oltorf,benwhite,1496610230,1496610329,99 +oltorf,benwhite,1496614814,1496614826,12 +oltorf,benwhite,1496600092,1496600113,21 +oltorf,benwhite,1496610245,1496610258,13 +oltorf,benwhite,1496593026,1496593119,93 +oltorf,benwhite,1496588400,1496588500,100 +oltorf,benwhite,1496577868,1496578039,171 +oltorf,benwhite,1496586421,1496586578,157 +oltorf,benwhite,1496608632,1496608771,139 +oltorf,benwhite,1496609598,1496609685,87 +oltorf,benwhite,1496583266,1496583424,158 +oltorf,benwhite,1496588009,1496588183,174 +oltorf,benwhite,1496610767,1496610841,74 +oltorf,benwhite,1496588423,1496588565,142 +oltorf,benwhite,1496576571,1496576763,192 +oltorf,benwhite,1496610630,1496610716,86 +oltorf,benwhite,1496605515,1496605634,119 +oltorf,benwhite,1496608346,1496608384,38 +oltorf,benwhite,1496599897,1496599970,73 +oltorf,benwhite,1496569024,1496569189,165 +oltorf,benwhite,1496595591,1496595743,152 +oltorf,benwhite,1496617500,1496617672,172 +oltorf,benwhite,1496594311,1496594316,5 +oltorf,benwhite,1496592286,1496592287,1 +oltorf,benwhite,1496590985,1496591012,27 +oltorf,benwhite,1496593210,1496593214,4 +oltorf,benwhite,1496583757,1496583820,63 +oltorf,benwhite,1496602067,1496602093,26 +oltorf,benwhite,1496604101,1496604263,162 +oltorf,benwhite,1496607619,1496607774,155 +oltorf,benwhite,1496608402,1496608412,10 +oltorf,benwhite,1496585885,1496585948,63 +oltorf,benwhite,1496593259,1496593262,3 +oltorf,benwhite,1496591276,1496591344,68 +oltorf,benwhite,1496578799,1496578817,18 +oltorf,benwhite,1496597056,1496597180,124 +oltorf,benwhite,1496596497,1496596610,113 +oltorf,benwhite,1496591363,1496591526,163 +oltorf,benwhite,1496603360,1496603362,2 +oltorf,benwhite,1496594157,1496594316,159 +oltorf,benwhite,1496614602,1496614685,83 +oltorf,benwhite,1496584576,1496584746,170 +oltorf,benwhite,1496581064,1496581087,23 +oltorf,benwhite,1496612642,1496612719,77 +oltorf,benwhite,1496616650,1496616823,173 +oltorf,benwhite,1496574344,1496574358,14 +oltorf,benwhite,1496615165,1496615335,170 +oltorf,benwhite,1496588234,1496588355,121 +oltorf,benwhite,1496588403,1496588599,196 +oltorf,benwhite,1496581070,1496581161,91 +oltorf,benwhite,1496617537,1496617566,29 +oltorf,benwhite,1496592996,1496593166,170 +oltorf,benwhite,1496585864,1496586022,158 +oltorf,benwhite,1496580104,1496580132,28 +oltorf,benwhite,1496582973,1496582980,7 +oltorf,benwhite,1496581897,1496582021,124 +oltorf,benwhite,1496568194,1496568251,57 +oltorf,benwhite,1496613585,1496613656,71 +oltorf,benwhite,1496577848,1496577992,144 +oltorf,benwhite,1496599943,1496600056,113 +oltorf,benwhite,1496573461,1496573566,105 +oltorf,benwhite,1496606485,1496606492,7 +oltorf,benwhite,1496580268,1496580425,157 +oltorf,benwhite,1496577789,1496577955,166 +oltorf,benwhite,1496610971,1496610978,7 +oltorf,benwhite,1496582872,1496582878,6 +oltorf,benwhite,1496579890,1496580028,138 +oltorf,benwhite,1496616132,1496616274,142 +oltorf,benwhite,1496599912,1496599988,76 +oltorf,benwhite,1496610358,1496610462,104 +oltorf,benwhite,1496614914,1496615013,99 +oltorf,benwhite,1496570929,1496570986,57 +oltorf,benwhite,1496595608,1496595713,105 +oltorf,benwhite,1496593275,1496593326,51 +oltorf,benwhite,1496569262,1496569400,138 +oltorf,benwhite,1496587826,1496587992,166 +oltorf,benwhite,1496593858,1496594046,188 +oltorf,benwhite,1496608372,1496608399,27 +oltorf,benwhite,1496576346,1496576437,91 +oltorf,benwhite,1496604059,1496604098,39 +oltorf,benwhite,1496604487,1496604649,162 +oltorf,benwhite,1496579899,1496580049,150 +oltorf,benwhite,1496610445,1496610557,112 +oltorf,benwhite,1496591596,1496591772,176 +oltorf,benwhite,1496618273,1496618455,182 +oltorf,benwhite,1496613293,1496613437,144 +oltorf,benwhite,1496577461,1496577610,149 +oltorf,benwhite,1496572679,1496572695,16 +oltorf,benwhite,1496601583,1496601720,137 +oltorf,benwhite,1496618406,1496618507,101 +oltorf,benwhite,1496599472,1496599625,153 +oltorf,benwhite,1496583335,1496583503,168 +oltorf,benwhite,1496589244,1496589385,141 +oltorf,benwhite,1496568180,1496568222,42 +oltorf,benwhite,1496571476,1496571673,197 +oltorf,benwhite,1496600795,1496600891,96 +oltorf,benwhite,1496574349,1496574415,66 +oltorf,benwhite,1496583312,1496583450,138 +oltorf,benwhite,1496574128,1496574138,10 +oltorf,benwhite,1496578233,1496578328,95 +oltorf,benwhite,1496611575,1496611615,40 +oltorf,benwhite,1496609322,1496609512,190 +oltorf,benwhite,1496618021,1496618053,32 +oltorf,benwhite,1496602343,1496602400,57 +oltorf,benwhite,1496599862,1496599883,21 +oltorf,benwhite,1496615362,1496615553,191 +oltorf,benwhite,1496595771,1496595827,56 +oltorf,benwhite,1496610045,1496610136,91 +oltorf,benwhite,1496587631,1496587747,116 +oltorf,benwhite,1496573189,1496573342,153 +oltorf,benwhite,1496585411,1496585580,169 +oltorf,benwhite,1496589789,1496589869,80 +oltorf,benwhite,1496579760,1496579779,19 +oltorf,benwhite,1496612270,1496612376,106 +oltorf,benwhite,1496599731,1496599788,57 +oltorf,benwhite,1496591871,1496591961,90 +oltorf,benwhite,1496571230,1496571284,54 +oltorf,benwhite,1496600783,1496600982,199 +oltorf,benwhite,1496612661,1496612736,75 +oltorf,benwhite,1496612694,1496612792,98 +oltorf,benwhite,1496596559,1496596657,98 +oltorf,benwhite,1496585212,1496585392,180 +oltorf,benwhite,1496592050,1496592134,84 +oltorf,benwhite,1496571855,1496571934,79 +oltorf,benwhite,1496569787,1496569835,48 +oltorf,benwhite,1496603370,1496603475,105 +oltorf,benwhite,1496594894,1496594991,97 +oltorf,benwhite,1496611411,1496611477,66 +oltorf,benwhite,1496592211,1496592368,157 +oltorf,benwhite,1496575084,1496575152,68 +oltorf,benwhite,1496590299,1496590411,112 +oltorf,benwhite,1496616595,1496616700,105 +oltorf,benwhite,1496600210,1496600244,34 +oltorf,benwhite,1496585417,1496585438,21 +oltorf,benwhite,1496584133,1496584155,22 +oltorf,benwhite,1496596103,1496596139,36 +oltorf,benwhite,1496569000,1496569132,132 +oltorf,benwhite,1496612246,1496612351,105 +oltorf,benwhite,1496590818,1496590849,31 +oltorf,benwhite,1496570818,1496570879,61 +oltorf,benwhite,1496577030,1496577091,61 +oltorf,benwhite,1496613181,1496613239,58 +oltorf,benwhite,1496570051,1496570250,199 +oltorf,benwhite,1496573262,1496573419,157 +oltorf,benwhite,1496569410,1496569420,10 +oltorf,benwhite,1496594475,1496594594,119 +oltorf,benwhite,1496601993,1496602062,69 +oltorf,benwhite,1496579360,1496579490,130 +oltorf,benwhite,1496585483,1496585635,152 +oltorf,benwhite,1496585102,1496585117,15 +oltorf,benwhite,1496606647,1496606686,39 +oltorf,benwhite,1496574924,1496574992,68 +oltorf,benwhite,1496575544,1496575660,116 +oltorf,benwhite,1496613683,1496613828,145 +oltorf,benwhite,1496614735,1496614897,162 +oltorf,benwhite,1496572040,1496572232,192 +oltorf,benwhite,1496576830,1496576877,47 +oltorf,benwhite,1496591790,1496591933,143 +oltorf,benwhite,1496607101,1496607248,147 +oltorf,benwhite,1496595418,1496595459,41 +oltorf,benwhite,1496603479,1496603560,81 +oltorf,benwhite,1496606843,1496606865,22 +oltorf,benwhite,1496580587,1496580596,9 +oltorf,benwhite,1496618461,1496618629,168 +oltorf,benwhite,1496588691,1496588855,164 +oltorf,benwhite,1496584442,1496584443,1 +oltorf,benwhite,1496590945,1496591055,110 +oltorf,benwhite,1496592222,1496592262,40 +oltorf,benwhite,1496606343,1496606373,30 +oltorf,benwhite,1496601450,1496601549,99 +oltorf,benwhite,1496611154,1496611199,45 +oltorf,benwhite,1496609777,1496609916,139 +oltorf,benwhite,1496583741,1496583915,174 +oltorf,benwhite,1496598720,1496598905,185 +oltorf,benwhite,1496593995,1496594114,119 +oltorf,benwhite,1496608992,1496609153,161 +oltorf,benwhite,1496611294,1496611347,53 +oltorf,benwhite,1496572766,1496572948,182 +oltorf,benwhite,1496568664,1496568831,167 +oltorf,benwhite,1496579013,1496579142,129 +oltorf,benwhite,1496570888,1496570971,83 +oltorf,benwhite,1496575776,1496575819,43 +oltorf,benwhite,1496614063,1496614224,161 +oltorf,benwhite,1496568640,1496568689,49 +oltorf,benwhite,1496590357,1496590471,114 +oltorf,benwhite,1496603860,1496604006,146 +oltorf,benwhite,1496616345,1496616456,111 +oltorf,benwhite,1496583015,1496583102,87 +oltorf,benwhite,1496604357,1496604446,89 +oltorf,benwhite,1496591219,1496591397,178 +oltorf,benwhite,1496593206,1496593282,76 +oltorf,benwhite,1496615700,1496615854,154 +oltorf,benwhite,1496581016,1496581205,189 +oltorf,benwhite,1496590118,1496590141,23 +oltorf,benwhite,1496572580,1496572769,189 +oltorf,benwhite,1496575659,1496575692,33 +oltorf,benwhite,1496577910,1496577920,10 +oltorf,benwhite,1496607767,1496607961,194 +oltorf,benwhite,1496586547,1496586578,31 +oltorf,benwhite,1496574315,1496574404,89 +oltorf,benwhite,1496586995,1496587042,47 +oltorf,benwhite,1496568385,1496568410,25 +oltorf,benwhite,1496574128,1496574176,48 +oltorf,benwhite,1496576732,1496576748,16 +oltorf,benwhite,1496586283,1496586475,192 +oltorf,benwhite,1496574283,1496574323,40 +oltorf,benwhite,1496616423,1496616564,141 +oltorf,benwhite,1496592163,1496592214,51 +oltorf,benwhite,1496570096,1496570168,72 +oltorf,benwhite,1496613271,1496613437,166 +oltorf,benwhite,1496570742,1496570782,40 +oltorf,benwhite,1496592924,1496593019,95 +oltorf,benwhite,1496569165,1496569310,145 +oltorf,benwhite,1496576765,1496576870,105 +oltorf,benwhite,1496611581,1496611699,118 +oltorf,benwhite,1496614062,1496614087,25 +oltorf,benwhite,1496609993,1496610053,60 +oltorf,benwhite,1496575358,1496575493,135 +oltorf,benwhite,1496604979,1496605050,71 +oltorf,benwhite,1496596029,1496596093,64 +oltorf,benwhite,1496572825,1496572999,174 +oltorf,benwhite,1496609187,1496609246,59 +oltorf,benwhite,1496577853,1496577984,131 +oltorf,benwhite,1496607941,1496607989,48 +oltorf,benwhite,1496573338,1496573370,32 +oltorf,benwhite,1496617000,1496617146,146 +oltorf,benwhite,1496587770,1496587903,133 +oltorf,benwhite,1496576995,1496577131,136 +oltorf,benwhite,1496594906,1496594907,1 +oltorf,benwhite,1496616218,1496616253,35 +oltorf,benwhite,1496596400,1496596553,153 +oltorf,benwhite,1496597638,1496597754,116 +oltorf,benwhite,1496578231,1496578385,154 +oltorf,benwhite,1496580176,1496580319,143 +oltorf,benwhite,1496600627,1496600701,74 +oltorf,benwhite,1496617840,1496617924,84 +oltorf,benwhite,1496570041,1496570078,37 +oltorf,benwhite,1496586142,1496586264,122 +oltorf,benwhite,1496585513,1496585597,84 +oltorf,benwhite,1496569757,1496569786,29 +oltorf,benwhite,1496588819,1496588854,35 +oltorf,benwhite,1496568170,1496568342,172 +oltorf,benwhite,1496598041,1496598052,11 +oltorf,benwhite,1496601472,1496601626,154 +oltorf,benwhite,1496570055,1496570120,65 +oltorf,benwhite,1496580126,1496580287,161 +oltorf,benwhite,1496604233,1496604382,149 +oltorf,benwhite,1496613841,1496613961,120 +oltorf,benwhite,1496614156,1496614187,31 +oltorf,benwhite,1496582146,1496582156,10 +oltorf,benwhite,1496591715,1496591776,61 +oltorf,benwhite,1496610092,1496610104,12 +oltorf,benwhite,1496585286,1496585387,101 +oltorf,benwhite,1496604462,1496604500,38 +oltorf,benwhite,1496591524,1496591651,127 +oltorf,benwhite,1496585128,1496585272,144 +oltorf,benwhite,1496616496,1496616510,14 +oltorf,benwhite,1496583557,1496583731,174 +oltorf,benwhite,1496605525,1496605625,100 +oltorf,benwhite,1496593738,1496593903,165 +oltorf,benwhite,1496604095,1496604246,151 +oltorf,benwhite,1496590207,1496590393,186 +oltorf,benwhite,1496600378,1496600489,111 +oltorf,benwhite,1496573848,1496573862,14 +oltorf,benwhite,1496602222,1496602330,108 +oltorf,benwhite,1496604189,1496604232,43 +oltorf,benwhite,1496600765,1496600806,41 +oltorf,benwhite,1496597832,1496597883,51 +oltorf,benwhite,1496616763,1496616851,88 +oltorf,benwhite,1496582466,1496582540,74 +oltorf,benwhite,1496591901,1496592097,196 +oltorf,benwhite,1496577825,1496577920,95 +oltorf,benwhite,1496591262,1496591390,128 +oltorf,benwhite,1496610620,1496610791,171 +oltorf,benwhite,1496576169,1496576187,18 +oltorf,benwhite,1496608183,1496608306,123 +oltorf,benwhite,1496578931,1496578989,58 +oltorf,benwhite,1496596222,1496596232,10 +oltorf,benwhite,1496610334,1496610495,161 +oltorf,benwhite,1496573470,1496573482,12 +oltorf,benwhite,1496582678,1496582808,130 +oltorf,benwhite,1496613182,1496613270,88 +oltorf,benwhite,1496580715,1496580903,188 +oltorf,benwhite,1496579296,1496579313,17 +oltorf,benwhite,1496613279,1496613346,67 +oltorf,benwhite,1496614811,1496614849,38 +oltorf,benwhite,1496585852,1496585968,116 +oltorf,benwhite,1496589308,1496589359,51 +oltorf,benwhite,1496596772,1496596790,18 +oltorf,benwhite,1496593595,1496593787,192 +oltorf,benwhite,1496596982,1496597040,58 +oltorf,benwhite,1496579924,1496580067,143 +oltorf,benwhite,1496613327,1496613412,85 +oltorf,benwhite,1496605675,1496605695,20 +oltorf,benwhite,1496612773,1496612949,176 +oltorf,benwhite,1496570602,1496570615,13 +oltorf,benwhite,1496574723,1496574811,88 +oltorf,benwhite,1496598166,1496598196,30 +oltorf,benwhite,1496606887,1496607066,179 +oltorf,benwhite,1496574871,1496574996,125 +oltorf,benwhite,1496578934,1496578998,64 +oltorf,benwhite,1496603833,1496603960,127 +oltorf,benwhite,1496605249,1496605382,133 +oltorf,benwhite,1496609864,1496610028,164 +oltorf,benwhite,1496595565,1496595684,119 +oltorf,benwhite,1496617123,1496617178,55 +oltorf,benwhite,1496594795,1496594908,113 +oltorf,benwhite,1496612013,1496612165,152 +oltorf,benwhite,1496610366,1496610389,23 +oltorf,benwhite,1496604929,1496605026,97 +oltorf,benwhite,1496611950,1496612078,128 +oltorf,benwhite,1496603924,1496603943,19 +oltorf,benwhite,1496591068,1496591232,164 +oltorf,benwhite,1496609559,1496609728,169 +oltorf,benwhite,1496575644,1496575740,96 +oltorf,benwhite,1496582152,1496582205,53 +oltorf,benwhite,1496612039,1496612221,182 +oltorf,benwhite,1496616925,1496616973,48 +oltorf,benwhite,1496570679,1496570738,59 +oltorf,benwhite,1496601305,1496601465,160 +oltorf,benwhite,1496594149,1496594335,186 +oltorf,benwhite,1496579938,1496580122,184 +oltorf,benwhite,1496599374,1496599571,197 +oltorf,benwhite,1496613553,1496613644,91 +oltorf,benwhite,1496615714,1496615765,51 +oltorf,benwhite,1496582080,1496582195,115 +oltorf,benwhite,1496582309,1496582399,90 +oltorf,benwhite,1496580556,1496580566,10 +oltorf,benwhite,1496583966,1496584045,79 +oltorf,benwhite,1496585747,1496585758,11 +oltorf,benwhite,1496603227,1496603244,17 +oltorf,benwhite,1496601070,1496601172,102 +oltorf,benwhite,1496617757,1496617812,55 +oltorf,benwhite,1496569083,1496569207,124 +oltorf,benwhite,1496600968,1496601005,37 +oltorf,benwhite,1496584567,1496584741,174 +oltorf,benwhite,1496590234,1496590423,189 +oltorf,benwhite,1496570864,1496570889,25 +oltorf,benwhite,1496582743,1496582786,43 +oltorf,benwhite,1496586149,1496586278,129 +oltorf,benwhite,1496614961,1496614974,13 +oltorf,benwhite,1496572558,1496572650,92 +oltorf,benwhite,1496579917,1496579931,14 +oltorf,benwhite,1496573985,1496574125,140 +oltorf,benwhite,1496597680,1496597784,104 +oltorf,benwhite,1496570684,1496570868,184 +oltorf,benwhite,1496597803,1496597946,143 +oltorf,benwhite,1496611680,1496611816,136 +oltorf,benwhite,1496604380,1496604496,116 +oltorf,benwhite,1496614928,1496615074,146 +oltorf,benwhite,1496584870,1496584897,27 +oltorf,benwhite,1496609839,1496609931,92 +oltorf,benwhite,1496578820,1496578898,78 +oltorf,benwhite,1496598050,1496598081,31 +oltorf,benwhite,1496581886,1496581997,111 +oltorf,benwhite,1496614399,1496614412,13 +oltorf,benwhite,1496611128,1496611172,44 +oltorf,benwhite,1496589526,1496589714,188 +oltorf,benwhite,1496611130,1496611140,10 +oltorf,benwhite,1496568971,1496569065,94 +oltorf,benwhite,1496570935,1496571048,113 +oltorf,benwhite,1496599986,1496600095,109 +oltorf,benwhite,1496587205,1496587304,99 +oltorf,benwhite,1496579961,1496579997,36 +oltorf,benwhite,1496569629,1496569823,194 +oltorf,benwhite,1496607401,1496607520,119 +oltorf,benwhite,1496603265,1496603354,89 +oltorf,benwhite,1496585367,1496585478,111 +oltorf,benwhite,1496588067,1496588208,141 +oltorf,benwhite,1496610735,1496610821,86 +oltorf,benwhite,1496580383,1496580487,104 +oltorf,benwhite,1496590702,1496590709,7 +oltorf,benwhite,1496577820,1496577929,109 +oltorf,benwhite,1496610896,1496611073,177 +oltorf,benwhite,1496596438,1496596471,33 +oltorf,benwhite,1496617976,1496617990,14 +oltorf,benwhite,1496608133,1496608236,103 +oltorf,benwhite,1496603922,1496603979,57 +oltorf,benwhite,1496609287,1496609360,73 +oltorf,benwhite,1496606474,1496606477,3 +oltorf,benwhite,1496575362,1496575555,193 +oltorf,benwhite,1496571920,1496572067,147 +oltorf,benwhite,1496597015,1496597030,15 +oltorf,benwhite,1496584675,1496584706,31 +oltorf,benwhite,1496595325,1496595439,114 +oltorf,benwhite,1496598339,1496598450,111 +oltorf,benwhite,1496592142,1496592210,68 +oltorf,benwhite,1496607163,1496607254,91 +oltorf,benwhite,1496576801,1496576898,97 +oltorf,benwhite,1496577482,1496577582,100 +oltorf,benwhite,1496592772,1496592957,185 +oltorf,benwhite,1496568648,1496568817,169 +oltorf,benwhite,1496570716,1496570867,151 +oltorf,benwhite,1496610446,1496610575,129 +oltorf,benwhite,1496594288,1496594388,100 +oltorf,benwhite,1496585405,1496585562,157 +oltorf,benwhite,1496588885,1496588957,72 +oltorf,benwhite,1496601096,1496601285,189 +oltorf,benwhite,1496597865,1496597967,102 +oltorf,benwhite,1496580423,1496580557,134 +oltorf,benwhite,1496570922,1496570969,47 +oltorf,benwhite,1496612140,1496612324,184 +oltorf,benwhite,1496572218,1496572388,170 +oltorf,benwhite,1496595759,1496595778,19 +oltorf,benwhite,1496574696,1496574871,175 +oltorf,benwhite,1496596643,1496596745,102 +oltorf,benwhite,1496586530,1496586702,172 +oltorf,benwhite,1496574554,1496574575,21 +oltorf,benwhite,1496568823,1496569020,197 +oltorf,benwhite,1496573234,1496573419,185 +oltorf,benwhite,1496599915,1496599949,34 +oltorf,benwhite,1496617217,1496617232,15 +oltorf,benwhite,1496587015,1496587051,36 +oltorf,benwhite,1496581035,1496581209,174 +oltorf,benwhite,1496579672,1496579690,18 +oltorf,benwhite,1496568905,1496569040,135 +oltorf,benwhite,1496585198,1496585230,32 +oltorf,benwhite,1496602294,1496602466,172 +oltorf,benwhite,1496569307,1496569452,145 +oltorf,benwhite,1496616908,1496617022,114 +oltorf,benwhite,1496603442,1496603456,14 +oltorf,benwhite,1496615702,1496615736,34 +oltorf,benwhite,1496618408,1496618577,169 +oltorf,benwhite,1496617237,1496617296,59 +oltorf,benwhite,1496610322,1496610475,153 +oltorf,benwhite,1496580041,1496580159,118 +oltorf,benwhite,1496608414,1496608491,77 +oltorf,benwhite,1496600673,1496600789,116 +oltorf,benwhite,1496597328,1496597520,192 +oltorf,benwhite,1496569840,1496569848,8 +oltorf,benwhite,1496575174,1496575233,59 +oltorf,benwhite,1496602809,1496603008,199 +oltorf,benwhite,1496609844,1496609977,133 +oltorf,benwhite,1496601971,1496602020,49 +oltorf,benwhite,1496597039,1496597079,40 +oltorf,benwhite,1496577965,1496577980,15 +oltorf,benwhite,1496607622,1496607688,66 +oltorf,benwhite,1496583045,1496583190,145 +oltorf,benwhite,1496579645,1496579840,195 +oltorf,benwhite,1496614107,1496614188,81 +oltorf,benwhite,1496571748,1496571881,133 +oltorf,benwhite,1496614617,1496614801,184 +oltorf,benwhite,1496586938,1496586978,40 +oltorf,benwhite,1496604824,1496604900,76 +oltorf,benwhite,1496606892,1496607074,182 +oltorf,benwhite,1496569005,1496569046,41 +oltorf,benwhite,1496592158,1496592215,57 +oltorf,benwhite,1496601546,1496601680,134 +oltorf,benwhite,1496589169,1496589282,113 +oltorf,benwhite,1496601851,1496602032,181 +oltorf,benwhite,1496593302,1496593486,184 +oltorf,benwhite,1496574458,1496574580,122 +oltorf,benwhite,1496618361,1496618377,16 +oltorf,benwhite,1496613531,1496613615,84 +oltorf,benwhite,1496596175,1496596207,32 +oltorf,benwhite,1496593395,1496593456,61 +oltorf,benwhite,1496594398,1496594561,163 +oltorf,benwhite,1496568591,1496568634,43 +oltorf,benwhite,1496614667,1496614701,34 +oltorf,benwhite,1496612655,1496612755,100 +oltorf,benwhite,1496606919,1496606998,79 +oltorf,benwhite,1496605518,1496605678,160 +oltorf,benwhite,1496606618,1496606785,167 +oltorf,benwhite,1496570770,1496570923,153 +oltorf,benwhite,1496598545,1496598623,78 +oltorf,benwhite,1496569056,1496569063,7 +oltorf,benwhite,1496583169,1496583264,95 +oltorf,benwhite,1496571426,1496571499,73 +oltorf,benwhite,1496579135,1496579245,110 +oltorf,benwhite,1496568546,1496568604,58 +oltorf,benwhite,1496568144,1496568150,6 +oltorf,benwhite,1496607076,1496607109,33 +oltorf,benwhite,1496585400,1496585553,153 +oltorf,benwhite,1496596473,1496596505,32 +oltorf,benwhite,1496604794,1496604910,116 +oltorf,benwhite,1496587752,1496587871,119 +oltorf,benwhite,1496604401,1496604517,116 +oltorf,benwhite,1496580004,1496580056,52 +oltorf,benwhite,1496617226,1496617317,91 +oltorf,benwhite,1496598435,1496598494,59 +oltorf,benwhite,1496612003,1496612038,35 +oltorf,benwhite,1496587108,1496587226,118 +oltorf,benwhite,1496577313,1496577490,177 +oltorf,benwhite,1496574704,1496574872,168 +oltorf,benwhite,1496581683,1496581753,70 +oltorf,benwhite,1496571158,1496571166,8 +oltorf,benwhite,1496587167,1496587245,78 +oltorf,benwhite,1496570670,1496570747,77 +oltorf,benwhite,1496612541,1496612560,19 +oltorf,benwhite,1496613607,1496613724,117 +oltorf,benwhite,1496612065,1496612256,191 +oltorf,benwhite,1496599142,1496599228,86 +oltorf,benwhite,1496591339,1496591366,27 +oltorf,benwhite,1496609823,1496610015,192 +oltorf,benwhite,1496614004,1496614061,57 +oltorf,benwhite,1496583407,1496583536,129 +oltorf,benwhite,1496599279,1496599287,8 +oltorf,benwhite,1496611155,1496611354,199 +oltorf,benwhite,1496568433,1496568506,73 +oltorf,benwhite,1496604096,1496604153,57 +oltorf,benwhite,1496598622,1496598811,189 +oltorf,benwhite,1496573549,1496573591,42 +oltorf,benwhite,1496583691,1496583727,36 +oltorf,benwhite,1496570344,1496570499,155 +oltorf,benwhite,1496594807,1496594884,77 +oltorf,benwhite,1496584451,1496584453,2 +oltorf,benwhite,1496572259,1496572379,120 +oltorf,benwhite,1496582018,1496582159,141 +oltorf,benwhite,1496608946,1496609104,158 +oltorf,benwhite,1496606456,1496606612,156 +oltorf,benwhite,1496586950,1496586963,13 +oltorf,benwhite,1496582123,1496582251,128 +oltorf,benwhite,1496582537,1496582673,136 +oltorf,benwhite,1496594016,1496594074,58 +oltorf,benwhite,1496609604,1496609799,195 +oltorf,benwhite,1496574418,1496574452,34 +oltorf,benwhite,1496617780,1496617886,106 +oltorf,benwhite,1496587380,1496587432,52 +oltorf,benwhite,1496594616,1496594783,167 +oltorf,benwhite,1496593840,1496593988,148 +oltorf,benwhite,1496594303,1496594409,106 +oltorf,benwhite,1496573346,1496573359,13 +oltorf,benwhite,1496606780,1496606950,170 +oltorf,benwhite,1496574003,1496574163,160 +oltorf,benwhite,1496575788,1496575879,91 +oltorf,benwhite,1496575920,1496576055,135 +oltorf,benwhite,1496582388,1496582484,96 +oltorf,benwhite,1496602595,1496602759,164 +oltorf,benwhite,1496611909,1496612014,105 +oltorf,benwhite,1496598210,1496598271,61 +oltorf,benwhite,1496569248,1496569397,149 +oltorf,benwhite,1496577732,1496577831,99 +oltorf,benwhite,1496578251,1496578427,176 +oltorf,benwhite,1496582214,1496582399,185 +oltorf,benwhite,1496600199,1496600254,55 +oltorf,benwhite,1496600339,1496600428,89 +oltorf,benwhite,1496594853,1496594896,43 +oltorf,benwhite,1496594028,1496594148,120 +oltorf,benwhite,1496582052,1496582082,30 +oltorf,benwhite,1496582262,1496582370,108 +oltorf,benwhite,1496591755,1496591821,66 +oltorf,benwhite,1496587414,1496587461,47 +oltorf,benwhite,1496617904,1496617918,14 +oltorf,benwhite,1496594394,1496594506,112 +oltorf,benwhite,1496580694,1496580798,104 +oltorf,benwhite,1496612965,1496612975,10 +oltorf,benwhite,1496607083,1496607140,57 +oltorf,benwhite,1496603594,1496603639,45 +oltorf,benwhite,1496604612,1496604720,108 +oltorf,benwhite,1496597367,1496597458,91 +oltorf,benwhite,1496581489,1496581669,180 +oltorf,benwhite,1496589388,1496589420,32 +oltorf,benwhite,1496616421,1496616424,3 +oltorf,benwhite,1496602831,1496602864,33 +oltorf,benwhite,1496590137,1496590205,68 +oltorf,benwhite,1496586308,1496586335,27 +oltorf,benwhite,1496577867,1496578015,148 +oltorf,benwhite,1496583244,1496583325,81 +oltorf,benwhite,1496613868,1496613951,83 +oltorf,benwhite,1496610987,1496611107,120 +oltorf,benwhite,1496611489,1496611505,16 +oltorf,benwhite,1496600123,1496600272,149 +oltorf,benwhite,1496608316,1496608476,160 +oltorf,benwhite,1496613182,1496613219,37 +oltorf,benwhite,1496611717,1496611870,153 +oltorf,benwhite,1496575639,1496575772,133 +oltorf,benwhite,1496586989,1496587104,115 +oltorf,benwhite,1496605303,1496605403,100 +oltorf,benwhite,1496583923,1496583939,16 +oltorf,benwhite,1496591981,1496592023,42 +oltorf,benwhite,1496571156,1496571266,110 +oltorf,benwhite,1496577429,1496577531,102 +oltorf,benwhite,1496615596,1496615717,121 +oltorf,benwhite,1496600352,1496600392,40 +oltorf,benwhite,1496602432,1496602606,174 +oltorf,benwhite,1496595851,1496596037,186 +oltorf,benwhite,1496617624,1496617758,134 +oltorf,benwhite,1496598904,1496599026,122 +oltorf,benwhite,1496598155,1496598181,26 +oltorf,benwhite,1496584493,1496584557,64 +oltorf,benwhite,1496598605,1496598774,169 +oltorf,benwhite,1496587030,1496587202,172 +oltorf,benwhite,1496587783,1496587857,74 +oltorf,benwhite,1496593458,1496593582,124 +oltorf,benwhite,1496569889,1496569909,20 +oltorf,benwhite,1496597251,1496597373,122 +oltorf,benwhite,1496606349,1496606372,23 +oltorf,benwhite,1496601519,1496601532,13 +oltorf,benwhite,1496593457,1496593601,144 +oltorf,benwhite,1496612567,1496612624,57 +oltorf,benwhite,1496572294,1496572332,38 +oltorf,benwhite,1496597168,1496597267,99 +oltorf,benwhite,1496601799,1496601901,102 +oltorf,benwhite,1496598009,1496598124,115 +oltorf,benwhite,1496608734,1496608910,176 +oltorf,benwhite,1496617633,1496617730,97 +oltorf,benwhite,1496583975,1496584128,153 +oltorf,benwhite,1496610032,1496610179,147 +oltorf,benwhite,1496600352,1496600380,28 +oltorf,benwhite,1496600022,1496600168,146 +oltorf,benwhite,1496610041,1496610074,33 +oltorf,benwhite,1496574589,1496574697,108 +oltorf,benwhite,1496591544,1496591614,70 +oltorf,benwhite,1496570418,1496570545,127 +oltorf,benwhite,1496612955,1496612962,7 +oltorf,benwhite,1496604037,1496604151,114 +oltorf,benwhite,1496583752,1496583946,194 +oltorf,benwhite,1496615224,1496615244,20 +oltorf,benwhite,1496597703,1496597725,22 +oltorf,benwhite,1496614102,1496614277,175 +oltorf,benwhite,1496580708,1496580881,173 +oltorf,benwhite,1496614103,1496614159,56 +oltorf,benwhite,1496601275,1496601403,128 +oltorf,benwhite,1496598169,1496598291,122 +oltorf,benwhite,1496597841,1496597884,43 +oltorf,benwhite,1496573827,1496574026,199 +oltorf,benwhite,1496576833,1496576953,120 +oltorf,benwhite,1496576680,1496576750,70 +oltorf,benwhite,1496618042,1496618094,52 +oltorf,benwhite,1496568593,1496568675,82 +oltorf,benwhite,1496611020,1496611143,123 +oltorf,benwhite,1496585050,1496585055,5 +oltorf,benwhite,1496590613,1496590637,24 +oltorf,benwhite,1496571914,1496571950,36 +oltorf,benwhite,1496611232,1496611274,42 +oltorf,benwhite,1496575513,1496575541,28 +oltorf,benwhite,1496576582,1496576613,31 +oltorf,benwhite,1496616852,1496617030,178 +oltorf,benwhite,1496615188,1496615258,70 +oltorf,benwhite,1496599114,1496599223,109 +oltorf,benwhite,1496582886,1496583015,129 +oltorf,benwhite,1496586585,1496586636,51 +oltorf,benwhite,1496601773,1496601840,67 +oltorf,benwhite,1496609781,1496609873,92 +oltorf,benwhite,1496572922,1496573061,139 +oltorf,benwhite,1496581122,1496581192,70 +oltorf,benwhite,1496594739,1496594747,8 +oltorf,benwhite,1496572647,1496572790,143 +oltorf,benwhite,1496591495,1496591574,79 +oltorf,benwhite,1496594634,1496594727,93 +oltorf,benwhite,1496616071,1496616247,176 +oltorf,benwhite,1496603025,1496603125,100 +oltorf,benwhite,1496572170,1496572341,171 +oltorf,benwhite,1496569794,1496569980,186 +oltorf,benwhite,1496606955,1496607003,48 +oltorf,benwhite,1496604082,1496604220,138 +oltorf,benwhite,1496590139,1496590208,69 +oltorf,benwhite,1496606040,1496606205,165 +oltorf,benwhite,1496618481,1496618622,141 +oltorf,benwhite,1496600766,1496600782,16 +oltorf,benwhite,1496597779,1496597949,170 +oltorf,benwhite,1496610969,1496610977,8 +oltorf,benwhite,1496603125,1496603139,14 +oltorf,benwhite,1496607553,1496607712,159 +oltorf,benwhite,1496581685,1496581714,29 +oltorf,benwhite,1496579776,1496579864,88 +oltorf,benwhite,1496603994,1496603998,4 +oltorf,benwhite,1496588439,1496588505,66 +oltorf,benwhite,1496571456,1496571624,168 +oltorf,benwhite,1496612155,1496612181,26 +oltorf,benwhite,1496596709,1496596765,56 +oltorf,benwhite,1496591496,1496591560,64 +oltorf,benwhite,1496584967,1496585130,163 +oltorf,benwhite,1496574332,1496574469,137 +oltorf,benwhite,1496578641,1496578726,85 +oltorf,benwhite,1496613633,1496613689,56 +oltorf,benwhite,1496576506,1496576638,132 +oltorf,benwhite,1496591512,1496591523,11 +oltorf,benwhite,1496582048,1496582051,3 +oltorf,benwhite,1496570513,1496570611,98 +oltorf,benwhite,1496594043,1496594101,58 +oltorf,benwhite,1496582372,1496582485,113 +oltorf,benwhite,1496597818,1496597916,98 +oltorf,benwhite,1496572617,1496572702,85 +oltorf,benwhite,1496580264,1496580396,132 +oltorf,benwhite,1496607045,1496607078,33 +oltorf,benwhite,1496579348,1496579401,53 +oltorf,benwhite,1496592142,1496592149,7 +oltorf,benwhite,1496577548,1496577720,172 +oltorf,benwhite,1496596532,1496596689,157 +oltorf,benwhite,1496600993,1496601041,48 +oltorf,benwhite,1496597984,1496598087,103 +oltorf,benwhite,1496585319,1496585426,107 +oltorf,benwhite,1496600308,1496600480,172 +oltorf,benwhite,1496592569,1496592619,50 +oltorf,benwhite,1496578776,1496578970,194 +oltorf,benwhite,1496605650,1496605813,163 +oltorf,benwhite,1496584291,1496584339,48 +oltorf,benwhite,1496597994,1496598009,15 +oltorf,benwhite,1496616631,1496616781,150 +oltorf,benwhite,1496611751,1496611902,151 +oltorf,benwhite,1496618316,1496618387,71 +oltorf,benwhite,1496589996,1496590133,137 +oltorf,benwhite,1496608500,1496608532,32 +oltorf,benwhite,1496582101,1496582225,124 +oltorf,benwhite,1496613679,1496613681,2 +oltorf,benwhite,1496576756,1496576932,176 +oltorf,benwhite,1496576267,1496576421,154 +oltorf,benwhite,1496586448,1496586645,197 +oltorf,benwhite,1496607578,1496607753,175 +oltorf,benwhite,1496573759,1496573888,129 +oltorf,benwhite,1496592987,1496593036,49 +oltorf,benwhite,1496594672,1496594861,189 +oltorf,benwhite,1496589826,1496589973,147 +oltorf,benwhite,1496604211,1496604297,86 +oltorf,benwhite,1496575668,1496575744,76 +oltorf,benwhite,1496605067,1496605196,129 +oltorf,benwhite,1496584260,1496584265,5 +oltorf,benwhite,1496614545,1496614670,125 +oltorf,benwhite,1496613788,1496613886,98 +oltorf,benwhite,1496586121,1496586156,35 +oltorf,benwhite,1496586479,1496586629,150 +oltorf,benwhite,1496590203,1496590335,132 +oltorf,benwhite,1496589144,1496589169,25 +oltorf,benwhite,1496599867,1496599978,111 +oltorf,benwhite,1496612811,1496612812,1 +oltorf,benwhite,1496586072,1496586116,44 +oltorf,benwhite,1496576690,1496576699,9 +oltorf,benwhite,1496611262,1496611384,122 +oltorf,benwhite,1496600534,1496600589,55 +oltorf,benwhite,1496578211,1496578391,180 +oltorf,benwhite,1496608179,1496608206,27 +oltorf,benwhite,1496585982,1496586055,73 +oltorf,benwhite,1496582982,1496583088,106 +oltorf,benwhite,1496582408,1496582504,96 +oltorf,benwhite,1496600260,1496600269,9 +oltorf,benwhite,1496591717,1496591789,72 +oltorf,benwhite,1496599000,1496599092,92 +oltorf,benwhite,1496579349,1496579495,146 +oltorf,benwhite,1496602144,1496602222,78 +oltorf,benwhite,1496612330,1496612352,22 +oltorf,benwhite,1496592312,1496592476,164 +oltorf,benwhite,1496607015,1496607063,48 +oltorf,benwhite,1496571580,1496571653,73 +oltorf,benwhite,1496597950,1496597987,37 +oltorf,benwhite,1496610900,1496610918,18 +oltorf,benwhite,1496602636,1496602729,93 +oltorf,benwhite,1496604952,1496605147,195 +oltorf,benwhite,1496597760,1496597856,96 +oltorf,benwhite,1496586037,1496586082,45 +oltorf,benwhite,1496601195,1496601324,129 +oltorf,benwhite,1496609308,1496609336,28 +oltorf,benwhite,1496593751,1496593900,149 +oltorf,benwhite,1496569676,1496569854,178 +oltorf,benwhite,1496581127,1496581308,181 +oltorf,benwhite,1496587564,1496587712,148 +oltorf,benwhite,1496616359,1496616403,44 +oltorf,benwhite,1496568514,1496568632,118 +oltorf,benwhite,1496570594,1496570772,178 +oltorf,benwhite,1496601822,1496601894,72 +oltorf,benwhite,1496605744,1496605854,110 +oltorf,benwhite,1496586987,1496586988,1 +oltorf,benwhite,1496598019,1496598194,175 +oltorf,benwhite,1496615127,1496615282,155 +oltorf,benwhite,1496575436,1496575579,143 +oltorf,benwhite,1496599308,1496599335,27 +oltorf,benwhite,1496589790,1496589806,16 +oltorf,benwhite,1496578056,1496578063,7 +oltorf,benwhite,1496587184,1496587277,93 +oltorf,benwhite,1496578157,1496578166,9 +oltorf,benwhite,1496590386,1496590482,96 +oltorf,benwhite,1496611582,1496611751,169 +oltorf,benwhite,1496586701,1496586843,142 +oltorf,benwhite,1496603140,1496603166,26 +oltorf,benwhite,1496605549,1496605609,60 +oltorf,benwhite,1496597660,1496597818,158 +oltorf,benwhite,1496598829,1496598948,119 +oltorf,benwhite,1496618059,1496618087,28 +oltorf,benwhite,1496597315,1496597479,164 +oltorf,benwhite,1496603186,1496603309,123 +oltorf,benwhite,1496616357,1496616402,45 +oltorf,benwhite,1496586485,1496586540,55 +oltorf,benwhite,1496611634,1496611748,114 +oltorf,benwhite,1496599184,1496599221,37 +oltorf,benwhite,1496568344,1496568425,81 +oltorf,benwhite,1496607197,1496607327,130 +oltorf,benwhite,1496572263,1496572416,153 +oltorf,benwhite,1496592655,1496592841,186 +oltorf,benwhite,1496596959,1496596974,15 +oltorf,benwhite,1496598543,1496598725,182 +oltorf,benwhite,1496605291,1496605482,191 +oltorf,benwhite,1496573079,1496573274,195 +oltorf,benwhite,1496605919,1496606035,116 +oltorf,benwhite,1496578319,1496578361,42 +oltorf,benwhite,1496572090,1496572264,174 +oltorf,benwhite,1496609444,1496609595,151 +oltorf,benwhite,1496604630,1496604817,187 +oltorf,benwhite,1496605511,1496605538,27 +oltorf,benwhite,1496588201,1496588392,191 +oltorf,benwhite,1496585714,1496585813,99 +oltorf,benwhite,1496595435,1496595562,127 +oltorf,benwhite,1496599423,1496599481,58 +oltorf,benwhite,1496583078,1496583170,92 +oltorf,benwhite,1496614414,1496614552,138 +oltorf,benwhite,1496615062,1496615071,9 +oltorf,benwhite,1496616275,1496616395,120 +oltorf,benwhite,1496612030,1496612227,197 +oltorf,benwhite,1496597089,1496597109,20 +oltorf,benwhite,1496613503,1496613638,135 +oltorf,benwhite,1496618183,1496618299,116 +oltorf,benwhite,1496601527,1496601600,73 +oltorf,benwhite,1496578967,1496579140,173 +oltorf,benwhite,1496588756,1496588935,179 +oltorf,benwhite,1496579766,1496579937,171 +oltorf,benwhite,1496573693,1496573716,23 +oltorf,benwhite,1496591154,1496591327,173 +oltorf,benwhite,1496588026,1496588221,195 +oltorf,benwhite,1496593535,1496593714,179 +oltorf,benwhite,1496612755,1496612876,121 +oltorf,benwhite,1496615687,1496615745,58 +oltorf,benwhite,1496596510,1496596657,147 +oltorf,benwhite,1496609594,1496609706,112 +oltorf,benwhite,1496605588,1496605744,156 +oltorf,benwhite,1496593504,1496593560,56 +oltorf,benwhite,1496590974,1496591162,188 +oltorf,benwhite,1496574120,1496574159,39 +oltorf,benwhite,1496603078,1496603264,186 +oltorf,benwhite,1496611709,1496611889,180 +oltorf,benwhite,1496593857,1496593932,75 +oltorf,benwhite,1496609651,1496609662,11 +oltorf,benwhite,1496588865,1496588933,68 +oltorf,benwhite,1496587121,1496587202,81 +oltorf,benwhite,1496594769,1496594877,108 +oltorf,benwhite,1496591997,1496592149,152 +oltorf,benwhite,1496600783,1496600937,154 +oltorf,benwhite,1496605478,1496605587,109 +oltorf,benwhite,1496606974,1496607036,62 +oltorf,benwhite,1496578208,1496578213,5 +oltorf,benwhite,1496583457,1496583556,99 +oltorf,benwhite,1496612374,1496612375,1 +oltorf,benwhite,1496600511,1496600690,179 +oltorf,benwhite,1496572981,1496573139,158 +oltorf,benwhite,1496602771,1496602887,116 +oltorf,benwhite,1496602331,1496602386,55 +oltorf,benwhite,1496608825,1496608978,153 +oltorf,benwhite,1496591347,1496591375,28 +oltorf,benwhite,1496575118,1496575166,48 +oltorf,benwhite,1496582671,1496582693,22 +oltorf,benwhite,1496570824,1496571014,190 +oltorf,benwhite,1496581580,1496581760,180 +oltorf,benwhite,1496617071,1496617071,0 +oltorf,benwhite,1496579083,1496579230,147 +oltorf,benwhite,1496599431,1496599450,19 +oltorf,benwhite,1496570026,1496570117,91 +oltorf,benwhite,1496581139,1496581204,65 +oltorf,benwhite,1496604225,1496604327,102 +oltorf,benwhite,1496588865,1496588880,15 +oltorf,benwhite,1496600987,1496601071,84 +oltorf,benwhite,1496614822,1496614995,173 +oltorf,benwhite,1496580658,1496580789,131 +oltorf,benwhite,1496617331,1496617529,198 +oltorf,benwhite,1496595771,1496595874,103 +oltorf,benwhite,1496612814,1496612831,17 +oltorf,benwhite,1496569719,1496569874,155 +oltorf,benwhite,1496579356,1496579516,160 +oltorf,benwhite,1496585868,1496585934,66 +oltorf,benwhite,1496616908,1496616962,54 +oltorf,benwhite,1496602887,1496603031,144 +oltorf,benwhite,1496592797,1496592961,164 +oltorf,benwhite,1496608950,1496609025,75 +oltorf,benwhite,1496590730,1496590909,179 +oltorf,benwhite,1496583643,1496583752,109 +oltorf,benwhite,1496596481,1496596635,154 +oltorf,benwhite,1496604169,1496604351,182 +oltorf,benwhite,1496584791,1496584845,54 +oltorf,benwhite,1496614053,1496614218,165 +oltorf,benwhite,1496595643,1496595693,50 +oltorf,benwhite,1496587713,1496587896,183 +oltorf,benwhite,1496592889,1496592986,97 +oltorf,benwhite,1496578699,1496578879,180 +oltorf,benwhite,1496577796,1496577808,12 +oltorf,benwhite,1496594251,1496594361,110 +oltorf,benwhite,1496573909,1496574081,172 +oltorf,benwhite,1496615418,1496615481,63 +oltorf,benwhite,1496581636,1496581833,197 +oltorf,benwhite,1496571597,1496571722,125 +oltorf,benwhite,1496609247,1496609285,38 +oltorf,benwhite,1496615477,1496615554,77 +oltorf,benwhite,1496580461,1496580615,154 +oltorf,benwhite,1496574905,1496574979,74 +oltorf,benwhite,1496581359,1496581382,23 +oltorf,benwhite,1496579934,1496580036,102 +oltorf,benwhite,1496576672,1496576784,112 +oltorf,benwhite,1496600680,1496600832,152 +oltorf,benwhite,1496581491,1496581613,122 +oltorf,benwhite,1496583807,1496584003,196 +oltorf,benwhite,1496601290,1496601470,180 +oltorf,benwhite,1496576631,1496576638,7 +oltorf,benwhite,1496606758,1496606930,172 +oltorf,benwhite,1496578032,1496578046,14 +oltorf,benwhite,1496597376,1496597547,171 +oltorf,benwhite,1496584306,1496584398,92 +oltorf,benwhite,1496570464,1496570570,106 +oltorf,benwhite,1496573981,1496574052,71 +oltorf,benwhite,1496576215,1496576258,43 +oltorf,benwhite,1496577291,1496577360,69 +oltorf,benwhite,1496598221,1496598410,189 +oltorf,benwhite,1496581603,1496581699,96 +oltorf,benwhite,1496602029,1496602128,99 +oltorf,benwhite,1496585350,1496585375,25 +oltorf,benwhite,1496573042,1496573132,90 +oltorf,benwhite,1496583827,1496583862,35 +oltorf,benwhite,1496608677,1496608789,112 +oltorf,benwhite,1496576436,1496576516,80 +oltorf,benwhite,1496575940,1496576040,100 +oltorf,benwhite,1496614441,1496614450,9 +oltorf,benwhite,1496605988,1496606068,80 +oltorf,benwhite,1496606135,1496606232,97 +oltorf,benwhite,1496586055,1496586122,67 +oltorf,benwhite,1496605933,1496606044,111 +oltorf,benwhite,1496599258,1496599386,128 +oltorf,benwhite,1496576037,1496576040,3 +oltorf,benwhite,1496598007,1496598009,2 +oltorf,benwhite,1496615793,1496615983,190 +oltorf,benwhite,1496569974,1496569987,13 +oltorf,benwhite,1496606474,1496606588,114 +oltorf,benwhite,1496604783,1496604903,120 +oltorf,benwhite,1496613768,1496613963,195 +oltorf,benwhite,1496573758,1496573821,63 +oltorf,benwhite,1496613262,1496613443,181 +oltorf,benwhite,1496582083,1496582243,160 +oltorf,benwhite,1496613536,1496613660,124 +oltorf,benwhite,1496581711,1496581822,111 +oltorf,benwhite,1496611357,1496611412,55 +oltorf,benwhite,1496573261,1496573445,184 +oltorf,benwhite,1496585132,1496585263,131 +oltorf,benwhite,1496583629,1496583739,110 +oltorf,benwhite,1496588900,1496588968,68 +oltorf,benwhite,1496605949,1496605989,40 +oltorf,benwhite,1496582798,1496582910,112 +oltorf,benwhite,1496574078,1496574102,24 +oltorf,benwhite,1496586220,1496586335,115 +oltorf,benwhite,1496594347,1496594455,108 +oltorf,benwhite,1496570063,1496570193,130 +oltorf,benwhite,1496595933,1496596086,153 +oltorf,benwhite,1496576418,1496576440,22 +oltorf,benwhite,1496589734,1496589763,29 +oltorf,benwhite,1496589876,1496590062,186 +oltorf,benwhite,1496581974,1496582070,96 +oltorf,benwhite,1496578670,1496578809,139 +oltorf,benwhite,1496595107,1496595247,140 +oltorf,benwhite,1496602109,1496602130,21 +oltorf,benwhite,1496578143,1496578205,62 +oltorf,benwhite,1496614797,1496614971,174 +oltorf,benwhite,1496584924,1496585102,178 +oltorf,benwhite,1496574870,1496574948,78 +oltorf,benwhite,1496575350,1496575488,138 +oltorf,benwhite,1496602094,1496602236,142 +oltorf,benwhite,1496612906,1496613044,138 +oltorf,benwhite,1496606884,1496607042,158 +oltorf,benwhite,1496596884,1496596904,20 +oltorf,benwhite,1496587726,1496587792,66 +oltorf,benwhite,1496571693,1496571826,133 +oltorf,benwhite,1496568942,1496569021,79 +oltorf,benwhite,1496605866,1496606030,164 +oltorf,benwhite,1496598580,1496598655,75 +oltorf,benwhite,1496574188,1496574306,118 +oltorf,benwhite,1496577561,1496577666,105 +oltorf,benwhite,1496617438,1496617551,113 +oltorf,benwhite,1496579528,1496579640,112 +oltorf,benwhite,1496608113,1496608122,9 +oltorf,benwhite,1496572828,1496572897,69 +oltorf,benwhite,1496580038,1496580123,85 +oltorf,benwhite,1496614847,1496614986,139 +oltorf,benwhite,1496582605,1496582764,159 +oltorf,benwhite,1496575455,1496575608,153 +oltorf,benwhite,1496616888,1496617042,154 +oltorf,benwhite,1496601064,1496601146,82 +oltorf,benwhite,1496614733,1496614776,43 +oltorf,benwhite,1496587471,1496587598,127 +oltorf,benwhite,1496597299,1496597492,193 +oltorf,benwhite,1496575240,1496575376,136 +oltorf,benwhite,1496615458,1496615474,16 +oltorf,benwhite,1496602529,1496602690,161 +oltorf,benwhite,1496590887,1496590889,2 +oltorf,benwhite,1496599932,1496599952,20 +oltorf,benwhite,1496568758,1496568927,169 +oltorf,benwhite,1496611072,1496611161,89 +oltorf,benwhite,1496574390,1496574536,146 +oltorf,benwhite,1496589729,1496589843,114 +oltorf,benwhite,1496604766,1496604803,37 +oltorf,benwhite,1496616082,1496616232,150 +oltorf,benwhite,1496590506,1496590658,152 +oltorf,benwhite,1496602375,1496602526,151 +oltorf,benwhite,1496598775,1496598960,185 +oltorf,benwhite,1496602126,1496602167,41 +oltorf,benwhite,1496570825,1496570874,49 +oltorf,benwhite,1496602618,1496602625,7 +oltorf,benwhite,1496593237,1496593359,122 +oltorf,benwhite,1496588617,1496588637,20 +oltorf,benwhite,1496595960,1496596022,62 +oltorf,benwhite,1496580931,1496581055,124 +oltorf,benwhite,1496609169,1496609203,34 +oltorf,benwhite,1496596995,1496597078,83 +oltorf,benwhite,1496586395,1496586585,190 +oltorf,benwhite,1496578706,1496578797,91 +oltorf,benwhite,1496581133,1496581302,169 +oltorf,benwhite,1496598577,1496598773,196 +oltorf,benwhite,1496616830,1496616929,99 +oltorf,benwhite,1496587237,1496587292,55 +oltorf,benwhite,1496617321,1496617508,187 +oltorf,benwhite,1496603869,1496603971,102 +oltorf,benwhite,1496594528,1496594633,105 +oltorf,benwhite,1496614646,1496614756,110 +oltorf,benwhite,1496596870,1496597034,164 +oltorf,benwhite,1496605308,1496605412,104 +oltorf,benwhite,1496597091,1496597176,85 +oltorf,benwhite,1496591891,1496592030,139 +oltorf,benwhite,1496593198,1496593259,61 +oltorf,benwhite,1496584386,1496584438,52 +oltorf,benwhite,1496596289,1496596420,131 +oltorf,benwhite,1496614271,1496614320,49 +oltorf,benwhite,1496571663,1496571712,49 +oltorf,benwhite,1496569174,1496569248,74 +oltorf,benwhite,1496607379,1496607435,56 +oltorf,benwhite,1496606089,1496606181,92 +oltorf,benwhite,1496571020,1496571200,180 +oltorf,benwhite,1496612927,1496612948,21 +oltorf,benwhite,1496608794,1496608893,99 +oltorf,benwhite,1496604105,1496604222,117 +oltorf,benwhite,1496596464,1496596567,103 +oltorf,benwhite,1496570582,1496570595,13 +oltorf,benwhite,1496598329,1496598399,70 +oltorf,benwhite,1496591673,1496591848,175 +oltorf,benwhite,1496593588,1496593649,61 +oltorf,benwhite,1496575719,1496575735,16 +oltorf,benwhite,1496599889,1496599892,3 +oltorf,benwhite,1496602499,1496602676,177 +oltorf,benwhite,1496598531,1496598660,129 +oltorf,benwhite,1496582319,1496582337,18 +oltorf,benwhite,1496590713,1496590748,35 +oltorf,benwhite,1496568493,1496568582,89 +oltorf,benwhite,1496582048,1496582114,66 +oltorf,benwhite,1496588536,1496588586,50 +oltorf,benwhite,1496570694,1496570744,50 +oltorf,benwhite,1496610464,1496610650,186 +oltorf,benwhite,1496597275,1496597458,183 +oltorf,benwhite,1496579631,1496579768,137 +oltorf,benwhite,1496602003,1496602075,72 +oltorf,benwhite,1496572517,1496572629,112 +oltorf,benwhite,1496593575,1496593684,109 +oltorf,benwhite,1496578791,1496578856,65 +oltorf,benwhite,1496585521,1496585620,99 +oltorf,benwhite,1496586322,1496586401,79 +oltorf,benwhite,1496569058,1496569202,144 +oltorf,benwhite,1496598909,1496598955,46 +oltorf,benwhite,1496584090,1496584250,160 +oltorf,benwhite,1496605466,1496605502,36 +oltorf,benwhite,1496595937,1496596079,142 +oltorf,benwhite,1496592538,1496592659,121 +oltorf,benwhite,1496594026,1496594224,198 +oltorf,benwhite,1496616678,1496616690,12 +oltorf,benwhite,1496604985,1496605166,181 +oltorf,benwhite,1496571582,1496571719,137 +oltorf,benwhite,1496610769,1496610923,154 +oltorf,benwhite,1496604029,1496604172,143 +oltorf,benwhite,1496615578,1496615752,174 +oltorf,benwhite,1496591258,1496591428,170 +oltorf,benwhite,1496581496,1496581632,136 +oltorf,benwhite,1496578390,1496578414,24 +oltorf,benwhite,1496582360,1496582469,109 +oltorf,benwhite,1496589261,1496589449,188 +oltorf,benwhite,1496613337,1496613435,98 +oltorf,benwhite,1496586454,1496586618,164 +oltorf,benwhite,1496583343,1496583452,109 +oltorf,benwhite,1496593342,1496593510,168 +oltorf,benwhite,1496568987,1496569090,103 +oltorf,benwhite,1496596936,1496596999,63 +oltorf,benwhite,1496590943,1496591039,96 +oltorf,benwhite,1496570931,1496571046,115 +oltorf,benwhite,1496611028,1496611129,101 +oltorf,benwhite,1496612147,1496612211,64 +oltorf,benwhite,1496599903,1496600071,168 +oltorf,benwhite,1496573526,1496573588,62 +oltorf,benwhite,1496597417,1496597554,137 +oltorf,benwhite,1496578721,1496578845,124 +oltorf,benwhite,1496592987,1496593103,116 +oltorf,benwhite,1496601958,1496602116,158 +oltorf,benwhite,1496575655,1496575780,125 +oltorf,benwhite,1496574555,1496574713,158 +oltorf,benwhite,1496599537,1496599615,78 +oltorf,benwhite,1496607774,1496607973,199 +oltorf,benwhite,1496586334,1496586412,78 +oltorf,benwhite,1496599252,1496599292,40 +oltorf,benwhite,1496583015,1496583071,56 +oltorf,benwhite,1496568327,1496568523,196 +oltorf,benwhite,1496588593,1496588775,182 +oltorf,benwhite,1496573427,1496573564,137 +oltorf,benwhite,1496614136,1496614184,48 +oltorf,benwhite,1496597623,1496597666,43 +oltorf,benwhite,1496581973,1496581993,20 +oltorf,benwhite,1496603059,1496603205,146 +oltorf,benwhite,1496587686,1496587858,172 +oltorf,benwhite,1496574151,1496574213,62 +oltorf,benwhite,1496581343,1496581462,119 +oltorf,benwhite,1496573120,1496573159,39 +oltorf,benwhite,1496597578,1496597705,127 +oltorf,benwhite,1496591581,1496591752,171 +oltorf,benwhite,1496575212,1496575405,193 +oltorf,benwhite,1496592394,1496592495,101 +oltorf,benwhite,1496604596,1496604750,154 +oltorf,benwhite,1496588904,1496588946,42 +oltorf,benwhite,1496608081,1496608218,137 +oltorf,benwhite,1496583599,1496583763,164 +oltorf,benwhite,1496616646,1496616704,58 +oltorf,benwhite,1496597210,1496597292,82 +oltorf,benwhite,1496574406,1496574572,166 +oltorf,benwhite,1496593942,1496594049,107 +oltorf,benwhite,1496610645,1496610726,81 +oltorf,benwhite,1496584104,1496584175,71 +oltorf,benwhite,1496597650,1496597791,141 +oltorf,benwhite,1496571525,1496571549,24 +oltorf,benwhite,1496615765,1496615844,79 +oltorf,benwhite,1496578238,1496578372,134 +oltorf,benwhite,1496583972,1496584059,87 +oltorf,benwhite,1496610307,1496610380,73 +oltorf,benwhite,1496593550,1496593745,195 +oltorf,benwhite,1496608120,1496608245,125 +oltorf,benwhite,1496603903,1496603924,21 +oltorf,benwhite,1496578777,1496578812,35 +oltorf,benwhite,1496597457,1496597539,82 +oltorf,benwhite,1496590696,1496590876,180 +oltorf,benwhite,1496579854,1496579909,55 +oltorf,benwhite,1496599641,1496599809,168 +oltorf,benwhite,1496613658,1496613831,173 +oltorf,benwhite,1496588018,1496588044,26 +oltorf,benwhite,1496606469,1496606663,194 +oltorf,benwhite,1496600904,1496601025,121 +oltorf,benwhite,1496573316,1496573377,61 +oltorf,benwhite,1496606581,1496606699,118 +oltorf,benwhite,1496588752,1496588839,87 +oltorf,benwhite,1496615019,1496615189,170 +oltorf,benwhite,1496604738,1496604879,141 +oltorf,benwhite,1496585594,1496585614,20 +oltorf,benwhite,1496604833,1496605025,192 +oltorf,benwhite,1496568861,1496568937,76 +oltorf,benwhite,1496579643,1496579815,172 +oltorf,benwhite,1496581192,1496581380,188 +oltorf,benwhite,1496575275,1496575373,98 +oltorf,benwhite,1496607758,1496607850,92 +oltorf,benwhite,1496589349,1496589355,6 +oltorf,benwhite,1496578548,1496578722,174 +oltorf,benwhite,1496575171,1496575203,32 +oltorf,benwhite,1496583927,1496583959,32 +oltorf,benwhite,1496589041,1496589182,141 +oltorf,benwhite,1496611131,1496611196,65 +oltorf,benwhite,1496584121,1496584264,143 +oltorf,benwhite,1496602453,1496602500,47 +oltorf,benwhite,1496608301,1496608436,135 +oltorf,benwhite,1496590068,1496590187,119 +oltorf,benwhite,1496576416,1496576592,176 +oltorf,benwhite,1496613485,1496613597,112 +oltorf,benwhite,1496584934,1496584976,42 +oltorf,benwhite,1496569371,1496569417,46 +oltorf,benwhite,1496589774,1496589946,172 +oltorf,benwhite,1496583045,1496583224,179 +oltorf,benwhite,1496617830,1496617844,14 +oltorf,benwhite,1496592513,1496592634,121 +oltorf,benwhite,1496588472,1496588598,126 +oltorf,benwhite,1496599671,1496599860,189 +oltorf,benwhite,1496571380,1496571571,191 +oltorf,benwhite,1496618201,1496618386,185 +oltorf,benwhite,1496606353,1496606484,131 +oltorf,benwhite,1496609631,1496609668,37 +oltorf,benwhite,1496575296,1496575326,30 +oltorf,benwhite,1496618027,1496618140,113 +oltorf,benwhite,1496571585,1496571690,105 +oltorf,benwhite,1496589765,1496589878,113 +oltorf,benwhite,1496614606,1496614610,4 +oltorf,benwhite,1496587386,1496587547,161 +oltorf,benwhite,1496569695,1496569757,62 +oltorf,benwhite,1496572844,1496573003,159 +oltorf,benwhite,1496581274,1496581286,12 +oltorf,benwhite,1496585843,1496585960,117 +oltorf,benwhite,1496600148,1496600344,196 +oltorf,benwhite,1496617350,1496617429,79 +oltorf,benwhite,1496578091,1496578192,101 +oltorf,benwhite,1496594347,1496594475,128 +oltorf,benwhite,1496616108,1496616151,43 +oltorf,benwhite,1496589325,1496589352,27 +oltorf,benwhite,1496583124,1496583279,155 +oltorf,benwhite,1496599997,1496600032,35 +oltorf,benwhite,1496578672,1496578750,78 +oltorf,benwhite,1496600251,1496600438,187 +oltorf,benwhite,1496609783,1496609918,135 +oltorf,benwhite,1496608667,1496608806,139 +oltorf,benwhite,1496597250,1496597408,158 +oltorf,benwhite,1496568564,1496568670,106 +oltorf,benwhite,1496570675,1496570739,64 +oltorf,benwhite,1496568481,1496568662,181 +oltorf,benwhite,1496595277,1496595316,39 +oltorf,benwhite,1496603163,1496603336,173 +oltorf,benwhite,1496573582,1496573609,27 +oltorf,benwhite,1496613386,1496613539,153 +oltorf,benwhite,1496570331,1496570497,166 +oltorf,benwhite,1496609609,1496609715,106 +oltorf,benwhite,1496575728,1496575856,128 +oltorf,benwhite,1496576989,1496577024,35 +oltorf,benwhite,1496600496,1496600628,132 +oltorf,benwhite,1496606968,1496607001,33 +oltorf,benwhite,1496568354,1496568525,171 +oltorf,benwhite,1496596743,1496596822,79 +oltorf,benwhite,1496573965,1496573965,0 +oltorf,benwhite,1496579936,1496579974,38 +oltorf,benwhite,1496595190,1496595356,166 +oltorf,benwhite,1496615898,1496615977,79 +oltorf,benwhite,1496573456,1496573481,25 +oltorf,benwhite,1496606679,1496606765,86 +oltorf,benwhite,1496581467,1496581589,122 +oltorf,benwhite,1496609121,1496609211,90 +oltorf,benwhite,1496572657,1496572693,36 +oltorf,benwhite,1496614030,1496614062,32 +oltorf,benwhite,1496581509,1496581648,139 +oltorf,benwhite,1496589138,1496589278,140 +oltorf,benwhite,1496603238,1496603365,127 +oltorf,benwhite,1496595886,1496595918,32 +oltorf,benwhite,1496586629,1496586761,132 +oltorf,benwhite,1496569168,1496569275,107 +oltorf,benwhite,1496593876,1496594032,156 +oltorf,benwhite,1496597158,1496597340,182 +oltorf,benwhite,1496596781,1496596837,56 +oltorf,benwhite,1496606071,1496606203,132 +oltorf,benwhite,1496615050,1496615110,60 +oltorf,benwhite,1496586370,1496586522,152 +oltorf,benwhite,1496609134,1496609270,136 +oltorf,benwhite,1496615816,1496615916,100 +oltorf,benwhite,1496587986,1496588011,25 +oltorf,benwhite,1496610128,1496610253,125 +oltorf,benwhite,1496610878,1496610926,48 +oltorf,benwhite,1496614508,1496614547,39 +oltorf,benwhite,1496576314,1496576509,195 +oltorf,benwhite,1496580197,1496580301,104 +oltorf,benwhite,1496603150,1496603330,180 +oltorf,benwhite,1496581593,1496581766,173 +oltorf,benwhite,1496573107,1496573181,74 +oltorf,benwhite,1496612873,1496612931,58 +oltorf,benwhite,1496611557,1496611565,8 +oltorf,benwhite,1496605496,1496605505,9 +oltorf,benwhite,1496568852,1496569022,170 +oltorf,benwhite,1496589650,1496589654,4 +oltorf,benwhite,1496593322,1496593335,13 +oltorf,benwhite,1496604243,1496604273,30 +oltorf,benwhite,1496591146,1496591147,1 +oltorf,benwhite,1496596866,1496596881,15 +oltorf,benwhite,1496604290,1496604395,105 +oltorf,benwhite,1496573845,1496573873,28 +oltorf,benwhite,1496583012,1496583040,28 +oltorf,benwhite,1496614680,1496614866,186 +oltorf,benwhite,1496603873,1496603884,11 +oltorf,benwhite,1496618483,1496618642,159 +oltorf,benwhite,1496573576,1496573580,4 +oltorf,benwhite,1496610969,1496611059,90 +oltorf,benwhite,1496603257,1496603284,27 +oltorf,benwhite,1496584002,1496584140,138 +oltorf,benwhite,1496614199,1496614391,192 +oltorf,benwhite,1496614482,1496614577,95 +oltorf,benwhite,1496612107,1496612141,34 +oltorf,benwhite,1496582478,1496582534,56 +oltorf,benwhite,1496591598,1496591726,128 +oltorf,benwhite,1496598939,1496599058,119 +oltorf,benwhite,1496614614,1496614716,102 +oltorf,benwhite,1496578403,1496578423,20 +oltorf,benwhite,1496575960,1496576099,139 +oltorf,benwhite,1496614163,1496614308,145 +oltorf,benwhite,1496596635,1496596824,189 +oltorf,benwhite,1496568741,1496568746,5 +oltorf,benwhite,1496598027,1496598027,0 +oltorf,benwhite,1496602154,1496602315,161 +oltorf,benwhite,1496591973,1496592020,47 +oltorf,benwhite,1496613595,1496613745,150 +oltorf,benwhite,1496607596,1496607703,107 +oltorf,benwhite,1496581592,1496581641,49 +oltorf,benwhite,1496579455,1496579536,81 +oltorf,benwhite,1496586627,1496586644,17 +oltorf,benwhite,1496606905,1496607044,139 +oltorf,benwhite,1496598915,1496599086,171 +oltorf,benwhite,1496592244,1496592406,162 +oltorf,benwhite,1496603728,1496603875,147 +oltorf,benwhite,1496569831,1496569980,149 +oltorf,benwhite,1496571555,1496571652,97 +oltorf,benwhite,1496611988,1496612078,90 +oltorf,benwhite,1496618328,1496618370,42 +oltorf,benwhite,1496596521,1496596632,111 +oltorf,benwhite,1496599975,1496600160,185 +oltorf,benwhite,1496580827,1496580919,92 +oltorf,benwhite,1496585199,1496585394,195 +oltorf,benwhite,1496615967,1496616154,187 +oltorf,benwhite,1496604563,1496604704,141 +oltorf,benwhite,1496576769,1496576846,77 +oltorf,benwhite,1496610838,1496610880,42 +oltorf,benwhite,1496582013,1496582166,153 +oltorf,benwhite,1496605640,1496605666,26 +oltorf,benwhite,1496575977,1496576099,122 +oltorf,benwhite,1496600269,1496600330,61 +oltorf,benwhite,1496600552,1496600654,102 +oltorf,benwhite,1496586642,1496586691,49 +oltorf,benwhite,1496604660,1496604804,144 +oltorf,benwhite,1496608505,1496608649,144 +oltorf,benwhite,1496589022,1496589111,89 +oltorf,benwhite,1496614782,1496614842,60 +oltorf,benwhite,1496601182,1496601216,34 +oltorf,benwhite,1496581302,1496581382,80 +oltorf,benwhite,1496598064,1496598088,24 +oltorf,benwhite,1496610313,1496610429,116 +oltorf,benwhite,1496592065,1496592188,123 +oltorf,benwhite,1496581743,1496581892,149 +oltorf,benwhite,1496605900,1496606019,119 +oltorf,benwhite,1496586661,1496586851,190 +oltorf,benwhite,1496571470,1496571548,78 +oltorf,benwhite,1496582878,1496582976,98 +oltorf,benwhite,1496568686,1496568736,50 +oltorf,benwhite,1496598386,1496598409,23 +oltorf,benwhite,1496602359,1496602433,74 +oltorf,benwhite,1496590263,1496590290,27 +oltorf,benwhite,1496616200,1496616297,97 +oltorf,benwhite,1496569029,1496569171,142 +oltorf,benwhite,1496568134,1496568309,175 +oltorf,benwhite,1496592004,1496592145,141 +oltorf,benwhite,1496572333,1496572406,73 +oltorf,benwhite,1496570085,1496570139,54 +oltorf,benwhite,1496604083,1496604194,111 +oltorf,benwhite,1496614325,1496614343,18 +oltorf,benwhite,1496600539,1496600600,61 +oltorf,benwhite,1496590911,1496591028,117 +oltorf,benwhite,1496592014,1496592085,71 +oltorf,benwhite,1496572454,1496572641,187 +oltorf,benwhite,1496615031,1496615064,33 +oltorf,benwhite,1496570103,1496570106,3 +oltorf,benwhite,1496605342,1496605537,195 +oltorf,benwhite,1496588669,1496588714,45 +oltorf,benwhite,1496607920,1496608024,104 +oltorf,benwhite,1496609475,1496609490,15 +oltorf,benwhite,1496591526,1496591568,42 +oltorf,benwhite,1496570880,1496570987,107 +oltorf,benwhite,1496580943,1496580985,42 +oltorf,benwhite,1496583792,1496583943,151 +oltorf,benwhite,1496597681,1496597798,117 +oltorf,benwhite,1496594284,1496594461,177 +oltorf,benwhite,1496610378,1496610546,168 +oltorf,benwhite,1496613584,1496613744,160 +oltorf,benwhite,1496568578,1496568588,10 +oltorf,benwhite,1496608287,1496608414,127 +oltorf,benwhite,1496591679,1496591867,188 +oltorf,benwhite,1496598146,1496598290,144 +oltorf,benwhite,1496569075,1496569137,62 +oltorf,benwhite,1496583658,1496583811,153 +oltorf,benwhite,1496584916,1496585011,95 +oltorf,benwhite,1496617344,1496617357,13 +oltorf,benwhite,1496611022,1496611070,48 +oltorf,benwhite,1496568109,1496568266,157 +oltorf,benwhite,1496601011,1496601116,105 +oltorf,benwhite,1496608579,1496608743,164 +oltorf,benwhite,1496579165,1496579308,143 +oltorf,benwhite,1496573839,1496573850,11 +oltorf,benwhite,1496612579,1496612766,187 +oltorf,benwhite,1496601186,1496601218,32 +oltorf,benwhite,1496595726,1496595831,105 +oltorf,benwhite,1496607130,1496607185,55 +oltorf,benwhite,1496602091,1496602213,122 +oltorf,benwhite,1496617775,1496617933,158 +oltorf,benwhite,1496618254,1496618293,39 +oltorf,benwhite,1496578571,1496578640,69 +oltorf,benwhite,1496579361,1496579420,59 +oltorf,benwhite,1496588864,1496588957,93 +oltorf,benwhite,1496611399,1496611457,58 +oltorf,benwhite,1496612591,1496612636,45 +oltorf,benwhite,1496592245,1496592276,31 +oltorf,benwhite,1496598505,1496598692,187 +oltorf,benwhite,1496570492,1496570639,147 +oltorf,benwhite,1496617052,1496617184,132 +oltorf,benwhite,1496580197,1496580382,185 +oltorf,benwhite,1496588633,1496588738,105 +oltorf,benwhite,1496586757,1496586769,12 +oltorf,benwhite,1496615920,1496616026,106 +oltorf,benwhite,1496578141,1496578240,99 +oltorf,benwhite,1496578931,1496579108,177 +oltorf,benwhite,1496600625,1496600652,27 +oltorf,benwhite,1496602551,1496602685,134 +oltorf,benwhite,1496589487,1496589686,199 +oltorf,benwhite,1496607715,1496607898,183 +oltorf,benwhite,1496603614,1496603706,92 +oltorf,benwhite,1496612606,1496612657,51 +oltorf,benwhite,1496587231,1496587318,87 +oltorf,benwhite,1496572730,1496572820,90 +oltorf,benwhite,1496597133,1496597188,55 +oltorf,benwhite,1496575526,1496575584,58 +oltorf,benwhite,1496584993,1496585025,32 +oltorf,benwhite,1496617796,1496617848,52 +oltorf,benwhite,1496607980,1496608083,103 +oltorf,benwhite,1496605091,1496605125,34 +oltorf,benwhite,1496604836,1496604927,91 +oltorf,benwhite,1496582507,1496582673,166 +oltorf,benwhite,1496610149,1496610321,172 +oltorf,benwhite,1496616319,1496616500,181 +oltorf,benwhite,1496578309,1496578415,106 +oltorf,benwhite,1496571470,1496571610,140 +oltorf,benwhite,1496611862,1496611979,117 +oltorf,benwhite,1496570780,1496570879,99 +oltorf,benwhite,1496581772,1496581845,73 +oltorf,benwhite,1496603422,1496603578,156 +oltorf,benwhite,1496614066,1496614117,51 +oltorf,benwhite,1496579255,1496579345,90 +oltorf,benwhite,1496576158,1496576286,128 +oltorf,benwhite,1496595804,1496595945,141 +oltorf,benwhite,1496588028,1496588170,142 +oltorf,benwhite,1496599428,1496599530,102 +oltorf,benwhite,1496599709,1496599728,19 +oltorf,benwhite,1496590965,1496591050,85 +oltorf,benwhite,1496618366,1496618461,95 +oltorf,benwhite,1496587724,1496587790,66 +oltorf,benwhite,1496594621,1496594633,12 +oltorf,benwhite,1496591546,1496591690,144 +oltorf,benwhite,1496604884,1496605082,198 +oltorf,benwhite,1496573512,1496573600,88 +oltorf,benwhite,1496574960,1496575062,102 +oltorf,benwhite,1496609248,1496609293,45 +oltorf,benwhite,1496617860,1496617938,78 +oltorf,benwhite,1496581869,1496581941,72 +oltorf,benwhite,1496592301,1496592491,190 +oltorf,benwhite,1496601059,1496601104,45 +oltorf,benwhite,1496587349,1496587402,53 +oltorf,benwhite,1496606590,1496606725,135 +oltorf,benwhite,1496615633,1496615775,142 +oltorf,benwhite,1496610492,1496610678,186 +oltorf,benwhite,1496601673,1496601750,77 +oltorf,benwhite,1496608364,1496608399,35 +oltorf,benwhite,1496613823,1496613897,74 +oltorf,benwhite,1496575936,1496575956,20 +oltorf,benwhite,1496612991,1496613142,151 +oltorf,benwhite,1496585695,1496585753,58 +oltorf,benwhite,1496593712,1496593728,16 +oltorf,benwhite,1496590295,1496590373,78 +oltorf,benwhite,1496570779,1496570970,191 +oltorf,benwhite,1496594965,1496595092,127 +oltorf,benwhite,1496612208,1496612265,57 +oltorf,benwhite,1496614505,1496614700,195 +oltorf,benwhite,1496615480,1496615521,41 +oltorf,benwhite,1496571600,1496571655,55 +oltorf,benwhite,1496610948,1496610998,50 +oltorf,benwhite,1496571937,1496572071,134 +oltorf,benwhite,1496572319,1496572334,15 +oltorf,benwhite,1496586810,1496586941,131 +oltorf,benwhite,1496579199,1496579216,17 +oltorf,benwhite,1496588387,1496588396,9 +oltorf,benwhite,1496568308,1496568426,118 +oltorf,benwhite,1496616395,1496616557,162 +oltorf,benwhite,1496614112,1496614203,91 +oltorf,benwhite,1496612837,1496612961,124 +oltorf,benwhite,1496617164,1496617288,124 +oltorf,benwhite,1496592429,1496592599,170 +oltorf,benwhite,1496575831,1496575866,35 +oltorf,benwhite,1496597691,1496597767,76 +oltorf,benwhite,1496579324,1496579408,84 +oltorf,benwhite,1496593957,1496594018,61 +oltorf,benwhite,1496605804,1496605833,29 +oltorf,benwhite,1496587711,1496587821,110 +oltorf,benwhite,1496590713,1496590795,82 +oltorf,benwhite,1496572169,1496572212,43 +oltorf,benwhite,1496574067,1496574154,87 +oltorf,benwhite,1496595840,1496595998,158 +oltorf,benwhite,1496583021,1496583196,175 +oltorf,benwhite,1496604176,1496604178,2 +oltorf,benwhite,1496612928,1496613122,194 +oltorf,benwhite,1496575821,1496575957,136 +oltorf,benwhite,1496601808,1496601843,35 +oltorf,benwhite,1496580052,1496580148,96 +oltorf,benwhite,1496569782,1496569885,103 +oltorf,benwhite,1496599131,1496599304,173 +oltorf,benwhite,1496614359,1496614458,99 +oltorf,benwhite,1496588625,1496588755,130 +oltorf,benwhite,1496612821,1496612898,77 +oltorf,benwhite,1496617357,1496617470,113 +oltorf,benwhite,1496606441,1496606510,69 +oltorf,benwhite,1496613451,1496613604,153 +oltorf,benwhite,1496609598,1496609761,163 +oltorf,benwhite,1496570225,1496570411,186 +oltorf,benwhite,1496602044,1496602232,188 +oltorf,benwhite,1496578297,1496578448,151 +oltorf,benwhite,1496572468,1496572653,185 +oltorf,benwhite,1496574084,1496574204,120 +oltorf,benwhite,1496579733,1496579887,154 +oltorf,benwhite,1496574073,1496574266,193 +oltorf,benwhite,1496614502,1496614586,84 +oltorf,benwhite,1496588253,1496588344,91 +oltorf,benwhite,1496610113,1496610304,191 +oltorf,benwhite,1496605884,1496606031,147 +oltorf,benwhite,1496571953,1496571968,15 +oltorf,benwhite,1496591744,1496591900,156 +oltorf,benwhite,1496611533,1496611538,5 +oltorf,benwhite,1496589351,1496589510,159 +oltorf,benwhite,1496582827,1496582931,104 +oltorf,benwhite,1496592619,1496592650,31 +oltorf,benwhite,1496600879,1496600918,39 +oltorf,benwhite,1496573826,1496573934,108 +oltorf,benwhite,1496579851,1496579887,36 +oltorf,benwhite,1496580583,1496580589,6 +oltorf,benwhite,1496584411,1496584535,124 +oltorf,benwhite,1496607267,1496607409,142 +oltorf,benwhite,1496611587,1496611645,58 +oltorf,benwhite,1496580800,1496580845,45 +oltorf,benwhite,1496579485,1496579678,193 +oltorf,benwhite,1496603512,1496603533,21 +oltorf,benwhite,1496601566,1496601661,95 +oltorf,benwhite,1496574749,1496574945,196 +oltorf,benwhite,1496597390,1496597399,9 +oltorf,benwhite,1496609489,1496609525,36 +oltorf,benwhite,1496580680,1496580696,16 +oltorf,benwhite,1496601701,1496601900,199 +oltorf,benwhite,1496603680,1496603821,141 +oltorf,benwhite,1496576521,1496576687,166 +oltorf,benwhite,1496594756,1496594923,167 +oltorf,benwhite,1496599116,1496599159,43 +oltorf,benwhite,1496605765,1496605924,159 +oltorf,benwhite,1496607804,1496607981,177 +oltorf,benwhite,1496601998,1496602078,80 +oltorf,benwhite,1496568326,1496568394,68 +oltorf,benwhite,1496595688,1496595731,43 +oltorf,benwhite,1496572094,1496572257,163 +oltorf,benwhite,1496606749,1496606873,124 +oltorf,benwhite,1496586063,1496586181,118 +oltorf,benwhite,1496598933,1496598938,5 +oltorf,benwhite,1496597876,1496598036,160 +oltorf,benwhite,1496602322,1496602435,113 +oltorf,benwhite,1496569457,1496569631,174 +oltorf,benwhite,1496602479,1496602594,115 +oltorf,benwhite,1496602300,1496602435,135 +oltorf,benwhite,1496574971,1496575007,36 +oltorf,benwhite,1496575520,1496575615,95 +oltorf,benwhite,1496574616,1496574780,164 +oltorf,benwhite,1496572368,1496572567,199 +oltorf,benwhite,1496600544,1496600590,46 +oltorf,benwhite,1496571898,1496571899,1 +oltorf,benwhite,1496612772,1496612807,35 +oltorf,benwhite,1496603900,1496604010,110 +oltorf,benwhite,1496614570,1496614616,46 +oltorf,benwhite,1496600539,1496600714,175 +oltorf,benwhite,1496577297,1496577486,189 +oltorf,benwhite,1496582637,1496582823,186 +oltorf,benwhite,1496577441,1496577448,7 +oltorf,benwhite,1496583414,1496583551,137 +oltorf,benwhite,1496576212,1496576331,119 +oltorf,benwhite,1496589714,1496589717,3 +oltorf,benwhite,1496613316,1496613443,127 +oltorf,benwhite,1496596239,1496596287,48 +oltorf,benwhite,1496611417,1496611511,94 +oltorf,benwhite,1496615452,1496615650,198 +oltorf,benwhite,1496592487,1496592541,54 +oltorf,benwhite,1496616123,1496616152,29 +oltorf,benwhite,1496601044,1496601083,39 +oltorf,benwhite,1496618105,1496618173,68 +oltorf,benwhite,1496576907,1496576933,26 +oltorf,benwhite,1496613299,1496613487,188 +oltorf,benwhite,1496591668,1496591770,102 +oltorf,benwhite,1496597163,1496597332,169 +oltorf,benwhite,1496610300,1496610435,135 +oltorf,benwhite,1496610395,1496610500,105 +oltorf,benwhite,1496575528,1496575696,168 +oltorf,benwhite,1496577356,1496577436,80 +oltorf,benwhite,1496585734,1496585863,129 +oltorf,benwhite,1496582879,1496583029,150 +oltorf,benwhite,1496617246,1496617436,190 +oltorf,benwhite,1496570490,1496570526,36 +oltorf,benwhite,1496606877,1496607004,127 +oltorf,benwhite,1496599334,1496599386,52 +oltorf,benwhite,1496569437,1496569611,174 +oltorf,benwhite,1496587914,1496588030,116 +oltorf,benwhite,1496612706,1496612822,116 +oltorf,benwhite,1496578491,1496578662,171 +oltorf,benwhite,1496601069,1496601075,6 +oltorf,benwhite,1496596227,1496596409,182 +oltorf,benwhite,1496578208,1496578335,127 +oltorf,benwhite,1496613901,1496614092,191 +oltorf,benwhite,1496601668,1496601739,71 +oltorf,benwhite,1496574050,1496574174,124 +oltorf,benwhite,1496574627,1496574643,16 +oltorf,benwhite,1496571098,1496571215,117 +oltorf,benwhite,1496596196,1496596197,1 +oltorf,benwhite,1496574082,1496574241,159 +oltorf,benwhite,1496611529,1496611668,139 +oltorf,benwhite,1496598962,1496598966,4 +oltorf,benwhite,1496612328,1496612377,49 +oltorf,benwhite,1496600974,1496601164,190 +oltorf,benwhite,1496569344,1496569411,67 +oltorf,benwhite,1496571624,1496571716,92 +oltorf,benwhite,1496581163,1496581267,104 +oltorf,benwhite,1496618221,1496618359,138 +oltorf,benwhite,1496605202,1496605231,29 +oltorf,benwhite,1496583336,1496583353,17 +oltorf,benwhite,1496609112,1496609252,140 +oltorf,benwhite,1496587095,1496587230,135 +oltorf,benwhite,1496587773,1496587866,93 +oltorf,benwhite,1496597545,1496597734,189 +oltorf,benwhite,1496613726,1496613747,21 +oltorf,benwhite,1496618375,1496618375,0 +oltorf,benwhite,1496572972,1496573046,74 +oltorf,benwhite,1496587382,1496587550,168 +oltorf,benwhite,1496611893,1496612051,158 +oltorf,benwhite,1496599010,1496599103,93 +oltorf,benwhite,1496593057,1496593171,114 +oltorf,benwhite,1496582262,1496582349,87 +oltorf,benwhite,1496606838,1496607014,176 +oltorf,benwhite,1496598508,1496598624,116 +oltorf,benwhite,1496583323,1496583326,3 +oltorf,benwhite,1496587603,1496587716,113 +oltorf,benwhite,1496608468,1496608468,0 +oltorf,benwhite,1496609973,1496609979,6 +oltorf,benwhite,1496612841,1496612902,61 +oltorf,benwhite,1496585007,1496585174,167 +oltorf,benwhite,1496578964,1496579116,152 +oltorf,benwhite,1496601799,1496601896,97 +oltorf,benwhite,1496603602,1496603634,32 +oltorf,benwhite,1496605419,1496605497,78 +oltorf,benwhite,1496595961,1496596050,89 +oltorf,benwhite,1496605594,1496605758,164 +oltorf,benwhite,1496589226,1496589266,40 +oltorf,benwhite,1496604633,1496604648,15 +oltorf,benwhite,1496594909,1496594931,22 +oltorf,benwhite,1496579071,1496579119,48 +oltorf,benwhite,1496569968,1496570042,74 +oltorf,benwhite,1496604180,1496604254,74 +oltorf,benwhite,1496570350,1496570369,19 +oltorf,benwhite,1496595770,1496595877,107 +oltorf,benwhite,1496578324,1496578436,112 +oltorf,benwhite,1496607940,1496608004,64 +oltorf,benwhite,1496589705,1496589802,97 +oltorf,benwhite,1496605691,1496605721,30 +oltorf,benwhite,1496590370,1496590547,177 +oltorf,benwhite,1496601100,1496601273,173 +oltorf,benwhite,1496570379,1496570404,25 +oltorf,benwhite,1496582375,1496582567,192 +oltorf,benwhite,1496594608,1496594672,64 +oltorf,benwhite,1496618192,1496618333,141 +oltorf,benwhite,1496574578,1496574710,132 +oltorf,benwhite,1496586157,1496586201,44 +oltorf,benwhite,1496615892,1496616073,181 +oltorf,benwhite,1496596168,1496596272,104 +oltorf,benwhite,1496608177,1496608239,62 +oltorf,benwhite,1496594449,1496594639,190 +oltorf,benwhite,1496571542,1496571643,101 +oltorf,benwhite,1496603261,1496603272,11 +oltorf,benwhite,1496586836,1496587013,177 +oltorf,benwhite,1496613868,1496613954,86 +oltorf,benwhite,1496611571,1496611685,114 +oltorf,benwhite,1496596606,1496596641,35 +oltorf,benwhite,1496607955,1496607956,1 +oltorf,benwhite,1496608794,1496608807,13 +oltorf,benwhite,1496610929,1496611079,150 +oltorf,benwhite,1496578530,1496578551,21 +oltorf,benwhite,1496568930,1496569008,78 +oltorf,benwhite,1496571889,1496572039,150 +oltorf,benwhite,1496605945,1496605961,16 +oltorf,benwhite,1496598913,1496598944,31 +oltorf,benwhite,1496616490,1496616632,142 +oltorf,benwhite,1496585205,1496585295,90 +oltorf,benwhite,1496608134,1496608180,46 +oltorf,benwhite,1496604460,1496604647,187 +oltorf,benwhite,1496598449,1496598591,142 +oltorf,benwhite,1496600867,1496600967,100 +oltorf,benwhite,1496599596,1496599647,51 +oltorf,benwhite,1496610463,1496610657,194 +oltorf,benwhite,1496592479,1496592555,76 +oltorf,benwhite,1496590186,1496590235,49 +oltorf,benwhite,1496604623,1496604745,122 +oltorf,benwhite,1496611023,1496611119,96 +oltorf,benwhite,1496593560,1496593664,104 +oltorf,benwhite,1496574459,1496574545,86 +oltorf,benwhite,1496592846,1496592959,113 +oltorf,benwhite,1496598467,1496598473,6 +oltorf,benwhite,1496589449,1496589606,157 +oltorf,benwhite,1496589349,1496589522,173 +oltorf,benwhite,1496615381,1496615524,143 +oltorf,benwhite,1496609533,1496609533,0 +oltorf,benwhite,1496568901,1496569063,162 +oltorf,benwhite,1496607702,1496607818,116 +oltorf,benwhite,1496582216,1496582375,159 +oltorf,benwhite,1496581738,1496581889,151 +oltorf,benwhite,1496590471,1496590537,66 +oltorf,benwhite,1496612935,1496612959,24 +oltorf,benwhite,1496569814,1496569846,32 +oltorf,benwhite,1496592558,1496592644,86 +oltorf,benwhite,1496616061,1496616123,62 +oltorf,benwhite,1496581977,1496581977,0 +oltorf,benwhite,1496591585,1496591753,168 +oltorf,benwhite,1496582209,1496582257,48 +oltorf,benwhite,1496570335,1496570528,193 +oltorf,benwhite,1496594997,1496595063,66 +oltorf,benwhite,1496618342,1496618497,155 +oltorf,benwhite,1496572884,1496572927,43 +oltorf,benwhite,1496568440,1496568514,74 +oltorf,benwhite,1496618244,1496618356,112 +oltorf,benwhite,1496614707,1496614730,23 +oltorf,benwhite,1496615870,1496615955,85 +oltorf,benwhite,1496571240,1496571338,98 +oltorf,benwhite,1496613021,1496613141,120 +oltorf,benwhite,1496608093,1496608115,22 +oltorf,benwhite,1496610524,1496610578,54 +oltorf,benwhite,1496570342,1496570537,195 +oltorf,benwhite,1496617402,1496617450,48 +oltorf,benwhite,1496576003,1496576060,57 +oltorf,benwhite,1496583877,1496583878,1 +oltorf,benwhite,1496600011,1496600136,125 +oltorf,benwhite,1496618329,1496618342,13 +oltorf,benwhite,1496602613,1496602801,188 +oltorf,benwhite,1496601577,1496601580,3 +oltorf,benwhite,1496572871,1496572956,85 +oltorf,benwhite,1496577393,1496577581,188 +oltorf,benwhite,1496589565,1496589742,177 +oltorf,benwhite,1496607852,1496607897,45 +oltorf,benwhite,1496578044,1496578227,183 +oltorf,benwhite,1496601742,1496601846,104 +oltorf,benwhite,1496588880,1496588988,108 +oltorf,benwhite,1496608638,1496608662,24 +oltorf,benwhite,1496571535,1496571674,139 +oltorf,benwhite,1496612149,1496612260,111 +oltorf,benwhite,1496603285,1496603361,76 +oltorf,benwhite,1496605709,1496605870,161 +oltorf,benwhite,1496610322,1496610367,45 +oltorf,benwhite,1496589433,1496589532,99 +oltorf,benwhite,1496578762,1496578943,181 +oltorf,benwhite,1496599701,1496599767,66 +oltorf,benwhite,1496615851,1496616015,164 +oltorf,benwhite,1496616764,1496616928,164 +oltorf,benwhite,1496614650,1496614704,54 +oltorf,benwhite,1496601168,1496601180,12 +oltorf,benwhite,1496596657,1496596716,59 +oltorf,benwhite,1496569420,1496569574,154 +oltorf,benwhite,1496579405,1496579532,127 +oltorf,benwhite,1496594316,1496594445,129 +oltorf,benwhite,1496602186,1496602297,111 +oltorf,benwhite,1496570918,1496571018,100 +oltorf,benwhite,1496575103,1496575120,17 +oltorf,benwhite,1496603655,1496603682,27 +oltorf,benwhite,1496610082,1496610091,9 +oltorf,benwhite,1496605047,1496605124,77 +oltorf,benwhite,1496587796,1496587895,99 +oltorf,benwhite,1496609455,1496609550,95 +oltorf,benwhite,1496581040,1496581143,103 +oltorf,benwhite,1496585907,1496585995,88 +oltorf,benwhite,1496616463,1496616528,65 +oltorf,benwhite,1496586900,1496586935,35 +oltorf,benwhite,1496595747,1496595858,111 +oltorf,benwhite,1496589346,1496589504,158 +oltorf,benwhite,1496605399,1496605515,116 +oltorf,benwhite,1496609267,1496609275,8 +oltorf,benwhite,1496603039,1496603103,64 +oltorf,benwhite,1496607196,1496607337,141 +oltorf,benwhite,1496578015,1496578186,171 +oltorf,benwhite,1496606846,1496607022,176 +oltorf,benwhite,1496610112,1496610281,169 +oltorf,benwhite,1496613173,1496613316,143 +oltorf,benwhite,1496584934,1496585039,105 +oltorf,benwhite,1496579669,1496579785,116 +oltorf,benwhite,1496592954,1496593006,52 +oltorf,benwhite,1496576614,1496576625,11 +oltorf,benwhite,1496574474,1496574576,102 +oltorf,benwhite,1496578331,1496578498,167 +oltorf,benwhite,1496572389,1496572411,22 +oltorf,benwhite,1496606166,1496606272,106 +oltorf,benwhite,1496601329,1496601363,34 +oltorf,benwhite,1496598423,1496598518,95 +oltorf,benwhite,1496598188,1496598382,194 +oltorf,benwhite,1496615070,1496615227,157 +oltorf,benwhite,1496576223,1496576246,23 +oltorf,benwhite,1496572526,1496572633,107 +oltorf,benwhite,1496616417,1496616614,197 +oltorf,benwhite,1496605856,1496605915,59 +oltorf,benwhite,1496618420,1496618511,91 +oltorf,benwhite,1496614022,1496614080,58 +oltorf,benwhite,1496569346,1496569445,99 +oltorf,benwhite,1496574429,1496574569,140 +oltorf,benwhite,1496611288,1496611304,16 +oltorf,benwhite,1496597087,1496597172,85 +oltorf,benwhite,1496581418,1496581433,15 +oltorf,benwhite,1496593660,1496593669,9 +oltorf,benwhite,1496595446,1496595554,108 +oltorf,benwhite,1496603472,1496603658,186 +oltorf,benwhite,1496582751,1496582879,128 +oltorf,benwhite,1496583181,1496583269,88 +oltorf,benwhite,1496599901,1496599902,1 +oltorf,benwhite,1496601480,1496601574,94 +oltorf,benwhite,1496612716,1496612894,178 +oltorf,benwhite,1496608183,1496608262,79 +oltorf,benwhite,1496591928,1496592032,104 +oltorf,benwhite,1496594194,1496594221,27 +oltorf,benwhite,1496606240,1496606429,189 +oltorf,benwhite,1496583531,1496583697,166 +oltorf,benwhite,1496596371,1496596487,116 +oltorf,benwhite,1496617446,1496617494,48 +oltorf,benwhite,1496585567,1496585577,10 +oltorf,benwhite,1496577390,1496577493,103 +oltorf,benwhite,1496605926,1496606028,102 +oltorf,benwhite,1496591762,1496591929,167 +oltorf,benwhite,1496606905,1496606939,34 +oltorf,benwhite,1496588449,1496588537,88 +oltorf,benwhite,1496588040,1496588072,32 +oltorf,benwhite,1496600331,1496600460,129 +oltorf,benwhite,1496592140,1496592304,164 +oltorf,benwhite,1496589853,1496589975,122 +oltorf,benwhite,1496582198,1496582291,93 +oltorf,benwhite,1496579327,1496579328,1 +oltorf,benwhite,1496577087,1496577239,152 +oltorf,benwhite,1496568326,1496568403,77 +oltorf,benwhite,1496591766,1496591894,128 +oltorf,benwhite,1496590549,1496590555,6 +oltorf,benwhite,1496613507,1496613563,56 +oltorf,benwhite,1496588079,1496588274,195 +oltorf,benwhite,1496586878,1496586996,118 +oltorf,benwhite,1496584123,1496584214,91 +oltorf,benwhite,1496573208,1496573331,123 +oltorf,benwhite,1496597606,1496597708,102 +oltorf,benwhite,1496603347,1496603415,68 +oltorf,benwhite,1496607821,1496607951,130 +oltorf,benwhite,1496581431,1496581526,95 +oltorf,benwhite,1496589697,1496589872,175 +oltorf,benwhite,1496614193,1496614200,7 +oltorf,benwhite,1496609903,1496610078,175 +oltorf,benwhite,1496577144,1496577202,58 +oltorf,benwhite,1496591833,1496591986,153 +oltorf,benwhite,1496585379,1496585454,75 +oltorf,benwhite,1496577889,1496578027,138 +oltorf,benwhite,1496610680,1496610704,24 +oltorf,benwhite,1496603431,1496603497,66 +oltorf,benwhite,1496601910,1496601985,75 +oltorf,benwhite,1496575837,1496575907,70 +oltorf,benwhite,1496610307,1496610402,95 +oltorf,benwhite,1496601985,1496602165,180 +oltorf,benwhite,1496586503,1496586702,199 +oltorf,benwhite,1496600199,1496600298,99 +oltorf,benwhite,1496592514,1496592674,160 +oltorf,benwhite,1496602035,1496602224,189 +oltorf,benwhite,1496583449,1496583495,46 +oltorf,benwhite,1496612128,1496612298,170 +oltorf,benwhite,1496599318,1496599455,137 +oltorf,benwhite,1496601275,1496601400,125 +oltorf,benwhite,1496605432,1496605440,8 +oltorf,benwhite,1496607500,1496607532,32 +oltorf,benwhite,1496577082,1496577228,146 +oltorf,benwhite,1496597194,1496597304,110 +oltorf,benwhite,1496579545,1496579733,188 +oltorf,benwhite,1496611602,1496611740,138 +oltorf,benwhite,1496576919,1496576969,50 +oltorf,benwhite,1496601261,1496601367,106 +oltorf,benwhite,1496600919,1496601097,178 +oltorf,benwhite,1496602210,1496602282,72 +oltorf,benwhite,1496595134,1496595263,129 +oltorf,benwhite,1496611893,1496611893,0 +oltorf,benwhite,1496587082,1496587251,169 +oltorf,benwhite,1496570080,1496570210,130 +oltorf,benwhite,1496579764,1496579881,117 +oltorf,benwhite,1496599571,1496599722,151 +oltorf,benwhite,1496602136,1496602205,69 +oltorf,benwhite,1496576072,1496576087,15 +oltorf,benwhite,1496576534,1496576711,177 +oltorf,benwhite,1496616392,1496616457,65 +oltorf,benwhite,1496608627,1496608749,122 +oltorf,benwhite,1496616814,1496616878,64 +oltorf,benwhite,1496594461,1496594616,155 +oltorf,benwhite,1496604884,1496604914,30 +oltorf,benwhite,1496602823,1496602911,88 +oltorf,benwhite,1496617190,1496617220,30 +oltorf,benwhite,1496581222,1496581356,134 +oltorf,benwhite,1496579251,1496579276,25 +oltorf,benwhite,1496592831,1496592859,28 +oltorf,benwhite,1496597865,1496598064,199 +oltorf,benwhite,1496589936,1496589965,29 +oltorf,benwhite,1496607327,1496607380,53 +oltorf,benwhite,1496603076,1496603150,74 +oltorf,benwhite,1496589801,1496589883,82 +oltorf,benwhite,1496608078,1496608203,125 +oltorf,benwhite,1496598193,1496598310,117 +oltorf,benwhite,1496582885,1496582974,89 +oltorf,benwhite,1496594294,1496594339,45 +oltorf,benwhite,1496569452,1496569503,51 +oltorf,benwhite,1496589911,1496590100,189 +oltorf,benwhite,1496577140,1496577250,110 +oltorf,benwhite,1496604375,1496604506,131 +oltorf,benwhite,1496582975,1496583034,59 +oltorf,benwhite,1496586165,1496586251,86 +oltorf,benwhite,1496573737,1496573873,136 +oltorf,benwhite,1496570768,1496570920,152 +oltorf,benwhite,1496608039,1496608186,147 +oltorf,benwhite,1496605914,1496606052,138 +oltorf,benwhite,1496609179,1496609241,62 +oltorf,benwhite,1496569994,1496570148,154 +oltorf,benwhite,1496569220,1496569251,31 +oltorf,benwhite,1496617662,1496617731,69 +oltorf,benwhite,1496574215,1496574251,36 +oltorf,benwhite,1496608257,1496608281,24 +oltorf,benwhite,1496586450,1496586482,32 +oltorf,benwhite,1496593550,1496593740,190 +oltorf,benwhite,1496572807,1496572984,177 +oltorf,benwhite,1496583581,1496583707,126 +oltorf,benwhite,1496583595,1496583621,26 +oltorf,benwhite,1496582483,1496582497,14 +oltorf,benwhite,1496611305,1496611449,144 +oltorf,benwhite,1496603983,1496604154,171 +oltorf,benwhite,1496593925,1496593984,59 +oltorf,benwhite,1496600482,1496600518,36 +oltorf,benwhite,1496586578,1496586591,13 +oltorf,benwhite,1496569660,1496569809,149 +oltorf,benwhite,1496614910,1496614999,89 +oltorf,benwhite,1496616349,1496616403,54 +oltorf,benwhite,1496604799,1496604904,105 +oltorf,benwhite,1496578909,1496579057,148 +oltorf,benwhite,1496614201,1496614229,28 +oltorf,benwhite,1496577004,1496577123,119 +oltorf,benwhite,1496615353,1496615383,30 +oltorf,benwhite,1496580157,1496580336,179 +oltorf,benwhite,1496584053,1496584071,18 +oltorf,benwhite,1496610454,1496610568,114 +oltorf,benwhite,1496583444,1496583544,100 +oltorf,benwhite,1496605422,1496605509,87 +oltorf,benwhite,1496572298,1496572480,182 +oltorf,benwhite,1496606338,1496606464,126 +oltorf,benwhite,1496605751,1496605754,3 +oltorf,benwhite,1496606287,1496606391,104 +oltorf,benwhite,1496603897,1496603954,57 +oltorf,benwhite,1496598258,1496598264,6 +oltorf,benwhite,1496591327,1496591459,132 +oltorf,benwhite,1496598367,1496598541,174 +oltorf,benwhite,1496601821,1496601984,163 +oltorf,benwhite,1496578316,1496578458,142 +oltorf,benwhite,1496574222,1496574258,36 +oltorf,benwhite,1496599565,1496599650,85 +oltorf,benwhite,1496606480,1496606670,190 +oltorf,benwhite,1496617057,1496617253,196 +oltorf,benwhite,1496601401,1496601517,116 +oltorf,benwhite,1496568945,1496569140,195 +oltorf,benwhite,1496594654,1496594831,177 +oltorf,benwhite,1496601588,1496601730,142 +oltorf,benwhite,1496592574,1496592626,52 +oltorf,benwhite,1496576873,1496576907,34 +oltorf,benwhite,1496594437,1496594586,149 +oltorf,benwhite,1496577133,1496577216,83 +oltorf,benwhite,1496599127,1496599300,173 +oltorf,benwhite,1496574665,1496574838,173 +oltorf,benwhite,1496587913,1496588091,178 +oltorf,benwhite,1496589969,1496590087,118 +oltorf,benwhite,1496572760,1496572838,78 +oltorf,benwhite,1496585176,1496585207,31 +oltorf,benwhite,1496569211,1496569275,64 +oltorf,benwhite,1496608338,1496608534,196 +oltorf,benwhite,1496578289,1496578483,194 +oltorf,benwhite,1496581421,1496581498,77 +oltorf,benwhite,1496608589,1496608592,3 +oltorf,benwhite,1496580607,1496580608,1 +oltorf,benwhite,1496600369,1496600547,178 +oltorf,benwhite,1496576202,1496576341,139 +oltorf,benwhite,1496590824,1496590922,98 +oltorf,benwhite,1496591258,1496591436,178 +oltorf,benwhite,1496617617,1496617761,144 +oltorf,benwhite,1496580541,1496580566,25 +oltorf,benwhite,1496576664,1496576734,70 +oltorf,benwhite,1496608267,1496608445,178 +oltorf,benwhite,1496586451,1496586517,66 +oltorf,benwhite,1496570488,1496570645,157 +oltorf,benwhite,1496590371,1496590479,108 +oltorf,benwhite,1496590889,1496591033,144 +oltorf,benwhite,1496593609,1496593748,139 +oltorf,benwhite,1496590143,1496590187,44 +oltorf,benwhite,1496587048,1496587231,183 +oltorf,benwhite,1496582483,1496582632,149 +oltorf,benwhite,1496600935,1496601077,142 +oltorf,benwhite,1496594352,1496594538,186 +oltorf,benwhite,1496613613,1496613784,171 +oltorf,benwhite,1496583533,1496583695,162 +oltorf,benwhite,1496569939,1496570007,68 +oltorf,benwhite,1496603039,1496603206,167 +oltorf,benwhite,1496602454,1496602477,23 +oltorf,benwhite,1496598426,1496598524,98 +oltorf,benwhite,1496610512,1496610664,152 +oltorf,benwhite,1496593108,1496593210,102 +oltorf,benwhite,1496598491,1496598500,9 +oltorf,benwhite,1496592668,1496592792,124 +oltorf,benwhite,1496615913,1496615927,14 +oltorf,benwhite,1496616451,1496616488,37 +oltorf,benwhite,1496606149,1496606193,44 +oltorf,benwhite,1496576623,1496576800,177 +oltorf,benwhite,1496574440,1496574463,23 +oltorf,benwhite,1496581148,1496581251,103 +oltorf,benwhite,1496596753,1496596951,198 +oltorf,benwhite,1496590721,1496590784,63 +oltorf,benwhite,1496590912,1496590919,7 +oltorf,benwhite,1496617419,1496617594,175 +oltorf,benwhite,1496581309,1496581319,10 +oltorf,benwhite,1496604040,1496604042,2 +oltorf,benwhite,1496617200,1496617202,2 +oltorf,benwhite,1496569378,1496569474,96 +oltorf,benwhite,1496607707,1496607861,154 +oltorf,benwhite,1496586166,1496586336,170 +oltorf,benwhite,1496578701,1496578804,103 +oltorf,benwhite,1496579172,1496579260,88 +oltorf,benwhite,1496588467,1496588629,162 +oltorf,benwhite,1496587955,1496588008,53 +oltorf,benwhite,1496608980,1496609020,40 +oltorf,benwhite,1496578598,1496578776,178 +oltorf,benwhite,1496611103,1496611150,47 +oltorf,benwhite,1496597898,1496597994,96 +oltorf,benwhite,1496585855,1496585934,79 +oltorf,benwhite,1496589052,1496589127,75 +oltorf,benwhite,1496601517,1496601519,2 +oltorf,benwhite,1496611724,1496611880,156 +oltorf,benwhite,1496602702,1496602888,186 +oltorf,benwhite,1496610823,1496610836,13 +oltorf,benwhite,1496588662,1496588789,127 +oltorf,benwhite,1496578038,1496578065,27 +oltorf,benwhite,1496583427,1496583512,85 +oltorf,benwhite,1496588084,1496588269,185 +oltorf,benwhite,1496586647,1496586770,123 +oltorf,benwhite,1496600798,1496600934,136 +oltorf,benwhite,1496601458,1496601556,98 +oltorf,benwhite,1496575074,1496575217,143 +oltorf,benwhite,1496570748,1496570779,31 +oltorf,benwhite,1496602670,1496602757,87 +oltorf,benwhite,1496598764,1496598814,50 +oltorf,benwhite,1496598111,1496598249,138 +oltorf,benwhite,1496614635,1496614642,7 +oltorf,benwhite,1496586689,1496586885,196 +oltorf,benwhite,1496576801,1496576906,105 +oltorf,benwhite,1496617147,1496617314,167 +oltorf,benwhite,1496590092,1496590230,138 +oltorf,benwhite,1496571356,1496571546,190 +oltorf,benwhite,1496599237,1496599377,140 +oltorf,benwhite,1496594180,1496594330,150 +oltorf,benwhite,1496617522,1496617622,100 +oltorf,benwhite,1496588183,1496588319,136 +oltorf,benwhite,1496603183,1496603339,156 +oltorf,benwhite,1496568811,1496568990,179 +oltorf,benwhite,1496585800,1496585867,67 +oltorf,benwhite,1496582013,1496582153,140 +oltorf,benwhite,1496574523,1496574599,76 +oltorf,benwhite,1496573787,1496573826,39 +oltorf,benwhite,1496576747,1496576841,94 +oltorf,benwhite,1496613402,1496613521,119 +oltorf,benwhite,1496603497,1496603612,115 +oltorf,benwhite,1496574857,1496574870,13 +oltorf,benwhite,1496604672,1496604709,37 +oltorf,benwhite,1496587826,1496588007,181 +oltorf,benwhite,1496592762,1496592812,50 +oltorf,benwhite,1496617504,1496617589,85 +oltorf,benwhite,1496571312,1496571440,128 +oltorf,benwhite,1496597102,1496597261,159 +oltorf,benwhite,1496593473,1496593619,146 +oltorf,benwhite,1496587601,1496587756,155 +oltorf,benwhite,1496598049,1496598227,178 +oltorf,benwhite,1496581376,1496581572,196 +oltorf,benwhite,1496596281,1496596296,15 +oltorf,benwhite,1496599043,1496599152,109 +oltorf,benwhite,1496590577,1496590740,163 +oltorf,benwhite,1496616045,1496616049,4 +oltorf,benwhite,1496611232,1496611309,77 +oltorf,benwhite,1496613360,1496613370,10 +oltorf,benwhite,1496587173,1496587263,90 +oltorf,benwhite,1496576608,1496576608,0 +oltorf,benwhite,1496596157,1496596190,33 +oltorf,benwhite,1496575298,1496575455,157 +oltorf,benwhite,1496592298,1496592461,163 +oltorf,benwhite,1496593405,1496593417,12 +oltorf,benwhite,1496578149,1496578192,43 +oltorf,benwhite,1496608858,1496609039,181 +oltorf,benwhite,1496587381,1496587451,70 +oltorf,benwhite,1496615788,1496615978,190 +oltorf,benwhite,1496605410,1496605419,9 +oltorf,benwhite,1496583382,1496583452,70 +oltorf,benwhite,1496593866,1496594004,138 +oltorf,benwhite,1496584471,1496584486,15 +oltorf,benwhite,1496605517,1496605692,175 +oltorf,benwhite,1496571765,1496571779,14 +oltorf,benwhite,1496609398,1496609501,103 +oltorf,benwhite,1496602602,1496602659,57 +oltorf,benwhite,1496594430,1496594500,70 +oltorf,benwhite,1496588482,1496588651,169 +oltorf,benwhite,1496573085,1496573204,119 +oltorf,benwhite,1496572852,1496573045,193 +oltorf,benwhite,1496568546,1496568580,34 +oltorf,benwhite,1496596681,1496596798,117 +oltorf,benwhite,1496584438,1496584612,174 +oltorf,benwhite,1496571615,1496571741,126 +oltorf,benwhite,1496575798,1496575927,129 +oltorf,benwhite,1496598538,1496598563,25 +oltorf,benwhite,1496586783,1496586905,122 +oltorf,benwhite,1496608344,1496608464,120 +oltorf,benwhite,1496609517,1496609551,34 +oltorf,benwhite,1496568171,1496568326,155 +oltorf,benwhite,1496585813,1496585973,160 +oltorf,benwhite,1496596462,1496596561,99 +oltorf,benwhite,1496617503,1496617693,190 +oltorf,benwhite,1496593703,1496593834,131 +oltorf,benwhite,1496600513,1496600679,166 +oltorf,benwhite,1496575279,1496575475,196 +oltorf,benwhite,1496569209,1496569222,13 +oltorf,benwhite,1496595102,1496595204,102 +oltorf,benwhite,1496612206,1496612237,31 +oltorf,benwhite,1496583157,1496583308,151 +oltorf,benwhite,1496579264,1496579384,120 +oltorf,benwhite,1496611843,1496611968,125 +oltorf,benwhite,1496568569,1496568576,7 +oltorf,benwhite,1496595388,1496595516,128 +oltorf,benwhite,1496613219,1496613399,180 +oltorf,benwhite,1496572390,1496572588,198 +oltorf,benwhite,1496605737,1496605849,112 +oltorf,benwhite,1496591824,1496591955,131 +oltorf,benwhite,1496609418,1496609499,81 +oltorf,benwhite,1496589057,1496589237,180 +oltorf,benwhite,1496571074,1496571212,138 +oltorf,benwhite,1496586261,1496586392,131 +oltorf,benwhite,1496600940,1496601086,146 +oltorf,benwhite,1496609425,1496609441,16 +oltorf,benwhite,1496594926,1496595100,174 +oltorf,benwhite,1496580080,1496580199,119 +oltorf,benwhite,1496596772,1496596789,17 +oltorf,benwhite,1496615216,1496615282,66 +oltorf,benwhite,1496582218,1496582329,111 +oltorf,benwhite,1496603650,1496603837,187 +oltorf,benwhite,1496607020,1496607053,33 +oltorf,benwhite,1496588341,1496588465,124 +oltorf,benwhite,1496570706,1496570736,30 +oltorf,benwhite,1496593286,1496593346,60 +oltorf,benwhite,1496596267,1496596404,137 +oltorf,benwhite,1496578811,1496578906,95 +oltorf,benwhite,1496572838,1496572952,114 +oltorf,benwhite,1496611569,1496611589,20 +oltorf,benwhite,1496583776,1496583915,139 +oltorf,benwhite,1496606554,1496606608,54 +oltorf,benwhite,1496601394,1496601585,191 +oltorf,benwhite,1496608213,1496608267,54 +oltorf,benwhite,1496597904,1496598015,111 +oltorf,benwhite,1496585521,1496585701,180 +oltorf,benwhite,1496615110,1496615186,76 +oltorf,benwhite,1496618263,1496618431,168 +oltorf,benwhite,1496603132,1496603161,29 +oltorf,benwhite,1496590791,1496590798,7 +oltorf,benwhite,1496615625,1496615644,19 +oltorf,benwhite,1496582028,1496582078,50 +oltorf,benwhite,1496608877,1496608998,121 +oltorf,benwhite,1496577116,1496577313,197 +oltorf,benwhite,1496601198,1496601308,110 +oltorf,benwhite,1496578765,1496578783,18 +oltorf,benwhite,1496606330,1496606378,48 +oltorf,benwhite,1496589505,1496589618,113 +oltorf,benwhite,1496574007,1496574097,90 +oltorf,benwhite,1496606421,1496606441,20 +oltorf,benwhite,1496608030,1496608156,126 +oltorf,benwhite,1496611199,1496611242,43 +oltorf,benwhite,1496608843,1496608982,139 +oltorf,benwhite,1496596064,1496596232,168 +oltorf,benwhite,1496616780,1496616838,58 +oltorf,benwhite,1496611575,1496611717,142 +oltorf,benwhite,1496604155,1496604241,86 +oltorf,benwhite,1496582139,1496582154,15 +oltorf,benwhite,1496590388,1496590549,161 +oltorf,benwhite,1496579719,1496579860,141 +oltorf,benwhite,1496604058,1496604225,167 +oltorf,benwhite,1496596345,1496596419,74 +oltorf,benwhite,1496578661,1496578803,142 +oltorf,benwhite,1496579659,1496579733,74 +oltorf,benwhite,1496599228,1496599349,121 +oltorf,benwhite,1496578784,1496578874,90 +oltorf,benwhite,1496581201,1496581235,34 +oltorf,benwhite,1496613690,1496613761,71 +oltorf,benwhite,1496608257,1496608440,183 +oltorf,benwhite,1496596533,1496596625,92 +oltorf,benwhite,1496614284,1496614413,129 +oltorf,benwhite,1496571484,1496571666,182 +oltorf,benwhite,1496618005,1496618101,96 +oltorf,benwhite,1496618009,1496618208,199 +oltorf,benwhite,1496602011,1496602131,120 +oltorf,benwhite,1496572693,1496572868,175 +oltorf,benwhite,1496616203,1496616307,104 +oltorf,benwhite,1496592618,1496592655,37 +oltorf,benwhite,1496617850,1496617892,42 +oltorf,benwhite,1496581711,1496581880,169 +oltorf,benwhite,1496603109,1496603138,29 +oltorf,benwhite,1496577800,1496577808,8 +oltorf,benwhite,1496589521,1496589601,80 +oltorf,benwhite,1496581457,1496581525,68 +oltorf,benwhite,1496617373,1496617481,108 +oltorf,benwhite,1496614496,1496614541,45 +oltorf,benwhite,1496581767,1496581867,100 +oltorf,benwhite,1496580704,1496580900,196 +oltorf,benwhite,1496615890,1496616023,133 +oltorf,benwhite,1496586800,1496586891,91 +oltorf,benwhite,1496604859,1496604859,0 +oltorf,benwhite,1496588207,1496588231,24 +oltorf,benwhite,1496579478,1496579599,121 +oltorf,benwhite,1496601181,1496601360,179 +oltorf,benwhite,1496608273,1496608296,23 +oltorf,benwhite,1496578413,1496578431,18 +oltorf,benwhite,1496585657,1496585740,83 +oltorf,benwhite,1496571073,1496571157,84 +oltorf,benwhite,1496585158,1496585295,137 +oltorf,benwhite,1496568388,1496568436,48 +oltorf,benwhite,1496605674,1496605819,145 +oltorf,benwhite,1496578726,1496578838,112 +oltorf,benwhite,1496571431,1496571456,25 +oltorf,benwhite,1496580299,1496580425,126 +oltorf,benwhite,1496612214,1496612339,125 +oltorf,benwhite,1496570658,1496570686,28 +oltorf,benwhite,1496590872,1496590976,104 +oltorf,benwhite,1496598785,1496598893,108 +oltorf,benwhite,1496577795,1496577979,184 +oltorf,benwhite,1496586993,1496587162,169 +oltorf,benwhite,1496593530,1496593655,125 +oltorf,benwhite,1496605415,1496605515,100 +oltorf,benwhite,1496584951,1496584998,47 +oltorf,benwhite,1496610925,1496610943,18 +oltorf,benwhite,1496590739,1496590812,73 +oltorf,benwhite,1496581387,1496581561,174 +oltorf,benwhite,1496571825,1496571915,90 +oltorf,benwhite,1496602357,1496602461,104 +oltorf,benwhite,1496618030,1496618107,77 +oltorf,benwhite,1496593834,1496593839,5 +oltorf,benwhite,1496606211,1496606219,8 +oltorf,benwhite,1496570463,1496570518,55 +oltorf,benwhite,1496572895,1496572981,86 +oltorf,benwhite,1496577053,1496577210,157 +oltorf,benwhite,1496595906,1496596009,103 +oltorf,benwhite,1496581459,1496581496,37 +oltorf,benwhite,1496616620,1496616723,103 +oltorf,benwhite,1496605186,1496605244,58 +oltorf,benwhite,1496595392,1496595568,176 +oltorf,benwhite,1496601484,1496601577,93 +oltorf,benwhite,1496613575,1496613753,178 +oltorf,benwhite,1496590314,1496590343,29 +oltorf,benwhite,1496589648,1496589745,97 +oltorf,benwhite,1496599392,1496599549,157 +oltorf,benwhite,1496615649,1496615725,76 +oltorf,benwhite,1496588159,1496588223,64 +oltorf,benwhite,1496583162,1496583293,131 +oltorf,benwhite,1496597315,1496597461,146 +oltorf,benwhite,1496606300,1496606461,161 +oltorf,benwhite,1496610276,1496610340,64 +oltorf,benwhite,1496568127,1496568189,62 +oltorf,benwhite,1496603393,1496603524,131 +oltorf,benwhite,1496610898,1496610962,64 +oltorf,benwhite,1496570985,1496571171,186 +oltorf,benwhite,1496607252,1496607433,181 +oltorf,benwhite,1496599156,1496599299,143 +oltorf,benwhite,1496568349,1496568405,56 +oltorf,benwhite,1496616608,1496616712,104 +oltorf,benwhite,1496612442,1496612625,183 +oltorf,benwhite,1496572294,1496572489,195 +oltorf,benwhite,1496611510,1496611552,42 +oltorf,benwhite,1496572285,1496572474,189 +oltorf,benwhite,1496613864,1496614007,143 +oltorf,benwhite,1496578352,1496578489,137 +oltorf,benwhite,1496570940,1496570961,21 +oltorf,benwhite,1496589060,1496589125,65 +oltorf,benwhite,1496573093,1496573132,39 +oltorf,benwhite,1496616459,1496616580,121 +oltorf,benwhite,1496576406,1496576522,116 +oltorf,benwhite,1496582041,1496582204,163 +oltorf,benwhite,1496594665,1496594811,146 +oltorf,benwhite,1496595589,1496595734,145 +oltorf,benwhite,1496596572,1496596688,116 +oltorf,benwhite,1496589563,1496589583,20 +oltorf,benwhite,1496601266,1496601288,22 +oltorf,benwhite,1496607224,1496607414,190 +oltorf,benwhite,1496596456,1496596472,16 +oltorf,benwhite,1496582104,1496582243,139 +oltorf,benwhite,1496578599,1496578790,191 +oltorf,benwhite,1496612626,1496612759,133 +oltorf,benwhite,1496598473,1496598475,2 +oltorf,benwhite,1496612437,1496612438,1 +oltorf,benwhite,1496616390,1496616574,184 +oltorf,benwhite,1496611118,1496611133,15 +oltorf,benwhite,1496596708,1496596709,1 +oltorf,benwhite,1496607854,1496607976,122 +oltorf,benwhite,1496599365,1496599476,111 +oltorf,benwhite,1496583186,1496583212,26 +oltorf,benwhite,1496586469,1496586531,62 +oltorf,benwhite,1496574294,1496574442,148 +oltorf,benwhite,1496609172,1496609297,125 +oltorf,benwhite,1496575811,1496575820,9 +oltorf,benwhite,1496600297,1496600451,154 +oltorf,benwhite,1496613683,1496613821,138 +oltorf,benwhite,1496610027,1496610101,74 +oltorf,benwhite,1496580678,1496580851,173 +oltorf,benwhite,1496594240,1496594382,142 +oltorf,benwhite,1496581925,1496582092,167 +oltorf,benwhite,1496573472,1496573556,84 +oltorf,benwhite,1496594846,1496594980,134 +oltorf,benwhite,1496575921,1496576014,93 +oltorf,benwhite,1496583334,1496583394,60 +oltorf,benwhite,1496589566,1496589598,32 +oltorf,benwhite,1496575056,1496575208,152 +oltorf,benwhite,1496597596,1496597664,68 +oltorf,benwhite,1496605912,1496605945,33 +oltorf,benwhite,1496615976,1496616111,135 +oltorf,benwhite,1496573139,1496573226,87 +oltorf,benwhite,1496575004,1496575045,41 +oltorf,benwhite,1496584775,1496584914,139 +oltorf,benwhite,1496584014,1496584119,105 +oltorf,benwhite,1496578086,1496578158,72 +oltorf,benwhite,1496600735,1496600847,112 +oltorf,benwhite,1496594274,1496594306,32 +oltorf,benwhite,1496611391,1496611413,22 +oltorf,benwhite,1496592963,1496593078,115 +oltorf,benwhite,1496610233,1496610341,108 +oltorf,benwhite,1496586594,1496586709,115 +oltorf,benwhite,1496576991,1496577028,37 +oltorf,benwhite,1496581802,1496581837,35 +oltorf,benwhite,1496610363,1496610516,153 +oltorf,benwhite,1496599079,1496599257,178 +oltorf,benwhite,1496596745,1496596899,154 +oltorf,benwhite,1496583248,1496583300,52 +oltorf,benwhite,1496589002,1496589077,75 +oltorf,benwhite,1496614005,1496614091,86 +oltorf,benwhite,1496581055,1496581187,132 +oltorf,benwhite,1496568236,1496568301,65 +oltorf,benwhite,1496572057,1496572244,187 +oltorf,benwhite,1496583683,1496583826,143 +oltorf,benwhite,1496571098,1496571186,88 +oltorf,benwhite,1496598337,1496598351,14 +oltorf,benwhite,1496572307,1496572359,52 +oltorf,benwhite,1496604847,1496604963,116 +oltorf,benwhite,1496600157,1496600341,184 +oltorf,benwhite,1496606202,1496606283,81 +oltorf,benwhite,1496573386,1496573474,88 +oltorf,benwhite,1496598999,1496599089,90 +oltorf,benwhite,1496617990,1496618098,108 +oltorf,benwhite,1496569963,1496570100,137 +oltorf,benwhite,1496606537,1496606719,182 +oltorf,benwhite,1496609603,1496609789,186 +oltorf,benwhite,1496572456,1496572614,158 +oltorf,benwhite,1496595415,1496595612,197 +oltorf,benwhite,1496573088,1496573143,55 +oltorf,benwhite,1496616919,1496617094,175 +oltorf,benwhite,1496580971,1496581055,84 +oltorf,benwhite,1496577972,1496578102,130 +oltorf,benwhite,1496609704,1496609853,149 +oltorf,benwhite,1496577192,1496577332,140 +oltorf,benwhite,1496615654,1496615658,4 +oltorf,benwhite,1496616559,1496616705,146 +oltorf,benwhite,1496586618,1496586666,48 +oltorf,benwhite,1496575373,1496575392,19 +oltorf,benwhite,1496587560,1496587711,151 +oltorf,benwhite,1496598373,1496598559,186 +oltorf,benwhite,1496599990,1496600184,194 +oltorf,benwhite,1496589408,1496589443,35 +oltorf,benwhite,1496615389,1496615534,145 +oltorf,benwhite,1496569891,1496569959,68 +oltorf,benwhite,1496610407,1496610451,44 +oltorf,benwhite,1496600247,1496600315,68 +oltorf,benwhite,1496573147,1496573312,165 +oltorf,benwhite,1496573189,1496573335,146 +oltorf,benwhite,1496594745,1496594870,125 +oltorf,benwhite,1496606882,1496606992,110 +oltorf,benwhite,1496611805,1496611814,9 +oltorf,benwhite,1496585978,1496586033,55 +oltorf,benwhite,1496592893,1496593049,156 +oltorf,benwhite,1496568257,1496568312,55 +oltorf,benwhite,1496578287,1496578416,129 +oltorf,benwhite,1496580662,1496580768,106 +oltorf,benwhite,1496569846,1496569979,133 +oltorf,benwhite,1496592607,1496592784,177 +oltorf,benwhite,1496568178,1496568201,23 +oltorf,benwhite,1496590916,1496591037,121 +oltorf,benwhite,1496595269,1496595334,65 +oltorf,benwhite,1496602107,1496602251,144 +oltorf,benwhite,1496612525,1496612608,83 +oltorf,benwhite,1496581876,1496581979,103 +oltorf,benwhite,1496568150,1496568280,130 +oltorf,benwhite,1496589310,1496589499,189 +oltorf,benwhite,1496592893,1496592921,28 +oltorf,benwhite,1496589040,1496589210,170 +oltorf,benwhite,1496583944,1496584111,167 +oltorf,benwhite,1496613005,1496613179,174 +oltorf,benwhite,1496585279,1496585470,191 +oltorf,benwhite,1496607708,1496607740,32 +oltorf,benwhite,1496606881,1496607006,125 +oltorf,benwhite,1496569010,1496569159,149 +oltorf,benwhite,1496585045,1496585230,185 +oltorf,benwhite,1496610472,1496610626,154 +oltorf,benwhite,1496589070,1496589239,169 +oltorf,benwhite,1496604986,1496605037,51 +oltorf,benwhite,1496608920,1496608985,65 +oltorf,benwhite,1496577345,1496577351,6 +oltorf,benwhite,1496612616,1496612674,58 +oltorf,benwhite,1496608417,1496608466,49 +oltorf,benwhite,1496600492,1496600637,145 +oltorf,benwhite,1496575352,1496575383,31 +oltorf,benwhite,1496572382,1496572435,53 +oltorf,benwhite,1496609920,1496610000,80 +oltorf,benwhite,1496612453,1496612627,174 +oltorf,benwhite,1496588966,1496589029,63 +oltorf,benwhite,1496611303,1496611371,68 +oltorf,benwhite,1496586392,1496586588,196 +oltorf,benwhite,1496602209,1496602344,135 +oltorf,benwhite,1496579607,1496579698,91 +oltorf,benwhite,1496603414,1496603427,13 +oltorf,benwhite,1496573226,1496573391,165 +oltorf,benwhite,1496575880,1496576015,135 +oltorf,benwhite,1496594509,1496594664,155 +oltorf,benwhite,1496570670,1496570684,14 +oltorf,benwhite,1496580553,1496580656,103 +oltorf,benwhite,1496606725,1496606839,114 +oltorf,benwhite,1496596179,1496596358,179 +oltorf,benwhite,1496576875,1496576888,13 +oltorf,benwhite,1496602859,1496603058,199 +oltorf,benwhite,1496616104,1496616259,155 +oltorf,benwhite,1496601884,1496602038,154 +oltorf,benwhite,1496595462,1496595483,21 +oltorf,benwhite,1496581503,1496581585,82 +oltorf,benwhite,1496569343,1496569378,35 +oltorf,benwhite,1496574353,1496574390,37 +oltorf,benwhite,1496568389,1496568403,14 +oltorf,benwhite,1496569151,1496569322,171 +oltorf,benwhite,1496569408,1496569488,80 +oltorf,benwhite,1496606769,1496606769,0 +oltorf,benwhite,1496573572,1496573714,142 +oltorf,benwhite,1496580944,1496581102,158 +oltorf,benwhite,1496575844,1496576015,171 +oltorf,benwhite,1496610021,1496610178,157 +oltorf,benwhite,1496588492,1496588563,71 +oltorf,benwhite,1496593021,1496593031,10 +oltorf,benwhite,1496570458,1496570615,157 +oltorf,benwhite,1496615933,1496616076,143 +oltorf,benwhite,1496615738,1496615876,138 +oltorf,benwhite,1496594315,1496594461,146 +oltorf,benwhite,1496594389,1496594584,195 +oltorf,benwhite,1496584874,1496585027,153 +oltorf,benwhite,1496592095,1496592110,15 +oltorf,benwhite,1496613609,1496613751,142 +oltorf,benwhite,1496614182,1496614214,32 +oltorf,benwhite,1496604214,1496604260,46 +oltorf,benwhite,1496595209,1496595353,144 +oltorf,benwhite,1496571778,1496571890,112 +oltorf,benwhite,1496618244,1496618287,43 +oltorf,benwhite,1496616607,1496616626,19 +oltorf,benwhite,1496585179,1496585299,120 +oltorf,benwhite,1496605915,1496606035,120 +oltorf,benwhite,1496569586,1496569632,46 +oltorf,benwhite,1496604806,1496604860,54 +oltorf,benwhite,1496598847,1496598860,13 +oltorf,benwhite,1496582452,1496582524,72 +oltorf,benwhite,1496597250,1496597296,46 +oltorf,benwhite,1496595268,1496595386,118 +oltorf,benwhite,1496597508,1496597568,60 +oltorf,benwhite,1496590811,1496590971,160 +oltorf,benwhite,1496601385,1496601496,111 +oltorf,benwhite,1496596072,1496596124,52 +oltorf,benwhite,1496572884,1496572932,48 +oltorf,benwhite,1496604953,1496604963,10 +oltorf,benwhite,1496617879,1496618061,182 +oltorf,benwhite,1496588058,1496588082,24 +oltorf,benwhite,1496577877,1496578038,161 +oltorf,benwhite,1496584951,1496584999,48 +oltorf,benwhite,1496597460,1496597579,119 +oltorf,benwhite,1496576225,1496576371,146 +oltorf,benwhite,1496568281,1496568427,146 +oltorf,benwhite,1496601817,1496601893,76 +oltorf,benwhite,1496608601,1496608636,35 +oltorf,benwhite,1496569080,1496569277,197 +oltorf,benwhite,1496591917,1496592104,187 +oltorf,benwhite,1496572667,1496572776,109 +oltorf,benwhite,1496590526,1496590589,63 +oltorf,benwhite,1496585999,1496586189,190 +oltorf,benwhite,1496576985,1496577175,190 +oltorf,benwhite,1496571268,1496571390,122 +oltorf,benwhite,1496579754,1496579780,26 +oltorf,benwhite,1496586000,1496586067,67 +oltorf,benwhite,1496586461,1496586593,132 +oltorf,benwhite,1496589207,1496589227,20 +oltorf,benwhite,1496607784,1496607980,196 +oltorf,benwhite,1496581115,1496581265,150 +oltorf,benwhite,1496570880,1496571029,149 +oltorf,benwhite,1496600286,1496600407,121 +oltorf,benwhite,1496599262,1496599341,79 +oltorf,benwhite,1496571216,1496571391,175 +oltorf,benwhite,1496585693,1496585731,38 +oltorf,benwhite,1496579658,1496579849,191 +oltorf,benwhite,1496581069,1496581237,168 +oltorf,benwhite,1496618265,1496618460,195 +oltorf,benwhite,1496571364,1496571498,134 +oltorf,benwhite,1496582268,1496582394,126 +oltorf,benwhite,1496582583,1496582720,137 +oltorf,benwhite,1496590833,1496590880,47 +oltorf,benwhite,1496572702,1496572773,71 +oltorf,benwhite,1496608958,1496608967,9 +oltorf,benwhite,1496607785,1496607874,89 +oltorf,benwhite,1496586764,1496586803,39 +oltorf,benwhite,1496598405,1496598410,5 +oltorf,benwhite,1496577291,1496577329,38 +oltorf,benwhite,1496577856,1496577861,5 +oltorf,benwhite,1496580197,1496580223,26 +oltorf,benwhite,1496607657,1496607843,186 +oltorf,benwhite,1496577167,1496577230,63 +oltorf,benwhite,1496603600,1496603718,118 +oltorf,benwhite,1496606428,1496606444,16 +oltorf,benwhite,1496569843,1496570016,173 +oltorf,benwhite,1496593970,1496594067,97 +oltorf,benwhite,1496603442,1496603586,144 +oltorf,benwhite,1496578682,1496578768,86 +oltorf,benwhite,1496589851,1496589856,5 +oltorf,benwhite,1496611544,1496611579,35 +oltorf,benwhite,1496593835,1496593919,84 +oltorf,benwhite,1496592811,1496592938,127 +oltorf,benwhite,1496615850,1496616013,163 +oltorf,benwhite,1496601426,1496601523,97 +oltorf,benwhite,1496584857,1496584875,18 +oltorf,benwhite,1496603407,1496603530,123 +oltorf,benwhite,1496614103,1496614131,28 +oltorf,benwhite,1496572131,1496572199,68 +oltorf,benwhite,1496594018,1496594156,138 +oltorf,benwhite,1496576029,1496576184,155 +oltorf,benwhite,1496575615,1496575795,180 +oltorf,benwhite,1496574347,1496574460,113 +oltorf,benwhite,1496575861,1496575869,8 +oltorf,benwhite,1496589924,1496590107,183 +oltorf,benwhite,1496592171,1496592200,29 +oltorf,benwhite,1496616219,1496616353,134 +oltorf,benwhite,1496605814,1496605931,117 +oltorf,benwhite,1496613551,1496613663,112 +oltorf,benwhite,1496597915,1496597954,39 +oltorf,benwhite,1496617735,1496617767,32 +oltorf,benwhite,1496570298,1496570448,150 +oltorf,benwhite,1496581713,1496581870,157 +oltorf,benwhite,1496581469,1496581530,61 +oltorf,benwhite,1496570788,1496570951,163 +oltorf,benwhite,1496590579,1496590663,84 +oltorf,benwhite,1496607419,1496607566,147 +oltorf,benwhite,1496597433,1496597573,140 +oltorf,benwhite,1496581861,1496581894,33 +oltorf,benwhite,1496600115,1496600292,177 +oltorf,benwhite,1496586111,1496586232,121 +oltorf,benwhite,1496597757,1496597824,67 +oltorf,benwhite,1496615916,1496616099,183 +oltorf,benwhite,1496587479,1496587506,27 +oltorf,benwhite,1496575652,1496575716,64 +oltorf,benwhite,1496601138,1496601322,184 +oltorf,benwhite,1496569344,1496569476,132 +oltorf,benwhite,1496574464,1496574618,154 +oltorf,benwhite,1496586191,1496586297,106 +oltorf,benwhite,1496580767,1496580770,3 +oltorf,benwhite,1496575586,1496575706,120 +oltorf,benwhite,1496576830,1496576930,100 +oltorf,benwhite,1496573595,1496573787,192 +oltorf,benwhite,1496618245,1496618321,76 +oltorf,benwhite,1496602059,1496602110,51 +oltorf,benwhite,1496617257,1496617290,33 +oltorf,benwhite,1496599935,1496599972,37 +oltorf,benwhite,1496606381,1496606399,18 +oltorf,benwhite,1496594343,1496594455,112 +oltorf,benwhite,1496599064,1496599186,122 +oltorf,benwhite,1496596184,1496596372,188 +oltorf,benwhite,1496606902,1496607043,141 +oltorf,benwhite,1496579202,1496579363,161 +oltorf,benwhite,1496596937,1496597040,103 +oltorf,benwhite,1496606441,1496606624,183 +oltorf,benwhite,1496584743,1496584761,18 +oltorf,benwhite,1496596819,1496596854,35 +oltorf,benwhite,1496605832,1496605954,122 +oltorf,benwhite,1496615840,1496615979,139 +oltorf,benwhite,1496577618,1496577742,124 +oltorf,benwhite,1496613649,1496613763,114 +oltorf,benwhite,1496603928,1496604101,173 +oltorf,benwhite,1496592440,1496592476,36 +oltorf,benwhite,1496616778,1496616873,95 +oltorf,benwhite,1496587301,1496587323,22 +oltorf,benwhite,1496611968,1496612093,125 +oltorf,benwhite,1496585921,1496585993,72 +oltorf,benwhite,1496575894,1496576009,115 +oltorf,benwhite,1496588546,1496588603,57 +oltorf,benwhite,1496613216,1496613223,7 +oltorf,benwhite,1496586831,1496586972,141 +oltorf,benwhite,1496606597,1496606788,191 +oltorf,benwhite,1496599576,1496599630,54 +oltorf,benwhite,1496597392,1496597503,111 +oltorf,benwhite,1496568627,1496568722,95 +oltorf,benwhite,1496614339,1496614383,44 +oltorf,benwhite,1496596982,1496597089,107 +oltorf,benwhite,1496577721,1496577747,26 +oltorf,benwhite,1496583395,1496583587,192 +oltorf,benwhite,1496605365,1496605520,155 +oltorf,benwhite,1496598210,1496598326,116 +oltorf,benwhite,1496571982,1496572075,93 +oltorf,benwhite,1496569072,1496569075,3 +oltorf,benwhite,1496604741,1496604797,56 +oltorf,benwhite,1496617367,1496617397,30 +oltorf,benwhite,1496597909,1496598101,192 +oltorf,benwhite,1496577164,1496577174,10 +oltorf,benwhite,1496582274,1496582360,86 +oltorf,benwhite,1496597612,1496597762,150 +oltorf,benwhite,1496610523,1496610587,64 +oltorf,benwhite,1496571123,1496571188,65 +oltorf,benwhite,1496569044,1496569150,106 +oltorf,benwhite,1496611952,1496612035,83 +oltorf,benwhite,1496603859,1496603931,72 +oltorf,benwhite,1496570215,1496570329,114 +oltorf,benwhite,1496604622,1496604751,129 +oltorf,benwhite,1496594493,1496594516,23 +oltorf,benwhite,1496583421,1496583467,46 +oltorf,benwhite,1496609637,1496609752,115 +oltorf,benwhite,1496609541,1496609686,145 +oltorf,benwhite,1496570755,1496570836,81 +oltorf,benwhite,1496573143,1496573185,42 +oltorf,benwhite,1496596810,1496596814,4 +oltorf,benwhite,1496603722,1496603813,91 +oltorf,benwhite,1496572119,1496572144,25 +oltorf,benwhite,1496579083,1496579243,160 +oltorf,benwhite,1496590163,1496590309,146 +oltorf,benwhite,1496617023,1496617058,35 +oltorf,benwhite,1496580390,1496580566,176 +oltorf,benwhite,1496599306,1496599405,99 +oltorf,benwhite,1496582623,1496582772,149 +oltorf,benwhite,1496602792,1496602831,39 +oltorf,benwhite,1496606680,1496606854,174 +oltorf,benwhite,1496571911,1496572021,110 +oltorf,benwhite,1496587131,1496587276,145 +oltorf,benwhite,1496612182,1496612291,109 +oltorf,benwhite,1496593329,1496593515,186 +oltorf,benwhite,1496613824,1496614010,186 +oltorf,benwhite,1496572847,1496572978,131 +oltorf,benwhite,1496583786,1496583851,65 +oltorf,benwhite,1496617549,1496617702,153 +oltorf,benwhite,1496591669,1496591783,114 +oltorf,benwhite,1496585893,1496585900,7 +oltorf,benwhite,1496583837,1496583972,135 +oltorf,benwhite,1496572538,1496572538,0 +oltorf,benwhite,1496604173,1496604350,177 +oltorf,benwhite,1496608107,1496608265,158 +oltorf,benwhite,1496574110,1496574268,158 +oltorf,benwhite,1496594661,1496594860,199 +oltorf,benwhite,1496568344,1496568367,23 +oltorf,benwhite,1496604114,1496604272,158 +oltorf,benwhite,1496575320,1496575490,170 +oltorf,benwhite,1496571753,1496571882,129 +oltorf,benwhite,1496581223,1496581330,107 +oltorf,benwhite,1496616829,1496616870,41 +oltorf,benwhite,1496604000,1496604084,84 +oltorf,benwhite,1496604042,1496604215,173 +oltorf,benwhite,1496579589,1496579636,47 +oltorf,benwhite,1496588946,1496589047,101 +oltorf,benwhite,1496614455,1496614549,94 +oltorf,benwhite,1496587780,1496587962,182 +oltorf,benwhite,1496586951,1496586954,3 +oltorf,benwhite,1496590672,1496590687,15 +oltorf,benwhite,1496594907,1496595095,188 +oltorf,benwhite,1496599975,1496600166,191 +oltorf,benwhite,1496604844,1496604976,132 +oltorf,benwhite,1496616086,1496616104,18 +oltorf,benwhite,1496604694,1496604715,21 +oltorf,benwhite,1496603897,1496603912,15 +oltorf,benwhite,1496568281,1496568349,68 +oltorf,benwhite,1496576319,1496576319,0 +oltorf,benwhite,1496594643,1496594724,81 +oltorf,benwhite,1496569859,1496569934,75 +oltorf,benwhite,1496590913,1496591085,172 +oltorf,benwhite,1496597614,1496597658,44 +oltorf,benwhite,1496593163,1496593213,50 +oltorf,benwhite,1496608766,1496608821,55 +oltorf,benwhite,1496615227,1496615279,52 +oltorf,benwhite,1496603187,1496603386,199 +oltorf,benwhite,1496578453,1496578610,157 +oltorf,benwhite,1496590248,1496590364,116 +oltorf,benwhite,1496586488,1496586633,145 +oltorf,benwhite,1496616424,1496616492,68 +oltorf,benwhite,1496608851,1496609046,195 +oltorf,benwhite,1496600517,1496600619,102 +oltorf,benwhite,1496585009,1496585098,89 +oltorf,benwhite,1496590931,1496590936,5 +oltorf,benwhite,1496571394,1496571580,186 +oltorf,benwhite,1496597122,1496597215,93 +oltorf,benwhite,1496602082,1496602221,139 +oltorf,benwhite,1496598914,1496598985,71 +oltorf,benwhite,1496570481,1496570633,152 +oltorf,benwhite,1496572463,1496572651,188 +oltorf,benwhite,1496586020,1496586056,36 +oltorf,benwhite,1496591245,1496591422,177 +oltorf,benwhite,1496591144,1496591182,38 +oltorf,benwhite,1496610184,1496610257,73 +oltorf,benwhite,1496574748,1496574834,86 +oltorf,benwhite,1496594762,1496594897,135 +oltorf,benwhite,1496613453,1496613610,157 +oltorf,benwhite,1496614233,1496614365,132 +oltorf,benwhite,1496569530,1496569587,57 +oltorf,benwhite,1496605040,1496605040,0 +oltorf,benwhite,1496574708,1496574737,29 +oltorf,benwhite,1496580806,1496580927,121 +oltorf,benwhite,1496585000,1496585158,158 +oltorf,benwhite,1496616074,1496616107,33 +oltorf,benwhite,1496608469,1496608653,184 +oltorf,benwhite,1496615315,1496615367,52 +oltorf,benwhite,1496603648,1496603711,63 +oltorf,benwhite,1496607175,1496607304,129 +oltorf,benwhite,1496573640,1496573680,40 +oltorf,benwhite,1496587838,1496587899,61 +oltorf,benwhite,1496609114,1496609160,46 +oltorf,benwhite,1496592200,1496592296,96 +oltorf,benwhite,1496606288,1496606429,141 +oltorf,benwhite,1496573197,1496573270,73 +oltorf,benwhite,1496604862,1496604947,85 +oltorf,benwhite,1496574020,1496574143,123 +oltorf,benwhite,1496600733,1496600754,21 +oltorf,benwhite,1496610363,1496610476,113 +oltorf,benwhite,1496613282,1496613361,79 +oltorf,benwhite,1496608504,1496608599,95 +oltorf,benwhite,1496613756,1496613848,92 +oltorf,benwhite,1496607610,1496607795,185 +oltorf,benwhite,1496613480,1496613676,196 +oltorf,benwhite,1496587543,1496587736,193 +oltorf,benwhite,1496610535,1496610602,67 +oltorf,benwhite,1496572963,1496573144,181 +oltorf,benwhite,1496588694,1496588711,17 +oltorf,benwhite,1496601923,1496602049,126 +oltorf,benwhite,1496610881,1496611036,155 +oltorf,benwhite,1496595956,1496595969,13 +oltorf,benwhite,1496590619,1496590761,142 +oltorf,benwhite,1496609689,1496609792,103 +oltorf,benwhite,1496576271,1496576295,24 +oltorf,benwhite,1496616552,1496616720,168 +oltorf,benwhite,1496606910,1496607071,161 +oltorf,benwhite,1496613166,1496613227,61 +oltorf,benwhite,1496583070,1496583163,93 +oltorf,benwhite,1496590189,1496590308,119 +oltorf,benwhite,1496612932,1496613119,187 +oltorf,benwhite,1496595282,1496595369,87 +oltorf,benwhite,1496592895,1496592988,93 +oltorf,benwhite,1496596664,1496596710,46 +oltorf,benwhite,1496598858,1496598954,96 +oltorf,benwhite,1496569607,1496569654,47 +oltorf,benwhite,1496585106,1496585264,158 +oltorf,benwhite,1496616674,1496616828,154 +oltorf,benwhite,1496605823,1496605849,26 +oltorf,benwhite,1496578701,1496578844,143 +oltorf,benwhite,1496594260,1496594421,161 +oltorf,benwhite,1496593721,1496593843,122 +oltorf,benwhite,1496590170,1496590277,107 +oltorf,benwhite,1496586655,1496586685,30 +oltorf,benwhite,1496583580,1496583753,173 +oltorf,benwhite,1496582822,1496582963,141 +oltorf,benwhite,1496586822,1496586916,94 +oltorf,benwhite,1496598682,1496598868,186 +oltorf,benwhite,1496570826,1496570986,160 +oltorf,benwhite,1496571352,1496571487,135 +oltorf,benwhite,1496601978,1496601999,21 +oltorf,benwhite,1496607000,1496607167,167 +oltorf,benwhite,1496604229,1496604328,99 +oltorf,benwhite,1496574866,1496574875,9 +oltorf,benwhite,1496603611,1496603771,160 +oltorf,benwhite,1496600924,1496600952,28 +oltorf,benwhite,1496576929,1496576953,24 +oltorf,benwhite,1496584511,1496584583,72 +oltorf,benwhite,1496600921,1496600987,66 +oltorf,benwhite,1496606961,1496606984,23 +oltorf,benwhite,1496572777,1496572837,60 +oltorf,benwhite,1496614585,1496614629,44 +oltorf,benwhite,1496572023,1496572096,73 +oltorf,benwhite,1496580093,1496580197,104 +oltorf,benwhite,1496578188,1496578279,91 +oltorf,benwhite,1496584364,1496584547,183 +oltorf,benwhite,1496584289,1496584408,119 +oltorf,benwhite,1496597657,1496597693,36 +oltorf,benwhite,1496597755,1496597777,22 +oltorf,benwhite,1496587697,1496587708,11 +oltorf,benwhite,1496588900,1496589066,166 +oltorf,benwhite,1496570321,1496570386,65 +oltorf,benwhite,1496587362,1496587550,188 +oltorf,benwhite,1496570197,1496570216,19 +oltorf,benwhite,1496582458,1496582588,130 +oltorf,benwhite,1496591961,1496592092,131 +oltorf,benwhite,1496571488,1496571501,13 +oltorf,benwhite,1496617389,1496617565,176 +oltorf,benwhite,1496602996,1496603040,44 +oltorf,benwhite,1496597354,1496597546,192 +oltorf,benwhite,1496598022,1496598113,91 +oltorf,benwhite,1496598304,1496598348,44 +oltorf,benwhite,1496616623,1496616738,115 +oltorf,benwhite,1496569303,1496569336,33 +oltorf,benwhite,1496591301,1496591364,63 +oltorf,benwhite,1496592721,1496592775,54 +oltorf,benwhite,1496610916,1496611045,129 +oltorf,benwhite,1496590390,1496590410,20 +oltorf,benwhite,1496612984,1496613017,33 +oltorf,benwhite,1496611655,1496611687,32 +oltorf,benwhite,1496583352,1496583376,24 +oltorf,benwhite,1496588521,1496588621,100 +oltorf,benwhite,1496587372,1496587539,167 +oltorf,benwhite,1496610453,1496610583,130 +oltorf,benwhite,1496604203,1496604208,5 +oltorf,benwhite,1496613418,1496613506,88 +oltorf,benwhite,1496594309,1496594438,129 +oltorf,benwhite,1496613902,1496613966,64 +oltorf,benwhite,1496568192,1496568232,40 +oltorf,benwhite,1496598355,1496598500,145 +oltorf,benwhite,1496601781,1496601887,106 +oltorf,benwhite,1496604721,1496604816,95 +oltorf,benwhite,1496587232,1496587239,7 +oltorf,benwhite,1496578852,1496578899,47 +oltorf,benwhite,1496569801,1496569922,121 +oltorf,benwhite,1496574049,1496574190,141 +oltorf,benwhite,1496588434,1496588462,28 +oltorf,benwhite,1496611126,1496611170,44 +oltorf,benwhite,1496616613,1496616718,105 +oltorf,benwhite,1496601853,1496601876,23 +oltorf,benwhite,1496599960,1496600067,107 +oltorf,benwhite,1496591281,1496591364,83 +oltorf,benwhite,1496609881,1496610009,128 +oltorf,benwhite,1496569746,1496569941,195 +oltorf,benwhite,1496569442,1496569625,183 +oltorf,benwhite,1496590042,1496590135,93 +oltorf,benwhite,1496588971,1496588992,21 +oltorf,benwhite,1496590792,1496590885,93 +oltorf,benwhite,1496586371,1496586541,170 +oltorf,benwhite,1496616490,1496616520,30 +oltorf,benwhite,1496599149,1496599290,141 +oltorf,benwhite,1496595186,1496595360,174 +oltorf,benwhite,1496587916,1496588064,148 +oltorf,benwhite,1496580167,1496580299,132 +oltorf,benwhite,1496616163,1496616342,179 +oltorf,benwhite,1496583682,1496583735,53 +oltorf,benwhite,1496586579,1496586585,6 +oltorf,benwhite,1496575530,1496575722,192 +oltorf,benwhite,1496592286,1496592400,114 +oltorf,benwhite,1496583307,1496583382,75 +oltorf,benwhite,1496600780,1496600939,159 +oltorf,benwhite,1496611005,1496611140,135 +oltorf,benwhite,1496580198,1496580394,196 +oltorf,benwhite,1496616016,1496616151,135 +oltorf,benwhite,1496569897,1496570020,123 +oltorf,benwhite,1496588719,1496588896,177 +oltorf,benwhite,1496612857,1496612955,98 +oltorf,benwhite,1496580652,1496580723,71 +oltorf,benwhite,1496573051,1496573066,15 +oltorf,benwhite,1496571444,1496571583,139 +oltorf,benwhite,1496606431,1496606481,50 +oltorf,benwhite,1496585563,1496585573,10 +oltorf,benwhite,1496594545,1496594566,21 +oltorf,benwhite,1496608928,1496608973,45 +oltorf,benwhite,1496612446,1496612625,179 +oltorf,benwhite,1496582842,1496582848,6 +oltorf,benwhite,1496602615,1496602642,27 +oltorf,benwhite,1496573834,1496574018,184 +oltorf,benwhite,1496583045,1496583079,34 +oltorf,benwhite,1496574976,1496575105,129 +oltorf,benwhite,1496571836,1496571944,108 +oltorf,benwhite,1496589848,1496590005,157 +oltorf,benwhite,1496597843,1496597866,23 +oltorf,benwhite,1496599377,1496599547,170 +oltorf,benwhite,1496596228,1496596309,81 +oltorf,benwhite,1496597658,1496597747,89 +oltorf,benwhite,1496589943,1496590002,59 +oltorf,benwhite,1496609859,1496609868,9 +oltorf,benwhite,1496600625,1496600816,191 +oltorf,benwhite,1496569260,1496569343,83 +oltorf,benwhite,1496599928,1496600087,159 +oltorf,benwhite,1496610020,1496610139,119 +oltorf,benwhite,1496587689,1496587842,153 +oltorf,benwhite,1496612893,1496613047,154 +oltorf,benwhite,1496599479,1496599660,181 +oltorf,benwhite,1496614181,1496614308,127 +oltorf,benwhite,1496597555,1496597722,167 +oltorf,benwhite,1496589060,1496589205,145 +oltorf,benwhite,1496593044,1496593129,85 +oltorf,benwhite,1496571437,1496571625,188 +oltorf,benwhite,1496611354,1496611495,141 +oltorf,benwhite,1496576248,1496576281,33 +oltorf,benwhite,1496613341,1496613427,86 +oltorf,benwhite,1496599549,1496599679,130 +oltorf,benwhite,1496570270,1496570294,24 +oltorf,benwhite,1496598240,1496598415,175 +oltorf,benwhite,1496602051,1496602096,45 +oltorf,benwhite,1496608299,1496608416,117 +oltorf,benwhite,1496614529,1496614579,50 +oltorf,benwhite,1496607979,1496608024,45 +oltorf,benwhite,1496591564,1496591672,108 +oltorf,benwhite,1496570761,1496570832,71 +oltorf,benwhite,1496607616,1496607783,167 +oltorf,benwhite,1496597219,1496597382,163 +oltorf,benwhite,1496569066,1496569137,71 +oltorf,benwhite,1496598034,1496598090,56 +oltorf,benwhite,1496598947,1496598958,11 +oltorf,benwhite,1496615200,1496615336,136 +oltorf,benwhite,1496599764,1496599931,167 +oltorf,benwhite,1496595229,1496595379,150 +oltorf,benwhite,1496607954,1496608072,118 +oltorf,benwhite,1496586082,1496586238,156 +oltorf,benwhite,1496585651,1496585791,140 +oltorf,benwhite,1496617847,1496617990,143 +oltorf,benwhite,1496575656,1496575718,62 +oltorf,benwhite,1496586374,1496586444,70 +oltorf,benwhite,1496599731,1496599841,110 +oltorf,benwhite,1496593926,1496593936,10 +oltorf,benwhite,1496607603,1496607744,141 +oltorf,benwhite,1496616860,1496616913,53 +oltorf,benwhite,1496603652,1496603760,108 +oltorf,benwhite,1496607757,1496607819,62 +oltorf,benwhite,1496616253,1496616445,192 +oltorf,benwhite,1496589443,1496589457,14 +oltorf,benwhite,1496590854,1496591008,154 +oltorf,benwhite,1496582196,1496582305,109 +oltorf,benwhite,1496574631,1496574689,58 +oltorf,benwhite,1496594049,1496594245,196 +oltorf,benwhite,1496583840,1496583950,110 +oltorf,benwhite,1496617816,1496617926,110 +oltorf,benwhite,1496587830,1496587879,49 +oltorf,benwhite,1496582888,1496582986,98 +oltorf,benwhite,1496588891,1496588999,108 +oltorf,benwhite,1496607261,1496607269,8 +oltorf,benwhite,1496612403,1496612524,121 +oltorf,benwhite,1496596865,1496596930,65 +oltorf,benwhite,1496588280,1496588429,149 +oltorf,benwhite,1496582173,1496582176,3 +oltorf,benwhite,1496600436,1496600482,46 +oltorf,benwhite,1496613755,1496613944,189 +oltorf,benwhite,1496569707,1496569858,151 +oltorf,benwhite,1496616364,1496616386,22 +oltorf,benwhite,1496582495,1496582507,12 +oltorf,benwhite,1496582888,1496582917,29 +oltorf,benwhite,1496595251,1496595304,53 +oltorf,benwhite,1496603759,1496603774,15 +oltorf,benwhite,1496601291,1496601352,61 +oltorf,benwhite,1496608068,1496608137,69 +oltorf,benwhite,1496591000,1496591119,119 +oltorf,benwhite,1496571090,1496571197,107 +oltorf,benwhite,1496587718,1496587874,156 +oltorf,benwhite,1496611101,1496611297,196 +oltorf,benwhite,1496614261,1496614355,94 +oltorf,benwhite,1496569432,1496569551,119 +oltorf,benwhite,1496585487,1496585580,93 +oltorf,benwhite,1496615636,1496615809,173 +oltorf,benwhite,1496583683,1496583733,50 +oltorf,benwhite,1496604053,1496604053,0 +oltorf,benwhite,1496604234,1496604288,54 +oltorf,benwhite,1496597358,1496597387,29 +oltorf,benwhite,1496616914,1496616981,67 +oltorf,benwhite,1496577653,1496577705,52 +oltorf,benwhite,1496594909,1496595020,111 +oltorf,benwhite,1496615055,1496615165,110 +oltorf,benwhite,1496570621,1496570658,37 +oltorf,benwhite,1496569400,1496569478,78 +oltorf,benwhite,1496582110,1496582137,27 +oltorf,benwhite,1496612000,1496612162,162 +oltorf,benwhite,1496608692,1496608796,104 +oltorf,benwhite,1496580719,1496580733,14 +oltorf,benwhite,1496581324,1496581431,107 +oltorf,benwhite,1496569955,1496570073,118 +oltorf,benwhite,1496618356,1496618539,183 +oltorf,benwhite,1496608774,1496608844,70 +oltorf,benwhite,1496576648,1496576832,184 +oltorf,benwhite,1496585689,1496585778,89 +oltorf,benwhite,1496593214,1496593396,182 +oltorf,benwhite,1496571015,1496571022,7 +oltorf,benwhite,1496576101,1496576216,115 +oltorf,benwhite,1496606603,1496606734,131 +oltorf,benwhite,1496590715,1496590769,54 +oltorf,benwhite,1496590686,1496590871,185 +oltorf,benwhite,1496571488,1496571536,48 +oltorf,benwhite,1496581547,1496581560,13 +oltorf,benwhite,1496604821,1496604834,13 +oltorf,benwhite,1496599863,1496600060,197 +oltorf,benwhite,1496603688,1496603761,73 +oltorf,benwhite,1496609941,1496610139,198 +oltorf,benwhite,1496582793,1496582928,135 +oltorf,benwhite,1496578892,1496579029,137 +oltorf,benwhite,1496594316,1496594434,118 +oltorf,benwhite,1496602468,1496602582,114 +oltorf,benwhite,1496610694,1496610848,154 +oltorf,benwhite,1496610259,1496610278,19 +oltorf,benwhite,1496605367,1496605425,58 +oltorf,benwhite,1496606646,1496606811,165 +oltorf,benwhite,1496600636,1496600779,143 +oltorf,benwhite,1496573635,1496573677,42 +oltorf,benwhite,1496595170,1496595206,36 +oltorf,benwhite,1496616626,1496616766,140 +oltorf,benwhite,1496616149,1496616225,76 +oltorf,benwhite,1496613857,1496614022,165 +oltorf,benwhite,1496611417,1496611463,46 +oltorf,benwhite,1496589021,1496589159,138 +oltorf,benwhite,1496585671,1496585708,37 +oltorf,benwhite,1496574786,1496574888,102 +oltorf,benwhite,1496591547,1496591589,42 +oltorf,benwhite,1496572754,1496572884,130 +oltorf,benwhite,1496580717,1496580788,71 +oltorf,benwhite,1496588134,1496588274,140 +oltorf,benwhite,1496568843,1496568988,145 +oltorf,benwhite,1496570086,1496570232,146 +oltorf,benwhite,1496569313,1496569351,38 +oltorf,benwhite,1496604004,1496604023,19 +oltorf,benwhite,1496613626,1496613821,195 +oltorf,benwhite,1496601178,1496601195,17 +oltorf,benwhite,1496608551,1496608632,81 +oltorf,benwhite,1496586751,1496586928,177 +oltorf,benwhite,1496606365,1496606494,129 +oltorf,benwhite,1496580809,1496580923,114 +oltorf,benwhite,1496568217,1496568326,109 +oltorf,benwhite,1496615785,1496615807,22 +oltorf,benwhite,1496617887,1496617964,77 +oltorf,benwhite,1496582976,1496582996,20 +oltorf,benwhite,1496569205,1496569283,78 +oltorf,benwhite,1496583563,1496583672,109 +oltorf,benwhite,1496597725,1496597881,156 +oltorf,benwhite,1496575646,1496575804,158 +oltorf,benwhite,1496603427,1496603587,160 +oltorf,benwhite,1496574326,1496574333,7 +oltorf,benwhite,1496579402,1496579452,50 +oltorf,benwhite,1496568935,1496569117,182 +oltorf,benwhite,1496584998,1496585011,13 +oltorf,benwhite,1496587048,1496587125,77 +oltorf,benwhite,1496578151,1496578257,106 +oltorf,benwhite,1496594191,1496594369,178 +oltorf,benwhite,1496613186,1496613236,50 +oltorf,benwhite,1496608419,1496608490,71 +oltorf,benwhite,1496585182,1496585306,124 +oltorf,benwhite,1496589327,1496589519,192 +oltorf,benwhite,1496615561,1496615584,23 +oltorf,benwhite,1496616481,1496616600,119 +oltorf,benwhite,1496579779,1496579854,75 +oltorf,benwhite,1496571152,1496571177,25 +oltorf,benwhite,1496576503,1496576665,162 +oltorf,benwhite,1496589139,1496589221,82 +oltorf,benwhite,1496575834,1496576005,171 +oltorf,benwhite,1496579747,1496579913,166 +oltorf,benwhite,1496591873,1496591917,44 +oltorf,benwhite,1496595466,1496595551,85 +oltorf,benwhite,1496569760,1496569872,112 +oltorf,benwhite,1496600088,1496600269,181 +oltorf,benwhite,1496617287,1496617403,116 +oltorf,benwhite,1496581567,1496581642,75 +oltorf,benwhite,1496618156,1496618206,50 +oltorf,benwhite,1496587285,1496587403,118 +oltorf,benwhite,1496594386,1496594517,131 +oltorf,benwhite,1496591105,1496591117,12 +oltorf,benwhite,1496574912,1496574926,14 +oltorf,benwhite,1496612007,1496612049,42 +oltorf,benwhite,1496573146,1496573149,3 +oltorf,benwhite,1496596434,1496596472,38 +oltorf,benwhite,1496606559,1496606619,60 +oltorf,benwhite,1496602519,1496602689,170 +oltorf,benwhite,1496572850,1496572985,135 +oltorf,benwhite,1496613208,1496613399,191 +oltorf,benwhite,1496605842,1496605843,1 +oltorf,benwhite,1496601793,1496601904,111 +oltorf,benwhite,1496599756,1496599823,67 +oltorf,benwhite,1496607293,1496607444,151 +oltorf,benwhite,1496614851,1496615036,185 +oltorf,benwhite,1496571588,1496571632,44 +oltorf,benwhite,1496575424,1496575485,61 +oltorf,benwhite,1496587604,1496587608,4 +oltorf,benwhite,1496582491,1496582508,17 +oltorf,benwhite,1496578293,1496578389,96 +oltorf,benwhite,1496587771,1496587951,180 +oltorf,benwhite,1496568779,1496568816,37 +oltorf,benwhite,1496609061,1496609197,136 +oltorf,benwhite,1496608612,1496608690,78 +oltorf,benwhite,1496600390,1496600583,193 +oltorf,benwhite,1496596087,1496596116,29 +oltorf,benwhite,1496570090,1496570283,193 +oltorf,benwhite,1496575454,1496575530,76 +oltorf,benwhite,1496597572,1496597722,150 +oltorf,benwhite,1496585287,1496585368,81 +oltorf,benwhite,1496575307,1496575354,47 +oltorf,benwhite,1496572425,1496572513,88 +oltorf,benwhite,1496599739,1496599883,144 +oltorf,benwhite,1496592798,1496592933,135 +oltorf,benwhite,1496599415,1496599501,86 +oltorf,benwhite,1496615822,1496615848,26 +oltorf,benwhite,1496576155,1496576320,165 +oltorf,benwhite,1496611691,1496611715,24 +oltorf,benwhite,1496584852,1496585025,173 +oltorf,benwhite,1496592033,1496592175,142 +oltorf,benwhite,1496589774,1496589949,175 +oltorf,benwhite,1496592756,1496592761,5 +oltorf,benwhite,1496584420,1496584481,61 +oltorf,benwhite,1496583133,1496583167,34 +oltorf,benwhite,1496583144,1496583251,107 +oltorf,benwhite,1496585172,1496585329,157 +oltorf,benwhite,1496606105,1496606145,40 +oltorf,benwhite,1496603883,1496604056,173 +oltorf,benwhite,1496581876,1496582054,178 +oltorf,benwhite,1496578391,1496578489,98 +oltorf,benwhite,1496617762,1496617927,165 +oltorf,benwhite,1496604475,1496604530,55 +oltorf,benwhite,1496577234,1496577415,181 +oltorf,benwhite,1496576186,1496576313,127 +oltorf,benwhite,1496601793,1496601802,9 +oltorf,benwhite,1496595885,1496595918,33 +oltorf,benwhite,1496574447,1496574567,120 +oltorf,benwhite,1496605857,1496605935,78 +oltorf,benwhite,1496570985,1496571103,118 +oltorf,benwhite,1496570117,1496570131,14 +oltorf,benwhite,1496583370,1496583373,3 +oltorf,benwhite,1496581316,1496581365,49 +oltorf,benwhite,1496607463,1496607562,99 +oltorf,benwhite,1496610313,1496610480,167 +oltorf,benwhite,1496586304,1496586396,92 +oltorf,benwhite,1496575526,1496575678,152 +oltorf,benwhite,1496571954,1496572058,104 +oltorf,benwhite,1496604134,1496604267,133 +oltorf,benwhite,1496569281,1496569284,3 +oltorf,benwhite,1496583860,1496583891,31 +oltorf,benwhite,1496578038,1496578120,82 +oltorf,benwhite,1496584040,1496584052,12 +oltorf,benwhite,1496595885,1496595925,40 +oltorf,benwhite,1496602989,1496603109,120 +oltorf,benwhite,1496580587,1496580591,4 +oltorf,benwhite,1496610865,1496610898,33 +oltorf,benwhite,1496586466,1496586566,100 +oltorf,benwhite,1496582438,1496582570,132 +oltorf,benwhite,1496587143,1496587238,95 +oltorf,benwhite,1496615292,1496615456,164 +oltorf,benwhite,1496610565,1496610566,1 +oltorf,benwhite,1496587538,1496587624,86 +oltorf,benwhite,1496590544,1496590662,118 +oltorf,benwhite,1496570641,1496570733,92 +oltorf,benwhite,1496584184,1496584255,71 +oltorf,benwhite,1496606271,1496606376,105 +oltorf,benwhite,1496617444,1496617554,110 +oltorf,benwhite,1496568826,1496568844,18 +oltorf,benwhite,1496617381,1496617552,171 +oltorf,benwhite,1496584402,1496584553,151 +oltorf,benwhite,1496593554,1496593714,160 +oltorf,benwhite,1496582997,1496583022,25 +oltorf,benwhite,1496609506,1496609556,50 +oltorf,benwhite,1496569869,1496569954,85 +oltorf,benwhite,1496572262,1496572285,23 +oltorf,benwhite,1496573065,1496573242,177 +oltorf,benwhite,1496587001,1496587074,73 +oltorf,benwhite,1496604578,1496604643,65 +oltorf,benwhite,1496602095,1496602275,180 +oltorf,benwhite,1496591669,1496591860,191 +oltorf,benwhite,1496608189,1496608354,165 +oltorf,benwhite,1496569417,1496569492,75 +oltorf,benwhite,1496580476,1496580586,110 +oltorf,benwhite,1496583503,1496583685,182 +oltorf,benwhite,1496605469,1496605482,13 +oltorf,benwhite,1496615071,1496615103,32 +oltorf,benwhite,1496586721,1496586887,166 +oltorf,benwhite,1496598063,1496598189,126 +oltorf,benwhite,1496586568,1496586622,54 +oltorf,benwhite,1496591121,1496591140,19 +oltorf,benwhite,1496591843,1496591961,118 +oltorf,benwhite,1496574643,1496574804,161 +oltorf,benwhite,1496585277,1496585370,93 +oltorf,benwhite,1496605100,1496605150,50 +oltorf,benwhite,1496617475,1496617596,121 +oltorf,benwhite,1496582019,1496582119,100 +oltorf,benwhite,1496573907,1496574032,125 +oltorf,benwhite,1496605654,1496605689,35 +oltorf,benwhite,1496568249,1496568401,152 +oltorf,benwhite,1496618394,1496618428,34 +oltorf,benwhite,1496578182,1496578353,171 +oltorf,benwhite,1496580847,1496580858,11 +oltorf,benwhite,1496580310,1496580354,44 +oltorf,benwhite,1496607530,1496607650,120 +oltorf,benwhite,1496580909,1496581077,168 +oltorf,benwhite,1496595616,1496595815,199 +oltorf,benwhite,1496591605,1496591711,106 +oltorf,benwhite,1496608184,1496608341,157 +oltorf,benwhite,1496577205,1496577246,41 +oltorf,benwhite,1496584330,1496584460,130 +oltorf,benwhite,1496585165,1496585348,183 +oltorf,benwhite,1496585212,1496585274,62 +oltorf,benwhite,1496606084,1496606127,43 +oltorf,benwhite,1496571142,1496571311,169 +oltorf,benwhite,1496601585,1496601723,138 +oltorf,benwhite,1496612216,1496612228,12 +oltorf,benwhite,1496607614,1496607786,172 +oltorf,benwhite,1496580325,1496580369,44 +oltorf,benwhite,1496611048,1496611141,93 +oltorf,benwhite,1496577664,1496577797,133 +oltorf,benwhite,1496611602,1496611793,191 +oltorf,benwhite,1496578812,1496578834,22 +oltorf,benwhite,1496583552,1496583689,137 +oltorf,benwhite,1496595689,1496595806,117 +oltorf,benwhite,1496578719,1496578747,28 +oltorf,benwhite,1496593638,1496593786,148 +oltorf,benwhite,1496604507,1496604635,128 +oltorf,benwhite,1496617951,1496617994,43 +oltorf,benwhite,1496590871,1496590965,94 +oltorf,benwhite,1496568341,1496568364,23 +oltorf,benwhite,1496592596,1496592687,91 +oltorf,benwhite,1496618172,1496618273,101 +oltorf,benwhite,1496606784,1496606806,22 +oltorf,benwhite,1496601918,1496602079,161 +oltorf,benwhite,1496618372,1496618483,111 +oltorf,benwhite,1496609837,1496609871,34 +oltorf,benwhite,1496584758,1496584910,152 +oltorf,benwhite,1496618458,1496618569,111 +oltorf,benwhite,1496575921,1496576017,96 +oltorf,benwhite,1496575406,1496575554,148 +oltorf,benwhite,1496585211,1496585221,10 +oltorf,benwhite,1496607905,1496608062,157 +oltorf,benwhite,1496585353,1496585359,6 +oltorf,benwhite,1496602564,1496602722,158 +oltorf,benwhite,1496615412,1496615589,177 +oltorf,benwhite,1496572907,1496573012,105 +oltorf,benwhite,1496612226,1496612387,161 +oltorf,benwhite,1496580962,1496581160,198 +oltorf,benwhite,1496580841,1496580987,146 +oltorf,benwhite,1496594165,1496594190,25 +oltorf,benwhite,1496585221,1496585345,124 +oltorf,benwhite,1496570304,1496570310,6 +oltorf,benwhite,1496573629,1496573740,111 +oltorf,benwhite,1496591523,1496591720,197 +oltorf,benwhite,1496570284,1496570434,150 +oltorf,benwhite,1496592212,1496592238,26 +oltorf,benwhite,1496599075,1496599099,24 +oltorf,benwhite,1496607146,1496607239,93 +oltorf,benwhite,1496589434,1496589482,48 +oltorf,benwhite,1496605687,1496605753,66 +oltorf,benwhite,1496617758,1496617783,25 +oltorf,benwhite,1496617452,1496617600,148 +oltorf,benwhite,1496598983,1496599069,86 +oltorf,benwhite,1496616396,1496616419,23 +oltorf,benwhite,1496600527,1496600694,167 +oltorf,benwhite,1496570596,1496570618,22 +oltorf,benwhite,1496576448,1496576611,163 +oltorf,benwhite,1496575487,1496575550,63 +oltorf,benwhite,1496575638,1496575730,92 +oltorf,benwhite,1496604443,1496604511,68 +oltorf,benwhite,1496582994,1496582999,5 +oltorf,benwhite,1496592901,1496592907,6 +oltorf,benwhite,1496585487,1496585675,188 +oltorf,benwhite,1496582844,1496582958,114 +oltorf,benwhite,1496572923,1496573091,168 +oltorf,benwhite,1496588712,1496588830,118 +oltorf,benwhite,1496612988,1496613164,176 +oltorf,benwhite,1496603694,1496603712,18 +oltorf,benwhite,1496587764,1496587789,25 +oltorf,benwhite,1496581131,1496581257,126 +oltorf,benwhite,1496617309,1496617360,51 +oltorf,benwhite,1496615516,1496615687,171 +oltorf,benwhite,1496590711,1496590910,199 +oltorf,benwhite,1496592834,1496592868,34 +oltorf,benwhite,1496590901,1496590904,3 +oltorf,benwhite,1496584759,1496584776,17 +oltorf,benwhite,1496614821,1496615019,198 +oltorf,benwhite,1496572968,1496573058,90 +oltorf,benwhite,1496585201,1496585292,91 +oltorf,benwhite,1496570472,1496570565,93 +oltorf,benwhite,1496604209,1496604270,61 +oltorf,benwhite,1496593367,1496593368,1 +oltorf,benwhite,1496602129,1496602243,114 +oltorf,benwhite,1496591686,1496591863,177 +oltorf,benwhite,1496610387,1496610464,77 +oltorf,benwhite,1496581990,1496582116,126 +oltorf,benwhite,1496596410,1496596605,195 +oltorf,benwhite,1496571422,1496571598,176 +oltorf,benwhite,1496613929,1496614041,112 +oltorf,benwhite,1496613856,1496613869,13 +oltorf,benwhite,1496578853,1496578896,43 +oltorf,benwhite,1496595816,1496595933,117 +oltorf,benwhite,1496571513,1496571518,5 +oltorf,benwhite,1496587001,1496587072,71 +oltorf,benwhite,1496599997,1496600190,193 +oltorf,benwhite,1496607902,1496607999,97 +oltorf,benwhite,1496573209,1496573312,103 +oltorf,benwhite,1496577161,1496577240,79 +oltorf,benwhite,1496614489,1496614637,148 +oltorf,benwhite,1496609537,1496609734,197 +oltorf,benwhite,1496591725,1496591761,36 +oltorf,benwhite,1496582876,1496582956,80 +oltorf,benwhite,1496605753,1496605910,157 +oltorf,benwhite,1496572535,1496572616,81 +oltorf,benwhite,1496586734,1496586839,105 +oltorf,benwhite,1496577204,1496577316,112 +oltorf,benwhite,1496585956,1496585990,34 +oltorf,benwhite,1496578199,1496578286,87 +oltorf,benwhite,1496611191,1496611386,195 +oltorf,benwhite,1496571356,1496571540,184 +oltorf,benwhite,1496578163,1496578272,109 +oltorf,benwhite,1496604056,1496604182,126 +oltorf,benwhite,1496601532,1496601692,160 +oltorf,benwhite,1496575278,1496575454,176 +oltorf,benwhite,1496598503,1496598585,82 +oltorf,benwhite,1496579343,1496579524,181 +oltorf,benwhite,1496617640,1496617796,156 +oltorf,benwhite,1496584436,1496584578,142 +oltorf,benwhite,1496612706,1496612713,7 +oltorf,benwhite,1496582406,1496582564,158 +oltorf,benwhite,1496572214,1496572263,49 +oltorf,benwhite,1496601884,1496601973,89 +oltorf,benwhite,1496607855,1496607860,5 +oltorf,benwhite,1496611913,1496611935,22 +oltorf,benwhite,1496577017,1496577040,23 +oltorf,benwhite,1496587782,1496587786,4 +oltorf,benwhite,1496599830,1496599927,97 +oltorf,benwhite,1496596906,1496596910,4 +oltorf,benwhite,1496575444,1496575608,164 +oltorf,benwhite,1496580171,1496580361,190 +oltorf,benwhite,1496595298,1496595404,106 +oltorf,benwhite,1496616365,1496616422,57 +oltorf,benwhite,1496583565,1496583639,74 +oltorf,benwhite,1496574394,1496574434,40 +oltorf,benwhite,1496600484,1496600611,127 +oltorf,benwhite,1496614453,1496614647,194 +oltorf,benwhite,1496568454,1496568563,109 +oltorf,benwhite,1496587996,1496588002,6 +oltorf,benwhite,1496599724,1496599893,169 +oltorf,benwhite,1496575323,1496575499,176 +oltorf,benwhite,1496586738,1496586815,77 +oltorf,benwhite,1496572650,1496572815,165 +oltorf,benwhite,1496590128,1496590249,121 +oltorf,benwhite,1496606907,1496606986,79 +oltorf,benwhite,1496589755,1496589772,17 +oltorf,benwhite,1496576380,1496576408,28 +oltorf,benwhite,1496569962,1496570156,194 +oltorf,benwhite,1496578882,1496578895,13 +oltorf,benwhite,1496602440,1496602465,25 +oltorf,benwhite,1496597588,1496597649,61 +oltorf,benwhite,1496598494,1496598589,95 +oltorf,benwhite,1496616951,1496617022,71 +oltorf,benwhite,1496617643,1496617806,163 +oltorf,benwhite,1496578912,1496579029,117 +oltorf,benwhite,1496600307,1496600488,181 +oltorf,benwhite,1496602856,1496602919,63 +oltorf,benwhite,1496601663,1496601833,170 +oltorf,benwhite,1496588516,1496588647,131 +oltorf,benwhite,1496574958,1496575149,191 +oltorf,benwhite,1496604346,1496604395,49 +oltorf,benwhite,1496580306,1496580400,94 +oltorf,benwhite,1496617514,1496617669,155 +oltorf,benwhite,1496607700,1496607818,118 +oltorf,benwhite,1496579633,1496579755,122 +oltorf,benwhite,1496569046,1496569237,191 +oltorf,benwhite,1496595523,1496595528,5 +oltorf,benwhite,1496611070,1496611157,87 +oltorf,benwhite,1496599364,1496599550,186 +oltorf,benwhite,1496617702,1496617855,153 +oltorf,benwhite,1496572591,1496572611,20 +oltorf,benwhite,1496586071,1496586117,46 +oltorf,benwhite,1496600785,1496600981,196 +oltorf,benwhite,1496581541,1496581638,97 +oltorf,benwhite,1496594758,1496594897,139 +oltorf,benwhite,1496602187,1496602278,91 +oltorf,benwhite,1496569504,1496569673,169 +oltorf,benwhite,1496598186,1496598357,171 +oltorf,benwhite,1496583575,1496583682,107 +oltorf,benwhite,1496593932,1496594047,115 +oltorf,benwhite,1496587207,1496587296,89 +oltorf,benwhite,1496606741,1496606851,110 +oltorf,benwhite,1496604720,1496604837,117 +oltorf,benwhite,1496596655,1496596820,165 +oltorf,benwhite,1496611121,1496611274,153 +oltorf,benwhite,1496611104,1496611239,135 +oltorf,benwhite,1496584906,1496585032,126 +oltorf,benwhite,1496574010,1496574011,1 +oltorf,benwhite,1496617835,1496617922,87 +oltorf,benwhite,1496602824,1496602916,92 +oltorf,benwhite,1496602713,1496602848,135 +oltorf,benwhite,1496599001,1496599060,59 +oltorf,benwhite,1496595522,1496595621,99 +oltorf,benwhite,1496617861,1496617988,127 +oltorf,benwhite,1496590119,1496590232,113 +oltorf,benwhite,1496602454,1496602594,140 +oltorf,benwhite,1496576817,1496576913,96 +oltorf,benwhite,1496583491,1496583583,92 +oltorf,benwhite,1496574733,1496574775,42 +oltorf,benwhite,1496580132,1496580254,122 +oltorf,benwhite,1496590243,1496590371,128 +oltorf,benwhite,1496570053,1496570246,193 +oltorf,benwhite,1496606112,1496606275,163 +oltorf,benwhite,1496604503,1496604576,73 +oltorf,benwhite,1496583745,1496583937,192 +oltorf,benwhite,1496583931,1496584106,175 +oltorf,benwhite,1496601272,1496601412,140 +oltorf,benwhite,1496608516,1496608537,21 +oltorf,benwhite,1496593592,1496593706,114 +oltorf,benwhite,1496604449,1496604590,141 +oltorf,benwhite,1496616815,1496616913,98 +oltorf,benwhite,1496608741,1496608838,97 +oltorf,benwhite,1496588952,1496589098,146 +oltorf,benwhite,1496591889,1496591916,27 +oltorf,benwhite,1496575762,1496575777,15 +oltorf,benwhite,1496593422,1496593484,62 +oltorf,benwhite,1496569176,1496569265,89 +oltorf,benwhite,1496568714,1496568794,80 +oltorf,benwhite,1496606232,1496606334,102 +oltorf,benwhite,1496597512,1496597613,101 +oltorf,benwhite,1496577068,1496577094,26 +oltorf,benwhite,1496592951,1496593102,151 +oltorf,benwhite,1496610960,1496611143,183 +oltorf,benwhite,1496591085,1496591198,113 +oltorf,benwhite,1496576295,1496576466,171 +oltorf,benwhite,1496601148,1496601198,50 +oltorf,benwhite,1496603205,1496603291,86 +oltorf,benwhite,1496570824,1496571022,198 +oltorf,benwhite,1496584870,1496585007,137 +oltorf,benwhite,1496596712,1496596750,38 +oltorf,benwhite,1496606133,1496606151,18 +oltorf,benwhite,1496583026,1496583215,189 +oltorf,benwhite,1496584568,1496584578,10 +oltorf,benwhite,1496578643,1496578726,83 +oltorf,benwhite,1496568484,1496568670,186 +oltorf,benwhite,1496585706,1496585776,70 +oltorf,benwhite,1496615355,1496615367,12 +oltorf,benwhite,1496575935,1496576114,179 +oltorf,benwhite,1496587614,1496587788,174 +oltorf,benwhite,1496588875,1496589044,169 +oltorf,benwhite,1496571125,1496571295,170 +oltorf,benwhite,1496601206,1496601363,157 +oltorf,benwhite,1496585887,1496585931,44 +oltorf,benwhite,1496617533,1496617698,165 +oltorf,benwhite,1496609750,1496609912,162 +oltorf,benwhite,1496581610,1496581722,112 +oltorf,benwhite,1496594278,1496594333,55 +oltorf,benwhite,1496595149,1496595243,94 +oltorf,benwhite,1496583419,1496583478,59 +oltorf,benwhite,1496609939,1496610012,73 +oltorf,benwhite,1496568307,1496568366,59 +oltorf,benwhite,1496599770,1496599850,80 +oltorf,benwhite,1496585884,1496586066,182 +oltorf,benwhite,1496570672,1496570800,128 +oltorf,benwhite,1496615152,1496615295,143 +oltorf,benwhite,1496606806,1496606946,140 +oltorf,benwhite,1496593588,1496593654,66 +oltorf,benwhite,1496574238,1496574436,198 +oltorf,benwhite,1496608124,1496608150,26 +oltorf,benwhite,1496609863,1496609972,109 +oltorf,benwhite,1496594515,1496594658,143 +oltorf,benwhite,1496602845,1496602954,109 +oltorf,benwhite,1496583714,1496583731,17 +oltorf,benwhite,1496584740,1496584878,138 +oltorf,benwhite,1496586926,1496587093,167 +oltorf,benwhite,1496603134,1496603181,47 +oltorf,benwhite,1496603306,1496603476,170 +oltorf,benwhite,1496568925,1496568952,27 +oltorf,benwhite,1496581968,1496582131,163 +oltorf,benwhite,1496599317,1496599403,86 +oltorf,benwhite,1496598540,1496598659,119 +oltorf,benwhite,1496568867,1496569034,167 +oltorf,benwhite,1496591364,1496591427,63 +oltorf,benwhite,1496572012,1496572043,31 +oltorf,benwhite,1496596689,1496596882,193 +oltorf,benwhite,1496617961,1496618003,42 +oltorf,benwhite,1496579116,1496579133,17 +oltorf,benwhite,1496608122,1496608208,86 +oltorf,benwhite,1496599071,1496599171,100 +oltorf,benwhite,1496593606,1496593669,63 +oltorf,benwhite,1496587420,1496587499,79 +oltorf,benwhite,1496603653,1496603724,71 +oltorf,benwhite,1496583931,1496584039,108 +oltorf,benwhite,1496581978,1496582142,164 +oltorf,benwhite,1496590511,1496590628,117 +oltorf,benwhite,1496606202,1496606283,81 +oltorf,benwhite,1496572025,1496572181,156 +oltorf,benwhite,1496599285,1496599452,167 +oltorf,benwhite,1496584439,1496584629,190 +oltorf,benwhite,1496613239,1496613416,177 +oltorf,benwhite,1496603303,1496603324,21 +oltorf,benwhite,1496598228,1496598343,115 +oltorf,benwhite,1496607427,1496607448,21 +oltorf,benwhite,1496583314,1496583339,25 +oltorf,benwhite,1496582788,1496582823,35 +oltorf,benwhite,1496593930,1496593985,55 +oltorf,benwhite,1496616106,1496616201,95 +oltorf,benwhite,1496613549,1496613651,102 +oltorf,benwhite,1496604985,1496605120,135 +oltorf,benwhite,1496597400,1496597572,172 +oltorf,benwhite,1496584644,1496584646,2 +oltorf,benwhite,1496599704,1496599871,167 +oltorf,benwhite,1496581704,1496581818,114 +oltorf,benwhite,1496568164,1496568199,35 +oltorf,benwhite,1496590860,1496590893,33 +oltorf,benwhite,1496603059,1496603158,99 +oltorf,benwhite,1496599878,1496599919,41 +oltorf,benwhite,1496597964,1496598028,64 +oltorf,benwhite,1496602036,1496602120,84 +oltorf,benwhite,1496596168,1496596298,130 +oltorf,benwhite,1496599947,1496600064,117 +oltorf,benwhite,1496599198,1496599347,149 +oltorf,benwhite,1496581599,1496581602,3 +oltorf,benwhite,1496581347,1496581350,3 +oltorf,benwhite,1496611398,1496611460,62 +oltorf,benwhite,1496594598,1496594702,104 +oltorf,benwhite,1496590028,1496590193,165 +oltorf,benwhite,1496602553,1496602623,70 +oltorf,benwhite,1496582608,1496582643,35 +oltorf,benwhite,1496581728,1496581884,156 +oltorf,benwhite,1496579129,1496579190,61 +oltorf,benwhite,1496589663,1496589794,131 +oltorf,benwhite,1496576397,1496576503,106 +oltorf,benwhite,1496611257,1496611260,3 +oltorf,benwhite,1496575335,1496575399,64 +oltorf,benwhite,1496592386,1496592549,163 +oltorf,benwhite,1496571377,1496571449,72 +oltorf,benwhite,1496591338,1496591396,58 +oltorf,benwhite,1496585586,1496585620,34 +oltorf,benwhite,1496604326,1496604507,181 +oltorf,benwhite,1496591447,1496591542,95 +oltorf,benwhite,1496609528,1496609708,180 +oltorf,benwhite,1496603863,1496604029,166 +oltorf,benwhite,1496607606,1496607652,46 +oltorf,benwhite,1496568664,1496568761,97 +oltorf,benwhite,1496574772,1496574891,119 +oltorf,benwhite,1496593260,1496593396,136 +oltorf,benwhite,1496607133,1496607189,56 +oltorf,benwhite,1496597861,1496597927,66 +oltorf,benwhite,1496589967,1496589984,17 +oltorf,benwhite,1496582361,1496582390,29 +oltorf,benwhite,1496599180,1496599185,5 +oltorf,benwhite,1496585238,1496585321,83 +oltorf,benwhite,1496569103,1496569184,81 +oltorf,benwhite,1496613319,1496613368,49 +oltorf,benwhite,1496599709,1496599840,131 +oltorf,benwhite,1496578060,1496578191,131 +oltorf,benwhite,1496609069,1496609093,24 +oltorf,benwhite,1496585471,1496585546,75 +oltorf,benwhite,1496612085,1496612258,173 +oltorf,benwhite,1496604857,1496604906,49 +oltorf,benwhite,1496607816,1496607862,46 +oltorf,benwhite,1496591854,1496591872,18 +oltorf,benwhite,1496568682,1496568856,174 +oltorf,benwhite,1496615849,1496615974,125 +oltorf,benwhite,1496603775,1496603790,15 +oltorf,benwhite,1496570198,1496570291,93 +oltorf,benwhite,1496599964,1496600068,104 +oltorf,benwhite,1496591294,1496591405,111 +oltorf,benwhite,1496589340,1496589403,63 +oltorf,benwhite,1496610073,1496610154,81 +oltorf,benwhite,1496615957,1496616064,107 +oltorf,benwhite,1496600090,1496600226,136 +oltorf,benwhite,1496588857,1496589001,144 +oltorf,benwhite,1496594331,1496594453,122 +oltorf,benwhite,1496587910,1496587987,77 +oltorf,benwhite,1496573631,1496573700,69 +oltorf,benwhite,1496577830,1496577835,5 +oltorf,benwhite,1496615967,1496616148,181 +oltorf,benwhite,1496587966,1496587969,3 +oltorf,benwhite,1496593772,1496593883,111 +oltorf,benwhite,1496602063,1496602185,122 +oltorf,benwhite,1496593578,1496593634,56 +oltorf,benwhite,1496605121,1496605204,83 +oltorf,benwhite,1496580015,1496580163,148 +oltorf,benwhite,1496604129,1496604284,155 +oltorf,benwhite,1496590424,1496590462,38 +oltorf,benwhite,1496601507,1496601652,145 +oltorf,benwhite,1496585998,1496586153,155 +oltorf,benwhite,1496586266,1496586405,139 +oltorf,benwhite,1496569374,1496569409,35 +oltorf,benwhite,1496613726,1496613810,84 +oltorf,benwhite,1496602100,1496602297,197 +oltorf,benwhite,1496602698,1496602878,180 +oltorf,benwhite,1496573470,1496573475,5 +oltorf,benwhite,1496610909,1496611042,133 +oltorf,benwhite,1496594452,1496594537,85 +oltorf,benwhite,1496574097,1496574262,165 +oltorf,benwhite,1496586904,1496587092,188 +oltorf,benwhite,1496605000,1496605164,164 +oltorf,benwhite,1496573452,1496573542,90 +oltorf,benwhite,1496568778,1496568852,74 +oltorf,benwhite,1496618170,1496618256,86 +oltorf,benwhite,1496596371,1496596497,126 +oltorf,benwhite,1496601431,1496601467,36 +oltorf,benwhite,1496599983,1496600000,17 +oltorf,benwhite,1496610317,1496610332,15 +oltorf,benwhite,1496591080,1496591151,71 +oltorf,benwhite,1496612297,1496612408,111 +oltorf,benwhite,1496607165,1496607203,38 +oltorf,benwhite,1496569076,1496569180,104 +oltorf,benwhite,1496587618,1496587729,111 +oltorf,benwhite,1496583599,1496583673,74 +oltorf,benwhite,1496600271,1496600295,24 +oltorf,benwhite,1496601583,1496601701,118 +oltorf,benwhite,1496576900,1496576981,81 +oltorf,benwhite,1496590885,1496590906,21 +oltorf,benwhite,1496583772,1496583968,196 +oltorf,benwhite,1496598677,1496598868,191 +oltorf,benwhite,1496568638,1496568788,150 +oltorf,benwhite,1496594815,1496594908,93 +oltorf,benwhite,1496599166,1496599331,165 +oltorf,benwhite,1496571316,1496571435,119 +oltorf,benwhite,1496599321,1496599322,1 +oltorf,benwhite,1496618366,1496618530,164 +oltorf,benwhite,1496575454,1496575486,32 +oltorf,benwhite,1496583831,1496583971,140 +oltorf,benwhite,1496576328,1496576344,16 +oltorf,benwhite,1496586259,1496586380,121 +oltorf,benwhite,1496589309,1496589324,15 +oltorf,benwhite,1496607375,1496607456,81 +oltorf,benwhite,1496602770,1496602898,128 +oltorf,benwhite,1496616197,1496616290,93 +oltorf,benwhite,1496598868,1496598934,66 +oltorf,benwhite,1496576529,1496576624,95 +oltorf,benwhite,1496577976,1496578084,108 +oltorf,benwhite,1496612268,1496612311,43 +oltorf,benwhite,1496577883,1496578082,199 +oltorf,benwhite,1496601841,1496601947,106 +oltorf,benwhite,1496616200,1496616282,82 +oltorf,benwhite,1496582120,1496582196,76 +oltorf,benwhite,1496608818,1496608878,60 +oltorf,benwhite,1496597072,1496597111,39 +oltorf,benwhite,1496587427,1496587448,21 +oltorf,benwhite,1496577183,1496577366,183 +oltorf,benwhite,1496585218,1496585386,168 +oltorf,benwhite,1496613145,1496613197,52 +oltorf,benwhite,1496616979,1496617095,116 +oltorf,benwhite,1496594383,1496594501,118 +oltorf,benwhite,1496588540,1496588639,99 +oltorf,benwhite,1496568304,1496568447,143 +oltorf,benwhite,1496595715,1496595811,96 +oltorf,benwhite,1496618138,1496618302,164 +oltorf,benwhite,1496571709,1496571757,48 +oltorf,benwhite,1496607495,1496607503,8 +oltorf,benwhite,1496613965,1496614098,133 +oltorf,benwhite,1496616117,1496616217,100 +oltorf,benwhite,1496595996,1496596073,77 +oltorf,benwhite,1496589547,1496589727,180 +oltorf,benwhite,1496592975,1496593167,192 +oltorf,benwhite,1496581652,1496581782,130 +oltorf,benwhite,1496599323,1496599350,27 +oltorf,benwhite,1496606301,1496606491,190 +oltorf,benwhite,1496613875,1496613944,69 +oltorf,benwhite,1496614552,1496614569,17 +oltorf,benwhite,1496593569,1496593673,104 +oltorf,benwhite,1496598279,1496598318,39 +oltorf,benwhite,1496604886,1496604996,110 +oltorf,benwhite,1496583913,1496583929,16 +oltorf,benwhite,1496568403,1496568451,48 +oltorf,benwhite,1496607881,1496608015,134 +oltorf,benwhite,1496583594,1496583647,53 +oltorf,benwhite,1496586821,1496586918,97 +oltorf,benwhite,1496592182,1496592366,184 +oltorf,benwhite,1496608266,1496608309,43 +oltorf,benwhite,1496595497,1496595689,192 +oltorf,benwhite,1496586219,1496586369,150 +oltorf,benwhite,1496581263,1496581377,114 +oltorf,benwhite,1496581881,1496582073,192 +oltorf,benwhite,1496583240,1496583334,94 +oltorf,benwhite,1496584173,1496584314,141 +oltorf,benwhite,1496568598,1496568603,5 +oltorf,benwhite,1496577055,1496577104,49 +oltorf,benwhite,1496569123,1496569289,166 +oltorf,benwhite,1496608426,1496608574,148 +oltorf,benwhite,1496596451,1496596460,9 +oltorf,benwhite,1496601246,1496601428,182 +oltorf,benwhite,1496598215,1496598374,159 +oltorf,benwhite,1496595349,1496595532,183 +oltorf,benwhite,1496594957,1496595148,191 +oltorf,benwhite,1496572016,1496572032,16 +oltorf,benwhite,1496599777,1496599869,92 +oltorf,benwhite,1496593316,1496593374,58 +oltorf,benwhite,1496595063,1496595218,155 +oltorf,benwhite,1496599041,1496599227,186 +oltorf,benwhite,1496593648,1496593798,150 +oltorf,benwhite,1496592122,1496592270,148 +oltorf,benwhite,1496576172,1496576230,58 +oltorf,benwhite,1496593281,1496593454,173 +oltorf,benwhite,1496581466,1496581512,46 +oltorf,benwhite,1496593400,1496593431,31 +oltorf,benwhite,1496601673,1496601695,22 +oltorf,benwhite,1496578221,1496578372,151 +oltorf,benwhite,1496576354,1496576509,155 +oltorf,benwhite,1496613333,1496613376,43 +oltorf,benwhite,1496603764,1496603833,69 +oltorf,benwhite,1496594737,1496594796,59 +oltorf,benwhite,1496568131,1496568132,1 +oltorf,benwhite,1496578241,1496578263,22 +oltorf,benwhite,1496616746,1496616876,130 +oltorf,benwhite,1496614577,1496614730,153 +oltorf,benwhite,1496600669,1496600708,39 +oltorf,benwhite,1496599480,1496599527,47 +oltorf,benwhite,1496610992,1496611033,41 +oltorf,benwhite,1496578964,1496579080,116 +oltorf,benwhite,1496588386,1496588422,36 +oltorf,benwhite,1496568585,1496568714,129 +oltorf,benwhite,1496571730,1496571804,74 +oltorf,benwhite,1496575787,1496575829,42 +oltorf,benwhite,1496604231,1496604317,86 +oltorf,benwhite,1496582491,1496582540,49 +oltorf,benwhite,1496594938,1496594943,5 +oltorf,benwhite,1496610347,1496610435,88 +oltorf,benwhite,1496604906,1496604945,39 +oltorf,benwhite,1496582743,1496582786,43 +oltorf,benwhite,1496588388,1496588566,178 +oltorf,benwhite,1496598289,1496598362,73 +oltorf,benwhite,1496592723,1496592753,30 +oltorf,benwhite,1496608039,1496608110,71 +oltorf,benwhite,1496602140,1496602264,124 +oltorf,benwhite,1496571970,1496572135,165 +oltorf,benwhite,1496571958,1496572016,58 +oltorf,benwhite,1496587938,1496588112,174 +oltorf,benwhite,1496593986,1496594112,126 +oltorf,benwhite,1496607825,1496607863,38 +oltorf,benwhite,1496600778,1496600955,177 +oltorf,benwhite,1496590663,1496590722,59 +oltorf,benwhite,1496588091,1496588208,117 +oltorf,benwhite,1496573114,1496573182,68 +oltorf,benwhite,1496573977,1496574129,152 +oltorf,benwhite,1496575440,1496575533,93 +oltorf,benwhite,1496602839,1496603021,182 +oltorf,benwhite,1496595331,1496595377,46 +oltorf,benwhite,1496591936,1496592066,130 +oltorf,benwhite,1496590863,1496591039,176 +oltorf,benwhite,1496609054,1496609128,74 +oltorf,benwhite,1496587948,1496588034,86 +oltorf,benwhite,1496594684,1496594758,74 +oltorf,benwhite,1496568565,1496568613,48 +oltorf,benwhite,1496568485,1496568565,80 +oltorf,benwhite,1496618391,1496618415,24 +oltorf,benwhite,1496594905,1496594999,94 +oltorf,benwhite,1496593758,1496593907,149 +oltorf,benwhite,1496607150,1496607290,140 +oltorf,benwhite,1496608374,1496608472,98 +oltorf,benwhite,1496568951,1496569112,161 +oltorf,benwhite,1496601272,1496601385,113 +oltorf,benwhite,1496590302,1496590349,47 +oltorf,benwhite,1496587790,1496587930,140 +oltorf,benwhite,1496603812,1496603833,21 +oltorf,benwhite,1496588292,1496588299,7 +oltorf,benwhite,1496584671,1496584683,12 +oltorf,benwhite,1496570405,1496570476,71 +oltorf,benwhite,1496585488,1496585498,10 +oltorf,benwhite,1496580010,1496580142,132 +oltorf,benwhite,1496572666,1496572853,187 +oltorf,benwhite,1496591063,1496591229,166 +oltorf,benwhite,1496602783,1496602869,86 +oltorf,benwhite,1496609333,1496609507,174 +oltorf,benwhite,1496588325,1496588392,67 +oltorf,benwhite,1496601933,1496602022,89 +oltorf,benwhite,1496577161,1496577264,103 +oltorf,benwhite,1496618240,1496618382,142 +oltorf,benwhite,1496576918,1496576959,41 +oltorf,benwhite,1496586119,1496586194,75 +oltorf,benwhite,1496598470,1496598483,13 +oltorf,benwhite,1496609485,1496609675,190 +oltorf,benwhite,1496610099,1496610246,147 +oltorf,benwhite,1496586520,1496586584,64 +oltorf,benwhite,1496610059,1496610166,107 +oltorf,benwhite,1496580591,1496580681,90 +oltorf,benwhite,1496586497,1496586551,54 +oltorf,benwhite,1496604578,1496604640,62 +oltorf,benwhite,1496593054,1496593224,170 +oltorf,benwhite,1496581941,1496582123,182 +oltorf,benwhite,1496601186,1496601213,27 +oltorf,benwhite,1496604922,1496604974,52 +oltorf,benwhite,1496580799,1496580971,172 +oltorf,benwhite,1496607878,1496608004,126 +oltorf,benwhite,1496583048,1496583116,68 +oltorf,benwhite,1496587078,1496587131,53 +oltorf,benwhite,1496578107,1496578286,179 +oltorf,benwhite,1496580411,1496580413,2 +oltorf,benwhite,1496608134,1496608216,82 +oltorf,benwhite,1496589481,1496589526,45 +oltorf,benwhite,1496574376,1496574407,31 +oltorf,benwhite,1496576865,1496576954,89 +oltorf,benwhite,1496592392,1496592578,186 +oltorf,benwhite,1496605850,1496605970,120 +oltorf,benwhite,1496614009,1496614097,88 +oltorf,benwhite,1496613157,1496613257,100 +oltorf,benwhite,1496615542,1496615713,171 +oltorf,benwhite,1496578276,1496578360,84 +oltorf,benwhite,1496583083,1496583187,104 +oltorf,benwhite,1496595900,1496596084,184 +oltorf,benwhite,1496576993,1496577167,174 +oltorf,benwhite,1496606772,1496606882,110 +oltorf,benwhite,1496583585,1496583603,18 +oltorf,benwhite,1496580981,1496581038,57 +oltorf,benwhite,1496587434,1496587629,195 +oltorf,benwhite,1496615369,1496615393,24 +oltorf,benwhite,1496588373,1496588550,177 +oltorf,benwhite,1496577626,1496577756,130 +oltorf,benwhite,1496581465,1496581617,152 +oltorf,benwhite,1496606364,1496606536,172 +oltorf,benwhite,1496598700,1496598874,174 +oltorf,benwhite,1496576688,1496576862,174 +oltorf,benwhite,1496610118,1496610266,148 +oltorf,benwhite,1496576521,1496576560,39 +oltorf,benwhite,1496576330,1496576514,184 +oltorf,benwhite,1496569881,1496569995,114 +oltorf,benwhite,1496578262,1496578412,150 +oltorf,benwhite,1496601281,1496601313,32 +oltorf,benwhite,1496615729,1496615853,124 +oltorf,benwhite,1496574547,1496574560,13 +oltorf,benwhite,1496593807,1496593938,131 +oltorf,benwhite,1496614565,1496614665,100 +oltorf,benwhite,1496575392,1496575541,149 +oltorf,benwhite,1496608748,1496608809,61 +oltorf,benwhite,1496598690,1496598788,98 +oltorf,benwhite,1496589562,1496589682,120 +oltorf,benwhite,1496578214,1496578274,60 +oltorf,benwhite,1496593129,1496593294,165 +oltorf,benwhite,1496597890,1496597969,79 +oltorf,benwhite,1496578889,1496578974,85 +oltorf,benwhite,1496612827,1496612949,122 +oltorf,benwhite,1496576661,1496576788,127 +oltorf,benwhite,1496615535,1496615562,27 +oltorf,benwhite,1496603922,1496604008,86 +oltorf,benwhite,1496592410,1496592452,42 +oltorf,benwhite,1496613180,1496613369,189 +oltorf,benwhite,1496602837,1496602885,48 +oltorf,benwhite,1496575943,1496576033,90 +oltorf,benwhite,1496595412,1496595417,5 +oltorf,benwhite,1496589885,1496589986,101 +oltorf,benwhite,1496614173,1496614214,41 +oltorf,benwhite,1496594234,1496594289,55 +oltorf,benwhite,1496600953,1496601069,116 +oltorf,benwhite,1496571099,1496571181,82 +oltorf,benwhite,1496593765,1496593806,41 +oltorf,benwhite,1496581668,1496581787,119 +oltorf,benwhite,1496598192,1496598229,37 +oltorf,benwhite,1496600516,1496600581,65 +oltorf,benwhite,1496578053,1496578097,44 +oltorf,benwhite,1496617555,1496617681,126 +oltorf,benwhite,1496592756,1496592869,113 +oltorf,benwhite,1496576245,1496576379,134 +oltorf,benwhite,1496592008,1496592089,81 +oltorf,benwhite,1496587440,1496587512,72 +oltorf,benwhite,1496582228,1496582262,34 +oltorf,benwhite,1496582035,1496582066,31 +oltorf,benwhite,1496572897,1496572935,38 +oltorf,benwhite,1496581194,1496581362,168 +oltorf,benwhite,1496594731,1496594910,179 +oltorf,benwhite,1496616238,1496616392,154 +oltorf,benwhite,1496590270,1496590309,39 +oltorf,benwhite,1496618065,1496618178,113 +oltorf,benwhite,1496570785,1496570786,1 +oltorf,benwhite,1496606021,1496606135,114 +oltorf,benwhite,1496604738,1496604927,189 +oltorf,benwhite,1496579338,1496579347,9 +oltorf,benwhite,1496595891,1496595918,27 +oltorf,benwhite,1496612575,1496612597,22 +oltorf,benwhite,1496605966,1496606156,190 +oltorf,benwhite,1496577658,1496577666,8 +oltorf,benwhite,1496598055,1496598204,149 +oltorf,benwhite,1496581061,1496581255,194 +oltorf,benwhite,1496581972,1496582103,131 +oltorf,benwhite,1496598192,1496598267,75 +oltorf,benwhite,1496577039,1496577218,179 +oltorf,benwhite,1496574097,1496574133,36 +oltorf,benwhite,1496613819,1496613955,136 +oltorf,benwhite,1496616204,1496616297,93 +oltorf,benwhite,1496588479,1496588601,122 +oltorf,benwhite,1496580088,1496580182,94 +oltorf,benwhite,1496607528,1496607540,12 +oltorf,benwhite,1496586516,1496586610,94 +oltorf,benwhite,1496602902,1496602958,56 +oltorf,benwhite,1496599029,1496599099,70 +oltorf,benwhite,1496597331,1496597445,114 +oltorf,benwhite,1496588927,1496589043,116 +oltorf,benwhite,1496613831,1496613854,23 +oltorf,benwhite,1496569107,1496569299,192 +oltorf,benwhite,1496574984,1496575066,82 +oltorf,benwhite,1496615776,1496615873,97 +oltorf,benwhite,1496615588,1496615649,61 +oltorf,benwhite,1496594148,1496594252,104 +oltorf,benwhite,1496585776,1496585915,139 +oltorf,benwhite,1496592654,1496592700,46 +oltorf,benwhite,1496591548,1496591640,92 +oltorf,benwhite,1496606200,1496606269,69 +oltorf,benwhite,1496613116,1496613183,67 +oltorf,benwhite,1496598119,1496598195,76 +oltorf,benwhite,1496577032,1496577145,113 +oltorf,benwhite,1496575910,1496576028,118 +oltorf,benwhite,1496591265,1496591279,14 +oltorf,benwhite,1496613477,1496613626,149 +oltorf,benwhite,1496601152,1496601297,145 +oltorf,benwhite,1496574525,1496574586,61 +oltorf,benwhite,1496601844,1496601851,7 +oltorf,benwhite,1496588115,1496588263,148 +oltorf,benwhite,1496604216,1496604269,53 +oltorf,benwhite,1496615307,1496615354,47 +oltorf,benwhite,1496577404,1496577463,59 +oltorf,benwhite,1496584633,1496584734,101 +oltorf,benwhite,1496606344,1496606459,115 +oltorf,benwhite,1496594989,1496595134,145 +oltorf,benwhite,1496615497,1496615634,137 +oltorf,benwhite,1496612408,1496612422,14 +oltorf,benwhite,1496608915,1496608973,58 +oltorf,benwhite,1496569227,1496569414,187 +oltorf,benwhite,1496582568,1496582721,153 +oltorf,benwhite,1496577537,1496577679,142 +oltorf,benwhite,1496578770,1496578888,118 +oltorf,benwhite,1496590588,1496590622,34 +oltorf,benwhite,1496602669,1496602719,50 +oltorf,benwhite,1496576129,1496576174,45 +oltorf,benwhite,1496586137,1496586236,99 +oltorf,benwhite,1496596896,1496597004,108 +oltorf,benwhite,1496585324,1496585341,17 +oltorf,benwhite,1496613513,1496613695,182 +oltorf,benwhite,1496605600,1496605715,115 +oltorf,benwhite,1496593000,1496593056,56 +oltorf,benwhite,1496599464,1496599566,102 +oltorf,benwhite,1496600299,1496600481,182 +oltorf,benwhite,1496580019,1496580076,57 +oltorf,benwhite,1496587999,1496588122,123 +oltorf,benwhite,1496572119,1496572232,113 +oltorf,benwhite,1496597182,1496597189,7 +oltorf,benwhite,1496569526,1496569534,8 +oltorf,benwhite,1496593591,1496593718,127 +oltorf,benwhite,1496603762,1496603852,90 +oltorf,benwhite,1496598282,1496598398,116 +oltorf,benwhite,1496615119,1496615312,193 +oltorf,benwhite,1496614034,1496614182,148 +oltorf,benwhite,1496579771,1496579786,15 +oltorf,benwhite,1496592642,1496592758,116 +oltorf,benwhite,1496582890,1496583029,139 +oltorf,benwhite,1496591101,1496591139,38 +oltorf,benwhite,1496610875,1496611004,129 +oltorf,benwhite,1496584956,1496584973,17 +oltorf,benwhite,1496593383,1496593557,174 +oltorf,benwhite,1496612950,1496613092,142 +oltorf,benwhite,1496578664,1496578777,113 +oltorf,benwhite,1496575155,1496575280,125 +oltorf,benwhite,1496617524,1496617622,98 +oltorf,benwhite,1496585376,1496585388,12 +oltorf,benwhite,1496599050,1496599150,100 +oltorf,benwhite,1496616603,1496616797,194 +oltorf,benwhite,1496596353,1496596413,60 +oltorf,benwhite,1496606232,1496606306,74 +oltorf,benwhite,1496616738,1496616865,127 +oltorf,benwhite,1496614776,1496614974,198 +oltorf,benwhite,1496614931,1496614944,13 +oltorf,benwhite,1496611079,1496611080,1 +oltorf,benwhite,1496581623,1496581673,50 +oltorf,benwhite,1496587403,1496587547,144 +oltorf,benwhite,1496592777,1496592835,58 +oltorf,benwhite,1496589235,1496589290,55 +oltorf,benwhite,1496570382,1496570510,128 +oltorf,benwhite,1496611400,1496611529,129 +oltorf,benwhite,1496593770,1496593900,130 +oltorf,benwhite,1496576478,1496576637,159 +oltorf,benwhite,1496577985,1496578025,40 +oltorf,benwhite,1496577862,1496577906,44 +oltorf,benwhite,1496607654,1496607832,178 +oltorf,benwhite,1496607240,1496607357,117 +oltorf,benwhite,1496607879,1496607927,48 +oltorf,benwhite,1496577100,1496577196,96 +oltorf,benwhite,1496575401,1496575448,47 +oltorf,benwhite,1496569751,1496569754,3 +oltorf,benwhite,1496584710,1496584722,12 +oltorf,benwhite,1496582307,1496582326,19 +oltorf,benwhite,1496609778,1496609956,178 +oltorf,benwhite,1496587022,1496587096,74 +oltorf,benwhite,1496576797,1496576806,9 +oltorf,benwhite,1496611655,1496611710,55 +oltorf,benwhite,1496602864,1496602885,21 +oltorf,benwhite,1496611017,1496611157,140 +oltorf,benwhite,1496607571,1496607726,155 +oltorf,benwhite,1496616626,1496616673,47 +oltorf,benwhite,1496610732,1496610766,34 +oltorf,benwhite,1496610535,1496610539,4 +oltorf,benwhite,1496589464,1496589518,54 +oltorf,benwhite,1496595660,1496595848,188 +oltorf,benwhite,1496582664,1496582857,193 +oltorf,benwhite,1496571932,1496572052,120 +oltorf,benwhite,1496599364,1496599480,116 +oltorf,benwhite,1496596109,1496596125,16 +oltorf,benwhite,1496600458,1496600535,77 +oltorf,benwhite,1496572833,1496572963,130 +oltorf,benwhite,1496595590,1496595672,82 +oltorf,benwhite,1496600637,1496600820,183 +oltorf,benwhite,1496568920,1496568937,17 +oltorf,benwhite,1496609962,1496610134,172 +oltorf,benwhite,1496568568,1496568585,17 +oltorf,benwhite,1496568841,1496568868,27 +oltorf,benwhite,1496604182,1496604304,122 +oltorf,benwhite,1496609299,1496609346,47 +oltorf,benwhite,1496607698,1496607882,184 +oltorf,benwhite,1496603974,1496604110,136 +oltorf,benwhite,1496574224,1496574412,188 +oltorf,benwhite,1496577516,1496577559,43 +oltorf,benwhite,1496594406,1496594489,83 +oltorf,benwhite,1496579509,1496579644,135 +oltorf,benwhite,1496580190,1496580250,60 +oltorf,benwhite,1496570840,1496570846,6 +oltorf,benwhite,1496608779,1496608887,108 +oltorf,benwhite,1496598426,1496598485,59 +oltorf,benwhite,1496615944,1496616143,199 +oltorf,benwhite,1496598419,1496598526,107 +oltorf,benwhite,1496595750,1496595807,57 +oltorf,benwhite,1496578817,1496579013,196 +oltorf,benwhite,1496595897,1496596089,192 +oltorf,benwhite,1496602377,1496602547,170 +oltorf,benwhite,1496600139,1496600206,67 +oltorf,benwhite,1496589567,1496589659,92 +oltorf,benwhite,1496571866,1496572034,168 +oltorf,benwhite,1496606187,1496606361,174 +oltorf,benwhite,1496602559,1496602600,41 +oltorf,benwhite,1496582326,1496582497,171 +oltorf,benwhite,1496579765,1496579871,106 +oltorf,benwhite,1496591305,1496591397,92 +oltorf,benwhite,1496592209,1496592362,153 +oltorf,benwhite,1496586086,1496586196,110 +oltorf,benwhite,1496600096,1496600172,76 +oltorf,benwhite,1496596153,1496596265,112 +oltorf,benwhite,1496611313,1496611485,172 +oltorf,benwhite,1496590310,1496590353,43 +oltorf,benwhite,1496602386,1496602566,180 +oltorf,benwhite,1496580547,1496580675,128 +oltorf,benwhite,1496583133,1496583157,24 +oltorf,benwhite,1496602611,1496602733,122 +oltorf,benwhite,1496585992,1496586038,46 +oltorf,benwhite,1496574977,1496575119,142 +oltorf,benwhite,1496600161,1496600308,147 +oltorf,benwhite,1496608434,1496608563,129 +oltorf,benwhite,1496579589,1496579631,42 +oltorf,benwhite,1496611549,1496611607,58 +oltorf,benwhite,1496587002,1496587162,160 +oltorf,benwhite,1496596773,1496596792,19 +oltorf,benwhite,1496587563,1496587640,77 +oltorf,benwhite,1496599428,1496599539,111 +oltorf,benwhite,1496602047,1496602101,54 +oltorf,benwhite,1496615678,1496615778,100 +oltorf,benwhite,1496582385,1496582471,86 +oltorf,benwhite,1496587185,1496587358,173 +oltorf,benwhite,1496589842,1496590033,191 +oltorf,benwhite,1496569989,1496570060,71 +oltorf,benwhite,1496568267,1496568395,128 +oltorf,benwhite,1496616909,1496617023,114 +oltorf,benwhite,1496615384,1496615494,110 +oltorf,benwhite,1496577145,1496577284,139 +oltorf,benwhite,1496585216,1496585324,108 +oltorf,benwhite,1496612708,1496612880,172 +oltorf,benwhite,1496600660,1496600844,184 +oltorf,benwhite,1496582306,1496582482,176 +oltorf,benwhite,1496601388,1496601411,23 +oltorf,benwhite,1496617409,1496617528,119 +oltorf,benwhite,1496579361,1496579375,14 +oltorf,benwhite,1496614505,1496614550,45 +oltorf,benwhite,1496587753,1496587936,183 +oltorf,benwhite,1496581634,1496581681,47 +oltorf,benwhite,1496600609,1496600761,152 +oltorf,benwhite,1496583132,1496583217,85 +oltorf,benwhite,1496595465,1496595598,133 +oltorf,benwhite,1496580260,1496580297,37 +oltorf,benwhite,1496609869,1496609885,16 +oltorf,benwhite,1496593145,1496593323,178 +oltorf,benwhite,1496571500,1496571569,69 +oltorf,benwhite,1496584733,1496584925,192 +oltorf,benwhite,1496605016,1496605149,133 +oltorf,benwhite,1496573800,1496573892,92 +oltorf,benwhite,1496598651,1496598739,88 +oltorf,benwhite,1496582975,1496583089,114 +oltorf,benwhite,1496591968,1496592003,35 +oltorf,benwhite,1496600276,1496600289,13 +oltorf,benwhite,1496579198,1496579329,131 +oltorf,benwhite,1496609207,1496609374,167 +oltorf,benwhite,1496606002,1496606142,140 +oltorf,benwhite,1496572479,1496572566,87 +oltorf,benwhite,1496568590,1496568609,19 +oltorf,benwhite,1496612347,1496612477,130 +oltorf,benwhite,1496588207,1496588284,77 +oltorf,benwhite,1496584282,1496584406,124 +oltorf,benwhite,1496614278,1496614372,94 +oltorf,benwhite,1496573896,1496574024,128 +oltorf,benwhite,1496595115,1496595193,78 +oltorf,benwhite,1496600589,1496600696,107 +oltorf,benwhite,1496605138,1496605139,1 +oltorf,benwhite,1496571474,1496571498,24 +oltorf,benwhite,1496581280,1496581294,14 +oltorf,benwhite,1496590761,1496590878,117 +oltorf,benwhite,1496617160,1496617293,133 +oltorf,benwhite,1496584504,1496584555,51 +oltorf,benwhite,1496597093,1496597198,105 +oltorf,benwhite,1496598218,1496598291,73 +oltorf,benwhite,1496605870,1496605960,90 +oltorf,benwhite,1496617725,1496617838,113 +oltorf,benwhite,1496580765,1496580772,7 +oltorf,benwhite,1496607230,1496607423,193 +oltorf,benwhite,1496599713,1496599887,174 +oltorf,benwhite,1496599521,1496599690,169 +oltorf,benwhite,1496590169,1496590316,147 +oltorf,benwhite,1496611924,1496612095,171 +oltorf,benwhite,1496596875,1496596966,91 +oltorf,benwhite,1496608050,1496608187,137 +oltorf,benwhite,1496570524,1496570606,82 +oltorf,benwhite,1496604897,1496605081,184 +oltorf,benwhite,1496581738,1496581908,170 +oltorf,benwhite,1496600490,1496600501,11 +oltorf,benwhite,1496618110,1496618244,134 +oltorf,benwhite,1496611042,1496611073,31 +oltorf,benwhite,1496589267,1496589289,22 +oltorf,benwhite,1496582037,1496582113,76 +oltorf,benwhite,1496578298,1496578347,49 +oltorf,benwhite,1496602861,1496602918,57 +oltorf,benwhite,1496609714,1496609745,31 +oltorf,benwhite,1496574589,1496574627,38 +oltorf,benwhite,1496602381,1496602457,76 +oltorf,benwhite,1496570087,1496570283,196 +oltorf,benwhite,1496610405,1496610472,67 +oltorf,benwhite,1496594055,1496594055,0 +oltorf,benwhite,1496595390,1496595419,29 +oltorf,benwhite,1496570123,1496570211,88 +oltorf,benwhite,1496612803,1496612860,57 +oltorf,benwhite,1496617828,1496617941,113 +oltorf,benwhite,1496608100,1496608236,136 +oltorf,benwhite,1496580985,1496580988,3 +oltorf,benwhite,1496601756,1496601870,114 +oltorf,benwhite,1496607635,1496607814,179 +oltorf,benwhite,1496595686,1496595786,100 +oltorf,benwhite,1496608548,1496608648,100 +oltorf,benwhite,1496573096,1496573202,106 +oltorf,benwhite,1496594346,1496594377,31 +oltorf,benwhite,1496600660,1496600706,46 +oltorf,benwhite,1496575587,1496575764,177 +oltorf,benwhite,1496613811,1496613957,146 +oltorf,benwhite,1496589513,1496589582,69 +oltorf,benwhite,1496616467,1496616494,27 +oltorf,benwhite,1496577050,1496577193,143 +oltorf,benwhite,1496592342,1496592537,195 +oltorf,benwhite,1496584643,1496584814,171 +oltorf,benwhite,1496575467,1496575518,51 +oltorf,benwhite,1496602065,1496602170,105 +oltorf,benwhite,1496606888,1496606946,58 +oltorf,benwhite,1496615425,1496615433,8 +oltorf,benwhite,1496611729,1496611889,160 +oltorf,benwhite,1496611605,1496611671,66 +oltorf,benwhite,1496605353,1496605472,119 +oltorf,benwhite,1496585054,1496585103,49 +oltorf,benwhite,1496570362,1496570388,26 +oltorf,benwhite,1496605990,1496606167,177 +oltorf,benwhite,1496570427,1496570512,85 +oltorf,benwhite,1496583012,1496583054,42 +oltorf,benwhite,1496607295,1496607324,29 +oltorf,benwhite,1496613753,1496613788,35 +oltorf,benwhite,1496573133,1496573278,145 +oltorf,benwhite,1496586574,1496586606,32 +oltorf,benwhite,1496602731,1496602903,172 +oltorf,benwhite,1496581097,1496581243,146 +oltorf,benwhite,1496589054,1496589075,21 +oltorf,benwhite,1496572616,1496572717,101 +oltorf,benwhite,1496570735,1496570803,68 +oltorf,benwhite,1496608208,1496608288,80 +oltorf,benwhite,1496599785,1496599857,72 +oltorf,benwhite,1496589858,1496589931,73 +oltorf,benwhite,1496599605,1496599737,132 +oltorf,benwhite,1496613801,1496613875,74 +oltorf,benwhite,1496599597,1496599779,182 +oltorf,benwhite,1496580476,1496580550,74 +oltorf,benwhite,1496598741,1496598853,112 +oltorf,benwhite,1496583980,1496584078,98 +oltorf,benwhite,1496591377,1496591537,160 +oltorf,benwhite,1496600171,1496600257,86 +oltorf,benwhite,1496577996,1496578126,130 +oltorf,benwhite,1496601661,1496601702,41 +oltorf,benwhite,1496569063,1496569179,116 +oltorf,benwhite,1496571426,1496571448,22 +oltorf,benwhite,1496605974,1496605994,20 +oltorf,benwhite,1496582051,1496582095,44 +oltorf,benwhite,1496606642,1496606768,126 +oltorf,benwhite,1496615176,1496615184,8 +oltorf,benwhite,1496571984,1496572135,151 +oltorf,benwhite,1496590973,1496590999,26 +oltorf,benwhite,1496588278,1496588327,49 +oltorf,benwhite,1496605410,1496605595,185 +oltorf,benwhite,1496605060,1496605248,188 +oltorf,benwhite,1496574838,1496574962,124 +oltorf,benwhite,1496598747,1496598760,13 +oltorf,benwhite,1496608123,1496608223,100 +oltorf,benwhite,1496578646,1496578708,62 +oltorf,benwhite,1496610837,1496610873,36 +oltorf,benwhite,1496586433,1496586550,117 +oltorf,benwhite,1496610465,1496610541,76 +oltorf,benwhite,1496587602,1496587687,85 +oltorf,benwhite,1496578672,1496578871,199 +oltorf,benwhite,1496610929,1496610990,61 +oltorf,benwhite,1496591515,1496591700,185 +oltorf,benwhite,1496594373,1496594531,158 +oltorf,benwhite,1496596927,1496597123,196 +oltorf,benwhite,1496609273,1496609448,175 +oltorf,benwhite,1496607733,1496607847,114 +oltorf,benwhite,1496610370,1496610420,50 +oltorf,benwhite,1496572531,1496572686,155 +oltorf,benwhite,1496591693,1496591721,28 +oltorf,benwhite,1496586046,1496586169,123 +oltorf,benwhite,1496573196,1496573343,147 +oltorf,benwhite,1496590127,1496590183,56 +oltorf,benwhite,1496613589,1496613745,156 +oltorf,benwhite,1496602105,1496602266,161 +oltorf,benwhite,1496579256,1496579394,138 +oltorf,benwhite,1496588215,1496588330,115 +oltorf,benwhite,1496572926,1496573009,83 +oltorf,benwhite,1496611642,1496611755,113 +oltorf,benwhite,1496570369,1496570382,13 +oltorf,benwhite,1496608580,1496608611,31 +oltorf,benwhite,1496610187,1496610231,44 +oltorf,benwhite,1496577193,1496577203,10 +oltorf,benwhite,1496569543,1496569600,57 +oltorf,benwhite,1496579796,1496579860,64 +oltorf,benwhite,1496598105,1496598288,183 +oltorf,benwhite,1496576003,1496576073,70 +oltorf,benwhite,1496612013,1496612158,145 +oltorf,benwhite,1496589911,1496590009,98 +oltorf,benwhite,1496611563,1496611746,183 +oltorf,benwhite,1496613519,1496613584,65 +oltorf,benwhite,1496614780,1496614901,121 +oltorf,benwhite,1496604049,1496604133,84 +oltorf,benwhite,1496606155,1496606220,65 +oltorf,benwhite,1496586865,1496586997,132 +oltorf,benwhite,1496601548,1496601706,158 +oltorf,benwhite,1496597644,1496597705,61 +oltorf,benwhite,1496571220,1496571383,163 +oltorf,benwhite,1496585058,1496585102,44 +oltorf,benwhite,1496596472,1496596581,109 +oltorf,benwhite,1496572113,1496572298,185 +oltorf,benwhite,1496571839,1496571915,76 +oltorf,benwhite,1496579520,1496579546,26 +oltorf,benwhite,1496582430,1496582540,110 +oltorf,benwhite,1496588150,1496588332,182 +oltorf,benwhite,1496582946,1496583014,68 +oltorf,benwhite,1496607825,1496607897,72 +oltorf,benwhite,1496605602,1496605783,181 +oltorf,benwhite,1496593495,1496593533,38 +oltorf,benwhite,1496606033,1496606188,155 +oltorf,benwhite,1496589615,1496589721,106 +oltorf,benwhite,1496599514,1496599576,62 +oltorf,benwhite,1496616910,1496617027,117 +oltorf,benwhite,1496588735,1496588832,97 +oltorf,benwhite,1496590197,1496590367,170 +oltorf,benwhite,1496614021,1496614185,164 +oltorf,benwhite,1496578152,1496578307,155 +oltorf,benwhite,1496588932,1496589041,109 +oltorf,benwhite,1496611678,1496611877,199 +oltorf,benwhite,1496605860,1496605930,70 +oltorf,benwhite,1496575954,1496576056,102 +oltorf,benwhite,1496570213,1496570244,31 +oltorf,benwhite,1496578624,1496578725,101 +oltorf,benwhite,1496585243,1496585427,184 +oltorf,benwhite,1496584158,1496584259,101 +oltorf,benwhite,1496586379,1496586438,59 +oltorf,benwhite,1496579563,1496579631,68 +oltorf,benwhite,1496587072,1496587136,64 +oltorf,benwhite,1496602516,1496602656,140 +oltorf,benwhite,1496594914,1496594936,22 +oltorf,benwhite,1496584801,1496584881,80 +oltorf,benwhite,1496583959,1496584017,58 +oltorf,benwhite,1496597703,1496597716,13 +oltorf,benwhite,1496615593,1496615630,37 +oltorf,benwhite,1496582013,1496582077,64 +oltorf,benwhite,1496585260,1496585275,15 +oltorf,benwhite,1496583511,1496583643,132 +oltorf,benwhite,1496607644,1496607666,22 +oltorf,benwhite,1496594527,1496594550,23 +oltorf,benwhite,1496601336,1496601364,28 +oltorf,benwhite,1496602815,1496602856,41 +oltorf,benwhite,1496604330,1496604389,59 +oltorf,benwhite,1496603669,1496603749,80 +oltorf,benwhite,1496616460,1496616612,152 +oltorf,benwhite,1496585749,1496585844,95 +oltorf,benwhite,1496568746,1496568859,113 +oltorf,benwhite,1496617160,1496617185,25 +oltorf,benwhite,1496598576,1496598723,147 +oltorf,benwhite,1496611704,1496611727,23 +oltorf,benwhite,1496591134,1496591168,34 +oltorf,benwhite,1496591679,1496591784,105 +oltorf,benwhite,1496586634,1496586657,23 +oltorf,benwhite,1496578055,1496578062,7 +oltorf,benwhite,1496614836,1496614838,2 +oltorf,benwhite,1496612339,1496612461,122 +oltorf,benwhite,1496593587,1496593653,66 +oltorf,benwhite,1496613089,1496613253,164 +oltorf,benwhite,1496612891,1496613020,129 +oltorf,benwhite,1496598154,1496598261,107 +oltorf,benwhite,1496570145,1496570203,58 +oltorf,benwhite,1496570570,1496570664,94 +oltorf,benwhite,1496569622,1496569711,89 +oltorf,benwhite,1496590092,1496590274,182 +oltorf,benwhite,1496605605,1496605653,48 +oltorf,benwhite,1496570719,1496570750,31 +oltorf,benwhite,1496578075,1496578148,73 +oltorf,benwhite,1496583485,1496583651,166 +oltorf,benwhite,1496571833,1496571987,154 +oltorf,benwhite,1496598231,1496598332,101 +oltorf,benwhite,1496583371,1496583515,144 +oltorf,benwhite,1496579014,1496579198,184 +oltorf,benwhite,1496613811,1496613904,93 +oltorf,benwhite,1496609884,1496609907,23 +oltorf,benwhite,1496587228,1496587366,138 +oltorf,benwhite,1496572532,1496572676,144 +oltorf,benwhite,1496579155,1496579219,64 +oltorf,benwhite,1496618446,1496618622,176 +oltorf,benwhite,1496572504,1496572563,59 +oltorf,benwhite,1496578174,1496578191,17 +oltorf,benwhite,1496606878,1496607015,137 +oltorf,benwhite,1496601160,1496601269,109 +oltorf,benwhite,1496609486,1496609570,84 +oltorf,benwhite,1496598019,1496598199,180 +oltorf,benwhite,1496615415,1496615419,4 +oltorf,benwhite,1496588987,1496589022,35 +oltorf,benwhite,1496617963,1496617988,25 +oltorf,benwhite,1496584300,1496584401,101 +oltorf,benwhite,1496589004,1496589167,163 +oltorf,benwhite,1496604087,1496604110,23 +oltorf,benwhite,1496578954,1496578992,38 +oltorf,benwhite,1496587830,1496587983,153 +oltorf,benwhite,1496600007,1496600149,142 +oltorf,benwhite,1496610722,1496610818,96 +oltorf,benwhite,1496605382,1496605483,101 +oltorf,benwhite,1496584167,1496584245,78 +oltorf,benwhite,1496606537,1496606558,21 +oltorf,benwhite,1496586668,1496586814,146 +oltorf,benwhite,1496594859,1496594951,92 +oltorf,benwhite,1496589508,1496589686,178 +oltorf,benwhite,1496582203,1496582371,168 +oltorf,benwhite,1496602853,1496602896,43 +oltorf,benwhite,1496599725,1496599802,77 +oltorf,benwhite,1496610500,1496610538,38 +oltorf,benwhite,1496607683,1496607753,70 +oltorf,benwhite,1496581447,1496581582,135 +oltorf,benwhite,1496604444,1496604457,13 +oltorf,benwhite,1496573946,1496573959,13 +oltorf,benwhite,1496578123,1496578162,39 +oltorf,benwhite,1496618287,1496618314,27 +oltorf,benwhite,1496579279,1496579357,78 +oltorf,benwhite,1496614074,1496614254,180 +oltorf,benwhite,1496583980,1496584136,156 +oltorf,benwhite,1496573223,1496573362,139 +oltorf,benwhite,1496581278,1496581455,177 +oltorf,benwhite,1496605562,1496605562,0 +oltorf,benwhite,1496618250,1496618338,88 +oltorf,benwhite,1496574405,1496574443,38 +oltorf,benwhite,1496580132,1496580133,1 +oltorf,benwhite,1496572824,1496572835,11 +oltorf,benwhite,1496600468,1496600541,73 +oltorf,benwhite,1496577611,1496577654,43 +oltorf,benwhite,1496608902,1496608984,82 +oltorf,benwhite,1496593696,1496593883,187 +oltorf,benwhite,1496590348,1496590396,48 +oltorf,benwhite,1496584488,1496584650,162 +oltorf,benwhite,1496601916,1496602043,127 +oltorf,benwhite,1496588152,1496588157,5 +oltorf,benwhite,1496578182,1496578357,175 +oltorf,benwhite,1496617017,1496617129,112 +oltorf,benwhite,1496584011,1496584057,46 +oltorf,benwhite,1496616244,1496616332,88 +oltorf,benwhite,1496597544,1496597640,96 +oltorf,benwhite,1496607689,1496607743,54 +oltorf,benwhite,1496600555,1496600606,51 +oltorf,benwhite,1496612344,1496612454,110 +oltorf,benwhite,1496569918,1496569959,41 +oltorf,benwhite,1496583431,1496583497,66 +oltorf,benwhite,1496587250,1496587362,112 +oltorf,benwhite,1496580073,1496580124,51 +oltorf,benwhite,1496582589,1496582691,102 +oltorf,benwhite,1496570807,1496570904,97 +oltorf,benwhite,1496589302,1496589391,89 +oltorf,benwhite,1496579832,1496579913,81 +oltorf,benwhite,1496594301,1496594429,128 +oltorf,benwhite,1496570319,1496570367,48 +oltorf,benwhite,1496596574,1496596597,23 +oltorf,benwhite,1496589182,1496589231,49 +oltorf,benwhite,1496589988,1496590180,192 +oltorf,benwhite,1496586583,1496586636,53 +oltorf,benwhite,1496601038,1496601194,156 +oltorf,benwhite,1496606370,1496606383,13 +oltorf,benwhite,1496606166,1496606283,117 +oltorf,benwhite,1496601695,1496601867,172 +oltorf,benwhite,1496599878,1496599966,88 +oltorf,benwhite,1496570654,1496570807,153 +oltorf,benwhite,1496601026,1496601185,159 +oltorf,benwhite,1496603368,1496603469,101 +oltorf,benwhite,1496585150,1496585309,159 +oltorf,benwhite,1496599446,1496599451,5 +oltorf,benwhite,1496585873,1496585903,30 +oltorf,benwhite,1496572020,1496572040,20 +oltorf,benwhite,1496569877,1496569905,28 +oltorf,benwhite,1496572325,1496572431,106 +oltorf,benwhite,1496607019,1496607047,28 +oltorf,benwhite,1496581842,1496581988,146 +oltorf,benwhite,1496601644,1496601707,63 +oltorf,benwhite,1496583207,1496583241,34 +oltorf,benwhite,1496568264,1496568330,66 +oltorf,benwhite,1496576185,1496576329,144 +oltorf,benwhite,1496602392,1496602509,117 +oltorf,benwhite,1496597854,1496597862,8 +oltorf,benwhite,1496578285,1496578367,82 +oltorf,benwhite,1496575666,1496575776,110 +oltorf,benwhite,1496607657,1496607823,166 +oltorf,benwhite,1496575605,1496575679,74 +oltorf,benwhite,1496568138,1496568244,106 +oltorf,benwhite,1496584793,1496584797,4 +oltorf,benwhite,1496613299,1496613405,106 +oltorf,benwhite,1496603195,1496603302,107 +oltorf,benwhite,1496614119,1496614294,175 +oltorf,benwhite,1496605635,1496605707,72 +oltorf,benwhite,1496578924,1496578950,26 +oltorf,benwhite,1496612956,1496613055,99 +oltorf,benwhite,1496584324,1496584489,165 +oltorf,benwhite,1496612860,1496612949,89 +oltorf,benwhite,1496604940,1496605131,191 +oltorf,benwhite,1496577190,1496577326,136 +oltorf,benwhite,1496587561,1496587691,130 +oltorf,benwhite,1496597295,1496597381,86 +oltorf,benwhite,1496589697,1496589828,131 +oltorf,benwhite,1496590414,1496590565,151 +oltorf,benwhite,1496599554,1496599597,43 +oltorf,benwhite,1496595102,1496595126,24 +oltorf,benwhite,1496591739,1496591746,7 +oltorf,benwhite,1496603672,1496603808,136 +oltorf,benwhite,1496592391,1496592563,172 +oltorf,benwhite,1496607815,1496607887,72 +oltorf,benwhite,1496588478,1496588543,65 +oltorf,benwhite,1496608196,1496608284,88 +oltorf,benwhite,1496588307,1496588494,187 +oltorf,benwhite,1496584367,1496584377,10 +oltorf,benwhite,1496581606,1496581629,23 +oltorf,benwhite,1496598973,1496599103,130 +oltorf,benwhite,1496614687,1496614697,10 +oltorf,benwhite,1496617794,1496617861,67 +oltorf,benwhite,1496612286,1496612434,148 +oltorf,benwhite,1496597888,1496597903,15 +oltorf,benwhite,1496586463,1496586591,128 +oltorf,benwhite,1496581877,1496582016,139 +oltorf,benwhite,1496569936,1496570088,152 +oltorf,benwhite,1496576299,1496576319,20 +oltorf,benwhite,1496609883,1496610013,130 +oltorf,benwhite,1496597088,1496597248,160 +oltorf,benwhite,1496576798,1496576833,35 +oltorf,benwhite,1496590232,1496590417,185 +oltorf,benwhite,1496575074,1496575110,36 +oltorf,benwhite,1496584072,1496584262,190 +oltorf,benwhite,1496593244,1496593269,25 +oltorf,benwhite,1496588812,1496588982,170 +oltorf,benwhite,1496589997,1496590030,33 +oltorf,benwhite,1496589661,1496589840,179 +oltorf,benwhite,1496578568,1496578747,179 +oltorf,benwhite,1496608576,1496608600,24 +oltorf,benwhite,1496603488,1496603647,159 +oltorf,benwhite,1496595766,1496595862,96 +oltorf,benwhite,1496601124,1496601240,116 +oltorf,benwhite,1496575929,1496576084,155 +oltorf,benwhite,1496581471,1496581555,84 +oltorf,benwhite,1496592364,1496592379,15 +oltorf,benwhite,1496575462,1496575488,26 +oltorf,benwhite,1496583993,1496584159,166 +oltorf,benwhite,1496593338,1496593439,101 +oltorf,benwhite,1496603590,1496603623,33 +oltorf,benwhite,1496600753,1496600798,45 +oltorf,benwhite,1496597603,1496597672,69 +oltorf,benwhite,1496580112,1496580168,56 +oltorf,benwhite,1496579203,1496579303,100 +oltorf,benwhite,1496592381,1496592549,168 +oltorf,benwhite,1496618047,1496618121,74 +oltorf,benwhite,1496614250,1496614358,108 +oltorf,benwhite,1496569709,1496569892,183 +oltorf,benwhite,1496600423,1496600617,194 +oltorf,benwhite,1496572759,1496572820,61 +oltorf,benwhite,1496590607,1496590726,119 +oltorf,benwhite,1496574809,1496574929,120 +oltorf,benwhite,1496602592,1496602754,162 +oltorf,benwhite,1496568303,1496568414,111 +oltorf,benwhite,1496575253,1496575444,191 +oltorf,benwhite,1496581871,1496581887,16 +oltorf,benwhite,1496591449,1496591507,58 +oltorf,benwhite,1496571478,1496571509,31 +oltorf,benwhite,1496572307,1496572325,18 +oltorf,benwhite,1496609528,1496609620,92 +oltorf,benwhite,1496603347,1496603361,14 +oltorf,benwhite,1496616261,1496616338,77 +oltorf,benwhite,1496573122,1496573230,108 +oltorf,benwhite,1496592116,1496592145,29 +oltorf,benwhite,1496582567,1496582680,113 +oltorf,benwhite,1496582787,1496582876,89 +oltorf,benwhite,1496580768,1496580853,85 +oltorf,benwhite,1496586373,1496586432,59 +oltorf,benwhite,1496596624,1496596797,173 +oltorf,benwhite,1496603957,1496604038,81 +oltorf,benwhite,1496593000,1496593097,97 +oltorf,benwhite,1496611229,1496611366,137 +oltorf,benwhite,1496569342,1496569405,63 +oltorf,benwhite,1496592142,1496592159,17 +oltorf,benwhite,1496610272,1496610283,11 +oltorf,benwhite,1496607971,1496608114,143 +oltorf,benwhite,1496568696,1496568850,154 +oltorf,benwhite,1496598097,1496598115,18 +oltorf,benwhite,1496585286,1496585326,40 +oltorf,benwhite,1496595516,1496595710,194 +oltorf,benwhite,1496588659,1496588712,53 +oltorf,benwhite,1496613934,1496614021,87 +oltorf,benwhite,1496604617,1496604685,68 +oltorf,benwhite,1496603406,1496603434,28 +oltorf,benwhite,1496590669,1496590849,180 +oltorf,benwhite,1496603558,1496603603,45 +oltorf,benwhite,1496587284,1496587308,24 +oltorf,benwhite,1496591796,1496591933,137 +oltorf,benwhite,1496573019,1496573152,133 +oltorf,benwhite,1496598207,1496598316,109 +oltorf,benwhite,1496591681,1496591866,185 +oltorf,benwhite,1496591933,1496592025,92 +oltorf,benwhite,1496613478,1496613491,13 +oltorf,benwhite,1496579828,1496579854,26 +oltorf,benwhite,1496609417,1496609470,53 +oltorf,benwhite,1496578735,1496578818,83 +oltorf,benwhite,1496604013,1496604103,90 +oltorf,benwhite,1496593869,1496593879,10 +oltorf,benwhite,1496596407,1496596476,69 +oltorf,benwhite,1496608973,1496609021,48 +oltorf,benwhite,1496614257,1496614353,96 +oltorf,benwhite,1496569254,1496569427,173 +oltorf,benwhite,1496576631,1496576829,198 +oltorf,benwhite,1496603925,1496603974,49 +oltorf,benwhite,1496574825,1496574919,94 +oltorf,benwhite,1496601723,1496601880,157 +oltorf,benwhite,1496608638,1496608684,46 +oltorf,benwhite,1496579836,1496580003,167 +oltorf,benwhite,1496618202,1496618356,154 +oltorf,benwhite,1496573219,1496573369,150 +oltorf,benwhite,1496612265,1496612361,96 +oltorf,benwhite,1496583952,1496583984,32 +oltorf,benwhite,1496613355,1496613536,181 +oltorf,benwhite,1496569998,1496570111,113 +oltorf,benwhite,1496605217,1496605374,157 +oltorf,benwhite,1496573788,1496573937,149 +oltorf,benwhite,1496571269,1496571349,80 +oltorf,benwhite,1496589277,1496589342,65 +oltorf,benwhite,1496591582,1496591594,12 +oltorf,benwhite,1496606977,1496607010,33 +oltorf,benwhite,1496590469,1496590583,114 +oltorf,benwhite,1496600610,1496600691,81 +oltorf,benwhite,1496595675,1496595858,183 +oltorf,benwhite,1496593900,1496594018,118 +oltorf,benwhite,1496594236,1496594280,44 +oltorf,benwhite,1496595650,1496595665,15 +oltorf,benwhite,1496580120,1496580187,67 +oltorf,benwhite,1496591304,1496591422,118 +oltorf,benwhite,1496585322,1496585411,89 +oltorf,benwhite,1496581557,1496581570,13 +oltorf,benwhite,1496593638,1496593650,12 +oltorf,benwhite,1496581559,1496581696,137 +oltorf,benwhite,1496575219,1496575400,181 +oltorf,benwhite,1496604209,1496604356,147 +oltorf,benwhite,1496608896,1496608990,94 +oltorf,benwhite,1496599787,1496599809,22 +oltorf,benwhite,1496573194,1496573330,136 +oltorf,benwhite,1496612137,1496612157,20 +oltorf,benwhite,1496587703,1496587791,88 +oltorf,benwhite,1496598276,1496598430,154 +oltorf,benwhite,1496578752,1496578858,106 +oltorf,benwhite,1496575936,1496575997,61 +oltorf,benwhite,1496586791,1496586988,197 +oltorf,benwhite,1496584463,1496584475,12 +oltorf,benwhite,1496579018,1496579123,105 +oltorf,benwhite,1496606019,1496606095,76 +oltorf,benwhite,1496588920,1496589081,161 +oltorf,benwhite,1496602970,1496602973,3 +oltorf,benwhite,1496592177,1496592263,86 +oltorf,benwhite,1496583591,1496583597,6 +oltorf,benwhite,1496602805,1496602988,183 +oltorf,benwhite,1496613189,1496613343,154 +oltorf,benwhite,1496573454,1496573500,46 +oltorf,benwhite,1496571201,1496571365,164 +oltorf,benwhite,1496607143,1496607330,187 +oltorf,benwhite,1496579275,1496579426,151 +oltorf,benwhite,1496617532,1496617659,127 +oltorf,benwhite,1496581448,1496581562,114 +oltorf,benwhite,1496570360,1496570434,74 +oltorf,benwhite,1496580222,1496580288,66 +oltorf,benwhite,1496586424,1496586472,48 +oltorf,benwhite,1496580636,1496580708,72 +oltorf,benwhite,1496569476,1496569515,39 +oltorf,benwhite,1496576544,1496576546,2 +oltorf,benwhite,1496582221,1496582396,175 +oltorf,benwhite,1496571965,1496572061,96 +oltorf,benwhite,1496611213,1496611275,62 +oltorf,benwhite,1496609855,1496609957,102 +oltorf,benwhite,1496574432,1496574615,183 +oltorf,benwhite,1496585528,1496585607,79 +oltorf,benwhite,1496573618,1496573644,26 +oltorf,benwhite,1496607093,1496607184,91 +oltorf,benwhite,1496601133,1496601133,0 +oltorf,benwhite,1496583014,1496583100,86 +oltorf,benwhite,1496599575,1496599719,144 +oltorf,benwhite,1496580945,1496581076,131 +oltorf,benwhite,1496570719,1496570857,138 +oltorf,benwhite,1496595238,1496595418,180 +oltorf,benwhite,1496594336,1496594430,94 +oltorf,benwhite,1496590972,1496590997,25 +oltorf,benwhite,1496571274,1496571422,148 +oltorf,benwhite,1496589367,1496589437,70 +oltorf,benwhite,1496610066,1496610197,131 +oltorf,benwhite,1496613691,1496613752,61 +oltorf,benwhite,1496589753,1496589865,112 +oltorf,benwhite,1496585050,1496585244,194 +oltorf,benwhite,1496571360,1496571514,154 +oltorf,benwhite,1496604956,1496605018,62 +oltorf,benwhite,1496581762,1496581789,27 +oltorf,benwhite,1496580838,1496580910,72 +oltorf,benwhite,1496575176,1496575244,68 +oltorf,benwhite,1496616669,1496616831,162 +oltorf,benwhite,1496593775,1496593896,121 +oltorf,benwhite,1496594143,1496594297,154 +oltorf,benwhite,1496594503,1496594668,165 +oltorf,benwhite,1496596834,1496596949,115 +oltorf,benwhite,1496605570,1496605670,100 +oltorf,benwhite,1496617116,1496617160,44 +oltorf,benwhite,1496601285,1496601376,91 +oltorf,benwhite,1496583277,1496583386,109 +oltorf,benwhite,1496583095,1496583247,152 +oltorf,benwhite,1496585218,1496585335,117 +oltorf,benwhite,1496576724,1496576830,106 +oltorf,benwhite,1496574635,1496574651,16 +oltorf,benwhite,1496588632,1496588795,163 +oltorf,benwhite,1496589655,1496589834,179 +oltorf,benwhite,1496597536,1496597691,155 +oltorf,benwhite,1496577107,1496577237,130 +oltorf,benwhite,1496593135,1496593136,1 +oltorf,benwhite,1496574059,1496574234,175 +oltorf,benwhite,1496607826,1496607900,74 +oltorf,benwhite,1496568340,1496568463,123 +oltorf,benwhite,1496578806,1496578888,82 +oltorf,benwhite,1496595873,1496595999,126 +oltorf,benwhite,1496587820,1496587949,129 +oltorf,benwhite,1496611855,1496611904,49 +oltorf,benwhite,1496609963,1496610091,128 +oltorf,benwhite,1496608049,1496608154,105 +oltorf,benwhite,1496609311,1496609473,162 +oltorf,benwhite,1496587520,1496587525,5 +oltorf,benwhite,1496608662,1496608791,129 +oltorf,benwhite,1496596401,1496596401,0 +oltorf,benwhite,1496612810,1496612993,183 +oltorf,benwhite,1496605536,1496605590,54 +oltorf,benwhite,1496611903,1496611982,79 +oltorf,benwhite,1496610747,1496610885,138 +oltorf,benwhite,1496597370,1496597485,115 +oltorf,benwhite,1496579131,1496579284,153 +oltorf,benwhite,1496601549,1496601585,36 +oltorf,benwhite,1496606484,1496606586,102 +oltorf,benwhite,1496601489,1496601617,128 +oltorf,benwhite,1496595025,1496595168,143 +oltorf,benwhite,1496575219,1496575358,139 +oltorf,benwhite,1496589551,1496589599,48 +oltorf,benwhite,1496575975,1496576001,26 +oltorf,benwhite,1496590020,1496590203,183 +oltorf,benwhite,1496581911,1496581915,4 +oltorf,benwhite,1496569916,1496570024,108 +oltorf,benwhite,1496575459,1496575514,55 +oltorf,benwhite,1496590205,1496590382,177 +oltorf,benwhite,1496571910,1496571917,7 +oltorf,benwhite,1496585204,1496585206,2 +oltorf,benwhite,1496605398,1496605467,69 +oltorf,benwhite,1496582099,1496582263,164 +oltorf,benwhite,1496575668,1496575668,0 +oltorf,benwhite,1496579618,1496579639,21 +oltorf,benwhite,1496612614,1496612735,121 +oltorf,benwhite,1496612477,1496612527,50 +oltorf,benwhite,1496601586,1496601605,19 +oltorf,benwhite,1496586213,1496586242,29 +oltorf,benwhite,1496617929,1496618049,120 +oltorf,benwhite,1496609641,1496609699,58 +oltorf,benwhite,1496610261,1496610409,148 +oltorf,benwhite,1496582543,1496582607,64 +oltorf,benwhite,1496599130,1496599210,80 +oltorf,benwhite,1496615823,1496615860,37 +oltorf,benwhite,1496580009,1496580181,172 +oltorf,benwhite,1496589994,1496590066,72 +oltorf,benwhite,1496601517,1496601642,125 +oltorf,benwhite,1496591857,1496591926,69 +oltorf,benwhite,1496603357,1496603444,87 +oltorf,benwhite,1496577433,1496577562,129 +oltorf,benwhite,1496606532,1496606607,75 +oltorf,benwhite,1496616977,1496616980,3 +oltorf,benwhite,1496594723,1496594865,142 +oltorf,benwhite,1496573487,1496573680,193 +oltorf,benwhite,1496593807,1496593989,182 +oltorf,benwhite,1496602394,1496602505,111 +oltorf,benwhite,1496569059,1496569180,121 +oltorf,benwhite,1496586731,1496586843,112 +oltorf,benwhite,1496584249,1496584298,49 +oltorf,benwhite,1496579495,1496579522,27 +oltorf,benwhite,1496570135,1496570285,150 +oltorf,benwhite,1496614906,1496615077,171 +oltorf,benwhite,1496603619,1496603681,62 +oltorf,benwhite,1496611570,1496611709,139 +oltorf,benwhite,1496599034,1496599049,15 +oltorf,benwhite,1496609924,1496610072,148 +oltorf,benwhite,1496603869,1496604018,149 +oltorf,benwhite,1496576276,1496576276,0 +oltorf,benwhite,1496609621,1496609721,100 +oltorf,benwhite,1496598155,1496598181,26 +oltorf,benwhite,1496617414,1496617447,33 +oltorf,benwhite,1496583208,1496583238,30 +oltorf,benwhite,1496584532,1496584626,94 +oltorf,benwhite,1496581484,1496581539,55 +oltorf,benwhite,1496589663,1496589715,52 +oltorf,benwhite,1496608746,1496608862,116 +oltorf,benwhite,1496612632,1496612798,166 +oltorf,benwhite,1496571568,1496571614,46 +oltorf,benwhite,1496607124,1496607153,29 +oltorf,benwhite,1496577654,1496577758,104 +oltorf,benwhite,1496591249,1496591332,83 +oltorf,benwhite,1496584732,1496584907,175 +oltorf,benwhite,1496607262,1496607440,178 +oltorf,benwhite,1496578942,1496579101,159 +oltorf,benwhite,1496572035,1496572165,130 +oltorf,benwhite,1496604529,1496604631,102 +oltorf,benwhite,1496603887,1496603961,74 +oltorf,benwhite,1496589852,1496589918,66 +oltorf,benwhite,1496591887,1496592042,155 +oltorf,benwhite,1496617672,1496617787,115 +oltorf,benwhite,1496614967,1496615078,111 +oltorf,benwhite,1496597295,1496597425,130 +oltorf,benwhite,1496592764,1496592800,36 +oltorf,benwhite,1496572733,1496572873,140 +oltorf,benwhite,1496581217,1496581287,70 +oltorf,benwhite,1496617629,1496617640,11 +oltorf,benwhite,1496617776,1496617916,140 +oltorf,benwhite,1496594759,1496594911,152 +oltorf,benwhite,1496591175,1496591305,130 +oltorf,benwhite,1496577764,1496577859,95 +oltorf,benwhite,1496578666,1496578757,91 +oltorf,benwhite,1496587511,1496587601,90 +oltorf,benwhite,1496601739,1496601753,14 +oltorf,benwhite,1496578383,1496578436,53 +oltorf,benwhite,1496599577,1496599681,104 +oltorf,benwhite,1496597786,1496597858,72 +oltorf,benwhite,1496583828,1496584015,187 +oltorf,benwhite,1496600721,1496600898,177 +oltorf,benwhite,1496616945,1496617070,125 +oltorf,benwhite,1496617128,1496617254,126 +oltorf,benwhite,1496584282,1496584433,151 +oltorf,benwhite,1496605250,1496605333,83 +oltorf,benwhite,1496583038,1496583040,2 +oltorf,benwhite,1496583679,1496583838,159 +oltorf,benwhite,1496602299,1496602348,49 +oltorf,benwhite,1496608264,1496608295,31 +oltorf,benwhite,1496583196,1496583221,25 +oltorf,benwhite,1496610862,1496610900,38 +oltorf,benwhite,1496607532,1496607716,184 +oltorf,benwhite,1496603030,1496603159,129 +oltorf,benwhite,1496588926,1496589075,149 +oltorf,benwhite,1496578608,1496578677,69 +oltorf,benwhite,1496572132,1496572242,110 +oltorf,benwhite,1496595572,1496595621,49 +oltorf,benwhite,1496596675,1496596759,84 +oltorf,benwhite,1496604339,1496604455,116 +oltorf,benwhite,1496579345,1496579357,12 +oltorf,benwhite,1496597951,1496597997,46 +oltorf,benwhite,1496615352,1496615416,64 +oltorf,benwhite,1496599613,1496599719,106 +oltorf,benwhite,1496613986,1496614162,176 +oltorf,benwhite,1496585443,1496585485,42 +oltorf,benwhite,1496593862,1496593871,9 +oltorf,benwhite,1496574531,1496574664,133 +oltorf,benwhite,1496600805,1496600878,73 +oltorf,benwhite,1496605008,1496605189,181 +oltorf,benwhite,1496597853,1496597885,32 +oltorf,benwhite,1496587474,1496587494,20 +oltorf,benwhite,1496612920,1496613069,149 +oltorf,benwhite,1496586858,1496586888,30 +oltorf,benwhite,1496598356,1496598386,30 +oltorf,benwhite,1496592893,1496593028,135 +oltorf,benwhite,1496601454,1496601629,175 +oltorf,benwhite,1496581618,1496581708,90 +oltorf,benwhite,1496593266,1496593331,65 +oltorf,benwhite,1496575271,1496575348,77 +oltorf,benwhite,1496607265,1496607459,194 +oltorf,benwhite,1496574955,1496575028,73 +oltorf,benwhite,1496590725,1496590739,14 +oltorf,benwhite,1496606817,1496606900,83 +oltorf,benwhite,1496585825,1496585934,109 +oltorf,benwhite,1496602629,1496602653,24 +oltorf,benwhite,1496581171,1496581299,128 +oltorf,benwhite,1496605197,1496605285,88 +oltorf,benwhite,1496591202,1496591318,116 +oltorf,benwhite,1496606853,1496606995,142 +oltorf,benwhite,1496583698,1496583750,52 +oltorf,benwhite,1496607949,1496608116,167 +oltorf,benwhite,1496592189,1496592234,45 +oltorf,benwhite,1496601451,1496601620,169 +oltorf,benwhite,1496589867,1496589892,25 +oltorf,benwhite,1496570676,1496570870,194 +oltorf,benwhite,1496576732,1496576786,54 +oltorf,benwhite,1496611192,1496611379,187 +oltorf,benwhite,1496603071,1496603213,142 +oltorf,benwhite,1496574665,1496574749,84 +oltorf,benwhite,1496592168,1496592290,122 +oltorf,benwhite,1496590920,1496591116,196 +oltorf,benwhite,1496599594,1496599715,121 +oltorf,benwhite,1496583436,1496583538,102 +oltorf,benwhite,1496598434,1496598604,170 +oltorf,benwhite,1496582572,1496582643,71 +oltorf,benwhite,1496591856,1496591876,20 +oltorf,benwhite,1496608246,1496608438,192 +oltorf,benwhite,1496589102,1496589161,59 +oltorf,benwhite,1496610155,1496610333,178 +oltorf,benwhite,1496595638,1496595671,33 +oltorf,benwhite,1496577145,1496577310,165 +oltorf,benwhite,1496601045,1496601225,180 +oltorf,benwhite,1496571150,1496571346,196 +oltorf,benwhite,1496596038,1496596228,190 +oltorf,benwhite,1496587387,1496587582,195 +oltorf,benwhite,1496599339,1496599480,141 +oltorf,benwhite,1496586789,1496586980,191 +oltorf,benwhite,1496617583,1496617619,36 +oltorf,benwhite,1496588713,1496588760,47 +oltorf,benwhite,1496611269,1496611414,145 +oltorf,benwhite,1496581704,1496581831,127 +oltorf,benwhite,1496571074,1496571142,68 +oltorf,benwhite,1496591550,1496591602,52 +oltorf,benwhite,1496599031,1496599167,136 +oltorf,benwhite,1496612636,1496612833,197 +oltorf,benwhite,1496571489,1496571530,41 +oltorf,benwhite,1496612574,1496612599,25 +oltorf,benwhite,1496590374,1496590428,54 +oltorf,benwhite,1496593150,1496593261,111 +oltorf,benwhite,1496597695,1496597779,84 +oltorf,benwhite,1496577793,1496577953,160 +oltorf,benwhite,1496575092,1496575195,103 +oltorf,benwhite,1496600592,1496600690,98 +oltorf,benwhite,1496610659,1496610694,35 +oltorf,benwhite,1496589967,1496590042,75 +oltorf,benwhite,1496601410,1496601482,72 +oltorf,benwhite,1496573517,1496573579,62 +oltorf,benwhite,1496581052,1496581108,56 +oltorf,benwhite,1496596122,1496596134,12 +oltorf,benwhite,1496581837,1496581926,89 +oltorf,benwhite,1496603517,1496603621,104 +oltorf,benwhite,1496592418,1496592513,95 +oltorf,benwhite,1496586377,1496586464,87 +oltorf,benwhite,1496615582,1496615591,9 +oltorf,benwhite,1496571871,1496571936,65 +oltorf,benwhite,1496587836,1496587849,13 +oltorf,benwhite,1496580374,1496580386,12 +oltorf,benwhite,1496599824,1496599860,36 +oltorf,benwhite,1496578411,1496578491,80 +oltorf,benwhite,1496573790,1496573915,125 +oltorf,benwhite,1496580885,1496581079,194 +oltorf,benwhite,1496597892,1496598006,114 +oltorf,benwhite,1496593009,1496593087,78 +oltorf,benwhite,1496578693,1496578725,32 +oltorf,benwhite,1496615804,1496615977,173 +oltorf,benwhite,1496609094,1496609215,121 +oltorf,benwhite,1496612780,1496612805,25 +oltorf,benwhite,1496571462,1496571521,59 +oltorf,benwhite,1496584742,1496584905,163 +oltorf,benwhite,1496584464,1496584480,16 +oltorf,benwhite,1496594552,1496594576,24 +oltorf,benwhite,1496617789,1496617907,118 +oltorf,benwhite,1496597836,1496598016,180 +oltorf,benwhite,1496589220,1496589327,107 +oltorf,benwhite,1496577662,1496577664,2 +oltorf,benwhite,1496605334,1496605344,10 +oltorf,benwhite,1496585499,1496585650,151 +oltorf,benwhite,1496588903,1496588918,15 +oltorf,benwhite,1496600347,1496600536,189 +oltorf,benwhite,1496605639,1496605643,4 +oltorf,benwhite,1496604239,1496604355,116 +oltorf,benwhite,1496570527,1496570679,152 +oltorf,benwhite,1496598750,1496598932,182 +oltorf,benwhite,1496592174,1496592253,79 +oltorf,benwhite,1496614791,1496614885,94 +oltorf,benwhite,1496589488,1496589543,55 +oltorf,benwhite,1496568280,1496568355,75 +oltorf,benwhite,1496609076,1496609146,70 +oltorf,benwhite,1496612918,1496612963,45 +oltorf,benwhite,1496568858,1496568942,84 +oltorf,benwhite,1496585667,1496585831,164 +oltorf,benwhite,1496611297,1496611393,96 +oltorf,benwhite,1496592807,1496592972,165 +oltorf,benwhite,1496608343,1496608419,76 +oltorf,benwhite,1496588598,1496588761,163 +oltorf,benwhite,1496612381,1496612428,47 +oltorf,benwhite,1496587922,1496588087,165 +oltorf,benwhite,1496617109,1496617112,3 +oltorf,benwhite,1496583379,1496583440,61 +oltorf,benwhite,1496583366,1496583375,9 +oltorf,benwhite,1496578032,1496578162,130 +oltorf,benwhite,1496603257,1496603278,21 +oltorf,benwhite,1496570079,1496570269,190 +oltorf,benwhite,1496600924,1496601038,114 +oltorf,benwhite,1496599357,1496599410,53 +oltorf,benwhite,1496594256,1496594259,3 +oltorf,benwhite,1496595031,1496595046,15 +oltorf,benwhite,1496591221,1496591379,158 +oltorf,benwhite,1496590096,1496590115,19 +oltorf,benwhite,1496573181,1496573345,164 +oltorf,benwhite,1496602050,1496602168,118 +oltorf,benwhite,1496597381,1496597384,3 +oltorf,benwhite,1496583856,1496583943,87 +oltorf,benwhite,1496581365,1496581513,148 +oltorf,benwhite,1496607397,1496607434,37 +oltorf,benwhite,1496591864,1496591944,80 +oltorf,benwhite,1496570780,1496570883,103 +oltorf,benwhite,1496585396,1496585579,183 +oltorf,benwhite,1496605180,1496605189,9 +oltorf,benwhite,1496582728,1496582926,198 +oltorf,benwhite,1496605938,1496606103,165 +oltorf,benwhite,1496603904,1496603955,51 +oltorf,benwhite,1496585315,1496585376,61 +oltorf,benwhite,1496569934,1496570043,109 +oltorf,benwhite,1496569897,1496570001,104 +oltorf,benwhite,1496578731,1496578836,105 +oltorf,benwhite,1496582747,1496582878,131 +oltorf,benwhite,1496578253,1496578321,68 +oltorf,benwhite,1496597361,1496597468,107 +oltorf,benwhite,1496582509,1496582585,76 +oltorf,benwhite,1496615089,1496615147,58 +oltorf,benwhite,1496596406,1496596514,108 +oltorf,benwhite,1496578031,1496578157,126 +oltorf,benwhite,1496580801,1496580831,30 +oltorf,benwhite,1496576390,1496576406,16 +oltorf,benwhite,1496570146,1496570238,92 +oltorf,benwhite,1496574694,1496574754,60 +oltorf,benwhite,1496605131,1496605261,130 +oltorf,benwhite,1496602582,1496602596,14 +oltorf,benwhite,1496574486,1496574587,101 +oltorf,benwhite,1496600024,1496600116,92 +oltorf,benwhite,1496576092,1496576151,59 +oltorf,benwhite,1496601816,1496601889,73 +oltorf,benwhite,1496609891,1496610046,155 +oltorf,benwhite,1496573007,1496573071,64 +oltorf,benwhite,1496591082,1496591146,64 +oltorf,benwhite,1496599642,1496599840,198 +oltorf,benwhite,1496616393,1496616413,20 +oltorf,benwhite,1496586597,1496586684,87 +oltorf,benwhite,1496578139,1496578317,178 +oltorf,benwhite,1496579359,1496579459,100 +oltorf,benwhite,1496616950,1496616956,6 +oltorf,benwhite,1496600280,1496600318,38 +oltorf,benwhite,1496569142,1496569266,124 +oltorf,benwhite,1496584218,1496584276,58 +oltorf,benwhite,1496607847,1496608015,168 +oltorf,benwhite,1496569249,1496569329,80 +oltorf,benwhite,1496571623,1496571773,150 +oltorf,benwhite,1496606067,1496606097,30 +oltorf,benwhite,1496571344,1496571530,186 +oltorf,benwhite,1496594895,1496595094,199 +oltorf,benwhite,1496588226,1496588369,143 +oltorf,benwhite,1496589920,1496589968,48 +oltorf,benwhite,1496617293,1496617390,97 +oltorf,benwhite,1496595147,1496595281,134 +oltorf,benwhite,1496604841,1496604875,34 +oltorf,benwhite,1496578595,1496578741,146 +oltorf,benwhite,1496572651,1496572754,103 +oltorf,benwhite,1496590407,1496590590,183 +oltorf,benwhite,1496602293,1496602487,194 +oltorf,benwhite,1496595374,1496595557,183 +oltorf,benwhite,1496604368,1496604463,95 +oltorf,benwhite,1496613071,1496613200,129 +oltorf,benwhite,1496570010,1496570047,37 +oltorf,benwhite,1496599611,1496599719,108 +oltorf,benwhite,1496604505,1496604700,195 +oltorf,benwhite,1496591337,1496591424,87 +oltorf,benwhite,1496592882,1496592958,76 +oltorf,benwhite,1496608104,1496608275,171 +oltorf,benwhite,1496600259,1496600374,115 +oltorf,benwhite,1496615318,1496615500,182 +oltorf,benwhite,1496609832,1496609881,49 +oltorf,benwhite,1496615728,1496615815,87 +oltorf,benwhite,1496595332,1496595356,24 +oltorf,benwhite,1496617478,1496617653,175 +oltorf,benwhite,1496594447,1496594645,198 +oltorf,benwhite,1496569302,1496569450,148 +oltorf,benwhite,1496599627,1496599763,136 +oltorf,benwhite,1496583136,1496583208,72 +oltorf,benwhite,1496617030,1496617121,91 +oltorf,benwhite,1496571598,1496571670,72 +oltorf,benwhite,1496589389,1496589490,101 +oltorf,benwhite,1496600476,1496600675,199 +oltorf,benwhite,1496609955,1496610126,171 +oltorf,benwhite,1496576542,1496576560,18 +oltorf,benwhite,1496581010,1496581010,0 +oltorf,benwhite,1496601355,1496601388,33 +oltorf,benwhite,1496614720,1496614892,172 +oltorf,benwhite,1496609042,1496609107,65 +oltorf,benwhite,1496593851,1496593924,73 +oltorf,benwhite,1496570046,1496570086,40 +oltorf,benwhite,1496600315,1496600366,51 +oltorf,benwhite,1496584553,1496584718,165 +oltorf,benwhite,1496585313,1496585324,11 +oltorf,benwhite,1496572646,1496572836,190 +oltorf,benwhite,1496616452,1496616463,11 +oltorf,benwhite,1496616291,1496616483,192 +oltorf,benwhite,1496595512,1496595597,85 +oltorf,benwhite,1496606957,1496606972,15 +oltorf,benwhite,1496601223,1496601304,81 +oltorf,benwhite,1496611821,1496611833,12 +oltorf,benwhite,1496589140,1496589168,28 +oltorf,benwhite,1496616538,1496616697,159 +oltorf,benwhite,1496574425,1496574435,10 +oltorf,benwhite,1496578056,1496578119,63 +oltorf,benwhite,1496611987,1496612100,113 +oltorf,benwhite,1496614909,1496614994,85 +oltorf,benwhite,1496600730,1496600914,184 +oltorf,benwhite,1496610007,1496610108,101 +oltorf,benwhite,1496603661,1496603808,147 +oltorf,benwhite,1496614197,1496614311,114 +oltorf,benwhite,1496609913,1496610045,132 +oltorf,benwhite,1496576203,1496576318,115 +oltorf,benwhite,1496594958,1496595036,78 +oltorf,benwhite,1496587806,1496587818,12 +oltorf,benwhite,1496581010,1496581095,85 +oltorf,benwhite,1496594263,1496594279,16 +oltorf,benwhite,1496581355,1496581452,97 +oltorf,benwhite,1496570767,1496570781,14 +oltorf,benwhite,1496588812,1496588972,160 +oltorf,benwhite,1496588201,1496588221,20 +oltorf,benwhite,1496597621,1496597719,98 +oltorf,benwhite,1496602292,1496602448,156 +oltorf,benwhite,1496602589,1496602697,108 +oltorf,benwhite,1496569581,1496569748,167 +oltorf,benwhite,1496586130,1496586314,184 +oltorf,benwhite,1496599997,1496600085,88 +oltorf,benwhite,1496617362,1496617373,11 +oltorf,benwhite,1496600722,1496600843,121 +oltorf,benwhite,1496582645,1496582681,36 +oltorf,benwhite,1496570606,1496570611,5 +oltorf,benwhite,1496600106,1496600136,30 +oltorf,benwhite,1496578479,1496578678,199 +oltorf,benwhite,1496570628,1496570724,96 +oltorf,benwhite,1496584069,1496584090,21 +oltorf,benwhite,1496598557,1496598599,42 +oltorf,benwhite,1496597100,1496597276,176 +oltorf,benwhite,1496572840,1496572960,120 +oltorf,benwhite,1496583748,1496583771,23 +oltorf,benwhite,1496595124,1496595207,83 +oltorf,benwhite,1496617919,1496617924,5 +oltorf,benwhite,1496577497,1496577551,54 +oltorf,benwhite,1496613394,1496613587,193 +oltorf,benwhite,1496592849,1496592976,127 +oltorf,benwhite,1496599887,1496599951,64 +oltorf,benwhite,1496611317,1496611500,183 +oltorf,benwhite,1496587953,1496588078,125 +oltorf,benwhite,1496616211,1496616406,195 +oltorf,benwhite,1496613653,1496613824,171 +oltorf,benwhite,1496589675,1496589705,30 +oltorf,benwhite,1496590066,1496590126,60 +oltorf,benwhite,1496569151,1496569206,55 +oltorf,benwhite,1496608157,1496608190,33 +oltorf,benwhite,1496609135,1496609298,163 +oltorf,benwhite,1496608398,1496608500,102 +oltorf,benwhite,1496570366,1496570489,123 +oltorf,benwhite,1496584043,1496584224,181 +oltorf,benwhite,1496592526,1496592723,197 +oltorf,benwhite,1496613762,1496613838,76 +oltorf,benwhite,1496597608,1496597757,149 +oltorf,benwhite,1496607731,1496607920,189 +oltorf,benwhite,1496581592,1496581649,57 +oltorf,benwhite,1496607886,1496607906,20 +oltorf,benwhite,1496574575,1496574637,62 +oltorf,benwhite,1496578880,1496578969,89 +oltorf,benwhite,1496598213,1496598325,112 +oltorf,benwhite,1496582715,1496582716,1 +oltorf,benwhite,1496600651,1496600779,128 +oltorf,benwhite,1496606202,1496606253,51 +oltorf,benwhite,1496601139,1496601305,166 +oltorf,benwhite,1496594193,1496594216,23 +oltorf,benwhite,1496579861,1496579962,101 +oltorf,benwhite,1496606507,1496606597,90 +oltorf,benwhite,1496612324,1496612451,127 +oltorf,benwhite,1496591269,1496591312,43 +oltorf,benwhite,1496602622,1496602820,198 +oltorf,benwhite,1496606314,1496606456,142 +oltorf,benwhite,1496608557,1496608685,128 +oltorf,benwhite,1496568382,1496568527,145 +oltorf,benwhite,1496591363,1496591396,33 +oltorf,benwhite,1496617016,1496617093,77 +oltorf,benwhite,1496613998,1496614017,19 +oltorf,benwhite,1496583246,1496583265,19 +oltorf,benwhite,1496595645,1496595757,112 +oltorf,benwhite,1496610065,1496610230,165 +oltorf,benwhite,1496595266,1496595304,38 +oltorf,benwhite,1496609280,1496609354,74 +oltorf,benwhite,1496604550,1496604711,161 +oltorf,benwhite,1496587136,1496587183,47 +oltorf,benwhite,1496571332,1496571493,161 +oltorf,benwhite,1496591205,1496591261,56 +oltorf,benwhite,1496607368,1496607482,114 +oltorf,benwhite,1496572285,1496572347,62 +oltorf,benwhite,1496576619,1496576704,85 +oltorf,benwhite,1496590471,1496590545,74 +oltorf,benwhite,1496580006,1496580137,131 +oltorf,benwhite,1496602581,1496602668,87 +oltorf,benwhite,1496602634,1496602650,16 +oltorf,benwhite,1496606579,1496606776,197 +oltorf,benwhite,1496572498,1496572586,88 +oltorf,benwhite,1496587184,1496587214,30 +oltorf,benwhite,1496568927,1496568958,31 +oltorf,benwhite,1496595742,1496595875,133 +oltorf,benwhite,1496603468,1496603545,77 +oltorf,benwhite,1496578343,1496578344,1 +oltorf,benwhite,1496586820,1496586864,44 +oltorf,benwhite,1496595034,1496595187,153 +oltorf,benwhite,1496597730,1496597756,26 +oltorf,benwhite,1496596329,1496596375,46 +oltorf,benwhite,1496568853,1496568944,91 +oltorf,benwhite,1496602529,1496602625,96 +oltorf,benwhite,1496606039,1496606154,115 +oltorf,benwhite,1496616166,1496616255,89 +oltorf,benwhite,1496596410,1496596494,84 +oltorf,benwhite,1496593468,1496593658,190 +oltorf,benwhite,1496617954,1496618089,135 +oltorf,benwhite,1496606656,1496606690,34 +oltorf,benwhite,1496574312,1496574418,106 +oltorf,benwhite,1496585275,1496585275,0 +oltorf,benwhite,1496587187,1496587305,118 +oltorf,benwhite,1496586617,1496586722,105 +oltorf,benwhite,1496613503,1496613598,95 +oltorf,benwhite,1496617262,1496617444,182 +oltorf,benwhite,1496613713,1496613750,37 +oltorf,benwhite,1496611925,1496611991,66 +oltorf,benwhite,1496595732,1496595925,193 +oltorf,benwhite,1496595887,1496596082,195 +oltorf,benwhite,1496581370,1496581474,104 +oltorf,benwhite,1496605951,1496606005,54 +oltorf,benwhite,1496597109,1496597146,37 +oltorf,benwhite,1496607295,1496607427,132 +oltorf,benwhite,1496583670,1496583787,117 +oltorf,benwhite,1496575878,1496576032,154 +oltorf,benwhite,1496618468,1496618563,95 +oltorf,benwhite,1496587605,1496587752,147 +oltorf,benwhite,1496574624,1496574783,159 +oltorf,benwhite,1496574628,1496574766,138 +oltorf,benwhite,1496570136,1496570316,180 +oltorf,benwhite,1496601209,1496601271,62 +oltorf,benwhite,1496608536,1496608673,137 +oltorf,benwhite,1496599847,1496599943,96 +oltorf,benwhite,1496590096,1496590273,177 +oltorf,benwhite,1496614346,1496614503,157 +oltorf,benwhite,1496605792,1496605935,143 +oltorf,benwhite,1496588072,1496588163,91 +oltorf,benwhite,1496615934,1496616035,101 +oltorf,benwhite,1496578975,1496579061,86 +oltorf,benwhite,1496575959,1496575997,38 +oltorf,benwhite,1496596152,1496596153,1 +oltorf,benwhite,1496575228,1496575288,60 +oltorf,benwhite,1496580209,1496580344,135 +oltorf,benwhite,1496615615,1496615783,168 +oltorf,benwhite,1496612929,1496613042,113 +oltorf,benwhite,1496603434,1496603542,108 +oltorf,benwhite,1496612402,1496612438,36 +oltorf,benwhite,1496602407,1496602537,130 +oltorf,benwhite,1496569951,1496570096,145 +oltorf,benwhite,1496614945,1496614977,32 +oltorf,benwhite,1496616238,1496616270,32 +oltorf,benwhite,1496615925,1496615959,34 +oltorf,benwhite,1496572273,1496572398,125 +oltorf,benwhite,1496610665,1496610686,21 +oltorf,benwhite,1496592160,1496592165,5 +oltorf,benwhite,1496584415,1496584586,171 +oltorf,benwhite,1496606414,1496606501,87 +oltorf,benwhite,1496616012,1496616115,103 +oltorf,benwhite,1496582695,1496582753,58 +oltorf,benwhite,1496598436,1496598449,13 +oltorf,benwhite,1496604875,1496605014,139 +oltorf,benwhite,1496575183,1496575285,102 +oltorf,benwhite,1496578941,1496579081,140 +oltorf,benwhite,1496569757,1496569849,92 +oltorf,benwhite,1496583785,1496583870,85 +oltorf,benwhite,1496570981,1496570995,14 +oltorf,benwhite,1496574079,1496574107,28 +oltorf,benwhite,1496595178,1496595330,152 +oltorf,benwhite,1496604302,1496604336,34 +oltorf,benwhite,1496583368,1496583412,44 +oltorf,benwhite,1496580303,1496580372,69 +oltorf,benwhite,1496568575,1496568749,174 +oltorf,benwhite,1496577872,1496578027,155 +oltorf,benwhite,1496609410,1496609517,107 +oltorf,benwhite,1496609424,1496609481,57 +oltorf,benwhite,1496577264,1496577371,107 +oltorf,benwhite,1496588554,1496588564,10 +oltorf,benwhite,1496579077,1496579170,93 +oltorf,benwhite,1496569600,1496569632,32 +oltorf,benwhite,1496616390,1496616479,89 +oltorf,benwhite,1496585520,1496585567,47 +oltorf,benwhite,1496596660,1496596703,43 +oltorf,benwhite,1496593608,1496593759,151 +oltorf,benwhite,1496594841,1496594851,10 +oltorf,benwhite,1496576785,1496576907,122 +oltorf,benwhite,1496593362,1496593529,167 +oltorf,benwhite,1496573513,1496573617,104 +oltorf,benwhite,1496614741,1496614925,184 +oltorf,benwhite,1496571198,1496571246,48 +oltorf,benwhite,1496599018,1496599105,87 +oltorf,benwhite,1496576359,1496576370,11 +oltorf,benwhite,1496582194,1496582266,72 +oltorf,benwhite,1496594026,1496594033,7 +oltorf,benwhite,1496592669,1496592764,95 +oltorf,benwhite,1496578526,1496578553,27 +oltorf,benwhite,1496597564,1496597649,85 +oltorf,benwhite,1496574928,1496574979,51 +oltorf,benwhite,1496598383,1496598425,42 +oltorf,benwhite,1496613924,1496613982,58 +oltorf,benwhite,1496590472,1496590622,150 +oltorf,benwhite,1496580839,1496580918,79 +oltorf,benwhite,1496600710,1496600767,57 +oltorf,benwhite,1496580641,1496580777,136 +oltorf,benwhite,1496615039,1496615146,107 +oltorf,benwhite,1496585255,1496585370,115 +oltorf,benwhite,1496602942,1496603064,122 +oltorf,benwhite,1496592588,1496592679,91 +oltorf,benwhite,1496601718,1496601757,39 +oltorf,benwhite,1496591440,1496591533,93 +oltorf,benwhite,1496597962,1496598022,60 +oltorf,benwhite,1496608085,1496608190,105 +oltorf,benwhite,1496604273,1496604291,18 +oltorf,benwhite,1496598723,1496598787,64 +oltorf,benwhite,1496583130,1496583275,145 +oltorf,benwhite,1496586900,1496587000,100 +oltorf,benwhite,1496596592,1496596746,154 +oltorf,benwhite,1496598063,1496598105,42 +oltorf,benwhite,1496579961,1496579975,14 +oltorf,benwhite,1496615587,1496615754,167 +oltorf,benwhite,1496596989,1496597006,17 +oltorf,benwhite,1496600727,1496600807,80 +oltorf,benwhite,1496615299,1496615389,90 +oltorf,benwhite,1496587646,1496587690,44 +oltorf,benwhite,1496601559,1496601564,5 +oltorf,benwhite,1496606575,1496606709,134 +oltorf,benwhite,1496575464,1496575464,0 +oltorf,benwhite,1496580646,1496580688,42 +oltorf,benwhite,1496590340,1496590497,157 +oltorf,benwhite,1496591487,1496591623,136 +oltorf,benwhite,1496604387,1496604475,88 +oltorf,benwhite,1496614131,1496614276,145 +oltorf,benwhite,1496590684,1496590796,112 +oltorf,benwhite,1496591473,1496591626,153 +oltorf,benwhite,1496578705,1496578827,122 +oltorf,benwhite,1496591590,1496591758,168 +oltorf,benwhite,1496591418,1496591613,195 +oltorf,benwhite,1496590559,1496590738,179 +oltorf,benwhite,1496572064,1496572209,145 +oltorf,benwhite,1496568346,1496568516,170 +oltorf,benwhite,1496588541,1496588580,39 +oltorf,benwhite,1496608691,1496608808,117 +oltorf,benwhite,1496609136,1496609178,42 +oltorf,benwhite,1496584132,1496584329,197 +oltorf,benwhite,1496578953,1496579129,176 +oltorf,benwhite,1496591816,1496591959,143 +oltorf,benwhite,1496591539,1496591721,182 +oltorf,benwhite,1496604797,1496604952,155 +oltorf,benwhite,1496576503,1496576583,80 +oltorf,benwhite,1496586988,1496587089,101 +oltorf,benwhite,1496613706,1496613749,43 +oltorf,benwhite,1496592674,1496592737,63 +oltorf,benwhite,1496613765,1496613957,192 +oltorf,benwhite,1496584210,1496584336,126 +oltorf,benwhite,1496594840,1496594928,88 +oltorf,benwhite,1496614560,1496614660,100 +oltorf,benwhite,1496576950,1496576985,35 +oltorf,benwhite,1496589134,1496589234,100 +oltorf,benwhite,1496598422,1496598584,162 +oltorf,benwhite,1496568551,1496568584,33 +oltorf,benwhite,1496589729,1496589787,58 +oltorf,benwhite,1496612209,1496612220,11 +oltorf,benwhite,1496599260,1496599457,197 +oltorf,benwhite,1496613533,1496613696,163 +oltorf,benwhite,1496583105,1496583202,97 +oltorf,benwhite,1496572732,1496572812,80 +oltorf,benwhite,1496592321,1496592496,175 +oltorf,benwhite,1496613125,1496613225,100 +oltorf,benwhite,1496574232,1496574366,134 +oltorf,benwhite,1496597491,1496597612,121 +oltorf,benwhite,1496591557,1496591602,45 +oltorf,benwhite,1496611744,1496611873,129 +oltorf,benwhite,1496594248,1496594338,90 +oltorf,benwhite,1496588603,1496588738,135 +oltorf,benwhite,1496597447,1496597552,105 +oltorf,benwhite,1496580745,1496580794,49 +oltorf,benwhite,1496574131,1496574194,63 +oltorf,benwhite,1496586630,1496586765,135 +oltorf,benwhite,1496614807,1496614838,31 +oltorf,benwhite,1496590523,1496590670,147 +oltorf,benwhite,1496609776,1496609909,133 +oltorf,benwhite,1496595956,1496595987,31 +oltorf,benwhite,1496575081,1496575215,134 +oltorf,benwhite,1496600304,1496600451,147 +oltorf,benwhite,1496573955,1496574104,149 +oltorf,benwhite,1496609776,1496609842,66 +oltorf,benwhite,1496593470,1496593475,5 +oltorf,benwhite,1496574211,1496574278,67 +oltorf,benwhite,1496580044,1496580117,73 +oltorf,benwhite,1496612456,1496612596,140 +oltorf,benwhite,1496597269,1496597404,135 +oltorf,benwhite,1496587775,1496587873,98 +oltorf,benwhite,1496573722,1496573820,98 +oltorf,benwhite,1496603027,1496603027,0 +oltorf,benwhite,1496587926,1496588065,139 +oltorf,benwhite,1496602693,1496602814,121 +oltorf,benwhite,1496570506,1496570538,32 +oltorf,benwhite,1496600649,1496600701,52 +oltorf,benwhite,1496569190,1496569203,13 +oltorf,benwhite,1496578183,1496578256,73 +oltorf,benwhite,1496617643,1496617697,54 +oltorf,benwhite,1496575700,1496575874,174 +oltorf,benwhite,1496614504,1496614538,34 +oltorf,benwhite,1496578125,1496578209,84 +oltorf,benwhite,1496587229,1496587359,130 +oltorf,benwhite,1496580565,1496580623,58 +oltorf,benwhite,1496586497,1496586531,34 +oltorf,benwhite,1496591569,1496591666,97 +oltorf,benwhite,1496602825,1496602857,32 +oltorf,benwhite,1496616926,1496616975,49 +oltorf,benwhite,1496606981,1496607079,98 +oltorf,benwhite,1496616842,1496616939,97 +oltorf,benwhite,1496608439,1496608581,142 +oltorf,benwhite,1496607855,1496608026,171 +oltorf,benwhite,1496595338,1496595484,146 +oltorf,benwhite,1496596140,1496596223,83 +oltorf,benwhite,1496601250,1496601354,104 +oltorf,benwhite,1496614939,1496615018,79 +oltorf,benwhite,1496578744,1496578889,145 +oltorf,benwhite,1496579920,1496580041,121 +oltorf,benwhite,1496583592,1496583627,35 +oltorf,benwhite,1496597221,1496597406,185 +oltorf,benwhite,1496575965,1496576011,46 +oltorf,benwhite,1496594235,1496594406,171 +oltorf,benwhite,1496615437,1496615550,113 +oltorf,benwhite,1496600568,1496600602,34 +oltorf,benwhite,1496586892,1496587081,189 +oltorf,benwhite,1496604603,1496604697,94 +oltorf,benwhite,1496582519,1496582544,25 +oltorf,benwhite,1496572556,1496572626,70 +oltorf,benwhite,1496615208,1496615309,101 +oltorf,benwhite,1496586245,1496586268,23 +oltorf,benwhite,1496575850,1496576028,178 +oltorf,benwhite,1496584743,1496584785,42 +oltorf,benwhite,1496585547,1496585653,106 +oltorf,benwhite,1496590586,1496590595,9 +oltorf,benwhite,1496574205,1496574211,6 +oltorf,benwhite,1496570811,1496570955,144 +oltorf,benwhite,1496572306,1496572378,72 +oltorf,benwhite,1496617142,1496617177,35 +oltorf,benwhite,1496581235,1496581331,96 +oltorf,benwhite,1496606791,1496606943,152 +oltorf,benwhite,1496589386,1496589412,26 +oltorf,benwhite,1496578466,1496578593,127 +oltorf,benwhite,1496614658,1496614690,32 +oltorf,benwhite,1496581727,1496581735,8 +oltorf,benwhite,1496604199,1496604317,118 +oltorf,benwhite,1496586483,1496586532,49 +oltorf,benwhite,1496584445,1496584448,3 +oltorf,benwhite,1496588437,1496588546,109 +oltorf,benwhite,1496615750,1496615765,15 +oltorf,benwhite,1496574590,1496574677,87 +oltorf,benwhite,1496603647,1496603651,4 +oltorf,benwhite,1496572912,1496573108,196 +oltorf,benwhite,1496614195,1496614356,161 +oltorf,benwhite,1496569751,1496569805,54 +oltorf,benwhite,1496595758,1496595792,34 +oltorf,benwhite,1496579297,1496579337,40 +oltorf,benwhite,1496575713,1496575856,143 +oltorf,benwhite,1496580841,1496581004,163 +oltorf,benwhite,1496576221,1496576270,49 +oltorf,benwhite,1496590614,1496590749,135 +oltorf,benwhite,1496617535,1496617702,167 +oltorf,benwhite,1496591667,1496591751,84 +oltorf,benwhite,1496600856,1496600865,9 +oltorf,benwhite,1496604310,1496604446,136 +oltorf,benwhite,1496618194,1496618321,127 +oltorf,benwhite,1496601012,1496601069,57 +oltorf,benwhite,1496597276,1496597431,155 +oltorf,benwhite,1496573933,1496574108,175 +oltorf,benwhite,1496609072,1496609102,30 +oltorf,benwhite,1496597497,1496597517,20 +oltorf,benwhite,1496583896,1496584043,147 +oltorf,benwhite,1496617709,1496617895,186 +oltorf,benwhite,1496584391,1496584517,126 +oltorf,benwhite,1496610863,1496610877,14 +oltorf,benwhite,1496599783,1496599981,198 +oltorf,benwhite,1496572154,1496572198,44 +oltorf,benwhite,1496585968,1496586028,60 +oltorf,benwhite,1496616248,1496616285,37 +oltorf,benwhite,1496570096,1496570236,140 +oltorf,benwhite,1496604768,1496604961,193 +oltorf,benwhite,1496599354,1496599405,51 +oltorf,benwhite,1496608303,1496608331,28 +oltorf,benwhite,1496591595,1496591669,74 +oltorf,benwhite,1496614649,1496614780,131 +oltorf,benwhite,1496572639,1496572695,56 +oltorf,benwhite,1496595848,1496595946,98 +oltorf,benwhite,1496607498,1496607585,87 +oltorf,benwhite,1496589077,1496589218,141 +oltorf,benwhite,1496570984,1496571016,32 +oltorf,benwhite,1496606687,1496606791,104 +oltorf,benwhite,1496571562,1496571756,194 +oltorf,benwhite,1496578685,1496578840,155 +oltorf,benwhite,1496617295,1496617420,125 +oltorf,benwhite,1496588067,1496588136,69 +oltorf,benwhite,1496581486,1496581599,113 +oltorf,benwhite,1496594520,1496594641,121 +oltorf,benwhite,1496599193,1496599319,126 +oltorf,benwhite,1496616257,1496616436,179 +oltorf,benwhite,1496606458,1496606541,83 +oltorf,benwhite,1496590963,1496591120,157 +oltorf,benwhite,1496608440,1496608550,110 +oltorf,benwhite,1496599103,1496599214,111 +oltorf,benwhite,1496609661,1496609671,10 +oltorf,benwhite,1496582901,1496583091,190 +oltorf,benwhite,1496612846,1496612896,50 +oltorf,benwhite,1496606591,1496606655,64 +oltorf,benwhite,1496613008,1496613046,38 +oltorf,benwhite,1496594820,1496595002,182 +oltorf,benwhite,1496602390,1496602444,54 +oltorf,benwhite,1496618353,1496618519,166 +oltorf,benwhite,1496594454,1496594542,88 +oltorf,benwhite,1496604118,1496604283,165 +oltorf,benwhite,1496574103,1496574106,3 +oltorf,benwhite,1496590602,1496590664,62 +oltorf,benwhite,1496604234,1496604249,15 +oltorf,benwhite,1496597063,1496597144,81 +oltorf,benwhite,1496594469,1496594641,172 +oltorf,benwhite,1496609224,1496609358,134 +oltorf,benwhite,1496577180,1496577323,143 +oltorf,benwhite,1496580665,1496580668,3 +oltorf,benwhite,1496568226,1496568317,91 +oltorf,benwhite,1496597175,1496597352,177 +oltorf,benwhite,1496610449,1496610643,194 +oltorf,benwhite,1496612653,1496612716,63 +oltorf,benwhite,1496614100,1496614113,13 +oltorf,benwhite,1496598653,1496598783,130 +oltorf,benwhite,1496616167,1496616332,165 +oltorf,benwhite,1496570769,1496570944,175 +oltorf,benwhite,1496596048,1496596056,8 +oltorf,benwhite,1496588458,1496588555,97 +oltorf,benwhite,1496600402,1496600499,97 +oltorf,benwhite,1496608443,1496608622,179 +oltorf,benwhite,1496580847,1496580953,106 +oltorf,benwhite,1496570079,1496570248,169 +oltorf,benwhite,1496573441,1496573519,78 +oltorf,benwhite,1496599540,1496599579,39 +oltorf,benwhite,1496579472,1496579478,6 +oltorf,benwhite,1496609990,1496610101,111 +oltorf,benwhite,1496597080,1496597154,74 +oltorf,benwhite,1496600255,1496600280,25 +oltorf,benwhite,1496604872,1496604935,63 +oltorf,benwhite,1496578066,1496578256,190 +oltorf,benwhite,1496572212,1496572352,140 +oltorf,benwhite,1496591047,1496591186,139 +oltorf,benwhite,1496616123,1496616216,93 +oltorf,benwhite,1496608540,1496608666,126 +oltorf,benwhite,1496613824,1496613881,57 +oltorf,benwhite,1496568704,1496568775,71 +oltorf,benwhite,1496584343,1496584515,172 +oltorf,benwhite,1496574607,1496574642,35 +oltorf,benwhite,1496592501,1496592514,13 +oltorf,benwhite,1496588384,1496588451,67 +oltorf,benwhite,1496574004,1496574025,21 +oltorf,benwhite,1496596399,1496596422,23 +oltorf,benwhite,1496594522,1496594635,113 +oltorf,benwhite,1496591133,1496591170,37 +oltorf,benwhite,1496604211,1496604273,62 +oltorf,benwhite,1496569619,1496569730,111 +oltorf,benwhite,1496581579,1496581597,18 +oltorf,benwhite,1496601154,1496601315,161 +oltorf,benwhite,1496574806,1496574898,92 +oltorf,benwhite,1496607656,1496607732,76 +oltorf,benwhite,1496592831,1496592845,14 +oltorf,benwhite,1496592842,1496592962,120 +oltorf,benwhite,1496609474,1496609478,4 +oltorf,benwhite,1496604656,1496604728,72 +oltorf,benwhite,1496584083,1496584121,38 +oltorf,benwhite,1496581686,1496581820,134 +oltorf,benwhite,1496607437,1496607581,144 +oltorf,benwhite,1496617597,1496617688,91 +oltorf,benwhite,1496574603,1496574625,22 +oltorf,benwhite,1496590843,1496590909,66 +oltorf,benwhite,1496598382,1496598382,0 +oltorf,benwhite,1496569904,1496570059,155 +oltorf,benwhite,1496616649,1496616773,124 +oltorf,benwhite,1496595684,1496595692,8 +oltorf,benwhite,1496603369,1496603504,135 +oltorf,benwhite,1496577742,1496577898,156 +oltorf,benwhite,1496592217,1496592254,37 +oltorf,benwhite,1496588626,1496588689,63 +oltorf,benwhite,1496578613,1496578811,198 +oltorf,benwhite,1496588008,1496588017,9 +oltorf,benwhite,1496602836,1496602873,37 +oltorf,benwhite,1496609074,1496609234,160 +oltorf,benwhite,1496568971,1496568978,7 +oltorf,benwhite,1496616678,1496616877,199 +oltorf,benwhite,1496615195,1496615294,99 +oltorf,benwhite,1496586785,1496586932,147 +oltorf,benwhite,1496618132,1496618229,97 +oltorf,benwhite,1496594390,1496594549,159 +oltorf,benwhite,1496570681,1496570711,30 +oltorf,benwhite,1496577923,1496577942,19 +oltorf,benwhite,1496577796,1496577948,152 +oltorf,benwhite,1496568927,1496568988,61 +oltorf,benwhite,1496597030,1496597227,197 +oltorf,benwhite,1496589482,1496589590,108 +oltorf,benwhite,1496608462,1496608628,166 +oltorf,benwhite,1496596020,1496596169,149 +oltorf,benwhite,1496612539,1496612706,167 +oltorf,benwhite,1496585010,1496585187,177 +oltorf,benwhite,1496584892,1496584902,10 +oltorf,benwhite,1496595716,1496595899,183 +oltorf,benwhite,1496589265,1496589303,38 +oltorf,benwhite,1496570528,1496570530,2 +oltorf,benwhite,1496580989,1496581139,150 +oltorf,benwhite,1496592843,1496592849,6 +oltorf,benwhite,1496571685,1496571841,156 +oltorf,benwhite,1496591656,1496591708,52 +oltorf,benwhite,1496613279,1496613424,145 +oltorf,benwhite,1496568520,1496568540,20 +oltorf,benwhite,1496568349,1496568387,38 +oltorf,benwhite,1496579626,1496579710,84 +oltorf,benwhite,1496611269,1496611442,173 +oltorf,benwhite,1496615764,1496615963,199 +oltorf,benwhite,1496589488,1496589550,62 +oltorf,benwhite,1496579620,1496579811,191 +oltorf,benwhite,1496582751,1496582809,58 +oltorf,benwhite,1496590261,1496590307,46 +oltorf,benwhite,1496579163,1496579344,181 +oltorf,benwhite,1496574972,1496575038,66 +oltorf,benwhite,1496597048,1496597191,143 +oltorf,benwhite,1496579693,1496579813,120 +oltorf,benwhite,1496574483,1496574586,103 +oltorf,benwhite,1496605879,1496605970,91 +oltorf,benwhite,1496579249,1496579420,171 +oltorf,benwhite,1496615061,1496615247,186 +oltorf,benwhite,1496574226,1496574271,45 +oltorf,benwhite,1496581347,1496581516,169 +oltorf,benwhite,1496583096,1496583290,194 +oltorf,benwhite,1496595217,1496595273,56 +oltorf,benwhite,1496598062,1496598091,29 +oltorf,benwhite,1496584048,1496584190,142 +oltorf,benwhite,1496569707,1496569718,11 +oltorf,benwhite,1496587725,1496587813,88 +oltorf,benwhite,1496601801,1496601873,72 +oltorf,benwhite,1496612473,1496612593,120 +oltorf,benwhite,1496603426,1496603551,125 +oltorf,benwhite,1496591314,1496591413,99 +oltorf,benwhite,1496586308,1496586395,87 +oltorf,benwhite,1496610611,1496610803,192 +oltorf,benwhite,1496612264,1496612335,71 +oltorf,benwhite,1496590906,1496591091,185 +oltorf,benwhite,1496610251,1496610286,35 +oltorf,benwhite,1496595018,1496595170,152 +oltorf,benwhite,1496611501,1496611674,173 +oltorf,benwhite,1496600706,1496600812,106 +oltorf,benwhite,1496574546,1496574583,37 +oltorf,benwhite,1496592173,1496592272,99 +oltorf,benwhite,1496587240,1496587384,144 +oltorf,benwhite,1496587559,1496587670,111 +oltorf,benwhite,1496592835,1496592839,4 +oltorf,benwhite,1496586500,1496586595,95 +oltorf,benwhite,1496568618,1496568687,69 +oltorf,benwhite,1496599260,1496599438,178 +oltorf,benwhite,1496604104,1496604218,114 +oltorf,benwhite,1496577685,1496577746,61 +oltorf,benwhite,1496570276,1496570345,69 +oltorf,benwhite,1496610940,1496611040,100 +oltorf,benwhite,1496606433,1496606593,160 +oltorf,benwhite,1496583299,1496583321,22 +oltorf,benwhite,1496568758,1496568875,117 +oltorf,benwhite,1496600160,1496600238,78 +oltorf,benwhite,1496606525,1496606628,103 +oltorf,benwhite,1496610728,1496610740,12 +oltorf,benwhite,1496578065,1496578116,51 +oltorf,benwhite,1496593358,1496593455,97 +oltorf,benwhite,1496575246,1496575358,112 +oltorf,benwhite,1496607885,1496607948,63 +oltorf,benwhite,1496591474,1496591605,131 +oltorf,benwhite,1496581373,1496581563,190 +oltorf,benwhite,1496580571,1496580633,62 +oltorf,benwhite,1496591683,1496591878,195 +oltorf,benwhite,1496609954,1496610081,127 +oltorf,benwhite,1496573856,1496573970,114 +oltorf,benwhite,1496609262,1496609344,82 +oltorf,benwhite,1496593529,1496593577,48 +oltorf,benwhite,1496608680,1496608683,3 +oltorf,benwhite,1496617978,1496618123,145 +oltorf,benwhite,1496600089,1496600099,10 +oltorf,benwhite,1496612308,1496612449,141 +oltorf,benwhite,1496570274,1496570337,63 +oltorf,benwhite,1496618375,1496618456,81 +oltorf,benwhite,1496593282,1496593296,14 +oltorf,benwhite,1496572629,1496572686,57 +oltorf,benwhite,1496581402,1496581480,78 +oltorf,benwhite,1496600226,1496600315,89 +oltorf,benwhite,1496571576,1496571746,170 +oltorf,benwhite,1496584263,1496584267,4 +oltorf,benwhite,1496605947,1496606033,86 +oltorf,benwhite,1496606276,1496606392,116 +oltorf,benwhite,1496599642,1496599803,161 +oltorf,benwhite,1496604443,1496604595,152 +oltorf,benwhite,1496604919,1496604957,38 +oltorf,benwhite,1496599416,1496599576,160 +oltorf,benwhite,1496571286,1496571420,134 +oltorf,benwhite,1496618069,1496618262,193 +oltorf,benwhite,1496607898,1496608035,137 +oltorf,benwhite,1496609619,1496609758,139 +oltorf,benwhite,1496604491,1496604548,57 +oltorf,benwhite,1496577674,1496577845,171 +oltorf,benwhite,1496590874,1496591058,184 +oltorf,benwhite,1496607567,1496607637,70 +oltorf,benwhite,1496568573,1496568755,182 +oltorf,benwhite,1496583520,1496583672,152 +oltorf,benwhite,1496596135,1496596289,154 +oltorf,benwhite,1496582737,1496582805,68 +oltorf,benwhite,1496610303,1496610494,191 +oltorf,benwhite,1496572977,1496573042,65 +oltorf,benwhite,1496617786,1496617947,161 +oltorf,benwhite,1496601151,1496601326,175 +oltorf,benwhite,1496576205,1496576282,77 +oltorf,benwhite,1496612114,1496612270,156 +oltorf,benwhite,1496584477,1496584629,152 +oltorf,benwhite,1496569454,1496569603,149 +oltorf,benwhite,1496585873,1496585895,22 +oltorf,benwhite,1496607922,1496607949,27 +oltorf,benwhite,1496589435,1496589507,72 +oltorf,benwhite,1496593533,1496593655,122 +oltorf,benwhite,1496575334,1496575409,75 +oltorf,benwhite,1496573550,1496573659,109 +oltorf,benwhite,1496607774,1496607864,90 +oltorf,benwhite,1496608996,1496608998,2 +oltorf,benwhite,1496609260,1496609287,27 +oltorf,benwhite,1496611953,1496611958,5 +oltorf,benwhite,1496610724,1496610905,181 +oltorf,benwhite,1496585873,1496585894,21 +oltorf,benwhite,1496572743,1496572873,130 +oltorf,benwhite,1496572328,1496572481,153 +oltorf,benwhite,1496615741,1496615795,54 +oltorf,benwhite,1496577179,1496577227,48 +oltorf,benwhite,1496590620,1496590661,41 +oltorf,benwhite,1496581889,1496581975,86 +oltorf,benwhite,1496618315,1496618411,96 +oltorf,benwhite,1496569373,1496569418,45 +oltorf,benwhite,1496582386,1496582423,37 +oltorf,benwhite,1496589986,1496590153,167 +oltorf,benwhite,1496583348,1496583356,8 +oltorf,benwhite,1496609112,1496609184,72 +oltorf,benwhite,1496608073,1496608173,100 +oltorf,benwhite,1496601836,1496601911,75 +oltorf,benwhite,1496570974,1496571139,165 +oltorf,benwhite,1496576233,1496576407,174 +oltorf,benwhite,1496575921,1496576025,104 +oltorf,benwhite,1496590693,1496590695,2 +oltorf,benwhite,1496603921,1496603962,41 +oltorf,benwhite,1496583166,1496583217,51 +oltorf,benwhite,1496595711,1496595904,193 +oltorf,benwhite,1496618095,1496618112,17 +oltorf,benwhite,1496598298,1496598411,113 +oltorf,benwhite,1496597059,1496597086,27 +oltorf,benwhite,1496584470,1496584522,52 +oltorf,benwhite,1496595364,1496595561,197 +oltorf,benwhite,1496615933,1496616120,187 +oltorf,benwhite,1496616025,1496616186,161 +oltorf,benwhite,1496591475,1496591527,52 +oltorf,benwhite,1496596462,1496596607,145 +oltorf,benwhite,1496571717,1496571726,9 +oltorf,benwhite,1496611391,1496611568,177 +oltorf,benwhite,1496584254,1496584305,51 +oltorf,benwhite,1496617914,1496618086,172 +oltorf,benwhite,1496589800,1496589917,117 +oltorf,benwhite,1496610403,1496610523,120 +oltorf,benwhite,1496605150,1496605260,110 +oltorf,benwhite,1496617069,1496617130,61 +oltorf,benwhite,1496578673,1496578792,119 +oltorf,benwhite,1496588628,1496588730,102 +oltorf,benwhite,1496594573,1496594587,14 +oltorf,benwhite,1496600661,1496600663,2 +oltorf,benwhite,1496570888,1496571029,141 +oltorf,benwhite,1496600836,1496601005,169 +oltorf,benwhite,1496588697,1496588877,180 +oltorf,benwhite,1496580909,1496580960,51 +oltorf,benwhite,1496569135,1496569236,101 +oltorf,benwhite,1496574122,1496574131,9 +oltorf,benwhite,1496601748,1496601942,194 +oltorf,benwhite,1496586661,1496586694,33 +oltorf,benwhite,1496573942,1496573951,9 +oltorf,benwhite,1496586153,1496586230,77 +oltorf,benwhite,1496607604,1496607696,92 +oltorf,benwhite,1496577012,1496577156,144 +oltorf,benwhite,1496575696,1496575848,152 +oltorf,benwhite,1496595756,1496595826,70 +oltorf,benwhite,1496612797,1496612974,177 +oltorf,benwhite,1496602208,1496602238,30 +oltorf,benwhite,1496574970,1496575055,85 +oltorf,benwhite,1496598160,1496598354,194 +oltorf,benwhite,1496615167,1496615332,165 +oltorf,benwhite,1496610450,1496610454,4 +oltorf,benwhite,1496583445,1496583622,177 +oltorf,benwhite,1496589453,1496589467,14 +oltorf,benwhite,1496611183,1496611252,69 +oltorf,benwhite,1496610832,1496610868,36 +oltorf,benwhite,1496617058,1496617135,77 +oltorf,benwhite,1496583115,1496583171,56 +oltorf,benwhite,1496569577,1496569585,8 +oltorf,benwhite,1496603955,1496603995,40 +oltorf,benwhite,1496568430,1496568506,76 +oltorf,benwhite,1496575823,1496575947,124 +oltorf,benwhite,1496616175,1496616355,180 +oltorf,benwhite,1496590480,1496590481,1 +oltorf,benwhite,1496578543,1496578678,135 +oltorf,benwhite,1496591267,1496591296,29 +oltorf,benwhite,1496604264,1496604421,157 +oltorf,benwhite,1496596208,1496596312,104 +oltorf,benwhite,1496615979,1496616138,159 +oltorf,benwhite,1496609219,1496609258,39 +oltorf,benwhite,1496608121,1496608167,46 +oltorf,benwhite,1496583932,1496583951,19 +oltorf,benwhite,1496587622,1496587673,51 +oltorf,benwhite,1496605569,1496605706,137 +oltorf,benwhite,1496590378,1496590518,140 +oltorf,benwhite,1496599914,1496600012,98 +oltorf,benwhite,1496590069,1496590120,51 +oltorf,benwhite,1496568428,1496568561,133 +oltorf,benwhite,1496597079,1496597126,47 +oltorf,benwhite,1496576773,1496576815,42 +oltorf,benwhite,1496613429,1496613544,115 +oltorf,benwhite,1496569176,1496569193,17 +oltorf,benwhite,1496585611,1496585685,74 +oltorf,benwhite,1496591636,1496591688,52 +oltorf,benwhite,1496604674,1496604715,41 +oltorf,benwhite,1496599371,1496599418,47 +oltorf,benwhite,1496581887,1496581929,42 +oltorf,benwhite,1496602215,1496602288,73 +oltorf,benwhite,1496571679,1496571825,146 +oltorf,benwhite,1496603160,1496603270,110 +oltorf,benwhite,1496592587,1496592749,162 +oltorf,benwhite,1496615082,1496615191,109 +oltorf,benwhite,1496608735,1496608854,119 +oltorf,benwhite,1496593471,1496593568,97 +oltorf,benwhite,1496612763,1496612777,14 +oltorf,benwhite,1496617124,1496617170,46 +oltorf,benwhite,1496604132,1496604281,149 +oltorf,benwhite,1496571213,1496571372,159 +oltorf,benwhite,1496583434,1496583520,86 +oltorf,benwhite,1496612035,1496612139,104 +oltorf,benwhite,1496578167,1496578242,75 +oltorf,benwhite,1496610044,1496610175,131 +oltorf,benwhite,1496612939,1496612987,48 +oltorf,benwhite,1496606482,1496606505,23 +oltorf,benwhite,1496611783,1496611824,41 +oltorf,benwhite,1496569468,1496569569,101 +oltorf,benwhite,1496614290,1496614351,61 +oltorf,benwhite,1496583286,1496583451,165 +oltorf,benwhite,1496612046,1496612218,172 +oltorf,benwhite,1496596781,1496596966,185 +oltorf,benwhite,1496612058,1496612209,151 +oltorf,benwhite,1496604959,1496604976,17 +oltorf,benwhite,1496617037,1496617213,176 +oltorf,benwhite,1496591245,1496591391,146 +oltorf,benwhite,1496599864,1496599874,10 +oltorf,benwhite,1496609349,1496609349,0 +oltorf,benwhite,1496618259,1496618276,17 +oltorf,benwhite,1496568506,1496568555,49 +oltorf,benwhite,1496602516,1496602540,24 +oltorf,benwhite,1496576842,1496576985,143 +oltorf,benwhite,1496601800,1496601804,4 +oltorf,benwhite,1496575640,1496575715,75 +oltorf,benwhite,1496596203,1496596309,106 +oltorf,benwhite,1496609708,1496609872,164 +oltorf,benwhite,1496587848,1496587879,31 +oltorf,benwhite,1496573189,1496573296,107 +oltorf,benwhite,1496616570,1496616603,33 +oltorf,benwhite,1496588001,1496588101,100 +oltorf,benwhite,1496573040,1496573187,147 +oltorf,benwhite,1496581587,1496581725,138 +oltorf,benwhite,1496612593,1496612711,118 +oltorf,benwhite,1496615149,1496615268,119 +oltorf,benwhite,1496576285,1496576476,191 +oltorf,benwhite,1496589208,1496589327,119 +oltorf,benwhite,1496606821,1496607014,193 +oltorf,benwhite,1496611080,1496611123,43 +oltorf,benwhite,1496596387,1496596426,39 +oltorf,benwhite,1496604776,1496604836,60 +oltorf,benwhite,1496577349,1496577378,29 +oltorf,benwhite,1496579397,1496579526,129 +oltorf,benwhite,1496608323,1496608434,111 +oltorf,benwhite,1496618459,1496618493,34 +oltorf,benwhite,1496584074,1496584166,92 +oltorf,benwhite,1496591272,1496591320,48 +oltorf,benwhite,1496570056,1496570057,1 +oltorf,benwhite,1496606987,1496607073,86 +oltorf,benwhite,1496576608,1496576639,31 +oltorf,benwhite,1496595734,1496595832,98 +oltorf,benwhite,1496610634,1496610641,7 +oltorf,benwhite,1496587322,1496587437,115 +oltorf,benwhite,1496588334,1496588388,54 +oltorf,benwhite,1496599395,1496599573,178 +oltorf,benwhite,1496575625,1496575807,182 +oltorf,benwhite,1496593424,1496593559,135 +oltorf,benwhite,1496600257,1496600258,1 +oltorf,benwhite,1496577991,1496578142,151 +oltorf,benwhite,1496614233,1496614300,67 +oltorf,benwhite,1496606113,1496606118,5 +oltorf,benwhite,1496584524,1496584622,98 +oltorf,benwhite,1496582706,1496582723,17 +oltorf,benwhite,1496595310,1496595357,47 +oltorf,benwhite,1496579781,1496579788,7 +oltorf,benwhite,1496574571,1496574580,9 +oltorf,benwhite,1496581605,1496581761,156 +oltorf,benwhite,1496593723,1496593882,159 +oltorf,benwhite,1496614049,1496614134,85 +oltorf,benwhite,1496590333,1496590401,68 +oltorf,benwhite,1496602186,1496602368,182 +oltorf,benwhite,1496612250,1496612447,197 +oltorf,benwhite,1496605839,1496606003,164 +oltorf,benwhite,1496585539,1496585666,127 +oltorf,benwhite,1496592631,1496592748,117 +oltorf,benwhite,1496582309,1496582493,184 +oltorf,benwhite,1496573803,1496573943,140 +oltorf,benwhite,1496591326,1496591338,12 +oltorf,benwhite,1496579289,1496579403,114 +oltorf,benwhite,1496590008,1496590029,21 +oltorf,benwhite,1496610329,1496610350,21 +oltorf,benwhite,1496612032,1496612064,32 +oltorf,benwhite,1496611960,1496612033,73 +oltorf,benwhite,1496613909,1496614053,144 +oltorf,benwhite,1496615510,1496615646,136 +oltorf,benwhite,1496600334,1496600531,197 +oltorf,benwhite,1496612051,1496612152,101 +oltorf,benwhite,1496590897,1496591086,189 +oltorf,benwhite,1496615847,1496615913,66 +oltorf,benwhite,1496578823,1496578980,157 +oltorf,benwhite,1496599229,1496599376,147 +oltorf,benwhite,1496605086,1496605212,126 +oltorf,benwhite,1496572161,1496572203,42 +oltorf,benwhite,1496591669,1496591822,153 +oltorf,benwhite,1496593991,1496594012,21 +oltorf,benwhite,1496605483,1496605483,0 +oltorf,benwhite,1496600325,1496600469,144 +oltorf,benwhite,1496609043,1496609231,188 +oltorf,benwhite,1496594173,1496594341,168 +oltorf,benwhite,1496608642,1496608642,0 +oltorf,benwhite,1496568235,1496568243,8 +oltorf,benwhite,1496576574,1496576606,32 +oltorf,benwhite,1496615639,1496615820,181 +oltorf,benwhite,1496593600,1496593619,19 +oltorf,benwhite,1496588043,1496588073,30 +oltorf,benwhite,1496611521,1496611661,140 +oltorf,benwhite,1496617994,1496618038,44 +oltorf,benwhite,1496570245,1496570386,141 +oltorf,benwhite,1496595430,1496595487,57 +oltorf,benwhite,1496575307,1496575387,80 +oltorf,benwhite,1496579498,1496579518,20 +oltorf,benwhite,1496568611,1496568792,181 +oltorf,benwhite,1496596207,1496596355,148 +oltorf,benwhite,1496600118,1496600156,38 +oltorf,benwhite,1496568477,1496568497,20 +oltorf,benwhite,1496597663,1496597770,107 +oltorf,benwhite,1496613717,1496613908,191 +oltorf,benwhite,1496602042,1496602240,198 +oltorf,benwhite,1496617932,1496618087,155 +oltorf,benwhite,1496571717,1496571821,104 +oltorf,benwhite,1496577390,1496577476,86 +oltorf,benwhite,1496617877,1496617964,87 +oltorf,benwhite,1496597690,1496597849,159 +oltorf,benwhite,1496573187,1496573307,120 +oltorf,benwhite,1496594506,1496594524,18 +oltorf,benwhite,1496582805,1496582863,58 +oltorf,benwhite,1496616733,1496616857,124 +oltorf,benwhite,1496573383,1496573397,14 +oltorf,benwhite,1496611486,1496611501,15 +oltorf,benwhite,1496573106,1496573202,96 +oltorf,benwhite,1496596663,1496596713,50 +oltorf,benwhite,1496584810,1496584900,90 +oltorf,benwhite,1496618442,1496618625,183 +oltorf,benwhite,1496616527,1496616634,107 +oltorf,benwhite,1496574025,1496574126,101 +oltorf,benwhite,1496578124,1496578277,153 +oltorf,benwhite,1496605186,1496605284,98 +oltorf,benwhite,1496603508,1496603628,120 +oltorf,benwhite,1496618292,1496618329,37 +oltorf,benwhite,1496568888,1496569041,153 +oltorf,benwhite,1496609264,1496609346,82 +oltorf,benwhite,1496593633,1496593788,155 +oltorf,benwhite,1496569282,1496569345,63 +oltorf,benwhite,1496606376,1496606380,4 +oltorf,benwhite,1496604950,1496604973,23 +oltorf,benwhite,1496615732,1496615859,127 +oltorf,benwhite,1496601127,1496601185,58 +oltorf,benwhite,1496571435,1496571448,13 +oltorf,benwhite,1496592763,1496592957,194 +oltorf,benwhite,1496597789,1496597898,109 +oltorf,benwhite,1496585194,1496585197,3 +oltorf,benwhite,1496574253,1496574350,97 +oltorf,benwhite,1496601749,1496601904,155 +oltorf,benwhite,1496602219,1496602260,41 +oltorf,benwhite,1496618380,1496618492,112 +oltorf,benwhite,1496577589,1496577750,161 +oltorf,benwhite,1496610543,1496610640,97 +oltorf,benwhite,1496577443,1496577506,63 +oltorf,benwhite,1496580219,1496580247,28 +oltorf,benwhite,1496616371,1496616437,66 +oltorf,benwhite,1496590167,1496590230,63 +oltorf,benwhite,1496580810,1496580852,42 +oltorf,benwhite,1496574026,1496574036,10 +oltorf,benwhite,1496569987,1496570039,52 +oltorf,benwhite,1496586643,1496586824,181 +oltorf,benwhite,1496598288,1496598392,104 +oltorf,benwhite,1496576176,1496576336,160 +oltorf,benwhite,1496594699,1496594784,85 +oltorf,benwhite,1496616543,1496616607,64 +oltorf,benwhite,1496617017,1496617028,11 +oltorf,benwhite,1496587820,1496587840,20 +oltorf,benwhite,1496576719,1496576892,173 +oltorf,benwhite,1496605959,1496605972,13 +oltorf,benwhite,1496612459,1496612647,188 +oltorf,benwhite,1496585266,1496585376,110 +oltorf,benwhite,1496600604,1496600779,175 +oltorf,benwhite,1496592104,1496592205,101 +oltorf,benwhite,1496569376,1496569437,61 +oltorf,benwhite,1496591117,1496591240,123 +oltorf,benwhite,1496584472,1496584520,48 +oltorf,benwhite,1496590574,1496590762,188 +oltorf,benwhite,1496607435,1496607536,101 +oltorf,benwhite,1496580727,1496580911,184 +oltorf,benwhite,1496613977,1496614170,193 +oltorf,benwhite,1496598122,1496598211,89 +oltorf,benwhite,1496617194,1496617271,77 +oltorf,benwhite,1496588582,1496588652,70 +oltorf,benwhite,1496573675,1496573694,19 +oltorf,benwhite,1496601320,1496601447,127 +oltorf,benwhite,1496596052,1496596195,143 +oltorf,benwhite,1496595819,1496596007,188 +oltorf,benwhite,1496597113,1496597271,158 +oltorf,benwhite,1496613497,1496613567,70 +oltorf,benwhite,1496582596,1496582623,27 +oltorf,benwhite,1496614359,1496614418,59 +oltorf,benwhite,1496602625,1496602775,150 +oltorf,benwhite,1496616413,1496616588,175 +oltorf,benwhite,1496581388,1496581462,74 +oltorf,benwhite,1496584181,1496584325,144 +oltorf,benwhite,1496597308,1496597481,173 +oltorf,benwhite,1496607333,1496607359,26 +oltorf,benwhite,1496579607,1496579608,1 +oltorf,benwhite,1496586407,1496586579,172 +oltorf,benwhite,1496584117,1496584199,82 +oltorf,benwhite,1496603529,1496603576,47 +oltorf,benwhite,1496604948,1496604956,8 +oltorf,benwhite,1496569333,1496569435,102 +oltorf,benwhite,1496616040,1496616121,81 +oltorf,benwhite,1496575897,1496575959,62 +oltorf,benwhite,1496577574,1496577639,65 +oltorf,benwhite,1496579140,1496579201,61 +oltorf,benwhite,1496603900,1496603918,18 +oltorf,benwhite,1496610043,1496610155,112 +oltorf,benwhite,1496582301,1496582354,53 +oltorf,benwhite,1496611933,1496612105,172 +oltorf,benwhite,1496609958,1496610068,110 +oltorf,benwhite,1496593990,1496594122,132 +oltorf,benwhite,1496616225,1496616391,166 +oltorf,benwhite,1496602940,1496602990,50 +oltorf,benwhite,1496616619,1496616699,80 +oltorf,benwhite,1496586463,1496586600,137 +oltorf,benwhite,1496583574,1496583624,50 +oltorf,benwhite,1496592446,1496592635,189 +oltorf,benwhite,1496585747,1496585901,154 +oltorf,benwhite,1496597849,1496597937,88 +oltorf,benwhite,1496571257,1496571307,50 +oltorf,benwhite,1496588964,1496588965,1 +oltorf,benwhite,1496614413,1496614607,194 +oltorf,benwhite,1496585356,1496585451,95 +oltorf,benwhite,1496616448,1496616468,20 +oltorf,benwhite,1496597374,1496597571,197 +oltorf,benwhite,1496618120,1496618216,96 +oltorf,benwhite,1496605337,1496605342,5 +oltorf,benwhite,1496606165,1496606221,56 +oltorf,benwhite,1496571416,1496571472,56 +oltorf,benwhite,1496596807,1496596840,33 +oltorf,benwhite,1496609984,1496610086,102 +oltorf,benwhite,1496605219,1496605347,128 +oltorf,benwhite,1496571514,1496571532,18 +oltorf,benwhite,1496570052,1496570152,100 +oltorf,benwhite,1496615004,1496615159,155 +oltorf,benwhite,1496568907,1496569060,153 +oltorf,benwhite,1496575047,1496575121,74 +oltorf,benwhite,1496585186,1496585228,42 +oltorf,benwhite,1496610101,1496610172,71 +oltorf,benwhite,1496594185,1496594239,54 +oltorf,benwhite,1496600324,1496600417,93 +oltorf,benwhite,1496569816,1496569835,19 +oltorf,benwhite,1496573005,1496573048,43 +oltorf,benwhite,1496613298,1496613453,155 +oltorf,benwhite,1496617308,1496617431,123 +oltorf,benwhite,1496594743,1496594786,43 +oltorf,benwhite,1496589758,1496589947,189 +oltorf,benwhite,1496610233,1496610271,38 +oltorf,benwhite,1496568978,1496569009,31 +oltorf,benwhite,1496598127,1496598277,150 +oltorf,benwhite,1496609745,1496609799,54 +oltorf,benwhite,1496600929,1496601013,84 +oltorf,benwhite,1496572119,1496572270,151 +oltorf,benwhite,1496614233,1496614396,163 +oltorf,benwhite,1496613487,1496613661,174 +oltorf,benwhite,1496604534,1496604714,180 +oltorf,benwhite,1496608747,1496608795,48 +oltorf,benwhite,1496609115,1496609221,106 +oltorf,benwhite,1496617276,1496617431,155 +oltorf,benwhite,1496591179,1496591295,116 +oltorf,benwhite,1496606297,1496606491,194 +oltorf,benwhite,1496572919,1496572959,40 +oltorf,benwhite,1496573051,1496573243,192 +oltorf,benwhite,1496599992,1496600014,22 +oltorf,benwhite,1496589023,1496589156,133 +oltorf,benwhite,1496611968,1496612072,104 +oltorf,benwhite,1496585326,1496585341,15 +oltorf,benwhite,1496610827,1496610902,75 +oltorf,benwhite,1496610712,1496610753,41 +oltorf,benwhite,1496590388,1496590495,107 +oltorf,benwhite,1496588073,1496588191,118 +oltorf,benwhite,1496578377,1496578462,85 +oltorf,benwhite,1496580466,1496580501,35 +oltorf,benwhite,1496575081,1496575160,79 +oltorf,benwhite,1496573299,1496573366,67 +oltorf,benwhite,1496585316,1496585444,128 +oltorf,benwhite,1496614929,1496614984,55 +oltorf,benwhite,1496589067,1496589121,54 +oltorf,benwhite,1496574391,1496574570,179 +oltorf,benwhite,1496577283,1496577480,197 +oltorf,benwhite,1496580940,1496581002,62 +oltorf,benwhite,1496600829,1496600970,141 +oltorf,benwhite,1496608646,1496608656,10 +oltorf,benwhite,1496582294,1496582357,63 +oltorf,benwhite,1496617008,1496617079,71 +oltorf,benwhite,1496602301,1496602420,119 +oltorf,benwhite,1496571596,1496571644,48 +oltorf,benwhite,1496611783,1496611961,178 +oltorf,benwhite,1496593034,1496593143,109 +oltorf,benwhite,1496578399,1496578484,85 +oltorf,benwhite,1496569015,1496569062,47 +oltorf,benwhite,1496618299,1496618364,65 +oltorf,benwhite,1496594141,1496594293,152 +oltorf,benwhite,1496609554,1496609674,120 +oltorf,benwhite,1496618163,1496618360,197 +oltorf,benwhite,1496609308,1496609362,54 +oltorf,benwhite,1496609729,1496609816,87 +oltorf,benwhite,1496576410,1496576511,101 +oltorf,benwhite,1496601102,1496601156,54 +oltorf,benwhite,1496573274,1496573299,25 +oltorf,benwhite,1496575948,1496576024,76 +oltorf,benwhite,1496595605,1496595618,13 +oltorf,benwhite,1496618255,1496618453,198 +oltorf,benwhite,1496579156,1496579309,153 +oltorf,benwhite,1496591299,1496591369,70 +oltorf,benwhite,1496615523,1496615675,152 +oltorf,benwhite,1496586295,1496586420,125 +oltorf,benwhite,1496580565,1496580595,30 +oltorf,benwhite,1496568627,1496568683,56 +oltorf,benwhite,1496607483,1496607563,80 +oltorf,benwhite,1496600716,1496600896,180 +oltorf,benwhite,1496614871,1496614904,33 +oltorf,benwhite,1496601844,1496601949,105 +oltorf,benwhite,1496603082,1496603166,84 +oltorf,benwhite,1496590409,1496590574,165 +oltorf,benwhite,1496609547,1496609550,3 +oltorf,benwhite,1496578263,1496578278,15 +oltorf,benwhite,1496615305,1496615382,77 +oltorf,benwhite,1496609873,1496609880,7 +oltorf,benwhite,1496612031,1496612090,59 +oltorf,benwhite,1496593787,1496593843,56 +oltorf,benwhite,1496587620,1496587725,105 +oltorf,benwhite,1496613926,1496614055,129 +oltorf,benwhite,1496607172,1496607271,99 +oltorf,benwhite,1496612285,1496612336,51 +oltorf,benwhite,1496582073,1496582219,146 +oltorf,benwhite,1496580033,1496580203,170 +oltorf,benwhite,1496588891,1496588898,7 +oltorf,benwhite,1496595783,1496595895,112 +oltorf,benwhite,1496585794,1496585928,134 +oltorf,benwhite,1496602641,1496602738,97 +oltorf,benwhite,1496568189,1496568359,170 +oltorf,benwhite,1496578555,1496578726,171 +oltorf,benwhite,1496606498,1496606626,128 +oltorf,benwhite,1496589102,1496589130,28 +oltorf,benwhite,1496594958,1496594958,0 +oltorf,benwhite,1496590746,1496590895,149 +oltorf,benwhite,1496588255,1496588417,162 +oltorf,benwhite,1496609217,1496609271,54 +oltorf,benwhite,1496615238,1496615238,0 +oltorf,benwhite,1496602432,1496602589,157 +oltorf,benwhite,1496578663,1496578843,180 +oltorf,benwhite,1496591863,1496592016,153 +oltorf,benwhite,1496610759,1496610915,156 +oltorf,benwhite,1496609198,1496609358,160 +oltorf,benwhite,1496587786,1496587830,44 +oltorf,benwhite,1496610042,1496610045,3 +oltorf,benwhite,1496572325,1496572397,72 +oltorf,benwhite,1496592705,1496592748,43 +oltorf,benwhite,1496578486,1496578604,118 +oltorf,benwhite,1496577261,1496577269,8 +oltorf,benwhite,1496568261,1496568383,122 +oltorf,benwhite,1496584208,1496584258,50 +oltorf,benwhite,1496585144,1496585326,182 +oltorf,benwhite,1496610509,1496610621,112 +oltorf,benwhite,1496605305,1496605454,149 +oltorf,benwhite,1496605528,1496605598,70 +oltorf,benwhite,1496610123,1496610240,117 +oltorf,benwhite,1496595304,1496595438,134 +oltorf,benwhite,1496610007,1496610039,32 +oltorf,benwhite,1496599145,1496599220,75 +oltorf,benwhite,1496611534,1496611568,34 +oltorf,benwhite,1496599196,1496599336,140 +oltorf,benwhite,1496581588,1496581597,9 +oltorf,benwhite,1496590355,1496590423,68 +oltorf,benwhite,1496598617,1496598755,138 +oltorf,benwhite,1496595653,1496595689,36 +oltorf,benwhite,1496614535,1496614664,129 +oltorf,benwhite,1496604924,1496604982,58 +oltorf,benwhite,1496602343,1496602523,180 +oltorf,benwhite,1496570816,1496570875,59 +oltorf,benwhite,1496589488,1496589669,181 +oltorf,benwhite,1496616303,1496616327,24 +oltorf,benwhite,1496615043,1496615055,12 +oltorf,benwhite,1496604496,1496604504,8 +oltorf,benwhite,1496585833,1496586014,181 +oltorf,benwhite,1496580610,1496580649,39 +oltorf,benwhite,1496598680,1496598849,169 +oltorf,benwhite,1496582193,1496582278,85 +oltorf,benwhite,1496582164,1496582285,121 +oltorf,benwhite,1496609778,1496609952,174 +oltorf,benwhite,1496587109,1496587146,37 +oltorf,benwhite,1496572037,1496572045,8 +oltorf,benwhite,1496581859,1496582041,182 +oltorf,benwhite,1496588574,1496588663,89 +oltorf,benwhite,1496610744,1496610771,27 +oltorf,benwhite,1496581590,1496581651,61 +oltorf,benwhite,1496599710,1496599711,1 +oltorf,benwhite,1496584650,1496584785,135 +oltorf,benwhite,1496574527,1496574595,68 +oltorf,benwhite,1496617558,1496617729,171 +oltorf,benwhite,1496588279,1496588433,154 +oltorf,benwhite,1496594335,1496594475,140 +oltorf,benwhite,1496581195,1496581308,113 +oltorf,benwhite,1496606410,1496606459,49 +oltorf,benwhite,1496586416,1496586501,85 +oltorf,benwhite,1496586514,1496586688,174 +oltorf,benwhite,1496599946,1496600144,198 +oltorf,benwhite,1496609078,1496609117,39 +oltorf,benwhite,1496586040,1496586058,18 +oltorf,benwhite,1496606718,1496606752,34 +oltorf,benwhite,1496610911,1496611064,153 +oltorf,benwhite,1496577304,1496577443,139 +oltorf,benwhite,1496602301,1496602417,116 +oltorf,benwhite,1496570545,1496570742,197 +oltorf,benwhite,1496613114,1496613190,76 +oltorf,benwhite,1496606830,1496606883,53 +oltorf,benwhite,1496568994,1496569143,149 +oltorf,benwhite,1496597672,1496597776,104 +oltorf,benwhite,1496593207,1496593285,78 +oltorf,benwhite,1496605811,1496605857,46 +oltorf,benwhite,1496607012,1496607144,132 +oltorf,benwhite,1496591759,1496591943,184 +oltorf,benwhite,1496568936,1496569036,100 +oltorf,benwhite,1496598781,1496598913,132 +oltorf,benwhite,1496606125,1496606252,127 +oltorf,benwhite,1496617773,1496617942,169 +oltorf,benwhite,1496612487,1496612546,59 +oltorf,benwhite,1496585705,1496585739,34 +oltorf,benwhite,1496595107,1496595296,189 +oltorf,benwhite,1496600704,1496600712,8 +oltorf,benwhite,1496578272,1496578356,84 +oltorf,benwhite,1496584638,1496584685,47 +oltorf,benwhite,1496581860,1496581876,16 +oltorf,benwhite,1496584839,1496584992,153 +oltorf,benwhite,1496576857,1496576947,90 +oltorf,benwhite,1496582918,1496582953,35 +oltorf,benwhite,1496581985,1496582117,132 +oltorf,benwhite,1496614604,1496614789,185 +oltorf,benwhite,1496609938,1496609976,38 +oltorf,benwhite,1496595876,1496595962,86 +oltorf,benwhite,1496588158,1496588240,82 +oltorf,benwhite,1496571712,1496571906,194 +oltorf,benwhite,1496573131,1496573309,178 +oltorf,benwhite,1496611793,1496611809,16 +oltorf,benwhite,1496600076,1496600202,126 +oltorf,benwhite,1496591297,1496591387,90 +oltorf,benwhite,1496579216,1496579353,137 diff --git a/components/data/intersection_status_snapshot_conflict.json b/components/data/intersection_status_snapshot_conflict.json new file mode 100644 index 00000000..1b205c5f --- /dev/null +++ b/components/data/intersection_status_snapshot_conflict.json @@ -0,0 +1,89 @@ +[ { + "kits_id" : "625", + "intersection_name" : "W MARTIN LUTHER KING JR BLVD / NUECES ST", + "latitude" : "30.282238", + "signal_status_previous" : "3", + "operation_state" : "1", + "status_datetime" : "2016-10-06T10:55:04", + "cross_street" : "NUECES", + "atd_signal_id" : "21", + "record_id" : "21_1475769603", + "poll_status" : "1", + "processed_datetime" : "2016-10-06T11:00:03", + "location" : { + "latitude" : "30.282238", + "needs_recoding" : false, + "longitude" : "-97.7437439" + }, + "plan_id" : "1", + "primary_street" : "MARTIN LUTHER KING JR", + "signal_status" : "1", + "longitude" : "-97.7437439" +} +, { + "kits_id" : "640", + "intersection_name" : "W 15TH ST / LAVACA ST", + "latitude" : "30.2776051", + "signal_status_previous" : "2", + "operation_state" : "2", + "status_datetime" : "2016-10-05T10:22:23", + "cross_street" : "LAVACA", + "atd_signal_id" : "221", + "record_id" : "221_1475681103", + "poll_status" : "1", + "processed_datetime" : "2016-10-05T10:25:03", + "location" : { + "latitude" : "30.2776051", + "needs_recoding" : false, + "longitude" : "-97.7419281" + }, + "plan_id" : "1", + "primary_street" : "15TH", + "signal_status" : "2", + "longitude" : "-97.7419281" +} +, { + "kits_id" : "552", + "intersection_name" : "E 15TH ST / BRAZOS ST", + "latitude" : "30.2765484", + "signal_status_previous" : "2", + "operation_state" : "2", + "status_datetime" : "2016-10-05T10:22:23", + "cross_street" : "BRAZOS", + "atd_signal_id" : "259", + "record_id" : "259_1475681103", + "poll_status" : "1", + "processed_datetime" : "2016-10-05T10:25:03", + "location" : { + "latitude" : "30.2765484", + "needs_recoding" : false, + "longitude" : "-97.7381973" + }, + "plan_id" : "1", + "primary_street" : "15TH", + "signal_status" : "2", + "longitude" : "-97.7381973" +} +, { + "kits_id" : "142", + "intersection_name" : "W 15TH ST / CONGRESS AVE", + "latitude" : "30.2769184", + "signal_status_previous" : "2", + "operation_state" : "2", + "status_datetime" : "2016-10-05T10:22:23", + "cross_street" : "CONGRESS", + "atd_signal_id" : "222", + "record_id" : "222_1475681103", + "poll_status" : "1", + "processed_datetime" : "2016-10-05T10:25:03", + "location" : { + "latitude" : "30.2769184", + "needs_recoding" : false, + "longitude" : "-97.7394943" + }, + "plan_id" : "1", + "primary_street" : "15TH", + "signal_status" : "2", + "longitude" : "-97.7394943" +} + ] \ No newline at end of file diff --git a/components/data/intersection_status_snapshot_conflict_one.json b/components/data/intersection_status_snapshot_conflict_one.json new file mode 100644 index 00000000..107ec74c --- /dev/null +++ b/components/data/intersection_status_snapshot_conflict_one.json @@ -0,0 +1 @@ +[{"assetnum":"475","intid":"10","intname":"Lamar Blvd-Rundberg","intstatus":"2","intstatusdatetime":"2016-06-07T09:00:11.000","latitude":"30.36311849","location":{"type":"Point","coordinates":[-97.696971,30.363118]},"longitude":"-97.6969715","operationstate":"0","planid":"1","pollstatus":"1","processeddatetime":"2016-06-07T11:58:02.000","recordid":"10_20160607115802","streetn1":"Lamar Blvd","streetn2":"Rundberg"}] \ No newline at end of file diff --git a/components/data/lamar_all_may_2016.csv b/components/data/lamar_all_may_2016.csv new file mode 100644 index 00000000..44274830 --- /dev/null +++ b/components/data/lamar_all_may_2016.csv @@ -0,0 +1,771 @@ +segment,day,period,sample_size,travel_time,avg_speed,sequence,segment_length +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,0,am_off,10,90,35.8,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,1,am_off,15,89,36.93333333,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,2,am_off,13,93,34.69230769,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,3,am_off,16,89.6875,36.5,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,4,am_off,17,84.41176471,37.94117647,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,5,am_off,28,96.60714286,34.64285714,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,6,am_off,35,93.42857143,34.4,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,0,am_peak,307,106.4104235,30.80130293,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,1,am_peak,367,125.4141689,27.91553134,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,2,am_peak,426,111.8685446,29.842723,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,3,am_peak,341,119.4750733,29.17595308,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,4,am_peak,289,109.3979239,29.69896194,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,5,am_peak,89,103.1797753,31.94382022,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,6,am_peak,55,101.6909091,32.52727273,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,0,mid_day,572,104.6573427,31.70104895,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,1,mid_day,700,99.52857143,32.61428571,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,2,mid_day,599,98.92654424,33.01669449,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,3,mid_day,567,123.313933,30.03880071,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,4,mid_day,675,101.92,32.32592593,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,5,mid_day,464,118.8556034,27.56896552,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,6,mid_day,505,114.9366337,28.56435644,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,0,pm_off,130,94.75384615,34.40769231,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,1,pm_off,202,98.83663366,32.90594059,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,2,pm_off,169,103.1183432,31.70414201,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,3,pm_off,166,109.186747,31.72891566,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,4,pm_off,173,112.3641618,29.53757225,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,5,pm_off,163,105.9877301,30.76687117,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,6,pm_off,137,104.8467153,31.90510949,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,0,pm_peak,381,115.2965879,28.08923885,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,1,pm_peak,495,115.769697,28.00606061,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,2,pm_peak,372,116.922043,27.7688172,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,3,pm_peak,401,124.1571072,26.24937656,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,4,pm_peak,331,120.9335347,26.50151057,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,5,pm_peak,252,116.1904762,28.05952381,0,0.868 +Lamar_BrodieOaks$Lamar_and_Manchca_Barton_skyway,6,pm_peak,326,110.5276074,29.5398773,0,0.868 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,0,am_off,86,37.46511628,32.65116279,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,1,am_off,84,35.22619048,32.86904762,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,2,am_off,66,36.15151515,32.12121212,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,3,am_off,64,36.078125,32.203125,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,4,am_off,92,34.23913043,33.80434783,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,5,am_off,111,35.04504505,32.86486486,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,6,am_off,158,35.38607595,32.79746835,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,0,am_peak,898,48.80623608,25.9688196,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,1,am_peak,1114,58.60502693,23.61400359,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,2,am_peak,894,51.96308725,24.85794183,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,3,am_peak,851,58.76615746,22.87779083,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,4,am_peak,772,44.77331606,27.30958549,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,5,am_peak,304,35.77960526,32.22697368,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,6,am_peak,223,36.01793722,31.70852018,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,0,mid_day,1413,46.00849257,27.97947629,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,1,mid_day,1535,48.7257329,27.30228013,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,2,mid_day,1175,40.72170213,29.10978723,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,3,mid_day,1135,70.04140969,23.94625551,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,4,mid_day,1365,44.3978022,27.38681319,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,5,mid_day,1137,56.77924362,24.24186456,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,6,mid_day,1244,40.66961415,28.84083601,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,0,pm_off,365,37.58630137,30.79726027,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,1,pm_off,413,36.94915254,31.3220339,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,2,pm_off,345,38.11304348,30.46956522,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,3,pm_off,365,39.47945205,29.63013699,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,4,pm_off,462,39.91558442,29.3961039,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,5,pm_off,440,38.51818182,30.04318182,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,6,pm_off,358,36.66201117,31.33519553,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,0,pm_peak,949,42,28.53424658,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,1,pm_peak,1013,44.970385,26.8094768,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,2,pm_peak,813,46.91143911,25.83763838,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,3,pm_peak,869,51.75258918,25.04027618,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,4,pm_peak,833,48.93277311,24.81152461,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,5,pm_peak,683,40.5636896,28.98389458,1,0.307 +Lamar_and_Manchca_Barton_skyway$Lamar_Blue_Bonnet,6,pm_peak,776,38.41752577,30.24871134,1,0.307 +Lamar_Blue_Bonnet$lamar_oltorf,0,am_off,73,48.83561644,34.93150685,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,1,am_off,73,45.93150685,36.39726027,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,2,am_off,60,52.8,33.05,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,3,am_off,55,47.36363636,35.56363636,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,4,am_off,72,49.06944444,34.375,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,5,am_off,116,50.99137931,33.38793103,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,6,am_off,152,47.82236842,35.22368421,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,0,am_peak,726,70.82782369,26.95041322,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,1,am_peak,871,85.60160735,24.08036739,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,2,am_peak,689,73.6850508,25.68795356,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,3,am_peak,732,81.08060109,24.07923497,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,4,am_peak,594,59.88720539,29.4983165,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,5,am_peak,217,51.43317972,33.21198157,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,6,am_peak,204,49.95588235,34.04411765,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,0,mid_day,1218,61.0180624,28.30295567,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,1,mid_day,1183,64.18258664,26.84868977,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,2,mid_day,976,65.48770492,26.81864754,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,3,mid_day,879,78.37428896,24.97155859,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,4,mid_day,1115,66.78565022,26.19641256,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,5,mid_day,927,74.22222222,23.97950378,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,6,mid_day,1036,65.29150579,26.50772201,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,0,pm_off,357,54.45378151,31.06442577,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,1,pm_off,359,54.64623955,30.73259053,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,2,pm_off,283,56.86572438,29.71024735,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,3,pm_off,317,58.52681388,29.06940063,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,4,pm_off,397,59.33753149,28.64735516,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,5,pm_off,405,58.51604938,28.89135802,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,6,pm_off,286,51.38811189,32.68531469,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,0,pm_peak,775,61.79741935,27.85290323,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,1,pm_peak,834,67.91366906,25.57074341,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,2,pm_peak,676,67.15384615,25.95857988,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,3,pm_peak,697,71.88522238,24.47345768,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,4,pm_peak,655,72.67938931,24.19236641,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,5,pm_peak,585,64.67521368,26.75042735,2,0.45 +Lamar_Blue_Bonnet$lamar_oltorf,6,pm_peak,672,59.02827381,29.04613095,2,0.45 +lamar_oltorf$lamar_lamar_square,0,am_off,67,59.11940299,38.46268657,3,0.61 +lamar_oltorf$lamar_lamar_square,1,am_off,53,59.8490566,39.05660377,3,0.61 +lamar_oltorf$lamar_lamar_square,2,am_off,46,58.41304348,39.08695652,3,0.61 +lamar_oltorf$lamar_lamar_square,3,am_off,64,59.671875,38.96875,3,0.61 +lamar_oltorf$lamar_lamar_square,4,am_off,62,68.0483871,35.27419355,3,0.61 +lamar_oltorf$lamar_lamar_square,5,am_off,81,75.49382716,33.2962963,3,0.61 +lamar_oltorf$lamar_lamar_square,6,am_off,136,63.125,35.74264706,3,0.61 +lamar_oltorf$lamar_lamar_square,0,am_peak,566,98.50353357,29.61837456,3,0.61 +lamar_oltorf$lamar_lamar_square,1,am_peak,687,142.7030568,24.85443959,3,0.61 +lamar_oltorf$lamar_lamar_square,2,am_peak,516,114.3023256,26.11627907,3,0.61 +lamar_oltorf$lamar_lamar_square,3,am_peak,571,106.1611208,27.21190893,3,0.61 +lamar_oltorf$lamar_lamar_square,4,am_peak,542,70.8597786,32.48339483,3,0.61 +lamar_oltorf$lamar_lamar_square,5,am_peak,194,70.8814433,34.65979381,3,0.61 +lamar_oltorf$lamar_lamar_square,6,am_peak,159,66.93081761,34.20754717,3,0.61 +lamar_oltorf$lamar_lamar_square,0,mid_day,882,73.25623583,31.07142857,3,0.61 +lamar_oltorf$lamar_lamar_square,1,mid_day,905,75.70497238,30.14143646,3,0.61 +lamar_oltorf$lamar_lamar_square,2,mid_day,761,75.0499343,30.38501971,3,0.61 +lamar_oltorf$lamar_lamar_square,3,mid_day,710,75.01549296,30.38450704,3,0.61 +lamar_oltorf$lamar_lamar_square,4,mid_day,854,79.14754098,29.07142857,3,0.61 +lamar_oltorf$lamar_lamar_square,5,mid_day,712,86.34691011,27.76685393,3,0.61 +lamar_oltorf$lamar_lamar_square,6,mid_day,803,75.35491905,30.26400996,3,0.61 +lamar_oltorf$lamar_lamar_square,0,pm_off,250,68.624,32.928,3,0.61 +lamar_oltorf$lamar_lamar_square,1,pm_off,286,69.89160839,32.4965035,3,0.61 +lamar_oltorf$lamar_lamar_square,2,pm_off,234,72.04273504,31.66239316,3,0.61 +lamar_oltorf$lamar_lamar_square,3,pm_off,251,75.27888446,30.51394422,3,0.61 +lamar_oltorf$lamar_lamar_square,4,pm_off,302,75.08278146,30.30794702,3,0.61 +lamar_oltorf$lamar_lamar_square,5,pm_off,330,73.01515152,31.1030303,3,0.61 +lamar_oltorf$lamar_lamar_square,6,pm_off,248,68.07258065,33.33064516,3,0.61 +lamar_oltorf$lamar_lamar_square,0,pm_peak,624,74.57051282,31.08814103,3,0.61 +lamar_oltorf$lamar_lamar_square,1,pm_peak,646,77.41486068,29.88390093,3,0.61 +lamar_oltorf$lamar_lamar_square,2,pm_peak,516,77.09496124,30.08914729,3,0.61 +lamar_oltorf$lamar_lamar_square,3,pm_peak,521,74.93474088,30.67178503,3,0.61 +lamar_oltorf$lamar_lamar_square,4,pm_peak,509,78.21611002,29.51866405,3,0.61 +lamar_oltorf$lamar_lamar_square,5,pm_peak,462,76.4047619,29.81385281,3,0.61 +lamar_oltorf$lamar_lamar_square,6,pm_peak,499,72.52905812,31.27655311,3,0.61 +lamar_lamar_square$lamar_barton_springs,0,am_off,85,56.29411765,35.17647059,4,0.53 +lamar_lamar_square$lamar_barton_springs,1,am_off,70,58.55714286,35.81428571,4,0.53 +lamar_lamar_square$lamar_barton_springs,2,am_off,40,54.45,35.8,4,0.53 +lamar_lamar_square$lamar_barton_springs,3,am_off,75,54.69333333,35.88,4,0.53 +lamar_lamar_square$lamar_barton_springs,4,am_off,83,57.27710843,34.55421687,4,0.53 +lamar_lamar_square$lamar_barton_springs,5,am_off,110,61.81818182,32.08181818,4,0.53 +lamar_lamar_square$lamar_barton_springs,6,am_off,162,57.35185185,34.27160494,4,0.53 +lamar_lamar_square$lamar_barton_springs,0,am_peak,535,131.9140187,20.97383178,4,0.53 +lamar_lamar_square$lamar_barton_springs,1,am_peak,529,184.7088847,17.27599244,4,0.53 +lamar_lamar_square$lamar_barton_springs,2,am_peak,503,180.7872763,17.26242545,4,0.53 +lamar_lamar_square$lamar_barton_springs,3,am_peak,545,177.4513761,17.08440367,4,0.53 +lamar_lamar_square$lamar_barton_springs,4,am_peak,512,84.65429688,25.46484375,4,0.53 +lamar_lamar_square$lamar_barton_springs,5,am_peak,208,65.67307692,30.14423077,4,0.53 +lamar_lamar_square$lamar_barton_springs,6,am_peak,190,61.13157895,32.09473684,4,0.53 +lamar_lamar_square$lamar_barton_springs,0,mid_day,885,74.91638418,26.95932203,4,0.53 +lamar_lamar_square$lamar_barton_springs,1,mid_day,834,82.77697842,24.60551559,4,0.53 +lamar_lamar_square$lamar_barton_springs,2,mid_day,843,90.08896797,23.71055753,4,0.53 +lamar_lamar_square$lamar_barton_springs,3,mid_day,822,79.04622871,25.62530414,4,0.53 +lamar_lamar_square$lamar_barton_springs,4,mid_day,915,118.3967213,20.4863388,4,0.53 +lamar_lamar_square$lamar_barton_springs,5,mid_day,719,141.2670376,17.6077886,4,0.53 +lamar_lamar_square$lamar_barton_springs,6,mid_day,797,84.46047679,24.5608532,4,0.53 +lamar_lamar_square$lamar_barton_springs,0,pm_off,275,67.05454545,29.63272727,4,0.53 +lamar_lamar_square$lamar_barton_springs,1,pm_off,228,67.15350877,29.53508772,4,0.53 +lamar_lamar_square$lamar_barton_springs,2,pm_off,274,73.18978102,27.5729927,4,0.53 +lamar_lamar_square$lamar_barton_springs,3,pm_off,277,72.4801444,27.6967509,4,0.53 +lamar_lamar_square$lamar_barton_springs,4,pm_off,307,75.21172638,26.85993485,4,0.53 +lamar_lamar_square$lamar_barton_springs,5,pm_off,340,73.50882353,27.32058824,4,0.53 +lamar_lamar_square$lamar_barton_springs,6,pm_off,266,67.17669173,29.67293233,4,0.53 +lamar_lamar_square$lamar_barton_springs,0,pm_peak,551,74.28493648,27.13974592,4,0.53 +lamar_lamar_square$lamar_barton_springs,1,pm_peak,462,99.15367965,23.64718615,4,0.53 +lamar_lamar_square$lamar_barton_springs,2,pm_peak,515,80.1961165,25.58834951,4,0.53 +lamar_lamar_square$lamar_barton_springs,3,pm_peak,486,76.59465021,26.5781893,4,0.53 +lamar_lamar_square$lamar_barton_springs,4,pm_peak,489,85.8609407,24.48261759,4,0.53 +lamar_lamar_square$lamar_barton_springs,5,pm_peak,442,88.6199095,23.24886878,4,0.53 +lamar_lamar_square$lamar_barton_springs,6,pm_peak,488,75.14754098,26.79713115,4,0.53 +lamar_barton_springs$lamar_riverside,0,am_off,102,30.16666667,34.74509804,5,0.264 +lamar_barton_springs$lamar_riverside,1,am_off,80,27.875,36.7625,5,0.264 +lamar_barton_springs$lamar_riverside,2,am_off,69,30.28985507,35.13043478,5,0.264 +lamar_barton_springs$lamar_riverside,3,am_off,76,30.82894737,33.43421053,5,0.264 +lamar_barton_springs$lamar_riverside,4,am_off,88,32.19318182,32.63636364,5,0.264 +lamar_barton_springs$lamar_riverside,5,am_off,156,31.23717949,33.12820513,5,0.264 +lamar_barton_springs$lamar_riverside,6,am_off,208,34.85576923,31.75961538,5,0.264 +lamar_barton_springs$lamar_riverside,0,am_peak,716,55.73882682,23.38407821,5,0.264 +lamar_barton_springs$lamar_riverside,1,am_peak,730,71.71780822,19.66164384,5,0.264 +lamar_barton_springs$lamar_riverside,2,am_peak,699,64.51359084,20.61230329,5,0.264 +lamar_barton_springs$lamar_riverside,3,am_peak,689,66.04063861,20.1436865,5,0.264 +lamar_barton_springs$lamar_riverside,4,am_peak,589,40.29371817,28.56706282,5,0.264 +lamar_barton_springs$lamar_riverside,5,am_peak,241,34.21576763,31.31120332,5,0.264 +lamar_barton_springs$lamar_riverside,6,am_peak,243,36.22222222,29.53909465,5,0.264 +lamar_barton_springs$lamar_riverside,0,mid_day,1065,35.59624413,29.23943662,5,0.264 +lamar_barton_springs$lamar_riverside,1,mid_day,969,37.35603715,28.57275542,5,0.264 +lamar_barton_springs$lamar_riverside,2,mid_day,985,41.58172589,26.88832487,5,0.264 +lamar_barton_springs$lamar_riverside,3,mid_day,926,37.63282937,28.05831533,5,0.264 +lamar_barton_springs$lamar_riverside,4,mid_day,1042,55.58445298,23.61708253,5,0.264 +lamar_barton_springs$lamar_riverside,5,mid_day,934,44.93147752,26.03211991,5,0.264 +lamar_barton_springs$lamar_riverside,6,mid_day,985,37.65888325,28.1319797,5,0.264 +lamar_barton_springs$lamar_riverside,0,pm_off,366,37.63387978,29.13114754,5,0.264 +lamar_barton_springs$lamar_riverside,1,pm_off,339,36.92625369,28.89380531,5,0.264 +lamar_barton_springs$lamar_riverside,2,pm_off,364,37.74725275,28.48626374,5,0.264 +lamar_barton_springs$lamar_riverside,3,pm_off,381,37.92913386,28.90288714,5,0.264 +lamar_barton_springs$lamar_riverside,4,pm_off,431,42.4037123,26.17169374,5,0.264 +lamar_barton_springs$lamar_riverside,5,pm_off,398,38.32160804,27.99246231,5,0.264 +lamar_barton_springs$lamar_riverside,6,pm_off,388,38.63402062,28.25515464,5,0.264 +lamar_barton_springs$lamar_riverside,0,pm_peak,683,35.55051245,29.95754026,5,0.264 +lamar_barton_springs$lamar_riverside,1,pm_peak,547,55.68555759,25.82815356,5,0.264 +lamar_barton_springs$lamar_riverside,2,pm_peak,586,37.37372014,29.44197952,5,0.264 +lamar_barton_springs$lamar_riverside,3,pm_peak,568,33.14964789,30.79225352,5,0.264 +lamar_barton_springs$lamar_riverside,4,pm_peak,656,53.41463415,25.31402439,5,0.264 +lamar_barton_springs$lamar_riverside,5,pm_peak,582,38.19243986,27.41924399,5,0.264 +lamar_barton_springs$lamar_riverside,6,pm_peak,662,35.43202417,29.18731118,5,0.264 +lamar_riverside$lamar_5th,0,am_off,43,48.62790698,32.39534884,6,0.426 +lamar_riverside$lamar_5th,1,am_off,54,50.92592593,30.98148148,6,0.426 +lamar_riverside$lamar_5th,2,am_off,55,50.01818182,31.8,6,0.426 +lamar_riverside$lamar_5th,3,am_off,57,50.66666667,31.77192982,6,0.426 +lamar_riverside$lamar_5th,4,am_off,85,50.90588235,31.43529412,6,0.426 +lamar_riverside$lamar_5th,5,am_off,84,52.88095238,30.35714286,6,0.426 +lamar_riverside$lamar_5th,6,am_off,128,53.5859375,30.7109375,6,0.426 +lamar_riverside$lamar_5th,0,am_peak,492,119.2378049,15.0304878,6,0.426 +lamar_riverside$lamar_5th,1,am_peak,505,127.6079208,14.64356436,6,0.426 +lamar_riverside$lamar_5th,2,am_peak,482,116.7219917,15.41286307,6,0.426 +lamar_riverside$lamar_5th,3,am_peak,487,131.4004107,13.41067762,6,0.426 +lamar_riverside$lamar_5th,4,am_peak,334,99.96107784,17.96706587,6,0.426 +lamar_riverside$lamar_5th,5,am_peak,109,60.78899083,27.52293578,6,0.426 +lamar_riverside$lamar_5th,6,am_peak,138,55.65217391,29.14492754,6,0.426 +lamar_riverside$lamar_5th,0,mid_day,696,85.30316092,21.70545977,6,0.426 +lamar_riverside$lamar_5th,1,mid_day,743,100.526245,18.67025572,6,0.426 +lamar_riverside$lamar_5th,2,mid_day,739,109.7997294,18.78890392,6,0.426 +lamar_riverside$lamar_5th,3,mid_day,727,87.52819807,20.61485557,6,0.426 +lamar_riverside$lamar_5th,4,mid_day,561,144.5115865,14.26737968,6,0.426 +lamar_riverside$lamar_5th,5,mid_day,440,150.7340909,12.62045455,6,0.426 +lamar_riverside$lamar_5th,6,mid_day,588,92.78401361,19.56462585,6,0.426 +lamar_riverside$lamar_5th,0,pm_off,216,57.25,28.17592593,6,0.426 +lamar_riverside$lamar_5th,1,pm_off,278,59.97482014,26.84892086,6,0.426 +lamar_riverside$lamar_5th,2,pm_off,270,57.71111111,27.89259259,6,0.426 +lamar_riverside$lamar_5th,3,pm_off,289,60.70934256,26.76124567,6,0.426 +lamar_riverside$lamar_5th,4,pm_off,236,80.43644068,22.24152542,6,0.426 +lamar_riverside$lamar_5th,5,pm_off,248,68.34274194,24.09677419,6,0.426 +lamar_riverside$lamar_5th,6,pm_off,237,53.41350211,29.89873418,6,0.426 +lamar_riverside$lamar_5th,0,pm_peak,481,73.76299376,23.12058212,6,0.426 +lamar_riverside$lamar_5th,1,pm_peak,428,134.7476636,15.88084112,6,0.426 +lamar_riverside$lamar_5th,2,pm_peak,456,119.1666667,16.76315789,6,0.426 +lamar_riverside$lamar_5th,3,pm_peak,463,120.6522678,16.81857451,6,0.426 +lamar_riverside$lamar_5th,4,pm_peak,286,140.6503497,16.47202797,6,0.426 +lamar_riverside$lamar_5th,5,pm_peak,307,102.2996743,19.1237785,6,0.426 +lamar_riverside$lamar_5th,6,pm_peak,440,71.86136364,24.01818182,6,0.426 +lamar_5th$lamar_6th,0,am_off,218,37.43577982,13.39449541,7,0.095 +lamar_5th$lamar_6th,1,am_off,299,38.11705686,14.07023411,7,0.095 +lamar_5th$lamar_6th,2,am_off,135,32.44444444,17.32592593,7,0.095 +lamar_5th$lamar_6th,3,am_off,351,33.58689459,16.04843305,7,0.095 +lamar_5th$lamar_6th,4,am_off,298,32.77181208,17.23154362,7,0.095 +lamar_5th$lamar_6th,5,am_off,161,34.08695652,15.77018634,7,0.095 +lamar_5th$lamar_6th,6,am_off,314,31.72611465,16.39808917,7,0.095 +lamar_5th$lamar_6th,0,am_peak,604,22.26324503,21.93377483,7,0.095 +lamar_5th$lamar_6th,1,am_peak,651,23.66973886,20.87250384,7,0.095 +lamar_5th$lamar_6th,2,am_peak,567,22.2345679,21.59435626,7,0.095 +lamar_5th$lamar_6th,3,am_peak,654,23.78440367,20.82415902,7,0.095 +lamar_5th$lamar_6th,4,am_peak,410,23.35853659,21.18536585,7,0.095 +lamar_5th$lamar_6th,5,am_peak,180,33.28333333,16.83333333,7,0.095 +lamar_5th$lamar_6th,6,am_peak,272,32.28676471,17.03308824,7,0.095 +lamar_5th$lamar_6th,0,mid_day,798,25.27944862,19.65288221,7,0.095 +lamar_5th$lamar_6th,1,mid_day,932,25.65665236,18.7972103,7,0.095 +lamar_5th$lamar_6th,2,mid_day,968,26.18801653,19.31818182,7,0.095 +lamar_5th$lamar_6th,3,mid_day,800,25.075,19.33875,7,0.095 +lamar_5th$lamar_6th,4,mid_day,611,23.67757774,19.6202946,7,0.095 +lamar_5th$lamar_6th,5,mid_day,574,26.13240418,18.5174216,7,0.095 +lamar_5th$lamar_6th,6,mid_day,778,28.70437018,18.11053985,7,0.095 +lamar_5th$lamar_6th,0,pm_off,314,30.00636943,17.80573248,7,0.095 +lamar_5th$lamar_6th,1,pm_off,333,24.25525526,19.57357357,7,0.095 +lamar_5th$lamar_6th,2,pm_off,395,27.7443038,18.90886076,7,0.095 +lamar_5th$lamar_6th,3,pm_off,443,27.24604966,19.88713318,7,0.095 +lamar_5th$lamar_6th,4,pm_off,252,25.67063492,19.73412698,7,0.095 +lamar_5th$lamar_6th,5,pm_off,271,26.29520295,18.4797048,7,0.095 +lamar_5th$lamar_6th,6,pm_off,337,28.89020772,19.00296736,7,0.095 +lamar_5th$lamar_6th,0,pm_peak,531,20.49717514,22.18832392,7,0.095 +lamar_5th$lamar_6th,1,pm_peak,516,19.51356589,22.69186047,7,0.095 +lamar_5th$lamar_6th,2,pm_peak,550,19.54727273,22.01090909,7,0.095 +lamar_5th$lamar_6th,3,pm_peak,534,20.17041199,21.90449438,7,0.095 +lamar_5th$lamar_6th,4,pm_peak,360,20.80277778,21.63611111,7,0.095 +lamar_5th$lamar_6th,5,pm_peak,337,27.91394659,17.51928783,7,0.095 +lamar_5th$lamar_6th,6,pm_peak,438,24.33105023,21.02739726,7,0.095 +lamar_6th$lamar_12th,0,am_off,87,42.08045977,35.33333333,8,0.398 +lamar_6th$lamar_12th,1,am_off,72,41.81944444,35.75,8,0.398 +lamar_6th$lamar_12th,2,am_off,54,45.37037037,33.94444444,8,0.398 +lamar_6th$lamar_12th,3,am_off,67,47.49253731,32.67164179,8,0.398 +lamar_6th$lamar_12th,4,am_off,72,47.31944444,33.45833333,8,0.398 +lamar_6th$lamar_12th,5,am_off,145,44.71724138,34.36551724,8,0.398 +lamar_6th$lamar_12th,6,am_off,167,46.32934132,32.62275449,8,0.398 +lamar_6th$lamar_12th,0,am_peak,496,59.07258065,26.62701613,8,0.398 +lamar_6th$lamar_12th,1,am_peak,608,56.94407895,27.27467105,8,0.398 +lamar_6th$lamar_12th,2,am_peak,492,55.42276423,28.2601626,8,0.398 +lamar_6th$lamar_12th,3,am_peak,496,58.52822581,26.70564516,8,0.398 +lamar_6th$lamar_12th,4,am_peak,418,56.95215311,27.784689,8,0.398 +lamar_6th$lamar_12th,5,am_peak,153,43.84313725,34.03267974,8,0.398 +lamar_6th$lamar_12th,6,am_peak,104,43.95192308,34.16346154,8,0.398 +lamar_6th$lamar_12th,0,mid_day,906,66.0419426,23.86203091,8,0.398 +lamar_6th$lamar_12th,1,mid_day,1025,69.14146341,22.95512195,8,0.398 +lamar_6th$lamar_12th,2,mid_day,844,70.70734597,22.49407583,8,0.398 +lamar_6th$lamar_12th,3,mid_day,723,68.61964039,22.89211618,8,0.398 +lamar_6th$lamar_12th,4,mid_day,924,78.41774892,20.52272727,8,0.398 +lamar_6th$lamar_12th,5,mid_day,729,67.46364883,23.19615912,8,0.398 +lamar_6th$lamar_12th,6,mid_day,749,59.38985314,26.15620828,8,0.398 +lamar_6th$lamar_12th,0,pm_off,285,45.86666667,32.72280702,8,0.398 +lamar_6th$lamar_12th,1,pm_off,365,50.10958904,30.87123288,8,0.398 +lamar_6th$lamar_12th,2,pm_off,310,46.82258065,32.19354839,8,0.398 +lamar_6th$lamar_12th,3,pm_off,303,48.51155116,31.23432343,8,0.398 +lamar_6th$lamar_12th,4,pm_off,344,52.36918605,29.61627907,8,0.398 +lamar_6th$lamar_12th,5,pm_off,346,48.86705202,31.08959538,8,0.398 +lamar_6th$lamar_12th,6,pm_off,333,48.30930931,31.52852853,8,0.398 +lamar_6th$lamar_12th,0,pm_peak,701,70.90870185,22.81740371,8,0.398 +lamar_6th$lamar_12th,1,pm_peak,740,102.7310811,19.12432432,8,0.398 +lamar_6th$lamar_12th,2,pm_peak,631,79.21236133,20.66719493,8,0.398 +lamar_6th$lamar_12th,3,pm_peak,652,76.13343558,21.26226994,8,0.398 +lamar_6th$lamar_12th,4,pm_peak,605,78.95702479,21.45619835,8,0.398 +lamar_6th$lamar_12th,5,pm_peak,437,59.77116705,26.04576659,8,0.398 +lamar_6th$lamar_12th,6,pm_peak,533,55.67917448,27.68105066,8,0.398 +lamar_12th$lamar_mlk,0,am_off,61,53.18032787,34.83606557,9,0.501 +lamar_12th$lamar_mlk,1,am_off,44,57.68181818,32.65909091,9,0.501 +lamar_12th$lamar_mlk,2,am_off,46,55.93478261,33.84782609,9,0.501 +lamar_12th$lamar_mlk,3,am_off,61,55.16393443,33.91803279,9,0.501 +lamar_12th$lamar_mlk,4,am_off,63,56.65079365,33.03174603,9,0.501 +lamar_12th$lamar_mlk,5,am_off,133,56.78947368,32.60150376,9,0.501 +lamar_12th$lamar_mlk,6,am_off,178,62.20786517,30.89325843,9,0.501 +lamar_12th$lamar_mlk,0,am_peak,400,61.0325,30.9825,9,0.501 +lamar_12th$lamar_mlk,1,am_peak,462,58.65367965,32.04545455,9,0.501 +lamar_12th$lamar_mlk,2,am_peak,425,61.92470588,30.72470588,9,0.501 +lamar_12th$lamar_mlk,3,am_peak,412,61.74757282,30.62135922,9,0.501 +lamar_12th$lamar_mlk,4,am_peak,379,64.18469657,29.83113456,9,0.501 +lamar_12th$lamar_mlk,5,am_peak,128,58.4921875,32.515625,9,0.501 +lamar_12th$lamar_mlk,6,am_peak,75,61.12,31.33333333,9,0.501 +lamar_12th$lamar_mlk,0,mid_day,881,61.33825199,30.6538025,9,0.501 +lamar_12th$lamar_mlk,1,mid_day,1097,63.05287147,29.97356427,9,0.501 +lamar_12th$lamar_mlk,2,mid_day,889,66.65804274,28.97525309,9,0.501 +lamar_12th$lamar_mlk,3,mid_day,816,62.29411765,30.2254902,9,0.501 +lamar_12th$lamar_mlk,4,mid_day,948,68.62130802,27.89451477,9,0.501 +lamar_12th$lamar_mlk,5,mid_day,783,59.68199234,31.30268199,9,0.501 +lamar_12th$lamar_mlk,6,mid_day,779,59.08472401,31.57509628,9,0.501 +lamar_12th$lamar_mlk,0,pm_off,277,56.15162455,33.22743682,9,0.501 +lamar_12th$lamar_mlk,1,pm_off,327,57.12232416,32.62079511,9,0.501 +lamar_12th$lamar_mlk,2,pm_off,303,58.23432343,32.31023102,9,0.501 +lamar_12th$lamar_mlk,3,pm_off,284,60.77816901,31.16549296,9,0.501 +lamar_12th$lamar_mlk,4,pm_off,329,62.17629179,30.57142857,9,0.501 +lamar_12th$lamar_mlk,5,pm_off,307,60.71335505,30.95114007,9,0.501 +lamar_12th$lamar_mlk,6,pm_off,307,58.69381107,32.02931596,9,0.501 +lamar_12th$lamar_mlk,0,pm_peak,783,81.14048531,27.48914432,9,0.501 +lamar_12th$lamar_mlk,1,pm_peak,798,131.3508772,21.60275689,9,0.501 +lamar_12th$lamar_mlk,2,pm_peak,678,103.5648968,23.42625369,9,0.501 +lamar_12th$lamar_mlk,3,pm_peak,690,90.59130435,25.31449275,9,0.501 +lamar_12th$lamar_mlk,4,pm_peak,616,96.56655844,25.36363636,9,0.501 +lamar_12th$lamar_mlk,5,pm_peak,453,56.67328918,32.62030905,9,0.501 +lamar_12th$lamar_mlk,6,pm_peak,505,56.63762376,32.73465347,9,0.501 +lamar_mlk$lamar_24th,0,am_off,70,38.38571429,34.41428571,10,0.36 +lamar_mlk$lamar_24th,1,am_off,47,40.44680851,32.91489362,10,0.36 +lamar_mlk$lamar_24th,2,am_off,49,37.97959184,34.73469388,10,0.36 +lamar_mlk$lamar_24th,3,am_off,79,38.46835443,34.16455696,10,0.36 +lamar_mlk$lamar_24th,4,am_off,95,39.31578947,33.61052632,10,0.36 +lamar_mlk$lamar_24th,5,am_off,152,38.25657895,34.36842105,10,0.36 +lamar_mlk$lamar_24th,6,am_off,200,39.37,33.55,10,0.36 +lamar_mlk$lamar_24th,0,am_peak,394,45.76649746,29.81979695,10,0.36 +lamar_mlk$lamar_24th,1,am_peak,460,46.20217391,29.58043478,10,0.36 +lamar_mlk$lamar_24th,2,am_peak,421,47.84085511,28.6128266,10,0.36 +lamar_mlk$lamar_24th,3,am_peak,403,48.6674938,28.17121588,10,0.36 +lamar_mlk$lamar_24th,4,am_peak,358,46.60335196,29.38268156,10,0.36 +lamar_mlk$lamar_24th,5,am_peak,121,39.19008264,33.89256198,10,0.36 +lamar_mlk$lamar_24th,6,am_peak,86,38.51162791,34.30232558,10,0.36 +lamar_mlk$lamar_24th,0,mid_day,1052,46.4486692,29.17395437,10,0.36 +lamar_mlk$lamar_24th,1,mid_day,1282,47.96957878,28.42979719,10,0.36 +lamar_mlk$lamar_24th,2,mid_day,1021,48.62781587,28.09598433,10,0.36 +lamar_mlk$lamar_24th,3,mid_day,935,48.36684492,28.13582888,10,0.36 +lamar_mlk$lamar_24th,4,mid_day,1134,54.9382716,26.04409171,10,0.36 +lamar_mlk$lamar_24th,5,mid_day,796,47.17211055,28.80150754,10,0.36 +lamar_mlk$lamar_24th,6,mid_day,807,44.12887237,30.5291202,10,0.36 +lamar_mlk$lamar_24th,0,pm_off,297,40.90909091,32.59259259,10,0.36 +lamar_mlk$lamar_24th,1,pm_off,345,39.97681159,33.17681159,10,0.36 +lamar_mlk$lamar_24th,2,pm_off,306,40.29084967,32.82352941,10,0.36 +lamar_mlk$lamar_24th,3,pm_off,332,42.0813253,31.72289157,10,0.36 +lamar_mlk$lamar_24th,4,pm_off,367,43.60217984,31.08446866,10,0.36 +lamar_mlk$lamar_24th,5,pm_off,346,42.08959538,31.71387283,10,0.36 +lamar_mlk$lamar_24th,6,pm_off,329,40.7781155,32.59270517,10,0.36 +lamar_mlk$lamar_24th,0,pm_peak,985,71.21928934,22.36954315,10,0.36 +lamar_mlk$lamar_24th,1,pm_peak,1084,84.80350554,19.32287823,10,0.36 +lamar_mlk$lamar_24th,2,pm_peak,905,83.26850829,19.15359116,10,0.36 +lamar_mlk$lamar_24th,3,pm_peak,902,76.89467849,20.49667406,10,0.36 +lamar_mlk$lamar_24th,4,pm_peak,800,77.11,20.705,10,0.36 +lamar_mlk$lamar_24th,5,pm_peak,455,45.04395604,29.64835165,10,0.36 +lamar_mlk$lamar_24th,6,pm_peak,525,42.89142857,31.11809524,10,0.36 +lamar_24th$lamar_29th,0,am_off,35,93.25714286,34.65714286,11,0.891 +lamar_24th$lamar_29th,1,am_off,21,89.85714286,35.95238095,11,0.891 +lamar_24th$lamar_29th,2,am_off,20,92.7,34.85,11,0.891 +lamar_24th$lamar_29th,3,am_off,40,92.9,34.9,11,0.891 +lamar_24th$lamar_29th,4,am_off,55,90.41818182,35.74545455,11,0.891 +lamar_24th$lamar_29th,5,am_off,91,90.87912088,35.64835165,11,0.891 +lamar_24th$lamar_29th,6,am_off,130,92.86153846,35.17692308,11,0.891 +lamar_24th$lamar_29th,0,am_peak,261,96.28735632,33.98467433,11,0.891 +lamar_24th$lamar_29th,1,am_peak,350,94.9,34.29428571,11,0.891 +lamar_24th$lamar_29th,2,am_peak,315,96.02857143,34.12063492,11,0.891 +lamar_24th$lamar_29th,3,am_peak,284,100.3098592,32.58098592,11,0.891 +lamar_24th$lamar_29th,4,am_peak,273,94.81684982,34.27838828,11,0.891 +lamar_24th$lamar_29th,5,am_peak,92,91.08695652,35.56521739,11,0.891 +lamar_24th$lamar_29th,6,am_peak,57,92.45614035,35.05263158,11,0.891 +lamar_24th$lamar_29th,0,mid_day,748,98.45053476,33.21122995,11,0.891 +lamar_24th$lamar_29th,1,mid_day,1015,101.6689655,32.37931034,11,0.891 +lamar_24th$lamar_29th,2,mid_day,771,99.67055772,32.81841764,11,0.891 +lamar_24th$lamar_29th,3,mid_day,756,103.6666667,31.69708995,11,0.891 +lamar_24th$lamar_29th,4,mid_day,871,109.9770379,30.77267509,11,0.891 +lamar_24th$lamar_29th,5,mid_day,641,99.59126365,32.83151326,11,0.891 +lamar_24th$lamar_29th,6,mid_day,602,96.09136213,33.93853821,11,0.891 +lamar_24th$lamar_29th,0,pm_off,196,93.44387755,34.55612245,11,0.891 +lamar_24th$lamar_29th,1,pm_off,259,94.18146718,34.38223938,11,0.891 +lamar_24th$lamar_29th,2,pm_off,177,92.7740113,34.88135593,11,0.891 +lamar_24th$lamar_29th,3,pm_off,238,96.98319328,33.52521008,11,0.891 +lamar_24th$lamar_29th,4,pm_off,235,98.53191489,33.02978723,11,0.891 +lamar_24th$lamar_29th,5,pm_off,261,97.69731801,33.31800766,11,0.891 +lamar_24th$lamar_29th,6,pm_off,235,93.4,34.64680851,11,0.891 +lamar_24th$lamar_29th,0,pm_peak,737,121.0705563,28.45590231,11,0.891 +lamar_24th$lamar_29th,1,pm_peak,826,149.279661,24.88983051,11,0.891 +lamar_24th$lamar_29th,2,pm_peak,517,147.0502901,25.21856867,11,0.891 +lamar_24th$lamar_29th,3,pm_peak,632,137.2325949,26.81012658,11,0.891 +lamar_24th$lamar_29th,4,pm_peak,609,116.9622332,29.07389163,11,0.891 +lamar_24th$lamar_29th,5,pm_peak,322,95.29813665,34.0310559,11,0.891 +lamar_24th$lamar_29th,6,pm_peak,389,93.92802057,34.62982005,11,0.891 +lamar_29th$lamar_38th,0,am_off,45,70.86666667,30.75555556,12,0.592 +lamar_29th$lamar_38th,1,am_off,33,73.18181818,29.90909091,12,0.592 +lamar_29th$lamar_38th,2,am_off,30,68.8,32.26666667,12,0.592 +lamar_29th$lamar_38th,3,am_off,47,67.23404255,32.27659574,12,0.592 +lamar_29th$lamar_38th,4,am_off,46,76.10869565,29.19565217,12,0.592 +lamar_29th$lamar_38th,5,am_off,110,70.59090909,31.04545455,12,0.592 +lamar_29th$lamar_38th,6,am_off,126,73.07142857,30.02380952,12,0.592 +lamar_29th$lamar_38th,0,am_peak,223,102.7623318,22.28699552,12,0.592 +lamar_29th$lamar_38th,1,am_peak,309,102.5501618,22.08090615,12,0.592 +lamar_29th$lamar_38th,2,am_peak,245,97.92244898,23.01632653,12,0.592 +lamar_29th$lamar_38th,3,am_peak,224,104.3616071,21.64732143,12,0.592 +lamar_29th$lamar_38th,4,am_peak,237,102.8902954,22.24472574,12,0.592 +lamar_29th$lamar_38th,5,am_peak,100,85.27,27.01,12,0.592 +lamar_29th$lamar_38th,6,am_peak,75,82.2,28.13333333,12,0.592 +lamar_29th$lamar_38th,0,mid_day,687,107.0975255,21.19068413,12,0.592 +lamar_29th$lamar_38th,1,mid_day,952,121.2657563,19.22163866,12,0.592 +lamar_29th$lamar_38th,2,mid_day,652,118.2300613,19.63496933,12,0.592 +lamar_29th$lamar_38th,3,mid_day,659,121.5295903,19.15022762,12,0.592 +lamar_29th$lamar_38th,4,mid_day,790,165.0898734,15.51012658,12,0.592 +lamar_29th$lamar_38th,5,mid_day,638,102.2633229,21.84169279,12,0.592 +lamar_29th$lamar_38th,6,mid_day,622,90.76688103,24.83762058,12,0.592 +lamar_29th$lamar_38th,0,pm_off,222,88.0045045,25.48198198,12,0.592 +lamar_29th$lamar_38th,1,pm_off,255,89.45490196,25.14901961,12,0.592 +lamar_29th$lamar_38th,2,pm_off,167,87.50898204,25.66467066,12,0.592 +lamar_29th$lamar_38th,3,pm_off,222,89.28828829,25.18018018,12,0.592 +lamar_29th$lamar_38th,4,pm_off,252,92.95634921,24.00396825,12,0.592 +lamar_29th$lamar_38th,5,pm_off,221,88.08144796,25.31674208,12,0.592 +lamar_29th$lamar_38th,6,pm_off,219,86.01369863,25.78082192,12,0.592 +lamar_29th$lamar_38th,0,pm_peak,701,160.4108417,16.41654779,12,0.592 +lamar_29th$lamar_38th,1,pm_peak,828,203.173913,12.71376812,12,0.592 +lamar_29th$lamar_38th,2,pm_peak,542,189.1881919,13.45202952,12,0.592 +lamar_29th$lamar_38th,3,pm_peak,664,176.7078313,14.57228916,12,0.592 +lamar_29th$lamar_38th,4,pm_peak,592,162.0709459,16.06081081,12,0.592 +lamar_29th$lamar_38th,5,pm_peak,365,91.04383562,24.72054795,12,0.592 +lamar_29th$lamar_38th,6,pm_peak,413,91.5811138,24.6464891,12,0.592 +lamar_38th$lamar_45th,0,am_off,51,68.17647059,35.52941176,13,0.659 +lamar_38th$lamar_45th,1,am_off,49,71.16326531,34.44897959,13,0.659 +lamar_38th$lamar_45th,2,am_off,47,75.91489362,32.25531915,13,0.659 +lamar_38th$lamar_45th,3,am_off,44,69.36363636,35.79545455,13,0.659 +lamar_38th$lamar_45th,4,am_off,68,72.54411765,33.88235294,13,0.659 +lamar_38th$lamar_45th,5,am_off,101,72.77227723,33.48514851,13,0.659 +lamar_38th$lamar_45th,6,am_off,120,70.46666667,34.75,13,0.659 +lamar_38th$lamar_45th,0,am_peak,191,76.32984293,32.22513089,13,0.659 +lamar_38th$lamar_45th,1,am_peak,244,81.78278689,30.6557377,13,0.659 +lamar_38th$lamar_45th,2,am_peak,224,79.44196429,31.31696429,13,0.659 +lamar_38th$lamar_45th,3,am_peak,192,79.08333333,31.30208333,13,0.659 +lamar_38th$lamar_45th,4,am_peak,198,82.53030303,30.30808081,13,0.659 +lamar_38th$lamar_45th,5,am_peak,85,75.63529412,32.75294118,13,0.659 +lamar_38th$lamar_45th,6,am_peak,54,83.09259259,29.74074074,13,0.659 +lamar_38th$lamar_45th,0,mid_day,677,89.41654357,27.96602659,13,0.659 +lamar_38th$lamar_45th,1,mid_day,827,95.56590085,26.25997582,13,0.659 +lamar_38th$lamar_45th,2,mid_day,670,97.55671642,25.93731343,13,0.659 +lamar_38th$lamar_45th,3,mid_day,665,95.91428571,26.09924812,13,0.659 +lamar_38th$lamar_45th,4,mid_day,687,103.4614265,24.71615721,13,0.659 +lamar_38th$lamar_45th,5,mid_day,549,91.59198543,27.06010929,13,0.659 +lamar_38th$lamar_45th,6,mid_day,459,84.94771242,29.05010893,13,0.659 +lamar_38th$lamar_45th,0,pm_off,232,78.60344828,31.38793103,13,0.659 +lamar_38th$lamar_45th,1,pm_off,255,80.29019608,30.67058824,13,0.659 +lamar_38th$lamar_45th,2,pm_off,236,79.47033898,30.97881356,13,0.659 +lamar_38th$lamar_45th,3,pm_off,239,81.87866109,29.88284519,13,0.659 +lamar_38th$lamar_45th,4,pm_off,219,86.38812785,28.57077626,13,0.659 +lamar_38th$lamar_45th,5,pm_off,219,80.26484018,30.39726027,13,0.659 +lamar_38th$lamar_45th,6,pm_off,235,79.35319149,31.1106383,13,0.659 +lamar_38th$lamar_45th,0,pm_peak,554,108.4530686,24.25812274,13,0.659 +lamar_38th$lamar_45th,1,pm_peak,675,140.7688889,20.1762963,13,0.659 +lamar_38th$lamar_45th,2,pm_peak,562,122.3807829,21.72419929,13,0.659 +lamar_38th$lamar_45th,3,pm_peak,540,116.65,22.77407407,13,0.659 +lamar_38th$lamar_45th,4,pm_peak,485,116.4185567,23.65979381,13,0.659 +lamar_38th$lamar_45th,5,pm_peak,311,84.21864952,28.92282958,13,0.659 +lamar_38th$lamar_45th,6,pm_peak,339,82.19469027,30.06489676,13,0.659 +lamar_45th$lamar_51st,0,am_off,51,71.17647059,29.96078431,14,0.565 +lamar_45th$lamar_51st,1,am_off,47,74.59574468,29.12765957,14,0.565 +lamar_45th$lamar_51st,2,am_off,36,78.58333333,27.52777778,14,0.565 +lamar_45th$lamar_51st,3,am_off,48,79.95833333,26.9375,14,0.565 +lamar_45th$lamar_51st,4,am_off,79,81.64556962,26.63291139,14,0.565 +lamar_45th$lamar_51st,5,am_off,79,73.29113924,29.18987342,14,0.565 +lamar_45th$lamar_51st,6,am_off,98,73.16326531,29.1122449,14,0.565 +lamar_45th$lamar_51st,0,am_peak,165,82.93333333,26.07878788,14,0.565 +lamar_45th$lamar_51st,1,am_peak,214,77.51401869,27.78037383,14,0.565 +lamar_45th$lamar_51st,2,am_peak,187,79.3368984,27.12299465,14,0.565 +lamar_45th$lamar_51st,3,am_peak,184,83.23913043,25.79347826,14,0.565 +lamar_45th$lamar_51st,4,am_peak,195,80.70769231,26.92820513,14,0.565 +lamar_45th$lamar_51st,5,am_peak,73,78.49315068,27.50684932,14,0.565 +lamar_45th$lamar_51st,6,am_peak,45,72.68888889,28.71111111,14,0.565 +lamar_45th$lamar_51st,0,mid_day,642,81.05140187,27.12616822,14,0.565 +lamar_45th$lamar_51st,1,mid_day,702,87.39316239,25.16951567,14,0.565 +lamar_45th$lamar_51st,2,mid_day,604,89.11589404,24.9884106,14,0.565 +lamar_45th$lamar_51st,3,mid_day,544,87.61764706,25.29227941,14,0.565 +lamar_45th$lamar_51st,4,mid_day,604,91.69039735,24.66721854,14,0.565 +lamar_45th$lamar_51st,5,mid_day,435,93.92873563,22.56551724,14,0.565 +lamar_45th$lamar_51st,6,mid_day,397,85.88664987,24.44836272,14,0.565 +lamar_45th$lamar_51st,0,pm_off,219,79.85388128,26.84474886,14,0.565 +lamar_45th$lamar_51st,1,pm_off,237,85.61603376,25.48101266,14,0.565 +lamar_45th$lamar_51st,2,pm_off,213,82.32394366,26.21126761,14,0.565 +lamar_45th$lamar_51st,3,pm_off,209,80.96172249,26.42583732,14,0.565 +lamar_45th$lamar_51st,4,pm_off,212,84.96226415,25.66037736,14,0.565 +lamar_45th$lamar_51st,5,pm_off,196,82.18367347,25.97959184,14,0.565 +lamar_45th$lamar_51st,6,pm_off,210,84.78095238,25.30952381,14,0.565 +lamar_45th$lamar_51st,0,pm_peak,387,146.9922481,21.13436693,14,0.565 +lamar_45th$lamar_51st,1,pm_peak,404,198.5594059,15.73019802,14,0.565 +lamar_45th$lamar_51st,2,pm_peak,323,211.0588235,15.13622291,14,0.565 +lamar_45th$lamar_51st,3,pm_peak,332,141.0060241,19.54216867,14,0.565 +lamar_45th$lamar_51st,4,pm_peak,333,157.1291291,19.46246246,14,0.565 +lamar_45th$lamar_51st,5,pm_peak,250,88.572,23.516,14,0.565 +lamar_45th$lamar_51st,6,pm_peak,289,86.20761246,24.39792388,14,0.565 +lamar_51st$lamar_koenig,0,am_off,75,62.96,33.4,15,0.564 +lamar_51st$lamar_koenig,1,am_off,67,70.41791045,32.40298507,15,0.564 +lamar_51st$lamar_koenig,2,am_off,65,65.58461538,34.09230769,15,0.564 +lamar_51st$lamar_koenig,3,am_off,93,66.01075269,32.43010753,15,0.564 +lamar_51st$lamar_koenig,4,am_off,87,63.87356322,32.65517241,15,0.564 +lamar_51st$lamar_koenig,5,am_off,108,71.07407407,32.10185185,15,0.564 +lamar_51st$lamar_koenig,6,am_off,148,61.36486486,34.31081081,15,0.564 +lamar_51st$lamar_koenig,0,am_peak,231,82.19047619,26.42857143,15,0.564 +lamar_51st$lamar_koenig,1,am_peak,307,84.48208469,25.70032573,15,0.564 +lamar_51st$lamar_koenig,2,am_peak,245,83.19183673,25.78367347,15,0.564 +lamar_51st$lamar_koenig,3,am_peak,231,84.42857143,25.60606061,15,0.564 +lamar_51st$lamar_koenig,4,am_peak,238,82.38655462,26.21008403,15,0.564 +lamar_51st$lamar_koenig,5,am_peak,125,72.768,30.736,15,0.564 +lamar_51st$lamar_koenig,6,am_peak,78,61.64102564,34.42307692,15,0.564 +lamar_51st$lamar_koenig,0,mid_day,823,85.82260024,25.32806804,15,0.564 +lamar_51st$lamar_koenig,1,mid_day,932,92.7167382,23.85300429,15,0.564 +lamar_51st$lamar_koenig,2,mid_day,751,90.86418109,23.9747004,15,0.564 +lamar_51st$lamar_koenig,3,mid_day,756,91.50661376,23.90740741,15,0.564 +lamar_51st$lamar_koenig,4,mid_day,832,101.7475962,21.69951923,15,0.564 +lamar_51st$lamar_koenig,5,mid_day,659,95.75872534,23.02731411,15,0.564 +lamar_51st$lamar_koenig,6,mid_day,605,82.98016529,26.63305785,15,0.564 +lamar_51st$lamar_koenig,0,pm_off,252,69.78174603,30.51587302,15,0.564 +lamar_51st$lamar_koenig,1,pm_off,339,70.96755162,30.17699115,15,0.564 +lamar_51st$lamar_koenig,2,pm_off,283,72.50530035,29.4204947,15,0.564 +lamar_51st$lamar_koenig,3,pm_off,310,74.26774194,29.03870968,15,0.564 +lamar_51st$lamar_koenig,4,pm_off,323,76.67801858,28.13003096,15,0.564 +lamar_51st$lamar_koenig,5,pm_off,231,73.04761905,29.61038961,15,0.564 +lamar_51st$lamar_koenig,6,pm_off,288,68.11111111,31.17361111,15,0.564 +lamar_51st$lamar_koenig,0,pm_peak,499,95.27655311,23.36272545,15,0.564 +lamar_51st$lamar_koenig,1,pm_peak,706,118.8824363,19.31869688,15,0.564 +lamar_51st$lamar_koenig,2,pm_peak,569,113.2478032,20.14235501,15,0.564 +lamar_51st$lamar_koenig,3,pm_peak,586,104.1569966,21.37542662,15,0.564 +lamar_51st$lamar_koenig,4,pm_peak,543,108.1307551,20.98710866,15,0.564 +lamar_51st$lamar_koenig,5,pm_peak,417,90.05755396,24.49640288,15,0.564 +lamar_51st$lamar_koenig,6,pm_peak,404,80.15346535,27.22029703,15,0.564 +lamar_koenig$lamar_airport,0,am_off,55,105.0181818,35.14545455,16,0.924 +lamar_koenig$lamar_airport,1,am_off,42,106.6428571,33.33333333,16,0.924 +lamar_koenig$lamar_airport,2,am_off,48,100.2916667,34.25,16,0.924 +lamar_koenig$lamar_airport,3,am_off,55,94.03636364,36.16363636,16,0.924 +lamar_koenig$lamar_airport,4,am_off,60,105.4666667,34.68333333,16,0.924 +lamar_koenig$lamar_airport,5,am_off,71,98.1971831,35.11267606,16,0.924 +lamar_koenig$lamar_airport,6,am_off,109,99.9266055,34.14678899,16,0.924 +lamar_koenig$lamar_airport,0,am_peak,181,124.6906077,29.07734807,16,0.924 +lamar_koenig$lamar_airport,1,am_peak,248,134.2056452,27.42741935,16,0.924 +lamar_koenig$lamar_airport,2,am_peak,161,132.1304348,28.17391304,16,0.924 +lamar_koenig$lamar_airport,3,am_peak,180,132.3,27.3,16,0.924 +lamar_koenig$lamar_airport,4,am_peak,185,135.8,27.03783784,16,0.924 +lamar_koenig$lamar_airport,5,am_peak,86,109.2790698,33.6744186,16,0.924 +lamar_koenig$lamar_airport,6,am_peak,66,102.3939394,33.86363636,16,0.924 +lamar_koenig$lamar_airport,0,mid_day,583,131.7993139,27.61406518,16,0.924 +lamar_koenig$lamar_airport,1,mid_day,647,140.61051,26.31684699,16,0.924 +lamar_koenig$lamar_airport,2,mid_day,506,144.4288538,25.78853755,16,0.924 +lamar_koenig$lamar_airport,3,mid_day,515,136.6621359,26.85825243,16,0.924 +lamar_koenig$lamar_airport,4,mid_day,496,144.6834677,25.86895161,16,0.924 +lamar_koenig$lamar_airport,5,mid_day,433,121.9699769,29.46189376,16,0.924 +lamar_koenig$lamar_airport,6,mid_day,404,105.8341584,32.62623762,16,0.924 +lamar_koenig$lamar_airport,0,pm_off,173,109.132948,31.47398844,16,0.924 +lamar_koenig$lamar_airport,1,pm_off,240,114.575,29.95416667,16,0.924 +lamar_koenig$lamar_airport,2,pm_off,190,116.3578947,29.67894737,16,0.924 +lamar_koenig$lamar_airport,3,pm_off,187,121.2834225,28.56684492,16,0.924 +lamar_koenig$lamar_airport,4,pm_off,217,120.5069124,28.64516129,16,0.924 +lamar_koenig$lamar_airport,5,pm_off,175,124.0114286,28.41142857,16,0.924 +lamar_koenig$lamar_airport,6,pm_off,189,117.8624339,29.24338624,16,0.924 +lamar_koenig$lamar_airport,0,pm_peak,330,193.2848485,21.66666667,16,0.924 +lamar_koenig$lamar_airport,1,pm_peak,429,232.1002331,19.07226107,16,0.924 +lamar_koenig$lamar_airport,2,pm_peak,359,219.0696379,19.55431755,16,0.924 +lamar_koenig$lamar_airport,3,pm_peak,374,199.1149733,21.22994652,16,0.924 +lamar_koenig$lamar_airport,4,pm_peak,344,182.744186,22.31104651,16,0.924 +lamar_koenig$lamar_airport,5,pm_peak,297,130.4781145,28.15151515,16,0.924 +lamar_koenig$lamar_airport,6,pm_peak,288,106.7395833,32.23263889,16,0.924 +lamar_airport$lamar_morrow,0,am_off,89,51.76404494,35.56179775,17,0.493 +lamar_airport$lamar_morrow,1,am_off,86,52.74418605,34.94186047,17,0.493 +lamar_airport$lamar_morrow,2,am_off,69,51.69565217,35.13043478,17,0.493 +lamar_airport$lamar_morrow,3,am_off,99,51.44444444,35.73737374,17,0.493 +lamar_airport$lamar_morrow,4,am_off,91,51.82417582,35.04395604,17,0.493 +lamar_airport$lamar_morrow,5,am_off,113,53.34513274,34.46902655,17,0.493 +lamar_airport$lamar_morrow,6,am_off,160,51.78125,35.4875,17,0.493 +lamar_airport$lamar_morrow,0,am_peak,329,63.82066869,30.55015198,17,0.493 +lamar_airport$lamar_morrow,1,am_peak,408,68.46568627,28.51470588,17,0.493 +lamar_airport$lamar_morrow,2,am_peak,312,66.74358974,29.23397436,17,0.493 +lamar_airport$lamar_morrow,3,am_peak,322,69.89130435,28.16770186,17,0.493 +lamar_airport$lamar_morrow,4,am_peak,305,67.56393443,28.6,17,0.493 +lamar_airport$lamar_morrow,5,am_peak,155,51.47741935,36.08387097,17,0.493 +lamar_airport$lamar_morrow,6,am_peak,99,48.46464646,37.66666667,17,0.493 +lamar_airport$lamar_morrow,0,mid_day,980,77.05714286,25.40918367,17,0.493 +lamar_airport$lamar_morrow,1,mid_day,1092,82.28754579,23.93956044,17,0.493 +lamar_airport$lamar_morrow,2,mid_day,863,80.03707995,24.55040556,17,0.493 +lamar_airport$lamar_morrow,3,mid_day,890,82.45730337,23.69775281,17,0.493 +lamar_airport$lamar_morrow,4,mid_day,944,84.63559322,23.28389831,17,0.493 +lamar_airport$lamar_morrow,5,mid_day,734,69.79836512,27.6866485,17,0.493 +lamar_airport$lamar_morrow,6,mid_day,654,59.70183486,31.52905199,17,0.493 +lamar_airport$lamar_morrow,0,pm_off,299,53.29431438,34.49498328,17,0.493 +lamar_airport$lamar_morrow,1,pm_off,329,55.05167173,33.63525836,17,0.493 +lamar_airport$lamar_morrow,2,pm_off,285,56.36842105,32.90175439,17,0.493 +lamar_airport$lamar_morrow,3,pm_off,299,56.73244147,32.83946488,17,0.493 +lamar_airport$lamar_morrow,4,pm_off,325,57.43384615,32.14769231,17,0.493 +lamar_airport$lamar_morrow,5,pm_off,258,58.39147287,31.79069767,17,0.493 +lamar_airport$lamar_morrow,6,pm_off,249,53.47389558,34.19678715,17,0.493 +lamar_airport$lamar_morrow,0,pm_peak,703,77.16358464,26.02560455,17,0.493 +lamar_airport$lamar_morrow,1,pm_peak,798,84.3245614,23.75814536,17,0.493 +lamar_airport$lamar_morrow,2,pm_peak,657,82.69254186,24.02891933,17,0.493 +lamar_airport$lamar_morrow,3,pm_peak,696,78.3433908,25.43390805,17,0.493 +lamar_airport$lamar_morrow,4,pm_peak,607,79.12685338,25.30971993,17,0.493 +lamar_airport$lamar_morrow,5,pm_peak,406,63.18965517,30.02955665,17,0.493 +lamar_airport$lamar_morrow,6,pm_peak,431,54.63805104,34.10208817,17,0.493 +lamar_morrow$lamar_payton_gin,0,am_off,35,123.4,42.08571429,18,1.31 +lamar_morrow$lamar_payton_gin,1,am_off,12,114,41.66666667,18,1.31 +lamar_morrow$lamar_payton_gin,2,am_off,18,120.8333333,40.66666667,18,1.31 +lamar_morrow$lamar_payton_gin,3,am_off,35,112.4571429,42.48571429,18,1.31 +lamar_morrow$lamar_payton_gin,4,am_off,29,114.4482759,41.82758621,18,1.31 +lamar_morrow$lamar_payton_gin,5,am_off,52,112.25,43.01923077,18,1.31 +lamar_morrow$lamar_payton_gin,6,am_off,78,113.3205128,42.96153846,18,1.31 +lamar_morrow$lamar_payton_gin,0,am_peak,120,114.7916667,41.525,18,1.31 +lamar_morrow$lamar_payton_gin,1,am_peak,159,122.0125786,40.14465409,18,1.31 +lamar_morrow$lamar_payton_gin,2,am_peak,131,126.259542,41.26717557,18,1.31 +lamar_morrow$lamar_payton_gin,3,am_peak,117,124.5982906,39.43589744,18,1.31 +lamar_morrow$lamar_payton_gin,4,am_peak,106,117.7169811,40.61320755,18,1.31 +lamar_morrow$lamar_payton_gin,5,am_peak,68,131.0735294,41.27941176,18,1.31 +lamar_morrow$lamar_payton_gin,6,am_peak,53,144.0943396,40.20754717,18,1.31 +lamar_morrow$lamar_payton_gin,0,mid_day,473,120.0295983,40.19027484,18,1.31 +lamar_morrow$lamar_payton_gin,1,mid_day,505,120.7326733,39.7980198,18,1.31 +lamar_morrow$lamar_payton_gin,2,mid_day,372,117.5833333,40.65322581,18,1.31 +lamar_morrow$lamar_payton_gin,3,mid_day,431,122.4849188,39.93967517,18,1.31 +lamar_morrow$lamar_payton_gin,4,mid_day,397,119.5214106,40.67758186,18,1.31 +lamar_morrow$lamar_payton_gin,5,mid_day,352,120.7443182,40.16193182,18,1.31 +lamar_morrow$lamar_payton_gin,6,mid_day,347,115.9913545,41.23631124,18,1.31 +lamar_morrow$lamar_payton_gin,0,pm_off,160,112.38125,42.2625,18,1.31 +lamar_morrow$lamar_payton_gin,1,pm_off,168,116.077381,42.05952381,18,1.31 +lamar_morrow$lamar_payton_gin,2,pm_off,163,118.1288344,41.43558282,18,1.31 +lamar_morrow$lamar_payton_gin,3,pm_off,141,115.6028369,41.80141844,18,1.31 +lamar_morrow$lamar_payton_gin,4,pm_off,183,117.136612,40.67213115,18,1.31 +lamar_morrow$lamar_payton_gin,5,pm_off,142,124.971831,40.95774648,18,1.31 +lamar_morrow$lamar_payton_gin,6,pm_off,137,114.0145985,42.00729927,18,1.31 +lamar_morrow$lamar_payton_gin,0,pm_peak,398,131.258794,37.3241206,18,1.31 +lamar_morrow$lamar_payton_gin,1,pm_peak,460,135.4673913,36.51956522,18,1.31 +lamar_morrow$lamar_payton_gin,2,pm_peak,351,126.991453,38.44159544,18,1.31 +lamar_morrow$lamar_payton_gin,3,pm_peak,372,125.0430108,38.52956989,18,1.31 +lamar_morrow$lamar_payton_gin,4,pm_peak,324,125.0123457,38.56790123,18,1.31 +lamar_morrow$lamar_payton_gin,5,pm_peak,220,120.3590909,40.16363636,18,1.31 +lamar_morrow$lamar_payton_gin,6,pm_peak,233,114.0729614,41.86266094,18,1.31 +lamar_payton_gin$lamar_rundberg,0,am_off,174,43.09195402,37.40804598,19,0.422 +lamar_payton_gin$lamar_rundberg,1,am_off,118,47.55084746,35.73728814,19,0.422 +lamar_payton_gin$lamar_rundberg,2,am_off,114,41.28947368,39.38596491,19,0.422 +lamar_payton_gin$lamar_rundberg,3,am_off,136,44.97794118,37.66911765,19,0.422 +lamar_payton_gin$lamar_rundberg,4,am_off,131,46.19083969,35.64885496,19,0.422 +lamar_payton_gin$lamar_rundberg,5,am_off,172,42.75581395,37.89534884,19,0.422 +lamar_payton_gin$lamar_rundberg,6,am_off,249,43.25301205,37.58232932,19,0.422 +lamar_payton_gin$lamar_rundberg,0,am_peak,424,51.19811321,32.64150943,19,0.422 +lamar_payton_gin$lamar_rundberg,1,am_peak,490,53.6122449,31.53877551,19,0.422 +lamar_payton_gin$lamar_rundberg,2,am_peak,479,49.97703549,33.37578288,19,0.422 +lamar_payton_gin$lamar_rundberg,3,am_peak,488,55.16188525,30.68647541,19,0.422 +lamar_payton_gin$lamar_rundberg,4,am_peak,475,50.74526316,32.70315789,19,0.422 +lamar_payton_gin$lamar_rundberg,5,am_peak,266,47.69548872,34.96240602,19,0.422 +lamar_payton_gin$lamar_rundberg,6,am_peak,236,43.77966102,37.11440678,19,0.422 +lamar_payton_gin$lamar_rundberg,0,mid_day,1064,65.95394737,26.48966165,19,0.422 +lamar_payton_gin$lamar_rundberg,1,mid_day,1213,68.69497115,25.92168178,19,0.422 +lamar_payton_gin$lamar_rundberg,2,mid_day,1000,60.894,28.269,19,0.422 +lamar_payton_gin$lamar_rundberg,3,mid_day,1012,60.52075099,28.29940711,19,0.422 +lamar_payton_gin$lamar_rundberg,4,mid_day,1047,69.76599809,25.39063992,19,0.422 +lamar_payton_gin$lamar_rundberg,5,mid_day,797,79.37515684,23.18820577,19,0.422 +lamar_payton_gin$lamar_rundberg,6,mid_day,990,63.37272727,26.80606061,19,0.422 +lamar_payton_gin$lamar_rundberg,0,pm_off,467,50.34261242,33.09207709,19,0.422 +lamar_payton_gin$lamar_rundberg,1,pm_off,575,51.33913043,32.42782609,19,0.422 +lamar_payton_gin$lamar_rundberg,2,pm_off,497,52.35211268,31.85311871,19,0.422 +lamar_payton_gin$lamar_rundberg,3,pm_off,445,52.03370787,31.91910112,19,0.422 +lamar_payton_gin$lamar_rundberg,4,pm_off,416,57.00480769,29.02163462,19,0.422 +lamar_payton_gin$lamar_rundberg,5,pm_off,461,57.85683297,28.89370933,19,0.422 +lamar_payton_gin$lamar_rundberg,6,pm_off,447,49.80313199,32.72930649,19,0.422 +lamar_payton_gin$lamar_rundberg,0,pm_peak,670,92.28208955,22.65820896,19,0.422 +lamar_payton_gin$lamar_rundberg,1,pm_peak,972,98.58950617,19.90432099,19,0.422 +lamar_payton_gin$lamar_rundberg,2,pm_peak,745,85.34630872,21.60268456,19,0.422 +lamar_payton_gin$lamar_rundberg,3,pm_peak,726,79.66942149,22.86225895,19,0.422 +lamar_payton_gin$lamar_rundberg,4,pm_peak,700,109.97,18.01714286,19,0.422 +lamar_payton_gin$lamar_rundberg,5,pm_peak,534,64.35205993,26.44007491,19,0.422 +lamar_payton_gin$lamar_rundberg,6,pm_peak,599,58.77796327,28.12687813,19,0.422 +lamar_rundberg$lamar_braker,0,am_off,53,224.1320755,29.73584906,20,1.45 +lamar_rundberg$lamar_braker,1,am_off,32,250.15625,30.28125,20,1.45 +lamar_rundberg$lamar_braker,2,am_off,57,228.2807018,30.87719298,20,1.45 +lamar_rundberg$lamar_braker,3,am_off,45,285.2,27.22222222,20,1.45 +lamar_rundberg$lamar_braker,4,am_off,38,290.3947368,27.47368421,20,1.45 +lamar_rundberg$lamar_braker,5,am_off,49,201.2244898,31.53061224,20,1.45 +lamar_rundberg$lamar_braker,6,am_off,71,219.4929577,29.50704225,20,1.45 +lamar_rundberg$lamar_braker,0,am_peak,134,278.2910448,23.98507463,20,1.45 +lamar_rundberg$lamar_braker,1,am_peak,163,257.9570552,24.38650307,20,1.45 +lamar_rundberg$lamar_braker,2,am_peak,190,267.0210526,23.97368421,20,1.45 +lamar_rundberg$lamar_braker,3,am_peak,163,264.803681,25.08588957,20,1.45 +lamar_rundberg$lamar_braker,4,am_peak,162,273.7098765,23.56790123,20,1.45 +lamar_rundberg$lamar_braker,5,am_peak,83,244.626506,27.15662651,20,1.45 +lamar_rundberg$lamar_braker,6,am_peak,69,284.2463768,26.72463768,20,1.45 +lamar_rundberg$lamar_braker,0,mid_day,343,318.7784257,20.53644315,20,1.45 +lamar_rundberg$lamar_braker,1,mid_day,407,317.3734644,20.20884521,20,1.45 +lamar_rundberg$lamar_braker,2,mid_day,334,270.6826347,22.58083832,20,1.45 +lamar_rundberg$lamar_braker,3,mid_day,338,294.887574,21.96745562,20,1.45 +lamar_rundberg$lamar_braker,4,mid_day,348,347.612069,18.8045977,20,1.45 +lamar_rundberg$lamar_braker,5,mid_day,254,364.980315,17.71259843,20,1.45 +lamar_rundberg$lamar_braker,6,mid_day,283,284.3886926,22.26855124,20,1.45 +lamar_rundberg$lamar_braker,0,pm_off,111,233.4054054,25.99099099,20,1.45 +lamar_rundberg$lamar_braker,1,pm_off,155,237.0322581,25.98709677,20,1.45 +lamar_rundberg$lamar_braker,2,pm_off,135,257.7555556,24.62962963,20,1.45 +lamar_rundberg$lamar_braker,3,pm_off,131,238.7328244,25.47328244,20,1.45 +lamar_rundberg$lamar_braker,4,pm_off,135,253.3703704,23.34074074,20,1.45 +lamar_rundberg$lamar_braker,5,pm_off,115,275.5304348,22.96521739,20,1.45 +lamar_rundberg$lamar_braker,6,pm_off,125,283.424,23.952,20,1.45 +lamar_rundberg$lamar_braker,0,pm_peak,221,308,20.67420814,20,1.45 +lamar_rundberg$lamar_braker,1,pm_peak,326,327.9294479,19.21779141,20,1.45 +lamar_rundberg$lamar_braker,2,pm_peak,231,270.2727273,21.38095238,20,1.45 +lamar_rundberg$lamar_braker,3,pm_peak,256,279.3945313,21.234375,20,1.45 +lamar_rundberg$lamar_braker,4,pm_peak,219,346.109589,18.13242009,20,1.45 +lamar_rundberg$lamar_braker,5,pm_peak,157,294.5796178,21.67515924,20,1.45 +lamar_rundberg$lamar_braker,6,pm_peak,196,280.8520408,22.40816327,20,1.45 +lamar_braker$lamar_parmer,0,am_off,47,171.6595745,40.34042553,21,1.87 +lamar_braker$lamar_parmer,1,am_off,42,226.1428571,35.95238095,21,1.87 +lamar_braker$lamar_parmer,2,am_off,52,214.9807692,37.46153846,21,1.87 +lamar_braker$lamar_parmer,3,am_off,32,184,38.53125,21,1.87 +lamar_braker$lamar_parmer,4,am_off,44,194.4090909,37.84090909,21,1.87 +lamar_braker$lamar_parmer,5,am_off,65,182.5230769,39.09230769,21,1.87 +lamar_braker$lamar_parmer,6,am_off,82,193.0853659,37.75609756,21,1.87 +lamar_braker$lamar_parmer,0,am_peak,183,232.9016393,33.36612022,21,1.87 +lamar_braker$lamar_parmer,1,am_peak,268,197,35.67910448,21,1.87 +lamar_braker$lamar_parmer,2,am_peak,228,217.1666667,33.62719298,21,1.87 +lamar_braker$lamar_parmer,3,am_peak,212,216.3632075,33.72169811,21,1.87 +lamar_braker$lamar_parmer,4,am_peak,220,199.2409091,35.26363636,21,1.87 +lamar_braker$lamar_parmer,5,am_peak,154,201.3571429,37.09090909,21,1.87 +lamar_braker$lamar_parmer,6,am_peak,123,176.601626,39.25203252,21,1.87 +lamar_braker$lamar_parmer,0,mid_day,525,203.952381,34.09714286,21,1.87 +lamar_braker$lamar_parmer,1,mid_day,530,202.6132075,34.47924528,21,1.87 +lamar_braker$lamar_parmer,2,mid_day,426,211.5375587,33.84741784,21,1.87 +lamar_braker$lamar_parmer,3,mid_day,370,200.9783784,34.45135135,21,1.87 +lamar_braker$lamar_parmer,4,mid_day,454,235.0969163,32.25991189,21,1.87 +lamar_braker$lamar_parmer,5,mid_day,476,212.052521,32.87815126,21,1.87 +lamar_braker$lamar_parmer,6,mid_day,538,203.0446097,34.02788104,21,1.87 +lamar_braker$lamar_parmer,0,pm_off,191,186.591623,37.31937173,21,1.87 +lamar_braker$lamar_parmer,1,pm_off,197,194.7817259,35.78172589,21,1.87 +lamar_braker$lamar_parmer,2,pm_off,161,206.9689441,36.67080745,21,1.87 +lamar_braker$lamar_parmer,3,pm_off,169,202.1183432,34.78698225,21,1.87 +lamar_braker$lamar_parmer,4,pm_off,217,196.8018433,35.40092166,21,1.87 +lamar_braker$lamar_parmer,5,pm_off,181,196.5524862,35.4198895,21,1.87 +lamar_braker$lamar_parmer,6,pm_off,191,195.5026178,35.76439791,21,1.87 +lamar_braker$lamar_parmer,0,pm_peak,380,222.4315789,32.74210526,21,1.87 +lamar_braker$lamar_parmer,1,pm_peak,451,257.1884701,29.33259424,21,1.87 +lamar_braker$lamar_parmer,2,pm_peak,340,232.45,31.11470588,21,1.87 +lamar_braker$lamar_parmer,3,pm_peak,332,238.3192771,31.29518072,21,1.87 +lamar_braker$lamar_parmer,4,pm_peak,310,221.2129032,32.98387097,21,1.87 +lamar_braker$lamar_parmer,5,pm_peak,309,201.579288,33.98381877,21,1.87 +lamar_braker$lamar_parmer,6,pm_peak,357,193.7394958,35.45658263,21,1.87 \ No newline at end of file diff --git a/components/data/quote_of_the_week.csv b/components/data/quote_of_the_week.csv new file mode 100644 index 00000000..b6666dc3 --- /dev/null +++ b/components/data/quote_of_the_week.csv @@ -0,0 +1,38 @@ +attribution,id,quote,quote_date +George Orwell,5995f2a197471e284e96176c,In a time of universal deceit - telling the truth is a revolutionary act.,1502946000000 +Will Rogers,598caf43efff4a06e0fc12a4,A fool and his money are soon elected.,1502341200000 +Ansel Adams,5980e26ebe2734555968f7bc,There is nothing worse than a sharp image of a fuzzy concept.,1501563600000 +Albert Einstein,596d2eac938fb05d799578f0,"Life is like riding a bicycle. In order to keep your balance, you must keep moving.",1500267600000 +Keith Bontrager,5963a745159b4d4de1d00009,"Strong, light, cheap, pick two.",1499662800000 +Benjamin Franklin,595d534d48da2f4e1508493c,Well done is better than well said.,1499230800000 +George Eliot,594bc837e37dad554a0ab823,"It is never too late to be what you might have been,",1498107600000 +Malcolm Forbes,5931bfbc4935cc4c7a029775,Education's purpose is to replace an empty mind with an open one.,1496379600000 +Elizabeth Kenny,5926f04090c7b24e0aac678b,He who angers you conquers you.,1495688400000 +Neil deGrasse Tyson,591e0381ea9ab53bee076d2e,The Universe is under no obligation to make sense to you.,1495083600000 +Mahatma Gandhi,5913698f4c04f63102080fe3,Truth never damages a cause that is just.,1494392400000 +Neil deGrasse Tyson,5907475a306abe278ee813f6,Science is basically an inoculation against charlatans.,1493614800000 +,58ff8221c1bf632a1b8f21ed,"Be happy not because everything is good, but because you can see the good side of everything.",1493096400000 +Mother Teresa,58f5422a0de0bc0c0549ac33,"If you can't feed a hundred people, then feed just one.",1492405200000 +Mike Tyson,58ebaedf4f6a0b4b2f3db48e,Everyone has a plan 'til they get punched in the mouth. ,1491800400000 +Diogenes,58e3ce05a4172558e1f8324a,The foundation of every state is the education of its youth.,1491282000000 +H. G. Wells,58d941f0845559310222a113,"Every time I see an adult on a bicycle, I no longer despair for the future of the human race.",1490590800000 +Lyndon B. Johnson,58caf21e11e3e82f0fe2166b,You aren't learning anything when you're talking.,1489640400000 +George W. Bush,58c1c74ca3871c282c3e6961,"Some folks look at me and see a certain swagger, which in Texas is called ""walking.""",1489039200000 +Davy Crockett,58b7494f63e5fe32a6c4b63a,"You may all go to Hell, and I will go to Texas.",1488348000000 +,58b7491c064a8e2cfb348506,,1488348000000 +Davy Crockett,58b748aad1de062b3218d2c2,"You may all go to Hell, and I will go to Texas.",1488348000000 +Alexander Hamilton,58b447cbebb0a552258160ee,The nation which can prefer disgrace to danger is prepared for a master and deserves one.,1488175200000 +Albert Einstein,58ac8d218aed1c7c105935f6,The difference between stupidity and genius is that genius has its limits.,1487656800000 +Aristotle,589c87342b22dc1d60ef17b5,"Quality is not an act, it is a habit.",1486620000000 +Albert Einstein,58921f26709db9c946c0341d,Anyone who doesn't take truth seriously in small matters cannot be trusted in large ones either.,1485928800000 +Adyashanti,588a0f77e301bb3948a4959b,"As soon as we think we know what's going to happen, life shows us that we don't.",1485410400000 +,5881130c3067aa8846965c2c,A life spent making mistakes is more honorable than a life spent doing nothing.,1484805600000 +Eleanor Roosevelt,5876b13232029e3b59991058,You must do the things you think you cannot do. ,1484114400000 +Mark Twain,586d13564f609e9d4656ef8f,We have the best government money can buy. ,1483509600000 +Confucius,586409812473c7a146617d7a,"Everything has beauty, but not everyone sees it.",1482904800000 +Dalai Lama,58582537135efd9b46d6937a,"Where ignorance is our master, there is no possibility of real peace. +",1482127200000 +Vincent Van Gogh,58507607469d455642f046c9,Great things are done by a series of small things brought together,1481608800000 +John,585075b3d28db0e9499e0df5,Here is another test,1481608800000 +Abraham Lincoln,584fee38f6aa8b4248c40572,Only a genius would create a real-time operations dashboard.,1481608800000 +John Clary,584f4f2604da5bf047327fde,"I find pizza to be a delicious, healthy, snack.",1481522400000 diff --git a/components/data/retiming_data.json b/components/data/retiming_data.json new file mode 100644 index 00000000..b96e1d17 --- /dev/null +++ b/components/data/retiming_data.json @@ -0,0 +1,378 @@ +[ { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "-82.91613248", + "total_vol" : "1217", + "system_id" : "11", + "system_name" : "7TH - EAST", + "vol_weighted_avg_tt_pct_change" : "0.087417663", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "-0.06813158", + "number_of_signals" : "12", + "weighted_avg_tt_total" : "106.3872954", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "171.3503615", + "total_vol" : "1217", + "system_id" : "6", + "system_name" : "38TH", + "vol_weighted_avg_tt_pct_change" : "0.258535064", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.140797339", + "number_of_signals" : "12", + "weighted_avg_tt_total" : "314.6371731", + "retime_status" : "COMPLETED", + "engineer_note" : "The 38th, Red River, Dean Keeton, and IH 35 Service Road corridors were timed as a group, for an average travel time reduction of 9.1% across all four corridors." +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "-321.3320055", + "total_vol" : "1847", + "system_id" : "14", + "system_name" : "AIRPORT", + "vol_weighted_avg_tt_pct_change" : "0", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0", + "number_of_signals" : "27", + "weighted_avg_tt_total" : "0", + "retime_status" : "PLANNED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "-109.0552136", + "total_vol" : "1479", + "system_id" : "16", + "system_name" : "BARTON SPRINGS", + "vol_weighted_avg_tt_pct_change" : "0.020462021", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "-0.073735777", + "number_of_signals" : "9", + "weighted_avg_tt_total" : "30.26332839", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "1225.829744", + "total_vol" : "2478", + "system_id" : "19", + "system_name" : "BRAKER", + "vol_weighted_avg_tt_pct_change" : "0.199793709", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.494685127", + "number_of_signals" : "19", + "weighted_avg_tt_total" : "495.08881", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "670.35", + "total_vol" : "1868", + "system_id" : "22", + "system_name" : "CAMERON - NORTH", + "vol_weighted_avg_tt_pct_change" : "0.095145889", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.358859743", + "number_of_signals" : "11", + "weighted_avg_tt_total" : "177.732521", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "370.3035427", + "total_vol" : "763", + "system_id" : "28", + "system_name" : "DEAN KEETON", + "vol_weighted_avg_tt_pct_change" : "0.146351508", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.485325744", + "number_of_signals" : "10", + "weighted_avg_tt_total" : "111.6662005", + "retime_status" : "COMPLETED", + "engineer_note" : "The 38th, Red River, Dean Keeton, and IH 35 Service Road corridors were timed as a group, for an average travel time reduction of 9.1% across all four corridors." +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "115.6724318", + "total_vol" : "891", + "system_id" : "34", + "system_name" : "GUADALUPE - NORTH", + "vol_weighted_avg_tt_pct_change" : "0.116331667", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.129823156", + "number_of_signals" : "17", + "weighted_avg_tt_total" : "103.651515", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "-171.3044031", + "total_vol" : "1021", + "system_id" : "37", + "system_name" : "IH 35 SRVC RDS", + "vol_weighted_avg_tt_pct_change" : "-0.034265035", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "-0.167781002", + "number_of_signals" : "16", + "weighted_avg_tt_total" : "-34.98460112", + "retime_status" : "COMPLETED", + "engineer_note" : "The 38th, Red River, Dean Keeton, and IH 35 Service Road corridors were timed as a group, for an average travel time reduction of 9.1% across all four corridors." +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "4.908706109", + "total_vol" : "683", + "system_id" : "53", + "system_name" : "RED RIVER - NORTH", + "vol_weighted_avg_tt_pct_change" : "-0.080325337", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.007186978", + "number_of_signals" : "6", + "weighted_avg_tt_total" : "-54.86220501", + "retime_status" : "COMPLETED", + "engineer_note" : "The 38th, Red River, Dean Keeton, and IH 35 Service Road corridors were timed as a group, for an average travel time reduction of 9.1% across all four corridors." +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "-120.7809517", + "total_vol" : "1148", + "system_id" : "61", + "system_name" : "SOUTH 1ST - NORTH", + "vol_weighted_avg_tt_pct_change" : "-0.023508909", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "-0.105209888", + "number_of_signals" : "14", + "weighted_avg_tt_total" : "-26.98822766", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "-49.65656109", + "total_vol" : "742", + "system_id" : "65", + "system_name" : "STASSNEY - EAST", + "vol_weighted_avg_tt_pct_change" : "0.042237633", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "-0.066922589", + "number_of_signals" : "7", + "weighted_avg_tt_total" : "31.34032401", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "931.8148072", + "total_vol" : "2352", + "system_id" : "69", + "system_name" : "US 183 - NORTH", + "vol_weighted_avg_tt_pct_change" : "0.177880732", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.396179765", + "number_of_signals" : "15", + "weighted_avg_tt_total" : "418.3754822", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "1391.605361", + "total_vol" : "3388", + "system_id" : "72", + "system_name" : "US 290 - WEST", + "vol_weighted_avg_tt_pct_change" : "0.269061924", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.410745384", + "number_of_signals" : "9", + "weighted_avg_tt_total" : "911.5817977", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "251", + "total_vol" : "1705", + "system_id" : "73", + "system_name" : "WELLS BRANCH", + "vol_weighted_avg_tt_pct_change" : "0.04348397", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.147214076", + "number_of_signals" : "13", + "weighted_avg_tt_total" : "74.1401687", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "212.1163821", + "total_vol" : "1563", + "system_id" : "75", + "system_name" : "WILLIAM CANNON", + "vol_weighted_avg_tt_pct_change" : "0.070699595", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "0.135711057", + "number_of_signals" : "30", + "weighted_avg_tt_total" : "110.5034677", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "9/26/16", + "weighted_avg_stops_total" : "-223.5119048", + "total_vol" : "1232", + "system_id" : "78", + "system_name" : "BURLESON", + "vol_weighted_avg_tt_pct_change" : "0.090541803", + "scheduled_fy" : "2016", + "vol_weight_avg_stops_pct_change" : "-0.181422001", + "number_of_signals" : "11", + "weighted_avg_tt_total" : "111.5475015", + "retime_status" : "COMPLETED" +} +, { + "status_date" : "10/20/16", + "system_id" : "103", + "system_name" : "ANDERSON MILL", + "scheduled_fy" : "2017", + "number_of_signals" : "10", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "104", + "system_name" : "BEN WHITE - EAST", + "scheduled_fy" : "2017", + "number_of_signals" : "14", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "106", + "system_name" : "CONGRESS - SOUTH", + "scheduled_fy" : "2017", + "number_of_signals" : "23", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "107", + "system_name" : "ENFIELD", + "scheduled_fy" : "2017", + "number_of_signals" : "9", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "108", + "system_name" : "GREAT HILLS", + "scheduled_fy" : "2017", + "number_of_signals" : "5", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "109", + "system_name" : "JOLLYVILLE", + "scheduled_fy" : "2017", + "number_of_signals" : "5", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "110", + "system_name" : "KOENIG/NORTHLAND", + "scheduled_fy" : "2017", + "number_of_signals" : "22", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "111", + "system_name" : "LAKELINE", + "scheduled_fy" : "2017", + "number_of_signals" : "6", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "112", + "system_name" : "LAKELINE MALL", + "scheduled_fy" : "2017", + "number_of_signals" : "4", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "114", + "system_name" : "LAMAR - SOUTH", + "scheduled_fy" : "2017", + "number_of_signals" : "24", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "115", + "system_name" : "LOYOLA", + "scheduled_fy" : "2017", + "number_of_signals" : "4", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "116", + "system_name" : "MANCHACA", + "scheduled_fy" : "2017", + "number_of_signals" : "15", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "117", + "system_name" : "MCNEIL/SPICEWOOD SPGS", + "scheduled_fy" : "2017", + "number_of_signals" : "19", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "118", + "system_name" : "MONTOPOLIS", + "scheduled_fy" : "2017", + "number_of_signals" : "9", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "119", + "system_name" : "PLEASANT VALLEY", + "scheduled_fy" : "2017", + "number_of_signals" : "11", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "122", + "system_name" : "SLAUGHTER", + "scheduled_fy" : "2017", + "number_of_signals" : "28", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "123", + "system_name" : "SOUTH 1ST - SOUTH", + "scheduled_fy" : "2017", + "number_of_signals" : "8", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "127", + "system_name" : "STECK", + "scheduled_fy" : "2017", + "number_of_signals" : "6", + "retime_status" : "PLANNED" +} +, { + "status_date" : "10/20/16", + "system_id" : "131", + "system_name" : "YAGER", + "scheduled_fy" : "2017", + "number_of_signals" : "4", + "retime_status" : "PLANNED" +} + ] diff --git a/components/data/signals.csv b/components/data/signals.csv new file mode 100644 index 00000000..a828a476 --- /dev/null +++ b/components/data/signals.csv @@ -0,0 +1,1048 @@ +"ATD_SIGNAL_ID","SIGNAL_TYPE","LOCATION_NAME","PRIMARY_ST","CROSS_ST","CONTROL","ATD_LOCATION_ID","COA_INTERSECTION_ID","COUNCIL_DISTRICT","CROSS_ST_AKA","CROSS_ST_SEGMENT_ID","JURISDICTION","LANDMARK","PRIMARY_ST_AKA","PRIMARY_ST_SEGMENT_ID","SIGNAL_ENG_AREA","GEOCODE","GEOCODE: Street 1","GEOCODE: Street 2","GEOCODE: City","GEOCODE: State","GEOCODE: Zip","GEOCODE: Country","GEOCODE: Latitude","GEOCODE: Longitude","MASTER_SIGNAL_ID","SIGNAL_STATUS","IP_SWITCH","IP_CONTROL","SWITCH_COMM" +"","TRAFFIC","","","","MASTER","","","","","","","","","","","","","","","","","","","","","","","","" +"","TRAFFIC","","","","MASTER","","","","","","","","","","","","","","","","","","","","","","","","" +"210","TRAFFIC","","","","MASTER","","","","","","","","","","","","","","","","","","","","","","1","1","Both" +"2","TRAFFIC","W GUADALUPE ST / N LAMAR BLVD","W GUADALUPE ST","N LAMAR BLVD","MASTER","1","5158418","9","","2046174","AUSTIN FULL PURPOSE","","","2046169","CENTRAL","4806 North Lamar Boulevard Austin, Texas 78751","4806 North Lamar Boulevard","","Austin","Texas","78751","United States","30.3166466","-97.7322464","","TURNED_ON","1","1","Both" +"3","TRAFFIC","N LAMAR BLVD / W 51ST ST","N LAMAR BLVD","W 51ST ST","MASTER","2","5158588","9","","2019845","AUSTIN FULL PURPOSE","","","2019844","CENTRAL","5101 North Lamar Boulevard Austin, Texas 78751","5101 North Lamar Boulevard","","Austin","Texas","78751","United States","30.3187695","-97.7308197","","TURNED_ON","1","1","Both" +"4","TRAFFIC","N LAMAR BLVD / W NORTH LOOP BLVD","N LAMAR BLVD","W NORTH LOOP BLVD","MASTER","3","5158745","7","","2019848","AUSTIN FULL PURPOSE","","","2019847","CENTRAL","5298 North Lamar Boulevard Austin, Texas 78751","5298 North Lamar Boulevard","","Austin","Texas","78751","United States","30.3210888","-97.729393","","TURNED_ON","1","1","Both" +"5","TRAFFIC","W KOENIG LN / N LAMAR BLVD","W KOENIG LN","N LAMAR BLVD","MASTER","4","5159119","4","","2012199","AUSTIN FULL PURPOSE","","","2040437","NORTH","5708 North Lamar Boulevard Austin, Texas 78752","5708 North Lamar Boulevard","","Austin","Texas","78752","United States","30.325943","-97.7263336","","TURNED_ON","1","1","Both" +"6","TRAFFIC","N LAMAR BLVD / DENSON DR","N LAMAR BLVD","DENSON DR","MASTER","5","5159402","7","","2012025","AUSTIN FULL PURPOSE","","","2012002","NORTH","6200 North Lamar Boulevard Austin, Texas 78752","6200 North Lamar Boulevard","","Austin","Texas","78752","United States","30.3303776","-97.7235413","","TURNED_ON","1","1","Both" +"7","TRAFFIC","N LAMAR BLVD / BRENTWOOD ST","N LAMAR BLVD","BRENTWOOD ST","MASTER","6","5159639","7","","2011842","AUSTIN FULL PURPOSE","","","2011841","NORTH","6601 North Lamar Boulevard Austin, Texas 78752","6601 North Lamar Boulevard","","Austin","Texas","78752","United States","30.3339996","-97.7212448","","TURNED_ON","1","1","Both" +"8","TRAFFIC","N LAMAR BLVD / JUSTIN LN","N LAMAR BLVD","JUSTIN LN","SLAVE","7","5159824","7","","2011711","AUSTIN FULL PURPOSE","","","2011748","NORTH","808 Justin Lane Austin, Texas 78757","808 Justin Lane","","Austin","Texas","78757","United States","30.3367023","-97.7195587","","TURNED_ON","1","1","Both" +"9","TRAFFIC","AIRPORT BLVD / N LAMAR BLVD","AIRPORT BLVD","N LAMAR BLVD","MASTER","8","5159899","4","","2011669","AUSTIN FULL PURPOSE","","","3257640","NORTH","Airport Boulevard Austin, Texas 78752","Airport Boulevard","","Austin","Texas","78752","United States","30.3376293","-97.7188721","","TURNED_ON","1","1","Both" +"10","TRAFFIC","W KOENIG LN / GUADALUPE ST","W KOENIG LN","GUADALUPE ST","MASTER","9","5159393","4","","2012280","AUSTIN FULL PURPOSE","","","2040437","NORTH","5599 Guadalupe Street Austin, Texas 78751","5599 Guadalupe Street","","Austin","Texas","78751","United States","30.3235016","-97.7238312","","TURNED_ON","1","1","Both" +"11","TRAFFIC","N LAMAR BLVD / W ST JOHNS AVE","N LAMAR BLVD","W ST JOHNS AVE","MASTER","10","5160009","7","","2011643","AUSTIN FULL PURPOSE","","","2011600","NORTH","758-798 West Saint Johns Avenue Austin, Texas 78752","758-798 West Saint Johns Avenue","","Austin","Texas","78752","United States","30.339407","-97.7178421","","TURNED_ON","1","1","Both" +"12","TRAFFIC","W KOENIG LN / GROVER AVE","W KOENIG LN","GROVER AVE","MASTER","11","5158705","7","","2012020","AUSTIN FULL PURPOSE","","","2012021","NORTH","5900-5934 Grover Avenue Austin, Texas 78757","5900-5934 Grover Avenue","","Austin","Texas","78757","United States","30.3298817","-97.7294846","","TURNED_ON","1","1","Both" +"13","TRAFFIC","W KOENIG LN / WOODROW AVE","W KOENIG LN","WOODROW AVE","MASTER","12","5158454","7","","2011980","AUSTIN FULL PURPOSE","","","2011981","NORTH","5867-5899 Woodrow Avenue Austin, Texas 78756","5867-5899 Woodrow Avenue","","Austin","Texas","78756","United States","30.3308716","-97.7315903","","TURNED_ON","1","1","Both" +"14","TRAFFIC","AIRPORT BLVD / GUADALUPE ST","AIRPORT BLVD","GUADALUPE ST","MASTER","13","5160128","4","","2011837","AUSTIN FULL PURPOSE","","","2011840","NORTH","6801 Guadalupe Street Austin, Texas 78752","6801 Guadalupe Street","","Austin","Texas","78752","United States","30.3339596","-97.7169266","","TURNED_ON","0","0","Both" +"15","TRAFFIC","GUADALUPE ST / W NORTH LOOP BLVD","GUADALUPE ST","W NORTH LOOP BLVD","MASTER","14","5159070","9","","2015331","AUSTIN FULL PURPOSE","","","2015283","CENTRAL","5301-5305 Guadalupe Street Austin, Texas 78751","5301-5305 Guadalupe Street","","Austin","Texas","78751","United States","30.319952","-97.7269592","","TURNED_ON","1","1","Both" +"16","TRAFFIC","AIRPORT BLVD / W HIGHLAND MALL BLVD","AIRPORT BLVD","W HIGHLAND MALL BLVD","MASTER","15","5160255","4","","3257754","AUSTIN FULL PURPOSE","","","2012059","NORTH","6419 Airport Boulevard Austin, Texas 78752","6419 Airport Boulevard","","Austin","Texas","78752","United States","30.3288574","-97.7158356","","TURNED_ON","0","0","Both" +"17","TRAFFIC","AIRPORT BLVD / DENSON DR","AIRPORT BLVD","DENSON DR","MASTER","16","5160231","4","","2040420","AUSTIN FULL PURPOSE","","","2012133","NORTH","6200-6398 Airport Boulevard Austin, Texas 78752","6200-6398 Airport Boulevard","","Austin","Texas","78752","United States","30.3270321","-97.7160797","","TURNED_ON","0","0","Both" +"18","TRAFFIC","W MARTIN LUTHER KING JR BLVD / NUECES ST","W MARTIN LUTHER KING JR BLVD","NUECES ST","SLAVE","17","5156697","9","","2017732","AUSTIN FULL PURPOSE","","","2017733","CENTRAL","1900-1902 Nueces Street Austin, Texas 78705","1900-1902 Nueces Street","","Austin","Texas","78705","United States","30.2823811","-97.7441864","","TURNED_ON","1","1","Both" +"19","TRAFFIC","METRIC BLVD / SCOFIELD LN","METRIC BLVD","SCOFIELD LN","MASTER","18","5162936","7","","2006204","AUSTIN FULL PURPOSE","","","3270535","NORTH","1701 Scofield Lane Austin, Texas 78727","1701 Scofield Lane","","Austin","Texas","78727","United States","30.4151459","-97.6883698","","TURNED_ON","1","1","Both" +"20","TRAFFIC","W MARTIN LUTHER KING JR BLVD / RIO GRANDE ST","W MARTIN LUTHER KING JR BLVD","RIO GRANDE ST","MASTER","19","5156606","9","","2017797","AUSTIN FULL PURPOSE","","","2017723","CENTRAL","673-685 West Martin Luther King Junior Boulevard Austin, Texas 78701","673-685 West Martin Luther King Junior Boulevard","","Austin","Texas","78701","United States","30.2825451","-97.7448349","","TURNED_ON","1","1","Both" +"21","TRAFFIC","W MARTIN LUTHER KING JR BLVD / NUECES ST","W MARTIN LUTHER KING JR BLVD","NUECES ST","MASTER","20","5156768","9","","2017821","AUSTIN FULL PURPOSE","","","2017746","CENTRAL","590-598 West Martin Luther King Junior Boulevard Austin, Texas 78701","590-598 West Martin Luther King Junior Boulevard","","Austin","Texas","78701","United States","30.282238","-97.7437439","","TURNED_ON","1","1","Both" +"22","TRAFFIC","W 24TH ST / NUECES ST","W 24TH ST","NUECES ST","SLAVE","21","5156836","9","","2017377","AUSTIN FULL PURPOSE","","","2017380","CENTRAL","2400 Nueces Street Austin, Texas 78705","2400 Nueces Street","","Austin","Texas","78705","United States","30.2878284","-97.7431412","","TURNED_ON","0","0","Both" +"23","TRAFFIC","GUADALUPE ST / W MARTIN LUTHER KING JR BLVD","GUADALUPE ST","W MARTIN LUTHER KING JR BLVD","MASTER","22","5157068","9","","2017777","AUSTIN FULL PURPOSE","","","2017776","CENTRAL","1901 Guadalupe Street Austin, Texas 78705","1901 Guadalupe Street","","Austin","Texas","78705","United States","30.2817326","-97.7419281","","TURNED_ON","1","1","Both" +"24","TRAFFIC","LAVACA ST / W MARTIN LUTHER KING JR BLVD","LAVACA ST","W MARTIN LUTHER KING JR BLVD","MASTER","23","5157273","9","","2017810","AUSTIN FULL PURPOSE","","","2017875","CENTRAL","247-299 West Martin Luther King Junior Boulevard Austin, Texas 78701","247-299 West Martin Luther King Junior Boulevard","","Austin","Texas","78701","United States","30.2813282","-97.740509","","TURNED_ON","1","1","Both" +"25","TRAFFIC","E MARTIN LUTHER KING JR BLVD / CONGRESS AVE","E MARTIN LUTHER KING JR BLVD","CONGRESS AVE","MASTER","24","5157629","1","","2017917","AUSTIN FULL PURPOSE","","","2017874","CENTRAL","200 East Martin Luther King Junior Boulevard Austin, Texas 78701","200 East Martin Luther King Junior Boulevard","","Austin","Texas","78701","United States","30.2806873","-97.7381058","","TURNED_ON","1","1","Both" +"26","TRAFFIC","E MARTIN LUTHER KING JR BLVD / SAN JACINTO BLVD","E MARTIN LUTHER KING JR BLVD","SAN JACINTO BLVD","MASTER","25","5158015","1","","2017890","AUSTIN FULL PURPOSE","","","2017891","CENTRAL","1900 San Jacinto Boulevard Austin, Texas 78712","1900 San Jacinto Boulevard","","Austin","Texas","78712","United States","30.2799759","-97.7357101","","TURNED_ON","1","1","Both" +"27","TRAFFIC","E MARTIN LUTHER KING JR BLVD / TRINITY ST","E MARTIN LUTHER KING JR BLVD","TRINITY ST","MASTER","26","5158219","1","","2017911","AUSTIN FULL PURPOSE","","","2017912","CENTRAL","1901-1973 Trinity Street Austin, Texas 78712","1901-1973 Trinity Street","","Austin","Texas","78712","United States","30.2796383","-97.7345123","","TURNED_ON","1","1","Both" +"28","TRAFFIC","E MARTIN LUTHER KING JR BLVD / RED RIVER ST","E MARTIN LUTHER KING JR BLVD","RED RIVER ST","MASTER","27","5158551","1","","2017958","AUSTIN FULL PURPOSE","","","2017959","CENTRAL","557-599 East Martin Luther King Junior Boulevard Austin, Texas 78712","557-599 East Martin Luther King Junior Boulevard","","Austin","Texas","78712","United States","30.2789745","-97.732193","","TURNED_ON","1","1","Both" +"29","TRAFFIC","DENSON DR / GUADALUPE ST","DENSON DR","GUADALUPE ST","MASTER","28","5159753","4","","2012063","AUSTIN FULL PURPOSE","","","2012064","NORTH","6200 Guadalupe Street Austin, Texas 78752","6200 Guadalupe Street","","Austin","Texas","78752","United States","30.3288956","-97.7204285","","TURNED_ON","1","1","Both" +"30","TRAFFIC","W 24TH ST / SAN GABRIEL ST","W 24TH ST","SAN GABRIEL ST","MASTER","29","5156111","9","","2017357","AUSTIN FULL PURPOSE","","","2017358","CENTRAL","1000 West 24th Street Austin, Texas 78705","1000 West 24th Street","","Austin","Texas","78705","United States","30.2881622","-97.7478333","","TURNED_ON","1","1","Both" +"31","TRAFFIC","W 24TH ST / RIO GRANDE ST","W 24TH ST","RIO GRANDE ST","MASTER","30","5156607","9","","2017369","AUSTIN FULL PURPOSE","","","2017370","CENTRAL","700-704 West 24th Street Austin, Texas 78705","700-704 West 24th Street","","Austin","Texas","78705","United States","30.2879353","-97.7446823","","TURNED_ON","1","1","Both" +"32","TRAFFIC","W 24TH ST / NUECES ST","W 24TH ST","NUECES ST","MASTER","31","5156755","9","","2017467","AUSTIN FULL PURPOSE","","","2017380","CENTRAL","601-605 West 24th Street Austin, Texas 78705","601-605 West 24th Street","","Austin","Texas","78705","United States","30.2878265","-97.74366","","TURNED_ON","1","1","Both" +"33","TRAFFIC","W 24TH ST / SAN ANTONIO ST","W 24TH ST","SAN ANTONIO ST","MASTER","32","5156912","9","","2017470","AUSTIN FULL PURPOSE","","","2017383","CENTRAL","506-598 West 24th Street Austin, Texas 78705","506-598 West 24th Street","","Austin","Texas","78705","United States","30.2877693","-97.7426453","","TURNED_ON","1","1","Both" +"34","TRAFFIC","GUADALUPE ST / W 30TH ST","GUADALUPE ST","W 30TH ST","SLAVE","33","5157001","9","","2016847","AUSTIN FULL PURPOSE","","","2016846","CENTRAL","502 West 30th Street Austin, Texas 78705","502 West 30th Street","","Austin","Texas","78705","United States","30.2966957","-97.7419662","","TURNED_ON","0","0","Both" +"35","TRAFFIC","E MARTIN LUTHER KING JR BLVD / N IH 35 SVRD SB","E MARTIN LUTHER KING JR BLVD","N IH 35 SVRD SB","MASTER","34","5158756","1","","2017990","AUSTIN FULL PURPOSE","","","2017991","CENTRAL","East Martin Luther King Junior Boulevard Austin, Texas 78701","East Martin Luther King Junior Boulevard","","Austin","Texas","78701","United States","30.2785587","-97.730484","","TURNED_ON","1","1","Both" +"36","TRAFFIC","E MARTIN LUTHER KING JR BLVD / N IH 35 SVRD NB","E MARTIN LUTHER KING JR BLVD","N IH 35 SVRD NB","SLAVE","35","5158954","1","","2017995","AUSTIN FULL PURPOSE","","","2017994","CENTRAL","1617 North Interstate 35 Frontage Road Austin, Texas 78702","1617 North Interstate 35 Frontage Road","","Austin","Texas","78702","United States","30.2785091","-97.7290802","","TURNED_ON","1","1","Both" +"37","TRAFFIC","GUADALUPE ST / W 21ST ST","GUADALUPE ST","W 21ST ST","MASTER","36","5157063","9","","2017637","AUSTIN FULL PURPOSE","","","2017636","CENTRAL","2025-2113 Guadalupe Street Austin, Texas 78705","2025-2113 Guadalupe Street","","Austin","Texas","78705","United States","30.2837963","-97.7419052","","TURNED_ON","1","1","Both" +"38","TRAFFIC","GUADALUPE ST / W 22ND ST","GUADALUPE ST","W 22ND ST","MASTER","37","5157071","9","","2017558","AUSTIN FULL PURPOSE","","","2017636","CENTRAL","400-454 West 22nd Street Austin, Texas 78705","400-454 West 22nd Street","","Austin","Texas","78705","United States","30.2849979","-97.7418137","","TURNED_ON","1","1","Both" +"39","TRAFFIC","GUADALUPE ST / WEST MALL UT","GUADALUPE ST","WEST MALL UT","MASTER","38","5157078","9","","2019909","AUSTIN FULL PURPOSE","UT CROSSWALK","","2019907","CENTRAL","2244-2266 Guadalupe Street Austin, Texas 78705","2244-2266 Guadalupe Street","","Austin","Texas","78705","United States","30.2858925","-97.7417374","","TURNED_ON","1","1","Both" +"40","TRAFFIC","GUADALUPE ST / W 24TH ST","GUADALUPE ST","W 24TH ST","MASTER","39","5157100","9","","2017389","AUSTIN FULL PURPOSE","","","2017388","CENTRAL","2401-2409 Guadalupe Street Austin, Texas 78705","2401-2409 Guadalupe Street","","Austin","Texas","78705","United States","30.2877197","-97.7415466","","TURNED_ON","1","1","Both" +"41","TRAFFIC","W DEAN KEETON ST / GUADALUPE ST","W DEAN KEETON ST","GUADALUPE ST","SLAVE","40","5157120","9","","2017247","AUSTIN FULL PURPOSE","","","2017249","CENTRAL","359-399 West Dean Keeton Street Austin, Texas 78712","359-399 West Dean Keeton Street","","Austin","Texas","78712","United States","30.289814","-97.7413559","","TURNED_ON","0","0","Both" +"42","TRAFFIC","GUADALUPE ST / W 26TH ST","GUADALUPE ST","W 26TH ST","MASTER","41","5157124","9","","2019867","AUSTIN FULL PURPOSE","","","2017247","CENTRAL","2601 Guadalupe Street Austin, Texas 78705","2601 Guadalupe Street","","Austin","Texas","78705","United States","30.2904701","-97.7412796","","TURNED_ON","1","1","Both" +"43","TRAFFIC","GUADALUPE ST / W 27TH ST","GUADALUPE ST","W 27TH ST","MASTER","42","5157142","9","","2017111","AUSTIN FULL PURPOSE","","","2017110","CENTRAL","346-398 West 27th Street Austin, Texas 78705","346-398 West 27th Street","","Austin","Texas","78705","United States","30.2919846","-97.7411499","","TURNED_ON","1","1","Both" +"44","TRAFFIC","GUADALUPE ST / W 29TH ST","GUADALUPE ST","W 29TH ST","MASTER","43","5156858","9","","2016925","AUSTIN FULL PURPOSE","","","2016924","CENTRAL","604 West 29th Street Austin, Texas 78705","604 West 29th Street","","Austin","Texas","78705","United States","30.2954292","-97.7428131","","TURNED_ON","1","1","Both" +"45","TRAFFIC","RIO GRANDE ST / W 29TH ST","RIO GRANDE ST","W 29TH ST","MASTER","44","5156684","9","","2016897","AUSTIN FULL PURPOSE","","","2016896","CENTRAL","2828-2898 Rio Grande Street Austin, Texas 78705","2828-2898 Rio Grande Street","","Austin","Texas","78705","United States","30.2959213","-97.7439194","","TURNED_ON","1","1","Both" +"46","TRAFFIC","GUADALUPE ST / W 30TH ST","GUADALUPE ST","W 30TH ST","MASTER","45","5156966","9","","2016888","AUSTIN FULL PURPOSE","","","2016859","CENTRAL","2934 Guadalupe Street Austin, Texas 78705","2934 Guadalupe Street","","Austin","Texas","78705","United States","30.2965031","-97.7421036","","TURNED_ON","1","1","Both" +"47","TRAFFIC","GUADALUPE ST / W 34TH ST","GUADALUPE ST","W 34TH ST","MASTER","46","5157324","9","","2016632","AUSTIN FULL PURPOSE","","","2016631","CENTRAL","3403 Guadalupe Street Austin, Texas 78705","3403 Guadalupe Street","","Austin","Texas","78705","United States","30.3003407","-97.7396469","","TURNED_ON","1","1","Both" +"48","TRAFFIC","W 38TH ST / GUADALUPE ST","W 38TH ST","GUADALUPE ST","MASTER","47","5157521","9","","2016461","AUSTIN FULL PURPOSE","","","2016462","CENTRAL","548-598 West 38th Street Austin, Texas 78705","548-598 West 38th Street","","Austin","Texas","78705","United States","30.302742","-97.7381439","","TURNED_ON","1","1","Both" +"49","TRAFFIC","GUADALUPE ST / W 41ST ST","GUADALUPE ST","W 41ST ST","MASTER","48","5157886","9","","2016257","AUSTIN FULL PURPOSE","","","2016232","CENTRAL","500-598 West 41st Street Austin, Texas 78751","500-598 West 41st Street","","Austin","Texas","78751","United States","30.3063908","-97.7357941","","TURNED_ON","1","1","Both" +"50","TRAFFIC","GUADALUPE ST / W 45TH ST","GUADALUPE ST","W 45TH ST","MASTER","49","5158333","9","","2015915","AUSTIN FULL PURPOSE","","","2015882","CENTRAL","4501 Guadalupe Street Austin, Texas 78751","4501 Guadalupe Street","","Austin","Texas","78751","United States","30.3108425","-97.7329788","","TURNED_ON","1","1","Both" +"51","TRAFFIC","E MARTIN LUTHER KING JR BLVD / CHICON ST","E MARTIN LUTHER KING JR BLVD","CHICON ST","MASTER","50","5159809","1","","2017883","AUSTIN FULL PURPOSE","","","2017882","CENTRAL","1900 Chicon Street Austin, Texas 78722","1900 Chicon Street","","Austin","Texas","78722","United States","30.2798061","-97.7212372","","TURNED_ON","1","1","Both" +"52","TRAFFIC","E MARTIN LUTHER KING JR BLVD / CHESTNUT AVE","E MARTIN LUTHER KING JR BLVD","CHESTNUT AVE","MASTER","51","5160241","1","","2017834","AUSTIN FULL PURPOSE","","","2017833","CENTRAL","2301 East Martin Luther King Junior Boulevard Austin, Texas 78702","2301 East Martin Luther King Junior Boulevard","","Austin","Texas","78702","United States","30.2804375","-97.7172699","","TURNED_ON","1","1","Both" +"53","TRAFFIC","W DEAN KEETON ST / WICHITA ST","W DEAN KEETON ST","WICHITA ST","MASTER","52","5157607","9","","2017256","AUSTIN FULL PURPOSE","","","2017257","CENTRAL","100 West Dean Keeton Street Austin, Texas 78712","100 West Dean Keeton Street","","Austin","Texas","78712","United States","30.2895603","-97.7379913","","TURNED_ON","1","1","Both" +"54","TRAFFIC","E DEAN KEETON ST / SAN JACINTO BLVD","E DEAN KEETON ST","SAN JACINTO BLVD","MASTER","53","5158159","9","","2017266","AUSTIN FULL PURPOSE","","","2017278","CENTRAL","2801 San Jacinto Boulevard Austin, Texas 78705","2801 San Jacinto Boulevard","","Austin","Texas","78705","United States","30.2893162","-97.7346115","","TURNED_ON","1","1","Both" +"55","TRAFFIC","E DEAN KEETON ST / SPEEDWAY","E DEAN KEETON ST","SPEEDWAY","MASTER","54","5157794","9","","2017406","AUSTIN FULL PURPOSE","","","2017261","CENTRAL","101-199 East Dean Keeton Street Austin, Texas 78712","101-199 East Dean Keeton Street","","Austin","Texas","78712","United States","30.2894573","-97.7368088","","TURNED_ON","1","1","Both" +"56","TRAFFIC","DUVAL ST / SAN JACINTO BLVD","DUVAL ST","SAN JACINTO BLVD","MASTER","55","5158127","9","","2017163","AUSTIN FULL PURPOSE","","","2019921","CENTRAL","2890-2898 San Jacinto Boulevard Austin, Texas 78705","2890-2898 San Jacinto Boulevard","","Austin","Texas","78705","United States","30.2909546","-97.7347336","","TURNED_ON","1","1","Both" +"57","TRAFFIC","E 32ND ST / DUVAL ST","E 32ND ST","DUVAL ST","MASTER","56","5158470","9","","2016975","AUSTIN FULL PURPOSE","","","2016976","CENTRAL","408-498 East 32nd Street Austin, Texas 78705","408-498 East 32nd Street","","Austin","Texas","78705","United States","30.2945347","-97.7324677","","TURNED_ON","1","1","Both" +"58","TRAFFIC","W 38TH ST / SPEEDWAY","W 38TH ST","SPEEDWAY","MASTER","57","5158290","9","","2016610","AUSTIN FULL PURPOSE","","","2016611","CENTRAL","100-104 East 38th Street Austin, Texas 78705","100-104 East 38th Street","","Austin","Texas","78705","United States","30.3005295","-97.733551","","TURNED_ON","1","1","Both" +"59","TRAFFIC","E 38TH ST / DUVAL ST","E 38TH ST","DUVAL ST","MASTER","58","5158780","9","","2016716","AUSTIN FULL PURPOSE","","","2016717","CENTRAL","3801 Duval Street Austin, Texas 78751","3801 Duval Street","","Austin","Texas","78751","United States","30.298708","-97.7297745","","TURNED_ON","1","1","Both" +"60","TRAFFIC","E 45TH ST / DUVAL ST","E 45TH ST","DUVAL ST","MASTER","59","5159359","9","","2016164","AUSTIN FULL PURPOSE","","","2016185","CENTRAL","4418-4498 Duval Street Austin, Texas 78751","4418-4498 Duval Street","","Austin","Texas","78751","United States","30.3069954","-97.7245865","","TURNED_ON","1","1","Both" +"61","TRAFFIC","W 45TH ST / SPEEDWAY","W 45TH ST","SPEEDWAY","MASTER","60","5158939","9","","2016138","AUSTIN FULL PURPOSE","","","2016057","CENTRAL","4499 Speedway Austin, Texas 78751","4499 Speedway","","Austin","Texas","78751","United States","30.3086319","-97.7283936","","TURNED_ON","1","1","Both" +"62","TRAFFIC","W DEAN KEETON ST / UNIVERSITY AVE","W DEAN KEETON ST","UNIVERSITY AVE","MASTER","61","5157439","9","","2017252","AUSTIN FULL PURPOSE","","","2017253","CENTRAL","100 West Dean Keeton Street Austin, Texas 78712","100 West Dean Keeton Street","","Austin","Texas","78712","United States","30.2896271","-97.7390747","","TURNED_ON","1","1","Both" +"63","TRAFFIC","RED RIVER ST / E 41ST ST","RED RIVER ST","E 41ST ST","MASTER","62","5159617","9","","2016762","AUSTIN FULL PURPOSE","","","2016652","CENTRAL","905 East 41st Street Austin, Texas 78751","905 East 41st Street","","Austin","Texas","78751","United States","30.2996826","-97.7223892","","TURNED_ON","1","1","Both" +"64","TRAFFIC","E 38TH HALF ST / N IH 35 SVRD SB","E 38TH HALF ST","N IH 35 SVRD SB","MASTER","63","5159923","9","","2016920","AUSTIN FULL PURPOSE","","","2016921","CENTRAL","3820 North Interstate 35 Frontage Road Austin, Texas 78751","3820 North Interstate 35 Frontage Road","","Austin","Texas","78751","United States","30.294981","-97.7197723","","TURNED_ON","1","1","Both" +"65","TRAFFIC","E DEAN KEETON ST / MEDICAL ARTS ST","E DEAN KEETON ST","MEDICAL ARTS ST","MASTER","64","5158913","1","","2017262","AUSTIN FULL PURPOSE","","","2017316","CENTRAL","2600-2898 Robert Dedman Drive Austin, Texas 78705","2600-2898 Robert Dedman Drive","","Austin","Texas","78705","United States","30.2883301","-97.7291336","","TURNED_ON","1","1","Both" +"66","TRAFFIC","W DEAN KEETON ST / WHITIS AVE","W DEAN KEETON ST","WHITIS AVE","MASTER","65","5157276","9","","2017248","AUSTIN FULL PURPOSE","","","2017249","CENTRAL","2601-2605 Whitis Avenue Austin, Texas 78705","2601-2605 Whitis Avenue","","Austin","Texas","78705","United States","30.2897549","-97.7402496","","TURNED_ON","1","1","Both" +"67","TRAFFIC","RED RIVER ST / E 32ND ST","RED RIVER ST","E 32ND ST","MASTER","66","5159140","9","","2017255","AUSTIN FULL PURPOSE","","","2017191","CENTRAL","3200 Red River Street Austin, Texas 78705","3200 Red River Street","","Austin","Texas","78705","United States","30.2910519","-97.72715","","TURNED_ON","1","1","Both" +"68","TRAFFIC","RED RIVER ST / E 38TH HALF ST","RED RIVER ST","E 38TH HALF ST","MASTER","67","5159542","9","","2016857","AUSTIN FULL PURPOSE","","","2016824","CENTRAL","3809 Red River Street Austin, Texas 78751","3809 Red River Street","","Austin","Texas","78751","United States","30.2965431","-97.7231445","","TURNED_ON","1","1","Both" +"69","TRAFFIC","E 45TH ST / RED RIVER ST","E 45TH ST","RED RIVER ST","MASTER","68","5159912","9","","2016296","AUSTIN FULL PURPOSE","","","2016297","CENTRAL","4500-4502 Red River Street Austin, Texas 78751","4500-4502 Red River Street","","Austin","Texas","78751","United States","30.3048534","-97.7196121","","TURNED_ON","1","1","Both" +"70","TRAFFIC","E DEAN KEETON ST / RED RIVER ST","E DEAN KEETON ST","RED RIVER ST","MASTER","69","5159198","1","","2046317","AUSTIN FULL PURPOSE","","","2017415","CENTRAL","2601-2899 Red River Street Austin, Texas 78705","2601-2899 Red River Street","","Austin","Texas","78705","United States","30.2871666","-97.7267456","","TURNED_ON","1","1","Both" +"71","TRAFFIC","RED RIVER ST / CLYDE LITTLEFIELD DR","RED RIVER ST","CLYDE LITTLEFIELD DR","MASTER","70","5159062","1","","2036519","AUSTIN FULL PURPOSE","","","2017866","CENTRAL","2200-2260 Red River Street Austin, Texas 78705","2200-2260 Red River Street","","Austin","Texas","78705","United States","30.2832279","-97.7279663","","TURNED_ON","1","1","Both" +"72","TRAFFIC","E 38TH HALF ST / N IH 35 SVRD NB","E 38TH HALF ST","N IH 35 SVRD NB","SLAVE","71","5159970","9","","2017051","AUSTIN FULL PURPOSE","","","2016967","CENTRAL","East 38th 1/2 Street Austin, Texas ","East 38th 1/2 Street","","Austin","Texas","","United States","30.2947578","-97.7193832","","TURNED_ON","1","1","Both" +"73","TRAFFIC","STECK AVE / ROCKWOOD LN","STECK AVE","ROCKWOOD LN","MASTER","72","5157759","7","","2010696","AUSTIN FULL PURPOSE","","","2010697","NORTH","8201 Rockwood Lane Austin, Texas 78757","8201 Rockwood Lane","","Austin","Texas","78757","United States","30.3646717","-97.7350159","","TURNED_ON","0","0","Both" +"74","TRAFFIC","BURNET RD / ROCKWOOD LN","BURNET RD","ROCKWOOD LN","MASTER","73","5158827","7","","2010560","AUSTIN FULL PURPOSE","","","2010559","NORTH","Rockwood Lane Austin, Texas 78757","Rockwood Lane","","Austin","Texas","78757","United States","30.3682861","-97.7275848","","TURNED_ON","1","1","Both" +"75","TRAFFIC","W US 290 HWY / HUDSON LOOP","W US 290 HWY","HUDSON LOOP","UNKNOWN","74","5143677","0","","2041562","AUSTIN 2 MILE ETJ","","","2026805","SOUTH","8025-8087 West Highway 290 Austin, Texas 78737","8025-8087 West Highway 290","","Austin","Texas","78737","United States","30.2295156","-97.89159663","","TURNED_ON","0","0","N/A" +"76","TRAFFIC","E MARTIN LUTHER KING JR BLVD / BRAZOS ST","E MARTIN LUTHER KING JR BLVD","BRAZOS ST","MASTER","75","5157838","9","","2017944","AUSTIN FULL PURPOSE","","","2017874","CENTRAL","1801 Brazos Street Austin, Texas 78701","1801 Brazos Street","","Austin","Texas","78701","United States","30.2802944","-97.7367706","","TURNED_ON","1","1","Both" +"77","TRAFFIC","BURNET RD / STECK AVE","BURNET RD","STECK AVE","SLAVE","76","5158619","7","","2010804","AUSTIN FULL PURPOSE","","","2010803","NORTH","8218 Burnet Road Austin, Texas 78757","8218 Burnet Road","","Austin","Texas","78757","United States","30.3618469","-97.7293396","92","TURNED_ON","1","1","Both" +"78","TRAFFIC","W ANDERSON LN / BURNET RD","W ANDERSON LN","BURNET RD","MASTER","77","5158455","7","","2011058","AUSTIN FULL PURPOSE","","","2011086","NORTH","7837 Burnet Road Austin, Texas 78757","7837 Burnet Road","","Austin","Texas","78757","United States","30.3561535","-97.730896","","TURNED_ON","1","1","Both" +"79","TRAFFIC","BURNET RD / RICHCREEK RD","BURNET RD","RICHCREEK RD","MASTER","78","5157931","7","","2011237","AUSTIN FULL PURPOSE","","","2011236","NORTH","2412 Richcreek Road Austin, Texas 78757","2412 Richcreek Road","","Austin","Texas","78757","United States","30.3505726","-97.7343369","","TURNED_ON","1","1","Both" +"80","TRAFFIC","BURNET RD / GREENLAWN PKWY","BURNET RD","GREENLAWN PKWY","MASTER","79","5157698","7","","2011308","AUSTIN FULL PURPOSE","","","2011307","NORTH","7156-7210 Burnet Road Austin, Texas 78757","7156-7210 Burnet Road","","Austin","Texas","78757","United States","30.3482552","-97.7357788","","TURNED_ON","1","1","Both" +"81","TRAFFIC","BURNET RD / JUSTIN LN","BURNET RD","JUSTIN LN","MASTER","80","5157450","7","","2011424","AUSTIN FULL PURPOSE","","","2011406","NORTH","6898 Burnet Road Austin, Texas 78757","6898 Burnet Road","","Austin","Texas","78757","United States","30.3453846","-97.7375259","","TURNED_ON","1","1","Both" +"82","TRAFFIC","BURNET RD / WHITE HORSE TRL","BURNET RD","WHITE HORSE TRL","MASTER","81","5157237","7","","2040272","AUSTIN FULL PURPOSE","","","2011653","NORTH","6298 Burnet Road Austin, Texas 78757","6298 Burnet Road","","Austin","Texas","78757","United States","30.33848","-97.7392502","","TURNED_ON","1","1","Both" +"83","TRAFFIC","BURNET RD / ROMERIA DR","BURNET RD","ROMERIA DR","MASTER","82","5157209","7","","2011727","AUSTIN FULL PURPOSE","","","2011719","NORTH","2101-2199 Romeria Drive Austin, Texas 78757","2101-2199 Romeria Drive","","Austin","Texas","78757","United States","30.3369274","-97.7394638","","TURNED_ON","1","1","Both" +"84","TRAFFIC","ALLANDALE RD / BURNET RD","ALLANDALE RD","BURNET RD","MASTER","83","5157162","7","","2011816","AUSTIN FULL PURPOSE","","","2011817","NORTH","5901 Burnet Road Austin, Texas 78757","5901 Burnet Road","","Austin","Texas","78757","United States","30.3348522","-97.7398224","","TURNED_ON","1","1","Both" +"85","TRAFFIC","BURNET RD / NORTHLAND DR","BURNET RD","NORTHLAND DR","MASTER","84","5157143","7","","2011931","AUSTIN FULL PURPOSE","","","2011930","NORTH","5661-5699 Burnet Road Austin, Texas 78756","5661-5699 Burnet Road","","Austin","Texas","78756","United States","30.3324718","-97.7400665","","TURNED_ON","1","1","Both" +"86","TRAFFIC","E 7TH ST / NECHES ST","E 7TH ST","NECHES ST","MASTER","85","5157702","9","","2018752","AUSTIN FULL PURPOSE","","","2018753","CENTRAL","653-699 Neches Street Austin, Texas 78701","653-699 Neches Street","","Austin","Texas","78701","United States","30.2677002","-97.737915","","TURNED_ON","1","1","Both" +"87","TRAFFIC","BURNET RD / W NORTH LOOP BLVD","BURNET RD","W NORTH LOOP BLVD","MASTER","86","5157233","7","","2012195","AUSTIN FULL PURPOSE","","","2012196","NORTH","1610 West North Loop Boulevard Austin, Texas 78756","1610 West North Loop Boulevard","","Austin","Texas","78756","United States","30.3258514","-97.7396164","","TURNED_ON","1","1","Both" +"88","TRAFFIC","BURNET RD / HANCOCK DR","BURNET RD","HANCOCK DR","MASTER","87","5157283","7","","2047014","AUSTIN FULL PURPOSE","","","2015302","NORTH","5025 Burnet Road Austin, Texas 78756","5025 Burnet Road","","Austin","Texas","78756","United States","30.3220119","-97.7393341","","TURNED_ON","1","1","Both" +"89","TRAFFIC","BURNET RD / W 49TH ST","BURNET RD","W 49TH ST","MASTER","88","5157310","7","","2015303","AUSTIN FULL PURPOSE","","","2015302","NORTH","2110 West 49th Street Austin, Texas 78756","2110 West 49th Street","","Austin","Texas","78756","United States","30.3198566","-97.7392273","","TURNED_ON","1","1","Both" +"90","TRAFFIC","BURNET RD / W 45TH ST","BURNET RD","W 45TH ST","MASTER","89","5156974","10","","2015570","AUSTIN FULL PURPOSE","","","2015569","NORTH","4501-4525 Burnet Road Austin, Texas 78756","4501-4525 Burnet Road","","Austin","Texas","78756","United States","30.3154011","-97.7415695","","TURNED_ON","1","1","Both" +"91","TRAFFIC","BURNET RD / NORTHCROSS DR","BURNET RD","NORTHCROSS DR","MASTER","90","5158100","7","","3300737","AUSTIN FULL PURPOSE","","","2011183","NORTH","7575 Burnet Road Austin, Texas 78757","7575 Burnet Road","","Austin","Texas","78757","United States","30.3522167","-97.7332458","","TURNED_ON","1","1","Both" +"92","TRAFFIC","BURNET RD / OHLEN RD","BURNET RD","OHLEN RD","MASTER","91","5158652","7","","2010771","AUSTIN FULL PURPOSE","","","2010761","NORTH","8288-8298 Burnet Road Austin, Texas 78757","8288-8298 Burnet Road","","Austin","Texas","78757","United States","30.3629112","-97.7290573","","TURNED_ON","1","1","Both" +"93","TRAFFIC","W ANDERSON LN / NORTHCROSS DR","W ANDERSON LN","NORTHCROSS DR","MASTER","92","5157696","7","","3300711","AUSTIN FULL PURPOSE","","","3299704","NORTH","2531 West Anderson Lane Austin, Texas 78757","2531 West Anderson Lane","","Austin","Texas","78757","United States","30.3583069","-97.7355347","","TURNED_ON","0","0","Both" +"94","TRAFFIC","W ANDERSON LN / ROCKWOOD LN","W ANDERSON LN","ROCKWOOD LN","MASTER","93","5157292","7","","2012436","AUSTIN FULL PURPOSE","","","3300416","NORTH","7817 Rockwood Lane Austin, Texas 78757","7817 Rockwood Lane","","Austin","Texas","78757","United States","30.3597527","-97.738266","","TURNED_ON","0","0","Both" +"95","TRAFFIC","W ANDERSON LN / SHOAL CREEK BLVD","W ANDERSON LN","SHOAL CREEK BLVD","MASTER","94","5156894","7","","2010847","AUSTIN FULL PURPOSE","","","2042779","NORTH","7899 Shoal Creek Boulevard Austin, Texas 78757","7899 Shoal Creek Boulevard","","Austin","Texas","78757","United States","30.361021","-97.7408447","","TURNED_ON","0","0","Both" +"96","TRAFFIC","W ANDERSON LN / ","W ANDERSON LN","","MASTER","95","","7","","","AUSTIN FULL PURPOSE","ANDERSON PLAZA","","3299710","NORTH","2458-2468 West Anderson Lane Austin, Texas 78757","2458-2468 West Anderson Lane","","Austin","Texas","78757","United States","30.3568935","-97.7324753","","TURNED_ON","0","0","Both" +"97","TRAFFIC","W ANDERSON LN / N MOPAC EXPY SVRD NB","W ANDERSON LN","N MOPAC EXPY SVRD NB","SLAVE","96","5156412","10","","2012470","AUSTIN FULL PURPOSE","","","2012359","NORTH","7900 Mopac Service Road Austin, Texas 78759","7900 Mopac Service Road","","Austin","Texas","78759","United States","30.3612461","-97.7440109","","TURNED_ON","0","0","Both" +"98","TRAFFIC","SPICEWOOD SPRINGS RD / N MOPAC EXPY SVRD SB","SPICEWOOD SPRINGS RD","N MOPAC EXPY SVRD SB","MASTER","97","5156212","10","","2012361","AUSTIN FULL PURPOSE","","","2010845","NORTH","7900 Mopac Service Road Austin, Texas 78759","7900 Mopac Service Road","","Austin","Texas","78759","United States","30.3612633","-97.7452316","","TURNED_ON","0","0","Both" +"99","TRAFFIC","SPICEWOOD SPRINGS RD / WOOD HOLLOW DR","SPICEWOOD SPRINGS RD","WOOD HOLLOW DR","MASTER","98","5155944","10","","2010870","AUSTIN FULL PURPOSE","","","2010817","NORTH","7719 Wood Hollow Drive Austin, Texas 78731","7719 Wood Hollow Drive","","Austin","Texas","78731","United States","30.3617649","-97.7468948","","TURNED_ON","0","0","Both" +"100","TRAFFIC","W ANDERSON LN / WOOTEN PARK DR","W ANDERSON LN","WOOTEN PARK DR","MASTER","99","5159371","7","","2040071","AUSTIN FULL PURPOSE","","","2011173","NORTH","1698 West Anderson Lane Austin, Texas 78757","1698 West Anderson Lane","","Austin","Texas","78757","United States","30.3525105","-97.7232285","","TURNED_ON","0","0","Both" +"101","TRAFFIC","PEARCE LN / KELLAM RD","PEARCE LN","KELLAM RD","UNKNOWN","100","5168571","0","","5057724","AUSTIN 2 MILE ETJ","","","5056221","SOUTH","12505-12893 Pearce Lane Texas 78617","12505-12893 Pearce Lane","","","Texas","78617","United States","30.16396079","-97.61182113","","TURNED_ON","0","0","Both" +"102","TRAFFIC","N LAMAR BLVD / W 45TH ST","N LAMAR BLVD","W 45TH ST","MASTER","101","5157553","10","","2015704","AUSTIN FULL PURPOSE","","","2015792","CENTRAL","West 45th Street Austin, Texas 78705","West 45th Street","","Austin","Texas","78705","United States","30.3134632","-97.7375946","","TURNED_ON","1","1","Both" +"103","TRAFFIC","W 38TH ST / N LAMAR BLVD","W 38TH ST","N LAMAR BLVD","MASTER","102","5156777","10","","2016302","AUSTIN FULL PURPOSE","","","2016303","CENTRAL","3801-3825 North Lamar Boulevard Austin, Texas 78756","3801-3825 North Lamar Boulevard","","Austin","Texas","78756","United States","30.3051968","-97.7430496","","TURNED_ON","1","1","Both" +"104","TRAFFIC","N LAMAR BLVD / PARKWAY","N LAMAR BLVD","PARKWAY","SLAVE","103","5155653","9","","2018114","AUSTIN FULL PURPOSE","","","2018139","CENTRAL","1204 North Lamar Boulevard Austin, Texas 78703","1204 North Lamar Boulevard","","Austin","Texas","78703","United States","30.277359","-97.7511673","","TURNED_ON","1","1","Both" +"105","TRAFFIC","N LAMAR BLVD / W 34TH ST","N LAMAR BLVD","W 34TH ST","MASTER","104","5156542","10","","2019817","AUSTIN FULL PURPOSE","","","2016468","CENTRAL","3401 North Lamar Boulevard Austin, Texas 78705","3401 North Lamar Boulevard","","Austin","Texas","78705","United States","30.3027","-97.7447128","","TURNED_ON","1","1","Both" +"106","TRAFFIC","N LAMAR BLVD / W 29TH ST","N LAMAR BLVD","W 29TH ST","MASTER","105","5155961","9","","2019787","AUSTIN FULL PURPOSE","","","2019801","CENTRAL","2868-2898 North Lamar Boulevard Austin, Texas 78705","2868-2898 North Lamar Boulevard","","Austin","Texas","78705","United States","30.2981358","-97.7484741","","TURNED_ON","1","1","Both" +"107","TRAFFIC","W 35TH ST / JACKSON AVE","W 35TH ST","JACKSON AVE","MASTER","106","5154965","10","","2020046","AUSTIN FULL PURPOSE","","","2020047","CENTRAL","1915-1999 West 35th Street Austin, Texas 78703","1915-1999 West 35th Street","","Austin","Texas","78703","United States","30.3087349","-97.7558899","","TURNED_ON","1","1","Both" +"108","TRAFFIC","N LAMAR BLVD / W 24TH ST","N LAMAR BLVD","W 24TH ST","MASTER","107","5155404","9","","2019777","AUSTIN FULL PURPOSE","","","2019776","CENTRAL","1301-1395 West 24th Street Austin, Texas 78705","1301-1395 West 24th Street","","Austin","Texas","78705","United States","30.2885342","-97.7527695","","TURNED_ON","1","1","Both" +"109","TRAFFIC","W 35TH ST / KERBEY LN","W 35TH ST","KERBEY LN","MASTER","108","5155597","10","","2016197","AUSTIN FULL PURPOSE","","","2016198","CENTRAL","1601 West 35th Street Austin, Texas 78703","1601 West 35th Street","","Austin","Texas","78703","United States","30.3071957","-97.7507782","","TURNED_ON","1","1","Both" +"110","TRAFFIC","N LAMAR BLVD / W MARTIN LUTHER KING JR BLVD","N LAMAR BLVD","W MARTIN LUTHER KING JR BLVD","MASTER","109","5155501","9","","2019774","AUSTIN FULL PURPOSE","","","2037908","CENTRAL","1119-1299 West Martin Luther King Junior Boulevard Austin, Texas 78705","1119-1299 West Martin Luther King Junior Boulevard","","Austin","Texas","78705","United States","30.2836018","-97.7520752","","TURNED_ON","1","1","Both" +"111","TRAFFIC","W 35TH ST / JEFFERSON ST","W 35TH ST","JEFFERSON ST","MASTER","110","5155479","10","","2016154","AUSTIN FULL PURPOSE","","","2016155","CENTRAL","3500 Jefferson Street Austin, Texas 78731","3500 Jefferson Street","","Austin","Texas","78731","United States","30.3078003","-97.7516022","","TURNED_ON","1","1","Both" +"112","TRAFFIC","W 38TH ST / BULL CREEK RD","W 38TH ST","BULL CREEK RD","MASTER","111","5155612","10","","2016048","AUSTIN FULL PURPOSE","","","2016079","CENTRAL","3601-3603 Bull Creek Road Austin, Texas 78731","3601-3603 Bull Creek Road","","Austin","Texas","78731","United States","30.309185","-97.7506638","","TURNED_ON","1","1","Both" +"113","TRAFFIC","W 38TH ST / SHOAL CREEK BLVD","W 38TH ST","SHOAL CREEK BLVD","MASTER","112","5156083","10","","2019871","AUSTIN FULL PURPOSE","","","2016224","CENTRAL","3801-3809 Shoal Creek Boulevard Austin, Texas 78756","3801-3809 Shoal Creek Boulevard","","Austin","Texas","78756","United States","30.3070889","-97.7475052","","TURNED_ON","1","1","Both" +"114","TRAFFIC","W 38TH ST / MEDICAL PKWY","W 38TH ST","MEDICAL PKWY","MASTER","113","5156616","10","","2016281","AUSTIN FULL PURPOSE","","","2016282","CENTRAL","3800-3820 Medical Parkway Austin, Texas 78756","3800-3820 Medical Parkway","","Austin","Texas","78756","United States","30.3057194","-97.7441483","","TURNED_ON","1","1","Both" +"115","TRAFFIC","BARTON SPRINGS RD / STRATFORD DR","BARTON SPRINGS RD","STRATFORD DR","UNKNOWN","114","5153190","8","","2021833","AUSTIN FULL PURPOSE","","","2021116","SOUTH","2220 Barton Springs Road Austin, Texas 78746","2220 Barton Springs Road","","Austin","Texas","78746","United States","30.2671709","-97.77088083","","TURNED_ON","0","0","None" +"116","TRAFFIC","N LAMAR BLVD / W 12TH ST","N LAMAR BLVD","W 12TH ST","MASTER","115","5155626","9","","2018140","AUSTIN FULL PURPOSE","","","2018139","CENTRAL","1200 North Lamar Boulevard Austin, Texas 78703","1200 North Lamar Boulevard","","Austin","Texas","78703","United States","30.2768974","-97.7513962","","TURNED_ON","1","1","Both" +"117","TRAFFIC","N LAMAR BLVD / W 10TH ST","N LAMAR BLVD","W 10TH ST","MASTER","116","5155503","9","","2019766","AUSTIN FULL PURPOSE","","","2018274","CENTRAL","1000-1010 West 10th Street Austin, Texas 78703","1000-1010 West 10th Street","","Austin","Texas","78703","United States","30.2750168","-97.7522812","","TURNED_ON","1","1","Both" +"118","TRAFFIC","W 6TH ST / N LAMAR BLVD","W 6TH ST","N LAMAR BLVD","MASTER","117","5155322","9","","2019753","AUSTIN FULL PURPOSE","","","2019754","CENTRAL","948-998 West 6th Street Austin, Texas 78703","948-998 West 6th Street","","Austin","Texas","78703","United States","30.2715378","-97.7539673","","TURNED_ON","1","1","Both" +"119","TRAFFIC","W 5TH ST / N LAMAR BLVD","W 5TH ST","N LAMAR BLVD","MASTER","118","5155253","9","","2019753","AUSTIN FULL PURPOSE","","","2044015","CENTRAL","1000-1004 West 5th Street Austin, Texas 78703","1000-1004 West 5th Street","","Austin","Texas","78703","United States","30.2702904","-97.7546005","","TURNED_ON","1","1","Both" +"120","TRAFFIC","S LAMAR BLVD SB / W RIVERSIDE DR","S LAMAR BLVD SB","W RIVERSIDE DR","MASTER","119","5154958","5","","2021138","AUSTIN FULL PURPOSE","","","2021155","SOUTH","1239 West Riverside Drive Austin, Texas 78704","1239 West Riverside Drive","","Austin","Texas","78704","United States","30.2645245","-97.757103","","TURNED_ON","1","1","Both" +"121","TRAFFIC","S LAMAR BLVD NB / BARTON SPRINGS RD","S LAMAR BLVD NB","BARTON SPRINGS RD","MASTER","120","5154798","5","","2021195","AUSTIN FULL PURPOSE","","","2021194","SOUTH","1223-1299 Barton Springs Road Austin, Texas 78704","1223-1299 Barton Springs Road","","Austin","Texas","78704","United States","30.2608624","-97.758522","","TURNED_ON","1","1","Both" +"122","TRAFFIC","S LAMAR BLVD / HETHER ST","S LAMAR BLVD","HETHER ST","MASTER","121","5153644","5","","2035570","AUSTIN FULL PURPOSE","","","2026544","SOUTH","1927-1999 South Lamar Boulevard Austin, Texas 78704","1927-1999 South Lamar Boulevard","","Austin","Texas","78704","United States","30.2494106","-97.7674408","","TURNED_ON","1","1","Both" +"123","TRAFFIC","S LAMAR BLVD / W OLTORF ST","S LAMAR BLVD","W OLTORF ST","MASTER","122","5153332","5","","2026542","AUSTIN FULL PURPOSE","","","2026541","SOUTH","1570-1598 West Oltorf Street Austin, Texas 78704","1570-1598 West Oltorf Street","","Austin","Texas","78704","United States","30.2484131","-97.7699509","","TURNED_ON","1","1","Both" +"124","TRAFFIC","S LAMAR BLVD / BLUEBONNET LN","S LAMAR BLVD","BLUEBONNET LN","MASTER","123","5152555","5","","2023744","AUSTIN FULL PURPOSE","","","2023743","SOUTH","2323 South Lamar Boulevard Austin, Texas 78704","2323 South Lamar Boulevard","","Austin","Texas","78704","United States","30.2469234","-97.7771835","","TURNED_ON","1","1","Both" +"125","TRAFFIC","S LAMAR BLVD / MANCHACA RD","S LAMAR BLVD","MANCHACA RD","SLAVE","124","5152101","5","","2023827","AUSTIN FULL PURPOSE","","","2023812","SOUTH","2738 South Lamar Boulevard Austin, Texas 78704","2738 South Lamar Boulevard","","Austin","Texas","78704","United States","30.244257","-97.781395","","TURNED_ON","1","1","Both" +"126","TRAFFIC","S LAMAR BLVD / TREADWELL ST","S LAMAR BLVD","TREADWELL ST","MASTER","125","5154433","5","","2021302","AUSTIN FULL PURPOSE","","","2021301","SOUTH","912 Texas 343 Loop Austin, Texas 78704","912 Texas 343 Loop","","Austin","Texas","78704","United States","30.256052","-97.7614899","","TURNED_ON","1","1","Both" +"127","TRAFFIC","S LAMAR BLVD / BARTON SKWY","S LAMAR BLVD","BARTON SKWY","MASTER","126","5151991","5","","2023813","AUSTIN FULL PURPOSE","","","2023812","SOUTH","2201-2213 Barton Skyway Austin, Texas 78704","2201-2213 Barton Skyway","","Austin","Texas","78704","United States","30.2436523","-97.7823639","","TURNED_ON","0","0","Both" +"128","TRAFFIC","N LAMAR BLVD / W 9TH ST","N LAMAR BLVD","W 9TH ST","MASTER","127","5155448","9","","2019760","AUSTIN FULL PURPOSE","","","2019762","CENTRAL","900 North Lamar Boulevard Austin, Texas 78703","900 North Lamar Boulevard","","Austin","Texas","78703","United States","30.2739487","-97.7527771","","TURNED_ON","1","1","Both" +"129","TRAFFIC","BARTON SPRINGS RD / KINNEY AVE","BARTON SPRINGS RD","KINNEY AVE","MASTER","128","5154418","5","","2021189","AUSTIN FULL PURPOSE","","","2021180","SOUTH","501-653 Kinney Avenue Austin, Texas 78704","501-653 Kinney Avenue","","Austin","Texas","78704","United States","30.261982","-97.761467","","TURNED_ON","0","0","Both" +"130","TRAFFIC","BARTON SPRINGS RD / ROBERT E LEE RD","BARTON SPRINGS RD","ROBERT E LEE RD","MASTER","129","5153923","5","","2041226","AUSTIN FULL PURPOSE","","","2021140","SOUTH","Robert E Lee Road Austin, Texas 78704","Robert E Lee Road","","Austin","Texas","78704","United States","30.2647686","-97.7649841","","TURNED_ON","0","0","Both" +"131","TRAFFIC","W 6TH ST / BOWIE ST","W 6TH ST","BOWIE ST","MASTER","130","5155488","9","","2019756","AUSTIN FULL PURPOSE","","","2019755","CENTRAL","901 West 6th Street Austin, Texas 78703","901 West 6th Street","","Austin","Texas","78703","United States","30.2709618","-97.7525253","","TURNED_ON","1","1","Both" +"132","TRAFFIC","S CONGRESS AVE / BARTON SPRINGS RD","S CONGRESS AVE","BARTON SPRINGS RD","MASTER","131","5156502","9","","2019313","AUSTIN FULL PURPOSE","","","2019724","SOUTH","305 South Congress Avenue Austin, Texas 78704","305 South Congress Avenue","","Austin","Texas","78704","United States","30.2591114","-97.7461395","","TURNED_ON","1","1","Both" +"133","TRAFFIC","W RIVERSIDE DR / BARTON SPRINGS RD","W RIVERSIDE DR","BARTON SPRINGS RD","MASTER","132","5156141","9","","2019313","AUSTIN FULL PURPOSE","","","2019314","SOUTH","307-399 Barton Springs Road Austin, Texas 78704","307-399 Barton Springs Road","","Austin","Texas","78704","United States","30.2586384","-97.7484283","","TURNED_ON","1","1","Both" +"134","TRAFFIC","S 1ST ST / BARTON SPRINGS RD","S 1ST ST","BARTON SPRINGS RD","MASTER","133","5155886","9","","2019329","AUSTIN FULL PURPOSE","","","2019330","SOUTH","507-599 Barton Springs Road Austin, Texas 78704","507-599 Barton Springs Road","","Austin","Texas","78704","United States","30.2583828","-97.7500687","","TURNED_ON","1","1","Both" +"135","TRAFFIC","E CESAR CHAVEZ ST / N IH 35 SVRD SB","E CESAR CHAVEZ ST","N IH 35 SVRD SB","MASTER","134","5157926","9","","2019181","AUSTIN FULL PURPOSE","","","2019182","CENTRAL","100 North Interstate 35 Frontage Road Austin, Texas 78701","100 North Interstate 35 Frontage Road","","Austin","Texas","78701","United States","30.2612305","-97.736763","","TURNED_ON","1","1","Both" +"136","TRAFFIC","E CESAR CHAVEZ ST / N IH 35 SVRD NB","E CESAR CHAVEZ ST","N IH 35 SVRD NB","SLAVE","135","5158088","3","","2019198","AUSTIN FULL PURPOSE","","","2019187","CENTRAL","99 North Interstate 35 Frontage Road Austin, Texas 78702","99 North Interstate 35 Frontage Road","","Austin","Texas","78702","United States","30.2609959","-97.7357864","","TURNED_ON","1","1","Both" +"137","TRAFFIC","S 1ST ST / W RIVERSIDE DR","S 1ST ST","W RIVERSIDE DR","MASTER","136","5156002","9","","2019272","AUSTIN FULL PURPOSE","","","2019330","SOUTH","450-598 West Riverside Drive Austin, Texas 78704","450-598 West Riverside Drive","","Austin","Texas","78704","United States","30.259758","-97.7492752","","TURNED_ON","1","1","Both" +"138","TRAFFIC","S CONGRESS AVE / W RIVERSIDE DR","S CONGRESS AVE","W RIVERSIDE DR","MASTER","137","5156395","9","","2019406","AUSTIN FULL PURPOSE","","","2019724","SOUTH","399 South Congress Avenue Austin, Texas 78704","399 South Congress Avenue","","Austin","Texas","78704","United States","30.257143","-97.7468719","","TURNED_ON","1","1","Both" +"139","TRAFFIC","S CONGRESS AVE / NELLIE ST","S CONGRESS AVE","NELLIE ST","MASTER","138","5156131","9","","2019645","AUSTIN FULL PURPOSE","","","2019655","SOUTH","1200 South Congress Avenue Austin, Texas 78704","1200 South Congress Avenue","","Austin","Texas","78704","United States","30.2522736","-97.7486496","","TURNED_ON","1","1","Both" +"140","TRAFFIC","S CONGRESS AVE / W MONROE ST","S CONGRESS AVE","W MONROE ST","MASTER","139","5155897","9","","2022417","AUSTIN FULL PURPOSE","","","2022416","SOUTH","101-199 East Monroe Street Austin, Texas 78704","101-199 East Monroe Street","","Austin","Texas","78704","United States","30.2479458","-97.750267","","TURNED_ON","1","1","Both" +"141","TRAFFIC","S CONGRESS AVE / W MARY ST","S CONGRESS AVE","W MARY ST","MASTER","140","5155759","9","","2022484","AUSTIN FULL PURPOSE","","","2022483","SOUTH","101-175 East Mary Street Austin, Texas 78704","101-175 East Mary Street","","Austin","Texas","78704","United States","30.2451458","-97.7513046","","TURNED_ON","1","1","Both" +"142","TRAFFIC","S CONGRESS AVE / W LIVE OAK ST","S CONGRESS AVE","W LIVE OAK ST","MASTER","141","5155594","9","","2022598","AUSTIN FULL PURPOSE","","","2022597","SOUTH","2200-2208 South Congress Avenue Austin, Texas 78704","2200-2208 South Congress Avenue","","Austin","Texas","78704","United States","30.2418518","-97.7525253","","TURNED_ON","1","1","Both" +"143","TRAFFIC","S CONGRESS AVE / W OLTORF ST","S CONGRESS AVE","W OLTORF ST","MASTER","142","5155470","9","","2022686","AUSTIN FULL PURPOSE","","","2022685","SOUTH","101-129 East Oltorf Street Austin, Texas 78704","101-129 East Oltorf Street","","Austin","Texas","78704","United States","30.23876","-97.7535172","","TURNED_ON","1","1","Both" +"144","TRAFFIC","S 1ST ST / W MARY ST","S 1ST ST","W MARY ST","MASTER","143","5155117","9","","2023740","AUSTIN FULL PURPOSE","","","2023739","SOUTH","1821 South 1st Street Austin, Texas 78704","1821 South 1st Street","","Austin","Texas","78704","United States","30.2465649","-97.75634","","TURNED_ON","1","0","Both" +"145","TRAFFIC","W OLTORF ST / S 1ST ST","W OLTORF ST","S 1ST ST","MASTER","144","5154726","9","","2023829","AUSTIN FULL PURPOSE","","","2023830","SOUTH","2401 South 1st Street Austin, Texas 78704","2401 South 1st Street","","Austin","Texas","78704","United States","30.2421112","-97.7596207","","TURNED_ON","1","0","Both" +"146","TRAFFIC","S 1ST ST / W LIVE OAK ST","S 1ST ST","W LIVE OAK ST","MASTER","145","5154953","9","","2023788","AUSTIN FULL PURPOSE","","","2023787","SOUTH","511 West Live Oak Street Austin, Texas 78704","511 West Live Oak Street","","Austin","Texas","78704","United States","30.2444649","-97.7576752","","TURNED_ON","1","0","Both" +"147","TRAFFIC","W CESAR CHAVEZ ST / GUADALUPE ST","W CESAR CHAVEZ ST","GUADALUPE ST","SLAVE","146","5156188","9","","2019015","AUSTIN FULL PURPOSE","","","2019016","CENTRAL","400-498 West Cesar Chavez Street Austin, Texas 78701","400-498 West Cesar Chavez Street","","Austin","Texas","78701","United States","30.2643661","-97.7480011","","TURNED_ON","0","0","Both" +"148","TRAFFIC","W CESAR CHAVEZ ST / LAVACA ST","W CESAR CHAVEZ ST","LAVACA ST","MASTER","147","5156353","9","","2019030","AUSTIN FULL PURPOSE","","","2019031","CENTRAL","200 West Cesar Chavez Street Austin, Texas 78701","200 West Cesar Chavez Street","","Austin","Texas","78701","United States","30.2640705","-97.7469406","","TURNED_ON","1","1","Both" +"149","TRAFFIC","W CESAR CHAVEZ ST / CONGRESS AVE","W CESAR CHAVEZ ST","CONGRESS AVE","MASTER","148","5156722","9","","2019086","AUSTIN FULL PURPOSE","","","2019087","CENTRAL","101-127 West Cesar Chavez Street Austin, Texas 78701","101-127 West Cesar Chavez Street","","Austin","Texas","78701","United States","30.263382","-97.7445679","","TURNED_ON","1","1","Both" +"150","TRAFFIC","E CESAR CHAVEZ ST / SAN JACINTO BLVD","E CESAR CHAVEZ ST","SAN JACINTO BLVD","MASTER","149","5157116","9","","2019126","AUSTIN FULL PURPOSE","","","2019127","CENTRAL","300 East Cesar Chavez Street Austin, Texas 78701","300 East Cesar Chavez Street","","Austin","Texas","78701","United States","30.2626915","-97.7421036","","TURNED_ON","1","1","Both" +"151","TRAFFIC","SAN JACINTO BLVD / E 2ND ST","SAN JACINTO BLVD","E 2ND ST","MASTER","150","5157156","9","","2019057","AUSTIN FULL PURPOSE","","","2019056","CENTRAL","198 San Jacinto Boulevard Austin, Texas 78701","198 San Jacinto Boulevard","","Austin","Texas","78701","United States","30.2636414","-97.7417908","","TURNED_ON","1","1","Both" +"152","TRAFFIC","E CESAR CHAVEZ ST / RED RIVER ST","E CESAR CHAVEZ ST","RED RIVER ST","MASTER","151","5157601","9","","2019189","AUSTIN FULL PURPOSE","","","2041228","CENTRAL","601 East Cesar Chavez Street Austin, Texas 78701","601 East Cesar Chavez Street","","Austin","Texas","78701","United States","30.2617817","-97.7387924","","TURNED_ON","1","1","Both" +"153","TRAFFIC","GUADALUPE ST / W 2ND ST","GUADALUPE ST","W 2ND ST","MASTER","152","5156234","9","","2018946","AUSTIN FULL PURPOSE","","","2018945","CENTRAL","204 Guadalupe Street Austin, Texas 78701","204 Guadalupe Street","","Austin","Texas","78701","United States","30.2652874","-97.747673","","TURNED_ON","1","1","Both" +"154","TRAFFIC","LAVACA ST / W 2ND ST","LAVACA ST","W 2ND ST","MASTER","153","5156415","9","","2018990","AUSTIN FULL PURPOSE","","","2018964","CENTRAL","200-218 Lavaca Street Austin, Texas 78701","200-218 Lavaca Street","","Austin","Texas","78701","United States","30.2649975","-97.7465897","","TURNED_ON","1","1","Both" +"155","TRAFFIC","CONGRESS AVE / W 2ND ST","CONGRESS AVE","W 2ND ST","MASTER","154","5156770","9","","2019010","AUSTIN FULL PURPOSE","","","2019009","CENTRAL","100 East 2nd Street Austin, Texas 78701","100 East 2nd Street","","Austin","Texas","78701","United States","30.2643204","-97.744194","","TURNED_ON","1","1","Both" +"156","TRAFFIC","S 1ST ST / CUMBERLAND RD","S 1ST ST","CUMBERLAND RD","MASTER","155","5154417","3","","2023911","AUSTIN FULL PURPOSE","","","2023910","SOUTH","2617 South 1st Street Austin, Texas 78704","2617 South 1st Street","","Austin","Texas","78704","United States","30.238203","-97.7621002","","TURNED_ON","1","1","Both" +"157","TRAFFIC","AIRPORT BLVD / SHADY LN","AIRPORT BLVD","SHADY LN","SLAVE","156","5162841","3","","2019243","AUSTIN FULL PURPOSE","","","2019244","CENTRAL","973-999 Airport Boulevard Austin, Texas 78702","973-999 Airport Boulevard","","Austin","Texas","78702","United States","30.2593136","-97.6936188","","TURNED_ON","0","0","Both" +"158","TRAFFIC","AIRPORT BLVD / GOODWIN AVE","AIRPORT BLVD","GOODWIN AVE","MASTER","157","5162531","3","","2018650","AUSTIN FULL PURPOSE","","","2018649","CENTRAL","1130 Airport Boulevard Austin, Texas 78702","1130 Airport Boulevard","","Austin","Texas","78702","United States","30.2681007","-97.6962738","","TURNED_ON","1","0","Both" +"159","TRAFFIC","AIRPORT BLVD / BOLM RD","AIRPORT BLVD","BOLM RD","MASTER","158","5162808","3","","2019202","AUSTIN FULL PURPOSE","","","2019244","CENTRAL","1024 Airport Boulevard Austin, Texas 78702","1024 Airport Boulevard","","Austin","Texas","78702","United States","30.2600937","-97.6938629","","TURNED_ON","0","0","Both" +"160","TRAFFIC","AIRPORT BLVD / SPRINGDALE RD","AIRPORT BLVD","SPRINGDALE RD","MASTER","159","5162623","3","","2018841","AUSTIN FULL PURPOSE","","","2018842","CENTRAL","1101 Airport Boulevard Austin, Texas 78702","1101 Airport Boulevard","","Austin","Texas","78702","United States","30.2656097","-97.6955109","","TURNED_ON","1","0","Both" +"161","TRAFFIC","SPRINGDALE RD / OAK SPRINGS DR","SPRINGDALE RD","OAK SPRINGS DR","MASTER","160","5163165","3","","2041077","AUSTIN FULL PURPOSE","","","2018283","CENTRAL","1100-1104 Springdale Road Austin, Texas 78721","1100-1104 Springdale Road","","Austin","Texas","78721","United States","30.2735615","-97.6904221","","TURNED_ON","0","0","None" +"162","TRAFFIC","AIRPORT BLVD / OAK SPRINGS DR","AIRPORT BLVD","OAK SPRINGS DR","MASTER","161","5162329","3","","2018299","AUSTIN FULL PURPOSE","","","2018548","CENTRAL","1149 Airport Boulevard Austin, Texas 78702","1149 Airport Boulevard","","Austin","Texas","78702","United States","30.2735558","-97.6979065","","TURNED_ON","1","0","Both" +"163","TRAFFIC","AIRPORT BLVD / E 12TH ST","AIRPORT BLVD","E 12TH ST","MASTER","162","5162046","1","","2018061","AUSTIN FULL PURPOSE","","","2018062","CENTRAL","3250 East 12th Street Austin, Texas 78702","3250 East 12th Street","","Austin","Texas","78702","United States","30.2768612","-97.7003326","","TURNED_ON","1","0","Both" +"164","TRAFFIC","AIRPORT BLVD / E MARTIN LUTHER KING JR BLVD","AIRPORT BLVD","E MARTIN LUTHER KING JR BLVD","MASTER","163","5161612","1","","2017673","AUSTIN FULL PURPOSE","","","2017674","CENTRAL","3200-3208 East Martin Luther King Junior Boulevard Austin, Texas 78721","3200-3208 East Martin Luther King Junior Boulevard","","Austin","Texas","78721","United States","30.2825718","-97.703949","","TURNED_ON","1","1","Both" +"165","TRAFFIC","AIRPORT BLVD / MANOR RD","AIRPORT BLVD","MANOR RD","MASTER","164","5161390","1","","2017441","AUSTIN FULL PURPOSE","","","2040929","CENTRAL","3101 Manor Road Austin, Texas 78723","3101 Manor Road","","Austin","Texas","78723","United States","30.286293","-97.7063599","","TURNED_ON","0","0","Both" +"166","TRAFFIC","AIRPORT BLVD / E 38TH HALF ST","AIRPORT BLVD","E 38TH HALF ST","MASTER","165","5161289","1","","2017242","AUSTIN FULL PURPOSE","","","2017340","CENTRAL","1899 East 38th 1/2 Street Austin, Texas 78722","1899 East 38th 1/2 Street","","Austin","Texas","78722","United States","30.2891846","-97.7072449","","TURNED_ON","0","0","Both" +"167","TRAFFIC","AIRPORT BLVD / N IH 35 SVRD NB","AIRPORT BLVD","N IH 35 SVRD NB","SLAVE","166","5160487","9","","2048107","AUSTIN FULL PURPOSE","","","2016550","CENTRAL","4410 Airport Boulevard Austin, Texas 78722","4410 Airport Boulevard","","Austin","Texas","78722","United States","30.3013058","-97.7145767","","TURNED_ON","1","1","Both" +"168","TRAFFIC","AIRPORT BLVD / N IH 35 SVRD SB","AIRPORT BLVD","N IH 35 SVRD SB","MASTER","167","5160349","9","","2048045","AUSTIN FULL PURPOSE","","","2016433","CENTRAL","North I- 35 Service Road Austin, Texas 78751","North I- 35 Service Road","","Austin","Texas","78751","United States","30.3026237","-97.7157364","","TURNED_ON","1","1","Both" +"169","TRAFFIC","AIRPORT BLVD / E 45TH ST","AIRPORT BLVD","E 45TH ST","MASTER","168","5160322","9","","2040715","AUSTIN FULL PURPOSE","","","2016373","CENTRAL","1027 East 45th Street Austin, Texas 78751","1027 East 45th Street","","Austin","Texas","78751","United States","30.3036251","-97.7159805","","TURNED_ON","1","1","Both" +"170","TRAFFIC","AIRPORT BLVD / E 51ST ST","AIRPORT BLVD","E 51ST ST","MASTER","169","5160367","9","","2015777","AUSTIN FULL PURPOSE","","","2015762","CENTRAL","805-905 East 51st Street Austin, Texas 78751","805-905 East 51st Street","","Austin","Texas","78751","United States","30.3120689","-97.7153397","","TURNED_ON","0","0","Both" +"171","TRAFFIC","AIRPORT BLVD / E 53RD HALF ST","AIRPORT BLVD","E 53RD HALF ST","MASTER","170","5160439","4","","2015604","AUSTIN FULL PURPOSE","","","2015632","CENTRAL","5324 Airport Boulevard Austin, Texas 78751","5324 Airport Boulevard","","Austin","Texas","78751","United States","30.3150253","-97.7146301","","TURNED_ON","0","0","Both" +"172","TRAFFIC","AIRPORT BLVD / E KOENIG LN SVRD EB","AIRPORT BLVD","E KOENIG LN SVRD EB","MASTER","171","5160656","4","","2045312","AUSTIN FULL PURPOSE","","","2015270","NORTH","East Koenig Lane Austin, Texas 78751","East Koenig Lane","","Austin","Texas","78751","United States","30.31991","-97.7125473","","TURNED_ON","0","0","Both" +"173","TRAFFIC","AIRPORT BLVD / E KOENIG LN SVRD WB","AIRPORT BLVD","E KOENIG LN SVRD WB","SLAVE","172","5160613","4","","2045307","AUSTIN FULL PURPOSE","","","2015216","NORTH","916 East Koenig Lane Austin, Texas 78752","916 East Koenig Lane","","Austin","Texas","78752","United States","30.3209457","-97.7129517","","TURNED_ON","0","0","Both" +"174","TRAFFIC","AIRPORT BLVD / LEVANDER LOOP","AIRPORT BLVD","LEVANDER LOOP","MASTER","173","5162956","3","","2019546","AUSTIN FULL PURPOSE","","","2019520","CENTRAL","14-24 Airport Boulevard Austin, Texas 78702","14-24 Airport Boulevard","","Austin","Texas","78702","United States","30.2537231","-97.692543","","TURNED_ON","0","0","Both" +"175","TRAFFIC","S CONGRESS AVE / W ANNIE ST","S CONGRESS AVE","W ANNIE ST","MASTER","174","5155801","9","","2022461","AUSTIN FULL PURPOSE","","","2022460","SOUTH","1800 South Congress Avenue Austin, Texas 78704","1800 South Congress Avenue","","Austin","Texas","78704","United States","30.2460938","-97.7509689","","TURNED_ON","1","1","Both" +"176","TRAFFIC","E OLTORF ST / EAST SIDE DR","E OLTORF ST","EAST SIDE DR","MASTER","175","5156176","9","","2022730","AUSTIN FULL PURPOSE","","","2022731","SOUTH","701 East Oltorf Street Austin, Texas 78704","701 East Oltorf Street","","Austin","Texas","78704","United States","30.2367039","-97.7488022","","TURNED_ON","0","0","Both" +"177","TRAFFIC","BRAZOS ST / E 2ND ST","BRAZOS ST","E 2ND ST","MASTER","176","5156996","9","","2019036","AUSTIN FULL PURPOSE","","","2019035","CENTRAL","201 Brazos Street Austin, Texas 78701","201 Brazos Street","","Austin","Texas","78701","United States","30.2639465","-97.7428589","","TURNED_ON","1","1","Both" +"179","TRAFFIC","E RIVERSIDE DR / ","E RIVERSIDE DR","","MASTER","177","","9","","","AUSTIN FULL PURPOSE","AUSTIN AMERICAN-STATESMAN","","2041293","SOUTH","270 East Riverside Drive Austin, Texas 78704","270 East Riverside Drive","","Austin","Texas","78704","United States","30.2552376","-97.745018","","TURNED_ON","1","1","Both" +"180","TRAFFIC","E KOENIG LN / AVENUE F","E KOENIG LN","AVENUE F","MASTER","178","5159980","4","","2015220","AUSTIN FULL PURPOSE","","","2015195","NORTH","5699 Avenue F Austin, Texas 78752","5699 Avenue F","","Austin","Texas","78752","United States","30.3219643","-97.7185745","","TURNED_ON","1","1","Both" +"181","TRAFFIC","W ANDERSON LN / BURRELL DR","W ANDERSON LN","BURRELL DR","MASTER","179","5159497","7","","2011186","AUSTIN FULL PURPOSE","","","2011198","NORTH","1514-1552 West Anderson Lane Austin, Texas 78757","1514-1552 West Anderson Lane","","Austin","Texas","78757","United States","30.3519783","-97.7220688","","TURNED_ON","0","0","Both" +"182","TRAFFIC","BRAZOS ST / E CESAR CHAVEZ ST","BRAZOS ST","E CESAR CHAVEZ ST","MASTER","180","5156923","9","","2019103","AUSTIN FULL PURPOSE","","","2019102","CENTRAL","100-148 Brazos Street Austin, Texas 78701","100-148 Brazos Street","","Austin","Texas","78701","United States","30.2630291","-97.7432098","","TURNED_ON","1","1","Both" +"183","TRAFFIC","E CESAR CHAVEZ ST / TRINITY ST","E CESAR CHAVEZ ST","TRINITY ST","MASTER","181","5157263","9","","2019137","AUSTIN FULL PURPOSE","","","2019138","CENTRAL","53-99 Trinity Street Austin, Texas 78701","53-99 Trinity Street","","Austin","Texas","78701","United States","30.2623959","-97.7410736","","TURNED_ON","1","1","Both" +"184","TRAFFIC","S LAMAR BLVD SB / S LAMAR BLVD SVRD NB","S LAMAR BLVD SB","S LAMAR BLVD SVRD NB","MASTER","182","5151029","5","","2026525","AUSTIN FULL PURPOSE","BRODIE OAKS SHOPPING CENTER","","2041473","SOUTH","South Lamar Boulevard Austin, Texas 78704","South Lamar Boulevard","","Austin","Texas","78704","United States","30.2362595","-97.7925873","","TURNED_ON","1","1","Both" +"185","TRAFFIC","S LAMAR BLVD / PANTHER TRL","S LAMAR BLVD","PANTHER TRL","MASTER","183","5151313","5","","2023925","AUSTIN FULL PURPOSE","","","2041449","SOUTH","3800 South Lamar Boulevard Austin, Texas 78704","3800 South Lamar Boulevard","","Austin","Texas","78704","United States","30.2386703","-97.7892838","","TURNED_ON","1","1","Both" +"186","TRAFFIC","MANCHACA RD / BARTON SKWY","MANCHACA RD","BARTON SKWY","MASTER","184","5152078","5","","2023828","AUSTIN FULL PURPOSE","","","2023827","SOUTH","2073-2099 Lightsey Road Austin, Texas 78704","2073-2099 Lightsey Road","","Austin","Texas","78704","United States","30.2426128","-97.781662","","TURNED_ON","1","1","Both" +"187","TRAFFIC","W 5TH ST / BOWIE ST","W 5TH ST","BOWIE ST","MASTER","185","5155417","9","","2018716","AUSTIN FULL PURPOSE","","","2018621","CENTRAL","901 West 5th Street Austin, Texas 78703","901 West 5th Street","","Austin","Texas","78703","United States","30.2697372","-97.7531738","","TURNED_ON","1","1","Both" +"188","TRAFFIC","MANCHACA RD / FORT VIEW RD","MANCHACA RD","FORT VIEW RD","MASTER","186","5151476","5","","2024125","AUSTIN FULL PURPOSE","","","2024102","SOUTH","1960-1998 Fortview Road Austin, Texas 78704","1960-1998 Fortview Road","","Austin","Texas","78704","United States","30.2310085","-97.7876205","","TURNED_ON","0","0","Both" +"189","TRAFFIC","MANCHACA RD / REDD ST","MANCHACA RD","REDD ST","MASTER","187","5151323","5","","2024177","AUSTIN FULL PURPOSE","","","2024176","SOUTH","4415 Manchaca Road Austin, Texas 78745","4415 Manchaca Road","","Austin","Texas","78745","United States","30.2282581","-97.7894058","","TURNED_ON","1","0","Both" +"190","TRAFFIC","MANCHACA RD / LANSING DR","MANCHACA RD","LANSING DR","MASTER","188","5151076","5","","2024394","AUSTIN FULL PURPOSE","","","2024354","SOUTH","4800 Lansing Drive Austin, Texas 78745","4800 Lansing Drive","","Austin","Texas","78745","United States","30.2234383","-97.7923889","","TURNED_ON","1","0","Both" +"191","TRAFFIC","MANCHACA RD / JONES RD","MANCHACA RD","JONES RD","MASTER","189","5150932","5","","2024437","AUSTIN FULL PURPOSE","","","2024460","SOUTH","5107 Manchaca Road Austin, Texas 78745","5107 Manchaca Road","","Austin","Texas","78745","United States","30.2207584","-97.7940674","","TURNED_ON","1","0","Both" +"192","TRAFFIC","MANCHACA RD / W STASSNEY LN","MANCHACA RD","W STASSNEY LN","MASTER","190","5150642","5","","3261326","AUSTIN FULL PURPOSE","","","2024610","SOUTH","5532 Manchaca Road Austin, Texas 78745","5532 Manchaca Road","","Austin","Texas","78745","United States","30.2154312","-97.7977066","","TURNED_ON","1","0","Both" +"193","TRAFFIC","MANCHACA RD / BERKELEY AVE","MANCHACA RD","BERKELEY AVE","MASTER","191","5150004","5","","2041810","AUSTIN FULL PURPOSE","","","2024858","SOUTH","1998 Berkeley Avenue Austin, Texas 78745","1998 Berkeley Avenue","","Austin","Texas","78745","United States","30.20858","-97.8048477","","TURNED_ON","1","0","Both" +"194","TRAFFIC","MANCHACA RD / W WILLIAM CANNON DR","MANCHACA RD","W WILLIAM CANNON DR","MASTER","192","5149842","5","","2041859","AUSTIN FULL PURPOSE","","","2025145","SOUTH","6901 Manchaca Road Austin, Texas 78745","6901 Manchaca Road","","Austin","Texas","78745","United States","30.2029133","-97.8069077","","TURNED_ON","1","0","Both" +"195","TRAFFIC","MANCHACA RD / MATTHEWS LN","MANCHACA RD","MATTHEWS LN","MASTER","193","5149803","5","","2025284","AUSTIN FULL PURPOSE","","","2025283","SOUTH","1956-1998 Matthews Lane Austin, Texas 78745","1956-1998 Matthews Lane","","Austin","Texas","78745","United States","30.1999645","-97.8073349","","TURNED_ON","0","0","Both" +"196","TRAFFIC","MANCHACA RD / DAVIS LN","MANCHACA RD","DAVIS LN","MASTER","194","5149065","5","","2025721","AUSTIN FULL PURPOSE","","","2025720","SOUTH","Davis Lane Austin, Texas 78748","Davis Lane","","Austin","Texas","78748","United States","30.1859264","-97.8163071","","TURNED_ON","0","0","Both" +"197","TRAFFIC","MANCHACA RD / W SLAUGHTER LN","MANCHACA RD","W SLAUGHTER LN","MASTER","195","5148563","5","","2027803","AUSTIN FULL PURPOSE","","","2042129","SOUTH","1966-1998 West Slaughter Lane Austin, Texas 78748","1966-1998 West Slaughter Lane","","Austin","Texas","78748","United States","30.1737366","-97.8237305","","TURNED_ON","0","0","Both" +"198","TRAFFIC","S PLEASANT VALLEY RD / E WILLIAM CANNON DR","S PLEASANT VALLEY RD","E WILLIAM CANNON DR","MASTER","196","5156706","2","","2023606","AUSTIN FULL PURPOSE","","","2023605","SOUTH","6600-6756 South Pleasant Valley Road Austin, Texas 78744","6600-6756 South Pleasant Valley Road","","Austin","Texas","78744","United States","30.1796741","-97.7469025","","TURNED_ON","0","0","Both" +"199","TRAFFIC","S 1ST ST / W ANNIE ST","S 1ST ST","W ANNIE ST","MASTER","197","5155185","9","","2023712","AUSTIN FULL PURPOSE","","","2023711","SOUTH","599 West Annie Street Austin, Texas 78704","599 West Annie Street","","Austin","Texas","78704","United States","30.247448","-97.7558212","","TURNED_ON","1","0","Both" +"200","TRAFFIC","W SLAUGHTER LN / BILBROOK PL","W SLAUGHTER LN","BILBROOK PL","MASTER","198","5149032","5","","2027837","AUSTIN FULL PURPOSE","","","2027795","SOUTH","9601-9711 Sugarberry Lane Austin, Texas 78748","9601-9711 Sugarberry Lane","","Austin","Texas","78748","United States","30.1738644","-97.8169937","","TURNED_ON","0","0","None" +"201","TRAFFIC","E MARTIN LUTHER KING JR BLVD / CEDAR AVE","E MARTIN LUTHER KING JR BLVD","CEDAR AVE","MASTER","199","5160588","1","","2017794","AUSTIN FULL PURPOSE","","","2017793","CENTRAL","1901-1905 Cedar Avenue Austin, Texas 78702","1901-1905 Cedar Avenue","","Austin","Texas","78702","United States","30.2809563","-97.7142868","","TURNED_ON","1","1","Both" +"202","TRAFFIC","N LAMAR BLVD / W 40TH ST","N LAMAR BLVD","W 40TH ST","MASTER","200","5157046","9","","2016133","AUSTIN FULL PURPOSE","","","2016194","CENTRAL","West 40th Street Austin, Texas 78756","West 40th Street","","Austin","Texas","78756","United States","30.3078613","-97.7413864","","TURNED_ON","1","1","Both" +"203","TRAFFIC","W 5TH ST / BAYLOR ST","W 5TH ST","BAYLOR ST","MASTER","201","5155073","9","","2021062","AUSTIN FULL PURPOSE","","","2021063","CENTRAL","327-499 Baylor Street Austin, Texas 78703","327-499 Baylor Street","","Austin","Texas","78703","United States","30.2708549","-97.7560349","","TURNED_ON","1","1","Both" +"204","TRAFFIC","W SLAUGHTER LN / S 1ST ST","W SLAUGHTER LN","S 1ST ST","MASTER","202","5150579","5","","2027828","AUSTIN FULL PURPOSE","","","3259995","SOUTH","601 West Slaughter Lane Austin, Texas 78748","601 West Slaughter Lane","","Austin","Texas","78748","United States","30.1724548","-97.7995529","","TURNED_ON","1","0","Both" +"205","TRAFFIC","W 6TH ST / CAMPBELL ST","W 6TH ST","CAMPBELL ST","MASTER","203","5153995","9","","2020944","AUSTIN FULL PURPOSE","","","2021802","CENTRAL","598 Campbell Street Austin, Texas 78703","598 Campbell Street","","Austin","Texas","78703","United States","30.2757683","-97.7642212","","TURNED_ON","0","0","Both" +"206","TRAFFIC","SOUTHWEST PKWY / FOSTER RANCH RD","SOUTHWEST PKWY","FOSTER RANCH RD","MASTER","204","5146140","8","","2041357","AUSTIN FULL PURPOSE","","","2035580","SOUTH","4713 Foster Ranch Road Austin, Texas 78735","4713 Foster Ranch Road","","Austin","Texas","78735","United States","30.2480564","-97.8497391","","TURNED_ON","0","0","None" +"208","TRAFFIC","W 6TH ST / WEST LYNN ST","W 6TH ST","WEST LYNN ST","MASTER","205","5154206","9","","2020943","AUSTIN FULL PURPOSE","","","2020948","CENTRAL","1601 West 6th Street Austin, Texas 78703","1601 West 6th Street","","Austin","Texas","78703","United States","30.274826","-97.7626419","","TURNED_ON","0","0","Both" +"209","TRAFFIC","W 12TH ST / WEST LYNN ST","W 12TH ST","WEST LYNN ST","MASTER","206","5154661","9","","2020757","AUSTIN FULL PURPOSE","","","2020758","CENTRAL","1516 West 12th Street Austin, Texas 78703","1516 West 12th Street","","Austin","Texas","78703","United States","30.2802258","-97.7591171","","TURNED_ON","0","0","None" +"211","TRAFFIC","ENFIELD RD / WINSTED LN","ENFIELD RD","WINSTED LN","MASTER","207","5153892","10","","2020595","AUSTIN FULL PURPOSE","","","2020544","NORTH","1500-1624 Winsted Lane Austin, Texas 78703","1500-1624 Winsted Lane","","Austin","Texas","78703","United States","30.2862911","-97.7646103","","TURNED_ON","0","0","Both" +"212","TRAFFIC","NEWFIELD LN / ENFIELD RD","NEWFIELD LN","ENFIELD RD","SLAVE","208","5154082","9","","2021695","AUSTIN FULL PURPOSE","","","2021708","NORTH","1442-1498 Newfield Lane Austin, Texas 78703","1442-1498 Newfield Lane","","Austin","Texas","78703","United States","30.2856445","-97.763298","","TURNED_ON","0","0","Both" +"213","TRAFFIC","ENFIELD RD / HARTFORD RD","ENFIELD RD","HARTFORD RD","MASTER","209","5154281","9","","2020593","AUSTIN FULL PURPOSE","","","2020636","NORTH","1500 Hartford Road Austin, Texas 78703","1500 Hartford Road","","Austin","Texas","78703","United States","30.2846756","-97.7618637","","TURNED_ON","0","0","Both" +"214","TRAFFIC","ENFIELD RD / WEST LYNN ST","ENFIELD RD","WEST LYNN ST","MASTER","210","5154815","9","","2020655","AUSTIN FULL PURPOSE","","","2020656","CENTRAL","1601 Enfield Road Austin, Texas 78703","1601 Enfield Road","","Austin","Texas","78703","United States","30.282774","-97.7578201","","TURNED_ON","0","0","Both" +"215","TRAFFIC","W 15TH ST / ENFIELD RD","W 15TH ST","ENFIELD RD","MASTER","211","5155383","9","","3217192","AUSTIN FULL PURPOSE","","","3217190","CENTRAL","1117 Enfield Road Austin, Texas 78703","1117 Enfield Road","","Austin","Texas","78703","United States","30.2801552","-97.753212","","TURNED_ON","0","0","Both" +"216","TRAFFIC","W 15TH ST / WEST AVE","W 15TH ST","WEST AVE","MASTER","212","5156240","9","","2017968","AUSTIN FULL PURPOSE","","","2017993","CENTRAL","1499 West Avenue Austin, Texas 78701","1499 West Avenue","","Austin","Texas","78701","United States","30.2791462","-97.7472839","","TURNED_ON","1","1","Both" +"217","TRAFFIC","W 15TH ST / RIO GRANDE ST","W 15TH ST","RIO GRANDE ST","MASTER","213","5156406","9","","2017992","AUSTIN FULL PURPOSE","","","2017993","CENTRAL","1500 Rio Grande Street Austin, Texas 78701","1500 Rio Grande Street","","Austin","Texas","78701","United States","30.278841","-97.7462311","","TURNED_ON","1","1","Both" +"218","TRAFFIC","W 15TH ST / NUECES ST","W 15TH ST","NUECES ST","MASTER","214","5156571","9","","2018011","AUSTIN FULL PURPOSE","","","2018012","CENTRAL","1499 Nueces Street Austin, Texas 78701","1499 Nueces Street","","Austin","Texas","78701","United States","30.2785339","-97.7451477","","TURNED_ON","1","1","Both" +"219","TRAFFIC","W 15TH ST / SAN ANTONIO ST","W 15TH ST","SAN ANTONIO ST","MASTER","215","5156733","9","","2018030","AUSTIN FULL PURPOSE","","","2018031","CENTRAL","1500 San Antonio Street Austin, Texas 78701","1500 San Antonio Street","","Austin","Texas","78701","United States","30.2782192","-97.7440567","","TURNED_ON","1","1","Both" +"221","TRAFFIC","W 15TH ST / LAVACA ST","W 15TH ST","LAVACA ST","MASTER","217","5157084","1","","2018066","AUSTIN FULL PURPOSE","","","2018067","CENTRAL","1499 Lavaca Street Austin, Texas 78701","1499 Lavaca Street","","Austin","Texas","78701","United States","30.2776051","-97.7419281","","TURNED_ON","1","1","Both" +"222","TRAFFIC","W 15TH ST / CONGRESS AVE","W 15TH ST","CONGRESS AVE","MASTER","218","5157428","1","","2018125","AUSTIN FULL PURPOSE","","","2018126","CENTRAL","1400 Congress Avenue Austin, Texas 78701","1400 Congress Avenue","","Austin","Texas","78701","United States","30.2769184","-97.7394943","","TURNED_ON","1","1","Both" +"223","TRAFFIC","E 15TH ST / SAN JACINTO BLVD","E 15TH ST","SAN JACINTO BLVD","MASTER","219","5157800","1","","2018158","AUSTIN FULL PURPOSE","","","2018159","CENTRAL","1500 San Jacinto Boulevard Austin, Texas 78701","1500 San Jacinto Boulevard","","Austin","Texas","78701","United States","30.2762318","-97.7371063","","TURNED_ON","1","1","Both" +"224","TRAFFIC","E 15TH ST / TRINITY ST","E 15TH ST","TRINITY ST","MASTER","220","5157976","1","","2018253","AUSTIN FULL PURPOSE","","","2018181","CENTRAL","1575 Trinity Street Austin, Texas 78701","1575 Trinity Street","","Austin","Texas","78701","United States","30.2759418","-97.7360306","","TURNED_ON","1","1","Both" +"225","TRAFFIC","E 15TH ST / RED RIVER ST","E 15TH ST","RED RIVER ST","MASTER","221","5158186","1","","2046318","AUSTIN FULL PURPOSE","","","2037552","CENTRAL","1305 Red River Street Austin, Texas 78701","1305 Red River Street","","Austin","Texas","78701","United States","30.2756176","-97.734848","","TURNED_ON","1","1","Both" +"226","TRAFFIC","W 15TH ST / COLORADO ST","W 15TH ST","COLORADO ST","MASTER","222","5157243","1","","2018090","AUSTIN FULL PURPOSE","","","2018091","CENTRAL","1414 Colorado Street Austin, Texas 78701","1414 Colorado Street","","Austin","Texas","78701","United States","30.277298","-97.7408371","","TURNED_ON","1","1","Both" +"227","TRAFFIC","E 15TH ST / N IH 35 SVRD SB","E 15TH ST","N IH 35 SVRD SB","MASTER","223","5158612","1","","2018262","AUSTIN FULL PURPOSE","","","2018267","CENTRAL","1400 North Interstate 35 Frontage Road Austin, Texas 78701","1400 North Interstate 35 Frontage Road","","Austin","Texas","78701","United States","30.2747765","-97.7317581","","TURNED_ON","1","1","Both" +"228","TRAFFIC","S CONGRESS AVE / W ELIZABETH ST","S CONGRESS AVE","W ELIZABETH ST","MASTER","224","5155942","9","","2022393","AUSTIN FULL PURPOSE","","","2022416","SOUTH","1470-1498 South Congress Avenue Austin, Texas 78704","1470-1498 South Congress Avenue","","Austin","Texas","78704","United States","30.2489243","-97.749939","","TURNED_ON","1","1","Both" +"229","TRAFFIC","W CESAR CHAVEZ ST / SANDRA MURAIDA WAY","W CESAR CHAVEZ ST","SANDRA MURAIDA WAY","MASTER","225","5155155","9","","3426145","AUSTIN FULL PURPOSE","","","2044018","CENTRAL","Sandra Muraida Way Austin, Texas 78701","Sandra Muraida Way","","Austin","Texas","78701","United States","30.2664337","-97.7555389","","TURNED_ON","1","1","Both" +"230","TRAFFIC","W CESAR CHAVEZ ST / B R REYNOLDS DR","W CESAR CHAVEZ ST","B R REYNOLDS DR","MASTER","226","5154951","9","","2044023","AUSTIN FULL PURPOSE","","","2021115","CENTRAL","1100 West Cesar Chavez Street Austin, Texas 78703","1100 West Cesar Chavez Street","","Austin","Texas","78703","United States","30.266964","-97.7570953","","TURNED_ON","1","1","Both" +"231","TRAFFIC","S CONGRESS AVE / CUMBERLAND RD","S CONGRESS AVE","CUMBERLAND RD","MASTER","227","5155154","3","","2023979","AUSTIN FULL PURPOSE","","","2023978","SOUTH","2705 South Congress Avenue Austin, Texas 78704","2705 South Congress Avenue","","Austin","Texas","78704","United States","30.235508","-97.7563629","","TURNED_ON","1","1","Both" +"232","TRAFFIC","S CONGRESS AVE / LIGHTSEY RD","S CONGRESS AVE","LIGHTSEY RD","MASTER","228","5154701","3","","2041543","AUSTIN FULL PURPOSE","","","2024117","SOUTH","3301-3399 South Congress Avenue Austin, Texas 78704","3301-3399 South Congress Avenue","","Austin","Texas","78704","United States","30.2296505","-97.7602081","","TURNED_ON","1","1","Both" +"233","TRAFFIC","BARTON SPRINGS RD / BOULDIN AVE","BARTON SPRINGS RD","BOULDIN AVE","MASTER","229","5155411","9","","2019279","AUSTIN FULL PURPOSE","","","2019331","SOUTH","900-1000 Barton Springs Road Austin, Texas 78704","900-1000 Barton Springs Road","","Austin","Texas","78704","United States","30.2595844","-97.753479","","TURNED_ON","0","0","Both" +"234","TRAFFIC","BARTON SPRINGS RD / DAWSON RD","BARTON SPRINGS RD","DAWSON RD","MASTER","230","5155151","9","","2021219","AUSTIN FULL PURPOSE","","","2041251","SOUTH","384-498 Dawson Road Austin, Texas 78704","384-498 Dawson Road","","Austin","Texas","78704","United States","30.2603436","-97.7557068","","TURNED_ON","0","0","Both" +"235","TRAFFIC","S 1ST ST / LIGHTSEY RD","S 1ST ST","LIGHTSEY RD","MASTER","231","5153938","3","","2024085","AUSTIN FULL PURPOSE","","","2024055","SOUTH","3309-3525 South 1st Street Austin, Texas 78704","3309-3525 South 1st Street","","Austin","Texas","78704","United States","30.2324104","-97.7657318","","TURNED_ON","1","0","Both" +"236","TRAFFIC","WINDSOR RD / HARTFORD RD","WINDSOR RD","HARTFORD RD","MASTER","232","5154660","9","","2020494","AUSTIN FULL PURPOSE","","","2020461","NORTH","2571-2599 Windsor Road Austin, Texas 78703","2571-2599 Windsor Road","","Austin","Texas","78703","United States","30.2916527","-97.7588196","","TURNED_ON","0","0","None" +"237","TRAFFIC","WINDSOR RD / WINSTED LN","WINDSOR RD","WINSTED LN","MASTER","233","5154367","10","","2021874","AUSTIN FULL PURPOSE","","","2021871","NORTH","2703-2707 Windsor Road Austin, Texas 78703","2703-2707 Windsor Road","","Austin","Texas","78703","United States","30.2925949","-97.760994","","TURNED_ON","0","0","None" +"238","TRAFFIC","W CESAR CHAVEZ ST / WALTER SEAHOLM DR","W CESAR CHAVEZ ST","WALTER SEAHOLM DR","MASTER","234","5155385","9","","3426104","AUSTIN FULL PURPOSE","","","3426176","CENTRAL","Walter Seaholm Drive Austin, Texas 78701","Walter Seaholm Drive","","Austin","Texas","78701","United States","30.266","-97.75353","","TURNED_ON","0","0","Both" +"239","TRAFFIC","S PLEASANT VALLEY RD / ELMONT DR","S PLEASANT VALLEY RD","ELMONT DR","MASTER","235","5160122","3","","2022668","AUSTIN FULL PURPOSE","","","2022667","SOUTH","1410 South Pleasant Valley Road Austin, Texas 78741","1410 South Pleasant Valley Road","","Austin","Texas","78741","United States","30.238802","-97.7195511","","TURNED_ON","1","1","Both" +"241","TRAFFIC","W 12TH ST / SHOAL CREEK BLVD","W 12TH ST","SHOAL CREEK BLVD","MASTER","236","5155837","9","","2019771","AUSTIN FULL PURPOSE","","","2018172","CENTRAL","1162-1198 Shoal Creek Boulevard Austin, Texas 78701","1162-1198 Shoal Creek Boulevard","","Austin","Texas","78701","United States","30.2764111","-97.7499084","","TURNED_ON","0","0","Both" +"242","TRAFFIC","W 12TH ST / WEST AVE","W 12TH ST","WEST AVE","MASTER","237","5156064","9","","2018200","AUSTIN FULL PURPOSE","","","2018201","CENTRAL","1200 West Avenue Austin, Texas 78701","1200 West Avenue","","Austin","Texas","78701","United States","30.2760582","-97.7484283","","TURNED_ON","0","0","Both" +"243","TRAFFIC","W 12TH ST / RIO GRANDE ST","W 12TH ST","RIO GRANDE ST","MASTER","238","5156242","9","","2018215","AUSTIN FULL PURPOSE","","","2018216","CENTRAL","1200 Rio Grande Street Austin, Texas 78701","1200 Rio Grande Street","","Austin","Texas","78701","United States","30.2757645","-97.7473602","","TURNED_ON","0","0","Both" +"244","TRAFFIC","W 12TH ST / NUECES ST","W 12TH ST","NUECES ST","MASTER","239","5156418","9","","2018236","AUSTIN FULL PURPOSE","","","2018237","CENTRAL","1199 Nueces Street Austin, Texas 78701","1199 Nueces Street","","Austin","Texas","78701","United States","30.275465","-97.7462692","","TURNED_ON","0","0","Both" +"245","TRAFFIC","W 12TH ST / GUADALUPE ST","W 12TH ST","GUADALUPE ST","MASTER","240","5156737","9","","2018275","AUSTIN FULL PURPOSE","","","2018276","CENTRAL","1199 Guadalupe Street Austin, Texas 78701","1199 Guadalupe Street","","Austin","Texas","78701","United States","30.2748528","-97.7441254","","TURNED_ON","0","0","Both" +"246","TRAFFIC","W 12TH ST / LAVACA ST","W 12TH ST","LAVACA ST","MASTER","241","5156909","9","","2018288","AUSTIN FULL PURPOSE","","","2018289","CENTRAL","1134-1144 Lavaca Street Austin, Texas 78701","1134-1144 Lavaca Street","","Austin","Texas","78701","United States","30.2745342","-97.7430344","","TURNED_ON","0","0","Both" +"247","TRAFFIC","E 12TH ST / SAN JACINTO BLVD","E 12TH ST","SAN JACINTO BLVD","MASTER","242","5157642","1","","2018429","AUSTIN FULL PURPOSE","","","2018379","CENTRAL","1199 San Jacinto Boulevard Austin, Texas 78701","1199 San Jacinto Boulevard","","Austin","Texas","78701","United States","30.2732029","-97.7382431","","TURNED_ON","0","0","Both" +"249","TRAFFIC","E 12TH ST / RED RIVER ST","E 12TH ST","RED RIVER ST","MASTER","243","5158165","1","","2041118","AUSTIN FULL PURPOSE","","","2018426","CENTRAL","1200-1298 Red River Street Austin, Texas 78701","1200-1298 Red River Street","","Austin","Texas","78701","United States","30.2723198","-97.7350464","","TURNED_ON","1","1","Both" +"250","TRAFFIC","GUADALUPE ST / W 11TH ST","GUADALUPE ST","W 11TH ST","MASTER","244","5156673","9","","2018361","AUSTIN FULL PURPOSE","","","2018344","CENTRAL","400-408 West 11th Street Austin, Texas 78701","400-408 West 11th Street","","Austin","Texas","78701","United States","30.2737064","-97.7445831","","TURNED_ON","1","1","Both" +"251","TRAFFIC","LAVACA ST / W 11TH ST","LAVACA ST","W 11TH ST","MASTER","245","5156847","9","","2018361","AUSTIN FULL PURPOSE","","","2018360","CENTRAL","1010-1064 Lavaca Street Austin, Texas 78701","1010-1064 Lavaca Street","","Austin","Texas","78701","United States","30.2734089","-97.7434616","","TURNED_ON","1","1","Both" +"252","TRAFFIC","W 11TH ST / COLORADO ST","W 11TH ST","COLORADO ST","MASTER","246","5156936","1","","2018368","AUSTIN FULL PURPOSE","","","2018369","CENTRAL","200-298 West 11th Street Austin, Texas 78701","200-298 West 11th Street","","Austin","Texas","78701","United States","30.2732372","-97.7428436","","TURNED_ON","1","1","Both" +"253","TRAFFIC","CONGRESS AVE / W 11TH ST","CONGRESS AVE","W 11TH ST","MASTER","247","5157222","1","","2018391","AUSTIN FULL PURPOSE","","","2018452","CENTRAL","125 West 11th Street Austin, Texas 78701","125 West 11th Street","","Austin","Texas","78701","United States","30.2727489","-97.7411041","","TURNED_ON","1","1","Both" +"254","TRAFFIC","BRAZOS ST / E 11TH ST","BRAZOS ST","E 11TH ST","MASTER","248","5157414","1","","2018415","AUSTIN FULL PURPOSE","","","2018482","CENTRAL","1080-1098 Brazos Street Austin, Texas 78701","1080-1098 Brazos Street","","Austin","Texas","78701","United States","30.2723598","-97.7397385","","TURNED_ON","1","1","Both" +"255","TRAFFIC","SAN JACINTO BLVD / E 11TH ST","SAN JACINTO BLVD","E 11TH ST","MASTER","249","5157576","1","","2018430","AUSTIN FULL PURPOSE","","","2018429","CENTRAL","221 East 11th Street Austin, Texas 78701","221 East 11th Street","","Austin","Texas","78701","United States","30.2720604","-97.7386551","","TURNED_ON","0","0","Both" +"256","TRAFFIC","E 11TH ST / TRINITY ST","E 11TH ST","TRINITY ST","MASTER","250","5157751","1","","2018449","AUSTIN FULL PURPOSE","","","2018450","CENTRAL","400-402 East 11th Street Austin, Texas 78701","400-402 East 11th Street","","Austin","Texas","78701","United States","30.2717628","-97.7375641","","TURNED_ON","1","1","Both" +"257","TRAFFIC","RED RIVER ST / E 11TH ST","RED RIVER ST","E 11TH ST","MASTER","251","5158097","1","","2041121","AUSTIN FULL PURPOSE","","","2018562","CENTRAL","599 East 11th Street Austin, Texas 78701","599 East 11th Street","","Austin","Texas","78701","United States","30.2711697","-97.7354507","","TURNED_ON","1","1","Both" +"259","TRAFFIC","E 15TH ST / BRAZOS ST","E 15TH ST","BRAZOS ST","MASTER","252","5157635","1","","2018214","AUSTIN FULL PURPOSE","","","2018143","CENTRAL","204 East 15th Street Austin, Texas 78701","204 East 15th Street","","Austin","Texas","78701","United States","30.2765484","-97.7381973","","TURNED_ON","1","1","Both" +"260","TRAFFIC","DESSAU RD / E BRAKER LN","DESSAU RD","E BRAKER LN","MASTER","253","5165721","1","","2038400","AUSTIN FULL PURPOSE","","","3267858","NORTH","East Braker Lane Austin, Texas 78754","East Braker Lane","","Austin","Texas","78754","United States","30.3772907","-97.6586609","","TURNED_ON","0","0","Both" +"261","TRAFFIC","GUADALUPE ST / W 10TH ST","GUADALUPE ST","W 10TH ST","MASTER","254","5156632","9","","2018411","AUSTIN FULL PURPOSE","","","2018397","CENTRAL","364-398 West 10th Street Austin, Texas 78701","364-398 West 10th Street","","Austin","Texas","78701","United States","30.2727699","-97.7448883","","TURNED_ON","1","1","Both" +"262","TRAFFIC","LAVACA ST / W 10TH ST","LAVACA ST","W 10TH ST","MASTER","255","5156794","9","","2018411","AUSTIN FULL PURPOSE","","","2018410","CENTRAL","1001-1047 Lavaca Street Austin, Texas 78701","1001-1047 Lavaca Street","","Austin","Texas","78701","United States","30.27248","-97.7438049","","TURNED_ON","1","1","Both" +"263","TRAFFIC","COLORADO ST / W 10TH ST","COLORADO ST","W 10TH ST","MASTER","256","5156970","9","","2018428","AUSTIN FULL PURPOSE","","","2018490","CENTRAL","1001-1099 Colorado Street Austin, Texas 78701","1001-1099 Colorado Street","","Austin","Texas","78701","United States","30.2721729","-97.7427444","","TURNED_ON","0","0","N/A" +"264","TRAFFIC","CONGRESS AVE / W 10TH ST","CONGRESS AVE","W 10TH ST","MASTER","257","5157171","1","","2018453","AUSTIN FULL PURPOSE","","","2018452","CENTRAL","120 West 10th Street Austin, Texas 78701","120 West 10th Street","","Austin","Texas","78701","United States","30.2718029","-97.7414398","","TURNED_ON","1","1","Both" +"265","TRAFFIC","BRAZOS ST / E 10TH ST","BRAZOS ST","E 10TH ST","MASTER","258","5157370","1","","2018483","AUSTIN FULL PURPOSE","","","2018482","CENTRAL","199 East 10th Street Austin, Texas 78701","199 East 10th Street","","Austin","Texas","78701","United States","30.2714291","-97.7400818","","TURNED_ON","1","1","Both" +"266","TRAFFIC","SAN JACINTO BLVD / E 10TH ST","SAN JACINTO BLVD","E 10TH ST","MASTER","259","5157522","9","","2018496","AUSTIN FULL PURPOSE","","","2018495","CENTRAL","299 East 10th Street Austin, Texas 78701","299 East 10th Street","","Austin","Texas","78701","United States","30.2711124","-97.7389984","","TURNED_ON","1","1","Both" +"267","TRAFFIC","E 10TH ST / TRINITY ST","E 10TH ST","TRINITY ST","MASTER","260","5157691","9","","2018511","AUSTIN FULL PURPOSE","","","2018512","CENTRAL","1001-1047 Trinity Street Austin, Texas 78701","1001-1047 Trinity Street","","Austin","Texas","78701","United States","30.2708244","-97.7379227","","TURNED_ON","1","1","Both" +"268","TRAFFIC","RED RIVER ST / E 10TH ST","RED RIVER ST","E 10TH ST","MASTER","261","5158042","1","","2018563","AUSTIN FULL PURPOSE","","","2018562","CENTRAL","600 East 10th Street Austin, Texas 78701","600 East 10th Street","","Austin","Texas","78701","United States","30.2702274","-97.7357712","","TURNED_ON","1","1","Both" +"269","TRAFFIC","LAVACA ST / W 13TH ST","LAVACA ST","W 13TH ST","MASTER","262","5156986","9","","2018210","AUSTIN FULL PURPOSE","","","2018209","CENTRAL","1301 Lavaca Street Austin, Texas 78701","1301 Lavaca Street","","Austin","Texas","78701","United States","30.2757339","-97.7425919","","TURNED_ON","0","0","None" +"270","TRAFFIC","E ST JOHNS AVE / BENNETT AVE","E ST JOHNS AVE","BENNETT AVE","MASTER","263","5161863","4","","2011954","AUSTIN FULL PURPOSE","","","2011955","NORTH","7203 Bennett Avenue Austin, Texas 78752","7203 Bennett Avenue","","Austin","Texas","78752","United States","30.331131","-97.7003708","","TURNED_ON","1","1","Both" +"271","TRAFFIC","W SLAUGHTER LN / UNITED KINGDOM DR","W SLAUGHTER LN","UNITED KINGDOM DR","MASTER","264","5149696","5","","2047192","AUSTIN FULL PURPOSE","","","2027778","SOUTH","9212 United Kingdom Drive Austin, Texas 78748","9212 United Kingdom Drive","","Austin","Texas","78748","United States","30.1739616","-97.8093262","","TURNED_ON","0","0","Both" +"272","TRAFFIC","GUADALUPE ST / W 9TH ST","GUADALUPE ST","W 9TH ST","MASTER","265","5156584","9","","2018458","AUSTIN FULL PURPOSE","","","2018457","CENTRAL","361-399 West 9th Street Austin, Texas 78701","361-399 West 9th Street","","Austin","Texas","78701","United States","30.2718201","-97.7452316","","TURNED_ON","1","1","Both" +"273","TRAFFIC","LAVACA ST / W 9TH ST","LAVACA ST","W 9TH ST","MASTER","266","5156749","9","","2018480","AUSTIN FULL PURPOSE","","","2018479","CENTRAL","301-341 West 9th Street Austin, Texas 78701","301-341 West 9th Street","","Austin","Texas","78701","United States","30.2715416","-97.7441483","","TURNED_ON","1","1","Both" +"274","TRAFFIC","COLORADO ST / W 9TH ST","COLORADO ST","W 9TH ST","MASTER","267","5156915","9","","2018491","AUSTIN FULL PURPOSE","","","2018490","CENTRAL","901-909 Colorado Street Austin, Texas 78701","901-909 Colorado Street","","Austin","Texas","78701","United States","30.271244","-97.7430573","","TURNED_ON","1","1","Both" +"275","TRAFFIC","CONGRESS AVE / W 9TH ST","CONGRESS AVE","W 9TH ST","MASTER","268","5157133","9","","2018518","AUSTIN FULL PURPOSE","","","2018517","CENTRAL","110 East 9th Street Austin, Texas 78701","110 East 9th Street","","Austin","Texas","78701","United States","30.270853","-97.7417526","","TURNED_ON","1","1","Both" +"276","TRAFFIC","BRAZOS ST / E 9TH ST","BRAZOS ST","E 9TH ST","MASTER","269","5157328","9","","2018544","AUSTIN FULL PURPOSE","","","2018543","CENTRAL","901 Brazos Street Austin, Texas 78701","901 Brazos Street","","Austin","Texas","78701","United States","30.2704716","-97.7404251","","TURNED_ON","1","1","Both" +"277","TRAFFIC","SAN JACINTO BLVD / E 9TH ST","SAN JACINTO BLVD","E 9TH ST","MASTER","270","5157483","9","","2018575","AUSTIN FULL PURPOSE","","","2018574","CENTRAL","903 San Jacinto Boulevard Austin, Texas 78701","903 San Jacinto Boulevard","","Austin","Texas","78701","United States","30.270174","-97.7393341","","TURNED_ON","1","1","Both" +"278","TRAFFIC","W CESAR CHAVEZ ST / COLORADO ST","W CESAR CHAVEZ ST","COLORADO ST","MASTER","271","5156523","9","","2019051","AUSTIN FULL PURPOSE","","","2019052","CENTRAL","Austin, Texas 78701","","","Austin","Texas","78701","United States","30.2637615","-97.7458572","","TURNED_ON","1","1","Both" +"279","TRAFFIC","W 6TH ST / RIO GRANDE ST","W 6TH ST","RIO GRANDE ST","MASTER","272","5155918","9","","2018603","AUSTIN FULL PURPOSE","","","2018604","CENTRAL","701 West 6th Street Austin, Texas 78701","701 West 6th Street","","Austin","Texas","78701","United States","30.2699451","-97.749527","","TURNED_ON","1","1","Both" +"280","TRAFFIC","W CESAR CHAVEZ ST / SAN ANTONIO ST","W CESAR CHAVEZ ST","SAN ANTONIO ST","MASTER","273","5156008","9","","2018994","AUSTIN FULL PURPOSE","","","2019016","CENTRAL","479-499 West Cesar Chavez Street Austin, Texas 78701","479-499 West Cesar Chavez Street","","Austin","Texas","78701","United States","30.2646561","-97.749115","","TURNED_ON","1","1","Both" +"281","TRAFFIC","GUADALUPE ST / W 8TH ST","GUADALUPE ST","W 8TH ST","MASTER","274","5156535","9","","2018520","AUSTIN FULL PURPOSE","","","2018519","CENTRAL","755-799 Guadalupe Street Austin, Texas 78701","755-799 Guadalupe Street","","Austin","Texas","78701","United States","30.2708721","-97.7455902","","TURNED_ON","1","1","Both" +"282","TRAFFIC","W 8TH ST / LAVACA ST","W 8TH ST","LAVACA ST","MASTER","275","5156699","9","","2018538","AUSTIN FULL PURPOSE","","","2018539","CENTRAL","301 West 8th Street Austin, Texas 78701","301 West 8th Street","","Austin","Texas","78701","United States","30.2705746","-97.7444916","","TURNED_ON","1","1","Both" +"283","TRAFFIC","W 8TH ST / COLORADO ST","W 8TH ST","COLORADO ST","MASTER","276","5156869","9","","2018571","AUSTIN FULL PURPOSE","","","2018572","CENTRAL","751-799 Colorado Street Austin, Texas 78701","751-799 Colorado Street","","Austin","Texas","78701","United States","30.2702675","-97.7434158","","TURNED_ON","0","0","None" +"284","TRAFFIC","W 8TH ST / CONGRESS AVE","W 8TH ST","CONGRESS AVE","MASTER","277","5157087","9","","2018597","AUSTIN FULL PURPOSE","","","2018598","CENTRAL","721 Congress Avenue Austin, Texas 78701","721 Congress Avenue","","Austin","Texas","78701","United States","30.2699051","-97.7421112","","TURNED_ON","1","1","Both" +"285","TRAFFIC","E 8TH ST / BRAZOS ST","E 8TH ST","BRAZOS ST","MASTER","278","5157279","9","","2018617","AUSTIN FULL PURPOSE","","","2018618","CENTRAL","199 East 8th Street Austin, Texas 78701","199 East 8th Street","","Austin","Texas","78701","United States","30.2695313","-97.7407837","","TURNED_ON","1","1","Both" +"286","TRAFFIC","E 8TH ST / SAN JACINTO BLVD","E 8TH ST","SAN JACINTO BLVD","MASTER","279","5157430","9","","2018637","AUSTIN FULL PURPOSE","","","2018638","CENTRAL","300 East 8th Street Austin, Texas 78701","300 East 8th Street","","Austin","Texas","78701","United States","30.2692356","-97.7396927","","TURNED_ON","1","1","Both" +"287","TRAFFIC","E 8TH ST / TRINITY ST","E 8TH ST","TRINITY ST","MASTER","280","5157598","9","","2018652","AUSTIN FULL PURPOSE","","","2018653","CENTRAL","401-499 East 8th Street Austin, Texas 78701","401-499 East 8th Street","","Austin","Texas","78701","United States","30.2689266","-97.7386093","","TURNED_ON","1","1","Both" +"288","TRAFFIC","LAVACA ST / W 4TH ST","LAVACA ST","W 4TH ST","MASTER","281","5156508","9","","2018822","AUSTIN FULL PURPOSE","","","2018821","CENTRAL","260-298 West 4th Street Austin, Texas 78701","260-298 West 4th Street","","Austin","Texas","78701","United States","30.2668762","-97.7458725","","TURNED_ON","1","1","Both" +"289","TRAFFIC","E 8TH ST / RED RIVER ST","E 8TH ST","RED RIVER ST","MASTER","282","5157940","9","","2018704","AUSTIN FULL PURPOSE","","","2018705","CENTRAL","752-798 Red River Street Austin, Texas 78701","752-798 Red River Street","","Austin","Texas","78701","United States","30.268322","-97.7364883","","TURNED_ON","1","1","Both" +"290","TRAFFIC","W 7TH ST / GUADALUPE ST","W 7TH ST","GUADALUPE ST","MASTER","283","5156486","9","","2018599","AUSTIN FULL PURPOSE","","","2018615","CENTRAL","701-799 Guadalupe Street Austin, Texas 78701","701-799 Guadalupe Street","","Austin","Texas","78701","United States","30.2699623","-97.7459335","","TURNED_ON","1","1","Both" +"291","TRAFFIC","W 7TH ST / LAVACA ST","W 7TH ST","LAVACA ST","MASTER","284","5156652","9","","2018614","AUSTIN FULL PURPOSE","","","2018615","CENTRAL","298 West 7th Street Austin, Texas 78701","298 West 7th Street","","Austin","Texas","78701","United States","30.2696552","-97.7448425","","TURNED_ON","0","0","Both" +"292","TRAFFIC","W 7TH ST / COLORADO ST","W 7TH ST","COLORADO ST","MASTER","285","5156810","9","","2018634","AUSTIN FULL PURPOSE","","","2018635","CENTRAL","161-199 West 7th Street Austin, Texas 78701","161-199 West 7th Street","","Austin","Texas","78701","United States","30.2693481","-97.7437744","","TURNED_ON","1","1","Both" +"293","TRAFFIC","W 7TH ST / CONGRESS AVE","W 7TH ST","CONGRESS AVE","MASTER","286","5157043","9","","2018656","AUSTIN FULL PURPOSE","","","2018657","CENTRAL","101 East 7th Street Austin, Texas 78701","101 East 7th Street","","Austin","Texas","78701","United States","30.2689667","-97.7424698","","TURNED_ON","1","1","Both" +"294","TRAFFIC","E 7TH ST / BRAZOS ST","E 7TH ST","BRAZOS ST","MASTER","287","5157239","9","","2018687","AUSTIN FULL PURPOSE","","","2018688","CENTRAL","149-211 East 7th Street Austin, Texas 78701","149-211 East 7th Street","","Austin","Texas","78701","United States","30.2686024","-97.7411118","","TURNED_ON","1","1","Both" +"295","TRAFFIC","E 7TH ST / SAN JACINTO BLVD","E 7TH ST","SAN JACINTO BLVD","MASTER","288","5157390","9","","2018714","AUSTIN FULL PURPOSE","","","2018715","CENTRAL","305 East 7th Street Austin, Texas 78701","305 East 7th Street","","Austin","Texas","78701","United States","30.2682953","-97.740036","","TURNED_ON","1","1","Both" +"296","TRAFFIC","E 7TH ST / TRINITY ST","E 7TH ST","TRINITY ST","MASTER","289","5157536","9","","2018729","AUSTIN FULL PURPOSE","","","2018730","CENTRAL","403 East 7th Street Austin, Texas 78701","403 East 7th Street","","Austin","Texas","78701","United States","30.2680073","-97.7389526","","TURNED_ON","1","1","Both" +"297","TRAFFIC","E 7TH ST / RED RIVER ST","E 7TH ST","RED RIVER ST","MASTER","290","5157893","9","","2018772","AUSTIN FULL PURPOSE","","","2018773","CENTRAL","601 East 7th Street Austin, Texas 78701","601 East 7th Street","","Austin","Texas","78701","United States","30.2674026","-97.7368164","","TURNED_ON","1","1","Both" +"298","TRAFFIC","W 6TH ST / WEST AVE","W 6TH ST","WEST AVE","MASTER","291","5155766","9","","2018580","AUSTIN FULL PURPOSE","","","2018604","CENTRAL","600-602 West Avenue Austin, Texas 78701","600-602 West Avenue","","Austin","Texas","78701","United States","30.2702961","-97.7505875","","TURNED_ON","1","1","Both" +"299","TRAFFIC","W 6TH ST / NUECES ST","W 6TH ST","NUECES ST","MASTER","292","5156096","9","","2018622","AUSTIN FULL PURPOSE","","","2018623","CENTRAL","515-599 West 6th Street Austin, Texas 78701","515-599 West 6th Street","","Austin","Texas","78701","United States","30.2696285","-97.7484207","","TURNED_ON","1","1","Both" +"300","TRAFFIC","W 6TH ST / GUADALUPE ST","W 6TH ST","GUADALUPE ST","MASTER","293","5156452","9","","2018658","AUSTIN FULL PURPOSE","","","2018659","CENTRAL","300-398 West 6th Street Austin, Texas 78701","300-398 West 6th Street","","Austin","Texas","78701","United States","30.2690239","-97.7462616","","TURNED_ON","1","1","Both" +"301","TRAFFIC","W 6TH ST / LAVACA ST","W 6TH ST","LAVACA ST","MASTER","294","5156605","9","","2018680","AUSTIN FULL PURPOSE","","","2018681","CENTRAL","599 Lavaca Street Austin, Texas 78701","599 Lavaca Street","","Austin","Texas","78701","United States","30.2687168","-97.7452011","","TURNED_ON","1","1","Both" +"302","TRAFFIC","W 6TH ST / COLORADO ST","W 6TH ST","COLORADO ST","MASTER","295","5156764","9","","2018710","AUSTIN FULL PURPOSE","","","2018711","CENTRAL","123 West 6th Street Austin, Texas 78701","123 West 6th Street","","Austin","Texas","78701","United States","30.2684174","-97.7441254","","TURNED_ON","1","1","Both" +"303","TRAFFIC","W 6TH ST / CONGRESS AVE","W 6TH ST","CONGRESS AVE","MASTER","296","5156982","9","","2018731","AUSTIN FULL PURPOSE","","","2018732","CENTRAL","600 Congress Avenue Austin, Texas 78701","600 Congress Avenue","","Austin","Texas","78701","United States","30.2680664","-97.7428131","","TURNED_ON","1","1","Both" +"304","TRAFFIC","E 6TH ST / BRAZOS ST","E 6TH ST","BRAZOS ST","MASTER","297","5157185","9","","2018757","AUSTIN FULL PURPOSE","","","2018758","CENTRAL","204 East 6th Street Austin, Texas 78701","204 East 6th Street","","Austin","Texas","78701","United States","30.267683","-97.7414551","","TURNED_ON","1","1","Both" +"305","TRAFFIC","E 6TH ST / SAN JACINTO BLVD","E 6TH ST","SAN JACINTO BLVD","MASTER","298","5157344","9","","2018780","AUSTIN FULL PURPOSE","","","2018781","CENTRAL","300 Old Pecan Street Austin, Texas 78701","300 Old Pecan Street","","Austin","Texas","78701","United States","30.267395","-97.7403717","","TURNED_ON","1","1","Both" +"306","TRAFFIC","E 6TH ST / TRINITY ST","E 6TH ST","TRINITY ST","MASTER","299","5157486","9","","2018796","AUSTIN FULL PURPOSE","","","2018797","CENTRAL","601 Trinity Street Austin, Texas 78701","601 Trinity Street","","Austin","Texas","78701","United States","30.2670689","-97.7393341","","TURNED_ON","1","1","Both" +"307","TRAFFIC","E 6TH ST / NECHES ST","E 6TH ST","NECHES ST","MASTER","300","5157663","9","","2018815","AUSTIN FULL PURPOSE","","","2018816","CENTRAL","502 Old Pecan Street Austin, Texas 78701","502 Old Pecan Street","","Austin","Texas","78701","United States","30.2667828","-97.7382431","","TURNED_ON","1","1","Both" +"308","TRAFFIC","E 6TH ST / RED RIVER ST","E 6TH ST","RED RIVER ST","MASTER","301","5157835","9","","2018837","AUSTIN FULL PURPOSE","","","2018838","CENTRAL","599 East 6th Street Austin, Texas 78701","599 East 6th Street","","Austin","Texas","78701","United States","30.2664757","-97.7371902","","TURNED_ON","1","1","Both" +"309","TRAFFIC","W 5TH ST / WEST AVE","W 5TH ST","WEST AVE","MASTER","302","5155711","9","","2018644","AUSTIN FULL PURPOSE","","","2018666","CENTRAL","453-499 West Avenue Austin, Texas 78701","453-499 West Avenue","","Austin","Texas","78701","United States","30.26931","-97.7509537","","TURNED_ON","1","1","Both" +"310","TRAFFIC","W 5TH ST / NUECES ST","W 5TH ST","NUECES ST","MASTER","303","5156046","9","","2018695","AUSTIN FULL PURPOSE","","","2018696","CENTRAL","463-499 Nueces Street Austin, Texas 78701","463-499 Nueces Street","","Austin","Texas","78701","United States","30.2686787","-97.7487793","","TURNED_ON","1","1","Both" +"311","TRAFFIC","N PLEASANT VALLEY RD / WEBBERVILLE RD","N PLEASANT VALLEY RD","WEBBERVILLE RD","MASTER","304","5161161","3","","2018925","AUSTIN FULL PURPOSE","","","2018882","CENTRAL","848-852 North Pleasant Valley Road Austin, Texas 78702","848-852 North Pleasant Valley Road","","Austin","Texas","78702","United States","30.2653866","-97.7090378","","TURNED_ON","0","0","Both" +"312","TRAFFIC","W 5TH ST / LAVACA ST","W 5TH ST","LAVACA ST","MASTER","305","5156555","9","","2018754","AUSTIN FULL PURPOSE","","","2018755","CENTRAL","219 West 5th Street Austin, Texas 78701","219 West 5th Street","","Austin","Texas","78701","United States","30.2677956","-97.7455444","","TURNED_ON","1","1","Both" +"313","TRAFFIC","W 5TH ST / COLORADO ST","W 5TH ST","COLORADO ST","MASTER","306","5156720","9","","2018778","AUSTIN FULL PURPOSE","","","2018779","CENTRAL","109-199 West 5th Street Austin, Texas 78701","109-199 West 5th Street","","Austin","Texas","78701","United States","30.267477","-97.7444687","","TURNED_ON","1","1","Both" +"314","TRAFFIC","W 5TH ST / CONGRESS AVE","W 5TH ST","CONGRESS AVE","MASTER","307","5156914","9","","2018800","AUSTIN FULL PURPOSE","","","2018801","CENTRAL","101 West 5th Street Austin, Texas 78701","101 West 5th Street","","Austin","Texas","78701","United States","30.2671185","-97.7431717","","TURNED_ON","1","1","Both" +"315","TRAFFIC","E 5TH ST / BRAZOS ST","E 5TH ST","BRAZOS ST","MASTER","308","5157141","9","","2018824","AUSTIN FULL PURPOSE","","","2018825","CENTRAL","200 East 5th Street Austin, Texas 78701","200 East 5th Street","","Austin","Texas","78701","United States","30.2667561","-97.7418365","","TURNED_ON","1","1","Both" +"316","TRAFFIC","E 5TH ST / SAN JACINTO BLVD","E 5TH ST","SAN JACINTO BLVD","MASTER","309","5157298","9","","2018848","AUSTIN FULL PURPOSE","","","2018849","CENTRAL","301 East 5th Street Austin, Texas 78701","301 East 5th Street","","Austin","Texas","78701","United States","30.2664375","-97.7407303","","TURNED_ON","1","1","Both" +"317","TRAFFIC","E 5TH ST / TRINITY ST","E 5TH ST","TRINITY ST","MASTER","310","5157443","9","","2018867","AUSTIN FULL PURPOSE","","","2018868","CENTRAL","401 East 5th Street Austin, Texas 78701","401 East 5th Street","","Austin","Texas","78701","United States","30.2661324","-97.7396774","","TURNED_ON","1","1","Both" +"318","TRAFFIC","E 5TH ST / NECHES ST","E 5TH ST","NECHES ST","MASTER","311","5157615","9","","2018886","AUSTIN FULL PURPOSE","","","2018887","CENTRAL","500 East 5th Street Austin, Texas 78701","500 East 5th Street","","Austin","Texas","78701","United States","30.2658424","-97.7385864","","TURNED_ON","1","1","Both" +"319","TRAFFIC","E 5TH ST / RED RIVER ST","E 5TH ST","RED RIVER ST","MASTER","312","5157789","9","","2018911","AUSTIN FULL PURPOSE","","","2018912","CENTRAL","600-698 East 5th Street Austin, Texas 78701","600-698 East 5th Street","","Austin","Texas","78701","United States","30.2655354","-97.7374878","","TURNED_ON","1","1","Both" +"320","TRAFFIC","CONGRESS AVE / W 4TH ST","CONGRESS AVE","W 4TH ST","MASTER","313","5156875","9","","2018866","AUSTIN FULL PURPOSE","","","2018865","CENTRAL","100-150 West 4th Street Austin, Texas 78701","100-150 West 4th Street","","Austin","Texas","78701","United States","30.2662086","-97.7434998","","TURNED_ON","1","1","Both" +"321","TRAFFIC","W 5TH ST / GUADALUPE ST","W 5TH ST","GUADALUPE ST","MASTER","314","5156387","9","","2018737","AUSTIN FULL PURPOSE","","","2018738","CENTRAL","449-499 Guadalupe Street Austin, Texas 78701","449-499 Guadalupe Street","","Austin","Texas","78701","United States","30.2680931","-97.7466354","","TURNED_ON","1","1","Both" +"322","TRAFFIC","PEARCE LN / ROSS RD","PEARCE LN","ROSS RD","MASTER","315","5168019","2","","2037051","AUSTIN FULL PURPOSE","","","2027407","SOUTH","Ross Road Austin, Texas 78617","Ross Road","","Austin","Texas","78617","United States","30.1694298","-97.6231079","","TURNED_ON","1","1","Both" +"323","TRAFFIC","WEST GATE BLVD / S LAMAR BLVD SVRD SB","WEST GATE BLVD","S LAMAR BLVD SVRD SB","SLAVE","316","5150345","5","","2026528","AUSTIN FULL PURPOSE","","","2024061","SOUTH","4545 South Lamar Boulevard Austin, Texas 78745","4545 South Lamar Boulevard","","Austin","Texas","78745","United States","30.2329502","-97.8007278","","TURNED_ON","1","1","Both" +"324","TRAFFIC","WEST GATE BLVD / S LAMAR BLVD SVRD NB","WEST GATE BLVD","S LAMAR BLVD SVRD NB","MASTER","317","5150362","5","","3212678","AUSTIN FULL PURPOSE","","","2024149","SOUTH","4407 West Gate Boulevard Austin, Texas 78745","4407 West Gate Boulevard","","Austin","Texas","78745","United States","30.2319736","-97.8005447","","TURNED_ON","1","1","Both" +"325","TRAFFIC","GUADALUPE ST / W 4TH ST","GUADALUPE ST","W 4TH ST","MASTER","318","5156339","9","","2018803","AUSTIN FULL PURPOSE","","","2018802","CENTRAL","304 West 4th Street Austin, Texas 78701","304 West 4th Street","","Austin","Texas","78701","United States","30.2671833","-97.7469635","","TURNED_ON","1","1","Both" +"326","TRAFFIC","COLORADO ST / W 2ND ST","COLORADO ST","W 2ND ST","MASTER","319","5156573","9","","2018990","AUSTIN FULL PURPOSE","","","2018989","CENTRAL","184-198 West 2nd Street Austin, Texas 78701","184-198 West 2nd Street","","Austin","Texas","78701","United States","30.2646828","-97.7455139","","TURNED_ON","1","1","Both" +"327","TRAFFIC","W 38TH ST / WEST AVE","W 38TH ST","WEST AVE","MASTER","320","5157054","9","","2016403","AUSTIN FULL PURPOSE","","","2016353","CENTRAL","3700-3798 West Avenue Austin, Texas 78705","3700-3798 West Avenue","","Austin","Texas","78705","United States","30.3044243","-97.7414322","","TURNED_ON","1","1","Both" +"328","TRAFFIC","CONGRESS AVE / W 3RD ST","CONGRESS AVE","W 3RD ST","MASTER","321","5156812","9","","2018944","AUSTIN FULL PURPOSE","","","2018943","CENTRAL","298 Congress Avenue Austin, Texas 78701","298 Congress Avenue","","Austin","Texas","78701","United States","30.2652397","-97.743866","","TURNED_ON","1","1","Both" +"329","TRAFFIC","W 6TH ST / BLANCO ST","W 6TH ST","BLANCO ST","MASTER","322","5154932","9","","2021005","AUSTIN FULL PURPOSE","","","2021006","CENTRAL","1200 West 6th Street Austin, Texas 78703","1200 West 6th Street","","Austin","Texas","78703","United States","30.2727489","-97.7571259","","TURNED_ON","1","1","Both" +"330","TRAFFIC","E 12TH ST / N IH 35 SVRD SB","E 12TH ST","N IH 35 SVRD SB","MASTER","323","5158498","1","","2018441","AUSTIN FULL PURPOSE","","","2018440","CENTRAL","1200 North Interstate 35 Frontage Road Austin, Texas 78701","1200 North Interstate 35 Frontage Road","","Austin","Texas","78701","United States","30.2718334","-97.7327881","","TURNED_ON","1","1","Both" +"331","TRAFFIC","N IH 35 SVRD SB / E 11TH ST","N IH 35 SVRD SB","E 11TH ST","SLAVE","324","5158444","1","","2018525","AUSTIN FULL PURPOSE","","","2018524","CENTRAL","1098 North Interstate 35 Frontage Road Austin, Texas 78701","1098 North Interstate 35 Frontage Road","","Austin","Texas","78701","United States","30.2705593","-97.7332916","","TURNED_ON","1","1","Both" +"332","TRAFFIC","LAVACA ST / W 3RD ST","LAVACA ST","W 3RD ST","MASTER","325","5156460","9","","2018893","AUSTIN FULL PURPOSE","","","2018892","CENTRAL","300-308 Lavaca Street Austin, Texas 78701","300-308 Lavaca Street","","Austin","Texas","78701","United States","30.2659302","-97.7462463","","TURNED_ON","1","1","Both" +"333","TRAFFIC","S 1ST ST / POWELL CIR","S 1ST ST","POWELL CIR","MASTER","326","5154173","3","","2024016","AUSTIN FULL PURPOSE","","","2023992","SOUTH","3006-3018 South 1st Street Austin, Texas 78704","3006-3018 South 1st Street","","Austin","Texas","78704","United States","30.2352734","-97.7639542","","TURNED_ON","1","0","Both" +"334","TRAFFIC","E 8TH ST / N IH 35 SVRD SB","E 8TH ST","N IH 35 SVRD SB","SLAVE","327","5158312","1","","2018808","AUSTIN FULL PURPOSE","","","2047464","CENTRAL","609 East 8th Street Elgin, Texas 78621","609 East 8th Street","","Elgin","Texas","78621","United States","30.267725","-97.7342987","","TURNED_ON","1","1","Both" +"335","TRAFFIC","E 7TH ST / N IH 35 SVRD SB","E 7TH ST","N IH 35 SVRD SB","MASTER","328","5158252","9","","2018808","AUSTIN FULL PURPOSE","","","2018809","CENTRAL","738-798 East 7th Street Austin, Texas 78702","738-798 East 7th Street","","Austin","Texas","78702","United States","30.2668209","-97.7346649","","TURNED_ON","1","1","Both" +"336","TRAFFIC","E 6TH ST / N IH 35 SVRD SB","E 6TH ST","N IH 35 SVRD SB","SLAVE","329","5158201","9","","2018884","AUSTIN FULL PURPOSE","","","2041178","CENTRAL","723 East 6th Street Austin, Texas 78701","723 East 6th Street","","Austin","Texas","78701","United States","30.2658806","-97.7350006","","TURNED_ON","1","1","Both" +"337","TRAFFIC","E RIVERSIDE DR / FARO DR","E RIVERSIDE DR","FARO DR","MASTER","330","5160906","3","","2022879","AUSTIN FULL PURPOSE","","","2022880","SOUTH","1900 Faro Drive Austin, Texas 78741","1900 Faro Drive","","Austin","Texas","78741","United States","30.2295113","-97.7126312","","TURNED_ON","1","1","Both" +"338","TRAFFIC","E HOWARD LN / HARRIS RIDGE BLVD","E HOWARD LN","HARRIS RIDGE BLVD","MASTER","331","5166272","7","","2006408","AUSTIN FULL PURPOSE","","","2038310","NORTH","13500 Harris Ridge Boulevard Pflugerville, Texas 78660","13500 Harris Ridge Boulevard","","Pflugerville","Texas","78660","United States","30.4095459","-97.6486282","","TURNED_ON","1","1","Both" +"339","TRAFFIC","E 15TH ST / N IH 35 SVRD NB","E 15TH ST","N IH 35 SVRD NB","SLAVE","332","5158701","1","","2018270","AUSTIN FULL PURPOSE","","","2018267","CENTRAL","1501-1523 North Interstate 35 Frontage Road Austin, Texas 78702","1501-1523 North Interstate 35 Frontage Road","","Austin","Texas","78702","United States","30.2746105","-97.7309799","","TURNED_ON","1","1","Both" +"340","TRAFFIC","E 12TH ST / N IH 35 SVRD NB","E 12TH ST","N IH 35 SVRD NB","SLAVE","333","5158606","1","","2018433","AUSTIN FULL PURPOSE","","","2018432","CENTRAL","1199 North Interstate 35 Frontage Road Austin, Texas 78702","1199 North Interstate 35 Frontage Road","","Austin","Texas","78702","United States","30.2718697","-97.7318878","","TURNED_ON","1","1","Both" +"341","TRAFFIC","E 11TH ST / N IH 35 SVRD NB","E 11TH ST","N IH 35 SVRD NB","MASTER","334","5158544","1","","2018540","AUSTIN FULL PURPOSE","","","2018530","CENTRAL","800-838 East 11th Street Austin, Texas 78702","800-838 East 11th Street","","Austin","Texas","78702","United States","30.2703285","-97.7324753","","TURNED_ON","1","1","Both" +"342","TRAFFIC","E RUNDBERG LN / NORTH CREEK DR","E RUNDBERG LN","NORTH CREEK DR","MASTER","335","5162743","4","","2010846","AUSTIN FULL PURPOSE","","","2012329","NORTH","9405 North Creek Drive Austin, Texas 78753","9405 North Creek Drive","","Austin","Texas","78753","United States","30.3600388","-97.6917953","","TURNED_ON","0","0","Both" +"343","TRAFFIC","ESCARPMENT BLVD / CONVICT HILL RD","ESCARPMENT BLVD","CONVICT HILL RD","MASTER","336","5144668","8","","2024329","AUSTIN FULL PURPOSE","","","2024328","SOUTH","6100 Convict Hill Road Austin, Texas 78749","6100 Convict Hill Road","","Austin","Texas","78749","United States","30.2257957","-97.86866","","TURNED_ON","0","0","None" +"344","TRAFFIC","S PLEASANT VALLEY RD / E STASSNEY LN","S PLEASANT VALLEY RD","E STASSNEY LN","MASTER","337","5157006","2","","2023381","AUSTIN FULL PURPOSE","","","2023382","SOUTH","4620-4630 East Stassney Lane Austin, Texas 78744","4620-4630 East Stassney Lane","","Austin","Texas","78744","United States","30.193985","-97.7446823","","TURNED_ON","1","0","Both" +"345","TRAFFIC","E 7TH ST / N IH 35 SVRD NB","E 7TH ST","N IH 35 SVRD NB","SLAVE","338","5158375","3","","2018823","AUSTIN FULL PURPOSE","","","2018843","CENTRAL","699 North Interstate 35 Frontage Road Austin, Texas 78702","699 North Interstate 35 Frontage Road","","Austin","Texas","78702","United States","30.266571","-97.7338562","","TURNED_ON","1","1","Both" +"346","TRAFFIC","N IH 35 SVRD NB / E 6TH ST","N IH 35 SVRD NB","E 6TH ST","MASTER","339","5158331","3","","2018914","AUSTIN FULL PURPOSE","","","2018896","CENTRAL","805 East 6th Street Austin, Texas 78702","805 East 6th Street","","Austin","Texas","78702","United States","30.2656364","-97.7341995","","TURNED_ON","1","1","Both" +"347","TRAFFIC","GRACY FARMS LN / N MOPAC EXPY SVRD NB","GRACY FARMS LN","N MOPAC EXPY SVRD NB","MASTER","340","5160189","7","","2006448","AUSTIN FULL PURPOSE","","","3502938","NORTH","12012 Mopac Service Road Austin, Texas 78759","12012 Mopac Service Road","","Austin","Texas","78759","United States","30.4073753","-97.7142792","","TURNED_ON","1","1","Both" +"348","TRAFFIC","METRIC BLVD / STONEHOLLOW DR","METRIC BLVD","STONEHOLLOW DR","MASTER","341","5161407","7","","2039384","AUSTIN FULL PURPOSE","","","2006608","NORTH","11952 Sunhillow Bend Austin, Texas 78758","11952 Sunhillow Bend","","Austin","Texas","78758","United States","30.4005661","-97.7029953","","TURNED_ON","0","0","Both" +"349","TRAFFIC","GRACY FARMS LN / STONEHOLLOW DR","GRACY FARMS LN","STONEHOLLOW DR","MASTER","342","5160930","7","","2039384","AUSTIN FULL PURPOSE","","","2006588","NORTH","2098 Gracy Farms Lane Austin, Texas 78758","2098 Gracy Farms Lane","","Austin","Texas","78758","United States","30.4005775","-97.7077255","","TURNED_ON","0","0","None" +"350","TRAFFIC","E 7TH ST / ATTAYAC ST","E 7TH ST","ATTAYAC ST","MASTER","343","5158993","1","","2019007","AUSTIN FULL PURPOSE","","","2018936","CENTRAL","1216 East 7th Street Austin, Texas 78702","1216 East 7th Street","","Austin","Texas","78702","United States","30.2650185","-97.7290802","","TURNED_ON","1","1","Both" +"351","TRAFFIC","E 7TH ST / COMAL ST","E 7TH ST","COMAL ST","MASTER","344","5159325","1","","2019011","AUSTIN FULL PURPOSE","","","2019012","CENTRAL","1507-1599 East 7th Street Austin, Texas 78702","1507-1599 East 7th Street","","Austin","Texas","78702","United States","30.2639542","-97.7261353","","TURNED_ON","1","1","Both" +"352","TRAFFIC","E 7TH ST / CHICON ST","E 7TH ST","CHICON ST","MASTER","345","5159761","3","","2019104","AUSTIN FULL PURPOSE","","","2019105","CENTRAL","701-765 Chicon Street Austin, Texas 78702","701-765 Chicon Street","","Austin","Texas","78702","United States","30.2625771","-97.7221146","","TURNED_ON","1","1","Both" +"353","TRAFFIC","E 7TH ST / PROSPECT AVE","E 7TH ST","PROSPECT AVE","MASTER","346","5160282","3","","2019158","AUSTIN FULL PURPOSE","","","2019159","CENTRAL","2219-2223 East 7th Street Austin, Texas 78702","2219-2223 East 7th Street","","Austin","Texas","78702","United States","30.2614746","-97.7174606","","TURNED_ON","1","1","Both" +"354","TRAFFIC","E 7TH ST / PEDERNALES ST","E 7TH ST","PEDERNALES ST","MASTER","347","5160710","3","","2019179","AUSTIN FULL PURPOSE","","","2019194","CENTRAL","2500 East 7th Street Austin, Texas 78702","2500 East 7th Street","","Austin","Texas","78702","United States","30.2609138","-97.7137146","","TURNED_ON","1","1","Both" +"355","TRAFFIC","E 7TH ST / N PLEASANT VALLEY RD","E 7TH ST","N PLEASANT VALLEY RD","MASTER","348","5161138","3","","2041261","AUSTIN FULL PURPOSE","","","2019219","CENTRAL","664-698 North Pleasant Valley Road Austin, Texas 78702","664-698 North Pleasant Valley Road","","Austin","Texas","78702","United States","30.2601261","-97.7094955","","TURNED_ON","1","1","Both" +"356","TRAFFIC","E 6TH ST / COMAL ST","E 6TH ST","COMAL ST","MASTER","349","5159294","3","","2019082","AUSTIN FULL PURPOSE","","","2019083","CENTRAL","602 Comal Street Austin, Texas 78702","602 Comal Street","","Austin","Texas","78702","United States","30.2630692","-97.7265396","","TURNED_ON","1","1","Both" +"357","TRAFFIC","CHICON ST / E 6TH ST","CHICON ST","E 6TH ST","MASTER","350","5159725","3","","2019150","AUSTIN FULL PURPOSE","","","2019149","CENTRAL","601-609 Chicon Street Austin, Texas 78702","601-609 Chicon Street","","Austin","Texas","78702","United States","30.261694","-97.7225113","","TURNED_ON","1","1","Both" +"358","TRAFFIC","W HOWARD LN / CENTER LINE PASS","W HOWARD LN","CENTER LINE PASS","UNKNOWN","351","5165234","7","","3212782","AUSTIN FULL PURPOSE","","","3359662","NORTH","The Lakes Boulevard Austin, Texas 78753","The Lakes Boulevard","","Austin","Texas","78753","United States","30.421793","-97.6658249","","TURNED_ON","1","1","Both" +"359","TRAFFIC","GRAND AVENUE PKWY / CENTRAL COMMERCE DR","GRAND AVENUE PKWY","CENTRAL COMMERCE DR","UNKNOWN","352","5165528","0","","2005028","AUSTIN 2 MILE ETJ","","","2005033","NORTH","16101 Central Commerce Drive Pflugerville, Texas 78660","16101 Central Commerce Drive","","Pflugerville","Texas","78660","United States","30.4559536","-97.6599274","","TURNED_ON","0","0","None" +"360","TRAFFIC","E 2ND ST / ROBERT T MARTINEZ JR ST","E 2ND ST","ROBERT T MARTINEZ JR ST","MASTER","353","5159987","3","","2019404","AUSTIN FULL PURPOSE","","","2019405","CENTRAL","2200-2210 East 2nd Street Austin, Texas 78702","2200-2210 East 2nd Street","","Austin","Texas","78702","United States","30.2566471","-97.7202759","","TURNED_ON","1","1","Both" +"361","TRAFFIC","S CONGRESS AVE / RADAM LN","S CONGRESS AVE","RADAM LN","MASTER","354","5154107","3","","2026344","AUSTIN FULL PURPOSE","","","2026345","SOUTH","4151-4199 South Congress Avenue Austin, Texas ","4151-4199 South Congress Avenue","","Austin","Texas","","United States","30.2213669","-97.7648239","","TURNED_ON","1","1","Both" +"362","TRAFFIC","E 2ND ST / N PLEASANT VALLEY RD","E 2ND ST","N PLEASANT VALLEY RD","MASTER","355","5160864","3","","2019524","AUSTIN FULL PURPOSE","","","2019525","CENTRAL","205 North Pleasant Valley Road Austin, Texas 78702","205 North Pleasant Valley Road","","Austin","Texas","78702","United States","30.253912","-97.7123337","","TURNED_ON","1","1","Both" +"363","TRAFFIC","E CESAR CHAVEZ ST / COMAL ST","E CESAR CHAVEZ ST","COMAL ST","MASTER","356","5159056","3","","2019300","AUSTIN FULL PURPOSE","","","2019301","CENTRAL","1519 East Cesar Chavez Street Austin, Texas 78702","1519 East Cesar Chavez Street","","Austin","Texas","78702","United States","30.2585182","-97.7286682","","TURNED_ON","1","1","Both" +"364","TRAFFIC","E CESAR CHAVEZ ST / CHICON ST","E CESAR CHAVEZ ST","CHICON ST","MASTER","357","5159499","3","","2019379","AUSTIN FULL PURPOSE","","","2019380","CENTRAL","1900 East Cesar Chavez Street Austin, Texas 78702","1900 East Cesar Chavez Street","","Austin","Texas","78702","United States","30.2571316","-97.7246094","","TURNED_ON","1","1","Both" +"365","TRAFFIC","E CESAR CHAVEZ ST / ROBERT T MARTINEZ JR ST","E CESAR CHAVEZ ST","ROBERT T MARTINEZ JR ST","MASTER","358","5159945","3","","2019453","AUSTIN FULL PURPOSE","","","2019454","CENTRAL","101-199 Robert Martinez Junior Street Austin, Texas 78702","101-199 Robert Martinez Junior Street","","Austin","Texas","78702","United States","30.2557869","-97.7206802","","TURNED_ON","1","1","Both" +"366","TRAFFIC","E CESAR CHAVEZ ST / N PLEASANT VALLEY RD","E CESAR CHAVEZ ST","N PLEASANT VALLEY RD","MASTER","359","5160822","3","","2019567","AUSTIN FULL PURPOSE","","","2019568","CENTRAL","2800 East Cesar Chavez Street Austin, Texas 78702","2800 East Cesar Chavez Street","","Austin","Texas","78702","United States","30.2529888","-97.7127838","","TURNED_ON","1","1","Both" +"367","TRAFFIC","E 7TH ST / SPRINGDALE RD","E 7TH ST","SPRINGDALE RD","MASTER","360","5161943","3","","2019420","AUSTIN FULL PURPOSE","","","2019421","CENTRAL","3599 East 7th Street Austin, Texas 78702","3599 East 7th Street","","Austin","Texas","78702","United States","30.2560368","-97.7016754","","TURNED_ON","1","1","Both" +"368","TRAFFIC","E 7TH ST / SHADY LN","E 7TH ST","SHADY LN","MASTER","361","5162417","3","","2019538","AUSTIN FULL PURPOSE","","","2019539","CENTRAL","500-738 Shady Lane Austin, Texas 78702","500-738 Shady Lane","","Austin","Texas","78702","United States","30.2533531","-97.6975708","","TURNED_ON","1","1","Both" +"369","TRAFFIC","E CESAR CHAVEZ ST / WALLER ST","E CESAR CHAVEZ ST","WALLER ST","MASTER","362","5158561","3","","2019254","AUSTIN FULL PURPOSE","","","2019255","CENTRAL","99 Waller Street Austin, Texas 78702","99 Waller Street","","Austin","Texas","78702","United States","30.2598858","-97.732605","","TURNED_ON","1","1","Both" +"370","TRAFFIC","E 12TH ST / CHICON ST","E 12TH ST","CHICON ST","MASTER","363","5159977","1","","2018315","AUSTIN FULL PURPOSE","","","2018314","CENTRAL","1200-1206 Chicon Street Austin, Texas 78702","1200-1206 Chicon Street","","Austin","Texas","78702","United States","30.2737865","-97.7199097","","TURNED_ON","1","1","Both" +"371","TRAFFIC","E 12TH ST / COMAL ST","E 12TH ST","COMAL ST","MASTER","364","5159534","1","","2018352","AUSTIN FULL PURPOSE","","","2018351","CENTRAL","1201-1293 Comal Street Austin, Texas 78702","1201-1293 Comal Street","","Austin","Texas","78702","United States","30.2731647","-97.7238464","","TURNED_ON","1","1","Both" +"372","TRAFFIC","SPRINGDALE RD / E CESAR CHAVEZ ST","SPRINGDALE RD","E CESAR CHAVEZ ST","MASTER","365","5161670","3","","2019616","AUSTIN FULL PURPOSE","","","2019615","CENTRAL","3525-3611 East Cesar Chavez Street Austin, Texas 78702","3525-3611 East Cesar Chavez Street","","Austin","Texas","78702","United States","30.2519169","-97.7042694","","TURNED_ON","1","1","Both" +"373","TRAFFIC","BRODIE LN / CAPISTRANO TRL","BRODIE LN","CAPISTRANO TRL","MASTER","366","5145328","0","","2027894","AUSTIN 2 MILE ETJ","","","2027902","SOUTH","3501 Capistrano Trail Austin, Texas 78739","3501 Capistrano Trail","","Austin","Texas","78739","United States","30.1684589","-97.8601532","","TURNED_ON","0","0","None" +"374","TRAFFIC","FAR WEST BLVD / VILLAGE CENTER DR","FAR WEST BLVD","VILLAGE CENTER DR","MASTER","367","5154913","10","","2013837","AUSTIN FULL PURPOSE","","","2013163","NORTH","Village Center Drive Austin, Texas 78731","Village Center Drive","","Austin","Texas","78731","United States","30.3543491","-97.7550812","","TURNED_ON","0","0","Both" +"375","TRAFFIC","BRODIE LN / ACCOMAC DR","BRODIE LN","ACCOMAC DR","MASTER","368","5145360","0","","2027961","AUSTIN 2 MILE ETJ","","","2027962","SOUTH","3398 Accomac Drive Austin, Texas 78748","3398 Accomac Drive","","Austin","Texas","78748","United States","30.1615582","-97.8600769","","TURNED_ON","0","0","None" +"376","TRAFFIC","E RIVERSIDE DR / ROYAL CREST DR","E RIVERSIDE DR","ROYAL CREST DR","MASTER","369","5159157","3","","2041425","AUSTIN FULL PURPOSE","","","2022581","SOUTH","1415 Royal Crest Drive Austin, Texas 78741","1415 Royal Crest Drive","","Austin","Texas","78741","United States","30.241785","-97.7282867","","TURNED_ON","1","1","Both" +"377","TRAFFIC","E WILLIAM CANNON DR / CIRCLE S RD","E WILLIAM CANNON DR","CIRCLE S RD","MASTER","370","5152661","2","","2026576","AUSTIN FULL PURPOSE","","","2025543","SOUTH","6494-6998 Circle South Road Austin, Texas 78745","6494-6998 Circle South Road","","Austin","Texas","78745","United States","30.1927223","-97.7775955","","TURNED_ON","0","0","Both" +"378","TRAFFIC","MC NEIL DR / HEINEMANN DR","MC NEIL DR","HEINEMANN DR","UNKNOWN","371","5155694","6","","2005471","AUSTIN FULL PURPOSE","","","2005395","NORTH","Heinemann Drive Austin, Texas 78729","Heinemann Drive","","Austin","Texas","78729","United States","30.4423561","-97.7464294","","TURNED_ON","1","0","Both" +"379","TRAFFIC","E RIVERSIDE DR / TRAVIS HEIGHTS BLVD","E RIVERSIDE DR","TRAVIS HEIGHTS BLVD","MASTER","372","5157654","9","","2037151","AUSTIN FULL PURPOSE","","","2019710","SOUTH","1077-1099 Travis Heights Boulevard Austin, Texas 78704","1077-1099 Travis Heights Boulevard","","Austin","Texas","78704","United States","30.2498417","-97.7387695","","TURNED_ON","1","1","Both" +"380","TRAFFIC","E RIVERSIDE DR / S IH 35 SVRD SB","E RIVERSIDE DR","S IH 35 SVRD SB","SLAVE","373","5158148","9","","2022402","AUSTIN FULL PURPOSE","","","2022403","SOUTH","5339 South Interstate 35 Frontage Road Austin, Texas 78704","5339 South Interstate 35 Frontage Road","","Austin","Texas","78704","United States","30.2480335","-97.7357712","","TURNED_ON","1","1","Both" +"381","TRAFFIC","S IH 35 SVRD SB / WOODLAND AVE","S IH 35 SVRD SB","WOODLAND AVE","MASTER","374","5157921","9","","2022620","AUSTIN FULL PURPOSE","","","2022619","SOUTH","1825 South Interstate 35 Frontage Road Austin, Texas 78704","1825 South Interstate 35 Frontage Road","","Austin","Texas","78704","United States","30.2410469","-97.7373962","","TURNED_ON","0","0","None" +"382","TRAFFIC","E OLTORF ST / S IH 35 SVRD SB","E OLTORF ST","S IH 35 SVRD SB","SLAVE","375","5157291","9","","2023648","AUSTIN FULL PURPOSE","","","2022794","SOUTH","1448 East Oltorf Street Austin, Texas 78704","1448 East Oltorf Street","","Austin","Texas","78704","United States","30.2338505","-97.7416534","","TURNED_ON","0","0","Both" +"383","TRAFFIC","BRODIE LN / FRATE BARKER RD","BRODIE LN","FRATE BARKER RD","UNKNOWN","376","5145888","8","","3329625","AUSTIN FULL PURPOSE","","","2028158","SOUTH","2900 Frate Barker Road Austin, Texas 78748","2900 Frate Barker Road","","Austin","Texas","78748","United States","30.148468","-97.8549042","","TURNED_ON","0","0","None" +"384","TRAFFIC","E RIVERSIDE DR / S IH 35 SVRD NB","E RIVERSIDE DR","S IH 35 SVRD NB","MASTER","377","5158305","9","","2023637","AUSTIN FULL PURPOSE","","","2022412","SOUTH","1001 North Interstate 35 Frontage Road Austin, Texas 78741","1001 North Interstate 35 Frontage Road","","Austin","Texas","78741","United States","30.2478428","-97.7348862","","TURNED_ON","1","1","Both" +"385","TRAFFIC","S IH 35 SVRD NB / WOODLAND AVE","S IH 35 SVRD NB","WOODLAND AVE","SLAVE","378","5158064","9","","2022637","AUSTIN FULL PURPOSE","","","2022631","SOUTH","1627 Woodland Avenue Austin, Texas 78741","1627 Woodland Avenue","","Austin","Texas","78741","United States","30.2406349","-97.7364731","","TURNED_ON","0","0","None" +"386","TRAFFIC","E OLTORF ST / S IH 35 SVRD NB","E OLTORF ST","S IH 35 SVRD NB","MASTER","379","5157467","9","","2022856","AUSTIN FULL PURPOSE","","","2022808","SOUTH","1551-1567 East Oltorf Street Austin, Texas 78741","1551-1567 East Oltorf Street","","Austin","Texas","78741","United States","30.2335949","-97.7404251","","TURNED_ON","0","0","Both" +"388","TRAFFIC","E RIVERSIDE DR / S LAKESHORE BLVD","E RIVERSIDE DR","S LAKESHORE BLVD","MASTER","380","5158907","9","","2022482","AUSTIN FULL PURPOSE","","","2041388","SOUTH","1705 South Lakeshore Boulevard Austin, Texas 78741","1705 South Lakeshore Boulevard","","Austin","Texas","78741","United States","30.2448444","-97.7303467","","TURNED_ON","1","1","Both" +"389","TRAFFIC","E RIVERSIDE DR / PARKER LN","E RIVERSIDE DR","PARKER LN","MASTER","381","5159035","3","","2022642","AUSTIN FULL PURPOSE","","","2022535","SOUTH","1414 Shore District Drive Austin, Texas 78741","1414 Shore District Drive","","Austin","Texas","78741","United States","30.2432289","-97.7293091","","TURNED_ON","1","1","Both" +"390","TRAFFIC","E RIVERSIDE DR / BURTON DR","E RIVERSIDE DR","BURTON DR","MASTER","382","5159308","3","","2041450","AUSTIN FULL PURPOSE","","","2023676","SOUTH","2015 Tinnin Ford Road Austin, Texas 78741","2015 Tinnin Ford Road","","Austin","Texas","78741","United States","30.2402401","-97.7270355","","TURNED_ON","1","1","Both" +"391","TRAFFIC","S PLEASANT VALLEY RD / E RIVERSIDE DR","S PLEASANT VALLEY RD","E RIVERSIDE DR","SLAVE","383","5159696","3","","2022787","AUSTIN FULL PURPOSE","","","2022786","SOUTH","4153-4399 East Riverside Drive Austin, Texas 78741","4153-4399 East Riverside Drive","","Austin","Texas","78741","United States","30.2336788","-97.7234879","","TURNED_ON","1","1","Both" +"392","TRAFFIC","S PLEASANT VALLEY RD / E RIVERSIDE DR","S PLEASANT VALLEY RD","E RIVERSIDE DR","MASTER","384","5159771","3","","2022774","AUSTIN FULL PURPOSE","","","2022773","SOUTH","2512 East Riverside Drive Austin, Texas 78741","2512 East Riverside Drive","","Austin","Texas","78741","United States","30.2341137","-97.7228088","","TURNED_ON","1","1","Both" +"393","TRAFFIC","S PLEASANT VALLEY RD / S LAKESHORE BLVD","S PLEASANT VALLEY RD","S LAKESHORE BLVD","MASTER","385","5160383","3","","3381702","AUSTIN FULL PURPOSE","","","2022667","SOUTH","1-951 South Pleasant Valley Road Austin, Texas 78741","1-951 South Pleasant Valley Road","","Austin","Texas","78741","United States","30.2425137","-97.7171478","","TURNED_ON","1","1","Both" +"394","TRAFFIC","E RIVERSIDE DR / WICKERSHAM LN","E RIVERSIDE DR","WICKERSHAM LN","MASTER","386","5160049","3","","2022809","AUSTIN FULL PURPOSE","","","2022810","SOUTH","East Riverside Drive Austin, Texas 78741","East Riverside Drive","","Austin","Texas","78741","United States","30.2323837","-97.7204056","","TURNED_ON","1","1","Both" +"395","TRAFFIC","LAKELINE MALL DR / NORTH LAKE CREEK PKWY","LAKELINE MALL DR","NORTH LAKE CREEK PKWY","MASTER","387","5150372","6","","3272853","AUSTIN FULL PURPOSE","","","2038296","NORTH","9725 North Lake Creek Parkway Austin, Texas 78717","9725 North Lake Creek Parkway","","Austin","Texas","78717","United States","30.475256","-97.7939301","","TURNED_ON","1","1","Both" +"396","TRAFFIC","E RIVERSIDE DR / WILLOW CREEK DR","E RIVERSIDE DR","WILLOW CREEK DR","MASTER","388","5159438","3","","2041457","AUSTIN FULL PURPOSE","","","2041459","SOUTH","1700 Willow Creek Drive Austin, Texas 78741","1700 Willow Creek Drive","","Austin","Texas","78741","United States","30.2376804","-97.7256622","","TURNED_ON","1","1","Both" +"397","TRAFFIC","W WILLIAM CANNON DR / EMERALD FOREST DR","W WILLIAM CANNON DR","EMERALD FOREST DR","MASTER","389","5151025","2","","2025299","AUSTIN FULL PURPOSE","","","2025300","SOUTH","Emerald Forest Drive Austin, Texas 78745","Emerald Forest Drive","","Austin","Texas","78745","United States","30.1992588","-97.7936096","","TURNED_ON","0","0","Both" +"398","TRAFFIC","E WILLIAM CANNON DR / ","E WILLIAM CANNON DR","","MASTER","390","","2","","","AUSTIN FULL PURPOSE","CENTURY SOUTH","","3260910","SOUTH","700 East William Cannon Drive Austin, Texas 78745","700 East William Cannon Drive","","Austin","Texas","78745","United States","30.1913719","-97.7730408","","TURNED_ON","0","0","Both" +"399","TRAFFIC","S 1ST ST / FLOURNOY DR","S 1ST ST","FLOURNOY DR","MASTER","391","5151941","2","","2025073","AUSTIN FULL PURPOSE","","","2025060","SOUTH","5998 South 1st Street Austin, Texas 78745","5998 South 1st Street","","Austin","Texas","78745","United States","30.2038345","-97.7838211","","TURNED_ON","1","0","Both" +"400","TRAFFIC","W WILLIAM CANNON DR / WOODHUE DR","W WILLIAM CANNON DR","WOODHUE DR","MASTER","392","5150583","5","","2025252","AUSTIN FULL PURPOSE","","","2025267","SOUTH","6789-6899 Woodhue Drive Austin, Texas 78745","6789-6899 Woodhue Drive","","Austin","Texas","78745","United States","30.2003918","-97.7987671","","TURNED_ON","0","0","Both" +"401","TRAFFIC","W STASSNEY LN / EMERALD FOREST DR","W STASSNEY LN","EMERALD FOREST DR","MASTER","393","5151576","2","","2024795","AUSTIN FULL PURPOSE","","","2024748","SOUTH","5601 Emerald Forest Drive Austin, Texas 78745","5601 Emerald Forest Drive","","Austin","Texas","78745","United States","30.2106857","-97.7870865","","TURNED_ON","0","0","Both" +"402","TRAFFIC","S 1ST ST / W ST ELMO RD","S 1ST ST","W ST ELMO RD","MASTER","394","5153096","3","","2024415","AUSTIN FULL PURPOSE","","","2024486","SOUTH","556-598 West Saint Elmo Road Austin, Texas 78745","556-598 West Saint Elmo Road","","Austin","Texas","78745","United States","30.2210426","-97.7728806","","TURNED_ON","1","0","Both" +"403","TRAFFIC","W STASSNEY LN / S 1ST ST","W STASSNEY LN","S 1ST ST","MASTER","395","5152189","2","","2024836","AUSTIN FULL PURPOSE","","","3261229","SOUTH","5598 South 1st Street Austin, Texas 78745","5598 South 1st Street","","Austin","Texas","78745","United States","30.2084713","-97.7815247","","TURNED_ON","1","1","Both" +"404","TRAFFIC","W WILLIAM CANNON DR / S 1ST ST","W WILLIAM CANNON DR","S 1ST ST","MASTER","396","5151543","2","","2025395","AUSTIN FULL PURPOSE","","","3260793","SOUTH","6700-6798 South 1st Street Austin, Texas 78745","6700-6798 South 1st Street","","Austin","Texas","78745","United States","30.1970978","-97.7878189","","TURNED_ON","1","0","Both" +"405","TRAFFIC","W WILLIAM CANNON DR / BILL HUGHES RD","W WILLIAM CANNON DR","BILL HUGHES RD","MASTER","397","5151822","2","","2026490","AUSTIN FULL PURPOSE","","","2025493","SOUTH","Bill Hughes Road Austin, Texas 78745","Bill Hughes Road","","Austin","Texas","78745","United States","30.1956387","-97.78508","","TURNED_ON","0","0","Both" +"406","TRAFFIC","S CONGRESS AVE / W ST ELMO RD","S CONGRESS AVE","W ST ELMO RD","MASTER","398","5153835","3","","2024506","AUSTIN FULL PURPOSE","","","2024505","SOUTH","4399 South Congress Avenue Austin, Texas 78745","4399 South Congress Avenue","","Austin","Texas","78745","United States","30.2182045","-97.7668762","","TURNED_ON","1","1","Both" +"407","TRAFFIC","S CONGRESS AVE / E ST ELMO RD","S CONGRESS AVE","E ST ELMO RD","SLAVE","399","5153778","3","","2024554","AUSTIN FULL PURPOSE","","","2024530","SOUTH","100-144 East Saint Elmo Road Austin, Texas 78745","100-144 East Saint Elmo Road","","Austin","Texas","78745","United States","30.2174797","-97.7673035","","TURNED_ON","0","0","Both" +"408","TRAFFIC","S CONGRESS AVE / SHERATON AVE","S CONGRESS AVE","SHERATON AVE","MASTER","400","5153603","3","","2024623","AUSTIN FULL PURPOSE","","","2024602","SOUTH","101-123 Sheraton Avenue Austin, Texas 78745","101-123 Sheraton Avenue","","Austin","Texas","78745","United States","30.2151566","-97.7687759","","TURNED_ON","1","1","Both" +"409","TRAFFIC","S CONGRESS AVE / E STASSNEY LN","S CONGRESS AVE","E STASSNEY LN","UNKNOWN","401","5152923","3","","3261177","AUSTIN FULL PURPOSE","","","2025009","SOUTH","5604 South Congress Avenue Austin, Texas 78745","5604 South Congress Avenue","","Austin","Texas","78745","United States","30.204942","-97.77479","0","UKNOWN","0","0","Both" +"410","TRAFFIC","S CONGRESS AVE / EBERHART LN","S CONGRESS AVE","EBERHART LN","MASTER","402","5152698","2","","2025385","AUSTIN FULL PURPOSE","","","2025534","SOUTH","6200-6232 Circle South Road Austin, Texas 78745","6200-6232 Circle South Road","","Austin","Texas","78745","United States","30.1970272","-97.7771225","","TURNED_ON","1","1","Both" +"411","TRAFFIC","S CONGRESS AVE / W WILLIAM CANNON DR","S CONGRESS AVE","W WILLIAM CANNON DR","MASTER","403","5152526","2","","2025535","AUSTIN FULL PURPOSE","","","2025534","SOUTH","6812 Texas 275 Loop Austin, Texas 78745","6812 Texas 275 Loop","","Austin","Texas","78745","United States","30.1930141","-97.7788773","","TURNED_ON","1","1","Both" +"412","TRAFFIC","E WILLIAM CANNON DR / S IH 35 SVRD SB","E WILLIAM CANNON DR","S IH 35 SVRD SB","SLAVE","404","5153410","2","","2025603","AUSTIN FULL PURPOSE","","","2025610","SOUTH","6430 South Interstate 35 Frontage Road Austin, Texas 78745","6430 South Interstate 35 Frontage Road","","Austin","Texas","78745","United States","30.1906624","-97.7708969","","TURNED_ON","0","0","Both" +"413","TRAFFIC","E WILLIAM CANNON DR / S IH 35 SVRD NB","E WILLIAM CANNON DR","S IH 35 SVRD NB","MASTER","405","5153510","2","","2025612","AUSTIN FULL PURPOSE","","","2025610","SOUTH","6515 North Interstate 35 Frontage Road Austin, Texas 78752","6515 North Interstate 35 Frontage Road","","Austin","Texas","78752","United States","30.1902447","-97.7701111","","TURNED_ON","0","0","Both" +"414","TRAFFIC","E WILLIAM CANNON DR / BLUFF SPRINGS RD","E WILLIAM CANNON DR","BLUFF SPRINGS RD","MASTER","406","5153808","2","","2025660","AUSTIN FULL PURPOSE","","","3260927","SOUTH","6600-6698 Bluff Springs Road Austin, Texas 78744","6600-6698 Bluff Springs Road","","Austin","Texas","78744","United States","30.1891956","-97.7678909","","TURNED_ON","0","0","Both" +"415","TRAFFIC","S CONGRESS AVE / W BEN WHITE BLVD SVRD WB","S CONGRESS AVE","W BEN WHITE BLVD SVRD WB","MASTER","407","5154265","3","","2026351","AUSTIN FULL PURPOSE","","","2026341","SOUTH","3909 South Congress Avenue Austin, Texas 78704","3909 South Congress Avenue","","Austin","Texas","78704","United States","30.2234097","-97.7635956","","TURNED_ON","1","1","Both" +"416","TRAFFIC","S CONGRESS AVE / E BEN WHITE BLVD SVRD EB","S CONGRESS AVE","E BEN WHITE BLVD SVRD EB","SLAVE","408","5154190","3","","2026347","AUSTIN FULL PURPOSE","","","2026345","SOUTH","4140 Texas 275 Loop Austin, Texas 78745","4140 Texas 275 Loop","","Austin","Texas","78745","United States","30.2224789","-97.7641678","","TURNED_ON","1","1","Both" +"417","TRAFFIC","E WILLIAM CANNON DR / STONLEIGH PL","E WILLIAM CANNON DR","STONLEIGH PL","MASTER","409","5154994","2","","2025682","AUSTIN FULL PURPOSE","","","2026486","SOUTH","6500 Stonleigh Place Austin, Texas 78744","6500 Stonleigh Place","","Austin","Texas","78744","United States","30.1864319","-97.7588806","","TURNED_ON","0","0","Both" +"418","TRAFFIC","WEST GATE BLVD / W WILLIAM CANNON DR","WEST GATE BLVD","W WILLIAM CANNON DR","MASTER","410","5149106","5","","3260668","AUSTIN FULL PURPOSE","","","2026206","SOUTH","6901 West Gate Boulevard Austin, Texas 78745","6901 West Gate Boulevard","","Austin","Texas","78745","United States","30.207201","-97.8153915","","TURNED_ON","0","0","Both" +"419","TRAFFIC","BRODIE LN / W WILLIAM CANNON DR","BRODIE LN","W WILLIAM CANNON DR","MASTER","411","5147962","8","","2024677","AUSTIN FULL PURPOSE","","","2024703","SOUTH","6903 Brodie Lane Austin, Texas 78745","6903 Brodie Lane","","Austin","Texas","78745","United States","30.2137775","-97.8303833","","TURNED_ON","1","0","Both" +"420","TRAFFIC","BRODIE LN / GATLING GUN LN","BRODIE LN","GATLING GUN LN","MASTER","412","5145690","8","","2028110","AUSTIN FULL PURPOSE","","","2028111","SOUTH","Gatling Gun Lane Austin, Texas 78748","Gatling Gun Lane","","Austin","Texas","78748","United States","30.1526699","-97.8568878","","TURNED_ON","0","0","None" +"421","TRAFFIC","ESCARPMENT BLVD / W WILLIAM CANNON DR","ESCARPMENT BLVD","W WILLIAM CANNON DR","MASTER","413","5144930","8","","2026506","AUSTIN FULL PURPOSE","","","2024216","SOUTH","6900 Escarpment Boulevard Austin, Texas 78749","6900 Escarpment Boulevard","","Austin","Texas","78749","United States","30.2299938","-97.8645477","","TURNED_ON","0","0","Both" +"422","TRAFFIC","BRODIE LN / HARPERS FERRY LN","BRODIE LN","HARPERS FERRY LN","MASTER","414","5147555","5","","2024958","AUSTIN FULL PURPOSE","","","2024957","SOUTH","3498 Harpers Ferry Lane Austin, Texas 78745","3498 Harpers Ferry Lane","","Austin","Texas","78745","United States","30.2070122","-97.834938","","TURNED_ON","1","0","Both" +"423","TRAFFIC","BRODIE LN / ERNEST ROBLES WAY","BRODIE LN","ERNEST ROBLES WAY","MASTER","415","5148691","0","","3261416","SUNSET VALLEY FULL PURPOSE","","","3261455","SOUTH","Ernest Robles Way Sunset Valley, Texas 78745","Ernest Robles Way","","Sunset Valley","Texas","78745","United States","30.2295017","-97.8203506","","TURNED_ON","1","0","Both" +"424","TRAFFIC","S CAPITAL OF TEXAS HWY SB / WEST GATE BLVD","S CAPITAL OF TEXAS HWY SB","WEST GATE BLVD","MASTER","416","5150283","5","","2023923","AUSTIN FULL PURPOSE","","","2026318","SOUTH","4021 Texas 360 Loop Austin, Texas 78704","4021 Texas 360 Loop","","Austin","Texas","78704","United States","30.2421951","-97.8011093","","TURNED_ON","1","1","Both" +"425","TRAFFIC","S 1ST ST / EBERHART LN","S 1ST ST","EBERHART LN","MASTER","417","5151742","2","","2025240","AUSTIN FULL PURPOSE","","","2025239","SOUTH","6400 South 1st Street Austin, Texas 78745","6400 South 1st Street","","Austin","Texas","78745","United States","30.2005444","-97.785675","","TURNED_ON","1","0","Both" +"426","TRAFFIC","E STASSNEY LN / S IH 35 SVRD NB","E STASSNEY LN","S IH 35 SVRD NB","MASTER","418","5154346","2","","2041869","AUSTIN FULL PURPOSE","","","3260974","SOUTH","5639-5699 North Interstate 35 Frontage Road Austin, Texas 78744","5639-5699 North Interstate 35 Frontage Road","","Austin","Texas","78744","United States","30.1981945","-97.7636566","","TURNED_ON","1","1","Both" +"427","TRAFFIC","E STASSNEY LN / S IH 35 SVRD SB","E STASSNEY LN","S IH 35 SVRD SB","SLAVE","419","5154236","3","","2025353","AUSTIN FULL PURPOSE","","","3261205","SOUTH","5600 South Interstate 35 Frontage Road Austin, Texas 78745","5600 South Interstate 35 Frontage Road","","Austin","Texas","78745","United States","30.1986885","-97.7644882","","TURNED_ON","1","1","Both" +"428","TRAFFIC","BRODIE LN / ESKEW DR","BRODIE LN","ESKEW DR","MASTER","420","5147335","8","","2025174","AUSTIN FULL PURPOSE","","","2035721","SOUTH","3500 Eskew Drive Austin, Texas 78749","3500 Eskew Drive","","Austin","Texas","78749","United States","30.2030926","-97.8373489","","TURNED_ON","1","0","Both" +"429","TRAFFIC","S 1ST ST / W DITTMAR RD","S 1ST ST","W DITTMAR RD","MASTER","421","5151136","2","","2025770","AUSTIN FULL PURPOSE","","","2042017","SOUTH","7901 South 1st Street Austin, Texas 78745","7901 South 1st Street","","Austin","Texas","78745","United States","30.1838989","-97.7926559","","TURNED_ON","1","0","Both" +"430","TRAFFIC","LAKE AUSTIN BLVD / ATLANTA ST","LAKE AUSTIN BLVD","ATLANTA ST","MASTER","422","5153187","10","","2021669","AUSTIN FULL PURPOSE","","","2021645","NORTH","411-499 Atlanta Street Austin, Texas 78703","411-499 Atlanta Street","","Austin","Texas","78703","United States","30.2772179","-97.7704849","","TURNED_ON","0","0","Both" +"431","TRAFFIC","BRODIE LN / CONVICT HILL RD","BRODIE LN","CONVICT HILL RD","MASTER","423","5147816","5","","2041786","AUSTIN FULL PURPOSE","","","2043034","SOUTH","3509 Convict Hill Road Austin, Texas 78749","3509 Convict Hill Road","","Austin","Texas","78749","United States","30.2113571","-97.8319168","","TURNED_ON","1","0","Both" +"432","TRAFFIC","BRODIE LN / W SLAUGHTER LN","BRODIE LN","W SLAUGHTER LN","MASTER","424","5146294","5","","2025841","AUSTIN FULL PURPOSE","","","2026125","SOUTH","10001 Brodie Lane Austin, Texas 78748","10001 Brodie Lane","","Austin","Texas","78748","United States","30.1835499","-97.8497925","","TURNED_ON","1","0","Both" +"433","TRAFFIC","W WILLIAM CANNON DR / BECKETT RD","W WILLIAM CANNON DR","BECKETT RD","MASTER","425","5145695","8","","2024342","AUSTIN FULL PURPOSE","","","2024343","SOUTH","6899 Beckett Road Austin, Texas 78749","6899 Beckett Road","","Austin","Texas","78749","United States","30.2249718","-97.8549728","","TURNED_ON","0","0","Both" +"434","TRAFFIC","W WILLIAM CANNON DR / BRUSH COUNTRY RD","W WILLIAM CANNON DR","BRUSH COUNTRY RD","MASTER","426","5146898","8","","2024508","AUSTIN FULL PURPOSE","","","3260627","SOUTH","4625 Brush Country Road Austin, Texas 78749","4625 Brush Country Road","","Austin","Texas","78749","United States","30.2233868","-97.8416977","","TURNED_ON","0","0","Both" +"435","TRAFFIC","W HOWARD LN / METRIC BLVD","W HOWARD LN","METRIC BLVD","MASTER","427","5164254","0","","3270763","AUSTIN 2 MILE ETJ","","","2039025","NORTH","13702 Thermal Drive Austin, Texas 78728","13702 Thermal Drive","","Austin","Texas","78728","United States","30.4267941","-97.6766815","","TURNED_ON","1","1","Both" +"436","TRAFFIC","METRIC BLVD / CEDAR BEND DR","METRIC BLVD","CEDAR BEND DR","MASTER","428","5162014","7","","2006423","AUSTIN FULL PURPOSE","","","2039288","NORTH","1921 Cedar Bend Drive Austin, Texas 78757","1921 Cedar Bend Drive","","Austin","Texas","78757","United States","30.4082737","-97.6969833","","TURNED_ON","0","0","Both" +"437","TRAFFIC","THERMAL DR / W WELLS BRANCH PKWY","THERMAL DR","W WELLS BRANCH PKWY","MASTER","429","5164179","0","","2005565","AUSTIN 2 MILE ETJ","","","3270804","NORTH","14100 Thermal Drive Austin, Texas 78728","14100 Thermal Drive","","Austin","Texas","78728","United States","30.4349728","-97.6771927","","TURNED_ON","0","0","Both" +"438","TRAFFIC","W WELLS BRANCH PKWY / WELLS PORT DR","W WELLS BRANCH PKWY","WELLS PORT DR","MASTER","430","5164404","0","","2005524","AUSTIN 2 MILE ETJ","","","2005523","NORTH","Wells Port Drive Austin, Texas 78728","Wells Port Drive","","Austin","Texas","78728","United States","30.4359074","-97.6749344","","TURNED_ON","0","0","Both" +"439","TRAFFIC","FM 2222 RD / NORTHLAND DR","FM 2222 RD","NORTHLAND DR","MASTER","431","5154483","10","","2013452","AUSTIN FULL PURPOSE","","","2013439","NORTH","5613-5699 Highland Crest Drive Austin, Texas 78731","5613-5699 Highland Crest Drive","","Austin","Texas","78731","United States","30.3384666","-97.7589417","","TURNED_ON","1","0","Both" +"440","TRAFFIC","NORTHLAND DR / BALCONES DR","NORTHLAND DR","BALCONES DR","MASTER","432","5154729","10","","2013486","AUSTIN FULL PURPOSE","","","2013457","NORTH","5718 Balcones Drive Austin, Texas 78731","5718 Balcones Drive","","Austin","Texas","78731","United States","30.3374195","-97.7570496","","TURNED_ON","1","0","Both" +"441","TRAFFIC","NORTHLAND DR / N MOPAC EXPY SVRD SB","NORTHLAND DR","N MOPAC EXPY SVRD SB","MASTER","433","5154860","10","","3200428","AUSTIN FULL PURPOSE","","","2013467","NORTH","3310 Northland Drive Austin, Texas 78731","3310 Northland Drive","","Austin","Texas","78731","United States","30.3367844","-97.7559586","","TURNED_ON","1","0","Both" +"442","TRAFFIC","N MOPAC EXPY NB / NORTHLAND DR","N MOPAC EXPY NB","NORTHLAND DR","MASTER","434","5155147","7","","2011825","AUSTIN FULL PURPOSE","","","2013696","NORTH","3051-3099 Northland Drive Austin, Texas 78757","3051-3099 Northland Drive","","Austin","Texas","78757","United States","30.3355293","-97.7537231","","TURNED_ON","1","0","Both" +"443","TRAFFIC","NORTHLAND DR / MARILYN DR","NORTHLAND DR","MARILYN DR","MASTER","435","5155406","7","","2011843","AUSTIN FULL PURPOSE","","","2011844","NORTH","5701-5899 Marilyn Drive Austin, Texas 78757","5701-5899 Marilyn Drive","","Austin","Texas","78757","United States","30.3345642","-97.7515335","","TURNED_ON","1","0","Both" +"444","TRAFFIC","ALLANDALE RD / NORTHLAND DR","ALLANDALE RD","NORTHLAND DR","MASTER","436","5155725","7","","2048167","AUSTIN FULL PURPOSE","","","2040321","NORTH","2800-2850 Northland Drive Austin, Texas 78757","2800-2850 Northland Drive","","Austin","Texas","78757","United States","30.3346004","-97.7491684","","TURNED_ON","1","0","Both" +"445","TRAFFIC","FAR WEST BLVD / HART LN","FAR WEST BLVD","HART LN","MASTER","437","5154721","10","","2013183","AUSTIN FULL PURPOSE","","","2013150","NORTH","7022 Hart Lane Austin, Texas 78731","7022 Hart Lane","","Austin","Texas","78731","United States","30.3551102","-97.7566376","","TURNED_ON","0","0","Both" +"446","TRAFFIC","FAR WEST BLVD / WOOD HOLLOW DR","FAR WEST BLVD","WOOD HOLLOW DR","MASTER","438","5155170","10","","2036048","AUSTIN FULL PURPOSE","","","2011191","NORTH","7034 Wood Hollow Drive Austin, Texas 78731","7034 Wood Hollow Drive","","Austin","Texas","78731","United States","30.3534126","-97.7531357","","TURNED_ON","1","0","Both" +"447","TRAFFIC","FAR WEST BLVD / N MOPAC EXPY SVRD SB","FAR WEST BLVD","N MOPAC EXPY SVRD SB","MASTER","439","5155589","10","","2040090","AUSTIN FULL PURPOSE","","","2012406","NORTH","7700 Mopac Service Road Austin, Texas 78731","7700 Mopac Service Road","","Austin","Texas","78731","United States","30.3519115","-97.7496185","","TURNED_ON","1","0","Both" +"448","TRAFFIC","FAR WEST BLVD / N MOPAC EXPY SVRD NB","FAR WEST BLVD","N MOPAC EXPY SVRD NB","SLAVE","440","5155770","10","","2012410","AUSTIN FULL PURPOSE","","","2012406","NORTH","North Mopac Expressway Austin, Texas 78731","North Mopac Expressway","","Austin","Texas","78731","United States","30.3515854","-97.7483673","","TURNED_ON","1","0","Both" +"449","TRAFFIC","STECK AVE / N MOPAC EXPY SVRD SB","STECK AVE","N MOPAC EXPY SVRD SB","SLAVE","441","5156509","10","","2012465","AUSTIN FULL PURPOSE","","","2012397","NORTH","8162-8198 Mopac Service Road Austin, Texas 78759","8162-8198 Mopac Service Road","","Austin","Texas","78759","United States","30.3684921","-97.7431335","","TURNED_ON","0","0","Both" +"450","TRAFFIC","STECK AVE / N MOPAC EXPY SVRD NB","STECK AVE","N MOPAC EXPY SVRD NB","MASTER","442","5156695","10","","2012463","AUSTIN FULL PURPOSE","","","2012396","NORTH","3452-3454 Steck Avenue Austin, Texas 78757","3452-3454 Steck Avenue","","Austin","Texas","78757","United States","30.3679314","-97.7419205","","TURNED_ON","0","0","Both" +"451","TRAFFIC","STECK AVE / SHOAL CREEK BLVD","STECK AVE","SHOAL CREEK BLVD","MASTER","443","5157213","7","","2010798","AUSTIN FULL PURPOSE","","","2039847","NORTH","8198 Shoal Creek Boulevard Austin, Texas 78757","8198 Shoal Creek Boulevard","","Austin","Texas","78757","United States","30.3663502","-97.7386398","","TURNED_ON","0","0","Both" +"452","TRAFFIC","W WILLIAM CANNON DR / COOPER LN","W WILLIAM CANNON DR","COOPER LN","MASTER","444","5151247","2","","2025328","AUSTIN FULL PURPOSE","","","2025329","SOUTH","6787-6807 Cooper Lane Austin, Texas 78745","6787-6807 Cooper Lane","","Austin","Texas","78745","United States","30.1985073","-97.7911224","","TURNED_ON","0","0","Both" +"453","TRAFFIC","W WELLS BRANCH PKWY / OWEN TECH BLVD","W WELLS BRANCH PKWY","OWEN TECH BLVD","UNKNOWN","445","5164682","0","","3272388","AUSTIN 2 MILE ETJ","","","2038884","NORTH","1664-1704 Wells Branch Parkway Austin, Texas 78728","1664-1704 Wells Branch Parkway","","Austin","Texas","78728","United States","30.43887911","-97.67208725","","TURNED_ON","0","0","None" +"455","TRAFFIC","METRIC BLVD / W PARMER LN","METRIC BLVD","W PARMER LN","MASTER","446","5162712","7","","2038266","AUSTIN FULL PURPOSE","","","2006333","NORTH","12443 Metric Boulevard Austin, Texas 78758","12443 Metric Boulevard","","Austin","Texas","78758","United States","30.4132328","-97.6905823","","TURNED_ON","1","0","Both" +"456","TRAFFIC","W BRAKER LN / METRIC BLVD","W BRAKER LN","METRIC BLVD","MASTER","447","5160898","4","","2012364","AUSTIN FULL PURPOSE","","","3255913","NORTH","11209 Metric Boulevard Austin, Texas 78758","11209 Metric Boulevard","","Austin","Texas","78758","United States","30.3923416","-97.7082825","","TURNED_ON","0","0","Both" +"457","TRAFFIC","N LAMAR BLVD / MASTERSON PASS","N LAMAR BLVD","MASTERSON PASS","MASTER","448","5162641","4","","2039769","AUSTIN FULL PURPOSE","","","2010443","NORTH","10210 Texas 275 Loop Austin, Texas 78753","10210 Texas 275 Loop","","Austin","Texas","78753","United States","30.3711758","-97.6924591","","TURNED_ON","1","1","Both" +"458","TRAFFIC","BURNET RD / GAULT LN","BURNET RD","GAULT LN","MASTER","449","5160013","7","","3555818","AUSTIN FULL PURPOSE","","","3321609","NORTH","11501 Gault Lane Austin, Texas 78758","11501 Gault Lane","","Austin","Texas","78758","United States","30.4049339","-97.7160492","","TURNED_ON","1","1","Both" +"459","TRAFFIC","W BRAKER LN / KRAMER LN","W BRAKER LN","KRAMER LN","MASTER","450","5160273","4","","2009788","AUSTIN FULL PURPOSE","","","3255928","NORTH","2301 Kramer Lane Austin, Texas 78758","2301 Kramer Lane","","Austin","Texas","78758","United States","30.3908577","-97.7140121","","TURNED_ON","0","0","Both" +"460","TRAFFIC","BURNET RD / LONGHORN BLVD","BURNET RD","LONGHORN BLVD","MASTER","451","5159117","7","","2039610","AUSTIN FULL PURPOSE","","","2010180","NORTH","9601 Burnet Road Austin, Texas 78758","9601 Burnet Road","","Austin","Texas","78758","United States","30.3800125","-97.7248764","","TURNED_ON","1","1","Both" +"461","TRAFFIC","BURNET RD / RUTLAND DR","BURNET RD","RUTLAND DR","MASTER","452","5159209","7","","2010078","AUSTIN FULL PURPOSE","","","2010041","NORTH","9901 Burnet Road Austin, Texas 78758","9901 Burnet Road","","Austin","Texas","78758","United States","30.3834267","-97.7240753","","TURNED_ON","1","1","Both" +"462","TRAFFIC","W BRAKER LN / BURNET RD","W BRAKER LN","BURNET RD","MASTER","453","5159410","7","","2009783","AUSTIN FULL PURPOSE","","","3257484","NORTH","11400 Burnet Road Austin, Texas 78758","11400 Burnet Road","","Austin","Texas","78758","United States","30.3911648","-97.7218094","","TURNED_ON","1","1","Both" +"463","TRAFFIC","BURNET RD / PALM WAY","BURNET RD","PALM WAY","MASTER","454","5159845","7","","3282237","AUSTIN FULL PURPOSE","IBM DRIVEWAY","","3321609","NORTH","11501 Farm to Market Road 1325 Austin, Texas 78758","11501 Farm to Market Road 1325","","Austin","Texas","78758","United States","30.4022865","-97.7176056","","TURNED_ON","1","1","Both" +"464","TRAFFIC","BURNET RD / KRAMER LN","BURNET RD","KRAMER LN","MASTER","455","5159550","7","","2037131","AUSTIN FULL PURPOSE","","","2036004","NORTH","2675-2699 Kramer Lane Austin, Texas 78758","2675-2699 Kramer Lane","","Austin","Texas","78758","United States","30.3952026","-97.7203979","","TURNED_ON","1","1","Both" +"465","TRAFFIC","E STASSNEY LN / TERI RD","E STASSNEY LN","TERI RD","MASTER","456","5158986","2","","2023454","AUSTIN FULL PURPOSE","","","2023466","SOUTH","5901 Teri Road Austin, Texas 78744","5901 Teri Road","","Austin","Texas","78744","United States","30.1912918","-97.7311554","","TURNED_ON","1","0","None" +"466","TRAFFIC","W BRAKER LN / DOMAIN DR","W BRAKER LN","DOMAIN DR","MASTER","457","5158995","7","","3349416","AUSTIN FULL PURPOSE","Pickle Research Campus Driveway","","3257494","NORTH","Exploration Way Austin, Texas 78758","Exploration Way","","Austin","Texas","78758","United States","30.3923473","-97.7256241","","TURNED_ON","1","1","Both" +"467","TRAFFIC","E BRAKER LN / N IH 35 SVRD NB","E BRAKER LN","N IH 35 SVRD NB","MASTER","458","5164497","1","","2012605","AUSTIN FULL PURPOSE","","","2010282","NORTH","801-815 East Braker Lane Austin, Texas 78753","801-815 East Braker Lane","","Austin","Texas","78753","United States","30.3769493","-97.6755829","","TURNED_ON","1","1","Both" +"468","TRAFFIC","E BRAKER LN / N IH 35 SVRD SB","E BRAKER LN","N IH 35 SVRD SB","SLAVE","459","5164415","1","","2012602","AUSTIN FULL PURPOSE","","","2012318","NORTH","799 East Braker Lane Austin, Texas 78753","799 East Braker Lane","","Austin","Texas","78753","United States","30.3771248","-97.6764832","","TURNED_ON","1","1","Both" +"469","TRAFFIC","W BRAKER LN / N LAMAR BLVD","W BRAKER LN","N LAMAR BLVD","MASTER","460","5163282","4","","2012537","AUSTIN FULL PURPOSE","","","2012539","NORTH","11299 North Lamar Boulevard Austin, Texas 78753","11299 North Lamar Boulevard","","Austin","Texas","78753","United States","30.3819351","-97.6863708","","TURNED_ON","1","1","Both" +"470","TRAFFIC","W ST JOHNS AVE / GUADALUPE ST","W ST JOHNS AVE","GUADALUPE ST","MASTER","461","5160403","4","","2011664","AUSTIN FULL PURPOSE","","","2011665","NORTH","7202 Guadalupe Street Austin, Texas 78752","7202 Guadalupe Street","","Austin","Texas","78752","United States","30.3378239","-97.7144089","","TURNED_ON","1","1","Both" +"471","TRAFFIC","N LAMAR BLVD / MORROW ST","N LAMAR BLVD","MORROW ST","MASTER","462","5160315","7","","2012550","AUSTIN FULL PURPOSE","","","2012549","NORTH","798 Morrow Street Austin, Texas 78757","798 Morrow Street","","Austin","Texas","78757","United States","30.3439732","-97.7149658","","TURNED_ON","1","1","Both" +"472","TRAFFIC","W 2ND ST / SAN ANTONIO ST","W 2ND ST","SAN ANTONIO ST","MASTER","463","5156060","9","","2018922","AUSTIN FULL PURPOSE","","","2018946","CENTRAL","484-498 West 2nd Street Austin, Texas 78701","484-498 West 2nd Street","","Austin","Texas","78701","United States","30.2655945","-97.7487335","","TURNED_ON","1","1","Both" +"473","TRAFFIC","N LAMAR BLVD / THURMOND ST","N LAMAR BLVD","THURMOND ST","MASTER","464","5161271","4","","2011138","AUSTIN FULL PURPOSE","","","2011137","NORTH","800-812 Thurmond Street Austin, Texas 78758","800-812 Thurmond Street","","Austin","Texas","78758","United States","30.3533516","-97.7056351","","TURNED_ON","1","1","Both" +"474","TRAFFIC","N LAMAR BLVD / PAYTON GIN RD","N LAMAR BLVD","PAYTON GIN RD","MASTER","465","5161813","4","","2039996","AUSTIN FULL PURPOSE","","","2010965","NORTH","8900 North Lamar Boulevard Austin, Texas 78753","8900 North Lamar Boulevard","","Austin","Texas","78753","United States","30.3576469","-97.7001114","","TURNED_ON","1","1","Both" +"475","TRAFFIC","N LAMAR BLVD / W RUNDBERG LN","N LAMAR BLVD","W RUNDBERG LN","MASTER","466","5162155","4","","3268106","AUSTIN FULL PURPOSE","","","2010806","NORTH","9408 North Lamar Boulevard Austin, Texas 78753","9408 North Lamar Boulevard","","Austin","Texas","78753","United States","30.3631401","-97.6970215","","TURNED_ON","1","1","Both" +"476","TRAFFIC","N LAMAR BLVD / RUTLAND DR","N LAMAR BLVD","RUTLAND DR","MASTER","467","5162260","4","","2012543","AUSTIN FULL PURPOSE","","","2012542","NORTH","800 Rutland Drive Austin, Texas 78758","800 Rutland Drive","","Austin","Texas","78758","United States","30.3648701","-97.6959991","","TURNED_ON","1","1","Both" +"477","TRAFFIC","N LAMAR BLVD / KRAMER LN","N LAMAR BLVD","KRAMER LN","MASTER","468","5163142","4","","2010170","AUSTIN FULL PURPOSE","","","2010214","NORTH","11000 Texas 275 Loop Austin, Texas 78753","11000 Texas 275 Loop","","Austin","Texas","78753","United States","30.3795395","-97.6876831","","TURNED_ON","1","1","Both" +"478","TRAFFIC","E RUNDBERG LN / NORTH PLZ","E RUNDBERG LN","NORTH PLZ","MASTER","469","5163613","4","","2011251","AUSTIN FULL PURPOSE","","","2011030","NORTH","7 North Plaza Austin, Texas 78753","7 North Plaza","","Austin","Texas","78753","United States","30.3559647","-97.6843338","","TURNED_ON","0","0","Both" +"479","TRAFFIC","PAYTON GIN RD / PARKFIELD DR","PAYTON GIN RD","PARKFIELD DR","MASTER","470","5160790","4","","2010805","AUSTIN FULL PURPOSE","","","2010772","NORTH","8805-8899 Parkfield Drive Austin, Texas 78758","8805-8899 Parkfield Drive","","Austin","Texas","78758","United States","30.3622036","-97.7101135","","TURNED_ON","0","0","None" +"480","TRAFFIC","W RUNDBERG LN / PARKFIELD DR","W RUNDBERG LN","PARKFIELD DR","MASTER","471","5161164","4","","2010606","AUSTIN FULL PURPOSE","","","2010591","NORTH","9301-9399 Parkfield Drive Austin, Texas 78758","9301-9399 Parkfield Drive","","Austin","Texas","78758","United States","30.3674049","-97.7062454","","TURNED_ON","0","0","Both" +"481","TRAFFIC","PARKFIELD DR / RUTLAND DR","PARKFIELD DR","RUTLAND DR","MASTER","472","5161236","4","","2010514","AUSTIN FULL PURPOSE","","","2010513","NORTH","9500 Parkfield Drive Austin, Texas 78758","9500 Parkfield Drive","","Austin","Texas","78758","United States","30.3692513","-97.7054977","","TURNED_ON","0","0","Both" +"482","TRAFFIC","METRIC BLVD / RUTLAND DR","METRIC BLVD","RUTLAND DR","MASTER","473","5160094","4","","2010153","AUSTIN FULL PURPOSE","","","2010152","NORTH","2020 Rutland Drive Austin, Texas 78758","2020 Rutland Drive","","Austin","Texas","78758","United States","30.3806496","-97.71595","","TURNED_ON","0","0","Both" +"483","TRAFFIC","METRIC BLVD / KRAMER LN","METRIC BLVD","KRAMER LN","MASTER","474","5160691","4","","2009895","AUSTIN FULL PURPOSE","","","2009874","NORTH","2009 Kramer Lane Austin, Texas 78758","2009 Kramer Lane","","Austin","Texas","78758","United States","30.3887444","-97.7104034","","TURNED_ON","0","0","Both" +"484","TRAFFIC","METRIC BLVD / GRACY FARMS LN","METRIC BLVD","GRACY FARMS LN","MASTER","475","5161269","7","","2006615","AUSTIN FULL PURPOSE","","","2006617","NORTH","1922 Gracy Farms Lane Austin, Texas 78758","1922 Gracy Farms Lane","","Austin","Texas","78758","United States","30.3982811","-97.7044373","","TURNED_ON","0","0","Both" +"485","TRAFFIC","N LAMAR BLVD / NORTH BEND DR","N LAMAR BLVD","NORTH BEND DR","MASTER","476","5163456","7","","2009972","AUSTIN FULL PURPOSE","","","2012536","NORTH","11526-11550 North Lamar Boulevard Austin, Texas 78753","11526-11550 North Lamar Boulevard","","Austin","Texas","78753","United States","30.3844948","-97.6849976","","TURNED_ON","1","1","Both" +"486","TRAFFIC","MEARNS MEADOW BLVD / RUTLAND DR","MEARNS MEADOW BLVD","RUTLAND DR","MASTER","477","5161721","4","","2010586","AUSTIN FULL PURPOSE","","","2010651","NORTH","914-998 Rutland Drive Austin, Texas 78758","914-998 Rutland Drive","","Austin","Texas","78758","United States","30.3670025","-97.7006302","","TURNED_ON","0","0","Both" +"487","TRAFFIC","MANOR RD / ANCHOR LN","MANOR RD","ANCHOR LN","MASTER","478","5161890","1","","2017338","AUSTIN FULL PURPOSE","","","2017337","CENTRAL","Anchor Lane Austin, Texas 78722","Anchor Lane","","Austin","Texas","78722","United States","30.2875366","-97.7013016","","TURNED_ON","0","0","Both" +"488","TRAFFIC","MANOR RD / BERKMAN DR","MANOR RD","BERKMAN DR","MASTER","479","5162218","1","","3365380","AUSTIN FULL PURPOSE","","","2017302","CENTRAL","3801 Berkman Drive Austin, Texas 78723","3801 Berkman Drive","","Austin","Texas","78723","United States","30.2890873","-97.6985397","","TURNED_ON","0","0","Both" +"489","TRAFFIC","MANOR RD / ROGGE LN","MANOR RD","ROGGE LN","MASTER","480","5164125","1","","2016271","AUSTIN FULL PURPOSE","","","2016270","CENTRAL","2763-2899 Rogge Lane Austin, Texas 78723","2763-2899 Rogge Lane","","Austin","Texas","78723","United States","30.304554","-97.6813126","","TURNED_ON","0","0","None" +"490","TRAFFIC","MANOR RD / LOYOLA LN","MANOR RD","LOYOLA LN","MASTER","481","5165345","1","","2015837","AUSTIN FULL PURPOSE","","","2015836","CENTRAL","4607 Loyola Lane Austin, Texas 78723","4607 Loyola Lane","","Austin","Texas","78723","United States","30.3100624","-97.6671524","","TURNED_ON","1","1","Both" +"491","TRAFFIC","W RUNDBERG LN / GEORGIAN DR","W RUNDBERG LN","GEORGIAN DR","MASTER","482","5162565","4","","2010915","AUSTIN FULL PURPOSE","","","2010811","NORTH","9101-9399 Georgian Drive Austin, Texas 78753","9101-9399 Georgian Drive","","Austin","Texas","78753","United States","30.3608303","-97.6934052","","TURNED_ON","0","0","Both" +"492","TRAFFIC","W RUNDBERG LN / COLLINFIELD DR","W RUNDBERG LN","COLLINFIELD DR","MASTER","483","5161615","4","","2010700","AUSTIN FULL PURPOSE","","","2010680","NORTH","9302 Collinfield Drive Austin, Texas 78758","9302 Collinfield Drive","","Austin","Texas","78758","United States","30.3653278","-97.7016525","","TURNED_ON","0","0","Both" +"493","TRAFFIC","DUVAL RD / N MOPAC EXPY SVRD SB","DUVAL RD","N MOPAC EXPY SVRD SB","MASTER","484","5159989","7","","2006416","AUSTIN FULL PURPOSE","","","2006438","NORTH","2 Mopac Service Road Austin, Texas 78759","2 Mopac Service Road","","Austin","Texas","78759","United States","30.4090595","-97.716095","","TURNED_ON","1","1","Both" +"494","TRAFFIC","DUVAL RD / N MOPAC EXPY SVRD NB","DUVAL RD","N MOPAC EXPY SVRD NB","SLAVE","485","5160020","7","","2006443","AUSTIN FULL PURPOSE","","","2006438","NORTH","Mopac Service Road Austin, Texas 78758","Mopac Service Road","","Austin","Texas","78758","United States","30.4078178","-97.7158508","","TURNED_ON","1","1","Both" +"495","TRAFFIC","PARKFIELD DR / KRAMER LN","PARKFIELD DR","KRAMER LN","MASTER","486","5161979","4","","2010048","AUSTIN FULL PURPOSE","","","2010047","NORTH","1400-1402 Kramer Lane Austin, Texas 78758","1400-1402 Kramer Lane","","Austin","Texas","78758","United States","30.3827133","-97.6978989","","TURNED_ON","0","0","Both" +"497","TRAFFIC","S US 183 HWY SB / BURLESON RD","S US 183 HWY SB","BURLESON RD","MASTER","487","5163798","2","","2023569","AUSTIN FULL PURPOSE","","","3258309","SOUTH","8240 Burleson Road Austin, Texas 78744","8240 Burleson Road","","Austin","Texas","78744","United States","30.1828804","-97.6876297","","TURNED_ON","1","1","Both" +"498","TRAFFIC","BASTROP HWY NB / VARGAS RD","BASTROP HWY NB","VARGAS RD","MASTER","488","5163534","3","","2041431","AUSTIN FULL PURPOSE","","","2022621","SOUTH","403 Vargas Road Austin, Texas 78741","403 Vargas Road","","Austin","Texas","78741","United States","30.2398014","-97.6882172","","TURNED_ON","1","1","Both" +"499","TRAFFIC","BURLESON RD / SMITH SCHOOL RD","BURLESON RD","SMITH SCHOOL RD","MASTER","489","5161340","2","","2041908","AUSTIN FULL PURPOSE","","","3309186","SOUTH","7000 Smith School Road Austin, Texas 78744","7000 Smith School Road","","Austin","Texas","78744","United States","30.2012062","-97.709137","","TURNED_ON","1","1","Both" +"500","TRAFFIC","BASTROP HWY NB / THOMPSON LN","BASTROP HWY NB","THOMPSON LN","MASTER","490","5163780","3","","3379776","AUSTIN FULL PURPOSE","","","3257999","SOUTH","Thompson Lane Austin, Texas 78741","Thompson Lane","","Austin","Texas","78741","United States","30.2365303","-97.6862717","","TURNED_ON","1","1","Both" +"501","TRAFFIC","E BEN WHITE BLVD WB / E RIVERSIDE DR","E BEN WHITE BLVD WB","E RIVERSIDE DR","MASTER","491","5367215","3","","2023110","AUSTIN FULL PURPOSE","","","2023091","SOUTH","7600 East Ben White Boulevard Austin, Texas 78741","7600 East Ben White Boulevard","","Austin","Texas","78741","United States","30.21883","-97.69118","","TURNED_ON","0","0","Both" +"503","TRAFFIC","E BEN WHITE BLVD SVRD WB / WOODWARD ST","E BEN WHITE BLVD SVRD WB","WOODWARD ST","SLAVE","492","5157019","3","","2023125","AUSTIN FULL PURPOSE","","","3278991","SOUTH","2000 Woodward Street Austin, Texas 78741","2000 Woodward Street","","Austin","Texas","78741","United States","30.2166042","-97.7440033","504","TURNED_ON","0","0","Both" +"504","TRAFFIC","E BEN WHITE BLVD SVRD EB / WOODWARD ST","E BEN WHITE BLVD SVRD EB","WOODWARD ST","UNKNOWN","493","5157007","2","","2023126","AUSTIN FULL PURPOSE","","","3212228","SOUTH","2076 East Ben White Boulevard Austin, Texas 78741","2076 East Ben White Boulevard","","Austin","Texas","78741","United States","30.2157249","-97.744072","","TURNED_ON","0","0","Both" +"505","TRAFFIC","S IH 35 SVRD NB / E BEN WHITE BLVD SVRD WB","S IH 35 SVRD NB","E BEN WHITE BLVD SVRD WB","UNKNOWN","494","5156004","3","","3212439","AUSTIN FULL PURPOSE","","","3212422","SOUTH","North Interstate 35 Frontage Road Austin, Texas 78772","North Interstate 35 Frontage Road","","Austin","Texas","78772","United States","30.2168236","-97.750412","","TURNED_ON","0","0","Both" +"506","TRAFFIC","S IH 35 SVRD NB / E BEN WHITE BLVD SVRD EB","S IH 35 SVRD NB","E BEN WHITE BLVD SVRD EB","UNKNOWN","495","5155881","2","","3212436","AUSTIN FULL PURPOSE","","","2041719","SOUTH","1607 East Ben White Boulevard Austin, Texas 78744","1607 East Ben White Boulevard","","Austin","Texas","78744","United States","30.215517","-97.7512589","","TURNED_ON","0","0","Both" +"507","TRAFFIC","S IH 35 SVRD SB / WOODWARD ST","S IH 35 SVRD SB","WOODWARD ST","UNKNOWN","496","5156416","3","","2041599","AUSTIN FULL PURPOSE","","","2023053","SOUTH","1200-1364 Woodward Street Austin, Texas 78704","1200-1364 Woodward Street","","Austin","Texas","78704","United States","30.2234898","-97.7476883","","TURNED_ON","0","0","Both" +"508","TRAFFIC","S IH 35 SVRD NB / WOODWARD ST","S IH 35 SVRD NB","WOODWARD ST","SLAVE","497","5156500","3","","2023055","AUSTIN FULL PURPOSE","","","2023033","SOUTH","1499-1599 Woodward Street Austin, Texas 78741","1499-1599 Woodward Street","","Austin","Texas","78741","United States","30.2230225","-97.7471161","","TURNED_ON","0","0","Both" +"509","TRAFFIC","E BEN WHITE BLVD SVRD WB / MONTOPOLIS DR","E BEN WHITE BLVD SVRD WB","MONTOPOLIS DR","MASTER","498","5161016","3","","3261079","AUSTIN FULL PURPOSE","","","3279022","SOUTH","6210 East Ben White Boulevard Austin, Texas 78741","6210 East Ben White Boulevard","","Austin","Texas","78741","United States","30.2126865","-97.7120972","","TURNED_ON","0","0","Both" +"510","TRAFFIC","MONTOPOLIS DR / E BEN WHITE BLVD SVRD EB","MONTOPOLIS DR","E BEN WHITE BLVD SVRD EB","SLAVE","499","5160970","2","","3278908","AUSTIN FULL PURPOSE","","","2023183","SOUTH","17 East Ben White Boulevard Austin, Texas 78741","17 East Ben White Boulevard","","Austin","Texas","78741","United States","30.2119789","-97.7125397","","TURNED_ON","1","1","Both" +"511","TRAFFIC","W SLAUGHTER LN / BECKETT RD","W SLAUGHTER LN","BECKETT RD","UNKNOWN","500","5144578","8","","2038147","AUSTIN FULL PURPOSE","","","2036138","SOUTH","Beckett Road Austin, Texas 78749","Beckett Road","","Austin","Texas","78749","United States","30.2009087","-97.8708801","","TURNED_ON","1","0","Both" +"512","TRAFFIC","BRETTONWOODS LN / RUTHERFORD LN","BRETTONWOODS LN","RUTHERFORD LN","MASTER","501","5162769","4","","2011508","AUSTIN FULL PURPOSE","","","2011507","NORTH","8101-8111 Brettonwoods Lane Austin, Texas 78753","8101-8111 Brettonwoods Lane","","Austin","Texas","78753","United States","30.3415089","-97.6919937","","TURNED_ON","0","0","None" +"513","TRAFFIC","N LAMAR BLVD / N MEADOWS DR","N LAMAR BLVD","N MEADOWS DR","MASTER","502","5162805","4","","2039689","AUSTIN FULL PURPOSE","","","2010367","NORTH","10551 North Lamar Boulevard Austin, Texas 78753","10551 North Lamar Boulevard","","Austin","Texas","78753","United States","30.3741302","-97.690773","","TURNED_ON","1","1","Both" +"514","TRAFFIC","W BRAKER LN / PARKFIELD DR","W BRAKER LN","PARKFIELD DR","MASTER","503","5162233","4","","2009948","AUSTIN FULL PURPOSE","","","2009915","NORTH","11300 Parkfield Drive Austin, Texas 78758","11300 Parkfield Drive","","Austin","Texas","78758","United States","30.3861217","-97.6957474","","TURNED_ON","0","0","Both" +"515","TRAFFIC","W BRAKER LN / HORNSBY ST","W BRAKER LN","HORNSBY ST","MASTER","504","5163637","7","","2010141","AUSTIN FULL PURPOSE","","","2010142","NORTH","11301 Hornsby Street Austin, Texas 78753","11301 Hornsby Street","","Austin","Texas","78753","United States","30.3802395","-97.6834335","","TURNED_ON","1","1","Both" +"516","TRAFFIC","E BRAKER LN / TOM ADAMS DR","E BRAKER LN","TOM ADAMS DR","MASTER","505","5165105","1","","2012485","AUSTIN FULL PURPOSE","","","2010362","NORTH","11100 Tom Adams Drive Austin, Texas 78753","11100 Tom Adams Drive","","Austin","Texas","78753","United States","30.3737679","-97.669014","","TURNED_ON","1","1","Both" +"517","TRAFFIC","W PARMER LN / N MOPAC EXPY SVRD NB","W PARMER LN","N MOPAC EXPY SVRD NB","MASTER","506","5161296","7","","2005986","AUSTIN FULL PURPOSE","","","2006011","NORTH","Mopac Service Road Austin, Texas 78758","Mopac Service Road","","Austin","Texas","78758","United States","30.4199772","-97.7035828","","TURNED_ON","1","0","Both" +"518","TRAFFIC","W PARMER LN / N MOPAC EXPY SVRD SB","W PARMER LN","N MOPAC EXPY SVRD SB","SLAVE","507","5161183","7","","2005957","AUSTIN FULL PURPOSE","","","2005958","NORTH","Mopac Service Road Austin, Texas ","Mopac Service Road","","Austin","Texas","","United States","30.4205914","-97.7045975","","TURNED_ON","1","0","Both" +"519","TRAFFIC","N LAMAR BLVD / W PARMER LN","N LAMAR BLVD","W PARMER LN","MASTER","508","5164152","7","","2006424","AUSTIN FULL PURPOSE","","","2006468","NORTH","12500 North Lamar Boulevard Austin, Texas 78753","12500 North Lamar Boulevard","","Austin","Texas","78753","United States","30.4078522","-97.6782227","","TURNED_ON","1","1","Both" +"520","TRAFFIC","W PARMER LN / LAMPLIGHT VILLAGE AVE","W PARMER LN","LAMPLIGHT VILLAGE AVE","MASTER","509","5162117","7","","2006187","AUSTIN FULL PURPOSE","","","2006234","NORTH","12499 Lamplight Village Avenue Austin, Texas 78727","12499 Lamplight Village Avenue","","Austin","Texas","78727","United States","30.4158096","-97.6959076","","TURNED_ON","1","0","Both" +"521","TRAFFIC","E STASSNEY LN / NUCKOLS CROSSING RD","E STASSNEY LN","NUCKOLS CROSSING RD","MASTER","510","5157879","2","","2023402","AUSTIN FULL PURPOSE","","","2023403","SOUTH","5299 Nuckols Crossing Road Austin, Texas 78744","5299 Nuckols Crossing Road","","Austin","Texas","78744","United States","30.1932106","-97.738884","","TURNED_ON","1","0","Both" +"522","TRAFFIC","W WELLS BRANCH PKWY / SURRENDER AVE","W WELLS BRANCH PKWY","SURRENDER AVE","MASTER","511","5163519","0","","2005527","AUSTIN 2 MILE ETJ","","","2005528","NORTH","2148 Surrender Avenue Austin, Texas 78728","2148 Surrender Avenue","","Austin","Texas","78728","United States","30.4359627","-97.6829147","","TURNED_ON","0","0","Both" +"523","TRAFFIC","W BRAKER LN / SETON CENTER PKWY","W BRAKER LN","SETON CENTER PKWY","MASTER","512","5156474","7","","2006599","AUSTIN FULL PURPOSE","","","2006602","NORTH","4515 Seton Center Parkway Austin, Texas 78759","4515 Seton Center Parkway","","Austin","Texas","78759","United States","30.4002647","-97.7425232","","TURNED_ON","0","0","Both" +"524","TRAFFIC","W PARMER LN / ","W PARMER LN","","MASTER","513","","7","","","AUSTIN FULL PURPOSE","MARKET DRIVEWAY","","3263143","NORTH","Parmer Lane Austin, Texas 78727","Parmer Lane","","Austin","Texas","78727","United States","30.4190121","-97.7022171","","TURNED_ON","1","0","Both" +"525","TRAFFIC","W BRAKER LN / N MOPAC EXPY SVRD NB","W BRAKER LN","N MOPAC EXPY SVRD NB","MASTER","514","5158092","7","","2006689","AUSTIN FULL PURPOSE","","","2047848","NORTH","Mopac Service Road Austin, Texas 78759","Mopac Service Road","","Austin","Texas","78759","United States","30.3954906","-97.7321243","","TURNED_ON","0","0","Both" +"526","TRAFFIC","W BRAKER LN / N MOPAC EXPY SVRD SB","W BRAKER LN","N MOPAC EXPY SVRD SB","SLAVE","515","5157883","7","","2006682","AUSTIN FULL PURPOSE","","","2047848","NORTH","Mopac Service Road Austin, Texas 78759","Mopac Service Road","","Austin","Texas","78759","United States","30.396101","-97.7333984","","TURNED_ON","0","0","Both" +"527","TRAFFIC","E BRAKER LN / DESSAU RD","E BRAKER LN","DESSAU RD","MASTER","516","5165334","1","","2012481","AUSTIN FULL PURPOSE","","","2012480","NORTH","1321 East Braker Lane Austin, Texas 78753","1321 East Braker Lane","","Austin","Texas","78753","United States","30.3724384","-97.6657333","","TURNED_ON","1","1","Both" +"528","TRAFFIC","N IH 35 SVRD SB / W YAGER LN","N IH 35 SVRD SB","W YAGER LN","SLAVE","517","5164619","7","","2039383","AUSTIN FULL PURPOSE","","","2039385","NORTH","12308-12312 North Interstate 35 Frontage Road Austin, Texas 78753","12308-12312 North Interstate 35 Frontage Road","","Austin","Texas","78753","United States","30.3991852","-97.6738205","","TURNED_ON","0","0","Both" +"529","TRAFFIC","TECH RIDGE BLVD / N IH 35 SVRD NB","TECH RIDGE BLVD","N IH 35 SVRD NB","MASTER","518","5164691","7","","2006669","AUSTIN FULL PURPOSE","","","3311024","NORTH","505 West Yager Lane Austin, Texas 78753","505 West Yager Lane","","Austin","Texas","78753","United States","30.3991604","-97.6730423","","TURNED_ON","0","0","Both" +"530","TRAFFIC","SOUTHWEST PKWY / REPUBLIC OF TEXAS BLVD","SOUTHWEST PKWY","REPUBLIC OF TEXAS BLVD","MASTER","519","5147905","8","","2023897","AUSTIN FULL PURPOSE","","","2023896","SOUTH","Republic of Texas Boulevard Austin, Texas 78735","Republic of Texas Boulevard","","Austin","Texas","78735","United States","30.2400837","-97.8302536","","TURNED_ON","0","0","None" +"531","TRAFFIC","W SH 71 / FLETCHER LN","W SH 71","FLETCHER LN","MASTER","520","5143788","8","","2047129","AUSTIN FULL PURPOSE","","","2042973","SOUTH","8301 Texas 71 Austin, Texas 78735","8301 Texas 71","","Austin","Texas","78735","United States","30.2470665","-97.888443","","TURNED_ON","0","0","None" +"532","TRAFFIC","W SLAUGHTER LN / ","W SLAUGHTER LN","","MASTER","521","","8","","","AUSTIN FULL PURPOSE","BOWIE HIGH SCHOOL","","2041989","SOUTH","4100 West Slaughter Lane Austin, Texas 78749","4100 West Slaughter Lane","","Austin","Texas","78749","United States","30.1891022","-97.8568878","","TURNED_ON","1","0","Both" +"533","TRAFFIC","W SLAUGHTER LN / CURLEW DR","W SLAUGHTER LN","CURLEW DR","MASTER","522","5147719","5","","2027739","AUSTIN FULL PURPOSE","","","2027729","SOUTH","9977-9999 Curlew Drive Austin, Texas 78748","9977-9999 Curlew Drive","","Austin","Texas","78748","United States","30.1765766","-97.833992","","TURNED_ON","1","0","Both" +"534","TRAFFIC","BURLESON RD / MONTOPOLIS DR","BURLESON RD","MONTOPOLIS DR","MASTER","523","5160558","2","","2023216","AUSTIN FULL PURPOSE","","","2023221","SOUTH","6300 Burleson Road Austin, Texas 78744","6300 Burleson Road","","Austin","Texas","78744","United States","30.2055626","-97.7165909","","TURNED_ON","1","1","Both" +"535","TRAFFIC","N LAMAR BLVD / W YAGER LN","N LAMAR BLVD","W YAGER LN","MASTER","524","5164083","7","","2039383","AUSTIN FULL PURPOSE","","","2039372","NORTH","12248 North Lamar Boulevard Austin, Texas 78753","12248 North Lamar Boulevard","","Austin","Texas","78753","United States","30.4017849","-97.6791687","","TURNED_ON","1","1","Both" +"536","TRAFFIC","FM 2222 RD / CITY PARK RD","FM 2222 RD","CITY PARK RD","MASTER","525","5150327","10","","3329832","AUSTIN FULL PURPOSE","","","2045287","NORTH","6469-6505 Ranch to Market 2222 Austin, Texas 78730","6469-6505 Ranch to Market 2222","","Austin","Texas","78730","United States","30.3658009","-97.7974396","","TURNED_ON","1","0","Both" +"537","TRAFFIC","W PARMER LN / N IH 35 SVRD NB","W PARMER LN","N IH 35 SVRD NB","SLAVE","526","5164586","7","","2006476","AUSTIN FULL PURPOSE","","","2006422","NORTH","12521 North Interstate 35 Frontage Road Austin, Texas 78753","12521 North Interstate 35 Frontage Road","","Austin","Texas","78753","United States","30.4078636","-97.6739502","","TURNED_ON","1","1","Both" +"538","TRAFFIC","W PARMER LN / N IH 35 SVRD SB","W PARMER LN","N IH 35 SVRD SB","MASTER","527","5164455","7","","2039301","AUSTIN FULL PURPOSE","","","2006422","NORTH","12530 North Interstate 35 Frontage Road Austin, Texas 78753","12530 North Interstate 35 Frontage Road","","Austin","Texas","78753","United States","30.4080296","-97.6752319","","TURNED_ON","1","1","Both" +"539","TRAFFIC","METRIC BLVD / LAMPLIGHT VILLAGE AVE","METRIC BLVD","LAMPLIGHT VILLAGE AVE","MASTER","528","5162179","7","","2006375","AUSTIN FULL PURPOSE","","","2039288","NORTH","12300-12330 Lamplight Village Avenue Austin, Texas 78758","12300-12330 Lamplight Village Avenue","","Austin","Texas","78758","United States","30.4107037","-97.6955185","","TURNED_ON","0","0","Both" +"540","TRAFFIC","E HOWARD LN / DESSAU RD","E HOWARD LN","DESSAU RD","MASTER","529","5166825","7","","2006510","AUSTIN FULL PURPOSE","","","2036414","NORTH","1515-1699 East Howard Lane Austin, Texas ","1515-1699 East Howard Lane","","Austin","Texas","","United States","30.4036503","-97.6384277","","TURNED_ON","1","1","Both" +"541","TRAFFIC","N LAMAR BLVD / ","N LAMAR BLVD","","UNKNOWN","530","","7","","","AUSTIN FULL PURPOSE","WALMART","","2039246","NORTH","12820 North Lamar Boulevard Austin, Texas 78753","12820 North Lamar Boulevard","","Austin","Texas","78753","United States","30.41516846","-97.67701947","","TURNED_ON","0","0","None" +"542","TRAFFIC","W SLAUGHTER LN / WOLFTRAP DR","W SLAUGHTER LN","WOLFTRAP DR","MASTER","531","5145784","8","","2042046","AUSTIN FULL PURPOSE","","","2025841","SOUTH","Wolftrap Drive Austin, Texas 78749","Wolftrap Drive","","Austin","Texas","78749","United States","30.1866856","-97.8550339","","TURNED_ON","1","0","Both" +"543","TRAFFIC","S 1ST ST / W BEN WHITE BLVD SVRD WB","S 1ST ST","W BEN WHITE BLVD SVRD WB","MASTER","532","5153502","3","","2026354","AUSTIN FULL PURPOSE","","","2026307","SOUTH","556-568 West Ben White Boulevard Austin, Texas 78704","556-568 West Ben White Boulevard","","Austin","Texas","78704","United States","30.226881","-97.7692413","","TURNED_ON","1","0","Both" +"544","TRAFFIC","S 1ST ST / W BEN WHITE BLVD SVRD EB","S 1ST ST","W BEN WHITE BLVD SVRD EB","SLAVE","533","5153443","3","","2026355","AUSTIN FULL PURPOSE","","","2026308","SOUTH","525 West Ben White Boulevard Austin, Texas 78704","525 West Ben White Boulevard","","Austin","Texas","78704","United States","30.2261848","-97.7696686","","TURNED_ON","1","0","Both" +"545","TRAFFIC","W BEN WHITE BLVD SVRD WB / BANISTER LN","W BEN WHITE BLVD SVRD WB","BANISTER LN","MASTER","534","5152396","5","","2026303","AUSTIN FULL PURPOSE","","","2026359","SOUTH","4100 Banister Lane Austin, Texas 78704","4100 Banister Lane","","Austin","Texas","78704","United States","30.2281132","-97.7791214","","TURNED_ON","0","0","Both" +"546","TRAFFIC","W BEN WHITE BLVD SVRD EB / BANISTER LN","W BEN WHITE BLVD SVRD EB","BANISTER LN","SLAVE","535","5152350","5","","2026358","AUSTIN FULL PURPOSE","","","2026360","SOUTH","1301 West Ben White Boulevard Austin, Texas 78704","1301 West Ben White Boulevard","","Austin","Texas","78704","United States","30.2274132","-97.779686","","TURNED_ON","0","0","Both" +"547","TRAFFIC","MANCHACA RD / W BEN WHITE BLVD SVRD WB","MANCHACA RD","W BEN WHITE BLVD SVRD WB","MASTER","536","5151437","5","","2042987","AUSTIN FULL PURPOSE","","","2024113","SOUTH","4308 Manchaca Road Austin, Texas 78704","4308 Manchaca Road","","Austin","Texas","78704","United States","30.23036","-97.7880554","","TURNED_ON","0","0","Both" +"548","TRAFFIC","MANCHACA RD / W BEN WHITE BLVD SVRD EB","MANCHACA RD","W BEN WHITE BLVD SVRD EB","SLAVE","537","5151400","5","","2026366","AUSTIN FULL PURPOSE","","","2024137","SOUTH","4401 Manchaca Road Austin, Texas 78704","4401 Manchaca Road","","Austin","Texas","78704","United States","30.2296352","-97.7885208","","TURNED_ON","0","0","Both" +"549","TRAFFIC","GROVE BLVD / E RIVERSIDE DR","GROVE BLVD","E RIVERSIDE DR","MASTER","538","5161393","3","","2022935","AUSTIN FULL PURPOSE","","","2041586","SOUTH","1909 Grove Boulevard Austin, Texas 78741","1909 Grove Boulevard","","Austin","Texas","78741","United States","30.2270241","-97.7079239","","TURNED_ON","1","1","Both" +"550","TRAFFIC","E RIVERSIDE DR / MONTOPOLIS DR","E RIVERSIDE DR","MONTOPOLIS DR","MASTER","539","5161846","3","","2022977","AUSTIN FULL PURPOSE","","","2022978","SOUTH","2001 Montopolis Drive Austin, Texas 78741","2001 Montopolis Drive","","Austin","Texas","78741","United States","30.2249317","-97.7034378","","TURNED_ON","1","1","Both" +"551","TRAFFIC","PORTER ST / MONTOPOLIS DR","PORTER ST","MONTOPOLIS DR","MASTER","540","5162273","3","","2022830","AUSTIN FULL PURPOSE","","","2022872","SOUTH","1298 Montopolis Drive Austin, Texas 78741","1298 Montopolis Drive","","Austin","Texas","78741","United States","30.2310562","-97.6995697","","TURNED_ON","1","1","Both" +"552","TRAFFIC","PONCA ST / MONTOPOLIS DR","PONCA ST","MONTOPOLIS DR","MASTER","541","5162726","3","","2022687","AUSTIN FULL PURPOSE","","","2022688","SOUTH","6301-6399 Ponca Street Austin, Texas 78741","6301-6399 Ponca Street","","Austin","Texas","78741","United States","30.2375507","-97.6952896","","TURNED_ON","1","1","Both" +"553","TRAFFIC","E OLTORF ST / MONTOPOLIS DR","E OLTORF ST","MONTOPOLIS DR","MASTER","542","5161173","3","","3261078","AUSTIN FULL PURPOSE","","","2023129","SOUTH","6201 East Oltorf Street Austin, Texas 78741","6201 East Oltorf Street","","Austin","Texas","78741","United States","30.2150421","-97.7102966","","TURNED_ON","0","0","Both" +"554","TRAFFIC","BRUSH COUNTRY RD / CONVICT HILL RD","BRUSH COUNTRY RD","CONVICT HILL RD","MASTER","543","5146546","8","","2038596","AUSTIN FULL PURPOSE","","","2026271","SOUTH","4612 Convict Hill Road Austin, Texas 78749","4612 Convict Hill Road","","Austin","Texas","78749","United States","30.2169132","-97.8459091","","TURNED_ON","0","0","Both" +"555","TRAFFIC","E OLTORF ST / PARKER LN","E OLTORF ST","PARKER LN","MASTER","544","5158030","3","","2022817","AUSTIN FULL PURPOSE","","","2022818","SOUTH","1800 East Oltorf Street Austin, Texas 78741","1800 East Oltorf Street","","Austin","Texas","78741","United States","30.2323151","-97.7368851","","TURNED_ON","0","0","Both" +"556","TRAFFIC","BURLESON RD / MC KINNEY FALLS PKWY","BURLESON RD","MC KINNEY FALLS PKWY","MASTER","545","5162528","2","","3258093","AUSTIN FULL PURPOSE","","","2023425","SOUTH","7535-7559 Burleson Road Austin, Texas 78744","7535-7559 Burleson Road","","Austin","Texas","78744","United States","30.1919994","-97.6983871","","TURNED_ON","1","1","Both" +"557","TRAFFIC","W SH 71 / COVERED BRIDGE DR","W SH 71","COVERED BRIDGE DR","MASTER","546","5143558","8","","3329842","AUSTIN FULL PURPOSE","","","2022115","SOUTH","6701 Covered Bridge Drive Austin, Texas 78736","6701 Covered Bridge Drive","","Austin","Texas","78736","United States","30.2499123","-97.8943024","","TURNED_ON","0","0","None" +"558","TRAFFIC","MANCHACA RD / OLD MANCHACA RD","MANCHACA RD","OLD MANCHACA RD","MASTER","547","5148099","5","","3311200","AUSTIN FULL PURPOSE","","","3195161","SOUTH","10633 Manchaca Road Austin, Texas 78748","10633 Manchaca Road","","Austin","Texas","78748","United States","30.1641369","-97.8300018","","TURNED_ON","0","0","None" +"559","TRAFFIC","AIRPORT BLVD / WILSHIRE BLVD","AIRPORT BLVD","WILSHIRE BLVD","MASTER","548","5161099","9","","2016749","AUSTIN FULL PURPOSE","","","3257911","CENTRAL","4299 Airport Boulevard Austin, Texas 78723","4299 Airport Boulevard","","Austin","Texas","78723","United States","30.2978573","-97.7088776","","TURNED_ON","0","0","Both" +"560","TRAFFIC","E 51ST ST / LANCASTER CT","E 51ST ST","LANCASTER CT","MASTER","549","5161312","9","","2016107","AUSTIN FULL PURPOSE","","","2016108","CENTRAL","5101 Lancaster Court Austin, Texas 78723","5101 Lancaster Court","","Austin","Texas","78723","United States","30.3075066","-97.7064896","","TURNED_ON","0","0","Both" +"561","TRAFFIC","S US 183 HWY SB / MC KINNEY FALLS PKWY","S US 183 HWY SB","MC KINNEY FALLS PKWY","UNKNOWN","550","5164141","2","","2023266","AUSTIN FULL PURPOSE","","","3258056","SOUTH","McKinney Falls Parkway Austin, Texas 78744","McKinney Falls Parkway","","Austin","Texas","78744","United States","30.1982975","-97.6841202","","TURNED_ON","1","1","Both" +"562","TRAFFIC","E PARMER LN / ","E PARMER LN","","MASTER","551","","1","","","AUSTIN FULL PURPOSE","","","3263218","NORTH","Samsung Plant Austin, Texas 78754","Samsung Plant","","Austin","Texas","78754","United States","30.3780251","-97.6355438","","TURNED_ON","1","0","Both" +"563","TRAFFIC","W SLAUGHTER LN / WEST GATE BLVD","W SLAUGHTER LN","WEST GATE BLVD","MASTER","552","5147070","5","","2026468","AUSTIN FULL PURPOSE","","","2026227","SOUTH","West Gate Boulevard Austin, Texas 78748","West Gate Boulevard","","Austin","Texas","78748","United States","30.1792698","-97.841011","","TURNED_ON","1","0","Both" +"564","TRAFFIC","BECKETT RD / DAVIS LN","BECKETT RD","DAVIS LN","MASTER","553","5144648","8","","2026324","AUSTIN FULL PURPOSE","","","2024948","SOUTH","Beckett Road Austin, Texas 78749","Beckett Road","","Austin","Texas","78749","United States","30.2078648","-97.8693771","","TURNED_ON","0","0","None" +"565","TRAFFIC","BLUE MEADOW DR / BLUFF SPRINGS RD","BLUE MEADOW DR","BLUFF SPRINGS RD","MASTER","554","5153673","2","","2026574","AUSTIN FULL PURPOSE","","","2025787","SOUTH","7008 Bluff Springs Road Austin, Texas 78744","7008 Bluff Springs Road","","Austin","Texas","78744","United States","30.1836624","-97.7689667","","TURNED_ON","0","0","None" +"566","TRAFFIC","ANDERSON MILL RD / CYPRESS CREEK RD","ANDERSON MILL RD","CYPRESS CREEK RD","MASTER","555","5145791","0","","2045150","CEDAR PARK ETJ","","","2046911","NORTH","Cypress Creek Road Cedar Park, Texas 78613","Cypress Creek Road","","Cedar Park","Texas","78613","United States","30.4722462","-97.8476257","","TURNED_ON","0","0","Both" +"567","TRAFFIC","ANDERSON MILL RD / TWIN CREEKS CLUB DR","ANDERSON MILL RD","TWIN CREEKS CLUB DR","MASTER","556","5146034","0","","2044076","CEDAR PARK ETJ","","","2048307","NORTH","Anderson Mill Road Cedar Park, Texas 78613","Anderson Mill Road","","Cedar Park","Texas","78613","United States","30.4692612","-97.8451691","","TURNED_ON","0","0","Both" +"568","TRAFFIC","SPRINGDALE RD / E 12TH ST","SPRINGDALE RD","E 12TH ST","MASTER","557","5163550","1","","2017927","AUSTIN FULL PURPOSE","","","2017889","CENTRAL","1201-1295 Springdale Road Austin, Texas 78721","1201-1295 Springdale Road","","Austin","Texas","78721","United States","30.2789841","-97.6870193","","TURNED_ON","1","1","Both" +"569","TRAFFIC","BARBARA JORDAN BLVD / ","BARBARA JORDAN BLVD","","MASTER","558","","9","","","AUSTIN FULL PURPOSE","","","5271019","CENTRAL","1125 Barbara Jordan Boulevard Austin, Texas 78723","1125 Barbara Jordan Boulevard","","Austin","Texas","78723","United States","30.3067455","-97.7091751","","TURNED_ON","0","0","None" +"570","TRAFFIC","W SLAUGHTER LN / CULLEN LN","W SLAUGHTER LN","CULLEN LN","UNKNOWN","559","5151330","2","","2027923","AUSTIN FULL PURPOSE","","","2027890","SOUTH","8601-9167 Cullen Lane Austin, Texas 78745","8601-9167 Cullen Lane","","Austin","Texas","78745","United States","30.1671963","-97.7909317","","TURNED_ON","1","1","Both" +"571","TRAFFIC","ESCARPMENT BLVD / DAVIS LN","ESCARPMENT BLVD","DAVIS LN","UNKNOWN","560","5144309","8","","2026944","AUSTIN FULL PURPOSE","","","2026978","SOUTH","6111 Davis Lane Austin, Texas 78749","6111 Davis Lane","","Austin","Texas","78749","United States","30.2116928","-97.8764877","","TURNED_ON","0","0","None" +"572","TRAFFIC","E PARMER LN / SAMSUNG BLVD","E PARMER LN","SAMSUNG BLVD","MASTER","561","5167289","1","","2009452","AUSTIN FULL PURPOSE","","","3194995","NORTH","12100 Samsung Boulevard Austin, Texas 78754","12100 Samsung Boulevard","","Austin","Texas","78754","United States","30.3760014","-97.6317139","","TURNED_ON","1","0","Both" +"573","TRAFFIC","W SLAUGHTER LN / LINDSHIRE LN","W SLAUGHTER LN","LINDSHIRE LN","MASTER","562","5147263","5","","2026036","AUSTIN FULL PURPOSE","","","2026035","SOUTH","Lindshire Lane Austin, Texas 78748","Lindshire Lane","","Austin","Texas","78748","United States","30.1781845","-97.8387756","","TURNED_ON","1","0","Both" +"574","TRAFFIC","W 5TH ST / CAMPBELL ST","W 5TH ST","CAMPBELL ST","MASTER","563","5153901","9","","2020944","AUSTIN FULL PURPOSE","","","2020980","CENTRAL","1701-1799 West 5th Street Austin, Texas 78703","1701-1799 West 5th Street","","Austin","Texas","78703","United States","30.2748566","-97.7648392","","TURNED_ON","1","1","Both" +"575","TRAFFIC","W NORTH LOOP BLVD / ","W NORTH LOOP BLVD","","MASTER","564","","7","","","AUSTIN FULL PURPOSE","CROSSWALK","","2040435","NORTH","2222-2300 West North Loop Boulevard Austin, Texas 78756","2222-2300 West North Loop Boulevard","","Austin","Texas","78756","United States","30.325491","-97.7421799","","TURNED_ON","1","1","Both" +"576","TRAFFIC","SHOAL CREEK BLVD / HANCOCK DR","SHOAL CREEK BLVD","HANCOCK DR","MASTER","565","5156414","7","","2012220","AUSTIN FULL PURPOSE","","","2012210","NORTH","5100 Shoal Creek Boulevard Austin, Texas 78756","5100 Shoal Creek Boulevard","","Austin","Texas","78756","United States","30.3256016","-97.7449646","","TURNED_ON","1","1","Both" +"577","TRAFFIC","BULL CREEK RD / HANCOCK DR","BULL CREEK RD","HANCOCK DR","MASTER","566","5155753","10","","2012135","AUSTIN FULL PURPOSE","","","2012170","NORTH","2800 Hancock Drive Austin, Texas 78731","2800 Hancock Drive","","Austin","Texas","78731","United States","30.3276367","-97.7491455","","TURNED_ON","1","1","Both" +"578","TRAFFIC","HANCOCK DR / BALCONES DR","HANCOCK DR","BALCONES DR","MASTER","567","5154310","10","","2013519","AUSTIN FULL PURPOSE","","","2013520","NORTH","3401 Hancock Drive Austin, Texas 78731","3401 Hancock Drive","","Austin","Texas","78731","United States","30.3330383","-97.7603607","","TURNED_ON","0","0","Both" +"579","TRAFFIC","W 45TH ST / BULL CREEK RD","W 45TH ST","BULL CREEK RD","MASTER","568","5155231","10","","2015330","AUSTIN FULL PURPOSE","","","2015278","NORTH","2800 West 45th Street Austin, Texas 78731","2800 West 45th Street","","Austin","Texas","78731","United States","30.3205681","-97.753479","","TURNED_ON","1","1","Both" +"580","TRAFFIC","N MOPAC EXPY NB / W 45TH ST","N MOPAC EXPY NB","W 45TH ST","UNKNOWN","569","5155059","10","","2021931","AUSTIN FULL PURPOSE","","","2040479","NORTH","2900 West 45th Street Austin, Texas 78731","2900 West 45th Street","","Austin","Texas","78731","United States","30.3212357","-97.7548218","","TURNED_ON","1","1","Both" +"581","TRAFFIC","BURLESON RD / E BEN WHITE BLVD SVRD WB","BURLESON RD","E BEN WHITE BLVD SVRD WB","MASTER","570","5158432","3","","3279011","AUSTIN FULL PURPOSE","","","2023132","SOUTH","3500-3698 Todd Lane Austin, Texas 78744","3500-3698 Todd Lane","","Austin","Texas","78744","United States","30.2156048","-97.7348709","","TURNED_ON","0","0","Both" +"582","TRAFFIC","E BEN WHITE BLVD SVRD EB / TODD LN","E BEN WHITE BLVD SVRD EB","TODD LN","SLAVE","571","5158368","2","","2047907","AUSTIN FULL PURPOSE","","","3212238","SOUTH","2601-3445 East Ben White Boulevard Austin, Texas 78741","2601-3445 East Ben White Boulevard","","Austin","Texas","78741","United States","30.2149239","-97.7352905","","TURNED_ON","0","0","Both" +"583","TRAFFIC","E BEN WHITE BLVD SVRD WB / BURLESON RD","E BEN WHITE BLVD SVRD WB","BURLESON RD","MASTER","572","5158602","3","","3212273","AUSTIN FULL PURPOSE","","","3279013","SOUTH","4416-4512 East Ben White Boulevard Austin, Texas 78741","4416-4512 East Ben White Boulevard","","Austin","Texas","78741","United States","30.2153988","-97.733429","","TURNED_ON","0","0","Both" +"584","TRAFFIC","BURLESON RD / E BEN WHITE BLVD SVRD EB","BURLESON RD","E BEN WHITE BLVD SVRD EB","SLAVE","573","5158592","2","","3212244","AUSTIN FULL PURPOSE","","","2041731","SOUTH","3507 Burleson Road Austin, Texas 78741","3507 Burleson Road","","Austin","Texas","78741","United States","30.2146645","-97.7335815","","TURNED_ON","0","0","Both" +"585","TRAFFIC","BARBARA JORDAN BLVD / LANCASTER DR","BARBARA JORDAN BLVD","LANCASTER DR","MASTER","574","5161212","9","","2046253","AUSTIN FULL PURPOSE","","","3316370","CENTRAL","1210 Barbara Jordan Boulevard Austin, Texas 78723","1210 Barbara Jordan Boulevard","","Austin","Texas","78723","United States","30.3059559","-97.707489","","TURNED_ON","0","0","Both" +"586","TRAFFIC","E MARTIN LUTHER KING JR BLVD / COMAL ST","E MARTIN LUTHER KING JR BLVD","COMAL ST","MASTER","575","5159381","1","","2017937","AUSTIN FULL PURPOSE","","","2017936","CENTRAL","1900-1948 Comal Street Austin, Texas 78702","1900-1948 Comal Street","","Austin","Texas","78702","United States","30.2791042","-97.7251358","","TURNED_ON","1","1","Both" +"587","TRAFFIC","W BEN WHITE BLVD SVRD WB / PACK SADDLE PASS","W BEN WHITE BLVD SVRD WB","PACK SADDLE PASS","MASTER","576","5151127","5","","3371833","AUSTIN FULL PURPOSE","","","2042984","SOUTH","4337-4399 Victory Drive Austin, Texas 78704","4337-4399 Victory Drive","","Austin","Texas","78704","United States","30.2319946","-97.7915115","","TURNED_ON","1","1","Both" +"588","TRAFFIC","W BEN WHITE BLVD SVRD EB / PACK SADDLE PASS","W BEN WHITE BLVD SVRD EB","PACK SADDLE PASS","SLAVE","577","5151092","5","","2024130","AUSTIN FULL PURPOSE","","","2026368","SOUTH","2161-2199 West Ben White Boulevard Austin, Texas 78704","2161-2199 West Ben White Boulevard","","Austin","Texas","78704","United States","30.231266","-97.791954","","TURNED_ON","1","1","Both" +"589","TRAFFIC","W WELLS BRANCH PKWY / SUMMIT DR","W WELLS BRANCH PKWY","SUMMIT DR","MASTER","578","5162458","0","","2005431","AUSTIN 2 MILE ETJ","","","2005387","NORTH","14196-14198 Summit Drive Austin, Texas 78728","14196-14198 Summit Drive","","Austin","Texas","78728","United States","30.4414845","-97.6920853","","TURNED_ON","0","0","Both" +"590","TRAFFIC","N IH 35 SVRD NB / E US 290 HWY SVRD WB","N IH 35 SVRD NB","E US 290 HWY SVRD WB","MASTER","579","5161309","4","","2012278","AUSTIN FULL PURPOSE","","","2035911","NORTH","6105 U.S. 290 Frontage Road Austin, Texas 78723","6105 U.S. 290 Frontage Road","","Austin","Texas","78723","United States","30.3227043","-97.7060852","","TURNED_ON","1","1","Both" +"591","TRAFFIC","N IH 35 SVRD SB / E KOENIG LN SVRD WB","N IH 35 SVRD SB","E KOENIG LN SVRD WB","MASTER","580","5161170","4","","2045305","AUSTIN FULL PURPOSE","","","2012354","NORTH","U.S. 290 Frontage Road Austin, Texas 78752","U.S. 290 Frontage Road","","Austin","Texas","78752","United States","30.3224621","-97.7074203","","TURNED_ON","1","1","Both" +"592","TRAFFIC","N IH 35 SVRD NB / E US 290 HWY SVRD EB","N IH 35 SVRD NB","E US 290 HWY SVRD EB","SLAVE","581","5161287","4","","2015183","AUSTIN FULL PURPOSE","","","2015194","NORTH","U.S. 290 Frontage Road Austin, Texas 78723","U.S. 290 Frontage Road","","Austin","Texas","78723","United States","30.3216934","-97.7063751","","TURNED_ON","1","1","Both" +"593","TRAFFIC","N IH 35 SVRD SB / E KOENIG LN SVRD EB","N IH 35 SVRD SB","E KOENIG LN SVRD EB","SLAVE","582","5161165","4","","2045317","AUSTIN FULL PURPOSE","","","2015215","NORTH","U.S. 290 Frontage Road Austin, Texas 78723","U.S. 290 Frontage Road","","Austin","Texas","78723","United States","30.3214207","-97.707489","","TURNED_ON","1","1","Both" +"594","TRAFFIC","E ST JOHNS AVE / N IH 35 SVRD SB","E ST JOHNS AVE","N IH 35 SVRD SB","SLAVE","583","5161428","4","","2011872","AUSTIN FULL PURPOSE","","","2011873","NORTH","712 East Saint Johns Avenue Austin, Texas 78752","712 East Saint Johns Avenue","","Austin","Texas","78752","United States","30.3329544","-97.7045288","","TURNED_ON","1","1","Both" +"595","TRAFFIC","E ST JOHNS AVE / N IH 35 SVRD NB","E ST JOHNS AVE","N IH 35 SVRD NB","MASTER","584","5161497","4","","2011891","AUSTIN FULL PURPOSE","","","2011955","NORTH","825-857 East Saint Johns Avenue Austin, Texas 78752","825-857 East Saint Johns Avenue","","Austin","Texas","78752","United States","30.3325787","-97.7037048","","TURNED_ON","1","1","Both" +"596","TRAFFIC","E RUNDBERG LN / N IH 35 SVRD SB","E RUNDBERG LN","N IH 35 SVRD SB","MASTER","585","5163096","4","","2010911","AUSTIN FULL PURPOSE","","","2010918","NORTH","9400 North Interstate 35 Frontage Road Austin, Texas 78753","9400 North Interstate 35 Frontage Road","","Austin","Texas","78753","United States","30.358427","-97.6885452","","TURNED_ON","0","0","Both" +"597","TRAFFIC","E RUNDBERG LN / N IH 35 SVRD NB","E RUNDBERG LN","N IH 35 SVRD NB","SLAVE","586","5163233","4","","2010930","AUSTIN FULL PURPOSE","","","2010918","NORTH","9401-9495 North Interstate 35 Frontage Road Austin, Texas 78753","9401-9495 North Interstate 35 Frontage Road","","Austin","Texas","78753","United States","30.3579063","-97.6874924","","TURNED_ON","0","0","Both" +"598","TRAFFIC","DESSAU RD / WANDERING WAY","DESSAU RD","WANDERING WAY","MASTER","587","5165227","1","","2012476","AUSTIN FULL PURPOSE","","","2012477","NORTH","11120 Wandering Way Austin, Texas 78754","11120 Wandering Way","","Austin","Texas","78754","United States","30.369976","-97.6674728","","TURNED_ON","1","1","Both" +"599","TRAFFIC","BURLESON RD / EMMA BROWNING AVE","BURLESON RD","EMMA BROWNING AVE","MASTER","588","5165374","2","","3347719","AUSTIN FULL PURPOSE","","","2027721","SOUTH","10198 Emma Browning Avenue Austin, Texas 78719","10198 Emma Browning Avenue","","Austin","Texas","78719","United States","30.1731625","-97.6705399","","TURNED_ON","1","1","Both" +"600","TRAFFIC","METRIC BLVD / BITTERN HOLW","METRIC BLVD","BITTERN HOLW","MASTER","589","5161654","7","","2006574","AUSTIN FULL PURPOSE","","","3270397","NORTH","12093-12099 Bittern Hollow Austin, Texas 78758","12093-12099 Bittern Hollow","","Austin","Texas","78758","United States","30.4031048","-97.7003403","","TURNED_ON","0","0","Both" +"601","TRAFFIC","ANDERSON MILL RD / N US 183 HWY SVRD NB","ANDERSON MILL RD","N US 183 HWY SVRD NB","SLAVE","590","5150772","6","","3313611","AUSTIN FULL PURPOSE","","","2038761","NORTH","13473-13479 Research Boulevard Austin, Texas 78729","13473-13479 Research Boulevard","","Austin","Texas","78729","United States","30.4488926","-97.7900314","","TURNED_ON","1","1","Both" +"602","TRAFFIC","ANDERSON MILL RD / N US 183 HWY SVRD SB","ANDERSON MILL RD","N US 183 HWY SVRD SB","MASTER","591","5150697","6","","3313614","AUSTIN FULL PURPOSE","","","2048216","NORTH","13466 Research Boulevard Austin, Texas 78750","13466 Research Boulevard","","Austin","Texas","78750","United States","30.4486465","-97.790947","","TURNED_ON","1","1","Both" +"603","TRAFFIC","LAKE CREEK PKWY / N US 183 HWY SVRD NB","LAKE CREEK PKWY","N US 183 HWY SVRD NB","SLAVE","592","5150435","6","","2048153","AUSTIN FULL PURPOSE","","","2037572","NORTH","13755 Research Boulevard Austin, Texas 78729","13755 Research Boulevard","","Austin","Texas","78729","United States","30.4614143","-97.7935562","","TURNED_ON","1","1","Both" +"604","TRAFFIC","LAKE CREEK PKWY / N US 183 HWY SVRD SB","LAKE CREEK PKWY","N US 183 HWY SVRD SB","MASTER","593","5150355","6","","2048156","AUSTIN FULL PURPOSE","","","2037572","NORTH","13768 Research Boulevard Austin, Texas 78750","13768 Research Boulevard","","Austin","Texas","78750","United States","30.4611416","-97.7945862","","TURNED_ON","1","1","Both" +"605","TRAFFIC","W WILLIAM CANNON DR / ","W WILLIAM CANNON DR","","UNKNOWN","594","","8","","","AUSTIN FULL PURPOSE","COSTCO","","3260646","SOUTH","4312 West William Cannon Drive Austin, Texas 78749","4312 West William Cannon Drive","","Austin","Texas","78749","United States","30.2224102","-97.8390427","","TURNED_ON","0","0","Both" +"606","TRAFFIC","S LAKELINE BLVD / PECAN PARK BLVD","S LAKELINE BLVD","PECAN PARK BLVD","MASTER","595","5149185","6","","3272816","AUSTIN FULL PURPOSE","","","2038005","NORTH","2900 South Lakeline Boulevard Cedar Park, Texas 78613","2900 South Lakeline Boulevard","","Cedar Park","Texas","78613","United States","30.4768543","-97.8072205","","TURNED_ON","1","1","Both" +"607","TRAFFIC","OAK KNOLL DR / RESEARCH BLVD SVRD NB","OAK KNOLL DR","RESEARCH BLVD SVRD NB","MASTER","596","5154140","6","","2007789","AUSTIN FULL PURPOSE","","","2007808","NORTH","12423-12499 Research Boulevard Austin, Texas 78759","12423-12499 Research Boulevard","","Austin","Texas","78759","United States","30.4294701","-97.7590485","","TURNED_ON","0","0","Both" +"608","TRAFFIC","LAKELINE MALL DR / PECAN PARK BLVD","LAKELINE MALL DR","PECAN PARK BLVD","MASTER","597","5149643","6","","3272712","AUSTIN FULL PURPOSE","","","2038324","NORTH","11200 Pecan Park Boulevard Cedar Park, Texas 78613","11200 Pecan Park Boulevard","","Cedar Park","Texas","78613","United States","30.4719791","-97.8020782","","TURNED_ON","0","0","None" +"609","TRAFFIC","DUVAL RD / RESEARCH BLVD SVRD NB","DUVAL RD","RESEARCH BLVD SVRD NB","MASTER","598","5155785","6","","2006067","AUSTIN FULL PURPOSE","","","2006073","NORTH","11693 Research Boulevard Austin, Texas 78759","11693 Research Boulevard","","Austin","Texas","78759","United States","30.4191017","-97.7464447","","TURNED_ON","0","0","Both" +"610","TRAFFIC","N LAMAR BLVD / W LONGSPUR BLVD","N LAMAR BLVD","W LONGSPUR BLVD","MASTER","599","5162396","4","","2039835","AUSTIN FULL PURPOSE","","","2010567","NORTH","9602 Texas 275 Loop Austin, Texas 78753","9602 Texas 275 Loop","","Austin","Texas","78753","United States","30.3673611","-97.6945877","","TURNED_ON","1","1","Both" +"611","TRAFFIC","JOLLYVILLE RD / BALCONES WOODS DR","JOLLYVILLE RD","BALCONES WOODS DR","MASTER","600","5155634","10","","2006458","AUSTIN FULL PURPOSE","","","2006453","NORTH","11125 Jollyville Road Austin, Texas 78759","11125 Jollyville Road","","Austin","Texas","78759","United States","30.407795","-97.7478638","","TURNED_ON","1","0","Both" +"612","TRAFFIC","SOUTHWEST PKWY / BOSTON LN","SOUTHWEST PKWY","BOSTON LN","MASTER","601","5147638","8","","2041466","AUSTIN FULL PURPOSE","","","2046523","SOUTH","4635 Boston Lane Austin, Texas 78735","4635 Boston Lane","","Austin","Texas","78735","United States","30.2401161","-97.8332901","","TURNED_ON","0","0","None" +"613","TRAFFIC","CAMERON RD / NORTHRIDGE DR","CAMERON RD","NORTHRIDGE DR","MASTER","602","5161782","4","","2015555","AUSTIN FULL PURPOSE","","","2015494","NORTH","1190-1198 Reinli Street Austin, Texas 78723","1190-1198 Reinli Street","","Austin","Texas","78723","United States","30.3158131","-97.7015381","","TURNED_ON","1","1","Both" +"614","TRAFFIC","RED RIVER ST / E 4TH ST","RED RIVER ST","E 4TH ST","MASTER","603","5157734","9","","2018982","AUSTIN FULL PURPOSE","","","2018981","CENTRAL","601 East 4th Street Austin, Texas 78701","601 East 4th Street","","Austin","Texas","78701","United States","30.2646255","-97.7378387","","TURNED_ON","1","1","Both" +"615","TRAFFIC","BURNET RD / RESEARCH BLVD SVRD SB","BURNET RD","RESEARCH BLVD SVRD SB","MASTER","604","5158961","7","","3312754","AUSTIN FULL PURPOSE","","","2039729","NORTH","9014 Research Boulevard Austin, Texas 78758","9014 Research Boulevard","","Austin","Texas","78758","United States","30.3728848","-97.7264786","","TURNED_ON","1","1","Both" +"616","TRAFFIC","FREIDRICH LN / WOODWARD ST","FREIDRICH LN","WOODWARD ST","MASTER","605","5156782","2","","2023189","AUSTIN FULL PURPOSE","","","2041737","SOUTH","4101-4113 Freidrich Lane Austin, Texas 78744","4101-4113 Freidrich Lane","","Austin","Texas","78744","United States","30.2132587","-97.7454681","","TURNED_ON","0","0","None" +"617","TRAFFIC","N FM 620 RD SB / NORTH LAKE CREEK PKWY","N FM 620 RD SB","NORTH LAKE CREEK PKWY","MASTER","606","5150708","6","","3271127","AUSTIN FULL PURPOSE","","","3271153","NORTH","13401 Ranch Road 620 Austin, Texas 78729","13401 Ranch Road 620","","Austin","Texas","78729","United States","30.4710636","-97.7902222","","TURNED_ON","1","1","Both" +"618","TRAFFIC","N FM 620 RD NB / LAKE CREEK PKWY","N FM 620 RD NB","LAKE CREEK PKWY","SLAVE","607","5150746","6","","3272889","AUSTIN FULL PURPOSE","","","3271119","NORTH","13401 Ranch Road 620 Austin, Texas 78729","13401 Ranch Road 620","","Austin","Texas","78729","United States","30.4702168","-97.7898941","","TURNED_ON","1","1","Both" +"619","TRAFFIC","E RIVERSIDE DR / CROSSING PL","E RIVERSIDE DR","CROSSING PL","MASTER","608","5160379","3","","3271168","AUSTIN FULL PURPOSE","","","2022822","SOUTH","1901 Crossing Place Austin, Texas 78741","1901 Crossing Place","","Austin","Texas","78741","United States","30.231636","-97.7174606","","TURNED_ON","1","1","Both" +"620","TRAFFIC","N IH 35 SVRD SB / E ANDERSON LN SVRD EB","N IH 35 SVRD SB","E ANDERSON LN SVRD EB","MASTER","609","5161809","4","","2011588","AUSTIN FULL PURPOSE","","","2011615","NORTH","7734-7798 North Interstate 35 Frontage Road Austin, Texas 78753","7734-7798 North Interstate 35 Frontage Road","","Austin","Texas","78753","United States","30.3395042","-97.7006454","","TURNED_ON","1","1","Both" +"621","TRAFFIC","N IH 35 SVRD NB / E ANDERSON LN SVRD WB","N IH 35 SVRD NB","E ANDERSON LN SVRD WB","SLAVE","610","5161926","4","","2011603","AUSTIN FULL PURPOSE","","","2011632","NORTH","8 North Interstate 35 Frontage Road Austin, Texas 78752","8 North Interstate 35 Frontage Road","","Austin","Texas","78752","United States","30.3388557","-97.6995544","","TURNED_ON","1","1","Both" +"622","TRAFFIC","N FM 620 RD SB / PECAN PARK BLVD","N FM 620 RD SB","PECAN PARK BLVD","MASTER","611","5149456","6","","3271352","AUSTIN FULL PURPOSE","","","3271371","NORTH","12701 Ranch Road 620 North Austin, Texas 78750","12701 Ranch Road 620 North","","Austin","Texas","78750","United States","30.4667587","-97.8042831","","TURNED_ON","1","1","Both" +"623","TRAFFIC","N FM 620 RD NB / PECAN PARK BLVD","N FM 620 RD NB","PECAN PARK BLVD","SLAVE","612","5149481","6","","3271352","AUSTIN FULL PURPOSE","","","3194298","NORTH","12739-12763 Ranch Road 620 North Austin, Texas 78750","12739-12763 Ranch Road 620 North","","Austin","Texas","78750","United States","30.4659653","-97.8039627","","TURNED_ON","1","1","Both" +"626","TRAFFIC","MANOR RD / ED BLUESTEIN BLVD SVRD NB","MANOR RD","ED BLUESTEIN BLVD SVRD NB","MASTER","613","5165590","1","","2015404","AUSTIN FULL PURPOSE","","","2015403","CENTRAL","7293-7311 Manor Road Austin, Texas 78724","7293-7311 Manor Road","","Austin","Texas","78724","United States","30.3166332","-97.6626892","","TURNED_ON","1","1","Both" +"627","TRAFFIC","MANOR RD / ED BLUESTEIN BLVD SVRD SB","MANOR RD","ED BLUESTEIN BLVD SVRD SB","SLAVE","614","5165539","1","","2019930","AUSTIN FULL PURPOSE","","","2015513","CENTRAL","7202-7248 Manor Road Austin, Texas 78723","7202-7248 Manor Road","","Austin","Texas","78723","United States","30.3152828","-97.6635742","","TURNED_ON","1","1","Both" +"628","TRAFFIC","ED BLUESTEIN BLVD NB / LOYOLA LN","ED BLUESTEIN BLVD NB","LOYOLA LN","MASTER","615","5165704","1","","2040707","AUSTIN FULL PURPOSE","","","2016362","CENTRAL","5531 Loyola Lane Austin, Texas 78724","5531 Loyola Lane","","Austin","Texas","78724","United States","30.3026314","-97.6609726","","TURNED_ON","0","0","Both" +"629","TRAFFIC","ED BLUESTEIN BLVD SB / TECHNI CENTER DR","ED BLUESTEIN BLVD SB","TECHNI CENTER DR","MASTER","616","5165361","1","","2019890","AUSTIN FULL PURPOSE","","","2018083","CENTRAL","6105 Techni Center Drive Austin, Texas 78721","6105 Techni Center Drive","","Austin","Texas","78721","United States","30.2760506","-97.6679153","","TURNED_ON","0","0","Both" +"632","TRAFFIC","GREAT HILLS TRL / JOLLYVILLE RD","GREAT HILLS TRL","JOLLYVILLE RD","MASTER","617","5155431","10","","2046962","AUSTIN FULL PURPOSE","","","3312910","NORTH","10022-10232 Jollyville Road Austin, Texas 78759","10022-10232 Jollyville Road","","Austin","Texas","78759","United States","30.3941898","-97.7497025","","TURNED_ON","1","0","Both" +"633","TRAFFIC","JOLLYVILLE RD / OAK KNOLL DR","JOLLYVILLE RD","OAK KNOLL DR","MASTER","618","5154014","10","","2007855","AUSTIN FULL PURPOSE","","","2007856","NORTH","11909 Oak Knoll Drive Austin, Texas 78759","11909 Oak Knoll Drive","","Austin","Texas","78759","United States","30.427557","-97.7600708","","TURNED_ON","1","0","Both" +"635","TRAFFIC","FM 969 RD / ED BLUESTEIN BLVD SVRD NB","FM 969 RD","ED BLUESTEIN BLVD SVRD NB","MASTER","619","5165563","1","","2017460","AUSTIN FULL PURPOSE","","","2017440","CENTRAL","6121 Farm to Market 969 Austin, Texas 78724","6121 Farm to Market 969","","Austin","Texas","78724","United States","30.2854214","-97.6640472","","TURNED_ON","1","1","Both" +"636","TRAFFIC","E MARTIN LUTHER KING JR BLVD / ED BLUESTEIN BLVD SVRD SB","E MARTIN LUTHER KING JR BLVD","ED BLUESTEIN BLVD SVRD SB","SLAVE","620","5165415","1","","2017457","AUSTIN FULL PURPOSE","","","2017413","CENTRAL","5755-5799 East Martin Luther King Junior Boulevard Austin, Texas 78721","5755-5799 East Martin Luther King Junior Boulevard","","Austin","Texas","78721","United States","30.2858715","-97.6668015","","TURNED_ON","1","1","Both" +"637","TRAFFIC","E MARTIN LUTHER KING JR BLVD / SPRINGDALE RD","E MARTIN LUTHER KING JR BLVD","SPRINGDALE RD","MASTER","621","5164054","1","","2017499","AUSTIN FULL PURPOSE","","","2017436","CENTRAL","4301 Springdale Road Austin, Texas 78723","4301 Springdale Road","","Austin","Texas","78723","United States","30.285862","-97.6826248","","TURNED_ON","1","1","Both" +"638","TRAFFIC","W ANDERSON LN SVRD WB / N LAMAR BLVD SVRD NB","W ANDERSON LN SVRD WB","N LAMAR BLVD SVRD NB","MASTER","622","5160636","4","","2011335","AUSTIN FULL PURPOSE","","","2012677","NORTH","7945 North Lamar Boulevard Austin, Texas 78753","7945 North Lamar Boulevard","","Austin","Texas","78753","United States","30.3477535","-97.7119446","","TURNED_ON","1","1","Both" +"639","TRAFFIC","N LAMAR BLVD SVRD SB / RESEARCH BLVD SVRD NB","N LAMAR BLVD SVRD SB","RESEARCH BLVD SVRD NB","SLAVE","623","5160574","4","","2012670","AUSTIN FULL PURPOSE","","","2011318","NORTH","7898 North Lamar Boulevard Austin, Texas 78758","7898 North Lamar Boulevard","","Austin","Texas","78758","United States","30.3483505","-97.712532","","TURNED_ON","1","1","Both" +"640","TRAFFIC","W ANDERSON LN SVRD EB / N LAMAR BLVD SVRD NB","W ANDERSON LN SVRD EB","N LAMAR BLVD SVRD NB","MASTER","624","5160595","4","","2011335","AUSTIN FULL PURPOSE","","","2012681","NORTH","7875-7897 North Lamar Boulevard Austin, Texas 78752","7875-7897 North Lamar Boulevard","","Austin","Texas","78752","United States","30.3470039","-97.7124252","","TURNED_ON","1","1","Both" +"641","TRAFFIC","N LAMAR BLVD SVRD SB / RESEARCH BLVD SVRD SB","N LAMAR BLVD SVRD SB","RESEARCH BLVD SVRD SB","SLAVE","625","5160514","7","","2012663","AUSTIN FULL PURPOSE","","","2011318","NORTH","7870-7872 North Lamar Boulevard Austin, Texas 78757","7870-7872 North Lamar Boulevard","","Austin","Texas","78757","United States","30.3475475","-97.7131195","","TURNED_ON","1","1","Both" +"642","TRAFFIC","PAYTON GIN RD / OHLEN RD","PAYTON GIN RD","OHLEN RD","MASTER","626","5160293","4","","2012650","AUSTIN FULL PURPOSE","","","2010694","NORTH","1611 Payton Gin Road Austin, Texas 78758","1611 Payton Gin Road","","Austin","Texas","78758","United States","30.3643188","-97.714592","","TURNED_ON","0","0","None" +"643","TRAFFIC","W SLAUGHTER LN / SENDERA MESA DR","W SLAUGHTER LN","SENDERA MESA DR","MASTER","627","5145092","8","","2026293","AUSTIN FULL PURPOSE","","","2026053","SOUTH","9218 Sendera Mesa Drive Austin, Texas 78749","9218 Sendera Mesa Drive","","Austin","Texas","78749","United States","30.1987305","-97.8627777","","TURNED_ON","1","0","Both" +"644","TRAFFIC","N FM 620 RD / ANDERSON MILL RD","N FM 620 RD","ANDERSON MILL RD","MASTER","628","5147797","6","","3193153","AUSTIN FULL PURPOSE","","","2007085","NORTH","11611 Ranch Road 620 North Austin, Texas 78750","11611 Ranch Road 620 North","","Austin","Texas","78750","United States","30.4554501","-97.8258057","","TURNED_ON","0","0","Both" +"645","TRAFFIC","LAMPLIGHT VILLAGE AVE / SCOFIELD RIDGE PKWY","LAMPLIGHT VILLAGE AVE","SCOFIELD RIDGE PKWY","MASTER","629","5162830","7","","2005677","AUSTIN FULL PURPOSE","","","2005676","NORTH","13328-13332 Lamplight Village Avenue Austin, Texas 78727","13328-13332 Lamplight Village Avenue","","Austin","Texas","78727","United States","30.4281406","-97.6890717","","TURNED_ON","0","0","None" +"646","TRAFFIC","ANDERSON MILL RD / POND SPRINGS RD","ANDERSON MILL RD","POND SPRINGS RD","MASTER","630","5151165","6","","2007231","AUSTIN FULL PURPOSE","","","2038761","NORTH","9320-9434 Anderson Mill Road Austin, Texas 78729","9320-9434 Anderson Mill Road","","Austin","Texas","78729","United States","30.4503841","-97.7853088","","TURNED_ON","1","0","Both" +"647","TRAFFIC","S PLEASANT VALLEY RD / NUCKOLS CROSSING RD","S PLEASANT VALLEY RD","NUCKOLS CROSSING RD","MASTER","631","5157009","2","","2036547","AUSTIN FULL PURPOSE","","","2036548","SOUTH","6142-6192 South Pleasant Valley Road Austin, Texas 78744","6142-6192 South Pleasant Valley Road","","Austin","Texas","78744","United States","30.1844883","-97.7449036","","TURNED_ON","0","0","None" +"648","TRAFFIC","SPRINGDALE RD / E 51ST ST","SPRINGDALE RD","E 51ST ST","MASTER","632","5164505","1","","2016964","AUSTIN FULL PURPOSE","","","2016963","CENTRAL","5100 Springdale Road Austin, Texas 78723","5100 Springdale Road","","Austin","Texas","78723","United States","30.2936001","-97.6778107","","TURNED_ON","1","1","Both" +"649","TRAFFIC","BERKMAN DR / BRIARCLIFF BLVD","BERKMAN DR","BRIARCLIFF BLVD","MASTER","633","5162791","4","","2015585","AUSTIN FULL PURPOSE","","","2015584","NORTH","1701 Briarcliff Boulevard Austin, Texas 78723","1701 Briarcliff Boulevard","","Austin","Texas","78723","United States","30.3140945","-97.6925049","","TURNED_ON","0","0","None" +"651","TRAFFIC","E US 290 HWY SVRD WB / BERKMAN DR","E US 290 HWY SVRD WB","BERKMAN DR","MASTER","634","5163176","1","","2015174","AUSTIN FULL PURPOSE","","","2015173","NORTH","U.S. 290 Frontage Road Austin, Texas 78752","U.S. 290 Frontage Road","","Austin","Texas","78752","United States","30.3219185","-97.6890259","","TURNED_ON","0","0","Both" +"652","TRAFFIC","BERKMAN DR / E US 290 HWY SVRD EB","BERKMAN DR","E US 290 HWY SVRD EB","SLAVE","635","5163189","1","","2015196","AUSTIN FULL PURPOSE","","","2015197","NORTH","6731 U.S. 290 Frontage Road Austin, Texas 78723","6731 U.S. 290 Frontage Road","","Austin","Texas","78723","United States","30.3208694","-97.6889267","","TURNED_ON","0","0","Both" +"653","TRAFFIC","CAMERON RD / E ST JOHNS AVE","CAMERON RD","E ST JOHNS AVE","MASTER","636","5162779","1","","2012206","AUSTIN FULL PURPOSE","","","2012148","NORTH","1400 East Saint Johns Avenue Austin, Texas 78752","1400 East Saint Johns Avenue","","Austin","Texas","78752","United States","30.3260517","-97.6923065","","TURNED_ON","1","1","Both" +"654","TRAFFIC","CAMERON RD / E US 290 HWY SVRD WB","CAMERON RD","E US 290 HWY SVRD WB","SLAVE","637","5162504","1","","2015177","AUSTIN FULL PURPOSE","","","2015206","NORTH","6448 U.S. 290 Frontage Road Austin, Texas 78723","6448 U.S. 290 Frontage Road","","Austin","Texas","78723","United States","30.3218555","-97.6949463","","TURNED_ON","1","1","Both" +"655","TRAFFIC","CAMERON RD / E US 290 HWY SVRD EB","CAMERON RD","E US 290 HWY SVRD EB","MASTER","638","5162397","1","","2015208","AUSTIN FULL PURPOSE","","","2015206","NORTH","6441 U.S. 290 Frontage Road Austin, Texas 78723","6441 U.S. 290 Frontage Road","","Austin","Texas","78723","United States","30.3207817","-97.6958618","","TURNED_ON","0","0","Both" +"656","TRAFFIC","CAMERON RD / BRIARCLIFF BLVD","CAMERON RD","BRIARCLIFF BLVD","MASTER","639","5161995","1","","2015442","AUSTIN FULL PURPOSE","","","2015408","NORTH","6000 Cameron Road Austin, Texas 78723","6000 Cameron Road","","Austin","Texas","78723","United States","30.3172894","-97.6996155","","TURNED_ON","1","1","Both" +"657","TRAFFIC","CAMERON RD / BROADMOOR DR","CAMERON RD","BROADMOOR DR","MASTER","640","5161246","4","","2015871","AUSTIN FULL PURPOSE","","","2015797","NORTH","1201 Broadmoor Drive Austin, Texas 78723","1201 Broadmoor Drive","","Austin","Texas","78723","United States","30.3114204","-97.7070084","","TURNED_ON","1","1","Both" +"658","TRAFFIC","E 51ST ST / CAMERON RD","E 51ST ST","CAMERON RD","SLAVE","641","5160982","9","","2015987","AUSTIN FULL PURPOSE","","","2015935","CENTRAL","1108 East 51st Street Austin, Texas 78723","1108 East 51st Street","","Austin","Texas","78723","United States","30.3091068","-97.7097549","","TURNED_ON","0","0","Both" +"659","TRAFFIC","E 51ST ST / N IH 35 SVRD SB","E 51ST ST","N IH 35 SVRD SB","MASTER","642","5160817","9","","2015901","AUSTIN FULL PURPOSE","","","2015902","CENTRAL","1000 East 51st Street Austin, Texas 78723","1000 East 51st Street","","Austin","Texas","78723","United States","30.3101578","-97.7113037","","TURNED_ON","0","0","Both" +"660","TRAFFIC","MANOR RD / E 51ST ST","MANOR RD","E 51ST ST","MASTER","643","5163482","1","","2016694","AUSTIN FULL PURPOSE","","","2016693","CENTRAL","5100-5110 Manor Road Austin, Texas 78723","5100-5110 Manor Road","","Austin","Texas","78723","United States","30.2981815","-97.6870575","","TURNED_ON","1","1","Both" +"661","TRAFFIC","W BRAKER LN / JOLLYVILLE RD","W BRAKER LN","JOLLYVILLE RD","MASTER","644","5155508","10","","2006595","AUSTIN FULL PURPOSE","","","3257537","NORTH","10729-10925 Jollyville Road Austin, Texas 78759","10729-10925 Jollyville Road","","Austin","Texas","78759","United States","30.4006977","-97.7488632","","TURNED_ON","1","0","Both" +"662","TRAFFIC","FM 969 RD / CRAIGWOOD DR","FM 969 RD","CRAIGWOOD DR","MASTER","645","5165822","1","","2017538","AUSTIN FULL PURPOSE","","","2017478","CENTRAL","6400 Farm to Market 969 Austin, Texas 78724","6400 Farm to Market 969","","Austin","Texas","78724","United States","30.2847252","-97.6598206","","TURNED_ON","1","1","Both" +"663","TRAFFIC","LAKELINE BLVD / NORTH LAKE CREEK PKWY","LAKELINE BLVD","NORTH LAKE CREEK PKWY","MASTER","646","5150223","6","","2030000","AUSTIN FULL PURPOSE","","","2038302","NORTH","11020 Lakeline Boulevard Austin, Texas 78717","11020 Lakeline Boulevard","","Austin","Texas","78717","United States","30.4801693","-97.795433","","TURNED_ON","1","1","Both" +"664","TRAFFIC","MANOR RD / SPRINGDALE RD","MANOR RD","SPRINGDALE RD","MASTER","647","5165229","1","","2016131","AUSTIN FULL PURPOSE","","","2015933","CENTRAL","6600 Manor Road Austin, Texas 78723","6600 Manor Road","","Austin","Texas","78723","United States","30.3089867","-97.6690598","","TURNED_ON","1","1","Both" +"665","TRAFFIC","MC NEIL DR / ","MC NEIL DR","","MASTER","648","","0","","","AUSTIN 2 MILE ETJ","YMCA","","3272577","NORTH","5568 McNeil Drive Austin, Texas 78729","5568 McNeil Drive","","Austin","Texas","78729","United States","30.4463997","-97.7342911","","TURNED_ON","1","1","Both" +"666","TRAFFIC","MC NEIL RD / W HOWARD LN","MC NEIL RD","W HOWARD LN","MASTER","649","5158796","6","","2038391","AUSTIN LTD","","","2042568","NORTH","Old W Howard Lane Austin, Texas 78728","Old W Howard Lane","","Austin","Texas","78728","United States","30.4490528","-97.7255859","","TURNED_ON","1","1","Both" +"667","TRAFFIC","BURNET RD / RESEARCH BLVD SVRD NB","BURNET RD","RESEARCH BLVD SVRD NB","SLAVE","650","5158979","7","","3312733","AUSTIN FULL PURPOSE","","","2039729","NORTH","9041 Research Boulevard Austin, Texas 78758","9041 Research Boulevard","","Austin","Texas","78758","United States","30.3735065","-97.7262878","615","TURNED_ON","1","1","Both" +"668","TRAFFIC","MANOR RD / SUSQUEHANNA LN","MANOR RD","SUSQUEHANNA LN","MASTER","651","5165474","1","","2040556","AUSTIN FULL PURPOSE","","","2015624","CENTRAL","3507 Susquehanna Lane Austin, Texas 78723","3507 Susquehanna Lane","","Austin","Texas","78723","United States","30.3130779","-97.6650085","","TURNED_ON","1","1","Both" +"669","TRAFFIC","GREAT HILLS TRL / ","GREAT HILLS TRL","","MASTER","652","","10","","","AUSTIN FULL PURPOSE","","","3313033","NORTH","9737 Somerset Drive Austin, Texas 78759","9737 Somerset Drive","","Austin","Texas","78759","United States","30.3944759","-97.752121","","TURNED_ON","1","0","Both" +"670","TRAFFIC","MANOR RD / PECAN BROOK DR","MANOR RD","PECAN BROOK DR","MASTER","653","5165650","0","","2040509","AUSTIN 2 MILE ETJ","","","2040500","CENTRAL","7600 Springdale Road Austin, Texas 78724","7600 Springdale Road","","Austin","Texas","78724","United States","30.3186951","-97.6613617","","TURNED_ON","1","1","Both" +"671","TRAFFIC","S LAKELINE BLVD / N US 183 HWY SVRD SB","S LAKELINE BLVD","N US 183 HWY SVRD SB","MASTER","654","5149505","6","","3292938","AUSTIN FULL PURPOSE","","","2038006","NORTH","14050 U.S. 183 Austin, Texas 78717","14050 U.S. 183","","Austin","Texas","78717","United States","30.4794254","-97.803299","","TURNED_ON","1","1","Both" +"672","TRAFFIC","LAKELINE BLVD / N US 183 HWY SVRD NB","LAKELINE BLVD","N US 183 HWY SVRD NB","SLAVE","655","5149638","6","","3292935","AUSTIN FULL PURPOSE","","","3292930","NORTH","126 U.S. 183 Austin, Texas 78717","126 U.S. 183","","Austin","Texas","78717","United States","30.4800491","-97.8019562","","TURNED_ON","1","1","Both" +"673","TRAFFIC","W PARMER LN / AMBERGLEN BLVD","W PARMER LN","AMBERGLEN BLVD","MASTER","656","5153506","0","","2030041","AUSTIN 2 MILE ETJ","","","2038470","NORTH","8901 Amberglen Boulevard Austin, Texas 78729","8901 Amberglen Boulevard","","Austin","Texas","78729","United States","30.4714336","-97.7626419","","TURNED_ON","1","0","Both" +"674","TRAFFIC","W PARMER LN / TAMAYO DR","W PARMER LN","TAMAYO DR","MASTER","657","5154858","6","","2005056","AUSTIN LTD","","","2006692","NORTH","13445 Tamayo Drive Austin, Texas 78729","13445 Tamayo Drive","","Austin","Texas","78729","United States","30.4559517","-97.7527771","","TURNED_ON","1","0","Both" +"675","TRAFFIC","ANDERSON MILL RD / W PARMER LN","ANDERSON MILL RD","W PARMER LN","UNKNOWN","658","5154630","0","","2006692","AUSTIN 2 MILE ETJ","","","2036005","NORTH","West Parmer Lane Austin, Texas 78729","West Parmer Lane","","Austin","Texas","78729","United States","30.4605808","-97.7545547","","TURNED_ON","1","0","Both" +"677","TRAFFIC","MC NEIL DR / W PARMER LN","MC NEIL DR","W PARMER LN","MASTER","659","5156304","6","","2005345","AUSTIN FULL PURPOSE","","","2005368","NORTH","McNeil Drive Austin, Texas 78729","McNeil Drive","","Austin","Texas","78729","United States","30.4438496","-97.7423935","","TURNED_ON","1","1","Both" +"678","TRAFFIC","E 51ST ST / BERKMAN DR","E 51ST ST","BERKMAN DR","MASTER","660","5162129","4","","2016330","AUSTIN FULL PURPOSE","","","3377266","CENTRAL","320 Berkman Drive Austin, Texas 78723","320 Berkman Drive","","Austin","Texas","78723","United States","30.3039074","-97.6988754","","TURNED_ON","0","0","Both" +"679","TRAFFIC","ESCARPMENT BLVD / LA CROSSE AVE","ESCARPMENT BLVD","LA CROSSE AVE","MASTER","661","5143993","8","","2027126","AUSTIN FULL PURPOSE","","","2027147","SOUTH","5919 La Crosse Avenue Austin, Texas 78739","5919 La Crosse Avenue","","Austin","Texas","78739","United States","30.1939869","-97.8848801","","TURNED_ON","0","0","None" +"681","TRAFFIC","ESCARPMENT BLVD / W SLAUGHTER LN","ESCARPMENT BLVD","W SLAUGHTER LN","MASTER","662","5144234","8","","3260172","AUSTIN FULL PURPOSE","","","2027029","SOUTH","Escarpment Boulevard Austin, Texas 78749","Escarpment Boulevard","","Austin","Texas","78749","United States","30.2005997","-97.8784256","","TURNED_ON","1","0","Both" +"682","TRAFFIC","MC NEIL DR / CORPUS CHRISTI DR","MC NEIL DR","CORPUS CHRISTI DR","MASTER","663","5155299","6","","2005430","AUSTIN FULL PURPOSE","","","2005444","NORTH","6511 Melrose Trail Austin, Texas 78727","6511 Melrose Trail","","Austin","Texas","78727","United States","30.4411297","-97.7496262","","TURNED_ON","1","0","Both" +"683","TRAFFIC","W BEN WHITE BLVD SVRD WB / S LAMAR BLVD SVRD NB","W BEN WHITE BLVD SVRD WB","S LAMAR BLVD SVRD NB","SLAVE","664","5150776","5","","3221556","AUSTIN FULL PURPOSE","","","2026370","SOUTH","4200 South Lamar Boulevard Austin, Texas 78704","4200 South Lamar Boulevard","","Austin","Texas","78704","United States","30.2342701","-97.7956467","","TURNED_ON","1","1","Both" +"684","TRAFFIC","W BEN WHITE BLVD SVRD EB / S LAMAR BLVD SVRD NB","W BEN WHITE BLVD SVRD EB","S LAMAR BLVD SVRD NB","MASTER","665","5150689","5","","3212686","AUSTIN FULL PURPOSE","","","3221562","SOUTH","4411 South Lamar Boulevard Austin, Texas 78745","4411 South Lamar Boulevard","","Austin","Texas","78745","United States","30.2336826","-97.7966614","","TURNED_ON","1","1","Both" +"685","TRAFFIC","S CAPITAL OF TEXAS HWY SVRD NB / S LAMAR BLVD SVRD SB","S CAPITAL OF TEXAS HWY SVRD NB","S LAMAR BLVD SVRD SB","SLAVE","666","5150751","5","","2026595","AUSTIN FULL PURPOSE","","","2026599","SOUTH","4236 South Lamar Boulevard Austin, Texas 78704","4236 South Lamar Boulevard","","Austin","Texas","78704","United States","30.2345924","-97.7959976","","TURNED_ON","1","1","Both" +"686","TRAFFIC","S CAPITAL OF TEXAS HWY SVRD SB / S LAMAR BLVD SVRD SB","S CAPITAL OF TEXAS HWY SVRD SB","S LAMAR BLVD SVRD SB","SLAVE","667","5150660","5","","2026527","AUSTIN FULL PURPOSE","","","2026321","SOUTH","4411 South Lamar Boulevard Austin, Texas 78745","4411 South Lamar Boulevard","","Austin","Texas","78745","United States","30.2340221","-97.7970657","","TURNED_ON","1","1","Both" +"687","TRAFFIC","OAK KNOLL DR / RESEARCH BLVD SVRD SB","OAK KNOLL DR","RESEARCH BLVD SVRD SB","SLAVE","668","5154086","10","","2042619","AUSTIN FULL PURPOSE","","","2007808","NORTH","12500 Research Boulevard Austin, Texas 78759","12500 Research Boulevard","","Austin","Texas","78759","United States","30.4288826","-97.7594604","","TURNED_ON","0","0","Both" +"688","TRAFFIC","S LAKELINE BLVD / RIDGELINE BLVD","S LAKELINE BLVD","RIDGELINE BLVD","MASTER","669","5148901","6","","2003732","AUSTIN FULL PURPOSE","","","2038331","NORTH","Ridgeline Boulevard Cedar Park, Texas 78613","Ridgeline Boulevard","","Cedar Park","Texas","78613","United States","30.475338","-97.8108978","","TURNED_ON","1","1","Both" +"689","TRAFFIC","FM 2222 RD / JESTER BLVD","FM 2222 RD","JESTER BLVD","MASTER","670","5149888","10","","2044808","AUSTIN FULL PURPOSE","","","3371929","NORTH","7201 Ranch Road 2222 Austin, Texas 78730","7201 Ranch Road 2222","","Austin","Texas","78730","United States","30.3694973","-97.8019943","","TURNED_ON","1","0","Both" +"690","TRAFFIC","LAKELINE MALL DR / N US 183 HWY SVRD SB","LAKELINE MALL DR","N US 183 HWY SVRD SB","MASTER","671","5149897","6","","3271336","AUSTIN FULL PURPOSE","","","3272841","NORTH","Research Boulevard Austin, Texas ","Research Boulevard","","Austin","Texas","","United States","30.4728546","-97.7991867","","TURNED_ON","1","1","Both" +"691","TRAFFIC","LAKELINE MALL DR / N US 183 HWY SVRD NB","LAKELINE MALL DR","N US 183 HWY SVRD NB","SLAVE","672","5149969","6","","3292934","AUSTIN FULL PURPOSE","","","3272831","NORTH","11237-11253 Lakeline Mall Drive Austin, Texas 78717","11237-11253 Lakeline Mall Drive","","Austin","Texas","78717","United States","30.4732018","-97.7982635","","TURNED_ON","1","1","Both" +"692","TRAFFIC","W HOWARD LN / N IH 35 SVRD NB","W HOWARD LN","N IH 35 SVRD NB","MASTER","673","5164799","7","","2005795","AUSTIN FULL PURPOSE","","","3359710","NORTH","13701-13991 North Interstate 35 Frontage Road Austin, Texas 78753","13701-13991 North Interstate 35 Frontage Road","","Austin","Texas","78753","United States","30.4242554","-97.6711884","","TURNED_ON","1","1","Both" +"693","TRAFFIC","W HOWARD LN / N IH 35 SVRD SB","W HOWARD LN","N IH 35 SVRD SB","SLAVE","674","5164744","7","","2005828","AUSTIN FULL PURPOSE","","","3288083","NORTH","13700-13706 North Interstate 35 Frontage Road Austin, Texas 78753","13700-13706 North Interstate 35 Frontage Road","","Austin","Texas","78753","United States","30.4244652","-97.6718903","","TURNED_ON","1","1","Both" +"694","TRAFFIC","RESEARCH BLVD SVRD SB / ANDERSON SQ","RESEARCH BLVD SVRD SB","ANDERSON SQ","MASTER","675","5160296","7","","2040074","AUSTIN FULL PURPOSE","","","2012672","NORTH","8086 Anderson Square Austin, Texas 78757","8086 Anderson Square","","Austin","Texas","78757","United States","30.3528557","-97.714859","","TURNED_ON","0","0","Both" +"695","TRAFFIC","RESEARCH BLVD SVRD NB / ANDERSON SQ","RESEARCH BLVD SVRD NB","ANDERSON SQ","SLAVE","676","5160371","4","","2040074","AUSTIN FULL PURPOSE","","","2042791","NORTH","8121 Research Boulevard Austin, Texas 78758","8121 Research Boulevard","","Austin","Texas","78758","United States","30.3531017","-97.7141953","","TURNED_ON","0","0","Both" +"696","TRAFFIC","RESEARCH BLVD SVRD NB / FAIRFIELD DR","RESEARCH BLVD SVRD NB","FAIRFIELD DR","MASTER","677","5160097","4","","2010851","AUSTIN FULL PURPOSE","","","2042775","NORTH","1460-1470 Fairfield Drive Austin, Texas 78757","1460-1470 Fairfield Drive","","Austin","Texas","78757","United States","30.360487","-97.7164764","","TURNED_ON","0","0","Both" +"697","TRAFFIC","FAIRFIELD DR / RESEARCH BLVD SVRD SB","FAIRFIELD DR","RESEARCH BLVD SVRD SB","SLAVE","678","5160055","7","","2039945","AUSTIN FULL PURPOSE","","","2010854","NORTH","1461-1471 Fairfield Drive Austin, Texas 78758","1461-1471 Fairfield Drive","","Austin","Texas","78758","United States","30.3603783","-97.7168732","","TURNED_ON","0","0","Both" +"698","TRAFFIC","DUVAL RD / JOLLYVILLE RD","DUVAL RD","JOLLYVILLE RD","MASTER","679","5155327","10","","2006169","AUSTIN FULL PURPOSE","","","2039193","NORTH","5799 Duval Road Austin, Texas 78759","5799 Duval Road","","Austin","Texas","78759","United States","30.4172859","-97.7500381","","TURNED_ON","1","0","Both" +"699","TRAFFIC","DUVAL RD / RESEARCH BLVD SVRD SB","DUVAL RD","RESEARCH BLVD SVRD SB","SLAVE","680","5155662","10","","2006075","AUSTIN FULL PURPOSE","","","2039193","NORTH","11724 Research Boulevard Austin, Texas 78759","11724 Research Boulevard","","Austin","Texas","78759","United States","30.4189987","-97.7473297","","TURNED_ON","0","0","Both" +"700","TRAFFIC","E SLAUGHTER LN / E SLAUGHTER TO BRANDT RAMP","E SLAUGHTER LN","E SLAUGHTER TO BRANDT RAMP","MASTER","681","5152843","5","","2037482","AUSTIN FULL PURPOSE","","","2037483","SOUTH","801 East Slaughter Lane Austin, Texas 78744","801 East Slaughter Lane","","Austin","Texas","78744","United States","30.1602306","-97.7767181","","TURNED_ON","0","0","None" +"701","TRAFFIC","W SLAUGHTER LN / PALACE PKWY","W SLAUGHTER LN","PALACE PKWY","MASTER","682","5149988","5","","2027775","AUSTIN FULL PURPOSE","","","2027774","SOUTH","9106 Palace Parkway Austin, Texas 78748","9106 Palace Parkway","","Austin","Texas","78748","United States","30.1740322","-97.8058777","","TURNED_ON","0","0","Both" +"702","TRAFFIC","FM 969 RD / DECKER LN","FM 969 RD","DECKER LN","MASTER","683","5167104","1","","3194838","AUSTIN FULL PURPOSE","","","3187621","CENTRAL","8609 Farm to Market 969 Austin, Texas 78724","8609 Farm to Market 969","","Austin","Texas","78724","United States","30.2767944","-97.6372757","","TURNED_ON","1","1","Both" +"703","TRAFFIC","W US 290 HWY / FM 1826 RD","W US 290 HWY","FM 1826 RD","MASTER","684","5143814","8","","2036216","AUSTIN FULL PURPOSE","","","2026805","SOUTH","7800-8028 Farm to Market Road 1826 Austin, Texas 78737","7800-8028 Farm to Market Road 1826","","Austin","Texas","78737","United States","30.2291946","-97.8883057","","TURNED_ON","0","0","None" +"704","TRAFFIC","BRODIE LN / SILK OAK DR","BRODIE LN","SILK OAK DR","MASTER","685","5146665","8","","2026451","AUSTIN FULL PURPOSE","","","2041995","SOUTH","Silk Oak Drive Austin, Texas 78749","Silk Oak Drive","","Austin","Texas","78749","United States","30.1907635","-97.8452148","","TURNED_ON","1","0","Both" +"705","TRAFFIC","MC KINNEY FALLS PKWY / DEE GABRIEL COLLINS RD","MC KINNEY FALLS PKWY","DEE GABRIEL COLLINS RD","MASTER","686","5160044","2","","3287684","AUSTIN FULL PURPOSE","","","3194810","SOUTH","7062 Dee Gabriel Collins Road Austin, Texas 78744","7062 Dee Gabriel Collins Road","","Austin","Texas","78744","United States","30.1724491","-97.7220612","","TURNED_ON","0","0","None" +"706","TRAFFIC","W US 290 HWY / W WILLIAM CANNON DR","W US 290 HWY","W WILLIAM CANNON DR","MASTER","687","5144899","8","","3260427","AUSTIN FULL PURPOSE","","","2024066","SOUTH","6425 West William Cannon Drive Austin, Texas 78735","6425 West William Cannon Drive","","Austin","Texas","78735","United States","30.2340565","-97.86483","","TURNED_ON","0","0","Both" +"707","TRAFFIC","N US 183 HWY SVRD SB / PECAN PARK BLVD","N US 183 HWY SVRD SB","PECAN PARK BLVD","MASTER","688","5150177","6","","2048238","AUSTIN FULL PURPOSE","","","2048262","NORTH","13831 Research Boulevard Austin, Texas 78729","13831 Research Boulevard","","Austin","Texas","78729","United States","30.4653149","-97.7962723","","TURNED_ON","1","1","Both" +"708","TRAFFIC","N US 183 HWY SVRD NB / PECAN PARK BLVD","N US 183 HWY SVRD NB","PECAN PARK BLVD","SLAVE","689","5150282","6","","2048238","AUSTIN FULL PURPOSE","","","2048260","NORTH","13829 Research Boulevard Austin, Texas 78729","13829 Research Boulevard","","Austin","Texas","78729","United States","30.4655991","-97.7952499","","TURNED_ON","1","1","Both" +"709","TRAFFIC","W SH 71 / W US 290 HWY EB","W SH 71","W US 290 HWY EB","MASTER","690","5144363","8","","2026767","AUSTIN FULL PURPOSE","","","2026768","SOUTH","Texas 71 Austin, Texas ","Texas 71","","Austin","Texas","","United States","30.2333431","-97.8747025","","TURNED_ON","0","0","Both" +"710","TRAFFIC","W US 290 HWY SVRD WB / INDUSTRIAL OAKS BLVD","W US 290 HWY SVRD WB","INDUSTRIAL OAKS BLVD","SLAVE","691","5147034","8","","2034764","AUSTIN FULL PURPOSE","","","3192560","SOUTH","4912 Monterey Oaks Boulevard Austin, Texas 78749","4912 Monterey Oaks Boulevard","","Austin","Texas","78749","United States","30.2370605","-97.8398972","","TURNED_ON","1","0","Both" +"711","TRAFFIC","W US 290 HWY SVRD EB / MONTEREY OAKS BLVD","W US 290 HWY SVRD EB","MONTEREY OAKS BLVD","MASTER","692","5147043","8","","2026639","AUSTIN FULL PURPOSE","","","3192564","SOUTH","104 West US Highway 290 Service Road Austin, Texas 78735","104 West US Highway 290 Service Road","","Austin","Texas","78735","United States","30.2361565","-97.839798","","TURNED_ON","1","0","Both" +"712","TRAFFIC","W US 290 HWY / ","W US 290 HWY","","MASTER","693","","8","","","AUSTIN FULL PURPOSE","ACC PINNACLE CAMPUS","","2044991","SOUTH","7815 U.S. 290 Austin, Texas 78736","7815 U.S. 290","","Austin","Texas","78736","United States","30.2289925","-97.885376","","TURNED_ON","0","0","None" +"713","TRAFFIC","W US 290 HWY / CONVICT HILL RD","W US 290 HWY","CONVICT HILL RD","MASTER","694","5144159","8","","2026804","AUSTIN FULL PURPOSE","","","2026787","SOUTH","7009 Convict Hill Road Austin, Texas 78749","7009 Convict Hill Road","","Austin","Texas","78749","United States","30.2307835","-97.8792953","","TURNED_ON","0","0","None" +"714","TRAFFIC","W ST JOHNS AVE / NORTHCREST BLVD","W ST JOHNS AVE","NORTHCREST BLVD","MASTER","695","5160660","4","","2011706","AUSTIN FULL PURPOSE","","","2011729","NORTH","211w West Saint Johns Avenue Austin, Texas 78752","211w West Saint Johns Avenue","","Austin","Texas","78752","United States","30.3366585","-97.7120438","","TURNED_ON","1","1","Both" +"715","TRAFFIC","W ANDERSON LN SVRD WB / NORTHCREST BLVD","W ANDERSON LN SVRD WB","NORTHCREST BLVD","SLAVE","696","5161359","4","","2011443","AUSTIN FULL PURPOSE","","","2012676","NORTH","100 East Anderson Lane Austin, Texas 78752","100 East Anderson Lane","","Austin","Texas","78752","United States","30.3440247","-97.7050705","","TURNED_ON","1","1","Both" +"716","TRAFFIC","W ANDERSON LN SVRD EB / NORTHCREST BLVD","W ANDERSON LN SVRD EB","NORTHCREST BLVD","MASTER","697","5161328","4","","2011443","AUSTIN FULL PURPOSE","","","2012325","NORTH","223 East Anderson Lane Austin, Texas 78752","223 East Anderson Lane","","Austin","Texas","78752","United States","30.3437004","-97.7053833","","TURNED_ON","1","1","Both" +"717","TRAFFIC","OHLEN RD / RESEARCH BLVD SVRD NB","OHLEN RD","RESEARCH BLVD SVRD NB","MASTER","698","5159998","4","","2042771","AUSTIN FULL PURPOSE","","","2012649","NORTH","8697-8799 Research Boulevard Austin, Texas 78758","8697-8799 Research Boulevard","","Austin","Texas","78758","United States","30.3632603","-97.7172623","","TURNED_ON","0","0","Both" +"718","TRAFFIC","RESEARCH BLVD SVRD SB / OHLEN RD","RESEARCH BLVD SVRD SB","OHLEN RD","SLAVE","699","5159941","7","","2012648","AUSTIN FULL PURPOSE","","","2039945","NORTH","8630 Research Boulevard Austin, Texas 78758","8630 Research Boulevard","","Austin","Texas","78758","United States","30.3631344","-97.7177963","","TURNED_ON","0","0","Both" +"719","TRAFFIC","THOMPKINS DR / E YAGER LN","THOMPKINS DR","E YAGER LN","MASTER","700","5165675","7","","2009769","AUSTIN FULL PURPOSE","","","2009768","NORTH","12221-12303 Thompkins Drive Austin, Texas 78753","12221-12303 Thompkins Drive","","Austin","Texas","78753","United States","30.3908253","-97.6590424","","TURNED_ON","0","0","None" +"720","TRAFFIC","SPICEWOOD SPRINGS RD / RUSTIC ROCK DR","SPICEWOOD SPRINGS RD","RUSTIC ROCK DR","MASTER","701","5151589","10","","2038987","AUSTIN FULL PURPOSE","","","2007785","NORTH","11400-11432 Rustic Rock Drive Austin, Texas 78750","11400-11432 Rustic Rock Drive","","Austin","Texas","78750","United States","30.4301472","-97.7812271","","TURNED_ON","1","0","Both" +"721","TRAFFIC","MC NEIL DR / N US 183 HWY SVRD NB","MC NEIL DR","N US 183 HWY SVRD NB","MASTER","702","5152886","6","","2007643","AUSTIN FULL PURPOSE","","","2007642","NORTH","12784 Research Boulevard Austin, Texas 78759","12784 Research Boulevard","","Austin","Texas","78759","United States","30.4344883","-97.7690582","","TURNED_ON","1","0","Both" +"722","TRAFFIC","SPICEWOOD SPRINGS RD / N US 183 HWY SVRD SB","SPICEWOOD SPRINGS RD","N US 183 HWY SVRD SB","SLAVE","703","5152772","6","","2007674","AUSTIN FULL PURPOSE","","","2007662","NORTH","12798-12800 Research Boulevard Austin, Texas 78759","12798-12800 Research Boulevard","","Austin","Texas","78759","United States","30.4340858","-97.7701492","","TURNED_ON","1","0","Both" +"723","TRAFFIC","N US 183 HWY SVRD NB / POND SPRINGS RD","N US 183 HWY SVRD NB","POND SPRINGS RD","MASTER","704","5152734","6","","2007625","AUSTIN FULL PURPOSE","","","2007626","NORTH","12801-12839 Pond Springs Road Austin, Texas 78729","12801-12839 Pond Springs Road","","Austin","Texas","78729","United States","30.4351349","-97.7703857","","TURNED_ON","1","0","Both" +"724","TRAFFIC","N US 183 HWY SVRD SB / POND SPRINGS RD","N US 183 HWY SVRD SB","POND SPRINGS RD","SLAVE","705","5152695","6","","3202430","AUSTIN FULL PURPOSE","","","3202428","NORTH","12820-12832 Research Boulevard Austin, Texas 78750","12820-12832 Research Boulevard","","Austin","Texas","78750","United States","30.4344368","-97.7708511","","TURNED_ON","1","0","Both" +"725","TRAFFIC","JOHNNY MORRIS RD / LOYOLA LN","JOHNNY MORRIS RD","LOYOLA LN","MASTER","706","5166424","1","","2040718","AUSTIN FULL PURPOSE","","","2016500","CENTRAL","6711 Johnny Morris Road Austin, Texas 78724","6711 Johnny Morris Road","","Austin","Texas","78724","United States","30.3002377","-97.6482162","","TURNED_ON","0","0","None" +"726","TRAFFIC","W HOWARD LN / S HEATHERWILDE BLVD","W HOWARD LN","S HEATHERWILDE BLVD","MASTER","707","5165527","7","","5307300","AUSTIN FULL PURPOSE","","","2035878","NORTH","13600 McCallen Pass Austin, Texas 78753","13600 McCallen Pass","","Austin","Texas","78753","United States","30.4194069","-97.6609497","","TURNED_ON","1","1","Both" +"727","TRAFFIC","S 1ST ST / RADAM LN","S 1ST ST","RADAM LN","MASTER","708","5153303","3","","2024315","AUSTIN FULL PURPOSE","","","2024314","SOUTH","4201 South 1st Street Austin, Texas 78745","4201 South 1st Street","","Austin","Texas","78745","United States","30.224268","-97.7708817","","TURNED_ON","1","0","Both" +"728","TRAFFIC","METRIC BLVD / W RUNDBERG LN","METRIC BLVD","W RUNDBERG LN","MASTER","709","5159686","4","","2010347","AUSTIN FULL PURPOSE","","","3269256","NORTH","2018 West Rundberg Lane Austin, Texas 78758","2018 West Rundberg Lane","","Austin","Texas","78758","United States","30.3751812","-97.7197266","","TURNED_ON","0","0","None" +"729","TRAFFIC","S PLEASANT VALLEY RD / ","S PLEASANT VALLEY RD","","MASTER","710","","3","","","AUSTIN FULL PURPOSE","KREIG FIELD","","3377275","SOUTH","422 South Pleasant Valley Road Austin, Texas 78741","422 South Pleasant Valley Road","","Austin","Texas","78741","United States","30.2460289","-97.7149734","","TURNED_ON","1","1","Both" +"730","TRAFFIC","W SLAUGHTER LN / ","W SLAUGHTER LN","","MASTER","711","","5","","","AUSTIN FULL PURPOSE","HEB","","2043073","SOUTH","2134-2198 West Slaughter Lane Austin, Texas 78748","2134-2198 West Slaughter Lane","","Austin","Texas","78748","United States","30.1737652","-97.8255234","","TURNED_ON","1","0","Both" +"731","TRAFFIC","GUADALUPE ST / W 3RD ST","GUADALUPE ST","W 3RD ST","MASTER","712","5156285","9","","2018878","AUSTIN FULL PURPOSE","","","2018877","CENTRAL","384-398 West 3rd Street Austin, Texas 78701","384-398 West 3rd Street","","Austin","Texas","78701","United States","30.2662258","-97.7473068","","TURNED_ON","1","1","Both" +"732","TRAFFIC","TECH RIDGE BLVD / CANYON RIDGE DR","TECH RIDGE BLVD","CANYON RIDGE DR","MASTER","713","5165057","7","","2037789","AUSTIN FULL PURPOSE","","","2006604","NORTH","235 West Canyon Ridge Drive Austin, Texas 78753","235 West Canyon Ridge Drive","","Austin","Texas","78753","United States","30.3990517","-97.6688538","","TURNED_ON","0","0","Both" +"733","TRAFFIC","SOUTHWEST PKWY / TRAVIS COOK RD","SOUTHWEST PKWY","TRAVIS COOK RD","MASTER","714","5143740","8","","3194759","AUSTIN LTD","","","3271677","SOUTH","5304 Barton Creek Boulevard Austin, Texas 78735","5304 Barton Creek Boulevard","","Austin","Texas","78735","United States","30.262125","-97.8888702","","TURNED_ON","0","0","None" +"734","TRAFFIC","DESSAU RD / DUNGAN LN","DESSAU RD","DUNGAN LN","MASTER","715","5164620","4","","2011216","AUSTIN FULL PURPOSE","","","2011158","NORTH","1512 Dungan Lane Austin, Texas 78754","1512 Dungan Lane","","Austin","Texas","78754","United States","30.3522682","-97.675087","","TURNED_ON","1","1","Both" +"735","TRAFFIC","NUCKOLS CROSSING RD / PALO BLANCO LN","NUCKOLS CROSSING RD","PALO BLANCO LN","MASTER","716","5157518","2","","2023498","AUSTIN FULL PURPOSE","","","2023497","SOUTH","6301-6323 Nuckols Crossing Road Austin, Texas 78744","6301-6323 Nuckols Crossing Road","","Austin","Texas","78744","United States","30.1895466","-97.7412109","","TURNED_ON","0","0","None" +"736","TRAFFIC","W 35TH ST / PECOS ST","W 35TH ST","PECOS ST","MASTER","717","5153473","10","","2020020","AUSTIN FULL PURPOSE","","","2040576","NORTH","3111 West 35th Street Austin, Texas 78703","3111 West 35th Street","","Austin","Texas","78703","United States","30.31354","-97.76716","","CONSTRUCTED","0","0","None" +"737","TRAFFIC","ED BLUESTEIN BLVD SB / E 51ST ST","ED BLUESTEIN BLVD SB","E 51ST ST","MASTER","718","5165577","1","","2017010","AUSTIN FULL PURPOSE","","","2017131","CENTRAL","5606 East 51st Street Austin, Texas 78723","5606 East 51st Street","","Austin","Texas","78723","United States","30.2923031","-97.6636276","","TURNED_ON","0","0","Both" +"738","TRAFFIC","E STASSNEY LN / PALO BLANCO LN","E STASSNEY LN","PALO BLANCO LN","MASTER","719","5156211","2","","2023396","AUSTIN FULL PURPOSE","","","2023395","SOUTH","5512-5598 Palo Blanco Lane Austin, Texas 78744","5512-5598 Palo Blanco Lane","","Austin","Texas","78744","United States","30.1936913","-97.7497253","","TURNED_ON","1","0","Both" +"739","TRAFFIC","SOUTHWEST PKWY / W WILLIAM CANNON DR","SOUTHWEST PKWY","W WILLIAM CANNON DR","MASTER","720","5144805","8","","3260386","AUSTIN FULL PURPOSE","","","3271593","SOUTH","7171 Southwest Parkway Austin, Texas 78735","7171 Southwest Parkway","","Austin","Texas","78735","United States","30.2545109","-97.8656235","","TURNED_ON","0","0","None" +"740","TRAFFIC","E PARMER LN / HARRIS RIDGE BLVD","E PARMER LN","HARRIS RIDGE BLVD","MASTER","721","5165757","7","","2006540","AUSTIN FULL PURPOSE","","","2006541","NORTH","12561-12701 Harris Ridge Boulevard Austin, Texas 78753","12561-12701 Harris Ridge Boulevard","","Austin","Texas","78753","United States","30.4023132","-97.6573715","","TURNED_ON","1","0","Both" +"741","TRAFFIC","E PARMER LN / MC CALLEN PASS","E PARMER LN","MC CALLEN PASS","MASTER","722","5165394","7","","2036888","AUSTIN FULL PURPOSE","","","2006483","NORTH","12624 McCallen Pass Austin, Texas 78753","12624 McCallen Pass","","Austin","Texas","78753","United States","30.4052601","-97.6639328","","TURNED_ON","1","1","Both" +"742","TRAFFIC","COLORADO ST / W 3RD ST","COLORADO ST","W 3RD ST","MASTER","723","5156624","9","","2018921","AUSTIN FULL PURPOSE","","","2018920","CENTRAL","155-199 West 3rd Street Austin, Texas 78701","155-199 West 3rd Street","","Austin","Texas","78701","United States","30.2656021","-97.7451553","","TURNED_ON","1","1","Both" +"743","TRAFFIC","SPICEWOOD SPRINGS RD / PARLIAMENT PL","SPICEWOOD SPRINGS RD","PARLIAMENT PL","MASTER","724","5152502","6","","2007713","AUSTIN FULL PURPOSE","","","2007690","NORTH","8638 Spicewood Springs Road Austin, Texas 78759","8638 Spicewood Springs Road","","Austin","Texas","78759","United States","30.4333057","-97.7726898","","TURNED_ON","1","0","Both" +"744","TRAFFIC","OLD LAMPASAS TRL / SPICEWOOD SPRINGS RD","OLD LAMPASAS TRL","SPICEWOOD SPRINGS RD","MASTER","725","5150518","10","","2008002","AUSTIN FULL PURPOSE","","","2008024","NORTH","10417 Scotland Well Drive Austin, Texas 78750","10417 Scotland Well Drive","","Austin","Texas","78750","United States","30.4225273","-97.7936096","","TURNED_ON","0","0","Both" +"745","TRAFFIC","E STASSNEY LN / DOVE SPRINGS DR","E STASSNEY LN","DOVE SPRINGS DR","MASTER","726","5155238","2","","2025518","AUSTIN FULL PURPOSE","","","2025492","SOUTH","5700-5798 Jacaranda Drive Austin, Texas 78744","5700-5798 Jacaranda Drive","","Austin","Texas","78744","United States","30.1939392","-97.7567978","","TURNED_ON","1","0","Both" +"747","TRAFFIC","W SLAUGHTER LN / RIDDLE RD","W SLAUGHTER LN","RIDDLE RD","MASTER","727","5148311","5","","2027821","AUSTIN FULL PURPOSE","","","2027804","SOUTH","2109 West Slaughter Lane Austin, Texas 78748","2109 West Slaughter Lane","","Austin","Texas","78748","United States","30.1739826","-97.8271484","","TURNED_ON","1","0","Both" +"748","TRAFFIC","LAKE AUSTIN BLVD / VETERANS DR","LAKE AUSTIN BLVD","VETERANS DR","MASTER","728","5153038","10","","2020879","AUSTIN FULL PURPOSE","","","2020859","NORTH","2303 Lake Austin Boulevard Austin, Texas 78703","2303 Lake Austin Boulevard","","Austin","Texas","78703","United States","30.2776871","-97.7718658","","TURNED_ON","0","0","Both" +"749","TRAFFIC","LAKE AUSTIN BLVD / REDBUD TRL","LAKE AUSTIN BLVD","REDBUD TRL","MASTER","729","5151762","10","","3315494","AUSTIN FULL PURPOSE","","","2020474","NORTH","3575 Lake Austin Boulevard Austin, Texas 78703","3575 Lake Austin Boulevard","","Austin","Texas","78703","United States","30.2915916","-97.7830658","","TURNED_ON","0","0","Both" +"750","TRAFFIC","EXPOSITION BLVD / LAKE AUSTIN BLVD","EXPOSITION BLVD","LAKE AUSTIN BLVD","MASTER","730","5152487","10","","2020653","AUSTIN FULL PURPOSE","","","2020652","NORTH","2700-3348 Lake Austin Boulevard Austin, Texas 78703","2700-3348 Lake Austin Boulevard","","Austin","Texas","78703","United States","30.2832127","-97.7767715","","TURNED_ON","0","0","Both" +"751","TRAFFIC","ENFIELD RD / EXPOSITION BLVD","ENFIELD RD","EXPOSITION BLVD","MASTER","731","5152981","10","","2020483","AUSTIN FULL PURPOSE","","","2020484","NORTH","2701 Enfield Road Austin, Texas 78703","2701 Enfield Road","","Austin","Texas","78703","United States","30.2905979","-97.7720566","","TURNED_ON","0","0","Both" +"752","TRAFFIC","EXPOSITION BLVD / WINDSOR RD","EXPOSITION BLVD","WINDSOR RD","MASTER","732","5153387","10","","2020312","AUSTIN FULL PURPOSE","","","2020293","NORTH","3201 Windsor Road Austin, Texas 78703","3201 Windsor Road","","Austin","Texas","78703","United States","30.2966995","-97.7682571","","TURNED_ON","0","0","Both" +"753","TRAFFIC","EXPOSITION BLVD / WESTOVER RD","EXPOSITION BLVD","WESTOVER RD","MASTER","733","5153874","10","","2020128","AUSTIN FULL PURPOSE","","","2020142","NORTH","2698 Westover Road Austin, Texas 78703","2698 Westover Road","","Austin","Texas","78703","United States","30.3030338","-97.7643051","","TURNED_ON","0","0","Both" +"754","TRAFFIC","W 35TH ST / EXPOSITION BLVD","W 35TH ST","EXPOSITION BLVD","MASTER","734","5154071","10","","2020042","AUSTIN FULL PURPOSE","","","2020027","NORTH","2700 West 35th Street Austin, Texas 78703","2700 West 35th Street","","Austin","Texas","78703","United States","30.3104992","-97.7627029","","TURNED_ON","0","0","Both" +"755","TRAFFIC","CROSS PARK DR / EXCHANGE DR","CROSS PARK DR","EXCHANGE DR","MASTER","735","5165309","1","","2037994","AUSTIN FULL PURPOSE","","","2011965","CENTRAL","8100 Exchange Drive Austin, Texas 78754","8100 Exchange Drive","","Austin","Texas","78754","United States","30.3299866","-97.6672821","","TURNED_ON","0","0","None" +"756","TRAFFIC","BURNET RD / WATERFORD CENTRE BLVD","BURNET RD","WATERFORD CENTRE BLVD","UNKNOWN","736","5159052","7","","3268229","AUSTIN FULL PURPOSE","","","2010271","NORTH","9325 Burnet Road Austin, Texas 78758","9325 Burnet Road","","Austin","Texas","78758","United States","30.3773537","-97.7254715","","TURNED_ON","1","1","Both" +"757","TRAFFIC","W SLAUGHTER LN / BARSTOW AVE","W SLAUGHTER LN","BARSTOW AVE","MASTER","737","5143794","8","","3369383","AUSTIN FULL PURPOSE","","","2037035","SOUTH","Barstow Avenue Austin, Texas 78749","Barstow Avenue","","Austin","Texas","78749","United States","30.208704","-97.889267","","TURNED_ON","0","0","None" +"758","TRAFFIC","MANOR RD / NORTHEAST DR","MANOR RD","NORTHEAST DR","MASTER","738","5165107","1","","2015968","AUSTIN FULL PURPOSE","","","2015967","CENTRAL","6498 Manor Road Austin, Texas 78723","6498 Manor Road","","Austin","Texas","78723","United States","30.3085327","-97.6707687","","TURNED_ON","1","1","Both" +"759","TRAFFIC","W BRAKER LN / STONELAKE BLVD","W BRAKER LN","STONELAKE BLVD","MASTER","739","5156985","7","","2046936","AUSTIN FULL PURPOSE","","","2006614","NORTH","10901 Stonelake Boulevard Austin, Texas 78759","10901 Stonelake Boulevard","","Austin","Texas","78759","United States","30.3989582","-97.7392883","","TURNED_ON","0","0","Both" +"760","TRAFFIC","W SLAUGHTER LN / TEXAS OAKS DR","W SLAUGHTER LN","TEXAS OAKS DR","MASTER","740","5149245","5","","2027786","AUSTIN FULL PURPOSE","","","2027790","SOUTH","Texas Oaks Drive Austin, Texas 78748","Texas Oaks Drive","","Austin","Texas","78748","United States","30.1738815","-97.8143845","","TURNED_ON","0","0","Both" +"761","TRAFFIC","BRODIE LN / DAVIS LN","BRODIE LN","DAVIS LN","MASTER","741","5146913","8","","2041960","AUSTIN FULL PURPOSE","","","2025539","SOUTH","8669-8799 Brodie Lane Austin, Texas 78748","8669-8799 Brodie Lane","","Austin","Texas","78748","United States","30.1953335","-97.8422852","","TURNED_ON","1","0","Both" +"762","TRAFFIC","BRODIE LN / DEER LN","BRODIE LN","DEER LN","SLAVE","742","5146858","8","","3377270","AUSTIN FULL PURPOSE","","","2025539","SOUTH","3704 Deer Lane Austin, Texas 78749","3704 Deer Lane","","Austin","Texas","78749","United States","30.1942902","-97.8429794","","TURNED_ON","1","0","Both" +"763","TRAFFIC","SPICEWOOD SPRINGS RD / YAUPON DR","SPICEWOOD SPRINGS RD","YAUPON DR","MASTER","743","5151420","6","","3195058","AUSTIN FULL PURPOSE","","","2038275","NORTH","8327 Yaupon Drive Austin, Texas 78759","8327 Yaupon Drive","","Austin","Texas","78759","United States","30.4283123","-97.7830505","","TURNED_ON","1","0","Both" +"764","TRAFFIC","E PARMER LN / HARRISGLENN DR","E PARMER LN","HARRISGLENN DR","MASTER","744","5165930","7","","3304072","AUSTIN FULL PURPOSE","","","2006584","NORTH","12701-12799 Harris Glen Drive Austin, Texas 78753","12701-12799 Harris Glen Drive","","Austin","Texas","78753","United States","30.3995419","-97.6549225","","TURNED_ON","1","0","Both" +"765","TRAFFIC","W SLAUGHTER LN / S IH 35 SVRD NB","W SLAUGHTER LN","S IH 35 SVRD NB","SLAVE","745","5151920","5","","2028592","AUSTIN FULL PURPOSE","","","2027893","SOUTH","100 East Slaughter Lane Austin, Texas 78747","100 East Slaughter Lane","","Austin","Texas","78747","United States","30.1670322","-97.7849808","","TURNED_ON","1","1","Both" +"766","TRAFFIC","W SLAUGHTER LN / S IH 35 SVRD SB","W SLAUGHTER LN","S IH 35 SVRD SB","MASTER","746","5151710","5","","2028594","AUSTIN FULL PURPOSE","","","2027892","SOUTH","South Interstate 35 Frontage Road Austin, Texas ","South Interstate 35 Frontage Road","","Austin","Texas","","United States","30.1670704","-97.7869263","","TURNED_ON","1","1","Both" +"767","TRAFFIC","N IH 35 SVRD NB / HOLLY ST","N IH 35 SVRD NB","HOLLY ST","MASTER","747","5157981","3","","2019392","AUSTIN FULL PURPOSE","","","2019391","CENTRAL","1001 Holly Street Austin, Texas 78702","1001 Holly Street","","Austin","Texas","78702","United States","30.2571259","-97.7365189","","TURNED_ON","1","1","Both" +"768","TRAFFIC","N IH 35 SVRD SB / RIVER ST","N IH 35 SVRD SB","RIVER ST","SLAVE","748","5157790","9","","2019377","AUSTIN FULL PURPOSE","","","2019376","CENTRAL","703 River Street Austin, Texas 78701","703 River Street","","Austin","Texas","78701","United States","30.2574501","-97.7377014","","TURNED_ON","1","1","Both" +"770","TRAFFIC","N MOPAC EXPY SVRD NB / PARK BEND DR","N MOPAC EXPY SVRD NB","PARK BEND DR","MASTER","749","5160726","7","","2006378","AUSTIN FULL PURPOSE","","","2006377","NORTH","12107 Mopac Service Road Austin, Texas 78758","12107 Mopac Service Road","","Austin","Texas","78758","United States","30.4108028","-97.7094955","","TURNED_ON","1","1","Both" +"771","TRAFFIC","N MOPAC EXPY SVRD SB / WATERS PARK RD","N MOPAC EXPY SVRD SB","WATERS PARK RD","SLAVE","750","5160626","7","","2039218","AUSTIN FULL PURPOSE","","","2006361","NORTH","12164 Mopac Service Road Austin, Texas 78758","12164 Mopac Service Road","","Austin","Texas","78758","United States","30.4114418","-97.7103043","","TURNED_ON","1","1","Both" +"772","TRAFFIC","MANOR RD / N IH 35 SVRD NB","MANOR RD","N IH 35 SVRD NB","SLAVE","751","5159192","1","","3370813","AUSTIN FULL PURPOSE","","","2017672","CENTRAL","1001-1061 Manor Road Austin, Texas 78722","1001-1061 Manor Road","","Austin","Texas","78722","United States","30.2829857","-97.7269211","","TURNED_ON","1","1","Both" +"773","TRAFFIC","MANOR RD / N IH 35 SVRD SB","MANOR RD","N IH 35 SVRD SB","MASTER","752","5159120","1","","2017787","AUSTIN FULL PURPOSE","","","2017672","CENTRAL","Clyde Littlefield Drive Austin, Texas 78712","Clyde Littlefield Drive","","Austin","Texas","78712","United States","30.2830906","-97.727478","","TURNED_ON","1","1","Both" +"774","TRAFFIC","S LAMAR BLVD / LAMAR SQUARE DR","S LAMAR BLVD","LAMAR SQUARE DR","MASTER","753","5154288","5","","2021347","AUSTIN FULL PURPOSE","","","2021346","SOUTH","1312 Lamar Square Drive Austin, Texas 78704","1312 Lamar Square Drive","","Austin","Texas","78704","United States","30.2542477","-97.7625885","","TURNED_ON","1","1","Both" +"775","TRAFFIC","W PARMER LN / LEGENDARY DR","W PARMER LN","LEGENDARY DR","MASTER","754","5157325","6","","3288135","AUSTIN FULL PURPOSE","","","2005522","NORTH","13401 Legendary Drive Austin, Texas 78727","13401 Legendary Drive","","Austin","Texas","78727","United States","30.4372978","-97.7359543","","TURNED_ON","1","0","Both" +"776","TRAFFIC","W PARMER LN / SPECTRUM DR","W PARMER LN","SPECTRUM DR","MASTER","755","5152967","6","","2029996","AUSTIN FULL PURPOSE","","","3261880","NORTH","9520 Spectrum Drive Austin, Texas 78717","9520 Spectrum Drive","","Austin","Texas","78717","United States","30.4816914","-97.7670975","","TURNED_ON","1","0","Both" +"777","TRAFFIC","E RUNDBERG LN / MIDDLE FISKVILLE RD","E RUNDBERG LN","MIDDLE FISKVILLE RD","MASTER","756","5163342","4","","2010955","AUSTIN FULL PURPOSE","","","2010956","NORTH","825D Middle Fiskville Road Austin, Texas 78753","825D Middle Fiskville Road","","Austin","Texas","78753","United States","30.3574352","-97.6865082","","TURNED_ON","0","0","Both" +"778","TRAFFIC","S CONGRESS AVE / W SLAUGHTER LN","S CONGRESS AVE","W SLAUGHTER LN","MASTER","757","5151549","2","","2027890","AUSTIN FULL PURPOSE","","","2037699","SOUTH","9000 South Congress Avenue Austin, Texas 78745","9000 South Congress Avenue","","Austin","Texas","78745","United States","30.1671066","-97.788559","","TURNED_ON","1","1","Both" +"779","TRAFFIC","MC KINNEY FALLS PKWY / E WILLIAM CANNON DR","MC KINNEY FALLS PKWY","E WILLIAM CANNON DR","MASTER","758","5159643","0","","2045961","AUSTIN 2 MILE ETJ","","","3258225","SOUTH","7152-7154 East William Cannon Drive Austin, Texas 78744","7152-7154 East William Cannon Drive","","Austin","Texas","78744","United States","30.1632175","-97.7258301","","TURNED_ON","0","0","Both" +"781","TRAFFIC","S MOPAC EXPY NB / LA CROSSE AVE","S MOPAC EXPY NB","LA CROSSE AVE","UNKNOWN","759","5144465","8","","2043064","AUSTIN FULL PURPOSE","","","2027054","SOUTH","South MoPac Expressway Austin, Texas 78739","South MoPac Expressway","","Austin","Texas","78739","United States","30.1904659","-97.8732529","","TURNED_ON","0","0","None" +"782","TRAFFIC","S MOPAC EXPY SB / LA CROSSE AVE","S MOPAC EXPY SB","LA CROSSE AVE","MASTER","760","5144408","8","","2027124","AUSTIN FULL PURPOSE","","","2027056","SOUTH","South MoPac Expressway Austin, Texas 78739","South MoPac Expressway","","Austin","Texas","78739","United States","30.1910591","-97.8745499","","TURNED_ON","0","0","None" +"783","TRAFFIC","DECKER LN / LOYOLA LN","DECKER LN","LOYOLA LN","MASTER","761","5167561","1","","2015086","AUSTIN FULL PURPOSE","","","2015085","CENTRAL","6506 Farm to Market Road 3177 Austin, Texas 78724","6506 Farm to Market Road 3177","","Austin","Texas","78724","United States","30.2912273","-97.6279831","","TURNED_ON","1","1","Both" +"784","TRAFFIC","HARRIS BRANCH PKWY / E US 290 HWY SVRD WB","HARRIS BRANCH PKWY","E US 290 HWY SVRD WB","MASTER","762","5168535","1","","5362831","AUSTIN FULL PURPOSE","","","3264257","CENTRAL","10603 Harris Branch Parkway Austin, Texas 78754","10603 Harris Branch Parkway","","Austin","Texas","78754","United States","30.3346481","-97.6074753","","TURNED_ON","0","0","None" +"785","TRAFFIC","FM 969 RD / JOHNNY MORRIS RD","FM 969 RD","JOHNNY MORRIS RD","MASTER","763","5166219","1","","2040939","AUSTIN FULL PURPOSE","","","2040962","CENTRAL","7033-7081 Farm to Market 969 Austin, Texas 78724","7033-7081 Farm to Market 969","","Austin","Texas","78724","United States","30.2827682","-97.653183","","TURNED_ON","1","1","Both" +"786","TRAFFIC","W PARMER LN / DALLAS DR","W PARMER LN","DALLAS DR","MASTER","764","5155524","6","","2005211","AUSTIN LTD","","","2038613","NORTH","6801 Dallas Drive Austin, Texas 78729","6801 Dallas Drive","","Austin","Texas","78729","United States","30.4502716","-97.7474213","","TURNED_ON","1","0","Both" +"787","TRAFFIC","S MOPAC EXPY NB / W SLAUGHTER LN","S MOPAC EXPY NB","W SLAUGHTER LN","MASTER","765","5144924","8","","2026277","AUSTIN FULL PURPOSE","","","2043045","SOUTH","5201 MoPac Expressway Austin, Texas 78749","5201 MoPac Expressway","","Austin","Texas","78749","United States","30.2005672","-97.8654556","","TURNED_ON","1","0","Both" +"788","TRAFFIC","S MOPAC EXPY SB / W SLAUGHTER LN","S MOPAC EXPY SB","W SLAUGHTER LN","SLAVE","766","5144822","8","","2026277","AUSTIN FULL PURPOSE","","","2043044","SOUTH","5201 MoPac Expressway Austin, Texas 78749","5201 MoPac Expressway","","Austin","Texas","78749","United States","30.2009945","-97.8668747","","TURNED_ON","1","0","Both" +"789","TRAFFIC","W US 290 HWY SVRD WB / S MOPAC EXPY SVRD NB","W US 290 HWY SVRD WB","S MOPAC EXPY SVRD NB","MASTER","767","5148485","8","","2026621","AUSTIN FULL PURPOSE","","","2026267","SOUTH","5100 West US Highway 290 Service Road Austin, Texas 78735","5100 West US Highway 290 Service Road","","Austin","Texas","78735","United States","30.2358036","-97.8232193","","TURNED_ON","1","0","Both" +"790","TRAFFIC","W US 290 HWY SVRD EB / S MOPAC EXPY SVRD NB","W US 290 HWY SVRD EB","S MOPAC EXPY SVRD NB","MASTER","768","5148415","8","","2026600","AUSTIN FULL PURPOSE","","","2026521","SOUTH","South Mopac Service Road Austin, Texas 78746","South Mopac Service Road","","Austin","Texas","78746","United States","30.2346859","-97.8241196","","TURNED_ON","1","0","Both" +"791","TRAFFIC","W US 290 HWY SVRD WB / S MOPAC EXPY SVRD SB","W US 290 HWY SVRD WB","S MOPAC EXPY SVRD SB","SLAVE","769","5148341","8","","2026629","AUSTIN FULL PURPOSE","","","2026630","SOUTH","5100 West US Highway 290 Service Road Austin, Texas 78735","5100 West US Highway 290 Service Road","","Austin","Texas","78735","United States","30.2364445","-97.8250198","","TURNED_ON","1","0","Both" +"792","TRAFFIC","W US 290 HWY SVRD EB / S MOPAC EXPY SVRD SB","W US 290 HWY SVRD EB","S MOPAC EXPY SVRD SB","SLAVE","770","5148304","8","","2026590","AUSTIN FULL PURPOSE","","","2026558","SOUTH","5100 West US Highway 290 Service Road Austin, Texas 78735","5100 West US Highway 290 Service Road","","Austin","Texas","78735","United States","30.2351933","-97.8256607","","TURNED_ON","1","0","Both" +"793","TRAFFIC","SOUTHWEST PKWY / S MOPAC EXPY SVRD SB","SOUTHWEST PKWY","S MOPAC EXPY SVRD SB","SLAVE","771","5148451","8","","2026286","AUSTIN FULL PURPOSE","","","2026608","SOUTH","South Mopac Service Road Austin, Texas 78735","South Mopac Service Road","","Austin","Texas","78735","United States","30.2377434","-97.8236008","","TURNED_ON","1","0","Both" +"794","TRAFFIC","SOUTHWEST PKWY / S MOPAC EXPY SVRD NB","SOUTHWEST PKWY","S MOPAC EXPY SVRD NB","MASTER","772","5148537","8","","2026266","AUSTIN FULL PURPOSE","","","2026608","SOUTH","South Mopac Service Road Austin, Texas 78735","South Mopac Service Road","","Austin","Texas","78735","United States","30.2364311","-97.822525","","TURNED_ON","1","0","Both" +"795","TRAFFIC","BRODIE LN / HOME DEPOT BLVD","BRODIE LN","HOME DEPOT BLVD","MASTER","773","5148542","0","","2037432","SUNSET VALLEY FULL PURPOSE","","","2046304","SOUTH","1100 Home Depot Boulevard Sunset Valley, Texas 78745","1100 Home Depot Boulevard","","Sunset Valley","Texas","78745","United States","30.2258797","-97.8227463","","TURNED_ON","1","0","Both" +"796","TRAFFIC","W WELLS BRANCH PKWY / N IH 35 SVRD NB","W WELLS BRANCH PKWY","N IH 35 SVRD NB","SLAVE","774","5165050","7","","2005398","AUSTIN FULL PURPOSE","","","2005396","NORTH","14817-14915 North Interstate 35 Frontage Road Pflugerville, Texas 78660","14817-14915 North Interstate 35 Frontage Road","","Pflugerville","Texas","78660","United States","30.440731","-97.6677628","","TURNED_ON","0","0","Both" +"797","TRAFFIC","W WELLS BRANCH PKWY / N IH 35 SVRD SB","W WELLS BRANCH PKWY","N IH 35 SVRD SB","MASTER","775","5164931","7","","2005415","AUSTIN FULL PURPOSE","","","2005414","NORTH","14796-14798 North Interstate 35 Frontage Road Austin, Texas 78728","14796-14798 North Interstate 35 Frontage Road","","Austin","Texas","78728","United States","30.4402599","-97.6693268","","TURNED_ON","0","0","Both" +"798","TRAFFIC","FM 1825 RD / W WELLS BRANCH PKWY","FM 1825 RD","W WELLS BRANCH PKWY","MASTER","776","5165178","7","","2005396","AUSTIN FULL PURPOSE","","","2005382","NORTH","1490 Farm to Market Road 1825 Pflugerville, Texas 78660","1490 Farm to Market Road 1825","","Pflugerville","Texas","78660","United States","30.4411678","-97.6661758","","TURNED_ON","0","0","Both" +"799","TRAFFIC","W PARMER LN / LAKELINE BLVD","W PARMER LN","LAKELINE BLVD","MASTER","777","5152489","6","","2029964","AUSTIN FULL PURPOSE","","","2003507","NORTH","Lakeline Boulevard Austin, Texas 78717","Lakeline Boulevard","","Austin","Texas","78717","United States","30.4879532","-97.7713318","","TURNED_ON","1","0","Both" +"800","TRAFFIC","E US 290 HWY WB / E US 290 WB RAMP","E US 290 HWY WB","E US 290 WB RAMP","MASTER","778","5166036","1","","5079130","AUSTIN FULL PURPOSE","","","2012015","CENTRAL","8503 Springdale Road Austin, Texas 78754","8503 Springdale Road","","Austin","Texas","78754","United States","30.3287907","-97.6548767","","TURNED_ON","0","0","None" +"801","TRAFFIC","TUSCANY WAY / E US 290 HWY SVRD WB","TUSCANY WAY","E US 290 HWY SVRD WB","MASTER","779","5165756","1","","5060224","AUSTIN FULL PURPOSE","","","2040279","CENTRAL","6201 Tuscany Way Austin, Texas 78724","6201 Tuscany Way","","Austin","Texas","78724","United States","30.3284664","-97.6594009","","TURNED_ON","0","0","None" +"802","TRAFFIC","JOHNNY MORRIS RD / E US 290 HWY SVRD EB","JOHNNY MORRIS RD","E US 290 HWY SVRD EB","MASTER","780","5363145","1","","5082099","AUSTIN FULL PURPOSE","","","2040355","CENTRAL","9505 Johnny Morris Road Austin, Texas 78724","9505 Johnny Morris Road","","Austin","Texas","78724","United States","30.3308048","-97.6233521","","TURNED_ON","0","0","None" +"803","TRAFFIC","BALCONES WOODS DR / RESEARCH BLVD SVRD NB","BALCONES WOODS DR","RESEARCH BLVD SVRD NB","SLAVE","781","5156097","6","","2042668","AUSTIN FULL PURPOSE","","","2006450","NORTH","5045-5065 Balcones Woods Drive Austin, Texas 78759","5045-5065 Balcones Woods Drive","","Austin","Texas","78759","United States","30.4078579","-97.7447128","","TURNED_ON","0","0","Both" +"804","TRAFFIC","BALCONES WOODS DR / RESEARCH BLVD SVRD SB","BALCONES WOODS DR","RESEARCH BLVD SVRD SB","MASTER","782","5155956","10","","2042666","AUSTIN FULL PURPOSE","","","2006450","NORTH","5109 Balcones Woods Drive Austin, Texas 78759","5109 Balcones Woods Drive","","Austin","Texas","78759","United States","30.407938","-97.7455521","","TURNED_ON","0","0","Both" +"805","TRAFFIC","MC NEIL DR / TECHNOLOGY BLVD","MC NEIL DR","TECHNOLOGY BLVD","MASTER","783","5154228","6","","3194193","AUSTIN FULL PURPOSE","","","2007558","NORTH","6860 McNeil Drive Austin, Texas 78729","6860 McNeil Drive","","Austin","Texas","78729","United States","30.4381447","-97.7581558","","TURNED_ON","1","0","Both" +"806","TRAFFIC","BRODIE LN / BEN GARZA LN","BRODIE LN","BEN GARZA LN","UNKNOWN","784","5148259","8","","2041665","AUSTIN FULL PURPOSE","","","3261520","SOUTH","737 Oakdale Drive Sunset Valley, Texas 78745","737 Oakdale Drive","","Sunset Valley","Texas","78745","United States","30.2198162","-97.8266525","","TURNED_ON","1","0","Both" +"807","TRAFFIC","W PARMER LN / SILVER CREEK DR","W PARMER LN","SILVER CREEK DR","SLAVE","785","5160040","7","","2005784","AUSTIN FULL PURPOSE","","","2005807","NORTH","12605 Silver Creek Drive Austin, Texas 78727","12605 Silver Creek Drive","","Austin","Texas","78727","United States","30.4254665","-97.7152405","","TURNED_ON","1","0","Both" +"808","TRAFFIC","W BRAKER LN / RESEARCH BLVD SVRD SB","W BRAKER LN","RESEARCH BLVD SVRD SB","MASTER","786","5155883","10","","2006597","AUSTIN FULL PURPOSE","","","2006603","NORTH","10800 Research Boulevard Austin, Texas 78759","10800 Research Boulevard","","Austin","Texas","78759","United States","30.4005356","-97.7462845","","TURNED_ON","0","0","Both" +"809","TRAFFIC","W BRAKER LN / RESEARCH BLVD SVRD NB","W BRAKER LN","RESEARCH BLVD SVRD NB","SLAVE","787","5156003","7","","2045497","AUSTIN FULL PURPOSE","","","2006602","NORTH","10909 Research Boulevard Austin, Texas 78759","10909 Research Boulevard","","Austin","Texas","78759","United States","30.4003582","-97.7454987","","TURNED_ON","0","0","Both" +"810","TRAFFIC","GREAT HILLS TRL / RESEARCH BLVD SVRD NB","GREAT HILLS TRL","RESEARCH BLVD SVRD NB","SLAVE","788","5155951","10","","2012557","AUSTIN FULL PURPOSE","","","2012349","NORTH","10225 Research Boulevard Austin, Texas 78759","10225 Research Boulevard","","Austin","Texas","78759","United States","30.3940792","-97.7459869","","TURNED_ON","0","0","Both" +"811","TRAFFIC","GREAT HILLS TRL / RESEARCH BLVD SVRD SB","GREAT HILLS TRL","RESEARCH BLVD SVRD SB","MASTER","789","5155813","10","","2045492","AUSTIN FULL PURPOSE","","","3273275","NORTH","9700-10198 Research Boulevard Austin, Texas 78759","9700-10198 Research Boulevard","","Austin","Texas","78759","United States","30.3941498","-97.7469177","","TURNED_ON","0","0","Both" +"812","TRAFFIC","AVERY RANCH BLVD / MORGAN CREEK DR","AVERY RANCH BLVD","MORGAN CREEK DR","MASTER","790","5152916","6","","2036307","AUSTIN FULL PURPOSE","","","2036297","NORTH","Avery Ranch Boulevard Austin, Texas 78717","Avery Ranch Boulevard","","Austin","Texas","78717","United States","30.4983463","-97.767067","","TURNED_ON","0","0","None" +"813","TRAFFIC","W PARMER LN / SCOFIELD FARMS DR","W PARMER LN","SCOFIELD FARMS DR","MASTER","791","5163156","7","","2006352","AUSTIN FULL PURPOSE","","","2037825","NORTH","12494-12498 Scofield Farms Drive Austin, Texas 78758","12494-12498 Scofield Farms Drive","","Austin","Texas","78758","United States","30.4113579","-97.6867065","","TURNED_ON","1","0","Both" +"814","TRAFFIC","FREIDRICH LN / TERI RD","FREIDRICH LN","TERI RD","MASTER","792","5155541","2","","2023239","AUSTIN FULL PURPOSE","","","2023237","SOUTH","1913 Teri Road Austin, Texas 78744","1913 Teri Road","","Austin","Texas","78744","United States","30.2032909","-97.7539368","","TURNED_ON","0","0","None" +"815","TRAFFIC","MC NEIL DR / SAN FELIPE BLVD","MC NEIL DR","SAN FELIPE BLVD","MASTER","793","5153115","6","","2038909","AUSTIN FULL PURPOSE","","","2007623","NORTH","7251 McNeil Drive Austin, Texas 78729","7251 McNeil Drive","","Austin","Texas","78729","United States","30.4352016","-97.7670212","","TURNED_ON","1","0","Both" +"816","TRAFFIC","E BRAKER LN / BLUFF BEND DR","E BRAKER LN","BLUFF BEND DR","MASTER","794","5164800","1","","2042755","AUSTIN FULL PURPOSE","","","2039673","NORTH","951-999 East Braker Lane Austin, Texas 78753","951-999 East Braker Lane","","Austin","Texas","78753","United States","30.3754253","-97.6725311","","TURNED_ON","1","1","Both" +"817","TRAFFIC","LOYOLA LN / CRYSTALBROOK DR","LOYOLA LN","CRYSTALBROOK DR","MASTER","795","5166144","1","","2016333","AUSTIN FULL PURPOSE","","","2040701","CENTRAL","5910-5998 Loyola Lane Austin, Texas 78724","5910-5998 Loyola Lane","","Austin","Texas","78724","United States","30.3029079","-97.6538849","","TURNED_ON","0","0","None" +"818","TRAFFIC","S MOPAC EXPY SVRD NB / BARTON SKWY","S MOPAC EXPY SVRD NB","BARTON SKWY","MASTER","796","5151258","8","","2041235","AUSTIN FULL PURPOSE","","","2021603","SOUTH","2992 Barton Skyway Austin, Texas 78746","2992 Barton Skyway","","Austin","Texas","78746","United States","30.2622852","-97.7892303","","TURNED_ON","0","0","Both" +"819","TRAFFIC","S MOPAC EXPY SVRD SB / BARTON SKWY","S MOPAC EXPY SVRD SB","BARTON SKWY","SLAVE","797","5151208","8","","2041235","AUSTIN FULL PURPOSE","","","2021604","SOUTH","1226 Mo-Pac Expressway Austin, Texas 78746","1226 Mo-Pac Expressway","","Austin","Texas","78746","United States","30.2633686","-97.7898788","","TURNED_ON","0","0","Both" +"820","TRAFFIC","DESSAU RD / ","DESSAU RD","","MASTER","798","","1","","","AUSTIN FULL PURPOSE","","","2038096","NORTH","12615-12675 Dessau Road Austin, Texas 78754","12615-12675 Dessau Road","","Austin","Texas","78754","United States","30.397131","-97.6426849","","TURNED_ON","0","0","Both" +"821","TRAFFIC","W WELLS BRANCH PKWY / S HEATHERWILDE BLVD","W WELLS BRANCH PKWY","S HEATHERWILDE BLVD","SLAVE","799","5165974","7","","3389625","AUSTIN FULL PURPOSE","","","2038889","NORTH","1201 South Heatherwilde Boulevard Pflugerville, Texas 78660","1201 South Heatherwilde Boulevard","","Pflugerville","Texas","78660","United States","30.4326477","-97.6529694","","TURNED_ON","0","0","None" +"822","TRAFFIC","WESTBANK DR / ALLEN RD","WESTBANK DR","ALLEN RD","MASTER","800","5149207","0","","2020999","WEST LAKE HILLS ETJ","","","2020985","SOUTH","1310 Westbank Drive Austin, Texas 78746","1310 Westbank Drive","","Austin","Texas","78746","United States","30.2743416","-97.8122482","","TURNED_ON","0","0","None" +"823","TRAFFIC","PARKER LN / WOODWARD ST","PARKER LN","WOODWARD ST","MASTER","801","5157021","3","","2023089","AUSTIN FULL PURPOSE","","","2041637","SOUTH","3439 Parker Lane Austin, Texas 78741","3439 Parker Lane","","Austin","Texas","78741","United States","30.2196274","-97.7439117","","TURNED_ON","0","0","None" +"824","TRAFFIC","N FM 620 RD SB / W PARMER LN","N FM 620 RD SB","W PARMER LN","SLAVE","802","5153208","6","","3261923","AUSTIN FULL PURPOSE","","","2045100","NORTH","14124-14146 Ranch Road 620 North Austin, Texas 78717","14124-14146 Ranch Road 620 North","","Austin","Texas","78717","United States","30.4768219","-97.7649765","","TURNED_ON","1","0","Both" +"825","TRAFFIC","N FM 620 RD NB / W PARMER LN","N FM 620 RD NB","W PARMER LN","MASTER","803","5153256","6","","3384134","AUSTIN FULL PURPOSE","","","2045106","NORTH","North FM 620 Austin, Texas 78729","North FM 620","","Austin","Texas","78729","United States","30.4759941","-97.7646179","","TURNED_ON","1","0","Both" +"826","TRAFFIC","FM 2222 RD / MC NEIL DR","FM 2222 RD","MC NEIL DR","MASTER","804","5147094","10","","2039469","AUSTIN FULL PURPOSE","","","2042720","NORTH","10048-10050 McNeil Drive Austin, Texas 78750","10048-10050 McNeil Drive","","Austin","Texas","78750","United States","30.3920841","-97.8351898","","TURNED_ON","1","0","Both" +"827","TRAFFIC","FM 2222 RD / RIVER PLACE BLVD","FM 2222 RD","RIVER PLACE BLVD","MASTER","805","5146187","6","","2042708","AUSTIN FULL PURPOSE","","","2012713","NORTH","2500 Ranch Road 2222 Austin, Texas 78730","2500 Ranch Road 2222","","Austin","Texas","78730","United States","30.3945255","-97.8455124","","TURNED_ON","1","0","Both" +"828","TRAFFIC","DESSAU RD / E PARMER LN","DESSAU RD","E PARMER LN","MASTER","806","5166307","1","","2012689","AUSTIN FULL PURPOSE","","","2012688","NORTH","12307 Dessau Road Austin, Texas 78754","12307 Dessau Road","","Austin","Texas","78754","United States","30.3870049","-97.6485367","","TURNED_ON","1","0","Both" +"829","TRAFFIC","N FM 620 RD / CONCORDIA UNIVERSITY DR","N FM 620 RD","CONCORDIA UNIVERSITY DR","MASTER","807","5146164","6","","2043883","AUSTIN FULL PURPOSE","","","2008144","NORTH","8465-8599 Ranch Road 620 North Austin, Texas 78726","8465-8599 Ranch Road 620 North","","Austin","Texas","78726","United States","30.4218998","-97.8450241","","TURNED_ON","1","0","Both" +"830","TRAFFIC","WALSH TARLTON LN / PINNACLE RD","WALSH TARLTON LN","PINNACLE RD","MASTER","808","5149896","8","","2021101","AUSTIN FULL PURPOSE","","","2021100","SOUTH","1404-1540 Walsh Tarlton Lane Austin, Texas 78746","1404-1540 Walsh Tarlton Lane","","Austin","Texas","78746","United States","30.26898","-97.8045425","","TURNED_ON","0","0","None" +"831","TRAFFIC","E SH 71 WB / THORNBERRY RD","E SH 71 WB","THORNBERRY RD","UNKNOWN","809","5165400","2","","3371364","AUSTIN FULL PURPOSE","","","2048737","SOUTH","1901-1931 East Highway 71 Texas 78617","1901-1931 East Highway 71","","","Texas","78617","United States","30.218642","-97.668901","0","REMOVED_PERMANENTLY","0","0","N/A" +"832","TRAFFIC","N CAPITAL OF TEXAS HWY NB / WESTLAKE DR","N CAPITAL OF TEXAS HWY NB","WESTLAKE DR","MASTER","810","5149583","10","","2040329","AUSTIN FULL PURPOSE","","","2013511","NORTH","4264 Westlake Drive Austin, Texas 78746","4264 Westlake Drive","","Austin","Texas","78746","United States","30.3352509","-97.8062515","","TURNED_ON","1","1","Both" +"833","TRAFFIC","N CAPITAL OF TEXAS HWY NB / CEDAR ST","N CAPITAL OF TEXAS HWY NB","CEDAR ST","MASTER","811","5149818","10","","2040269","AUSTIN FULL PURPOSE","","","2013511","NORTH","Cedar Street Austin, Texas 78746","Cedar Street","","Austin","Texas","78746","United States","30.339468","-97.8035583","","TURNED_ON","1","1","Both" +"834","TRAFFIC","E MARTIN LUTHER KING JR BLVD / TANNEHILL LN","E MARTIN LUTHER KING JR BLVD","TANNEHILL LN","MASTER","812","5165251","1","","2017378","AUSTIN FULL PURPOSE","","","2017379","CENTRAL","5615-5651 East Martin Luther King Junior Boulevard Austin, Texas 78723","5615-5651 East Martin Luther King Junior Boulevard","","Austin","Texas","78723","United States","30.2863102","-97.6694107","","TURNED_ON","1","1","Both" +"835","TRAFFIC","POND SPRINGS RD / TURTLE ROCK RD","POND SPRINGS RD","TURTLE ROCK RD","MASTER","813","5151888","6","","3194247","AUSTIN FULL PURPOSE","","","2007414","NORTH","13170 Pond Springs Road Austin, Texas 78729","13170 Pond Springs Road","","Austin","Texas","78729","United States","30.4448986","-97.7778854","","TURNED_ON","1","0","Both" +"836","TRAFFIC","E 5TH ST / N PLEASANT VALLEY RD","E 5TH ST","N PLEASANT VALLEY RD","MASTER","814","5160988","3","","2019445","AUSTIN FULL PURPOSE","","","2019390","CENTRAL","500-606 North Pleasant Valley Road Austin, Texas 78702","500-606 North Pleasant Valley Road","","Austin","Texas","78702","United States","30.256628","-97.7111053","","TURNED_ON","0","0","None" +"837","TRAFFIC","SPICEWOOD SPRINGS RD / FOUR IRON DR","SPICEWOOD SPRINGS RD","FOUR IRON DR","MASTER","815","5151885","10","","2042613","AUSTIN FULL PURPOSE","","","2007740","NORTH","8585 Spicewood Springs Road Austin, Texas 78759","8585 Spicewood Springs Road","","Austin","Texas","78759","United States","30.4316254","-97.7782974","","TURNED_ON","1","0","Both" +"838","TRAFFIC","MC NEIL DR / ","MC NEIL DR","","MASTER","816","","0","","","AUSTIN 2 MILE ETJ","MCNEIL HIGH SCHOOL","","3272565","NORTH","5418 McNeil Drive Austin, Texas 78729","5418 McNeil Drive","","Austin","Texas","78729","United States","30.4473038","-97.7313156","","TURNED_ON","1","1","Both" +"839","TRAFFIC","E WILLIAM CANNON DR / SALT SPRINGS DR","E WILLIAM CANNON DR","SALT SPRINGS DR","MASTER","817","5158068","2","","2027556","AUSTIN FULL PURPOSE","","","2027554","SOUTH","6366-6398 East William Cannon Drive Austin, Texas 78744","6366-6398 East William Cannon Drive","","Austin","Texas","78744","United States","30.1690102","-97.7383728","","TURNED_ON","0","0","Both" +"840","TRAFFIC","E 11TH ST / NAVASOTA ST","E 11TH ST","NAVASOTA ST","MASTER","818","5159240","1","","2018675","AUSTIN FULL PURPOSE","","","2018676","CENTRAL","1217-1399 East 11th Street Austin, Texas 78702","1217-1399 East 11th Street","","Austin","Texas","78702","United States","30.2683887","-97.7269135","","TURNED_ON","1","1","Both" +"841","TRAFFIC","CHICON ST / ROSEWOOD AVE","CHICON ST","ROSEWOOD AVE","MASTER","819","5160084","1","","2018576","AUSTIN FULL PURPOSE","","","2018577","CENTRAL","1901-1927 Rosewood Avenue Austin, Texas 78702","1901-1927 Rosewood Avenue","","Austin","Texas","78702","United States","30.269701","-97.7190323","","TURNED_ON","1","1","Both" +"842","TRAFFIC","E OLTORF ST / DOUGLAS ST","E OLTORF ST","DOUGLAS ST","MASTER","820","5158782","3","","2022957","AUSTIN FULL PURPOSE","","","2022876","SOUTH","2222 East Oltorf Street Austin, Texas 78741","2222 East Oltorf Street","","Austin","Texas","78741","United States","30.2300148","-97.7315979","","TURNED_ON","0","0","Both" +"843","TRAFFIC","E OLTORF ST / WILLOW CREEK DR","E OLTORF ST","WILLOW CREEK DR","SLAVE","821","5158867","3","","2022886","AUSTIN FULL PURPOSE","","","2022887","SOUTH","2222-2298 East Oltorf Street Austin, Texas 78741","2222-2298 East Oltorf Street","","Austin","Texas","78741","United States","30.2297516","-97.7310181","","TURNED_ON","0","0","Both" +"844","TRAFFIC","GREAT HILLS TRL / STONELAKE BLVD","GREAT HILLS TRL","STONELAKE BLVD","MASTER","822","5156932","7","","2009809","AUSTIN FULL PURPOSE","","","2012349","NORTH","10210 Stonelake Boulevard Austin, Texas 78759","10210 Stonelake Boulevard","","Austin","Texas","78759","United States","30.3934135","-97.7396469","","TURNED_ON","0","0","Both" +"845","TRAFFIC","MC NEIL DR / ","MC NEIL DR","","MASTER","823","","6","","","AUSTIN FULL PURPOSE","Oak Knoll Dr (Formerly TX Intstruments)","","3193469","NORTH","6558 McNeil Drive Austin, Texas 78729","6558 McNeil Drive","","Austin","Texas","78729","United States","30.4393673","-97.7542267","","TURNED_ON","1","0","Both" +"846","TRAFFIC","GREAT HILLS TRL / RAIN CREEK PKWY","GREAT HILLS TRL","RAIN CREEK PKWY","MASTER","824","5154823","10","","2008292","AUSTIN FULL PURPOSE","","","2036006","NORTH","5006 Rain Creek Parkway Austin, Texas 78759","5006 Rain Creek Parkway","","Austin","Texas","78759","United States","30.3948116","-97.7546844","","TURNED_ON","0","0","None" +"847","TRAFFIC","N CAPITAL OF TEXAS HWY NB / SPICEWOOD SPRINGS RD","N CAPITAL OF TEXAS HWY NB","SPICEWOOD SPRINGS RD","MASTER","825","5152791","10","","2013756","AUSTIN FULL PURPOSE","","","2013759","NORTH","5217 Spicewood Springs Road Austin, Texas 78759","5217 Spicewood Springs Road","","Austin","Texas","78759","United States","30.382658","-97.7713623","","TURNED_ON","1","1","Both" +"848","TRAFFIC","N CAPITAL OF TEXAS HWY SB / LAKEWOOD DR","N CAPITAL OF TEXAS HWY SB","LAKEWOOD DR","MASTER","826","5151320","10","","2013767","AUSTIN FULL PURPOSE","","","2013773","NORTH","Lakewood Drive Austin, Texas ","Lakewood Drive","","Austin","Texas","","United States","30.3716736","-97.7856598","","TURNED_ON","1","1","Both" +"849","TRAFFIC","N CAPITAL OF TEXAS HWY SB / GREAT HILLS TRL","N CAPITAL OF TEXAS HWY SB","GREAT HILLS TRL","MASTER","827","5154176","10","","3313056","AUSTIN FULL PURPOSE","","","2039512","NORTH","Great Hills Trail Austin, Texas 78759","Great Hills Trail","","Austin","Texas","78759","United States","30.3881397","-97.7598343","","TURNED_ON","1","1","Both" +"850","TRAFFIC","N CAPITAL OF TEXAS HWY SB / SPICEWOOD SPRINGS RD","N CAPITAL OF TEXAS HWY SB","SPICEWOOD SPRINGS RD","MASTER","828","5153292","10","","2013758","AUSTIN FULL PURPOSE","","","2039512","NORTH","5401 Bluffstone Drive Austin, Texas 78759","5401 Bluffstone Drive","","Austin","Texas","78759","United States","30.3850155","-97.7667313","","TURNED_ON","1","1","Both" +"851","TRAFFIC","E MARTIN LUTHER KING JR BLVD / E M FRANKLIN AVE","E MARTIN LUTHER KING JR BLVD","E M FRANKLIN AVE","MASTER","829","5162491","1","","2017576","AUSTIN FULL PURPOSE","","","2017575","CENTRAL","3601 East Martin Luther King Junior Boulevard Austin, Texas 78721","3601 East Martin Luther King Junior Boulevard","","Austin","Texas","78721","United States","30.2837296","-97.6960907","","TURNED_ON","1","1","Both" +"852","TRAFFIC","N CAPITAL OF TEXAS HWY NB / COURTYARD DR","N CAPITAL OF TEXAS HWY NB","COURTYARD DR","MASTER","830","5150534","10","","2013792","AUSTIN FULL PURPOSE","","","2013793","NORTH","5914 West Courtyard Drive Austin, Texas 78730","5914 West Courtyard Drive","","Austin","Texas","78730","United States","30.352457","-97.7952881","","TURNED_ON","1","1","Both" +"853","TRAFFIC","N CAPITAL OF TEXAS HWY / N MOPAC EXPY SVRD NB","N CAPITAL OF TEXAS HWY","N MOPAC EXPY SVRD NB","MASTER","831","5157845","7","","2009829","AUSTIN FULL PURPOSE","","","2048172","NORTH","10515 Mopac Service Road Austin, Texas 78759","10515 Mopac Service Road","","Austin","Texas","78759","United States","30.38974","-97.7338028","","TURNED_ON","0","0","Both" +"854","TRAFFIC","N CAPITAL OF TEXAS HWY SB / N MOPAC EXPY SVRD SB","N CAPITAL OF TEXAS HWY SB","N MOPAC EXPY SVRD SB","SLAVE","832","5157658","7","","2009823","AUSTIN FULL PURPOSE","","","2012461","NORTH","12 Mopac Service Road Austin, Texas 78759","12 Mopac Service Road","","Austin","Texas","78759","United States","30.3899574","-97.7349854","","TURNED_ON","0","0","Both" +"855","TRAFFIC","N CAPITAL OF TEXAS HWY SB / STONELAKE BLVD","N CAPITAL OF TEXAS HWY SB","STONELAKE BLVD","MASTER","833","5157000","7","","2009809","AUSTIN FULL PURPOSE","","","2012460","NORTH","10010 North Capital of Texas Highway Austin, Texas 78759","10010 North Capital of Texas Highway","","Austin","Texas","78759","United States","30.3906918","-97.7394409","","TURNED_ON","0","0","Both" +"856","TRAFFIC","N CAPITAL OF TEXAS HWY SB / ","N CAPITAL OF TEXAS HWY SB","","MASTER","834","","7","","","AUSTIN FULL PURPOSE","SAM'S CLUB DRIVEWAY","","2012460","NORTH","9876-9928 North Capital of Texas Highway Austin, Texas 78759","9876-9928 North Capital of Texas Highway","","Austin","Texas","78759","United States","30.3905487","-97.7415771","","TURNED_ON","0","0","Both" +"857","TRAFFIC","N CAPITAL OF TEXAS HWY / RESEARCH BLVD SVRD NB","N CAPITAL OF TEXAS HWY","RESEARCH BLVD SVRD NB","MASTER","835","5156241","7","","2012457","AUSTIN FULL PURPOSE","","","2012459","NORTH","9701 Research Boulevard Austin, Texas 78759","9701 Research Boulevard","","Austin","Texas","78759","United States","30.3897934","-97.7443008","","TURNED_ON","0","0","Both" +"858","TRAFFIC","N CAPITAL OF TEXAS HWY SB / RESEARCH BLVD SVRD SB","N CAPITAL OF TEXAS HWY SB","RESEARCH BLVD SVRD SB","SLAVE","836","5156010","10","","2012345","AUSTIN FULL PURPOSE","","","2012456","NORTH","9701 Research Boulevard Austin, Texas 78759","9701 Research Boulevard","","Austin","Texas","78759","United States","30.3892517","-97.7457657","","TURNED_ON","0","0","Both" +"859","TRAFFIC","CROSS PARK DR / WALL ST","CROSS PARK DR","WALL ST","MASTER","837","5164518","1","","2040261","AUSTIN FULL PURPOSE","","","2011623","NORTH","8404-8406 Cross Park Drive Austin, Texas 78754","8404-8406 Cross Park Drive","","Austin","Texas","78754","United States","30.3381119","-97.6764679","","TURNED_ON","0","0","None" +"860","TRAFFIC","S US 183 HWY SB / METROPOLIS DR","S US 183 HWY SB","METROPOLIS DR","UNKNOWN","838","5164191","2","","2046721","AUSTIN FULL PURPOSE","","","2046720","SOUTH","8301 Metropolis Drive Austin, Texas 78744","8301 Metropolis Drive","","Austin","Texas","78744","United States","30.2099247","-97.6832809","","TURNED_ON","1","1","Both" +"861","TRAFFIC","FM 2222 RD / BELL MOUNTAIN DR","FM 2222 RD","BELL MOUNTAIN DR","MASTER","839","5149559","10","","3288199","AUSTIN FULL PURPOSE","","","2012853","NORTH","8344-8388 Ranch to Market 2222 Austin, Texas 78730","8344-8388 Ranch to Market 2222","","Austin","Texas","78730","United States","30.3771896","-97.8054581","","TURNED_ON","1","0","Both" +"862","TRAFFIC","BRODIE LN / ALEXANDRIA DR","BRODIE LN","ALEXANDRIA DR","MASTER","840","5147204","5","","2025268","AUSTIN FULL PURPOSE","","","2047609","SOUTH","3508 Alexandria Drive Austin, Texas 78749","3508 Alexandria Drive","","Austin","Texas","78749","United States","30.2008514","-97.8387375","","TURNED_ON","1","0","Both" +"863","TRAFFIC","HARRIS BRANCH PKWY / E PARMER LN","HARRIS BRANCH PKWY","E PARMER LN","UNKNOWN","841","5168235","1","","2036434","AUSTIN FULL PURPOSE","","","3263262","NORTH","Harris Branch Parkway Manor, Texas 78653","Harris Branch Parkway","","Manor","Texas","78653","United States","30.3685207","-97.6131744","","TURNED_ON","1","0","Both" +"864","TRAFFIC","ROSS RD / THOME VALLEY DR","ROSS RD","THOME VALLEY DR","MASTER","842","5168145","2","","2036605","AUSTIN FULL PURPOSE","","","2036623","SOUTH","Thome Valley Drive Texas 78617","Thome Valley Drive","","","Texas","78617","United States","30.1740685","-97.6202011","","TURNED_ON","1","1","Both" +"865","TRAFFIC","MC NEIL DR / LOS INDIOS TRL","MC NEIL DR","LOS INDIOS TRL","MASTER","843","5153906","6","","2007575","AUSTIN FULL PURPOSE","","","2007574","NORTH","6909 McNeil Drive Austin, Texas 78729","6909 McNeil Drive","","Austin","Texas","78729","United States","30.4373665","-97.760498","","TURNED_ON","1","0","Both" +"866","TRAFFIC","N CAPITAL OF TEXAS HWY SB / PASCAL LN","N CAPITAL OF TEXAS HWY SB","PASCAL LN","MASTER","844","5148102","10","","2040568","AUSTIN FULL PURPOSE","","","3194680","NORTH","1 Pascal Lane Austin, Texas 78746","1 Pascal Lane","","Austin","Texas","78746","United States","30.3154545","-97.8260498","","TURNED_ON","1","1","Both" +"867","TRAFFIC","LAKE CREEK PKWY / HYMEADOW DR","LAKE CREEK PKWY","HYMEADOW DR","MASTER","845","5150808","6","","3425406","AUSTIN FULL PURPOSE","","","3272902","NORTH","Pecan Park Boulevard Austin, Texas 78729","Pecan Park Boulevard","","Austin","Texas","78729","United States","30.4638519","-97.7892227","","TURNED_ON","1","1","Both" +"868","TRAFFIC","ANDERSON MILL RD / BROADMEADE AVE","ANDERSON MILL RD","BROADMEADE AVE","MASTER","846","5152043","6","","3554333","AUSTIN FULL PURPOSE","","","2007134","NORTH","15211 Broadmeade Avenue Austin, Texas 78729","15211 Broadmeade Avenue","","Austin","Texas","78729","United States","30.4531956","-97.7763901","","TURNED_ON","0","0","None" +"869","TRAFFIC","ANDERSON MILL RD / SPICEWOOD PKWY","ANDERSON MILL RD","SPICEWOOD PKWY","MASTER","847","5149246","6","","3364351","AUSTIN FULL PURPOSE","","","2007365","NORTH","Anderson Mill Road Austin, Texas 78750","Anderson Mill Road","","Austin","Texas","78750","United States","30.4471569","-97.8072357","","TURNED_ON","1","1","Both" +"870","TRAFFIC","FM 2222 RD / LAKEWOOD DR","FM 2222 RD","LAKEWOOD DR","MASTER","848","5151164","10","","2039985","AUSTIN FULL PURPOSE","","","2040015","NORTH","5562-5598 Ranch to Market 2222 Austin, Texas 78731","5562-5598 Ranch to Market 2222","","Austin","Texas","78731","United States","30.3589134","-97.7877274","","TURNED_ON","0","0","Both" +"871","TRAFFIC","BURNET RD / ESPERANZA XING","BURNET RD","ESPERANZA XING","MASTER","849","5159662","7","","3283368","AUSTIN FULL PURPOSE","","","3321604","NORTH","2900 Esperanza Crossing Austin, Texas 78758","2900 Esperanza Crossing","","Austin","Texas","78758","United States","30.3983212","-97.7193222","","TURNED_ON","1","1","Both" +"872","TRAFFIC","METRIC BLVD / CHASEWOOD DR","METRIC BLVD","CHASEWOOD DR","MASTER","850","5163602","7","","2005870","AUSTIN FULL PURPOSE","","","2005943","NORTH","1701-1703 Chasewood Drive Austin, Texas 78727","1701-1703 Chasewood Drive","","Austin","Texas","78727","United States","30.4222984","-97.6825714","","TURNED_ON","1","1","Both" +"873","TRAFFIC","N FM 620 RD / FM 2222 RD","N FM 620 RD","FM 2222 RD","MASTER","851","5145335","6","","2042713","AUSTIN FULL PURPOSE","","","2008262","NORTH","6906-6910 Ranch Road 620 North Austin, Texas 78732","6906-6910 Ranch Road 620 North","","Austin","Texas","78732","United States","30.4036922","-97.8540649","","TURNED_ON","1","0","Both" +"874","TRAFFIC","N FM 620 RD / FOUR POINTS DR","N FM 620 RD","FOUR POINTS DR","MASTER","852","5145471","6","","2008280","AUSTIN FULL PURPOSE","","","2008262","NORTH","7321 Ranch Road 620 Austin, Texas 78730","7321 Ranch Road 620","","Austin","Texas","78730","United States","30.4065952","-97.852478","","TURNED_ON","1","0","Both" +"875","TRAFFIC","S CAPITAL OF TEXAS HWY SB / WALSH TARLTON LN","S CAPITAL OF TEXAS HWY SB","WALSH TARLTON LN","MASTER","853","5149237","8","","3194736","AUSTIN FULL PURPOSE","","","3194743","SOUTH","2710 Walsh Tarlton Lane Austin, Texas 78746","2710 Walsh Tarlton Lane","","Austin","Texas","78746","United States","30.2579861","-97.8122482","","TURNED_ON","1","1","Both" +"876","TRAFFIC","S CAPITAL OF TEXAS HWY NB / ","S CAPITAL OF TEXAS HWY NB","","MASTER","854","5149533","8","","","AUSTIN FULL PURPOSE","","","3431116","SOUTH","3045 South Capital of Texas Highway Austin, Texas 78746","3045 South Capital of Texas Highway","","Austin","Texas","78746","United States","30.2537231","-97.8089066","","TURNED_ON","1","1","Both" +"877","TRAFFIC","E SH 71 EB / S FM 973 RD","E SH 71 EB","S FM 973 RD","MASTER","855","5167205","2","","2023666","AUSTIN FULL PURPOSE","","","2023667","SOUTH","3229-3299 East Highway 71 Austin, Texas 78617","3229-3299 East Highway 71","","Austin","Texas","78617","United States","30.2023029","-97.6377563","","TURNED_ON","1","1","Both" +"878","TRAFFIC"," / S FM 973 RD","","S FM 973 RD","SLAVE","856","5167101","2","","2048155","AUSTIN FULL PURPOSE","","","","SOUTH","Farm to Market Road 973 Austin, Texas 78617","Farm to Market Road 973","","Austin","Texas","78617","United States","30.2031937","-97.6394501","","REMOVED_TEMPORARILY","1","1","Both" +"879","TRAFFIC","N FM 620 RD / WILSON PARKE AVE","N FM 620 RD","WILSON PARKE AVE","MASTER","857","5145963","6","","2008145","AUSTIN FULL PURPOSE","","","2008144","NORTH","Rock Harbour Drive Austin, Texas 78726","Rock Harbour Drive","","Austin","Texas","78726","United States","30.416769","-97.8473129","","TURNED_ON","1","0","Both" +"880","TRAFFIC","FREIDRICH LN / E ST ELMO RD","FREIDRICH LN","E ST ELMO RD","MASTER","858","5156261","2","","2023181","AUSTIN FULL PURPOSE","","","2023180","SOUTH","2000-2006 East Saint Elmo Road Austin, Texas 78744","2000-2006 East Saint Elmo Road","","Austin","Texas","78744","United States","30.2109585","-97.7490005","","TURNED_ON","0","0","None" +"881","TRAFFIC","E ST ELMO RD / WOODWARD ST","E ST ELMO RD","WOODWARD ST","MASTER","859","5156515","2","","2023189","AUSTIN FULL PURPOSE","","","2023190","SOUTH","2281-2299 Woodward Street Austin, Texas 78744","2281-2299 Woodward Street","","Austin","Texas","78744","United States","30.2102242","-97.7473145","","TURNED_ON","0","0","None" +"882","TRAFFIC","S CAPITAL OF TEXAS HWY NB / S MOPAC EXPY SVRD NB","S CAPITAL OF TEXAS HWY NB","S MOPAC EXPY SVRD NB","MASTER","860","5149983","8","","2026259","AUSTIN FULL PURPOSE","","","2026316","SOUTH","3033-3041 Frontage Road Austin, Texas 78746","3033-3041 Frontage Road","","Austin","Texas","78746","United States","30.2477283","-97.8040085","","TURNED_ON","1","1","Both" +"883","TRAFFIC","S CAPITAL OF TEXAS HWY NB / S MOPAC EXPY SVRD SB","S CAPITAL OF TEXAS HWY NB","S MOPAC EXPY SVRD SB","MASTER","861","5149746","8","","2021598","AUSTIN FULL PURPOSE","","","2047121","SOUTH","3355-3379 South Capital of Texas Highway Austin, Texas 78746","3355-3379 South Capital of Texas Highway","","Austin","Texas","78746","United States","30.2510681","-97.8066635","","TURNED_ON","1","1","Both" +"884","TRAFFIC","W 45TH ST / W 45TH TO MOPAC SB RAMP","W 45TH ST","W 45TH TO MOPAC SB RAMP","SLAVE","862","5154866","10","","2021768","AUSTIN FULL PURPOSE","","","2021769","NORTH","2903 West 45th Street Austin, Texas 78731","2903 West 45th Street","","Austin","Texas","78731","United States","30.3213959","-97.7563477","","TURNED_ON","0","0","Both" +"885","TRAFFIC","MANCHACA RD / RAVENSCROFT DR","MANCHACA RD","RAVENSCROFT DR","MASTER","863","5147818","5","","2028038","AUSTIN FULL PURPOSE","","","2028036","SOUTH","1772-1798 Ravenscroft Drive Austin, Texas 78748","1772-1798 Ravenscroft Drive","","Austin","Texas","78748","United States","30.1571236","-97.8333054","","TURNED_ON","0","0","None" +"886","TRAFFIC","E OLTORF ST / S PLEASANT VALLEY RD","E OLTORF ST","S PLEASANT VALLEY RD","MASTER","864","5159261","3","","2037857","AUSTIN FULL PURPOSE","","","2022945","SOUTH","4401-4441 East Oltorf Street Austin, Texas 78704","4401-4441 East Oltorf Street","","Austin","Texas","78704","United States","30.227459","-97.7277679","","TURNED_ON","0","0","Both" +"887","TRAFFIC","MC KINNEY FALLS PKWY / ","MC KINNEY FALLS PKWY","","MASTER","865","","0","","","AUSTIN 2 MILE ETJ","","","3258116","SOUTH","5511 McKinney Falls Parkway Austin, Texas 78744","5511 McKinney Falls Parkway","","Austin","Texas","78744","United States","30.1883583","-97.713356","","TURNED_ON","0","0","None" +"888","TRAFFIC","N FM 620 RD / BOULDER LN","N FM 620 RD","BOULDER LN","MASTER","866","5146359","6","","2036899","AUSTIN FULL PURPOSE","","","2038572","NORTH","8801 Ranch Road 620 Austin, Texas 78726","8801 Ranch Road 620","","Austin","Texas","78726","United States","30.4287834","-97.842659","","TURNED_ON","1","0","Both" +"889","TRAFFIC","N FM 620 RD / BOULDER LN","N FM 620 RD","BOULDER LN","MASTER","867","5147160","6","","2037770","AUSTIN FULL PURPOSE","","","2007483","NORTH","10601 Ranch Road 620 Austin, Texas 78726","10601 Ranch Road 620","","Austin","Texas","78726","United States","30.4434834","-97.8331299","","TURNED_ON","1","0","Both" +"890","TRAFFIC","E OLTORF ST / SCHRIBER ST","E OLTORF ST","SCHRIBER ST","MASTER","868","5156987","9","","2022770","AUSTIN FULL PURPOSE","","","2022771","SOUTH","2277-2299 Schriber Street Austin, Texas 78704","2277-2299 Schriber Street","","Austin","Texas","78704","United States","30.2346802","-97.7436829","","TURNED_ON","0","0","Both" +"891","TRAFFIC","BRODIE LN / W US 290 HWY SVRD EB","BRODIE LN","W US 290 HWY SVRD EB","MASTER","869","5148810","0","","3309478","SUNSET VALLEY FULL PURPOSE","","","2024082","SOUTH","5200 Brodie Lane Austin, Texas 78745","5200 Brodie Lane","","Austin","Texas","78745","United States","30.2326393","-97.8184204","","TURNED_ON","1","0","Both" +"892","TRAFFIC","BRODIE LN / W US 290 HWY SVRD WB","BRODIE LN","W US 290 HWY SVRD WB","SLAVE","870","5148814","0","","3309475","SUNSET VALLEY FULL PURPOSE","","","2024082","SOUTH","4966 West US Highway 290 Service Road Sunset Valley, Texas 78745","4966 West US Highway 290 Service Road","","Sunset Valley","Texas","78745","United States","30.2335815","-97.8183289","","TURNED_ON","1","0","Both" +"893","TRAFFIC","W PARMER LN / AVERY RANCH BLVD","W PARMER LN","AVERY RANCH BLVD","MASTER","871","5151987","6","","2036303","AUSTIN FULL PURPOSE","","","2038623","NORTH","14950 Avery Ranch Boulevard Austin, Texas 78717","14950 Avery Ranch Boulevard","","Austin","Texas","78717","United States","30.4980755","-97.7756653","","TURNED_ON","1","0","Both" +"894","TRAFFIC","E OLTORF ST / WICKERSHAM LN","E OLTORF ST","WICKERSHAM LN","MASTER","872","5159629","3","","2023008","AUSTIN FULL PURPOSE","","","2022975","SOUTH","2409-2443 Wickersham Lane Austin, Texas 78741","2409-2443 Wickersham Lane","","Austin","Texas","78741","United States","30.2256565","-97.7242966","","TURNED_ON","0","0","Both" +"895","TRAFFIC","AVERY RANCH BLVD / STAKED PLAINS DR","AVERY RANCH BLVD","STAKED PLAINS DR","MASTER","873","5150543","6","","2037833","AUSTIN FULL PURPOSE","","","2036834","NORTH","11300 Staked Plains Drive Austin, Texas 78717","11300 Staked Plains Drive","","Austin","Texas","78717","United States","30.4941616","-97.7914963","","TURNED_ON","0","0","None" +"896","TRAFFIC","N FM 620 RD SB / N US 183 HWY SVRD NB","N FM 620 RD SB","N US 183 HWY SVRD NB","MASTER","874","5150132","6","","3271325","AUSTIN FULL PURPOSE","","","3271137","NORTH","183 Ranch Road 620 North Austin, Texas 78717","183 Ranch Road 620 North","","Austin","Texas","78717","United States","30.4691181","-97.7966461","","TURNED_ON","1","1","Both" +"897","TRAFFIC","N FM 620 RD SB / N US 183 HWY SVRD SB","N FM 620 RD SB","N US 183 HWY SVRD SB","SLAVE","875","5150028","6","","3271333","AUSTIN FULL PURPOSE","","","3271339","NORTH","13900 Research Boulevard Austin, Texas 78717","13900 Research Boulevard","","Austin","Texas","78717","United States","30.4688225","-97.7976913","","TURNED_ON","1","1","Both" +"898","TRAFFIC","N FM 620 RD NB / N US 183 HWY SVRD NB","N FM 620 RD NB","N US 183 HWY SVRD NB","SLAVE","876","5150164","6","","2048276","AUSTIN FULL PURPOSE","","","2048278","NORTH","13021 Ranch Road 620 North Austin, Texas 78729","13021 Ranch Road 620 North","","Austin","Texas","78729","United States","30.4683056","-97.7963333","","TURNED_ON","1","1","Both" +"899","TRAFFIC","N FM 620 RD NB / N US 183 HWY SVRD SB","N FM 620 RD NB","N US 183 HWY SVRD SB","SLAVE","877","5150067","6","","2048275","AUSTIN FULL PURPOSE","","","2047321","NORTH","13900 Research Boulevard Austin, Texas 78717","13900 Research Boulevard","","Austin","Texas","78717","United States","30.4680157","-97.7973709","","TURNED_ON","1","1","Both" +"900","TRAFFIC","W STASSNEY LN / CHERRY CREEK DR","W STASSNEY LN","CHERRY CREEK DR","MASTER","878","5149781","5","","2026564","AUSTIN FULL PURPOSE","","","2041677","SOUTH","5701 West Gate Boulevard Austin, Texas 78745","5701 West Gate Boulevard","","Austin","Texas","78745","United States","30.2190113","-97.8071289","","TURNED_ON","0","0","Both" +"901","TRAFFIC","WEST GATE BLVD / JONES RD","WEST GATE BLVD","JONES RD","MASTER","879","5150053","5","","2024286","AUSTIN FULL PURPOSE","","","2024285","SOUTH","5060-5098 West Gate Boulevard Austin, Texas 78745","5060-5098 West Gate Boulevard","","Austin","Texas","78745","United States","30.2256088","-97.8038712","","TURNED_ON","0","0","Both" +"902","TRAFFIC","WEST GATE BLVD / WESTERN TRAILS BLVD","WEST GATE BLVD","WESTERN TRAILS BLVD","MASTER","880","5150296","5","","2024156","AUSTIN FULL PURPOSE","","","2024188","SOUTH","4700 West Gate Boulevard Austin, Texas 78745","4700 West Gate Boulevard","","Austin","Texas","78745","United States","30.2290554","-97.8013229","","TURNED_ON","1","1","Both" +"903","TRAFFIC","W 51ST ST / GUADALUPE ST","W 51ST ST","GUADALUPE ST","MASTER","881","5158890","9","","2015426","AUSTIN FULL PURPOSE","","","2015473","CENTRAL","5101 Guadalupe Street Austin, Texas 78751","5101 Guadalupe Street","","Austin","Texas","78751","United States","30.3176708","-97.7284317","","TURNED_ON","1","1","Both" +"904","TRAFFIC","S IH 35 SVRD SB / E BEN WHITE BLVD SVRD WB","S IH 35 SVRD SB","E BEN WHITE BLVD SVRD WB","SLAVE","882","5155796","3","","3212439","AUSTIN FULL PURPOSE","","","2023130","SOUTH","East Ben White Boulevard Austin, Texas 78704","East Ben White Boulevard","","Austin","Texas","78704","United States","30.21702","-97.7518005","","TURNED_ON","0","0","Both" +"905","TRAFFIC","S IH 35 SVRD SB / E BEN WHITE BLVD SVRD EB","S IH 35 SVRD SB","E BEN WHITE BLVD SVRD EB","SLAVE","883","5155693","3","","3212436","AUSTIN FULL PURPOSE","","","2023130","SOUTH","4108 South Interstate 35 Frontage Road Austin, Texas 78745","4108 South Interstate 35 Frontage Road","","Austin","Texas","78745","United States","30.2157555","-97.7525253","","TURNED_ON","0","0","Both" +"906","TRAFFIC","N FM 620 RD / EL SALIDO PKWY","N FM 620 RD","EL SALIDO PKWY","MASTER","884","5148045","6","","2007006","AUSTIN FULL PURPOSE","","","2006992","NORTH","El Salido Parkway Austin, Texas 78750","El Salido Parkway","","Austin","Texas","78750","United States","30.4580345","-97.8231125","","TURNED_ON","0","0","Both" +"907","TRAFFIC","N FM 620 RD / DEERBROOK TRL","N FM 620 RD","DEERBROOK TRL","MASTER","885","5148947","6","","2043874","AUSTIN FULL PURPOSE","","","2006758","NORTH","12342 Ranch Road 620 North Austin, Texas 78750","12342 Ranch Road 620 North","","Austin","Texas","78750","United States","30.4638901","-97.8106232","","TURNED_ON","0","0","Both" +"908","TRAFFIC","N FM 620 RD / LAKE CREEK PKWY","N FM 620 RD","LAKE CREEK PKWY","MASTER","886","5148573","6","","3273055","AUSTIN FULL PURPOSE","","","2006819","NORTH","12205-12217 Ranch Road 620 North Austin, Texas 78750","12205-12217 Ranch Road 620 North","","Austin","Texas","78750","United States","30.4621582","-97.8160172","","TURNED_ON","0","0","Both" +"909","TRAFFIC","N FM 620 RD / HATCH RD","N FM 620 RD","HATCH RD","UNKNOWN","887","5148292","6","","2042559","AUSTIN FULL PURPOSE","","","2006872","NORTH","12101-12177 Ranch Road 620 North Austin, Texas 78750","12101-12177 Ranch Road 620 North","","Austin","Texas","78750","United States","30.4608479","-97.8199234","","TURNED_ON","0","0","Both" +"910","TRAFFIC","W 45TH ST / ","W 45TH ST","","MASTER","888","","10","","","AUSTIN FULL PURPOSE","TEXAS SCHOOL FOR THE BLIND","","2015664","NORTH","1104-1198 West 45th Street Austin, Texas 78756","1104-1198 West 45th Street","","Austin","Texas","78756","United States","30.3143291","-97.7393494","","TURNED_ON","1","1","Both" +"912","TRAFFIC","N FM 620 RD / ","N FM 620 RD","","UNKNOWN","889","","6","","","AUSTIN LTD","","","3390049","NORTH","11245-11521 Ranch Road 620 North Austin, Texas 78726","11245-11521 Ranch Road 620 North","","Austin","Texas","78726","United States","30.4527912","-97.8285446","","TURNED_ON","0","0","Both" +"913","TRAFFIC","FM 2222 RD / PARK CENTRE","FM 2222 RD","PARK CENTRE","MASTER","890","5148919","10","","5076515","AUSTIN FULL PURPOSE","","","5076511","NORTH","8415 Ranch to Market 2222 Austin, Texas 78730","8415 Ranch to Market 2222","","Austin","Texas","78730","United States","30.3822517","-97.813118","","TURNED_ON","1","0","Both" +"914","TRAFFIC","N QUINLAN PARK RD / STEINER RANCH BLVD","N QUINLAN PARK RD","STEINER RANCH BLVD","MASTER","891","5143802","0","","2014026","AUSTIN 2 MILE ETJ","","","2014027","NORTH","4001 Steiner Ranch Boulevard Austin, Texas 78732","4001 Steiner Ranch Boulevard","","Austin","Texas","78732","United States","30.3775234","-97.8848572","","TURNED_ON","0","0","None" +"918","TRAFFIC","BRODIE LN / INDIAN POINT DR","BRODIE LN","INDIAN POINT DR","MASTER","892","5145636","0","","2027844","AUSTIN 2 MILE ETJ","","","2027843","SOUTH","10908-10998 Brodie Lane Austin, Texas 78748","10908-10998 Brodie Lane","","Austin","Texas","78748","United States","30.1723957","-97.8570099","","TURNED_ON","0","0","None" +"919","TRAFFIC","S 1ST ST / EMERALD WOOD DR","S 1ST ST","EMERALD WOOD DR","MASTER","893","5152507","3","","2024671","AUSTIN FULL PURPOSE","","","2041741","SOUTH","5111 South 1st Street Austin, Texas 78745","5111 South 1st Street","","Austin","Texas","78745","United States","30.2128639","-97.778511","","TURNED_ON","1","0","Both" +"920","TRAFFIC","CAMERON RD / RUTHERFORD LN","CAMERON RD","RUTHERFORD LN","MASTER","894","5163816","4","","2011652","AUSTIN FULL PURPOSE","","","2011651","NORTH","8164 Rutherford Lane Austin, Texas 78752","8164 Rutherford Lane","","Austin","Texas","78752","United States","30.337326","-97.6832428","","TURNED_ON","1","1","Both" +"921","TRAFFIC","E MARTIN LUTHER KING JR BLVD / ALEXANDER AVE","E MARTIN LUTHER KING JR BLVD","ALEXANDER AVE","MASTER","895","5161088","1","","2017731","AUSTIN FULL PURPOSE","","","2017761","CENTRAL","1904 Alexander Avenue Austin, Texas 78702","1904 Alexander Avenue","","Austin","Texas","78702","United States","30.2817059","-97.7094574","","TURNED_ON","1","1","Both" +"922","TRAFFIC","W SLAUGHTER LN / FRANCIA TRL","W SLAUGHTER LN","FRANCIA TRL","MASTER","896","5150904","5","","2027870","AUSTIN FULL PURPOSE","","","3260017","SOUTH","9100-9198 Francia Trail Austin, Texas 78744","9100-9198 Francia Trail","","Austin","Texas","78744","United States","30.1692791","-97.7958298","","TURNED_ON","0","0","Both" +"923","TRAFFIC","N QUINLAN PARK RD / COUNTRY TRAILS LN","N QUINLAN PARK RD","COUNTRY TRAILS LN","MASTER","897","5143259","0","","2037254","AUSTIN 2 MILE ETJ","","","2037253","NORTH","Country Trails Lane Austin, Texas 78732","Country Trails Lane","","Austin","Texas","78732","United States","30.3624153","-97.8998718","","TURNED_ON","0","0","None" +"924","TRAFFIC","ESCARPMENT BLVD / HILLSIDE TERRACE DR","ESCARPMENT BLVD","HILLSIDE TERRACE DR","MASTER","898","5144268","8","","2027003","AUSTIN FULL PURPOSE","","","2027002","SOUTH","Hillside Terrace Drive Austin, Texas 78749","Hillside Terrace Drive","","Austin","Texas","78749","United States","30.2075157","-97.8775787","","TURNED_ON","0","0","None" +"925","TRAFFIC","SALT SPRINGS DR / THAXTON RD","SALT SPRINGS DR","THAXTON RD","MASTER","899","5156940","2","","2042188","AUSTIN FULL PURPOSE","","","2042180","SOUTH","8101 Salt Springs Drive Austin, Texas 78744","8101 Salt Springs Drive","","Austin","Texas","78744","United States","30.1584244","-97.7459106","","TURNED_ON","0","0","Both" +"926","TRAFFIC","CAMERON RD / FERGUSON LN","CAMERON RD","FERGUSON LN","MASTER","900","5164399","4","","2012375","AUSTIN FULL PURPOSE","","","2011415","NORTH","1404 Ferguson Lane Austin, Texas 78754","1404 Ferguson Lane","","Austin","Texas","78754","United States","30.3458042","-97.6774902","","TURNED_ON","1","1","Both" +"928","TRAFFIC","FM 2222 RD / SITIO DEL RIO BLVD","FM 2222 RD","SITIO DEL RIO BLVD","MASTER","901","5146502","10","","2031985","AUSTIN FULL PURPOSE","","","2012713","NORTH","10405 Ranch Road 2222 Austin, Texas 78730","10405 Ranch Road 2222","","Austin","Texas","78730","United States","30.392931","-97.8418274","","TURNED_ON","1","0","Both" +"929","TRAFFIC","E DEAN KEETON ST / LAFAYETTE AVE","E DEAN KEETON ST","LAFAYETTE AVE","MASTER","902","5159732","9","","2017559","AUSTIN FULL PURPOSE","","","2017560","CENTRAL","2312 Lafayette Avenue Austin, Texas 78722","2312 Lafayette Avenue","","Austin","Texas","78722","United States","30.2844238","-97.7218094","","TURNED_ON","1","1","Both" +"930","TRAFFIC","E OLTORF ST / BURLESON RD","E OLTORF ST","BURLESON RD","MASTER","903","5158189","3","","2022873","AUSTIN FULL PURPOSE","","","2022835","SOUTH","1866 East Oltorf Street Austin, Texas 78741","1866 East Oltorf Street","","Austin","Texas","78741","United States","30.2314911","-97.735733","","TURNED_ON","0","0","Both" +"932","TRAFFIC","CHICON ST / MANOR RD","CHICON ST","MANOR RD","SLAVE","904","5159690","9","","2017603","AUSTIN FULL PURPOSE","","","2017678","CENTRAL","2301-2693 Lafayette Avenue Austin, Texas 78722","2301-2693 Lafayette Avenue","","Austin","Texas","78722","United States","30.2838135","-97.7221603","","TURNED_ON","0","0","Both" +"933","TRAFFIC","S CONGRESS AVE / W JAMES ST","S CONGRESS AVE","W JAMES ST","MASTER","905","5156063","9","","2019691","AUSTIN FULL PURPOSE","","","2019690","SOUTH","1300 South Congress Avenue Austin, Texas 78704","1300 South Congress Avenue","","Austin","Texas","78704","United States","30.2511158","-97.7491074","","TURNED_ON","1","1","Both" +"934","TRAFFIC","S CONGRESS AVE / W GIBSON ST","S CONGRESS AVE","W GIBSON ST","MASTER","906","5156007","9","","2019709","AUSTIN FULL PURPOSE","","","2019708","SOUTH","1329-1399 South Congress Avenue Austin, Texas 78704","1329-1399 South Congress Avenue","","Austin","Texas","78704","United States","30.2499905","-97.7495117","","TURNED_ON","1","1","Both" +"936","TRAFFIC","E 51ST ST / BRUNING AVE","E 51ST ST","BRUNING AVE","MASTER","907","5159850","9","","2015621","AUSTIN FULL PURPOSE","","","2015623","CENTRAL","501-599 East 51st Street Austin, Texas 78751","501-599 East 51st Street","","Austin","Texas","78751","United States","30.314209","-97.7199249","","TURNED_ON","0","0","Both" +"939","TRAFFIC","ANDERSON MILL RD / MORRIS RD","ANDERSON MILL RD","MORRIS RD","MASTER","908","5153102","6","","2007011","AUSTIN FULL PURPOSE","","","2007040","NORTH","Morris Road Austin, Texas 78729","Morris Road","","Austin","Texas","78729","United States","30.4562817","-97.766571","","TURNED_ON","0","0","None" +"940","TRAFFIC","SPICEWOOD SPRINGS RD / MESA DR","SPICEWOOD SPRINGS RD","MESA DR","MASTER","909","5154593","10","","2013672","AUSTIN FULL PURPOSE","","","3213025","NORTH","8101 Mesa Drive Austin, Texas 78759","8101 Mesa Drive","","Austin","Texas","78759","United States","30.3715324","-97.757225","","TURNED_ON","0","0","None" +"941","TRAFFIC","MESA DR / STECK AVE","MESA DR","STECK AVE","MASTER","910","5154802","10","","2013750","AUSTIN FULL PURPOSE","","","2013751","NORTH","8284-8298 Mesa Drive Austin, Texas 78759","8284-8298 Mesa Drive","","Austin","Texas","78759","United States","30.3743553","-97.755455","","TURNED_ON","0","0","None" +"942","TRAFFIC","FM 2222 RD / MESA DR","FM 2222 RD","MESA DR","MASTER","911","5153101","10","","2013377","AUSTIN FULL PURPOSE","","","2013379","NORTH","4118 Ranch to Market 2222 Austin, Texas 78731","4118 Ranch to Market 2222","","Austin","Texas","78731","United States","30.3413143","-97.7696381","","TURNED_ON","0","0","Both" +"943","TRAFFIC","S CONGRESS AVE / W MILTON ST","S CONGRESS AVE","W MILTON ST","MASTER","912","5155847","9","","2022440","AUSTIN FULL PURPOSE","","","2022439","SOUTH","100-198 Milton Street East Austin, Texas 78704","100-198 Milton Street East","","Austin","Texas","78704","United States","30.2470245","-97.7506256","","TURNED_ON","1","1","Both" +"944","TRAFFIC","W US 290 HWY SVRD EB / OLD FREDERICKSBURG RD","W US 290 HWY SVRD EB","OLD FREDERICKSBURG RD","UNKNOWN","913","5145950","8","","2026587","AUSTIN FULL PURPOSE","","","3192540","SOUTH","9300 West US Highway 290 Service Road Austin, Texas 78735","9300 West US Highway 290 Service Road","","Austin","Texas","78735","United States","30.235033","-97.8520966","","TURNED_ON","1","0","Both" +"945","TRAFFIC","S CONGRESS AVE / LITTLE TEXAS LN","S CONGRESS AVE","LITTLE TEXAS LN","MASTER","914","5152851","2","","2025273","AUSTIN FULL PURPOSE","","","2026102","SOUTH","5881-5899 South Congress Avenue Austin, Texas 78745","5881-5899 South Congress Avenue","","Austin","Texas","78745","United States","30.2024918","-97.775528","","TURNED_ON","1","1","Both" +"946","TRAFFIC","W WILLIAM CANNON DR / S MOPAC EXPY SVRD SB","W WILLIAM CANNON DR","S MOPAC EXPY SVRD SB","SLAVE","915","5147329","8","","2026549","AUSTIN FULL PURPOSE","","","2026270","SOUTH","6600 Frontage Road Austin, Texas 78749","6600 Frontage Road","","Austin","Texas","78749","United States","30.220665","-97.8369675","","TURNED_ON","0","0","Both" +"947","TRAFFIC","CAMERON RD / MC KIE DR","CAMERON RD","MC KIE DR","MASTER","916","5162968","1","","2040388","AUSTIN FULL PURPOSE","","","2012081","NORTH","Coronado Hills Drive Austin, Texas 78752","Coronado Hills Drive","","Austin","Texas","78752","United States","30.3290386","-97.6904068","","TURNED_ON","1","1","Both" +"948","TRAFFIC","N QUINLAN PARK RD / STEINER RANCH BLVD","N QUINLAN PARK RD","STEINER RANCH BLVD","MASTER","917","5143536","0","","2038439","AUSTIN 2 MILE ETJ","","","2045641","NORTH","200 Steiner Ranch Boulevard Austin, Texas 78732","200 Steiner Ranch Boulevard","","Austin","Texas","78732","United States","30.3692398","-97.8917618","","TURNED_ON","0","0","None" +"949","TRAFFIC","DESSAU RD / CRYSTAL BEND DR","DESSAU RD","CRYSTAL BEND DR","MASTER","918","5166976","0","","2030329","AUSTIN 2 MILE ETJ","","","2038176","NORTH","1618 Crystal Bend Drive Pflugerville, Texas 78660","1618 Crystal Bend Drive","","Pflugerville","Texas","78660","United States","30.4070358","-97.6360168","","TURNED_ON","0","0","None" +"950","TRAFFIC","W OLTORF ST / S 5TH ST","W OLTORF ST","S 5TH ST","MASTER","919","5154091","3","","2023799","AUSTIN FULL PURPOSE","","","2023800","SOUTH","1000 West Oltorf Street Austin, Texas 78704","1000 West Oltorf Street","","Austin","Texas","78704","United States","30.2439384","-97.7643356","","TURNED_ON","1","1","Both" +"951","TRAFFIC","W 6TH ST / BAYLOR ST","W 6TH ST","BAYLOR ST","MASTER","920","5155153","9","","2021054","AUSTIN FULL PURPOSE","","","2021029","CENTRAL","1102 West 6th Street Austin, Texas 78703","1102 West 6th Street","","Austin","Texas","78703","United States","30.2720985","-97.7553864","","TURNED_ON","1","1","Both" +"952","TRAFFIC","CAMERON RD / CROSS PARK DR","CAMERON RD","CROSS PARK DR","MASTER","921","5164317","4","","2011433","AUSTIN FULL PURPOSE","","","2011415","NORTH","8704 Cross Park Drive Austin, Texas 78754","8704 Cross Park Drive","","Austin","Texas","78754","United States","30.3439808","-97.6783371","","TURNED_ON","1","1","Both" +"953","TRAFFIC","W 5TH ST / RIO GRANDE ST","W 5TH ST","RIO GRANDE ST","MASTER","922","5155874","9","","2018665","AUSTIN FULL PURPOSE","","","2018666","CENTRAL","449-499 Rio Grande Street Austin, Texas 78701","449-499 Rio Grande Street","","Austin","Texas","78701","United States","30.2689972","-97.7498703","","TURNED_ON","0","0","Both" +"954","TRAFFIC","W 5TH ST / WALSH ST","W 5TH ST","WALSH ST","MASTER","923","5154806","9","","2021041","AUSTIN FULL PURPOSE","","","2021042","CENTRAL","400-498 Walsh Street Austin, Texas 78703","400-498 Walsh Street","","Austin","Texas","78703","United States","30.2716541","-97.7581711","","TURNED_ON","1","1","Both" +"955","TRAFFIC","W US 290 HWY SVRD WB / OLD FREDERICKSBURG RD","W US 290 HWY SVRD WB","OLD FREDERICKSBURG RD","MASTER","924","5145942","8","","3371826","AUSTIN FULL PURPOSE","","","3192535","SOUTH","6133 Old Fredericksburg Road Austin, Texas 78749","6133 Old Fredericksburg Road","","Austin","Texas","78749","United States","30.2356567","-97.8521423","","TURNED_ON","1","0","Both" +"956","TRAFFIC","TRANQUILO TRL / BLUFF SPRINGS RD","TRANQUILO TRL","BLUFF SPRINGS RD","UNKNOWN","925","5153598","2","","2038357","AUSTIN FULL PURPOSE","","","2038361","SOUTH","1901 Tranquilo Trail Austin, Texas 78744","1901 Tranquilo Trail","","Austin","Texas","78744","United States","30.18076178","-97.76967856","","TURNED_ON","0","0","None" +"957","TRAFFIC","E 51ST ST / OLD MANOR RD","E 51ST ST","OLD MANOR RD","MASTER","926","5163203","1","","2016606","AUSTIN FULL PURPOSE","","","2016607","CENTRAL","5100 Old Manor Road Austin, Texas 78723","5100 Old Manor Road","","Austin","Texas","78723","United States","30.2996788","-97.6893997","","TURNED_ON","0","0","None" +"958","TRAFFIC","W 5TH ST / PRESSLER ST","W 5TH ST","PRESSLER ST","MASTER","927","5154542","9","","2021011","AUSTIN FULL PURPOSE","","","2021012","CENTRAL","601 Pressler Street Austin, Texas 78703","601 Pressler Street","","Austin","Texas","78703","United States","30.2738914","-97.7602158","","TURNED_ON","0","0","Both" +"959","TRAFFIC","COLORADO ST / W 4TH ST","COLORADO ST","W 4TH ST","MASTER","928","5156665","9","","2018845","AUSTIN FULL PURPOSE","","","2018844","CENTRAL","152-198 West 4th Street Austin, Texas 78701","152-198 West 4th Street","","Austin","Texas","78701","United States","30.2665691","-97.744812","","TURNED_ON","0","0","Both" +"960","TRAFFIC","CAMERON RD / E RUNDBERG LN","CAMERON RD","E RUNDBERG LN","MASTER","929","5164535","1","","2011195","AUSTIN FULL PURPOSE","","","3267712","NORTH","1425 East Rundberg Lane Austin, Texas 78753","1425 East Rundberg Lane","","Austin","Texas","78753","United States","30.3507729","-97.675972","","TURNED_ON","1","1","Both" +"961","TRAFFIC","DUVAL RD / AMHERST DR","DUVAL RD","AMHERST DR","MASTER","930","5159331","7","","2006359","AUSTIN FULL PURPOSE","","","2006360","NORTH","Amherst Drive Austin, Texas 78759","Amherst Drive","","Austin","Texas","78759","United States","30.4116764","-97.7220535","","TURNED_ON","0","0","Both" +"962","TRAFFIC","FM 2222 RD / DRY CREEK DR","FM 2222 RD","DRY CREEK DR","MASTER","931","5153910","10","","2013348","AUSTIN FULL PURPOSE","","","2013374","NORTH","3651 Ranch to Market 2222 Austin, Texas 78731","3651 Ranch to Market 2222","","Austin","Texas","78731","United States","30.342556","-97.7629929","","TURNED_ON","0","0","Both" +"963","TRAFFIC","ROSS RD / SAINT THOMAS DR","ROSS RD","SAINT THOMAS DR","MASTER","932","5168394","0","","3195185","AUSTIN 2 MILE ETJ","","","2046381","SOUTH","12813-12815 Saint Thomas Drive Texas 78617","12813-12815 Saint Thomas Drive","","","Texas","78617","United States","30.1783047","-97.6151962","","TURNED_ON","1","1","Both" +"964","TRAFFIC","BURNET RD / ADAMS AVE","BURNET RD","ADAMS AVE","MASTER","933","5157168","7","","2012022","AUSTIN FULL PURPOSE","","","2012023","NORTH","5605 Adams Avenue Austin, Texas 78756","5605 Adams Avenue","","Austin","Texas","78756","United States","30.3300705","-97.7398911","","TURNED_ON","1","1","Both" +"965","TRAFFIC","ANDERSON MILL RD / DIES RANCH RD","ANDERSON MILL RD","DIES RANCH RD","MASTER","934","5146161","0","","2046940","CEDAR PARK ETJ","","","2006804","NORTH","Old Mill Road Cedar Park, Texas 78613","Old Mill Road","","Cedar Park","Texas","78613","United States","30.4660645","-97.843956","","TURNED_ON","0","0","Both" +"966","TRAFFIC","W KOENIG LN / ARROYO SECO","W KOENIG LN","ARROYO SECO","UNKNOWN","935","5157958","7","","2011928","AUSTIN FULL PURPOSE","","","2011929","NORTH","1698 West Koenig Lane Austin, Texas 78756","1698 West Koenig Lane","","Austin","Texas","78756","United States","30.33239","-97.73474","","TURNED_ON","0","0","Both" +"967","TRAFFIC","W KOENIG LN / ARROYO SECO","W KOENIG LN","ARROYO SECO","SLAVE","936","5157958","7","","2011933","AUSTIN FULL PURPOSE","","","2011929","NORTH","1601 Ranch Road 2222 Austin, Texas 78756","1601 Ranch Road 2222","","Austin","Texas","78756","United States","30.332352","-97.73467","966","TURNED_ON","0","0","Both" +"968","TRAFFIC","W 6TH ST / PRESSLER ST","W 6TH ST","PRESSLER ST","UNKNOWN","937","5154542","9","","2020967","AUSTIN FULL PURPOSE","","","2020982","CENTRAL","601 Pressler Street Austin, Texas 78703","601 Pressler Street","","Austin","Texas","78703","United States","30.273898","-97.760207","0","UNDER_EVALUATION","0","0","N/A" +"969","TRAFFIC","S LAKELINE BLVD / ","S LAKELINE BLVD","","MASTER","938","","6","","","AUSTIN FULL PURPOSE","","","2038006","NORTH","2900 South Lakeline Boulevard Cedar Park, Texas 78613","2900 South Lakeline Boulevard","","Cedar Park","Texas","78613","United States","30.4778824","-97.8057327","","TURNED_ON","0","0","Both" +"970","TRAFFIC","N IH 35 SVRD SB / N IH 35 SVRD SB AT 41ST TRN","N IH 35 SVRD SB","N IH 35 SVRD SB AT 41ST TRN","SLAVE","939","5160182","9","","3370777","AUSTIN FULL PURPOSE","","","3370760","CENTRAL","4156-4180 North Interstate 35 Frontage Road Austin, Texas 78751","4156-4180 North Interstate 35 Frontage Road","","Austin","Texas","78751","United States","30.2987709","-97.7174683","","TURNED_ON","1","1","Both" +"971","TRAFFIC","N IH 35 SVRD NB / N IH 35 SVRD SB AT 41ST TRN","N IH 35 SVRD NB","N IH 35 SVRD SB AT 41ST TRN","MASTER","940","5160243","9","","3370777","AUSTIN FULL PURPOSE","","","3370756","CENTRAL","4103 North Interstate Highway 35 Austin, Texas 78722","4103 North Interstate Highway 35","","Austin","Texas","78722","United States","30.2985783","-97.7170486","","TURNED_ON","1","1","Both" +"972","TRAFFIC","GUADALUPE ST / W 13TH ST","GUADALUPE ST","W 13TH ST","MASTER","941","5156795","9","","2018195","AUSTIN FULL PURPOSE","","","2018194","CENTRAL","1301-1307 Guadalupe Street Austin, Texas 78701","1301-1307 Guadalupe Street","","Austin","Texas","78701","United States","30.2760105","-97.7437057","","CONSTRUCTED","0","0","N/A" +"973","TRAFFIC","GUADALUPE ST / W 17TH ST","GUADALUPE ST","W 17TH ST","MASTER","942","5157023","9","","2017916","AUSTIN FULL PURPOSE","","","2017915","CENTRAL","314 West 17th Street Austin, Texas 78701","314 West 17th Street","","Austin","Texas","78701","United States","30.2797356","-97.7422867","","TURNED_ON","0","0","Both" +"974","TRAFFIC","LAVACA ST / W 16TH ST","LAVACA ST","W 16TH ST","MASTER","943","5157135","1","","2018005","AUSTIN FULL PURPOSE","","","2018004","CENTRAL","260-298 West 16th Street Austin, Texas 78701","260-298 West 16th Street","","Austin","Texas","78701","United States","30.2785625","-97.741539","","TURNED_ON","0","0","Both" +"975","TRAFFIC","LAVACA ST / W 17TH ST","LAVACA ST","W 17TH ST","MASTER","944","5157176","9","","2017935","AUSTIN FULL PURPOSE","","","2017934","CENTRAL","1701 Lavaca Street Austin, Texas 78701","1701 Lavaca Street","","Austin","Texas","78701","United States","30.2794685","-97.7412033","","TURNED_ON","0","0","Both" +"976","TRAFFIC","W SH 71 / ","W SH 71","","MASTER","945","","8","","","AUSTIN FULL PURPOSE","CENTER OF THE HILLS SHOPPING CENTER","","2026759","SOUTH","7043 Texas 71 Austin, Texas 78735","7043 Texas 71","","Austin","Texas","78735","United States","30.2351704","-97.8765945","","TURNED_ON","0","0","None" +"977","TRAFFIC","E SH 71 SVRD WB / CHEVIOT LN","E SH 71 SVRD WB","CHEVIOT LN","MASTER","947","5166951","2","","2023210","AUSTIN FULL PURPOSE","","","5367513","SOUTH","3038-3094 East Highway 71 Austin, Texas 78719","3038-3094 East Highway 71","","Austin","Texas","78719","United States","30.2047272","-97.6425323","","TURNED_ON","1","1","Both" +"978","TRAFFIC","E SH 71 SVRD WB / CHEVIOT LN","E SH 71 SVRD WB","CHEVIOT LN","MASTER","947","5166951","2","","2023210","AUSTIN FULL PURPOSE","","","5367513","SOUTH","3038-3094 East Highway 71 Austin, Texas 78719","3038-3094 East Highway 71","","Austin","Texas","78719","United States","30.2047272","-97.6425323","","REMOVED_PERMANENTLY","1","1","Both" +"979","TRAFFIC","AIRPORT BLVD / ZACH SCOTT ST","AIRPORT BLVD","ZACH SCOTT ST","MASTER","948","5161201","9","","3261995","AUSTIN FULL PURPOSE","","","2016968","CENTRAL","Zach Scott Street Austin, Texas 78722","Zach Scott Street","","Austin","Texas","78722","United States","30.2941189","-97.7078781","","TURNED_ON","0","0","Both" +"980","TRAFFIC","E US 290 HWY SVRD WB / E US 290 ARTERIAL A RAMP","E US 290 HWY SVRD WB","E US 290 ARTERIAL A RAMP","MASTER","949","5166764","1","","5082055","AUSTIN FULL PURPOSE","","","40928","CENTRAL","9498-9502 U.S. 290 Austin, Texas 78724","9498-9502 U.S. 290","","Austin","Texas","78724","United States","30.3299255","-97.6413651","","TURNED_ON","0","0","None" +"981","TRAFFIC","E US 290 HWY SVRD EB / E US 290 ARTERIAL A RAMP","E US 290 HWY SVRD EB","E US 290 ARTERIAL A RAMP","MASTER","950","5166763","1","","5082055","AUSTIN FULL PURPOSE","","","5079176","CENTRAL","1770c U.S. 290 Austin, Texas 78724","1770c U.S. 290","","Austin","Texas","78724","United States","30.3291435","-97.6413879","","TURNED_ON","0","0","None" +"982","TRAFFIC","N IH 35 SVRD NB / E 32ND ST","N IH 35 SVRD NB","E 32ND ST","MASTER","951","5159577","9","","3367455","AUSTIN FULL PURPOSE","","","2017269","CENTRAL","3105 North Interstate 35 Frontage Road Austin, Texas 78722","3105 North Interstate 35 Frontage Road","","Austin","Texas","78722","United States","30.2890625","-97.723053","","TURNED_ON","1","1","Both" +"983","TRAFFIC","N IH 35 SVRD SB / E 32ND ST","N IH 35 SVRD SB","E 32ND ST","SLAVE","952","5159525","9","","3367454","AUSTIN FULL PURPOSE","","","3370873","CENTRAL","1025 East 32nd Street Austin, Texas 78705","1025 East 32nd Street","","Austin","Texas","78705","United States","30.289299","-97.7234573","","TURNED_ON","1","1","Both" +"984","TRAFFIC","SPRINGDALE RD / E US 290 HWY SVRD EB","SPRINGDALE RD","E US 290 HWY SVRD EB","MASTER","953","5166007","1","","5079123","AUSTIN FULL PURPOSE","","","3195129","CENTRAL","9117-9123 U.S. 290 Austin, Texas 78724","9117-9123 U.S. 290","","Austin","Texas","78724","United States","30.3281689","-97.6552582","","TURNED_ON","0","0","None" +"985","TRAFFIC","MANOR RD / CHERRYWOOD RD","MANOR RD","CHERRYWOOD RD","MASTER","954","5160109","1","","2017566","AUSTIN FULL PURPOSE","","","2017565","CENTRAL","2219-2299 Manor Road Austin, Texas 78722","2219-2299 Manor Road","","Austin","Texas","78722","United States","30.2844105","-97.7184219","","TURNED_ON","1","1","Both" +"986","TRAFFIC","E 12TH ST / CHESTNUT AVE","E 12TH ST","CHESTNUT AVE","MASTER","955","5160419","1","","2018266","AUSTIN FULL PURPOSE","","","2018265","CENTRAL","1195-1199 North Pleasant Valley Road Austin, Texas 78702","1195-1199 North Pleasant Valley Road","","Austin","Texas","78702","United States","30.2743607","-97.7159805","","TURNED_ON","1","1","Both" +"987","TRAFFIC","TUSCANY WAY / E US 290 HWY SVRD EB","TUSCANY WAY","E US 290 HWY SVRD EB","MASTER","956","5165769","1","","5060232","AUSTIN FULL PURPOSE","","","5060237","CENTRAL","6201 Tuscany Way Austin, Texas 78724","6201 Tuscany Way","","Austin","Texas","78724","United States","30.3278484","-97.6593475","","TURNED_ON","0","0","None" +"988","TRAFFIC","HARRIS BRANCH PKWY / E US 290 HWY SVRD EB","HARRIS BRANCH PKWY","E US 290 HWY SVRD EB","SLAVE","957","5168538","1","","3350592","AUSTIN FULL PURPOSE","","","5082985","CENTRAL","10603 Harris Branch Parkway Austin, Texas 78754","10603 Harris Branch Parkway","","Austin","Texas","78754","United States","30.3344555","-97.607399","784","TURNED_ON","0","0","None" +"989","TRAFFIC","E US 290 HWY SVRD WB / GILES LN","E US 290 HWY SVRD WB","GILES LN","SLAVE","958","5167758","1","","3356273","AUSTIN FULL PURPOSE","","","5082074","CENTRAL","9505 Johnny Morris Road Austin, Texas 78724","9505 Johnny Morris Road","","Austin","Texas","78724","United States","30.331007","-97.6233139","802","TURNED_ON","0","0","None" +"990","TRAFFIC","E US 290 HWY SVRD EB / E PARMER LN","E US 290 HWY SVRD EB","E PARMER LN","UNKNOWN","959","5279446","1","","3388555","AUSTIN FULL PURPOSE","","","2009629","CENTRAL","10201-10273 U.S. 290 Manor, Texas 78653","10201-10273 U.S. 290","","Manor","Texas","78653","United States","30.34398","-97.58007","","UKNOWN","0","0","N/A" +"991","TRAFFIC","N CAPITAL OF TEXAS HWY NB / FM 2222 RD","N CAPITAL OF TEXAS HWY NB","FM 2222 RD","MASTER","960","5150922","10","","2013777","AUSTIN FULL PURPOSE","","","2040005","NORTH","6203 North Capital of Texas Highway Austin, Texas 78731","6203 North Capital of Texas Highway","","Austin","Texas","78731","United States","30.359251","-97.7905273","","TURNED_ON","1","1","Both" +"992","TRAFFIC","N CAPITAL OF TEXAS HWY SB / FM 2222 RD","N CAPITAL OF TEXAS HWY SB","FM 2222 RD","SLAVE","961","5150820","10","","2040000","AUSTIN FULL PURPOSE","","","2038576","NORTH","5748-5774 Ranch to Market 2222 Austin, Texas 78731","5748-5774 Ranch to Market 2222","","Austin","Texas","78731","United States","30.3593979","-97.7918472","","TURNED_ON","1","1","Both" +"993","TRAFFIC","E US 290 HWY SVRD WB / E PARMER LN","E US 290 HWY SVRD WB","E PARMER LN","UNKNOWN","962","3264339","1","","3388557","AUSTIN FULL PURPOSE","","","2009618","CENTRAL","9329-9411 East Parmer Lane Manor, Texas 78653","9329-9411 East Parmer Lane","","Manor","Texas","78653","United States","30.344859","-97.581018","990","UKNOWN","0","0","N/A" +"994","TRAFFIC","AMHERST DR / W PARMER LN","AMHERST DR","W PARMER LN","MASTER","963","5160219","7","","2005807","AUSTIN FULL PURPOSE","","","2005924","NORTH","Amherst Drive Austin, Texas 78727","Amherst Drive","","Austin","Texas","78727","United States","30.4247303","-97.713562","","TURNED_ON","1","0","Both" +"995","TRAFFIC","W WILLIAM CANNON DR / S MOPAC EXPY SVRD NB","W WILLIAM CANNON DR","S MOPAC EXPY SVRD NB","MASTER","964","5147403","8","","2026578","AUSTIN FULL PURPOSE","","","2026269","SOUTH","5798 South Mopac Service Road Austin, Texas 78749","5798 South Mopac Service Road","","Austin","Texas","78749","United States","30.2196655","-97.8362503","","TURNED_ON","0","0","Both" +"996","TRAFFIC","S 1ST ST / SOUTH CENTER ST","S 1ST ST","SOUTH CENTER ST","MASTER","965","5157958","3","","2024129","AUSTIN FULL PURPOSE","","","3380551","SOUTH","600 South Center Street Austin, Texas 78704","600 South Center Street","","Austin","Texas","78704","United States","30.22942948","-97.7676616","","TURNED_ON","0","0","Both" +"997","TRAFFIC","ANDERSON MILL RD / ","ANDERSON MILL RD","","MASTER","966","","6","","","AUSTIN FULL PURPOSE","","","3194314","NORTH","9677-9701 Anderson Mill Road Austin, Texas 78750","9677-9701 Anderson Mill Road","","Austin","Texas","78750","United States","30.4469604","-97.7977066","","TURNED_ON","1","1","Both" +"998","TRAFFIC","HUNTERS CHASE DR / POND SPRINGS RD","HUNTERS CHASE DR","POND SPRINGS RD","MASTER","967","5152400","6","","2038896","AUSTIN FULL PURPOSE","","","2038879","NORTH","12308-12320 Hunters Chase Drive Austin, Texas 78729","12308-12320 Hunters Chase Drive","","Austin","Texas","78729","United States","30.4414482","-97.7734146","","TURNED_ON","1","0","Both" +"999","TRAFFIC","ANDERSON MILL RD / MILLWRIGHT PKWY","ANDERSON MILL RD","MILLWRIGHT PKWY","MASTER","968","5149515","6","","2038782","AUSTIN FULL PURPOSE","","","2007361","NORTH","11801-11803 Millwright Parkway Austin, Texas 78750","11801-11803 Millwright Parkway","","Austin","Texas","78750","United States","30.4471645","-97.8040161","","TURNED_ON","1","1","Both" +"1000","TRAFFIC","N SH 130 SVRD SB / E US 290 HWY SVRD EB","N SH 130 SVRD SB","E US 290 HWY SVRD EB","MASTER","969","5188386","1","","3265178","AUSTIN FULL PURPOSE","","","3263365","CENTRAL","Texas 130 Service Road Manor, Texas 78653","Texas 130 Service Road","","Manor","Texas","78653","United States","30.3398151","-97.5914612","","TURNED_ON","0","0","None" +"1001","TRAFFIC","N SH 130 SVRD NB / E US 290 HWY SVRD EB","N SH 130 SVRD NB","E US 290 HWY SVRD EB","UNKNOWN","970","5168808","1","","3265178","AUSTIN FULL PURPOSE","","","3263362","CENTRAL","10051-10057 U.S. 290 Manor, Texas 78653","10051-10057 U.S. 290","","Manor","Texas","78653","United States","30.3403416","-97.5903091","","TURNED_ON","0","0","None" +"1002","TRAFFIC","N SH 130 SVRD SB / E US 290 HWY SVRD WB","N SH 130 SVRD SB","E US 290 HWY SVRD WB","UNKNOWN","971","5168771","1","","3265155","AUSTIN FULL PURPOSE","","","3263303","CENTRAL","Texas 130 Service Road Manor, Texas 78653","Texas 130 Service Road","","Manor","Texas","78653","United States","30.3406754","-97.5919113","","TURNED_ON","0","0","None" +"1003","TRAFFIC","N SH 130 SVRD NB / E US 290 HWY SVRD WB","N SH 130 SVRD NB","E US 290 HWY SVRD WB","UNKNOWN","972","5168800","1","","3265155","AUSTIN FULL PURPOSE","","","3263302","CENTRAL","10024 U.S. 290 Manor, Texas 78653","10024 U.S. 290","","Manor","Texas","78653","United States","30.341114","-97.5906906","","TURNED_ON","0","0","None" +"1004","TRAFFIC","W US 290 HWY EB / W 290 WB AT JOE TANNER TRN","W US 290 HWY EB","W 290 WB AT JOE TANNER TRN","UNKNOWN","973","5145318","8","","3192531","AUSTIN FULL PURPOSE","","","3192516","SOUTH","6257-6309 West Highway 290 Austin, Texas 78735","6257-6309 West Highway 290","","Austin","Texas","78735","United States","30.2350979","-97.8586273","","TURNED_ON","0","0","Both" +"1005","TRAFFIC","STAKED PLAINS DR / LAKELINE BLVD","STAKED PLAINS DR","LAKELINE BLVD","MASTER","974","5150747","6","","2029964","AUSTIN FULL PURPOSE","","","5102830","NORTH","Lakeline Boulevard Austin, Texas 78717","Lakeline Boulevard","","Austin","Texas","78717","United States","30.4819565","-97.7895737","","TURNED_ON","0","0","None" +"1006","TRAFFIC","E 51ST ST / MUELLER BLVD","E 51ST ST","MUELLER BLVD","MASTER","975","5161667","9","","2046257","AUSTIN FULL PURPOSE","","","2046255","CENTRAL","1500 East 51st Street Austin, Texas 78723","1500 East 51st Street","","Austin","Texas","78723","United States","30.3057785","-97.7028351","","TURNED_ON","0","0","Both" +"1007","TRAFFIC","E WELLS BRANCH PKWY / TUDOR HOUSE RD","E WELLS BRANCH PKWY","TUDOR HOUSE RD","MASTER","976","5166605","0","","2038134","AUSTIN 2 MILE ETJ","","","2038136","NORTH","200 Tudor House Road Pflugerville, Texas 78660","200 Tudor House Road","","Pflugerville","Texas","78660","United States","30.4290409","-97.6412201","","TURNED_ON","0","0","None" +"1008","TRAFFIC","S LAMAR BLVD / ","S LAMAR BLVD","","MASTER","977","","5","","","AUSTIN FULL PURPOSE","BROKEN SPOKE","","2041449","SOUTH","3425 Texas 343 Loop Austin, Texas 78704","3425 Texas 343 Loop","","Austin","Texas","78704","United States","30.2404709","-97.7866669","","TURNED_ON","1","1","Both" +"1009","TRAFFIC","BRAZOS ST / E 3RD ST","BRAZOS ST","E 3RD ST","MASTER","978","5157052","9","","2018967","AUSTIN FULL PURPOSE","","","2018966","CENTRAL","211 East 3rd Street Austin, Texas 78701","211 East 3rd Street","","Austin","Texas","78701","United States","30.2648773","-97.7425079","","TURNED_ON","0","0","Both" +"1010","TRAFFIC","BRAZOS ST / E 4TH ST","BRAZOS ST","E 4TH ST","MASTER","979","5157097","9","","2018895","AUSTIN FULL PURPOSE","","","2018894","CENTRAL","200-204 East 4th Street Austin, Texas 78701","200-204 East 4th Street","","Austin","Texas","78701","United States","30.2658348","-97.7421494","","TURNED_ON","0","0","Both" +"1011","TRAFFIC","S 1ST ST / TAFT LN","S 1ST ST","TAFT LN","MASTER","980","5150499","5","","3365916","AUSTIN FULL PURPOSE","","","3261800","SOUTH","Taft Lane Austin, Texas 78748","Taft Lane","","Austin","Texas","78748","United States","30.1632843","-97.8007126","","TURNED_ON","0","0","None" +"1012","TRAFFIC","E BEN WHITE BLVD EB / E RIVERSIDE DR","E BEN WHITE BLVD EB","E RIVERSIDE DR","SLAVE","981","5367218","2","","2023110","AUSTIN FULL PURPOSE","","","3280064","SOUTH","7623 East Ben White Boulevard Austin, Texas 78741","7623 East Ben White Boulevard","","Austin","Texas","78741","United States","30.21806","-97.69058","501","TURNED_ON","0","0","Both" +"1013","TRAFFIC","E 15TH ST / ","E 15TH ST","","UNKNOWN","982","","1","","","AUSTIN FULL PURPOSE","","","3270881","CENTRAL","501-663 East 15th Street Austin, Texas 78701","501-663 East 15th Street","","Austin","Texas","78701","United States","30.2753487","-97.733902","","TURNED_ON","1","1","Both" +"1014","TRAFFIC","CAMERON RD / E 53RD ST","CAMERON RD","E 53RD ST","UNKNOWN","983","5161146","4","","3305988","AUSTIN FULL PURPOSE","","","2015847","NORTH","5281-5289 Cameron Road Austin, Texas 78723","5281-5289 Cameron Road","","Austin","Texas","78723","United States","30.31062051","-97.70809936","","TURNED_ON","0","0","Both" +"1015","TRAFFIC","E CESAR CHAVEZ ST / PEDERNALES ST","E CESAR CHAVEZ ST","PEDERNALES ST","MASTER","984","5160391","3","","2019506","AUSTIN FULL PURPOSE","","","2019507","CENTRAL","100-198 Pedernales Street Austin, Texas 78702","100-198 Pedernales Street","","Austin","Texas","78702","United States","30.2543983","-97.7167587","","TURNED_ON","0","0","Both" +"1016","TRAFFIC","SH 45 WB / ESCARPMENT BLVD","SH 45 WB","ESCARPMENT BLVD","MASTER","985","5143421","8","","2046195","AUSTIN FULL PURPOSE","","","2046191","SOUTH","Texas 45 Austin, Texas 78739","Texas 45","","Austin","Texas","78739","United States","30.1820621","-97.8996201","","TURNED_ON","0","0","None" +"1017","TRAFFIC","ANDERSON MILL RD / CASHELL WOOD DR","ANDERSON MILL RD","CASHELL WOOD DR","MASTER","986","5146221","0","","2006803","CEDAR PARK ETJ","","","2006804","NORTH","2800 Cashell Wood Drive Cedar Park, Texas 78613","2800 Cashell Wood Drive","","Cedar Park","Texas","78613","United States","30.4629669","-97.8433228","","TURNED_ON","0","0","Both" +"1018","TRAFFIC","S LAMAR BLVD SB / TOOMEY RD","S LAMAR BLVD SB","TOOMEY RD","UNKNOWN","987","5154881","5","","2021156","AUSTIN FULL PURPOSE","","","2021155","SOUTH","1301-1499 Toomey Road Austin, Texas 78704","1301-1499 Toomey Road","","Austin","Texas","78704","United States","30.26295435","-97.75790697","","TURNED_ON","0","0","Both" +"1019","TRAFFIC","W PARMER LN / LEGENDARY DR","W PARMER LN","LEGENDARY DR","UNKNOWN","988","5157977","6","","3195034","AUSTIN FULL PURPOSE","","","2005588","NORTH","5300 Riata Vista Circle Austin, Texas 78727","5300 Riata Vista Circle","","Austin","Texas","78727","United States","30.43435576","-97.73172024","","TURNED_ON","0","0","N/A" +"1021","TRAFFIC","S MOPAC EXPY SVRD NB / BEE CAVES RD","S MOPAC EXPY SVRD NB","BEE CAVES RD","SLAVE","989","5151926","8","","2021620","AUSTIN FULL PURPOSE","","","2021779","SOUTH","1000 Liberty Park Drive Austin, Texas 78746","1000 Liberty Park Drive","","Austin","Texas","78746","United States","30.265322","-97.7872302","1020","TURNED_ON","0","0","Both" +"4001","PHB","N LAMAR BLVD / W 47TH ST","N LAMAR BLVD","W 47TH ST","MASTER","990","5158123","9","","2046182","AUSTIN FULL PURPOSE","Triangle / State Offices","","2046173","CENTRAL","4686-4748 North Lamar Boulevard Austin, Texas 78756","4686-4748 North Lamar Boulevard","","Austin","Texas","78756","United States","30.31604","-97.7341919","","TURNED_ON","0","0","PHB" +"4002","PHB","GUADALUPE ST / W 31ST ST","GUADALUPE ST","W 31ST ST","MASTER","991","5157110","9","","2016776","AUSTIN FULL PURPOSE","","","2016775","CENTRAL","3101 Guadalupe Street Austin, Texas 78705","3101 Guadalupe Street","","Austin","Texas","78705","United States","30.2978306","-97.7412338","","TURNED_ON","0","0","PHB" +"4003","PHB","RUTLAND DR / ","RUTLAND DR","","MASTER","992","","7","","","AUSTIN FULL PURPOSE","","","2010078","NORTH","2416 Rutland Drive Austin, Texas 78758","2416 Rutland Drive","","Austin","Texas","78758","United States","30.3827038","-97.7218704","","TURNED_ON","0","0","PHB" +"4004","PHB","BARTON SPRINGS RD / ","BARTON SPRINGS RD","","MASTER","1500","","9","","","AUSTIN FULL PURPOSE","Town Lake Center","","2019331","SOUTH","737-801 Barton Springs Road Austin, Texas 78704","737-801 Barton Springs Road","","Austin","Texas","78704","United States","30.25894","-97.751935","","TURNED_ON","0","0","N/A" +"4005","PHB","E RUNDBERG LN / TEASDALE TER","E RUNDBERG LN","TEASDALE TER","MASTER","994","5163970","4","","2011103","AUSTIN FULL PURPOSE","","","2011104","NORTH","1201 East Rundberg Lane Austin, Texas 78753","1201 East Rundberg Lane","","Austin","Texas","78753","United States","30.3539848","-97.6813049","","TURNED_ON","0","0","Both" +"4006","PHB","E 8TH ST / ","E 8TH ST","","MASTER","995","","9","","","AUSTIN FULL PURPOSE","APD","","5310493","CENTRAL","700 East 8th Street Austin, Texas 78701","700 East 8th Street","","Austin","Texas","78701","United States","30.2680264","-97.73526","","TURNED_ON","0","0","PHB" +"4007","PHB","E 7TH ST / ","E 7TH ST","","MASTER","996","","9","","","AUSTIN FULL PURPOSE","APD","","2018809","CENTRAL","707 East 7th Street Austin, Texas 78701","707 East 7th Street","","Austin","Texas","78701","United States","30.2670422","-97.7354889","","TURNED_ON","0","0","PHB" +"4008","PHB","LAKE AUSTIN BLVD / ","LAKE AUSTIN BLVD","","MASTER","1501","","10","","","AUSTIN FULL PURPOSE","Hearn / UT Graduate Student Housing","","2041026","NORTH","2501 Lake Austin Boulevard Austin, Texas 78703","2501 Lake Austin Boulevard","","Austin","Texas","78703","United States","30.279402","-97.774177","","TURNED_ON","0","0","N/A" +"4009","PHB","LAKE AUSTIN BLVD / ","LAKE AUSTIN BLVD","","MASTER","1502","","10","","","AUSTIN FULL PURPOSE","Hula Hut","","2020474","NORTH","3800 Lake Austin Boulevard Austin, Texas 78703","3800 Lake Austin Boulevard","","Austin","Texas","78703","United States","30.295114","-97.783738","","TURNED_ON","0","0","N/A" +"4010","PHB","GROVE BLVD / FAIRWAY ST","GROVE BLVD","FAIRWAY ST","MASTER","1504","5161516","3","","2044935","AUSTIN FULL PURPOSE","Ruiz Library","","3261142","SOUTH","6001 Fairway Street Austin, Texas 78741","6001 Fairway Street","","Austin","Texas","78741","United States","30.230108","-97.706307","","TURNED_ON","0","0","N/A" +"4011","PHB","E 45TH ST / ","E 45TH ST","","MASTER","1000","","9","","","AUSTIN FULL PURPOSE","Shipe Park","","2016119","CENTRAL","201-299 East 45th Street Austin, Texas 78751","201-299 East 45th Street","","Austin","Texas","78751","United States","30.3079109","-97.7268906","","TURNED_ON","0","0","PHB" +"4012","PHB","W OLTORF ST / ","W OLTORF ST","","MASTER","1001","","9","","","AUSTIN FULL PURPOSE","St. Ignacious / HEB","","2047138","SOUTH","141 West Oltorf Street Austin, Texas 78704","141 West Oltorf Street","","Austin","Texas","78704","United States","30.2398262","-97.7552109","","TURNED_ON","0","0","PHB" +"4013","PHB","CROSS PARK DR / ","CROSS PARK DR","","MASTER","1002","","1","","","AUSTIN FULL PURPOSE","Travis County Appraisal District (TCAD)","","2040296","NORTH","8314 Cross Park Drive Austin, Texas 78754","8314 Cross Park Drive","","Austin","Texas","78754","United States","30.3357239","-97.6709976","","TURNED_ON","0","0","PHB" +"4014","PHB","LAKE AUSTIN BLVD / ","LAKE AUSTIN BLVD","","MASTER","1503","","10","","","AUSTIN FULL PURPOSE","LCRA","","2020474","NORTH","3800 Lake Austin Boulevard Austin, Texas 78703","3800 Lake Austin Boulevard","","Austin","Texas","78703","United States","30.294267","-97.783674","","TURNED_ON","0","0","N/A" +"4015","PHB","S CONGRESS AVE / LELAND ST","S CONGRESS AVE","LELAND ST","MASTER","1505","5155677","9","","2022557","AUSTIN FULL PURPOSE","St. Edwards","","2022540","SOUTH","2101-2103 South Congress Avenue Austin, Texas 78704","2101-2103 South Congress Avenue","","Austin","Texas","78704","United States","30.243446","-97.751915","","TURNED_ON","0","0","N/A" +"4016","PHB","E 7TH ST / CALLES ST","E 7TH ST","CALLES ST","MASTER","1005","5160920","3","","2019193","AUSTIN FULL PURPOSE","","","2019194","CENTRAL","2700 East 7th Street Austin, Texas 78702","2700 East 7th Street","","Austin","Texas","78702","United States","30.2605953","-97.7115097","","TURNED_ON","0","0","PHB" +"4017","PHB","S 1ST ST / W ELIZABETH ST","S 1ST ST","W ELIZABETH ST","MASTER","1006","","9","","2036093","AUSTIN FULL PURPOSE","","","2036094","SOUTH","1413 South 1st Street Austin, Texas 78704","1413 South 1st Street","","Austin","Texas","78704","United States","30.2503624","-97.7547684","","TURNED_ON","1","0","Both" +"4018","PHB","W STASSNEY LN / ","W STASSNEY LN","","MASTER","1007","","5","","","AUSTIN FULL PURPOSE","Crocket High School","","3261326","SOUTH","1876-1974 West Stassney Lane Austin, Texas 78745","1876-1974 West Stassney Lane","","Austin","Texas","78745","United States","30.2148018","-97.7963867","","TURNED_ON","0","0","PHB" +"4019","PHB","RIATA TRACE PKWY / TAPADERA TRACE LN","RIATA TRACE PKWY","TAPADERA TRACE LN","MASTER","1008","5156551","6","","2036400","AUSTIN FULL PURPOSE","","","2036399","NORTH","5700 Tapadera Trace Lane Austin, Texas 78727","5700 Tapadera Trace Lane","","Austin","Texas","78727","United States","30.4294128","-97.7411652","","TURNED_ON","0","0","PHB" +"4020","PHB","W RUNDBERG LN / ","W RUNDBERG LN","","MASTER","1009","","4","","","AUSTIN FULL PURPOSE","Little Walnut Creek Library","","3268115","NORTH","834-900 West Rundberg Lane Austin, Texas 78758","834-900 West Rundberg Lane","","Austin","Texas","78758","United States","30.3636856","-97.6981583","","TURNED_ON","0","0","Both" +"4021","PHB","BARTON SPRINGS RD / ","BARTON SPRINGS RD","","MASTER","1010","","8","","","AUSTIN FULL PURPOSE","Zilker Park","","2021633","SOUTH","2100 Barton Springs Road Austin, Texas 78746","2100 Barton Springs Road","","Austin","Texas","78746","United States","30.2660046","-97.7681274","","TURNED_ON","0","0","PHB" +"4022","PHB","S PLEASANT VALLEY RD / ","S PLEASANT VALLEY RD","","MASTER","1011","","3","","","AUSTIN FULL PURPOSE","HAEB","","2022755","SOUTH","1825-1883 South Pleasant Valley Road Austin, Texas 78741","1825-1883 South Pleasant Valley Road","","Austin","Texas","78741","United States","30.2357006","-97.7215195","","TURNED_ON","0","0","Both" +"4023","PHB","S CONGRESS AVE / LA VISTA ST","S CONGRESS AVE","LA VISTA ST","MASTER","1012","5154891","3","","2024047","AUSTIN FULL PURPOSE","St. Edwards","","2024073","SOUTH","3003 South Congress Avenue Austin, Texas 78704","3003 South Congress Avenue","","Austin","Texas","78704","United States","30.2325363","-97.7584152","","TURNED_ON","0","0","Both" +"4024","PHB","S CONGRESS AVE / COLEMAN ST","S CONGRESS AVE","COLEMAN ST","MASTER","1013","5154795","3","","2024088","AUSTIN FULL PURPOSE","","","2024087","SOUTH","3101-3199 South Congress Avenue Austin, Texas 78704","3101-3199 South Congress Avenue","","Austin","Texas","78704","United States","30.2311382","-97.7592926","","TURNED_ON","0","0","Both" +"4025","PHB","S 1ST ST / THELMA DR","S 1ST ST","THELMA DR","MASTER","1014","5151399","2","","2025541","AUSTIN FULL PURPOSE","","","2025503","SOUTH","6809-6899 South 1st Street Austin, Texas 78745","6809-6899 South 1st Street","","Austin","Texas","78745","United States","30.1945152","-97.7894363","","TURNED_ON","1","0","Both" +"4026","PHB","CAMERON RD / CORONA DR","CAMERON RD","CORONA DR","MASTER","1015","5161439","4","","2015825","AUSTIN FULL PURPOSE","","","2015685","NORTH","5511 Cameron Road Austin, Texas 78723","5511 Cameron Road","","Austin","Texas","78723","United States","30.313036","-97.7050323","","TURNED_ON","0","0","PHB" +"4027","PHB","S 1ST ST / COPELAND ST","S 1ST ST","COPELAND ST","MASTER","1003","5155463","9","","2044995","AUSTIN FULL PURPOSE","Texas School for the Deaf","","2019624","SOUTH","1101-1235 South 1st Street Austin, Texas 78704","1101-1235 South 1st Street","","Austin","Texas","78704","United States","30.253294","-97.7532196","","TURNED_ON","0","0","Both" +"4028","PHB","E RIVERSIDE DR / ","E RIVERSIDE DR","","MASTER","1017","","3","","","AUSTIN FULL PURPOSE","HEB","","2041459","SOUTH","2330-2408 East Riverside Drive Austin, Texas 78741","2330-2408 East Riverside Drive","","Austin","Texas","78741","United States","30.2359734","-97.724823","","TURNED_ON","0","0","PHB" +"4029","PHB","RED RIVER ST / ","RED RIVER ST","","MASTER","1018","","1","","","AUSTIN FULL PURPOSE","Frank Erwin Center (North)","","2046318","CENTRAL","1701 Red River Street Austin, Texas 78701","1701 Red River Street","","Austin","Texas","78701","United States","30.2764778","-97.7338409","","TURNED_ON","0","0","PHB" +"4030","PHB","RED RIVER ST / E 18TH ST","RED RIVER ST","E 18TH ST","MASTER","1019","5158469","1","","2046320","AUSTIN FULL PURPOSE","","","2046318","CENTRAL","1705-1791 Red River Street Austin, Texas 78701","1705-1791 Red River Street","","Austin","Texas","78701","United States","30.2778988","-97.7329407","","TURNED_ON","0","0","PHB" +"4031","PHB","S 1ST ST / ","S 1ST ST","","MASTER","1020","","3","","","AUSTIN FULL PURPOSE","Austin Health and Human Services","","2023882","SOUTH","2559-2599 South 1st Street Austin, Texas 78704","2559-2599 South 1st Street","","Austin","Texas","78704","United States","30.2397861","-97.7610931","","TURNED_ON","1","0","Both" +"4032","PHB","MANCHACA RD / PRATHER LN","MANCHACA RD","PRATHER LN","MASTER","1021","5151650","5","","2024035","AUSTIN FULL PURPOSE","Ann Richard's School","","2024034","SOUTH","3911 Manchaca Road Austin, Texas 78704","3911 Manchaca Road","","Austin","Texas","78704","United States","30.2339172","-97.7857132","","TURNED_ON","0","0","PHB" +"4033","PHB","N LAMAR BLVD / W 31ST ST","N LAMAR BLVD","W 31ST ST","MASTER","1022","5156307","9","","2019797","AUSTIN FULL PURPOSE","","","2019796","CENTRAL","3101-3125 North Lamar Boulevard Austin, Texas 78705","3101-3125 North Lamar Boulevard","","Austin","Texas","78705","United States","30.3004322","-97.7461166","","TURNED_ON","0","0","Both" +"4034","PHB","E 6TH ST / WALLER ST","E 6TH ST","WALLER ST","MASTER","1023","5158805","3","","2018985","AUSTIN FULL PURPOSE","","","2018986","CENTRAL","1111-1199 East 6th Street Austin, Texas 78702","1111-1199 East 6th Street","","Austin","Texas","78702","United States","30.2644081","-97.7305374","","TURNED_ON","0","0","N/A" +"4035","PHB","TERCELLO LN / ","TERCELLO LN","","MASTER","1507","","6","","","AUSTIN FULL PURPOSE","Delacour Dr (Apple Campus)","","2005611","NORTH","5499 Tercello Lane Austin, Texas 78727","5499 Tercello Lane","","Austin","Texas","78727","United States","30.433213","-97.735697","","TURNED_ON","0","0","N/A" +"4036","PHB","W RUNDBERG LN / WEST LOOP","W RUNDBERG LN","WEST LOOP","MASTER","1025","5159846","4","","2042759","AUSTIN FULL PURPOSE","","","2010412","NORTH","2005-2017 West Rundberg Lane Austin, Texas 78758","2005-2017 West Rundberg Lane","","Austin","Texas","78758","United States","30.3733692","-97.7185059","","TURNED_ON","0","0","PHB" +"4037","PHB","BURNET RD / ","BURNET RD","","MASTER","1026","","7","","","AUSTIN FULL PURPOSE","","","2011183","NORTH","7799 Burnet Road Austin, Texas 78757","7799 Burnet Road","","Austin","Texas","78757","United States","30.3542881","-97.7319336","","TURNED_ON","0","0","Both" +"4038","PHB","E ST JOHNS AVE / ","E ST JOHNS AVE","","MASTER","1027","","4","","","AUSTIN FULL PURPOSE","Webb Middle School","","2011850","NORTH","500-502 East Saint Johns Avenue Austin, Texas 78752","500-502 East Saint Johns Avenue","","Austin","Texas","78752","United States","30.3338966","-97.7064514","","TURNED_ON","0","0","PHB" +"4039","PHB","MANCHACA RD / PARKSIDE LN","MANCHACA RD","PARKSIDE LN","MASTER","1028","5150162","5","","2024755","AUSTIN FULL PURPOSE","","","2024772","SOUTH","6201-6213 Manchaca Road Austin, Texas 78745","6201-6213 Manchaca Road","","Austin","Texas","78745","United States","30.2113647","-97.803093","","TURNED_ON","0","0","PHB" +"4040","PHB","S LAMAR BLVD / ","S LAMAR BLVD","","UNKNOWN","1029","5153243","5","","","AUSTIN FULL PURPOSE","","","2026539","SOUTH","2113-2115 South Lamar Boulevard Austin, Texas 78704","2113-2115 South Lamar Boulevard","","Austin","Texas","78704","United States","30.2480831","-97.7712097","","TURNED_ON","0","0","None" +"4041","PHB","W GUADALUPE ST / W 47TH ST","W GUADALUPE ST","W 47TH ST","UNKNOWN","1030","5158406","9","","2046180","AUSTIN FULL PURPOSE","","","2046168","CENTRAL","4640-4656 West Guadalupe Street Austin, Texas 78751","4640-4656 West Guadalupe Street","","Austin","Texas","78751","United States","30.3151665","-97.7323685","","TURNED_ON","0","0","PHB" +"4042","PHB","RIATA VISTA CIR / RIATA PARK CT","RIATA VISTA CIR","RIATA PARK CT","MASTER","1508","5157787","6","","2030481","AUSTIN FULL PURPOSE","Tercello (Apple Campus East)","","2038983","NORTH","5401-5449 Tercello Lane Austin, Texas 78727","5401-5449 Tercello Lane","","Austin","Texas","78727","United States","30.432902","-97.734036","","TURNED_ON","0","0","PHB" +"4043","PHB","RIATA VISTA CIR / TERCELLO LN","RIATA VISTA CIR","TERCELLO LN","MASTER","1509","5156895","6","","2005604","AUSTIN FULL PURPOSE","Tercello (Apple Campus West)","","2005596","NORTH","5501-5599 Tercello Lane Austin, Texas 78727","5501-5599 Tercello Lane","","Austin","Texas","78727","United States","30.433588","-97.73766","","TURNED_ON","0","0","N/A" +"4044","PHB","CALIDAD DR / CAMINO LA COSTA","CALIDAD DR","CAMINO LA COSTA","MASTER","1033","5162165","4","","2012229","AUSTIN FULL PURPOSE","","","2012287","NORTH","1082-1090 Camino La Costa Austin, Texas 78752","1082-1090 Camino La Costa","","Austin","Texas","78752","United States","30.32434333","-97.69869231","","CONSTRUCTED","0","0","PHB" +"4045","PHB","PARK BEND DR / ","PARK BEND DR","","UNKNOWN","1034","","7","","","AUSTIN FULL PURPOSE","","","3303837","NORTH","2511 Park Bend Drive Austin, Texas 78758","2511 Park Bend Drive","","Austin","Texas","78758","United States","30.4098797","-97.7078629","","TURNED_ON","0","0","PHB" +"4046","PHB","MANCHACA RD / INVERNESS BLVD","MANCHACA RD","INVERNESS BLVD","UNKNOWN","1035","5150786","5","","2041712","AUSTIN FULL PURPOSE","","","2024539","SOUTH","5320 Manchaca Road Austin, Texas 78745","5320 Manchaca Road","","Austin","Texas","78745","United States","30.21783","-97.79596","","TURNED_ON","0","0","PHB" +"4047","PHB","N LAMAR BLVD / ","N LAMAR BLVD","","MASTER","1036","","7","","","AUSTIN FULL PURPOSE","Connally High School","","2039246","NORTH","13212 North Lamar Boulevard Austin, Texas 78753","13212 North Lamar Boulevard","","Austin","Texas","78753","United States","30.418306","-97.675247","0","TURNED_ON","0","0","None" +"5002","TRAFFIC","GATTIS SCHOOL RD / PRIEM LN","GATTIS SCHOOL RD","PRIEM LN","UNKNOWN","1037","5168692","0","","3427380","HUTTO ETJ","","","2029324","NORTH","4316 Gattis School Road Round Rock, Texas 78664","4316 Gattis School Road","","Round Rock","Texas","78664","United States","30.49750169","-97.59291457","","TURNED_ON","0","0","None" +"5003","TRAFFIC","GATTIS SCHOOL RD / LINKS LN","GATTIS SCHOOL RD","LINKS LN","UNKNOWN","1038","5168603","0","","3311126","HUTTO ETJ","","","2001087","NORTH","4129 Links Lane Round Rock, Texas 78664","4129 Links Lane","","Round Rock","Texas","78664","United States","30.49727982","-97.60029601","","TURNED_ON","0","0","None" +"7010","TRAFFIC","S FM 973 RD / PEARCE LN","S FM 973 RD","PEARCE LN","UNKNOWN","1039","5166703","2","","2023571","AUSTIN FULL PURPOSE","","","2023570","SOUTH","4750-4810 Farm to Market Road 973 Texas 78617","4750-4810 Farm to Market Road 973","","","Texas","78617","United States","30.18069517","-97.64674967","","UKNOWN","0","0","N/A" +"1020","TRAFFIC","S MOPAC EXPY SVRD SB / BEE CAVES RD","S MOPAC EXPY SVRD SB","BEE CAVES RD","MASTER","1040","5151862","8","","2021618","AUSTIN FULL PURPOSE","","","2021777","SOUTH","Frontage Road Rollingwood, Texas 78746","Frontage Road","","Rollingwood","Texas","78746","United States","30.26619001","-97.78249408","","TURNED_ON","0","0","Both" +"502","TRAFFIC","BERKMAN DR / BARBARA JORDAN BLVD","BERKMAN DR","BARBARA JORDAN BLVD","MASTER","1041","5162019","9","","5135109","AUSTIN FULL PURPOSE","","","3555775","CENTRAL","1801 Barbara Jordan Boulevard Austin, Texas 78723","1801 Barbara Jordan Boulevard","","Austin","Texas","78723","United States","30.3023","-97.69987","","TURNED_ON","0","0","None" +"4049","PHB","BURNET RD / LAWNMONT AVE","BURNET RD","LAWNMONT AVE","MASTER","1086","5157205","7","","2012111","AUSTIN FULL PURPOSE","","","2012109","NORTH","5401 Burnet Road Austin, Texas 78756","5401 Burnet Road","","Austin","Texas","78756","United States","30.3280777","-97.7397829","","UNKNOWN","","","" +"496","TRAFFIC","E SH 71 SVRD EB / PRESIDENTIAL BLVD","E SH 71 SVRD EB","PRESIDENTIAL BLVD","MASTER","1415","5165986","2","CARDINAL LOOP","2038107","AUSTIN FULL PURPOSE","","","2038109","SOUTH","Presidential Boulevard Austin, Texas 78617","Presidential Boulevard","","Austin","Texas","78617","United States","30.21267","-97.65884","","TURNED_ON","0","0","None" +"938","TRAFFIC","FM 2222 RD / MOUNT BONNELL RD","FM 2222 RD","MOUNT BONNELL RD","MASTER","1104","5152094","4","","2013804","AUSTIN FULL PURPOSE","","","2013388","CENTRAL","5610-5614 Mount Bonnell Road Austin, Texas 78731","5610-5614 Mount Bonnell Road","","Austin","Texas","78731","United States","30.341","-97.779","","APPROVED_FOR_CONST","","","" +"220","TRAFFIC","GUADALUPE ST / W 15TH ST","GUADALUPE ST","W 15TH ST","MASTER","216","5156901","9","","2018067","AUSTIN FULL PURPOSE","","","2018049","CENTRAL","1499 Guadalupe Street Austin, Texas 78701","1499 Guadalupe Street","","Austin","Texas","78701","United States","30.2779","-97.743","","APPROVED_FOR_CONST","","","" diff --git a/components/data/south_lamar_apr_2016.csv b/components/data/south_lamar_apr_2016.csv new file mode 100644 index 00000000..384e2713 --- /dev/null +++ b/components/data/south_lamar_apr_2016.csv @@ -0,0 +1,211 @@ +segment,day,period,travel_time,sample_size +Lamar_and_Manchca_Barton_skyway,0,am_off,48.50704225,71 +Lamar_and_Manchca_Barton_skyway,0,am_peak,57.12831241,717 +Lamar_and_Manchca_Barton_skyway,0,mid-day,57.81325788,1237 +Lamar_and_Manchca_Barton_skyway,0,pm-off,52.49501661,301 +Lamar_and_Manchca_Barton_skyway,0,pm-peak,62.84745763,767 +Lamar_and_Manchca_Barton_skyway,1,am_off,50.05825243,103 +Lamar_and_Manchca_Barton_skyway,1,am_peak,59.04970179,1006 +Lamar_and_Manchca_Barton_skyway,1,mid-day,55.22704082,1568 +Lamar_and_Manchca_Barton_skyway,1,pm-off,51.215,400 +Lamar_and_Manchca_Barton_skyway,1,pm-peak,57.97026759,1009 +Lamar_and_Manchca_Barton_skyway,2,am_off,45.96703297,91 +Lamar_and_Manchca_Barton_skyway,2,am_peak,70.87204724,1016 +Lamar_and_Manchca_Barton_skyway,2,mid-day,54.91506304,1507 +Lamar_and_Manchca_Barton_skyway,2,pm-off,51.24782609,460 +Lamar_and_Manchca_Barton_skyway,2,pm-peak,61.7657247,1097 +Lamar_and_Manchca_Barton_skyway,3,am_off,44.21774194,124 +Lamar_and_Manchca_Barton_skyway,3,am_peak,75.24182359,1009 +Lamar_and_Manchca_Barton_skyway,3,mid-day,58.30951041,1777 +Lamar_and_Manchca_Barton_skyway,3,pm-off,55.46083789,549 +Lamar_and_Manchca_Barton_skyway,3,pm-peak,65.16583333,1200 +Lamar_and_Manchca_Barton_skyway,4,am_off,47.75,140 +Lamar_and_Manchca_Barton_skyway,4,am_peak,57.38498024,1265 +Lamar_and_Manchca_Barton_skyway,4,mid-day,62.02010669,2437 +Lamar_and_Manchca_Barton_skyway,4,pm-off,58.67431193,872 +Lamar_and_Manchca_Barton_skyway,4,pm-peak,67.47503671,1362 +Lamar_and_Manchca_Barton_skyway,5,am_off,46.44262295,244 +Lamar_and_Manchca_Barton_skyway,5,am_peak,50.43505155,485 +Lamar_and_Manchca_Barton_skyway,5,mid-day,65.62466607,2246 +Lamar_and_Manchca_Barton_skyway,5,pm-off,58.49651972,862 +Lamar_and_Manchca_Barton_skyway,5,pm-peak,63.54297994,1396 +Lamar_and_Manchca_Barton_skyway,6,am_off,50.365,200 +Lamar_and_Manchca_Barton_skyway,6,am_peak,51.98404255,188 +Lamar_and_Manchca_Barton_skyway,6,mid-day,65.01082431,1201 +Lamar_and_Manchca_Barton_skyway,6,pm-off,53.55828221,326 +Lamar_and_Manchca_Barton_skyway,6,pm-peak,61.29285714,700 +lamar_barton_springs,0,am_off,43.90654206,107 +lamar_barton_springs,0,am_peak,61.23275862,928 +lamar_barton_springs,0,mid-day,53.89280868,1474 +lamar_barton_springs,0,pm-off,56.27036395,577 +lamar_barton_springs,0,pm-peak,56.91400491,1221 +lamar_barton_springs,1,am_off,43.04411765,136 +lamar_barton_springs,1,am_peak,61.39920949,759 +lamar_barton_springs,1,mid-day,51.47136872,1432 +lamar_barton_springs,1,pm-off,54.19742489,466 +lamar_barton_springs,1,pm-peak,59.47450572,961 +lamar_barton_springs,2,am_off,41.38211382,123 +lamar_barton_springs,2,am_peak,71.14754098,976 +lamar_barton_springs,2,mid-day,50.92402827,1698 +lamar_barton_springs,2,pm-off,54.49136578,637 +lamar_barton_springs,2,pm-peak,54.92753623,1173 +lamar_barton_springs,3,am_off,42.75816993,153 +lamar_barton_springs,3,am_peak,71.0626186,1054 +lamar_barton_springs,3,mid-day,55.91571641,2017 +lamar_barton_springs,3,pm-off,57.0896921,747 +lamar_barton_springs,3,pm-peak,57.68934911,1352 +lamar_barton_springs,4,am_off,47.08888889,225 +lamar_barton_springs,4,am_peak,56.17546584,1288 +lamar_barton_springs,4,mid-day,70.25758725,2636 +lamar_barton_springs,4,pm-off,59.91143911,1084 +lamar_barton_springs,4,pm-peak,69.68388851,1471 +lamar_barton_springs,5,am_off,49.62863535,447 +lamar_barton_springs,5,am_peak,49.02193784,547 +lamar_barton_springs,5,mid-day,63.86554965,2447 +lamar_barton_springs,5,pm-off,59.2375,1200 +lamar_barton_springs,5,pm-peak,59.16989117,1654 +lamar_barton_springs,6,am_off,51.39230769,390 +lamar_barton_springs,6,am_peak,46.39726027,292 +lamar_barton_springs,6,mid-day,52.99184442,1594 +lamar_barton_springs,6,pm-off,51.9082397,534 +lamar_barton_springs,6,pm-peak,53.27135678,995 +Lamar_Blue_Bonnet,0,am_off,41.71296296,108 +Lamar_Blue_Bonnet,0,am_peak,62.30051813,965 +Lamar_Blue_Bonnet,0,mid-day,54.86738544,1855 +Lamar_Blue_Bonnet,0,pm-off,46.53179191,519 +Lamar_Blue_Bonnet,0,pm-peak,60.20683903,1199 +Lamar_Blue_Bonnet,1,am_off,39.12857143,140 +Lamar_Blue_Bonnet,1,am_peak,63.76225045,1102 +Lamar_Blue_Bonnet,1,mid-day,57.33317513,2107 +Lamar_Blue_Bonnet,1,pm-off,46.77961019,667 +Lamar_Blue_Bonnet,1,pm-peak,60.16883117,1540 +Lamar_Blue_Bonnet,2,am_off,40.43949045,157 +Lamar_Blue_Bonnet,2,am_peak,86.04371585,1098 +Lamar_Blue_Bonnet,2,mid-day,56.61589404,2114 +Lamar_Blue_Bonnet,2,pm-off,48.64426877,759 +Lamar_Blue_Bonnet,2,pm-peak,60.94264339,1604 +Lamar_Blue_Bonnet,3,am_off,40.63414634,164 +Lamar_Blue_Bonnet,3,am_peak,81.18592058,1108 +Lamar_Blue_Bonnet,3,mid-day,57.9768559,2290 +Lamar_Blue_Bonnet,3,pm-off,49.14915694,771 +Lamar_Blue_Bonnet,3,pm-peak,62.84960422,1516 +Lamar_Blue_Bonnet,4,am_off,38.69406393,219 +Lamar_Blue_Bonnet,4,am_peak,61.31944444,1368 +Lamar_Blue_Bonnet,4,mid-day,61.40405081,2913 +Lamar_Blue_Bonnet,4,pm-off,49.87700084,1187 +Lamar_Blue_Bonnet,4,pm-peak,62.19632606,1742 +Lamar_Blue_Bonnet,5,am_off,39.73536896,393 +Lamar_Blue_Bonnet,5,am_peak,44.41780822,584 +Lamar_Blue_Bonnet,5,mid-day,63.83951524,2723 +Lamar_Blue_Bonnet,5,pm-off,48.22774869,1146 +Lamar_Blue_Bonnet,5,pm-peak,60.54243119,1744 +Lamar_Blue_Bonnet,6,am_off,40.19314642,321 +Lamar_Blue_Bonnet,6,am_peak,44.9173913,230 +Lamar_Blue_Bonnet,6,mid-day,56.78111274,1366 +Lamar_Blue_Bonnet,6,pm-off,45.74663677,446 +Lamar_Blue_Bonnet,6,pm-peak,54.42941874,843 +Lamar_BrodieOaks,0,am_off,127,6 +Lamar_BrodieOaks,0,am_peak,106.0467836,171 +Lamar_BrodieOaks,0,mid-day,97.4527027,296 +Lamar_BrodieOaks,0,pm-off,98.69811321,53 +Lamar_BrodieOaks,0,pm-peak,115.2021858,183 +Lamar_BrodieOaks,1,am_off,79.4,5 +Lamar_BrodieOaks,1,am_peak,115.5492424,264 +Lamar_BrodieOaks,1,mid-day,97.37377049,305 +Lamar_BrodieOaks,1,pm-off,99.98484848,66 +Lamar_BrodieOaks,1,pm-peak,117.2751323,189 +Lamar_BrodieOaks,2,am_off,87.375,8 +Lamar_BrodieOaks,2,am_peak,143.7056075,214 +Lamar_BrodieOaks,2,mid-day,96.67957746,284 +Lamar_BrodieOaks,2,pm-off,100.6282051,78 +Lamar_BrodieOaks,2,pm-peak,116.3785311,177 +Lamar_BrodieOaks,3,am_off,88,12 +Lamar_BrodieOaks,3,am_peak,129.3740741,270 +Lamar_BrodieOaks,3,mid-day,99.12989691,485 +Lamar_BrodieOaks,3,pm-off,103.8310811,148 +Lamar_BrodieOaks,3,pm-peak,116.443038,316 +Lamar_BrodieOaks,4,am_off,83.83333333,12 +Lamar_BrodieOaks,4,am_peak,112.9913043,345 +Lamar_BrodieOaks,4,mid-day,106.8441358,648 +Lamar_BrodieOaks,4,pm-off,108.4239631,217 +Lamar_BrodieOaks,4,pm-peak,119.4153846,325 +Lamar_BrodieOaks,5,am_off,116.7407407,27 +Lamar_BrodieOaks,5,am_peak,108.7184466,103 +Lamar_BrodieOaks,5,mid-day,169.6147404,597 +Lamar_BrodieOaks,5,pm-off,113.2135417,192 +Lamar_BrodieOaks,5,pm-peak,143.259901,404 +Lamar_BrodieOaks,6,am_off,94.65384615,26 +Lamar_BrodieOaks,6,am_peak,94.53125,32 +Lamar_BrodieOaks,6,mid-day,118.6647399,346 +Lamar_BrodieOaks,6,pm-off,102.7560976,82 +Lamar_BrodieOaks,6,pm-peak,115.5971564,211 +lamar_lamar_square,0,am_off,60.28037383,107 +lamar_lamar_square,0,am_peak,135.3456973,674 +lamar_lamar_square,0,mid-day,80.33305085,1180 +lamar_lamar_square,0,pm-off,69.19301848,487 +lamar_lamar_square,0,pm-peak,89.15513834,1012 +lamar_lamar_square,1,am_off,57.8490566,106 +lamar_lamar_square,1,am_peak,137.0545455,660 +lamar_lamar_square,1,mid-day,79.88990826,1308 +lamar_lamar_square,1,pm-off,71.42403628,441 +lamar_lamar_square,1,pm-peak,95.81661273,927 +lamar_lamar_square,2,am_off,57.1440678,118 +lamar_lamar_square,2,am_peak,190.8973913,575 +lamar_lamar_square,2,mid-day,81.43870403,1142 +lamar_lamar_square,2,pm-off,71.08628319,452 +lamar_lamar_square,2,pm-peak,95.92579075,822 +lamar_lamar_square,3,am_off,56.26984127,126 +lamar_lamar_square,3,am_peak,164.2212042,764 +lamar_lamar_square,3,mid-day,88.05365854,1640 +lamar_lamar_square,3,pm-off,73.74347158,651 +lamar_lamar_square,3,pm-peak,98.43092406,1093 +lamar_lamar_square,4,am_off,60.8125,208 +lamar_lamar_square,4,am_peak,98.08627451,1020 +lamar_lamar_square,4,mid-day,101.4924898,2197 +lamar_lamar_square,4,pm-off,77.80131004,916 +lamar_lamar_square,4,pm-peak,102.2343234,1212 +lamar_lamar_square,5,am_off,61.74309392,362 +lamar_lamar_square,5,am_peak,63.29186603,418 +lamar_lamar_square,5,mid-day,106.2055295,1917 +lamar_lamar_square,5,pm-off,76.04072883,933 +lamar_lamar_square,5,pm-peak,93.18829707,1333 +lamar_lamar_square,6,am_off,62.95522388,335 +lamar_lamar_square,6,am_peak,66.41035857,251 +lamar_lamar_square,6,mid-day,84.73809524,1218 +lamar_lamar_square,6,pm-off,67.33485194,439 +lamar_lamar_square,6,pm-peak,78.28836634,808 +lamar_oltorf,0,am_off,68.74590164,122 +lamar_oltorf,0,am_peak,88.91928251,892 +lamar_oltorf,0,mid-day,78.87422796,1781 +lamar_oltorf,0,pm-off,71.4309816,652 +lamar_oltorf,0,pm-peak,102.9261234,1313 +lamar_oltorf,1,am_off,63.19852941,136 +lamar_oltorf,1,am_peak,100.384106,1057 +lamar_oltorf,1,mid-day,79.08237748,1918 +lamar_oltorf,1,pm-off,73.0385208,649 +lamar_oltorf,1,pm-peak,98.61936438,1353 +lamar_oltorf,2,am_off,65.5443038,158 +lamar_oltorf,2,am_peak,139.7605096,785 +lamar_oltorf,2,mid-day,81.24287343,1754 +lamar_oltorf,2,pm-off,77.79056865,721 +lamar_oltorf,2,pm-peak,106.1443299,1261 +lamar_oltorf,3,am_off,62.64634146,164 +lamar_oltorf,3,am_peak,127.7993827,972 +lamar_oltorf,3,mid-day,81.40724425,2043 +lamar_oltorf,3,pm-off,78.34449761,836 +lamar_oltorf,3,pm-peak,95.6991404,1396 +lamar_oltorf,4,am_off,69.20992366,262 +lamar_oltorf,4,am_peak,74.25418327,1255 +lamar_oltorf,4,mid-day,86.95022288,2692 +lamar_oltorf,4,pm-off,76.13162393,1170 +lamar_oltorf,4,pm-peak,100.236927,1549 +lamar_oltorf,5,am_off,70.12616822,428 +lamar_oltorf,5,am_peak,68.37847866,539 +lamar_oltorf,5,mid-day,87.73053404,2453 +lamar_oltorf,5,pm-off,76.42857143,1190 +lamar_oltorf,5,pm-peak,84.77440873,1649 +lamar_oltorf,6,am_off,64.47246377,345 +lamar_oltorf,6,am_peak,72.33090909,275 +lamar_oltorf,6,mid-day,81.50341064,1466 +lamar_oltorf,6,pm-off,74.58768657,536 +lamar_oltorf,6,pm-peak,81.56578947,988 diff --git a/components/images/183_mopac.png b/components/images/183_mopac.png new file mode 100644 index 00000000..caf85461 Binary files /dev/null and b/components/images/183_mopac.png differ diff --git a/components/images/chart.png b/components/images/chart.png new file mode 100644 index 00000000..185affc2 Binary files /dev/null and b/components/images/chart.png differ diff --git a/components/images/coa_bw_not_transparent.jpeg b/components/images/coa_bw_not_transparent.jpeg new file mode 100644 index 00000000..bb513570 Binary files /dev/null and b/components/images/coa_bw_not_transparent.jpeg differ diff --git a/components/images/coa_seaL_lg.jpeg b/components/images/coa_seaL_lg.jpeg new file mode 100644 index 00000000..99eb4723 Binary files /dev/null and b/components/images/coa_seaL_lg.jpeg differ diff --git a/components/images/coa_seal_bw_transparent.png b/components/images/coa_seal_bw_transparent.png new file mode 100644 index 00000000..d2245110 Binary files /dev/null and b/components/images/coa_seal_bw_transparent.png differ diff --git a/components/images/coa_seal_bw_transparent_sm.png b/components/images/coa_seal_bw_transparent_sm.png new file mode 100644 index 00000000..ce53f668 Binary files /dev/null and b/components/images/coa_seal_bw_transparent_sm.png differ diff --git a/components/images/coa_seal_transparent_white.jpg b/components/images/coa_seal_transparent_white.jpg new file mode 100644 index 00000000..a0f80869 Binary files /dev/null and b/components/images/coa_seal_transparent_white.jpg differ diff --git a/components/images/coa_seal_transparent_white.png b/components/images/coa_seal_transparent_white.png new file mode 100644 index 00000000..63892cf7 Binary files /dev/null and b/components/images/coa_seal_transparent_white.png differ diff --git a/components/images/favicon.ico b/components/images/favicon.ico new file mode 100644 index 00000000..03823b90 Binary files /dev/null and b/components/images/favicon.ico differ diff --git a/components/images/hoodoggy.png b/components/images/hoodoggy.png new file mode 100644 index 00000000..beb42020 Binary files /dev/null and b/components/images/hoodoggy.png differ diff --git a/components/images/jtron_1000.png b/components/images/jtron_1000.png new file mode 100644 index 00000000..37749b02 Binary files /dev/null and b/components/images/jtron_1000.png differ diff --git a/components/images/jtron_1100.png b/components/images/jtron_1100.png new file mode 100644 index 00000000..ec99a4b1 Binary files /dev/null and b/components/images/jtron_1100.png differ diff --git a/components/images/jtron_1200.png b/components/images/jtron_1200.png new file mode 100644 index 00000000..0e925595 Binary files /dev/null and b/components/images/jtron_1200.png differ diff --git a/components/images/jtron_1400.png b/components/images/jtron_1400.png new file mode 100644 index 00000000..caea9ed5 Binary files /dev/null and b/components/images/jtron_1400.png differ diff --git a/components/images/jtron_1600.png b/components/images/jtron_1600.png new file mode 100644 index 00000000..dbfd2b87 Binary files /dev/null and b/components/images/jtron_1600.png differ diff --git a/components/images/jtron_2000.png b/components/images/jtron_2000.png new file mode 100644 index 00000000..46a9fda5 Binary files /dev/null and b/components/images/jtron_2000.png differ diff --git a/components/images/jtron_900.png b/components/images/jtron_900.png new file mode 100644 index 00000000..9a082a2d Binary files /dev/null and b/components/images/jtron_900.png differ diff --git a/components/images/layers-2x.png b/components/images/layers-2x.png new file mode 100644 index 00000000..200c333d Binary files /dev/null and b/components/images/layers-2x.png differ diff --git a/components/images/layers.png b/components/images/layers.png new file mode 100644 index 00000000..bc4c8c25 Binary files /dev/null and b/components/images/layers.png differ diff --git a/components/images/loading.gif b/components/images/loading.gif new file mode 100644 index 00000000..e092d812 Binary files /dev/null and b/components/images/loading.gif differ diff --git a/components/images/marker-icon-2x.png b/components/images/marker-icon-2x.png new file mode 100644 index 00000000..0015b649 Binary files /dev/null and b/components/images/marker-icon-2x.png differ diff --git a/components/images/marker-icon.png b/components/images/marker-icon.png new file mode 100644 index 00000000..e2e9f757 Binary files /dev/null and b/components/images/marker-icon.png differ diff --git a/components/images/marker-shadow.png b/components/images/marker-shadow.png new file mode 100644 index 00000000..d1e773c7 Binary files /dev/null and b/components/images/marker-shadow.png differ diff --git a/components/images/markers_default.png b/components/images/markers_default.png new file mode 100644 index 00000000..2c81d15b Binary files /dev/null and b/components/images/markers_default.png differ diff --git a/components/images/markers_default@2x.png b/components/images/markers_default@2x.png new file mode 100644 index 00000000..35ff61b5 Binary files /dev/null and b/components/images/markers_default@2x.png differ diff --git a/components/images/markers_shadow.png b/components/images/markers_shadow.png new file mode 100644 index 00000000..33cf9550 Binary files /dev/null and b/components/images/markers_shadow.png differ diff --git a/components/images/markers_shadow@2x.png b/components/images/markers_shadow@2x.png new file mode 100644 index 00000000..1116503f Binary files /dev/null and b/components/images/markers_shadow@2x.png differ diff --git a/components/images/sort_asc.png b/components/images/sort_asc.png new file mode 100644 index 00000000..e1ba61a8 Binary files /dev/null and b/components/images/sort_asc.png differ diff --git a/components/images/sort_asc_disabled.png b/components/images/sort_asc_disabled.png new file mode 100644 index 00000000..fb11dfe2 Binary files /dev/null and b/components/images/sort_asc_disabled.png differ diff --git a/components/images/sort_both.png b/components/images/sort_both.png new file mode 100644 index 00000000..af5bc7c5 Binary files /dev/null and b/components/images/sort_both.png differ diff --git a/components/images/sort_desc.png b/components/images/sort_desc.png new file mode 100644 index 00000000..0e156deb Binary files /dev/null and b/components/images/sort_desc.png differ diff --git a/components/images/sort_desc_disabled.png b/components/images/sort_desc_disabled.png new file mode 100644 index 00000000..c9fdd8a1 Binary files /dev/null and b/components/images/sort_desc_disabled.png differ diff --git a/components/js/Leaflet.zoomhome.min.js b/components/js/Leaflet.zoomhome.min.js new file mode 100644 index 00000000..c4c8a4e8 --- /dev/null +++ b/components/js/Leaflet.zoomhome.min.js @@ -0,0 +1,5 @@ +/* leaflet.zoomhome 0.2.0 CC-BY-SA-3.0 + http://www.github.com/torfuspolymorphus/leaflet.zoomhome + Torf (http://www.torf.cc) + toms (https://gis.stackexchange.com/users/9847/toms) */ +!function(){"use strict";L.Control.ZoomHome=L.Control.Zoom.extend({options:{position:"topleft",zoomInText:"+",zoomInTitle:"Zoom in",zoomOutText:"-",zoomOutTitle:"Zoom out",zoomHomeIcon:"home",zoomHomeTitle:"Home",homeCoordinates:null,homeZoom:null},onAdd:function(a){var b="leaflet-control-zoomhome",c=L.DomUtil.create("div",b+" leaflet-bar"),d=this.options;null===d.homeCoordinates&&(d.homeCoordinates=a.getCenter()),null===d.homeZoom&&(d.homeZoom=a.getZoom()),this._zoomInButton=this._createButton(d.zoomInText,d.zoomInTitle,b+"-in",c,this._zoomIn.bind(this));var e='';return this._zoomHomeButton=this._createButton(e,d.zoomHomeTitle,b+"-home",c,this._zoomHome.bind(this)),this._zoomOutButton=this._createButton(d.zoomOutText,d.zoomOutTitle,b+"-out",c,this._zoomOut.bind(this)),this._updateDisabled(),a.on("zoomend zoomlevelschange",this._updateDisabled,this),c},_zoomHome:function(a){this._map.setView(this.options.homeCoordinates,this.options.homeZoom)}}),L.Control.zoomHome=function(a){return new L.Control.ZoomHome(a)}}(); \ No newline at end of file diff --git a/components/js/activity-update.js b/components/js/activity-update.js new file mode 100644 index 00000000..8ea2571f --- /dev/null +++ b/components/js/activity-update.js @@ -0,0 +1,55 @@ + +$(document).on('knack-form-submit.view_1082', function(event, view, record) { + // edit my work order view + // Do something after the record is created via form submission + Knack.showSpinner(); + + console.log(record.field_1235_raw); // id of connected csr + // get emi id + // and other + + Knack.hideSpinner(); +}); + +TMC_ACTIVITY +ACTIVITY_DATE +ACTIVITY_NOTE (NOTE) +CREATED_BY +signal +school_beacon +hazard_flasher +dm +ASSET_TYPE +signals_affect +work_order +ASSIGNED_TO + + + +// // change the view key to the key of your form that is inserting the record +// $(document).on('knack-record-create.view_273', function(event, view, record) { +// Knack.showSpinner(); +// // Replace the page and view keys with your own +// var url = 'https://api.knack.com/v1/pages/page_1/views/view_2/records/'; +// var headers = { +// 'X-Knack-Application-ID': 'YOUR-APP-ID', +// 'X-Knack-REST-API-Key':'knack', +// 'content-type':'application/json' +// }; +// // use data from inserted record +// var data = { +// field_1: [record.id], // connection field +// field_2: record.field_3 +// } +// // insert the record +// $.ajax({ +// url: url, +// type: 'POST', +// headers: headers, +// data: data, +// success: function(response) { +// alert('Record Added!'); +// Knack.hideSpinner(); +// } +// }); +// }); diff --git a/components/js/d3.v4.min.js b/components/js/d3.v4.min.js new file mode 100644 index 00000000..1a81e554 --- /dev/null +++ b/components/js/d3.v4.min.js @@ -0,0 +1,8 @@ +// https://d3js.org Version 4.2.2. Copyright 2016 Mike Bostock. +!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(t.d3=t.d3||{})}(this,function(t){"use strict";function n(t,n){return tn?1:t>=n?0:NaN}function e(t){return 1===t.length&&(t=r(t)),{left:function(n,e,r,i){for(null==r&&(r=0),null==i&&(i=n.length);r>>1;t(n[o],e)<0?r=o+1:i=o}return r},right:function(n,e,r,i){for(null==r&&(r=0),null==i&&(i=n.length);r>>1;t(n[o],e)>0?i=o:r=o+1}return r}}}function r(t){return function(e,r){return n(t(e),r)}}function i(t,n){return nt?1:n>=t?0:NaN}function o(t){return null===t?NaN:+t}function u(t,n){var e,r,i=t.length,u=0,a=0,c=-1,s=0;if(null==n)for(;++c1)return a/(s-1)}function a(t,n){var e=u(t,n);return e?Math.sqrt(e):e}function c(t,n){var e,r,i,o=-1,u=t.length;if(null==n){for(;++o=r){e=i=r;break}for(;++or&&(e=r),i=r){e=i=r;break}for(;++or&&(e=r),i=Rd?i*=10:o>=Ud?i*=5:o>=Dd&&(i*=2),n=f;)l.pop(),--p;var d,v=new Array(p+1);for(i=0;i<=p;++i)d=v[i]=[],d.x0=i>0?l[i-1]:s,d.x1=i=1)return+e(t[r-1],r-1,t);var r,i=(r-1)*n,u=Math.floor(i),a=+e(t[u],u,t),c=+e(t[u+1],u+1,t);return a+(c-a)*(i-u)}}function y(t,e,r){return t=Ld.call(t,o).sort(n),Math.ceil((r-e)/(2*(_(t,.75)-_(t,.25))*Math.pow(t.length,-1/3)))}function g(t,n,e){return Math.ceil((e-n)/(3.5*a(t)*Math.pow(t.length,-1/3)))}function m(t,n){var e,r,i=-1,o=t.length;if(null==n){for(;++i=r){e=r;break}for(;++ie&&(e=r)}else{for(;++i=r){e=r;break}for(;++ie&&(e=r)}return e}function x(t,n){var e,r=0,i=t.length,u=-1,a=i;if(null==n)for(;++u=0;)for(r=t[i],n=r.length;--n>=0;)e[--u]=r[n];return e}function M(t,n){var e,r,i=-1,o=t.length;if(null==n){for(;++i=r){e=r;break}for(;++ir&&(e=r)}else{for(;++i=r){e=r;break}for(;++ir&&(e=r)}return e}function T(t){for(var n=0,e=t.length-1,r=t[0],i=new Array(e<0?0:e);n=o.length)return null!=r?r(n):null!=e?n.sort(e):n;for(var c,s,f,l=-1,h=n.length,p=o[i++],d=q(),v=u();++lo.length)return t;var i,a=u[e-1];return null!=r&&e>=o.length?i=t.entries():(i=[],t.each(function(t,r){i.push({key:r,values:n(t,e)})})),null!=a?i.sort(function(t,n){return a(t.key,n.key)}):i}var e,r,i,o=[],u=[];return i={object:function(n){return t(n,0,R,U)},map:function(n){return t(n,0,D,O)},entries:function(e){return n(t(e,0,D,O),0)},key:function(t){return o.push(t),i},sortKeys:function(t){return u[o.length-1]=t,i},sortValues:function(t){return e=t,i},rollup:function(t){return r=t,i}}}function R(){return{}}function U(t,n,e){t[n]=e}function D(){return q()}function O(t,n,e){t.set(n,e)}function F(){}function I(t,n){var e=new F;if(t instanceof F)t.each(function(t){e.add(t)});else if(t){var r=-1,i=t.length;if(null==n)for(;++r1);return t+n*i*Math.sqrt(-2*Math.log(r)/r)}}function V(){var t=X.apply(this,arguments);return function(){return Math.exp(t())}}function W(t){return function(){for(var n=0,e=0;e1&&yt(t[e[r-2]],t[e[r-1]],t[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function xt(t){if((e=t.length)<3)return null;var n,e,r=new Array(e),i=new Array(e);for(n=0;n=0;--n)s.push(t[r[o[n]][2]]);for(n=+a;na!=s>a&&u<(c-e)*(a-r)/(s-r)+e&&(f=!f),c=e,s=r;return f}function wt(t){for(var n,e,r=-1,i=t.length,o=t[i-1],u=o[0],a=o[1],c=0;++r=(o=(v+y)/2))?v=o:y=o,(f=e>=(u=(_+g)/2))?_=u:g=u,i=p,!(p=p[l=f<<1|s]))return i[l]=d,t;if(a=+t._x.call(null,p.data),c=+t._y.call(null,p.data),n===a&&e===c)return d.next=p,i?i[l]=d:t._root=d,t;do i=i?i[l]=new Array(4):t._root=new Array(4),(s=n>=(o=(v+y)/2))?v=o:y=o,(f=e>=(u=(_+g)/2))?_=u:g=u;while((l=f<<1|s)===(h=(c>=u)<<1|a>=o));return i[h]=p,i[l]=d,t}function Nt(t){var n,e,r,i,o=t.length,u=new Array(o),a=new Array(o),c=1/0,s=1/0,f=-(1/0),l=-(1/0);for(e=0;ef&&(f=r),il&&(l=i));for(ft||t>i||r>n||n>o))return this;var u,a,c=i-e,s=this._root;switch(a=(n<(r+o)/2)<<1|t<(e+i)/2){case 0:do u=new Array(4),u[a]=s,s=u;while(c*=2,i=e+c,o=r+c,t>i||n>o);break;case 1:do u=new Array(4),u[a]=s,s=u;while(c*=2,e=i-c,o=r+c,e>t||n>o);break;case 2:do u=new Array(4),u[a]=s,s=u;while(c*=2,i=e+c,r=o-c,t>i||r>n);break;case 3:do u=new Array(4),u[a]=s,s=u;while(c*=2,e=i-c,r=o-c,e>t||r>n)}this._root&&this._root.length&&(this._root=s)}return this._x0=e,this._y0=r,this._x1=i,this._y1=o,this}function Et(){var t=[];return this.visit(function(n){if(!n.length)do t.push(n.data);while(n=n.next)}),t}function Ct(t){return arguments.length?this.cover(+t[0][0],+t[0][1]).cover(+t[1][0],+t[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]}function zt(t,n,e,r,i){this.node=t,this.x0=n,this.y0=e,this.x1=r,this.y1=i}function Pt(t,n,e){var r,i,o,u,a,c,s,f=this._x0,l=this._y0,h=this._x1,p=this._y1,d=[],v=this._root;for(v&&d.push(new zt(v,f,l,h,p)),null==e?e=1/0:(f=t-e,l=n-e,h=t+e,p=n+e,e*=e);c=d.pop();)if(!(!(v=c.node)||(i=c.x0)>h||(o=c.y0)>p||(u=c.x1)=y)<<1|t>=_)&&(c=d[d.length-1],d[d.length-1]=d[d.length-1-s],d[d.length-1-s]=c)}else{var g=t-+this._x.call(null,v.data),m=n-+this._y.call(null,v.data),x=g*g+m*m;if(x=(a=(d+_)/2))?d=a:_=a,(f=u>=(c=(v+y)/2))?v=c:y=c,n=p,!(p=p[l=f<<1|s]))return this;if(!p.length)break;(n[l+1&3]||n[l+2&3]||n[l+3&3])&&(e=n,h=l)}for(;p.data!==t;)if(r=p,!(p=p.next))return this;return(i=p.next)&&delete p.next,r?(i?r.next=i:delete r.next,this):n?(i?n[l]=i:delete n[l],(p=n[0]||n[1]||n[2]||n[3])&&p===(n[3]||n[2]||n[1]||n[0])&&!p.length&&(e?e[h]=p:this._root=p),this):(this._root=i,this)}function Lt(t){for(var n=0,e=t.length;n=1))throw new Error;this._size=t,this._call=this._error=null,this._tasks=[],this._data=[],this._waiting=this._active=this._ended=this._start=0}function Wt(t){if(!t._start)try{$t(t)}catch(n){t._tasks[t._ended+t._active-1]&&Gt(t,n)}}function $t(t){for(;t._start=t._waiting&&t._active=0;)if((e=t._tasks[r])&&(t._tasks[r]=null,e.abort))try{e.abort()}catch(t){}t._active=NaN,Jt(t)}function Jt(t){!t._active&&t._call&&t._call(t._error,t._data)}function Qt(t){return new Vt(arguments.length?+t:1/0)}function Kt(t){return function(){return t}}function tn(t){return t.innerRadius}function nn(t){return t.outerRadius}function en(t){return t.startAngle}function rn(t){return t.endAngle}function on(t){return t&&t.padAngle}function un(t){return t>=1?bv:t<=-1?-bv:Math.asin(t)}function an(t,n,e,r,i,o,u,a){var c=e-t,s=r-n,f=u-i,l=a-o,h=(f*(n-o)-l*(t-i))/(l*c-f*s);return[t+h*c,n+h*s]}function cn(t,n,e,r,i,o,u){var a=t-e,c=n-r,s=(u?o:-o)/Math.sqrt(a*a+c*c),f=s*c,l=-s*a,h=t+f,p=n+l,d=e+f,v=r+l,_=(h+d)/2,y=(p+v)/2,g=d-h,m=v-p,x=g*g+m*m,b=i-o,w=h*v-d*p,M=(m<0?-1:1)*Math.sqrt(Math.max(0,b*b*x-w*w)),T=(w*m-g*M)/x,k=(-w*g-m*M)/x,S=(w*m+g*M)/x,N=(-w*g+m*M)/x,A=T-_,E=k-y,C=S-_,z=N-y;return A*A+E*E>C*C+z*z&&(T=S,k=N),{cx:T,cy:k,x01:-f,y01:-l,x11:T*(i/b-1),y11:k*(i/b-1)}}function sn(){function t(){var t,s,f=+n.apply(this,arguments),l=+e.apply(this,arguments),h=o.apply(this,arguments)-bv,p=u.apply(this,arguments)-bv,d=Math.abs(p-h),v=p>h;if(c||(c=t=Tt()),lmv)if(d>wv-mv)c.moveTo(l*Math.cos(h),l*Math.sin(h)),c.arc(0,0,l,h,p,!v),f>mv&&(c.moveTo(f*Math.cos(p),f*Math.sin(p)),c.arc(0,0,f,p,h,v));else{var _,y,g=h,m=p,x=h,b=p,w=d,M=d,T=a.apply(this,arguments)/2,k=T>mv&&(i?+i.apply(this,arguments):Math.sqrt(f*f+l*l)),S=Math.min(Math.abs(l-f)/2,+r.apply(this,arguments)),N=S,A=S;if(k>mv){var E=un(k/f*Math.sin(T)),C=un(k/l*Math.sin(T));(w-=2*E)>mv?(E*=v?1:-1,x+=E,b-=E):(w=0,x=b=(h+p)/2),(M-=2*C)>mv?(C*=v?1:-1,g+=C,m-=C):(M=0,g=m=(h+p)/2)}var z=l*Math.cos(g),P=l*Math.sin(g),q=f*Math.cos(b),L=f*Math.sin(b);if(S>mv){var R=l*Math.cos(m),U=l*Math.sin(m),D=f*Math.cos(x),O=f*Math.sin(x);if(dmv?an(z,P,D,O,R,U,q,L):[q,L],I=z-F[0],Y=P-F[1],B=R-F[0],j=U-F[1],H=1/Math.sin(Math.acos((I*B+Y*j)/(Math.sqrt(I*I+Y*Y)*Math.sqrt(B*B+j*j)))/2),X=Math.sqrt(F[0]*F[0]+F[1]*F[1]);N=Math.min(S,(f-X)/(H-1)),A=Math.min(S,(l-X)/(H+1))}}M>mv?A>mv?(_=cn(D,O,z,P,l,A,v),y=cn(R,U,q,L,l,A,v),c.moveTo(_.cx+_.x01,_.cy+_.y01),Amv&&w>mv?N>mv?(_=cn(q,L,R,U,f,-N,v),y=cn(z,P,D,O,f,-N,v),c.lineTo(_.cx+_.x01,_.cy+_.y01),N=f;--l)s.point(_[l],y[l]);s.lineEnd(),s.areaEnd()}v&&(_[n]=+e(h,n,t),y[n]=+i(h,n,t),s.point(r?+r(h,n,t):_[n],o?+o(h,n,t):y[n]))}if(p)return s=null,p+""||null}function n(){return dn().defined(u).curve(c).context(a)}var e=hn,r=null,i=Kt(0),o=pn,u=Kt(!0),a=null,c=ln,s=null;return t.x=function(n){return arguments.length?(e="function"==typeof n?n:Kt(+n),r=null,t):e},t.x0=function(n){return arguments.length?(e="function"==typeof n?n:Kt(+n),t):e},t.x1=function(n){return arguments.length?(r=null==n?null:"function"==typeof n?n:Kt(+n),t):r},t.y=function(n){return arguments.length?(i="function"==typeof n?n:Kt(+n),o=null,t):i},t.y0=function(n){return arguments.length?(i="function"==typeof n?n:Kt(+n),t):i},t.y1=function(n){return arguments.length?(o=null==n?null:"function"==typeof n?n:Kt(+n),t):o},t.lineX0=t.lineY0=function(){return n().x(e).y(i)},t.lineY1=function(){return n().x(e).y(o)},t.lineX1=function(){return n().x(r).y(i)},t.defined=function(n){return arguments.length?(u="function"==typeof n?n:Kt(!!n),t):u},t.curve=function(n){return arguments.length?(c=n,null!=a&&(s=c(a)),t):c},t.context=function(n){return arguments.length?(null==n?a=s=null:s=c(a=n),t):a},t}function _n(t,n){return nt?1:n>=t?0:NaN}function yn(t){return t}function gn(){function t(t){var a,c,s,f,l,h=t.length,p=0,d=new Array(h),v=new Array(h),_=+i.apply(this,arguments),y=Math.min(wv,Math.max(-wv,o.apply(this,arguments)-_)),g=Math.min(Math.abs(y)/h,u.apply(this,arguments)),m=g*(y<0?-1:1);for(a=0;a0&&(p+=l);for(null!=e?d.sort(function(t,n){return e(v[t],v[n])}):null!=r&&d.sort(function(n,e){return r(t[n],t[e])}),a=0,s=p?(y-h*m)/p:0;a0?l*s:0)+m,v[c]={data:t[c],index:a,value:l,startAngle:_,endAngle:f,padAngle:g};return v}var n=yn,e=_n,r=null,i=Kt(0),o=Kt(wv),u=Kt(0);return t.value=function(e){return arguments.length?(n="function"==typeof e?e:Kt(+e),t):n},t.sortValues=function(n){return arguments.length?(e=n,r=null,t):e},t.sort=function(n){return arguments.length?(r=n,e=null,t):r},t.startAngle=function(n){return arguments.length?(i="function"==typeof n?n:Kt(+n),t):i},t.endAngle=function(n){return arguments.length?(o="function"==typeof n?n:Kt(+n),t):o},t.padAngle=function(n){return arguments.length?(u="function"==typeof n?n:Kt(+n),t):u},t}function mn(t){this._curve=t}function xn(t){function n(n){return new mn(t(n))}return n._curve=t,n}function bn(t){var n=t.curve;return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t.curve=function(t){return arguments.length?n(xn(t)):n()._curve},t}function wn(){return bn(dn().curve(Mv))}function Mn(){var t=vn().curve(Mv),n=t.curve,e=t.lineX0,r=t.lineX1,i=t.lineY0,o=t.lineY1;return t.angle=t.x,delete t.x,t.startAngle=t.x0,delete t.x0,t.endAngle=t.x1,delete t.x1,t.radius=t.y,delete t.y,t.innerRadius=t.y0,delete t.y0,t.outerRadius=t.y1,delete t.y1,t.lineStartAngle=function(){return bn(e())},delete t.lineX0,t.lineEndAngle=function(){return bn(r())},delete t.lineX1,t.lineInnerRadius=function(){return bn(i())},delete t.lineY0,t.lineOuterRadius=function(){return bn(o())},delete t.lineY1,t.curve=function(t){return arguments.length?n(xn(t)):n()._curve},t}function Tn(){function t(){var t;if(r||(r=t=Tt()),n.apply(this,arguments).draw(r,+e.apply(this,arguments)),t)return r=null,t+""||null}var n=Kt(Tv),e=Kt(64),r=null;return t.type=function(e){return arguments.length?(n="function"==typeof e?e:Kt(e),t):n},t.size=function(n){return arguments.length?(e="function"==typeof n?n:Kt(+n),t):e},t.context=function(n){return arguments.length?(r=null==n?null:n,t):r},t}function kn(){}function Sn(t,n,e){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+n)/6,(t._y0+4*t._y1+e)/6)}function Nn(t){this._context=t}function An(t){return new Nn(t)}function En(t){this._context=t}function Cn(t){return new En(t)}function zn(t){this._context=t}function Pn(t){return new zn(t)}function qn(t,n){this._basis=new Nn(t),this._beta=n}function Ln(t,n,e){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-n),t._y2+t._k*(t._y1-e),t._x2,t._y2)}function Rn(t,n){this._context=t,this._k=(1-n)/6}function Un(t,n){this._context=t,this._k=(1-n)/6}function Dn(t,n){this._context=t,this._k=(1-n)/6}function On(t,n,e){var r=t._x1,i=t._y1,o=t._x2,u=t._y2;if(t._l01_a>mv){var a=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,c=3*t._l01_a*(t._l01_a+t._l12_a);r=(r*a-t._x0*t._l12_2a+t._x2*t._l01_2a)/c,i=(i*a-t._y0*t._l12_2a+t._y2*t._l01_2a)/c}if(t._l23_a>mv){var s=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,f=3*t._l23_a*(t._l23_a+t._l12_a);o=(o*s+t._x1*t._l23_2a-n*t._l12_2a)/f,u=(u*s+t._y1*t._l23_2a-e*t._l12_2a)/f}t._context.bezierCurveTo(r,i,o,u,t._x2,t._y2)}function Fn(t,n){this._context=t,this._alpha=n}function In(t,n){this._context=t,this._alpha=n}function Yn(t,n){this._context=t,this._alpha=n}function Bn(t){this._context=t}function jn(t){return new Bn(t)}function Hn(t){return t<0?-1:1}function Xn(t,n,e){var r=t._x1-t._x0,i=n-t._x1,o=(t._y1-t._y0)/(r||i<0&&-0),u=(e-t._y1)/(i||r<0&&-0),a=(o*i+u*r)/(r+i);return(Hn(o)+Hn(u))*Math.min(Math.abs(o),Math.abs(u),.5*Math.abs(a))||0}function Vn(t,n){var e=t._x1-t._x0;return e?(3*(t._y1-t._y0)/e-n)/2:n}function Wn(t,n,e){var r=t._x0,i=t._y0,o=t._x1,u=t._y1,a=(o-r)/3;t._context.bezierCurveTo(r+a,i+a*n,o-a,u-a*e,o,u)}function $n(t){this._context=t}function Zn(t){this._context=new Gn(t)}function Gn(t){this._context=t}function Jn(t){return new $n(t)}function Qn(t){return new Zn(t)}function Kn(t){this._context=t}function te(t){var n,e,r=t.length-1,i=new Array(r),o=new Array(r),u=new Array(r);for(i[0]=0,o[0]=2,u[0]=t[0]+2*t[1],n=1;n=0;--n)i[n]=(u[n]-i[n+1])/o[n];for(o[r-1]=(t[r]+i[r-1])/2,n=0;n1)for(var e,r,i=1,o=t[n[0]],u=o.length;i=0;)e[n]=n;return e}function ce(t,n){return t[n]}function se(){function t(t){var o,u,a=n.apply(this,arguments),c=t.length,s=a.length,f=new Array(s);for(o=0;o0){for(var e,r,i,o=0,u=t[0].length;o0){for(var e,r=0,i=t[n[0]],o=i.length;r0&&(r=(e=t[n[0]]).length)>0){for(var e,r,i,o=0,u=1;u>8&15|n>>4&240,n>>4&15|240&n,(15&n)<<4|15&n,1)):(n=t_.exec(t))?we(parseInt(n[1],16)):(n=n_.exec(t))?new Se(n[1],n[2],n[3],1):(n=e_.exec(t))?new Se(255*n[1]/100,255*n[2]/100,255*n[3]/100,1):(n=r_.exec(t))?Me(n[1],n[2],n[3],n[4]):(n=i_.exec(t))?Me(255*n[1]/100,255*n[2]/100,255*n[3]/100,n[4]):(n=o_.exec(t))?Ne(n[1],n[2]/100,n[3]/100,1):(n=u_.exec(t))?Ne(n[1],n[2]/100,n[3]/100,n[4]):a_.hasOwnProperty(t)?we(a_[t]):"transparent"===t?new Se(NaN,NaN,NaN,0):null}function we(t){return new Se(t>>16&255,t>>8&255,255&t,1)}function Me(t,n,e,r){return r<=0&&(t=n=e=NaN),new Se(t,n,e,r)}function Te(t){return t instanceof xe||(t=be(t)),t?(t=t.rgb(),new Se(t.r,t.g,t.b,t.opacity)):new Se}function ke(t,n,e,r){return 1===arguments.length?Te(t):new Se(t,n,e,null==r?1:r)}function Se(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}function Ne(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=NaN),new Ce(t,n,e,r)}function Ae(t){if(t instanceof Ce)return new Ce(t.h,t.s,t.l,t.opacity);if(t instanceof xe||(t=be(t)),!t)return new Ce;if(t instanceof Ce)return t;t=t.rgb();var n=t.r/255,e=t.g/255,r=t.b/255,i=Math.min(n,e,r),o=Math.max(n,e,r),u=NaN,a=o-i,c=(o+i)/2;return a?(u=n===o?(e-r)/a+6*(e0&&c<1?0:u,new Ce(u,a,c,t.opacity)}function Ee(t,n,e,r){return 1===arguments.length?Ae(t):new Ce(t,n,e,null==r?1:r)}function Ce(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}function ze(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(240-t)/60:n)}function Pe(t){if(t instanceof Le)return new Le(t.l,t.a,t.b,t.opacity);if(t instanceof Ye){var n=t.h*c_;return new Le(t.l,Math.cos(n)*t.c,Math.sin(n)*t.c,t.opacity)}t instanceof Se||(t=Te(t));var e=Oe(t.r),r=Oe(t.g),i=Oe(t.b),o=Re((.4124564*e+.3575761*r+.1804375*i)/l_),u=Re((.2126729*e+.7151522*r+.072175*i)/h_),a=Re((.0193339*e+.119192*r+.9503041*i)/p_);return new Le(116*u-16,500*(o-u),200*(u-a),t.opacity)}function qe(t,n,e,r){return 1===arguments.length?Pe(t):new Le(t,n,e,null==r?1:r)}function Le(t,n,e,r){this.l=+t,this.a=+n,this.b=+e,this.opacity=+r}function Re(t){return t>y_?Math.pow(t,1/3):t/__+d_}function Ue(t){return t>v_?t*t*t:__*(t-d_)}function De(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function Oe(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function Fe(t){if(t instanceof Ye)return new Ye(t.h,t.c,t.l,t.opacity);t instanceof Le||(t=Pe(t));var n=Math.atan2(t.b,t.a)*s_;return new Ye(n<0?n+360:n,Math.sqrt(t.a*t.a+t.b*t.b),t.l,t.opacity)}function Ie(t,n,e,r){return 1===arguments.length?Fe(t):new Ye(t,n,e,null==r?1:r)}function Ye(t,n,e,r){this.h=+t,this.c=+n,this.l=+e,this.opacity=+r}function Be(t){if(t instanceof He)return new He(t.h,t.s,t.l,t.opacity);t instanceof Se||(t=Te(t));var n=t.r/255,e=t.g/255,r=t.b/255,i=(k_*r+M_*n-T_*e)/(k_+M_-T_),o=r-i,u=(w_*(e-i)-x_*o)/b_,a=Math.sqrt(u*u+o*o)/(w_*i*(1-i)),c=a?Math.atan2(u,o)*s_-120:NaN;return new He(c<0?c+360:c,a,i,t.opacity)}function je(t,n,e,r){return 1===arguments.length?Be(t):new He(t,n,e,null==r?1:r)}function He(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}function Xe(t,n,e,r,i){var o=t*t,u=o*t;return((1-3*t+3*o-u)*n+(4-6*o+3*u)*e+(1+3*t+3*o-3*u)*r+u*i)/6}function Ve(t){var n=t.length-1;return function(e){var r=e<=0?e=0:e>=1?(e=1,n-1):Math.floor(e*n),i=t[r],o=t[r+1],u=r>0?t[r-1]:2*i-o,a=r180||e<-180?e-360*Math.round(e/360):e):$e(isNaN(t)?n:t)}function Qe(t){return 1===(t=+t)?Ke:function(n,e){return e-n?Ge(n,e,t):$e(isNaN(n)?e:n)}}function Ke(t,n){var e=n-t;return e?Ze(t,e):$e(isNaN(t)?n:t)}function tr(t){return function(n){var e,r,i=n.length,o=new Array(i),u=new Array(i),a=new Array(i);for(e=0;eo&&(i=n.slice(o,i),a[u]?a[u]+=i:a[++u]=i),(e=e[0])===(r=r[0])?a[u]?a[u]+=r:a[++u]=r:(a[++u]=null,c.push({i:u,x:rr(e,r)})),o=L_.lastIndex;return o180?n+=360:n-t>180&&(t+=360),o.push({i:e.push(i(e)+"rotate(",null,r)-2,x:rr(t,n)})):n&&e.push(i(e)+"rotate("+n+r)}function a(t,n,e,o){t!==n?o.push({i:e.push(i(e)+"skewX(",null,r)-2,x:rr(t,n)}):n&&e.push(i(e)+"skewX("+n+r)}function c(t,n,e,r,o,u){if(t!==e||n!==r){var a=o.push(i(o)+"scale(",null,",",null,")");u.push({i:a-4,x:rr(t,e)},{i:a-2,x:rr(n,r)})}else 1===e&&1===r||o.push(i(o)+"scale("+e+","+r+")")}return function(n,e){var r=[],i=[];return n=t(n),e=t(e),o(n.translateX,n.translateY,e.translateX,e.translateY,r,i),u(n.rotate,e.rotate,r,i),a(n.skewX,e.skewX,r,i),c(n.scaleX,n.scaleY,e.scaleX,e.scaleY,r,i),n=e=null,function(t){for(var n,e=-1,o=i.length;++e=0&&(e=t.slice(r+1),t=t.slice(0,r)),t&&!n.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:e}})}function Sr(t,n){for(var e,r=0,i=t.length;r=s)return u;if(i)return i=!1,o;var n,e=f;if(34===t.charCodeAt(e)){for(var r=e;r++=200&&e<300||304===e){if(o)try{n=o.call(r,s)}catch(t){return void a.call("error",r,t)}else n=s;a.call("load",r,n)}else a.call("error",r,t)}var r,i,o,u,a=Mr("beforesend","progress","load","error"),c=q(),s=new XMLHttpRequest,f=null,l=null,h=0;if("undefined"==typeof XDomainRequest||"withCredentials"in s||!/^(http(s)?:)?\/\//.test(t)||(s=new XDomainRequest),"onload"in s?s.onload=s.onerror=s.ontimeout=e:s.onreadystatechange=function(t){s.readyState>3&&e(t)},s.onprogress=function(t){a.call("progress",r,t)},r={header:function(t,n){return t=(t+"").toLowerCase(),arguments.length<2?c.get(t):(null==n?c.remove(t):c.set(t,n+""),r)},mimeType:function(t){return arguments.length?(i=null==t?null:t+"",r):i},responseType:function(t){return arguments.length?(u=t,r):u},timeout:function(t){return arguments.length?(h=+t,r):h},user:function(t){return arguments.length<1?f:(f=null==t?null:t+"",r)},password:function(t){return arguments.length<1?l:(l=null==t?null:t+"",r)},response:function(t){return o=t,r},get:function(t,n){return r.send("GET",t,n)},post:function(t,n){return r.send("POST",t,n)},send:function(n,e,o){return s.open(n,t,!0,f,l),null==i||c.has("accept")||c.set("accept",i+",*/*"),s.setRequestHeader&&c.each(function(t,n){s.setRequestHeader(n,t)}),null!=i&&s.overrideMimeType&&s.overrideMimeType(i),null!=u&&(s.responseType=u),h>0&&(s.timeout=h),null==o&&"function"==typeof e&&(o=e,e=null),null!=o&&1===o.length&&(o=qr(o)),null!=o&&r.on("error",o).on("load",function(t){o(null,t)}),a.call("beforesend",r,s),s.send(null==e?null:e),r},abort:function(){return s.abort(),r},on:function(){var t=a.on.apply(a,arguments);return t===a?r:t}},null!=n){if("function"!=typeof n)throw new Error("invalid callback: "+n);return r.get(n)}return r}function qr(t){return function(n,e){t(null==n?e:null)}}function Lr(t){var n=t.responseType;return n&&"text"!==n?t.response:t.responseText}function Rr(t,n){return function(e,r){var i=Pr(e).mimeType(t).response(n);if(null!=r){if("function"!=typeof r)throw new Error("invalid callback: "+r);return i.get(r)}return i}}function Ur(t,n){return function(e,r,i){arguments.length<3&&(i=r,r=null);var o=Pr(e).mimeType(t);return o.row=function(t){return arguments.length?o.response(Dr(n,r=t)):r},o.row(r),i?o.get(i):o}}function Dr(t,n){return function(e){return t(e.responseText,n)}}function Or(){return my||(wy(Fr),my=by.now()+xy)}function Fr(){my=0}function Ir(){this._call=this._time=this._next=null}function Yr(t,n,e){var r=new Ir;return r.restart(t,n,e),r}function Br(){Or(),++dy;for(var t,n=G_;n;)(t=my-n._time)>=0&&n._call.call(null,t),n=n._next;--dy}function jr(t){my=(gy=t||by.now())+xy,dy=vy=0;try{Br()}finally{dy=0,Xr(),my=0}}function Hr(){var t=by.now(),n=t-gy;n>yy&&(xy-=n,gy=t)}function Xr(){for(var t,n,e=G_,r=1/0;e;)e._call?(r>e._time&&(r=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:G_=n);J_=t,Vr(r)}function Vr(t){if(!dy){vy&&(vy=clearTimeout(vy));var n=t-my;n>24?(t<1/0&&(vy=setTimeout(jr,n)),_y&&(_y=clearInterval(_y))):(_y||(_y=setInterval(Hr,yy)),dy=1,wy(jr))}}function Wr(t,n,e){var r=new Ir;return n=null==n?0:+n,r.restart(function(e){r.stop(),t(e+n)},n,e),r}function $r(t,n,e){var r=new Ir,i=n;return null==n?(r.restart(t,n,e),r):(n=+n,e=null==e?Or():+e,r.restart(function o(u){u+=i,r.restart(o,i+=n,e),t(u)},n,e),r)}function Zr(t,n,e,r){function i(n){return t(n=new Date(+n)),n}return i.floor=i,i.ceil=function(e){return t(e=new Date(e-1)),n(e,1),t(e),e},i.round=function(t){var n=i(t),e=i.ceil(t);return t-n0))return u;do u.push(new Date(+e));while(n(e,o),t(e),e=0;)for(;n(t,1),!e(t););})},e&&(i.count=function(n,r){return My.setTime(+n),Ty.setTime(+r),t(My),t(Ty),Math.floor(e(My,Ty))},i.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?i.filter(r?function(n){return r(n)%t===0}:function(n){return i.count(0,n)%t===0}):i:null}),i}function Gr(t){return Zr(function(n){n.setDate(n.getDate()-(n.getDay()+7-t)%7),n.setHours(0,0,0,0)},function(t,n){t.setDate(t.getDate()+7*n)},function(t,n){return(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*Ay)/zy})}function Jr(t){return Zr(function(n){n.setUTCDate(n.getUTCDate()-(n.getUTCDay()+7-t)%7),n.setUTCHours(0,0,0,0)},function(t,n){t.setUTCDate(t.getUTCDate()+7*n)},function(t,n){return(n-t)/zy})}function Qr(t,n){if((e=(t=n?t.toExponential(n-1):t.toExponential()).indexOf("e"))<0)return null;var e,r=t.slice(0,e);return[r.length>1?r[0]+r.slice(2):r,+t.slice(e+1)]}function Kr(t){return t=Qr(Math.abs(t)),t?t[1]:NaN}function ti(t,n){return function(e,r){for(var i=e.length,o=[],u=0,a=t[0],c=0;i>0&&a>0&&(c+a+1>r&&(a=Math.max(1,r-c)),o.push(e.substring(i-=a,i+a)),!((c+=a+1)>r));)a=t[u=(u+1)%t.length];return o.reverse().join(n)}}function ni(t,n){t=t.toPrecision(n);t:for(var e,r=t.length,i=1,o=-1;i0&&(o=0)}return o>0?t.slice(0,o)+t.slice(e+1):t}function ei(t,n){var e=Qr(t,n);if(!e)return t+"";var r=e[0],i=e[1],o=i-(Ng=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,u=r.length;return o===u?r:o>u?r+new Array(o-u+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+Qr(t,Math.max(0,n+o-1))[0]}function ri(t,n){var e=Qr(t,n);if(!e)return t+"";var r=e[0],i=e[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}function ii(t){return new oi(t)}function oi(t){if(!(n=Cg.exec(t)))throw new Error("invalid format: "+t);var n,e=n[1]||" ",r=n[2]||">",i=n[3]||"-",o=n[4]||"",u=!!n[5],a=n[6]&&+n[6],c=!!n[7],s=n[8]&&+n[8].slice(1),f=n[9]||"";"n"===f?(c=!0,f="g"):Eg[f]||(f=""),(u||"0"===e&&"="===r)&&(u=!0,e="0",r="="),this.fill=e,this.align=r,this.sign=i,this.symbol=o,this.zero=u,this.width=a,this.comma=c,this.precision=s,this.type=f}function ui(t){return t}function ai(t){function n(t){function n(t){var n,i,c,g=d,m=v;if("c"===p)m=_(t)+m,t="";else{t=+t;var x=(t<0||1/t<0)&&(t*=-1,!0);if(t=_(t,h),x)for(n=-1,i=t.length,x=!1;++nc||c>57){m=(46===c?o+t.slice(n+1):t.slice(n))+m,t=t.slice(0,n);break}}l&&!s&&(t=r(t,1/0));var b=g.length+t.length+m.length,w=b>1)+g+t+m+w.slice(b)}return w+g+t+m}t=ii(t);var e=t.fill,u=t.align,a=t.sign,c=t.symbol,s=t.zero,f=t.width,l=t.comma,h=t.precision,p=t.type,d="$"===c?i[0]:"#"===c&&/[boxX]/.test(p)?"0"+p.toLowerCase():"",v="$"===c?i[1]:/[%p]/.test(p)?"%":"",_=Eg[p],y=!p||/[defgprs%]/.test(p);return h=null==h?p?6:12:/[gprs]/.test(p)?Math.max(1,Math.min(21,h)):Math.max(0,Math.min(20,h)),n.toString=function(){return t+""},n}function e(t,e){var r=n((t=ii(t),t.type="f",t)),i=3*Math.max(-8,Math.min(8,Math.floor(Kr(e)/3))),o=Math.pow(10,-i),u=Pg[8+i/3];return function(t){return r(o*t)+u}}var r=t.grouping&&t.thousands?ti(t.grouping,t.thousands):ui,i=t.currency,o=t.decimal;return{format:n,formatPrefix:e}}function ci(n){return zg=ai(n),t.format=zg.format,t.formatPrefix=zg.formatPrefix,zg}function si(t){return Math.max(0,-Kr(Math.abs(t)))}function fi(t,n){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Kr(n)/3)))-Kr(Math.abs(t)))}function li(t,n){return t=Math.abs(t),n=Math.abs(n)-t,Math.max(0,Kr(n)-Kr(t))+1}function hi(t){if(0<=t.y&&t.y<100){var n=new Date(-1,t.m,t.d,t.H,t.M,t.S,t.L);return n.setFullYear(t.y),n}return new Date(t.y,t.m,t.d,t.H,t.M,t.S,t.L)}function pi(t){if(0<=t.y&&t.y<100){var n=new Date(Date.UTC(-1,t.m,t.d,t.H,t.M,t.S,t.L));return n.setUTCFullYear(t.y),n}return new Date(Date.UTC(t.y,t.m,t.d,t.H,t.M,t.S,t.L))}function di(t){return{y:t,m:0,d:1,H:0,M:0,S:0,L:0}}function vi(t){function n(t,n){return function(e){var r,i,o,u=[],a=-1,c=0,s=t.length;for(e instanceof Date||(e=new Date(+e));++a=c)return-1;if(i=n.charCodeAt(u++),37===i){if(i=n.charAt(u++),o=B[i in Lg?n.charAt(u++):i],!o||(r=o(t,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}function i(t,n,e){var r=C.exec(n.slice(e));return r?(t.p=z[r[0].toLowerCase()],e+r[0].length):-1}function o(t,n,e){var r=L.exec(n.slice(e));return r?(t.w=R[r[0].toLowerCase()],e+r[0].length):-1}function u(t,n,e){var r=P.exec(n.slice(e));return r?(t.w=q[r[0].toLowerCase()],e+r[0].length):-1}function a(t,n,e){var r=O.exec(n.slice(e));return r?(t.m=F[r[0].toLowerCase()],e+r[0].length):-1}function c(t,n,e){var r=U.exec(n.slice(e));return r?(t.m=D[r[0].toLowerCase()],e+r[0].length):-1}function s(t,n,e){return r(t,w,n,e)}function f(t,n,e){return r(t,M,n,e)}function l(t,n,e){return r(t,T,n,e)}function h(t){return N[t.getDay()]}function p(t){return S[t.getDay()]}function d(t){return E[t.getMonth()]}function v(t){return A[t.getMonth()]}function _(t){return k[+(t.getHours()>=12)]}function y(t){return N[t.getUTCDay()]}function g(t){return S[t.getUTCDay()]}function m(t){return E[t.getUTCMonth()]}function x(t){return A[t.getUTCMonth()]}function b(t){return k[+(t.getUTCHours()>=12)]}var w=t.dateTime,M=t.date,T=t.time,k=t.periods,S=t.days,N=t.shortDays,A=t.months,E=t.shortMonths,C=gi(k),z=mi(k),P=gi(S),q=mi(S),L=gi(N),R=mi(N),U=gi(A),D=mi(A),O=gi(E),F=mi(E),I={a:h,A:p,b:d,B:v,c:null,d:Li,e:Li,H:Ri,I:Ui,j:Di,L:Oi,m:Fi,M:Ii,p:_,S:Yi,U:Bi,w:ji,W:Hi,x:null,X:null,y:Xi,Y:Vi,Z:Wi,"%":co},Y={a:y,A:g,b:m,B:x,c:null,d:$i,e:$i,H:Zi,I:Gi,j:Ji,L:Qi,m:Ki,M:to,p:b,S:no,U:eo,w:ro,W:io,x:null,X:null,y:oo,Y:uo,Z:ao,"%":co},B={a:o,A:u,b:a,B:c,c:s,d:Ni,e:Ni,H:Ei,I:Ei,j:Ai,L:Pi,m:Si,M:Ci,p:i,S:zi,U:bi,w:xi,W:wi,x:f,X:l,y:Ti,Y:Mi,Z:ki,"%":qi};return I.x=n(M,I),I.X=n(T,I),I.c=n(w,I),Y.x=n(M,Y),Y.X=n(T,Y),Y.c=n(w,Y),{format:function(t){var e=n(t+="",I);return e.toString=function(){return t},e},parse:function(t){var n=e(t+="",hi);return n.toString=function(){return t},n},utcFormat:function(t){var e=n(t+="",Y);return e.toString=function(){return t},e},utcParse:function(t){var n=e(t,pi);return n.toString=function(){return t},n}}}function _i(t,n,e){var r=t<0?"-":"",i=(r?-t:t)+"",o=i.length;return r+(o68?1900:2e3),e+r[0].length):-1}function ki(t,n,e){var r=/^(Z)|([+-]\d\d)(?:\:?(\d\d))?/.exec(n.slice(e,e+6));return r?(t.Z=r[1]?0:-(r[2]+(r[3]||"00")),e+r[0].length):-1}function Si(t,n,e){var r=Rg.exec(n.slice(e,e+2));return r?(t.m=r[0]-1,e+r[0].length):-1}function Ni(t,n,e){var r=Rg.exec(n.slice(e,e+2));return r?(t.d=+r[0],e+r[0].length):-1}function Ai(t,n,e){var r=Rg.exec(n.slice(e,e+3));return r?(t.m=0,t.d=+r[0],e+r[0].length):-1}function Ei(t,n,e){var r=Rg.exec(n.slice(e,e+2));return r?(t.H=+r[0],e+r[0].length):-1}function Ci(t,n,e){var r=Rg.exec(n.slice(e,e+2));return r?(t.M=+r[0],e+r[0].length):-1}function zi(t,n,e){var r=Rg.exec(n.slice(e,e+2));return r?(t.S=+r[0],e+r[0].length):-1}function Pi(t,n,e){var r=Rg.exec(n.slice(e,e+3));return r?(t.L=+r[0],e+r[0].length):-1}function qi(t,n,e){var r=Ug.exec(n.slice(e,e+1));return r?e+r[0].length:-1}function Li(t,n){return _i(t.getDate(),n,2)}function Ri(t,n){return _i(t.getHours(),n,2)}function Ui(t,n){return _i(t.getHours()%12||12,n,2)}function Di(t,n){return _i(1+Oy.count(eg(t),t),n,3)}function Oi(t,n){return _i(t.getMilliseconds(),n,3)}function Fi(t,n){return _i(t.getMonth()+1,n,2)}function Ii(t,n){return _i(t.getMinutes(),n,2)}function Yi(t,n){return _i(t.getSeconds(),n,2)}function Bi(t,n){return _i(Iy.count(eg(t),t),n,2)}function ji(t){return t.getDay()}function Hi(t,n){return _i(Yy.count(eg(t),t),n,2)}function Xi(t,n){return _i(t.getFullYear()%100,n,2)}function Vi(t,n){return _i(t.getFullYear()%1e4,n,4)}function Wi(t){var n=t.getTimezoneOffset();return(n>0?"-":(n*=-1,"+"))+_i(n/60|0,"0",2)+_i(n%60,"0",2)}function $i(t,n){return _i(t.getUTCDate(),n,2)}function Zi(t,n){return _i(t.getUTCHours(),n,2)}function Gi(t,n){return _i(t.getUTCHours()%12||12,n,2)}function Ji(t,n){return _i(1+cg.count(Sg(t),t),n,3)}function Qi(t,n){return _i(t.getUTCMilliseconds(),n,3)}function Ki(t,n){return _i(t.getUTCMonth()+1,n,2)}function to(t,n){return _i(t.getUTCMinutes(),n,2)}function no(t,n){return _i(t.getUTCSeconds(),n,2)}function eo(t,n){return _i(fg.count(Sg(t),t),n,2)}function ro(t){return t.getUTCDay()}function io(t,n){return _i(lg.count(Sg(t),t),n,2)}function oo(t,n){return _i(t.getUTCFullYear()%100,n,2)}function uo(t,n){return _i(t.getUTCFullYear()%1e4,n,4)}function ao(){return"+0000"}function co(){return"%"}function so(n){return qg=vi(n),t.timeFormat=qg.format,t.timeParse=qg.parse,t.utcFormat=qg.utcFormat,t.utcParse=qg.utcParse,qg}function fo(t){return t.toISOString()}function lo(t){var n=new Date(t);return isNaN(n)?null:n}function ho(t){function n(n){var o=n+"",u=e.get(o);if(!u){if(i!==Hg)return i;e.set(o,u=r.push(n))}return t[(u-1)%t.length]}var e=q(),r=[],i=Hg;return t=null==t?[]:jg.call(t),n.domain=function(t){if(!arguments.length)return r.slice();r=[],e=q();for(var i,o,u=-1,a=t.length;++u=e?1:r(t)}}}function bo(t){return function(n,e){var r=t(n=+n,e=+e);return function(t){return t<=0?n:t>=1?e:r(t)}}}function wo(t,n,e,r){var i=t[0],o=t[1],u=n[0],a=n[1];return o2?Mo:wo,o=u=null,r}function r(n){return(o||(o=i(a,c,f?xo(t):t,s)))(+n)}var i,o,u,a=Xg,c=Xg,s=cr,f=!1;return r.invert=function(t){return(u||(u=i(c,a,mo,f?bo(n):n)))(+t)},r.domain=function(t){return arguments.length?(a=Bg.call(t,go),e()):a.slice()},r.range=function(t){return arguments.length?(c=jg.call(t),e()):c.slice()},r.rangeRound=function(t){return c=jg.call(t),s=sr,e()},r.clamp=function(t){return arguments.length?(f=!!t,e()):f},r.interpolate=function(t){return arguments.length?(s=t,e()):s},e()}function So(n,e,r){var i,o=n[0],u=n[n.length-1],a=p(o,u,null==e?10:e);switch(r=ii(null==r?",f":r),r.type){case"s":var c=Math.max(Math.abs(o),Math.abs(u));return null!=r.precision||isNaN(i=fi(a,c))||(r.precision=i),t.formatPrefix(r,c);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=li(a,Math.max(Math.abs(o),Math.abs(u))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=si(a))||(r.precision=i-2*("%"===r.type))}return t.format(r)}function No(t){var n=t.domain;return t.ticks=function(t){var e=n();return h(e[0],e[e.length-1],null==t?10:t)},t.tickFormat=function(t,e){return So(n(),t,e)},t.nice=function(e){var r=n(),i=r.length-1,o=null==e?10:e,u=r[0],a=r[i],c=p(u,a,o);return c&&(c=p(Math.floor(u/c)*c,Math.ceil(a/c)*c,o),r[0]=Math.floor(u/c)*c,r[i]=Math.ceil(a/c)*c,n(r)),t},t}function Ao(){var t=ko(mo,rr);return t.copy=function(){return To(t,Ao())},No(t)}function Eo(){function t(t){return+t}var n=[0,1];return t.invert=t,t.domain=t.range=function(e){return arguments.length?(n=Bg.call(e,go),t):n.slice()},t.copy=function(){return Eo().domain(n)},No(t)}function Co(t,n){t=t.slice();var e,r=0,i=t.length-1,o=t[r],u=t[i];return u0){for(;pc)break;_.push(l)}}else for(;p=1;--f)if(l=s*f,!(lc)break;_.push(l)}}else _=h(p,d,Math.min(d-p,v)).map(u);return n?_.reverse():_},e.tickFormat=function(n,r){if(null==r&&(r=10===i?".0e":","),"function"!=typeof r&&(r=t.format(r)),n===1/0)return r;null==n&&(n=10);var a=Math.max(1,i*n/e.ticks().length);return function(t){var n=t/u(Math.round(o(t)));return n*i0?o[n-1]:r[0],n=i?[o[i-1],r]:[o[n-1],o[n]]},t.copy=function(){return Bo().domain([e,r]).range(u)},No(t)}function jo(){function t(t){if(t<=t)return e[Cd(n,t,0,r)]}var n=[.5],e=[0,1],r=1;return t.domain=function(i){return arguments.length?(n=jg.call(i),r=Math.min(n.length,e.length-1),t):n.slice()},t.range=function(i){return arguments.length?(e=jg.call(i),r=Math.min(n.length,e.length-1),t):e.slice()},t.invertExtent=function(t){var r=e.indexOf(t);return[n[r-1],n[r]]},t.copy=function(){return jo().domain(n).range(e)},t}function Ho(t){return new Date(t)}function Xo(t){return t instanceof Date?+t:+new Date(+t)}function Vo(t,n,r,i,o,u,a,c,s){function f(e){return(a(e)1)&&(t-=Math.floor(t));var n=Math.abs(t-.5);return um.h=360*t-100,um.s=1.5-1.5*n,um.l=.8-.9*n,um+""}function Jo(t){var n=t.length;return function(e){return t[Math.max(0,Math.min(n-1,Math.floor(e*n)))]}}function Qo(t){function n(n){var o=(n-e)/(r-e);return t(i?Math.max(0,Math.min(1,o)):o)}var e=0,r=1,i=!1;return n.domain=function(t){return arguments.length?(e=+t[0],r=+t[1],n):[e,r]},n.clamp=function(t){return arguments.length?(i=!!t,n):i},n.interpolator=function(e){return arguments.length?(t=e,n):t},n.copy=function(){return Qo(t).domain([e,r]).clamp(i)},No(n)}function Ko(t){var n=t+="",e=n.indexOf(":");return e>=0&&"xmlns"!==(n=t.slice(0,e))&&(t=t.slice(e+1)),hm.hasOwnProperty(n)?{space:hm[n],local:t}:t}function tu(t){return function(){var n=this.ownerDocument,e=this.namespaceURI;return e===lm&&n.documentElement.namespaceURI===lm?n.createElement(t):n.createElementNS(e,t)}}function nu(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}function eu(t){var n=Ko(t);return(n.local?nu:tu)(n)}function ru(){return new iu}function iu(){this._="@"+(++pm).toString(36)}function ou(t,n,e){return t=uu(t,n,e),function(n){var e=n.relatedTarget;e&&(e===this||8&e.compareDocumentPosition(this))||t.call(this,n)}}function uu(n,e,r){return function(i){var o=t.event;t.event=i;try{n.call(this,this.__data__,e,r)}finally{t.event=o}}}function au(t){return t.trim().split(/^|\s+/).map(function(t){var n="",e=t.indexOf(".");return e>=0&&(n=t.slice(e+1),t=t.slice(0,e)), +{type:t,name:n}})}function cu(t){return function(){var n=this.__on;if(n){for(var e,r=0,i=-1,o=n.length;r=b&&(b=x+1);!(m=_[b])&&++b=0;)(r=i[o])&&(u&&u!==r.nextSibling&&u.parentNode.insertBefore(r,u),u=r);return this}function Pu(t){function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}t||(t=qu);for(var e=this._groups,r=e.length,i=new Array(r),o=0;on?1:t>=n?0:NaN}function Lu(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this}function Ru(){var t=new Array(this.size()),n=-1;return this.each(function(){t[++n]=this}),t}function Uu(){for(var t=this._groups,n=0,e=t.length;n1?this.each((null==n?$u:"function"==typeof n?Gu:Zu)(t,n,null==e?"":e)):Wu(r=this.node()).getComputedStyle(r,null).getPropertyValue(t)}function Qu(t){return function(){delete this[t]}}function Ku(t,n){return function(){this[t]=n}}function ta(t,n){return function(){var e=n.apply(this,arguments);null==e?delete this[t]:this[t]=e}}function na(t,n){return arguments.length>1?this.each((null==n?Qu:"function"==typeof n?ta:Ku)(t,n)):this.node()[t]}function ea(t){return t.trim().split(/^|\s+/)}function ra(t){return t.classList||new ia(t)}function ia(t){this._node=t,this._names=ea(t.getAttribute("class")||"")}function oa(t,n){for(var e=ra(t),r=-1,i=n.length;++rTm)throw new Error("too late");return e}function Ya(t,n){var e=t.__transition;if(!e||!(e=e[n])||e.state>Sm)throw new Error("too late");return e}function Ba(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("too late");return e}function ja(t,n,e){function r(t){e.state=km,e.delay<=t?i(t-e.delay):e.timer.restart(i,e.delay,e.time)}function i(r){var i,c,s,f;for(i in a)f=a[i],f.name===e.name&&(f.state===Nm?(f.state=Em,f.timer.stop(),f.on.call("interrupt",t,t.__data__,f.index,f.group),delete a[i]):+i=0&&(t=t.slice(0,n)),!t||"start"===t})}function gc(t,n,e){var r,i,o=yc(n)?Ia:Ya;return function(){var u=o(this,t),a=u.on;a!==r&&(i=(r=a).copy()).on(n,e),u.on=i}}function mc(t,n){var e=this._id;return arguments.length<2?Ba(this.node(),e).on.on(t):this.each(gc(e,t,n))}function xc(t){return function(){var n=this.parentNode;for(var e in this.__transition)if(+e!==t)return;n&&n.removeChild(this)}}function bc(){return this.on("end.remove",xc(this._id))}function wc(t){var n=this._name,e=this._id;"function"!=typeof t&&(t=_u(t));for(var r=this._groups,i=r.length,o=new Array(i),u=0;ukm&&e.name===n)return new Uc([[t]],Lm,n,+r)}return null}function Bc(t){return t}function jc(t,n,e){var r=t(e);return"translate("+(isFinite(r)?r:n(e))+",0)"}function Hc(t,n,e){var r=t(e);return"translate(0,"+(isFinite(r)?r:n(e))+")"}function Xc(t){var n=t.bandwidth()/2;return t.round()&&(n=Math.round(n)),function(e){return t(e)+n}}function Vc(){return!this.__axis}function Wc(t,n){function e(e){var s,f=null==i?n.ticks?n.ticks.apply(n,r):n.domain():i,l=null==o?n.tickFormat?n.tickFormat.apply(n,r):Bc:o,h=Math.max(u,0)+c,p=t===Um||t===Om?jc:Hc,d=n.range(),v=d[0]+.5,_=d[d.length-1]+.5,y=(n.bandwidth?Xc:Bc)(n.copy()),g=e.selection?e.selection():e,m=g.selectAll(".domain").data([null]),x=g.selectAll(".tick").data(f,n).order(),b=x.exit(),w=x.enter().append("g").attr("class","tick"),M=x.select("line"),T=x.select("text"),k=t===Um||t===Fm?-1:1,S=t===Fm||t===Dm?(s="x","y"):(s="y","x");m=m.merge(m.enter().insert("path",".tick").attr("class","domain").attr("stroke","#000")),x=x.merge(w),M=M.merge(w.append("line").attr("stroke","#000").attr(s+"2",k*u).attr(S+"1",.5).attr(S+"2",.5)),T=T.merge(w.append("text").attr("fill","#000").attr(s,k*h).attr(S,.5).attr("dy",t===Um?"0em":t===Om?"0.71em":"0.32em")),e!==g&&(m=m.transition(e),x=x.transition(e),M=M.transition(e),T=T.transition(e),b=b.transition(e).attr("opacity",Im).attr("transform",function(t){return p(y,this.parentNode.__axis||y,t)}),w.attr("opacity",Im).attr("transform",function(t){return p(this.parentNode.__axis||y,y,t)})),b.remove(),m.attr("d",t===Fm||t==Dm?"M"+k*a+","+v+"H0.5V"+_+"H"+k*a:"M"+v+","+k*a+"V0.5H"+_+"V"+k*a),x.attr("opacity",1).attr("transform",function(t){return p(y,y,t)}),M.attr(s+"2",k*u),T.attr(s,k*h).text(l),g.filter(Vc).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",t===Dm?"start":t===Fm?"end":"middle"),g.each(function(){this.__axis=y})}var r=[],i=null,o=null,u=6,a=6,c=3;return e.scale=function(t){return arguments.length?(n=t,e):n},e.ticks=function(){return r=Rm.call(arguments),e},e.tickArguments=function(t){return arguments.length?(r=null==t?[]:Rm.call(t),e):r.slice()},e.tickValues=function(t){return arguments.length?(i=null==t?null:Rm.call(t),e):i&&i.slice()},e.tickFormat=function(t){return arguments.length?(o=t,e):o},e.tickSize=function(t){return arguments.length?(u=a=+t,e):u},e.tickSizeInner=function(t){return arguments.length?(u=+t,e):u},e.tickSizeOuter=function(t){return arguments.length?(a=+t,e):a},e.tickPadding=function(t){return arguments.length?(c=+t,e):c},e}function $c(t){return Wc(Um,t)}function Zc(t){return Wc(Dm,t)}function Gc(t){return Wc(Om,t)}function Jc(t){return Wc(Fm,t)}function Qc(t,n){return t.parent===n.parent?1:2}function Kc(t){return t.reduce(ts,0)/t.length}function ts(t,n){return t+n.x}function ns(t){return 1+t.reduce(es,0)}function es(t,n){return Math.max(t,n.y)}function rs(t){for(var n;n=t.children;)t=n[0];return t}function is(t){for(var n;n=t.children;)t=n[n.length-1];return t}function os(){function t(t){var o,u=0;t.eachAfter(function(t){var e=t.children;e?(t.x=Kc(e),t.y=ns(e)):(t.x=o?u+=n(t,o):0,t.y=0,o=t)});var a=rs(t),c=is(t),s=a.x-n(a,c)/2,f=c.x+n(c,a)/2;return t.eachAfter(i?function(n){n.x=(n.x-t.x)*e,n.y=(t.y-n.y)*r}:function(n){n.x=(n.x-s)/(f-s)*e,n.y=(1-(t.y?n.y/t.y:1))*r})}var n=Qc,e=1,r=1,i=!1;return t.separation=function(e){return arguments.length?(n=e,t):n},t.size=function(n){return arguments.length?(i=!1,e=+n[0],r=+n[1],t):i?null:[e,r]},t.nodeSize=function(n){return arguments.length?(i=!0,e=+n[0],r=+n[1],t):i?[e,r]:null},t}function us(t){var n,e,r,i,o=this,u=[o];do for(n=u.reverse(),u=[];o=n.pop();)if(t(o),e=o.children)for(r=0,i=e.length;r=0;--e)i.push(n[e]);return this}function cs(t){for(var n,e,r,i=this,o=[i],u=[];i=o.pop();)if(u.push(i),n=i.children)for(e=0,r=n.length;e=0;)e+=r[i].value;n.value=e})}function fs(t){return this.eachBefore(function(n){n.children&&n.children.sort(t)})}function ls(t){for(var n=this,e=hs(n,t),r=[n];n!==e;)n=n.parent,r.push(n);for(var i=r.length;t!==e;)r.splice(i,0,t),t=t.parent;return r}function hs(t,n){if(t===n)return t;var e=t.ancestors(),r=n.ancestors(),i=null;for(t=e.pop(),n=r.pop();t===n;)i=t,t=e.pop(),n=r.pop();return i}function ps(){for(var t=this,n=[t];t=t.parent;)n.push(t);return n}function ds(){var t=[];return this.each(function(n){t.push(n)}),t}function vs(){var t=[];return this.eachBefore(function(n){n.children||t.push(n)}),t}function _s(){var t=this,n=[];return t.each(function(e){e!==t&&n.push({source:e.parent,target:e})}),n}function ys(t,n){var e,r,i,o,u,a=new ws(t),c=+t.value&&(a.value=t.value),s=[a];for(null==n&&(n=ms);e=s.pop();)if(c&&(e.value=+e.data.value),(i=n(e.data))&&(u=i.length))for(e.children=new Array(u),o=u-1;o>=0;--o)s.push(r=e.children[o]=new ws(i[o])),r.parent=e,r.depth=e.depth+1;return a.eachBefore(bs)}function gs(){return ys(this).eachBefore(xs)}function ms(t){return t.children}function xs(t){t.data=t.data.data}function bs(t){var n=0;do t.height=n;while((t=t.parent)&&t.height<++n)}function ws(t){this.data=t,this.depth=this.height=0,this.parent=null}function Ms(t){this._=t,this.next=null}function Ts(t){for(var n,e=(t=t.slice()).length,r=null,i=r;e;){var o=new Ms(t[e-1]);i=i?i.next=o:r=o,t[n]=t[--e]}return{head:r,tail:i}}function ks(t){return Ns(Ts(t),[])}function Ss(t,n){var e=n.x-t.x,r=n.y-t.y,i=t.r-n.r;return i*i+1e-6>e*e+r*r}function Ns(t,n){var e,r,i,o=null,u=t.head;switch(n.length){case 1:e=As(n[0]);break;case 2:e=Es(n[0],n[1]);break;case 3:e=Cs(n[0],n[1],n[2])}for(;u;)i=u._,r=u.next,e&&Ss(e,i)?o=u:(o?(t.tail=o,o.next=null):t.head=t.tail=null,n.push(i),e=Ns(t,n),n.pop(),t.head?(u.next=t.head,t.head=u):(u.next=null,t.head=t.tail=u),o=t.tail,o.next=r),u=r;return t.tail=o,e}function As(t){return{x:t.x,y:t.y,r:t.r}}function Es(t,n){var e=t.x,r=t.y,i=t.r,o=n.x,u=n.y,a=n.r,c=o-e,s=u-r,f=a-i,l=Math.sqrt(c*c+s*s);return{x:(e+o+c/l*f)/2,y:(r+u+s/l*f)/2,r:(l+i+a)/2}}function Cs(t,n,e){var r=t.x,i=t.y,o=t.r,u=n.x,a=n.y,c=n.r,s=e.x,f=e.y,l=e.r,h=2*(r-u),p=2*(i-a),d=2*(c-o),v=r*r+i*i-o*o-u*u-a*a+c*c,_=2*(r-s),y=2*(i-f),g=2*(l-o),m=r*r+i*i-o*o-s*s-f*f+l*l,x=_*p-h*y,b=(p*m-y*v)/x-r,w=(y*d-p*g)/x,M=(_*v-h*m)/x-i,T=(h*g-_*d)/x,k=w*w+T*T-1,S=2*(b*w+M*T+o),N=b*b+M*M-o*o,A=(-S-Math.sqrt(S*S-4*k*N))/(2*k);return{x:b+w*A+r,y:M+T*A+i,r:A}}function zs(t,n,e){var r=t.x,i=t.y,o=n.r+e.r,u=t.r+e.r,a=n.x-r,c=n.y-i,s=a*a+c*c;if(s){var f=.5+((u*=u)-(o*=o))/(2*s),l=Math.sqrt(Math.max(0,2*o*(u+s)-(u-=s)*u-o*o))/(2*s);e.x=r+f*a+l*c,e.y=i+f*c-l*a}else e.x=r+u,e.y=i}function Ps(t,n){var e=n.x-t.x,r=n.y-t.y,i=t.r+n.r;return i*i>e*e+r*r}function qs(t,n,e){var r=t.x-n,i=t.y-e;return r*r+i*i}function Ls(t){this._=t,this.next=null,this.previous=null}function Rs(t){if(!(i=t.length))return 0;var n,e,r,i;if(n=t[0],n.x=0,n.y=0,!(i>1))return n.r;if(e=t[1],n.x=-e.r,e.x=n.r,e.y=0,!(i>2))return n.r+e.r;zs(e,n,r=t[2]);var o,u,a,c,s,f,l,h=n.r*n.r,p=e.r*e.r,d=r.r*r.r,v=h+p+d,_=h*n.x+p*e.x+d*r.x,y=h*n.y+p*e.y+d*r.y;n=new Ls(n),e=new Ls(e),r=new Ls(r),n.next=r.previous=e,e.next=n.previous=r,r.next=e.previous=n;t:for(a=3;a0)throw new Error("cycle");return o}var n=Zs,e=Gs;return t.id=function(e){return arguments.length?(n=Os(e),t):n},t.parentId=function(n){return arguments.length?(e=Os(n),t):e},t}function Qs(t,n){return t.parent===n.parent?1:2}function Ks(t){var n=t.children;return n?n[0]:t.t}function tf(t){var n=t.children;return n?n[n.length-1]:t.t}function nf(t,n,e){var r=e/(n.i-t.i);n.c-=r,n.s+=e,t.c+=r,n.z+=e,n.m+=e}function ef(t){for(var n,e=0,r=0,i=t.children,o=i.length;--o>=0;)n=i[o],n.z+=e,n.m+=e,e+=n.s+(r+=n.c)}function rf(t,n,e){return t.a.parent===n.parent?t.a:e}function of(t,n){this._=t,this.parent=null,this.children=null,this.A=null,this.a=this,this.z=0,this.m=0,this.c=0,this.s=0,this.t=null,this.i=n}function uf(t){for(var n,e,r,i,o,u=new of(t,0),a=[u];n=a.pop();)if(r=n._.children)for(n.children=new Array(o=r.length),i=o-1;i>=0;--i)a.push(e=n.children[i]=new of(r[i],i)),e.parent=n;return(u.parent=new of(null,0)).children=[u],u}function af(){function t(t){var r=uf(t);if(r.eachAfter(n),r.parent.m=-r.z,r.eachBefore(e),c)t.eachBefore(i);else{var s=t,f=t,l=t;t.eachBefore(function(t){t.xf.x&&(f=t),t.depth>l.depth&&(l=t)});var h=s===f?1:o(s,f)/2,p=h-s.x,d=u/(f.x+h+p),v=a/(l.depth||1);t.eachBefore(function(t){t.x=(t.x+p)*d,t.y=t.depth*v})}return t}function n(t){var n=t.children,e=t.parent.children,i=t.i?e[t.i-1]:null;if(n){ef(t);var u=(n[0].z+n[n.length-1].z)/2;i?(t.z=i.z+o(t._,i._),t.m=t.z-u):t.z=u}else i&&(t.z=i.z+o(t._,i._));t.parent.A=r(t,i,t.parent.A||e[0])}function e(t){t._.x=t.z+t.parent.m,t.m+=t.parent.m}function r(t,n,e){if(n){for(var r,i=t,u=t,a=n,c=i.parent.children[0],s=i.m,f=u.m,l=a.m,h=c.m;a=tf(a),i=Ks(i),a&&i;)c=Ks(c),u=tf(u),u.a=t,r=a.z+l-i.z-s+o(a._,i._),r>0&&(nf(rf(a,t,e),t,r),s+=r,f+=r),l+=a.m,s+=i.m,h+=c.m,f+=u.m;a&&!tf(u)&&(u.t=a,u.m+=l-f),i&&!Ks(c)&&(c.t=i,c.m+=s-h,e=t)}return e}function i(t){t.x*=u,t.y=t.depth*a}var o=Qs,u=1,a=1,c=null;return t.separation=function(n){return arguments.length?(o=n,t):o},t.size=function(n){return arguments.length?(c=!1,u=+n[0],a=+n[1],t):c?null:[u,a]},t.nodeSize=function(n){return arguments.length?(c=!0,u=+n[0],a=+n[1],t):c?[u,a]:null},t}function cf(t,n,e,r,i){for(var o,u=t.children,a=-1,c=u.length,s=t.value&&(i-e)/t.value;++ap&&(p=a),y=l*l*_,d=Math.max(p/y,y/h),d>v){l-=a;break}v=d}g.push(u={value:l,dice:s=n-1){var s=c[t];return s.x0=r,s.y0=i,s.x1=u,s.y1=a,void 0}for(var l=f[t],h=e/2+l,p=t+1,d=n-1;p>>1;f[v]u-r){var g=(i*y+a*_)/e;o(t,p,_,r,i,u,g),o(p,n,y,r,g,u,a)}else{var m=(r*y+u*_)/e;o(t,p,_,r,i,m,a),o(p,n,y,m,i,u,a)}}var u,a,c=t.children,s=c.length,f=new Array(s+1);for(f[0]=a=u=0;us+d||if+d||un){var v=s-a.x-a.vx,_=f-a.y-a.vy,y=v*v+_*_;yt.r&&(t.r=t[n].r)}var r,i,o=1,u=1;return"function"!=typeof t&&(t=df(null==t?1:+t)),n.initialize=function(n){var e,o=(r=n).length;for(i=new Array(o),e=0;e1?(null==n?l.remove(t):l.set(t,i(n)),o):l.get(t)},find:function(n,e,r){var i,o,u,a,c,s=0,f=t.length;for(null==r?r=1/0:r*=r,s=0;s1?(p.on(t,n),o):p.on(t)}}}function Tf(){function t(t){var n,a=i.length,c=jt(i,bf,wf).visitAfter(e);for(u=t,n=0;n=f)){(t.data!==o||t.next)&&(0===i&&(i=vf(),p+=i*i),0===c&&(c=vf(),p+=c*c),p0)){if(o/=d,d<0){if(o0){if(o>p)return;o>h&&(h=o)}if(o=r-c,d||!(o<0)){if(o/=d,d<0){if(o>p)return;o>h&&(h=o)}else if(d>0){if(o0)){if(o/=v,v<0){if(o0){if(o>p)return;o>h&&(h=o)}if(o=i-s,v||!(o<0)){if(o/=v,v<0){if(o>p)return;o>h&&(h=o)}else if(v>0){if(o0||p<1)||(h>0&&(t[0]=[c+h*d,s+h*v]),p<1&&(t[1]=[c+p*d,s+p*v]),!0)}}}}}function Zf(t,n,e,r,i){var o=t[1];if(o)return!0;var u,a,c=t[0],s=t.left,f=t.right,l=s[0],h=s[1],p=f[0],d=f[1],v=(l+p)/2,_=(h+d)/2;if(d===h){if(v=r)return;if(l>p){if(c){if(c[1]>=i)return}else c=[v,e];o=[v,i]}else{if(c){if(c[1]1)if(l>p){if(c){if(c[1]>=i)return}else c=[(e-a)/u,e];o=[(i-a)/u,i]}else{if(c){if(c[1]=r)return}else c=[n,u*n+a];o=[r,u*r+a]}else{if(c){if(c[0]ex||Math.abs(i[0][1]-i[1][1])>ex)||delete Km[o]}function Jf(t){return Jm[t.index]={site:t,halfedges:[]}}function Qf(t,n){var e=t.site,r=n.left,i=n.right;return e===i&&(i=r,r=e),i?Math.atan2(i[1]-r[1],i[0]-r[0]):(e===r?(r=n[1],i=n[0]):(r=n[0],i=n[1]),Math.atan2(r[0]-i[0],i[1]-r[1]))}function Kf(t,n){return n[+(n.left!==t.site)]}function tl(t,n){return n[+(n.left===t.site)]}function nl(){for(var t,n,e,r,i=0,o=Jm.length;iex||Math.abs(v-h)>ex)&&(c.splice(a,0,Km.push(Vf(u,p,Math.abs(d-t)ex?[t,Math.abs(l-t)ex?[Math.abs(h-r)ex?[e,Math.abs(l-e)ex?[Math.abs(h-n)=-rx)){var p=c*c+s*s,d=f*f+l*l,v=(l*p-s*d)/h,_=(c*d-f*p)/h,y=tx.pop()||new rl;y.arc=t,y.site=i,y.x=v+u,y.y=(y.cy=_+a)+Math.sqrt(v*v+_*_),t.circle=y;for(var g=null,m=Qm._;m;)if(y.yex)a=a.L;else{if(i=o-hl(a,u),!(i>ex)){r>-ex?(n=a.P,e=a):i>-ex?(n=a,e=a.N):n=e=a;break}if(!a.R){n=a;break}a=a.R}Jf(t);var c=al(t);if(Gm.insert(n,c),n||e){if(n===e)return ol(n),e=al(n.site),Gm.insert(c,e),c.edge=e.edge=Xf(n.site,c.site),il(n),void il(e);if(!e)return void(c.edge=Xf(n.site,c.site));ol(n),ol(e);var s=n.site,f=s[0],l=s[1],h=t[0]-f,p=t[1]-l,d=e.site,v=d[0]-f,_=d[1]-l,y=2*(h*_-p*v),g=h*h+p*p,m=v*v+_*_,x=[(_*g-p*m)/y+f,(h*m-v*g)/y+l];Wf(e.edge,s,d,x),c.edge=Xf(s,t,null,x),e.edge=Xf(t,d,null,x),il(n),il(e)}}function ll(t,n){var e=t.site,r=e[0],i=e[1],o=i-n;if(!o)return r;var u=t.P;if(!u)return-(1/0);e=u.site;var a=e[0],c=e[1],s=c-n;if(!s)return a;var f=a-r,l=1/o-1/s,h=f/s;return l?(-h+Math.sqrt(h*h-2*l*(f*f/(-2*s)-c+s/2+i-o/2)))/l+r:(r+a)/2}function hl(t,n){var e=t.N;if(e)return ll(e,n);var r=t.site;return r[1]===n?r[0]:1/0}function pl(t,n,e){return(t[0]-e[0])*(n[1]-t[1])-(t[0]-n[0])*(e[1]-t[1])}function dl(t,n){return n[1]-t[1]||n[0]-t[0]}function vl(t,n){var e,r,i,o=t.sort(dl).pop();for(Km=[],Jm=new Array(t.length),Gm=new If,Qm=new If;;)if(i=Zm,o&&(!i||o[1]0?Ra(this).transition().duration(k).call(u,f,a):Ra(this).call(n.transform,f)}}function h(){if(y.apply(this,arguments)){var n,e,r,i=a(this,arguments),o=t.event.changedTouches,u=o.length;for(bl(),n=0;nMath.abs(t[1]-O[1])?M=!0:w=!0),O=t,b=!0,Cl(),o()}function o(){var t;switch(m=O[0]-D[0],x=O[1]-D[1],S){case ux:case ox:N&&(m=Math.max(P-l,Math.min(L-v,m)),h=l+m,_=v+m),A&&(x=Math.max(q-p,Math.min(R-y,x)),d=p+x,g=y+x);break;case ax:N<0?(m=Math.max(P-l,Math.min(L-l,m)),h=l+m,_=v):N>0&&(m=Math.max(P-v,Math.min(L-v,m)),h=l,_=v+m),A<0?(x=Math.max(q-p,Math.min(R-p,x)),d=p+x,g=y):A>0&&(x=Math.max(q-y,Math.min(R-y,x)),d=p,g=y+x);break;case cx:N&&(h=Math.max(P,Math.min(L,l-m*N)),_=Math.max(P,Math.min(L,v+m*N))),A&&(d=Math.max(q,Math.min(R,p-x*A)),g=Math.max(q,Math.min(R,y+x*A)))}_0&&(l=h-m),A<0?y=g-x:A>0&&(p=d-x),S=ux,Y.attr("cursor",hx.selection),o());break;default:return}Cl()}function s(){switch(t.event.keyCode){case 16:U&&(w=M=U=!1,o());break;case 18:S===cx&&(N<0?v=_:N>0&&(l=h),A<0?y=g:A>0&&(p=d),S=ax,o());break;case 32:S===ux&&(t.event.altKey?(N&&(v=_-m*N,l=h+m*N),A&&(y=g-x*A,p=d+x*A),S=cx):(N<0?v=_:N>0&&(l=h),A<0?y=g:A>0&&(p=d),S=ax),Y.attr("cursor",hx[k]),o());break;default:return}Cl()}if(t.event.touches){if(t.event.changedTouches.length1?0:t<-1?ib:Math.acos(t)}function th(t){return t>1?ob:t<-1?-ob:Math.asin(t)}function nh(t){return(t=gb(t/2))*t}function eh(){}function rh(t,n){t&&Mb.hasOwnProperty(t.type)&&Mb[t.type](t,n)}function ih(t,n,e){var r,i=-1,o=t.length-e;for(n.lineStart();++i=0?1:-1,i=r*e,o=pb(n),u=gb(n),a=Ax*u,c=Nx*o+a*pb(i),s=a*r*gb(i);Tb.add(hb(s,c)),Sx=t,Nx=o,Ax=u}function lh(t){return kb.reset(),uh(t,Sb),2*kb}function hh(t){return[hb(t[1],t[0]),th(t[2])]}function ph(t){var n=t[0],e=t[1],r=pb(e);return[r*pb(n),r*gb(n),gb(e)]}function dh(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]}function vh(t,n){return[t[1]*n[2]-t[2]*n[1],t[2]*n[0]-t[0]*n[2],t[0]*n[1]-t[1]*n[0]]}function _h(t,n){t[0]+=n[0],t[1]+=n[1],t[2]+=n[2]}function yh(t,n){return[t[0]*n,t[1]*n,t[2]*n]}function gh(t){var n=xb(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=n,t[1]/=n,t[2]/=n}function mh(t,n){Dx.push(Ox=[Ex=t,zx=t]),nPx&&(Px=n)}function xh(t,n){var e=ph([t*sb,n*sb]);if(Ux){var r=vh(Ux,e),i=[r[1],-r[0],0],o=vh(i,r);gh(o),o=hh(o);var u,a=t-qx,c=a>0?1:-1,s=o[0]*cb*c,f=fb(a)>180;f^(c*qxPx&&(Px=u)):(s=(s+360)%360-180,f^(c*qxPx&&(Px=n))),f?tSh(Ex,zx)&&(zx=t):Sh(t,zx)>Sh(Ex,zx)&&(Ex=t):zx>=Ex?(tzx&&(zx=t)):t>qx?Sh(Ex,t)>Sh(Ex,zx)&&(zx=t):Sh(t,zx)>Sh(Ex,zx)&&(Ex=t)}else mh(t,n);Ux=e,qx=t}function bh(){Ab.point=xh}function wh(){Ox[0]=Ex,Ox[1]=zx,Ab.point=mh,Ux=null}function Mh(t,n){if(Ux){var e=t-qx;Nb.add(fb(e)>180?e+(e>0?360:-360):e)}else Lx=t,Rx=n;Sb.point(t,n),xh(t,n)}function Th(){Sb.lineStart()}function kh(){Mh(Lx,Rx),Sb.lineEnd(),fb(Nb)>eb&&(Ex=-(zx=180)),Ox[0]=Ex,Ox[1]=zx,Ux=null}function Sh(t,n){return(n-=t)<0?n+360:n}function Nh(t,n){return t[0]-n[0]}function Ah(t,n){return t[0]<=t[1]?t[0]<=n&&n<=t[1]:nSh(r[0],r[1])&&(r[1]=i[1]),Sh(i[0],r[1])>Sh(r[0],r[1])&&(r[0]=i[0])):o.push(r=i);for(u=-(1/0),e=o.length-1,n=0,r=o[e];n<=e;r=i,++n)i=o[n],(a=Sh(r[1],i[0]))>u&&(u=a,Ex=i[0],zx=r[1])}return Dx=Ox=null,Ex===1/0||Cx===1/0?[[NaN,NaN],[NaN,NaN]]:[[Ex,Cx],[zx,Px]]}function Ch(t,n){t*=sb,n*=sb;var e=pb(n);zh(e*pb(t),e*gb(t),gb(n))}function zh(t,n,e){++Fx,Yx+=(t-Yx)/Fx,Bx+=(n-Bx)/Fx,jx+=(e-jx)/Fx}function Ph(){Eb.point=qh}function qh(t,n){t*=sb,n*=sb;var e=pb(n);Qx=e*pb(t),Kx=e*gb(t),tb=gb(n),Eb.point=Lh,zh(Qx,Kx,tb)}function Lh(t,n){t*=sb,n*=sb;var e=pb(n),r=e*pb(t),i=e*gb(t),o=gb(n),u=hb(xb((u=Kx*o-tb*i)*u+(u=tb*r-Qx*o)*u+(u=Qx*i-Kx*r)*u),Qx*r+Kx*i+tb*o);Ix+=u,Hx+=u*(Qx+(Qx=r)),Xx+=u*(Kx+(Kx=i)),Vx+=u*(tb+(tb=o)),zh(Qx,Kx,tb)}function Rh(){Eb.point=Ch}function Uh(){Eb.point=Oh}function Dh(){Fh(Gx,Jx),Eb.point=Ch}function Oh(t,n){Gx=t,Jx=n,t*=sb,n*=sb,Eb.point=Fh;var e=pb(n);Qx=e*pb(t),Kx=e*gb(t),tb=gb(n),zh(Qx,Kx,tb)}function Fh(t,n){t*=sb,n*=sb;var e=pb(n),r=e*pb(t),i=e*gb(t),o=gb(n),u=Kx*o-tb*i,a=tb*r-Qx*o,c=Qx*i-Kx*r,s=xb(u*u+a*a+c*c),f=Qx*r+Kx*i+tb*o,l=s&&-Kl(f)/s,h=hb(s,f);Wx+=l*u,$x+=l*a,Zx+=l*c,Ix+=h,Hx+=h*(Qx+(Qx=r)),Xx+=h*(Kx+(Kx=i)),Vx+=h*(tb+(tb=o)),zh(Qx,Kx,tb)}function Ih(t){Fx=Ix=Yx=Bx=jx=Hx=Xx=Vx=Wx=$x=Zx=0,uh(t,Eb);var n=Wx,e=$x,r=Zx,i=n*n+e*e+r*r;return iib?t-ab:t<-ib?t+ab:t,n]}function Hh(t,n,e){return(t%=ab)?n||e?Bh(Vh(t),Wh(n,e)):Vh(t):n||e?Wh(n,e):jh}function Xh(t){return function(n,e){return n+=t,[n>ib?n-ab:n<-ib?n+ab:n,e]}}function Vh(t){var n=Xh(t);return n.invert=Xh(-t),n}function Wh(t,n){function e(t,n){var e=pb(n),a=pb(t)*e,c=gb(t)*e,s=gb(n),f=s*r+a*i;return[hb(c*o-f*u,a*r-s*i),th(f*o+c*u)]}var r=pb(t),i=gb(t),o=pb(n),u=gb(n);return e.invert=function(t,n){var e=pb(n),a=pb(t)*e,c=gb(t)*e,s=gb(n),f=s*o-c*u;return[hb(c*o+s*u,a*r+f*i),th(f*r-a*i)]},e}function $h(t){function n(n){return n=t(n[0]*sb,n[1]*sb),n[0]*=cb,n[1]*=cb,n}return t=Hh(t[0]*sb,t[1]*sb,t.length>2?t[2]*sb:0),n.invert=function(n){return n=t.invert(n[0]*sb,n[1]*sb),n[0]*=cb,n[1]*=cb,n},n}function Zh(t,n,e,r,i,o){if(e){var u=pb(n),a=gb(n),c=r*e;null==i?(i=n+r*ab,o=n-c/2):(i=Gh(u,i),o=Gh(u,o),(r>0?io)&&(i+=r*ab));for(var s,f=i;r>0?f>o:f1&&n.push(n.pop().concat(n.shift()))},result:function(){var e=n;return n=[],t=null,e}}}function Kh(t,n,e,r,i,o){var u,a=t[0],c=t[1],s=n[0],f=n[1],l=0,h=1,p=s-a,d=f-c;if(u=e-a,p||!(u>0)){if(u/=p,p<0){if(u0){if(u>h)return;u>l&&(l=u)}if(u=i-a,p||!(u<0)){if(u/=p,p<0){if(u>h)return;u>l&&(l=u)}else if(p>0){if(u0)){if(u/=d,d<0){if(u0){if(u>h)return;u>l&&(l=u)}if(u=o-c,d||!(u<0)){if(u/=d,d<0){if(u>h)return;u>l&&(l=u)}else if(d>0){if(u0&&(t[0]=a+l*p,t[1]=c+l*d),h<1&&(n[0]=a+h*p,n[1]=c+h*d),!0}}}}}function tp(t,n){return fb(t[0]-n[0])=0;--o)i.point((f=s[o])[0],f[1]);else r(h.x,h.p.x,-1,i);h=h.p}h=h.o,s=h.z,p=!p}while(!h.v);i.lineEnd()}}}function rp(t){if(n=t.length){for(var n,e,r=0,i=t[0];++r0){do s.point(0===f||3===f?t:e,f>1?r:n);while((f=(f+a+4)%4)!==l)}else s.point(o[0],o[1])}function u(r,i){return fb(r[0]-t)0?0:3:fb(r[0]-e)0?2:1:fb(r[1]-n)0?1:0:i>0?3:2}function a(t,n){return c(t.x,n.x)}function c(t,n){var e=u(t,1),r=u(n,1);return e!==r?e-r:0===e?n[1]-t[1]:1===e?t[0]-n[0]:2===e?t[1]-n[1]:n[0]-t[0]}return function(u){function c(t,n){i(t,n)&&N.point(t,n)}function s(){for(var n=0,e=0,i=_.length;er&&(l-o)*(r-u)>(h-u)*(t-o)&&++n:h<=r&&(l-o)*(r-u)<(h-u)*(t-o)&&--n;return n}function f(){N=A,v=[],_=[],S=!0}function l(){var t=s(),n=S&&t,e=(v=w(v)).length;(n||e)&&(u.polygonStart(),n&&(u.lineStart(),o(null,null,1,u),u.lineEnd()),e&&ep(v,a,t,o,u),u.polygonEnd()),N=u,v=_=y=null}function h(){E.point=d,_&&_.push(y=[]),k=!0,T=!1,b=M=NaN}function p(){v&&(d(g,m),x&&T&&A.rejoin(),v.push(A.result())),E.point=c,T&&N.lineEnd()}function d(o,u){var a=i(o,u);if(_&&y.push([o,u]),k)g=o,m=u,x=a,k=!1,a&&(N.lineStart(),N.point(o,u));else if(a&&T)N.point(o,u);else{var c=[b=Math.max(Bb,Math.min(Yb,b)),M=Math.max(Bb,Math.min(Yb,M))],s=[o=Math.max(Bb,Math.min(Yb,o)),u=Math.max(Bb,Math.min(Yb,u))];Kh(c,s,t,n,e,r)?(T||(N.lineStart(),N.point(c[0],c[1])),N.point(s[0],s[1]),a||N.lineEnd(),S=!1):a&&(N.lineStart(),N.point(o,u),S=!1)}b=o,M=u,T=a}var v,_,y,g,m,x,b,M,T,k,S,N=u,A=Qh(),E={point:c,lineStart:h,lineEnd:p,polygonStart:f,polygonEnd:l};return E}}function op(){var t,n,e,r=0,i=0,o=960,u=500;return e={stream:function(e){return t&&n===e?t:t=ip(r,i,o,u)(n=e)},extent:function(a){return arguments.length?(r=+a[0][0],i=+a[0][1],o=+a[1][0],u=+a[1][1],t=n=null,e):[[r,i],[o,u]]}}}function up(){Hb.point=cp,Hb.lineEnd=ap}function ap(){Hb.point=Hb.lineEnd=eh}function cp(t,n){t*=sb,n*=sb,Cb=t,zb=gb(n),Pb=pb(n),Hb.point=sp}function sp(t,n){t*=sb,n*=sb;var e=gb(n),r=pb(n),i=fb(t-Cb),o=pb(i),u=gb(i),a=r*u,c=Pb*e-zb*r*o,s=zb*e+Pb*r*o;jb.add(hb(xb(a*a+c*c),s)),Cb=t,zb=e,Pb=r}function fp(t){return jb.reset(),uh(t,Hb),+jb}function lp(t,n){return Xb[0]=t,Xb[1]=n,fp(Vb)}function hp(t,n,e){var r=l(t,n-eb,e).concat(n);return function(t){return r.map(function(n){return[t,n]})}}function pp(t,n,e){var r=l(t,n-eb,e).concat(n);return function(t){return r.map(function(n){return[n,t]})}}function dp(){function t(){return{type:"MultiLineString",coordinates:n()}}function n(){return l(db(o/y)*y,i,y).map(p).concat(l(db(s/g)*g,c,g).map(d)).concat(l(db(r/v)*v,e,v).filter(function(t){return fb(t%y)>eb}).map(f)).concat(l(db(a/_)*_,u,_).filter(function(t){return fb(t%g)>eb}).map(h))}var e,r,i,o,u,a,c,s,f,h,p,d,v=10,_=v,y=90,g=360,m=2.5;return t.lines=function(){return n().map(function(t){return{type:"LineString",coordinates:t}})},t.outline=function(){return{type:"Polygon",coordinates:[p(o).concat(d(c).slice(1),p(i).reverse().slice(1),d(s).reverse().slice(1))]}},t.extent=function(n){return arguments.length?t.extentMajor(n).extentMinor(n):t.extentMinor()},t.extentMajor=function(n){return arguments.length?(o=+n[0][0],i=+n[1][0],s=+n[0][1],c=+n[1][1],o>i&&(n=o,o=i,i=n),s>c&&(n=s,s=c,c=n),t.precision(m)):[[o,s],[i,c]]},t.extentMinor=function(n){return arguments.length?(r=+n[0][0],e=+n[1][0],a=+n[0][1],u=+n[1][1],r>e&&(n=r,r=e,e=n),a>u&&(n=a,a=u,u=n),t.precision(m)):[[r,a],[e,u]]},t.step=function(n){return arguments.length?t.stepMajor(n).stepMinor(n):t.stepMinor()},t.stepMajor=function(n){return arguments.length?(y=+n[0],g=+n[1],t):[y,g]},t.stepMinor=function(n){return arguments.length?(v=+n[0],_=+n[1],t):[v,_]},t.precision=function(n){return arguments.length?(m=+n,f=hp(a,u,90),h=pp(r,e,m),p=hp(s,c,90),d=pp(o,i,m),t):m},t.extentMajor([[-180,-90+eb],[180,90-eb]]).extentMinor([[-180,-80-eb],[180,80+eb]])}function vp(t,n){var e=t[0]*sb,r=t[1]*sb,i=n[0]*sb,o=n[1]*sb,u=pb(r),a=gb(r),c=pb(o),s=gb(o),f=u*pb(e),l=u*gb(e),h=c*pb(i),p=c*gb(i),d=2*th(xb(nh(o-r)+u*c*nh(i-e))),v=gb(d),_=d?function(t){var n=gb(t*=d)/v,e=gb(d-t)/v,r=e*f+n*h,i=e*l+n*p,o=e*a+n*s;return[hb(i,r)*cb,hb(o,xb(r*r+i*i))*cb]}:function(){return[e*cb,r*cb]};return _.distance=d,_}function _p(t){return t}function yp(){Zb.point=gp}function gp(t,n){Zb.point=mp,qb=Rb=t,Lb=Ub=n}function mp(t,n){$b.add(Ub*t-Rb*n),Rb=t,Ub=n}function xp(){mp(qb,Lb)}function bp(t,n){tQb&&(Qb=t),nKb&&(Kb=n)}function wp(t,n){nw+=t,ew+=n,++rw}function Mp(){fw.point=Tp}function Tp(t,n){fw.point=kp,wp(Fb=t,Ib=n)}function kp(t,n){var e=t-Fb,r=n-Ib,i=xb(e*e+r*r);iw+=i*(Fb+t)/2,ow+=i*(Ib+n)/2,uw+=i,wp(Fb=t,Ib=n)}function Sp(){fw.point=wp}function Np(){fw.point=Ep}function Ap(){Cp(Db,Ob)}function Ep(t,n){fw.point=Cp,wp(Db=Fb=t,Ob=Ib=n)}function Cp(t,n){var e=t-Fb,r=n-Ib,i=xb(e*e+r*r);iw+=i*(Fb+t)/2,ow+=i*(Ib+n)/2,uw+=i,i=Ib*t-Fb*n,aw+=i*(Fb+t),cw+=i*(Ib+n),sw+=3*i,wp(Fb=t,Ib=n)}function zp(t){function n(n,e){t.moveTo(n+u,e),t.arc(n,e,u,0,ab)}function e(n,e){t.moveTo(n,e),a.point=r}function r(n,e){t.lineTo(n,e)}function i(){a.point=n}function o(){t.closePath()}var u=4.5,a={point:n,lineStart:function(){a.point=e},lineEnd:i,polygonStart:function(){a.lineEnd=o},polygonEnd:function(){a.lineEnd=i,a.point=n},pointRadius:function(t){return u=t,a},result:eh};return a}function Pp(){function t(t,n){a.push("M",t,",",n,u)}function n(t,n){a.push("M",t,",",n),c.point=e}function e(t,n){a.push("L",t,",",n)}function r(){c.point=n}function i(){c.point=t}function o(){a.push("Z")}var u=qp(4.5),a=[],c={point:t,lineStart:r,lineEnd:i,polygonStart:function(){c.lineEnd=o},polygonEnd:function(){c.lineEnd=i,c.point=t},pointRadius:function(t){return u=qp(t),c},result:function(){if(a.length){var t=a.join("");return a=[],t}}};return c}function qp(t){return"m0,"+t+"a"+t+","+t+" 0 1,1 0,"+-2*t+"a"+t+","+t+" 0 1,1 0,"+2*t+"z"}function Lp(){function t(t){return t&&("function"==typeof o&&i.pointRadius(+o.apply(this,arguments)),uh(t,e(i))),i.result()}var n,e,r,i,o=4.5;return t.area=function(t){return uh(t,e(Zb)),Zb.result()},t.bounds=function(t){return uh(t,e(tw)),tw.result()},t.centroid=function(t){return uh(t,e(fw)),fw.result()},t.projection=function(r){return arguments.length?(e=null==(n=r)?_p:r.stream,t):n},t.context=function(n){return arguments.length?(i=null==(r=n)?new Pp:new zp(n),"function"!=typeof o&&i.pointRadius(o),t):r},t.pointRadius=function(n){return arguments.length?(o="function"==typeof n?n:(i.pointRadius(+n),+n),t):o},t.projection(null).context(null)}function Rp(t,n){var e=n[0],r=n[1],i=[gb(e),-pb(e),0],o=0,u=0;lw.reset();for(var a=0,c=t.length;a=0?1:-1,T=M*w,k=T>ib,S=d*x;if(lw.add(hb(S*M*gb(T),v*b+S*pb(T))),o+=k?w+M*ab:w,k^h>=e^g>=e){var N=vh(ph(l),ph(y));gh(N);var A=vh(i,N);gh(A);var E=(k^w>=0?-1:1)*th(A[2]);(r>E||r===E&&(N[0]||N[1]))&&(u+=k^w>=0?1:-1)}}return(o<-eb||o0){for(x||(o.polygonStart(),x=!0),o.lineStart(),t=0;t1&&2&i&&u.push(u.pop().concat(u.shift())),d.push(u.filter(Dp))}var p,d,v,_=n(o),y=i.invert(r[0],r[1]),g=Qh(),m=n(g),x=!1,b={point:u,lineStart:c,lineEnd:s,polygonStart:function(){b.point=f,b.lineStart=l,b.lineEnd=h,d=[],p=[]},polygonEnd:function(){b.point=u,b.lineStart=c,b.lineEnd=s,d=w(d);var t=Rp(p,y);d.length?(x||(o.polygonStart(),x=!0),ep(d,Op,t,e,o)):t&&(x||(o.polygonStart(),x=!0),o.lineStart(),e(null,null,1,o),o.lineEnd()),x&&(o.polygonEnd(),x=!1),d=p=null},sphere:function(){o.polygonStart(),o.lineStart(),e(null,null,1,o),o.lineEnd(),o.polygonEnd()}};return b}}function Dp(t){return t.length>1}function Op(t,n){return((t=t.x)[0]<0?t[1]-ob-eb:ob-t[1])-((n=n.x)[0]<0?n[1]-ob-eb:ob-n[1])}function Fp(t){var n,e=NaN,r=NaN,i=NaN;return{lineStart:function(){t.lineStart(),n=1},point:function(o,u){var a=o>0?ib:-ib,c=fb(o-e);fb(c-ib)0?ob:-ob),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(a,r),t.point(o,r),n=0):i!==a&&c>=ib&&(fb(e-i)eb?lb((gb(n)*(o=pb(r))*gb(e)-gb(r)*(i=pb(n))*gb(t))/(i*o*u)):(n+r)/2}function Yp(t,n,e,r){var i;if(null==t)i=e*ob,r.point(-ib,i),r.point(0,i),r.point(ib,i),r.point(ib,0),r.point(ib,-i),r.point(0,-i),r.point(-ib,-i),r.point(-ib,0),r.point(-ib,i);else if(fb(t[0]-n[0])>eb){var o=t[0]a}function i(t){var n,e,i,a,f;return{lineStart:function(){a=i=!1,f=1},point:function(l,h){var p,d=[l,h],v=r(l,h),_=c?v?0:u(l,h):v?u(l+(l<0?ib:-ib),h):0;if(!n&&(a=i=v)&&t.lineStart(),v!==i&&(p=o(n,d),(tp(n,p)||tp(d,p))&&(d[0]+=eb,d[1]+=eb,v=r(d[0],d[1]))),v!==i)f=0,v?(t.lineStart(),p=o(d,n),t.point(p[0],p[1])):(p=o(n,d),t.point(p[0],p[1]),t.lineEnd()),n=p;else if(s&&n&&c^v){var y;_&e||!(y=o(d,n,!0))||(f=0,c?(t.lineStart(),t.point(y[0][0],y[0][1]),t.point(y[1][0],y[1][1]),t.lineEnd()):(t.point(y[1][0],y[1][1]),t.lineEnd(),t.lineStart(),t.point(y[0][0],y[0][1])))}!v||n&&tp(n,d)||t.point(d[0],d[1]),n=d,i=v,e=_},lineEnd:function(){i&&t.lineEnd(),n=null},clean:function(){return f|(a&&i)<<1}}}function o(t,n,e){var r=ph(t),i=ph(n),o=[1,0,0],u=vh(r,i),c=dh(u,u),s=u[0],f=c-s*s;if(!f)return!e&&t;var l=a*c/f,h=-a*s/f,p=vh(o,u),d=yh(o,l),v=yh(u,h);_h(d,v);var _=p,y=dh(d,_),g=dh(_,_),m=y*y-g*(dh(d,d)-1);if(!(m<0)){var x=xb(m),b=yh(_,(-y-x)/g);if(_h(b,d),b=hh(b),!e)return b;var w,M=t[0],T=n[0],k=t[1],S=n[1];T0^b[1]<(fb(b[0]-M)ib^(M<=b[0]&&b[0]<=T)){var C=yh(_,(-y+x)/g);return _h(C,d),[b,hh(C)]}}}function u(n,e){var r=c?t:ib-t,i=0;return n<-r?i|=1:n>r&&(i|=2),e<-r?i|=4:e>r&&(i|=8),i}var a=pb(t),c=a>0,s=fb(a)>eb;return Up(r,i,e,c?[0,-t]:[-ib,t-ib])}function jp(t){return{stream:Hp(t)}}function Hp(t){function n(){}var e=n.prototype=Object.create(Xp.prototype);for(var r in t)e[r]=t[r];return function(t){var e=new n;return e.stream=t,e}}function Xp(){}function Vp(t,n,e){var r=n[1][0]-n[0][0],i=n[1][1]-n[0][1],o=t.clipExtent&&t.clipExtent();t.scale(150).translate([0,0]),null!=o&&t.clipExtent(null),uh(e,t.stream(tw));var u=tw.result(),a=Math.min(r/(u[1][0]-u[0][0]),i/(u[1][1]-u[0][1])),c=+n[0][0]+(r-a*(u[1][0]+u[0][0]))/2,s=+n[0][1]+(i-a*(u[1][1]+u[0][1]))/2;return null!=o&&t.clipExtent(o),t.scale(150*a).translate([c,s])}function Wp(t){return function(n,e){return Vp(t,[[0,0],n],e)}}function $p(t){return function(n,e){return Vp(t,n,e)}}function Zp(t,n){return+n?Jp(t,n):Gp(t)}function Gp(t){return Hp({point:function(n,e){n=t(n,e),this.stream.point(n[0],n[1])}})}function Jp(t,n){function e(r,i,o,u,a,c,s,f,l,h,p,d,v,_){var y=s-r,g=f-i,m=y*y+g*g;if(m>4*n&&v--){var x=u+h,b=a+p,w=c+d,M=xb(x*x+b*b+w*w),T=th(w/=M),k=fb(fb(w)-1)n||fb((y*E+g*C)/m-.5)>.3||u*h+a*p+c*d2?t[2]%360*sb:0,i()):[b*cb,w*cb,M*cb]},n.precision=function(t){return arguments.length?(E=Zp(r,A=t*t),o()):xb(A)},n.fitExtent=$p(n),n.fitSize=Wp(n),function(){return u=t.apply(this,arguments),n.invert=u.invert&&e,i()}}function td(t){var n=0,e=ib/3,r=Kp(t),i=r(n,e);return i.parallels=function(t){return arguments.length?r(n=t[0]*sb,e=t[1]*sb):[n*cb,e*cb]},i}function nd(t,n){function e(t,n){var e=xb(o-2*i*gb(n))/i;return[e*gb(t*=i),u-e*pb(t)]}var r=gb(t),i=(r+gb(n))/2,o=1+r*(2*i-r),u=xb(o)/i;return e.invert=function(t,n){var e=u-n;return[hb(t,e)/i,th((o-(t*t+e*e)*i*i)/(2*i))]},e}function ed(){return td(nd).scale(155.424).center([0,33.6442])}function rd(){return ed().parallels([29.5,45.5]).scale(1070).translate([480,250]).rotate([96,0]).center([-.6,38.7])}function id(t){var n=t.length;return{point:function(e,r){for(var i=-1;++i=.12&&i<.234&&r>=-.425&&r<-.214?c:i>=.166&&i<.234&&r>=-.214&&r<-.115?s:a).invert(t)},t.stream=function(t){return n&&e===t?n:n=id([a.stream(e=t),c.stream(t),s.stream(t)])},t.precision=function(n){return arguments.length?(a.precision(n),c.precision(n),s.precision(n),t):a.precision()},t.scale=function(n){return arguments.length?(a.scale(n),c.scale(.35*n),s.scale(n),t.translate(a.translate())):a.scale()},t.translate=function(n){if(!arguments.length)return a.translate();var e=a.scale(),u=+n[0],l=+n[1];return r=a.translate(n).clipExtent([[u-.455*e,l-.238*e],[u+.455*e,l+.238*e]]).stream(f),i=c.translate([u-.307*e,l+.201*e]).clipExtent([[u-.425*e+eb,l+.12*e+eb],[u-.214*e-eb,l+.234*e-eb]]).stream(f),o=s.translate([u-.205*e,l+.212*e]).clipExtent([[u-.214*e+eb,l+.166*e+eb],[u-.115*e-eb,l+.234*e-eb]]).stream(f),t},t.fitExtent=$p(t),t.fitSize=Wp(t),t.scale(1070)}function ud(t){return function(n,e){var r=pb(n),i=pb(e),o=t(r*i);return[o*i*gb(n),o*gb(e)]}}function ad(t){return function(n,e){var r=xb(n*n+e*e),i=t(r),o=gb(i),u=pb(i);return[hb(n*o,r*u),th(r&&e*o/r)]}}function cd(){return Qp(_w).scale(124.75).clipAngle(179.999)}function sd(){return Qp(yw).scale(79.4188).clipAngle(179.999)}function fd(t,n){return[t,_b(bb((ob+n)/2))]}function ld(){return hd(fd).scale(961/ab)}function hd(t){var n,e=Qp(t),r=e.scale,i=e.translate,o=e.clipExtent;return e.scale=function(t){return arguments.length?(r(t),n&&e.clipExtent(null),e):r()},e.translate=function(t){return arguments.length?(i(t),n&&e.clipExtent(null),e):i()},e.clipExtent=function(t){if(!arguments.length)return n?null:o();if(n=null==t){var u=ib*r(),a=i();t=[[a[0]-u,a[1]-u],[a[0]+u,a[1]+u]]}return o(t),e},e.clipExtent(null)}function pd(t){return bb((ob+t)/2)}function dd(t,n){function e(t,n){o>0?n<-ob+eb&&(n=-ob+eb):n>ob-eb&&(n=ob-eb);var e=o/yb(pd(n),i);return[e*gb(i*t),o-e*pb(i*t)]}var r=pb(t),i=t===n?gb(t):_b(r/pb(n))/_b(pd(n)/pd(t)),o=r*yb(pd(t),i)/i;return i?(e.invert=function(t,n){var e=o-n,r=mb(i)*xb(t*t+e*e);return[hb(t,e)/i,2*lb(yb(o/r,1/i))-ob]},e):fd}function vd(){return td(dd).scale(109.5).parallels([30,30])}function _d(t,n){return[t,n]}function yd(){return Qp(_d).scale(152.63)}function gd(t,n){function e(t,n){var e=o-n,r=i*t;return[e*gb(r),o-e*pb(r)]}var r=pb(t),i=t===n?gb(t):(r-pb(n))/(n-t),o=r/i+t;return fb(i)2?t[2]+90:90]):(t=e(),[t[0],t[1],t[2]-90])},e([0,0,90]).scale(159.155)}var Ad="4.2.2",Ed=e(n),Cd=Ed.right,zd=Ed.left,Pd=Array.prototype,qd=Pd.slice,Ld=Pd.map,Rd=Math.sqrt(50),Ud=Math.sqrt(10),Dd=Math.sqrt(2),Od="$";P.prototype=q.prototype={constructor:P,has:function(t){return Od+t in this},get:function(t){return this[Od+t]},set:function(t,n){return this[Od+t]=n,this},remove:function(t){var n=Od+t;return n in this&&delete this[n]},clear:function(){for(var t in this)t[0]===Od&&delete this[t]},keys:function(){var t=[];for(var n in this)n[0]===Od&&t.push(n.slice(1));return t},values:function(){var t=[];for(var n in this)n[0]===Od&&t.push(this[n]);return t},entries:function(){var t=[];for(var n in this)n[0]===Od&&t.push({key:n.slice(1),value:this[n]});return t},size:function(){var t=0;for(var n in this)n[0]===Od&&++t;return t},empty:function(){for(var t in this)if(t[0]===Od)return!1;return!0},each:function(t){for(var n in this)n[0]===Od&&t(this[n],n.slice(1),this)}};var Fd=q.prototype;F.prototype=I.prototype={constructor:F,has:Fd.has,add:function(t){return t+="",this[Od+t]=t,this},remove:Fd.remove,clear:Fd.clear,values:Fd.keys,size:Fd.size,empty:Fd.empty,each:Fd.each};var Id=3,Yd=function t(n){function e(t){return Math.pow(t,n)}return n=+n,e.exponent=t,e}(Id),Bd=function t(n){function e(t){return 1-Math.pow(1-t,n)}return n=+n,e.exponent=t,e}(Id),jd=function t(n){function e(t){return((t*=2)<=1?Math.pow(t,n):2-Math.pow(2-t,n))/2}return n=+n,e.exponent=t,e}(Id),Hd=Math.PI,Xd=Hd/2,Vd=4/11,Wd=6/11,$d=8/11,Zd=.75,Gd=9/11,Jd=10/11,Qd=.9375,Kd=21/22,tv=63/64,nv=1/Vd/Vd,ev=1.70158,rv=function t(n){function e(t){return t*t*((n+1)*t-n)}return n=+n,e.overshoot=t,e}(ev),iv=function t(n){function e(t){return--t*t*((n+1)*t+n)+1}return n=+n,e.overshoot=t,e}(ev),ov=function t(n){function e(t){return((t*=2)<1?t*t*((n+1)*t-n):(t-=2)*t*((n+1)*t+n)+2)/2}return n=+n,e.overshoot=t,e}(ev),uv=2*Math.PI,av=1,cv=.3,sv=function t(n,e){function r(t){return n*Math.pow(2,10*--t)*Math.sin((i-t)/e)}var i=Math.asin(1/(n=Math.max(1,n)))*(e/=uv);return r.amplitude=function(n){return t(n,e*uv)},r.period=function(e){return t(n,e)},r}(av,cv),fv=function t(n,e){function r(t){return 1-n*Math.pow(2,-10*(t=+t))*Math.sin((t+i)/e)}var i=Math.asin(1/(n=Math.max(1,n)))*(e/=uv);return r.amplitude=function(n){return t(n,e*uv)},r.period=function(e){return t(n,e)},r}(av,cv),lv=function t(n,e){function r(t){return((t=2*t-1)<0?n*Math.pow(2,10*t)*Math.sin((i-t)/e):2-n*Math.pow(2,-10*t)*Math.sin((i+t)/e))/2}var i=Math.asin(1/(n=Math.max(1,n)))*(e/=uv);return r.amplitude=function(n){return t(n,e*uv)},r.period=function(e){return t(n,e)},r}(av,cv),hv=Math.PI,pv=2*hv,dv=1e-6,vv=pv-dv;Mt.prototype=Tt.prototype={constructor:Mt,moveTo:function(t,n){this._.push("M",this._x0=this._x1=+t,",",this._y0=this._y1=+n)},closePath:function(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._.push("Z"))},lineTo:function(t,n){this._.push("L",this._x1=+t,",",this._y1=+n)},quadraticCurveTo:function(t,n,e,r){this._.push("Q",+t,",",+n,",",this._x1=+e,",",this._y1=+r)},bezierCurveTo:function(t,n,e,r,i,o){this._.push("C",+t,",",+n,",",+e,",",+r,",",this._x1=+i,",",this._y1=+o)},arcTo:function(t,n,e,r,i){t=+t,n=+n,e=+e,r=+r,i=+i;var o=this._x1,u=this._y1,a=e-t,c=r-n,s=o-t,f=u-n,l=s*s+f*f;if(i<0)throw new Error("negative radius: "+i);if(null===this._x1)this._.push("M",this._x1=t,",",this._y1=n);else if(l>dv)if(Math.abs(f*a-c*s)>dv&&i){var h=e-o,p=r-u,d=a*a+c*c,v=h*h+p*p,_=Math.sqrt(d),y=Math.sqrt(l),g=i*Math.tan((hv-Math.acos((d+l-v)/(2*_*y)))/2),m=g/y,x=g/_;Math.abs(m-1)>dv&&this._.push("L",t+m*s,",",n+m*f),this._.push("A",i,",",i,",0,0,",+(f*h>s*p),",",this._x1=t+x*a,",",this._y1=n+x*c)}else this._.push("L",this._x1=t,",",this._y1=n);else;},arc:function(t,n,e,r,i,o){t=+t,n=+n,e=+e;var u=e*Math.cos(r),a=e*Math.sin(r),c=t+u,s=n+a,f=1^o,l=o?r-i:i-r;if(e<0)throw new Error("negative radius: "+e);null===this._x1?this._.push("M",c,",",s):(Math.abs(this._x1-c)>dv||Math.abs(this._y1-s)>dv)&&this._.push("L",c,",",s),e&&(l>vv?this._.push("A",e,",",e,",0,1,",f,",",t-u,",",n-a,"A",e,",",e,",0,1,",f,",",this._x1=c,",",this._y1=s):(l<0&&(l=l%pv+pv),this._.push("A",e,",",e,",0,",+(l>=hv),",",f,",",this._x1=t+e*Math.cos(i),",",this._y1=n+e*Math.sin(i))))},rect:function(t,n,e,r){this._.push("M",this._x0=this._x1=+t,",",this._y0=this._y1=+n,"h",+e,"v",+r,"h",-e,"Z")},toString:function(){return this._.join("")}};var _v=jt.prototype=Ht.prototype;_v.copy=function(){var t,n,e=new Ht(this._x,this._y,this._x0,this._y0,this._x1,this._y1),r=this._root;if(!r)return e;if(!r.length)return e._root=Xt(r),e;for(t=[{source:r,target:e._root=new Array(4)}];r=t.pop();)for(var i=0;i<4;++i)(n=r.source[i])&&(n.length?t.push({source:n,target:r.target[i]=new Array(4)}):r.target[i]=Xt(n));return e},_v.add=kt,_v.addAll=Nt,_v.cover=At,_v.data=Et,_v.extent=Ct,_v.find=Pt,_v.remove=qt,_v.removeAll=Lt,_v.root=Rt,_v.size=Ut,_v.visit=Dt,_v.visitAfter=Ot,_v.x=It,_v.y=Bt;var yv=[].slice,gv={};Vt.prototype=Qt.prototype={constructor:Vt,defer:function(t){if("function"!=typeof t||this._call)throw new Error;if(null!=this._error)return this;var n=yv.call(arguments,1);return n.push(t),++this._waiting,this._tasks.push(n),Wt(this),this},abort:function(){return null==this._error&&Gt(this,new Error("abort")), +this},await:function(t){if("function"!=typeof t||this._call)throw new Error;return this._call=function(n,e){t.apply(null,[n].concat(e))},Jt(this),this},awaitAll:function(t){if("function"!=typeof t||this._call)throw new Error;return this._call=t,Jt(this),this}};var mv=1e-12,xv=Math.PI,bv=xv/2,wv=2*xv;fn.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:this._context.lineTo(t,n)}}};var Mv=xn(ln);mn.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(t,n){this._curve.point(n*Math.sin(t),n*-Math.cos(t))}};var Tv={draw:function(t,n){var e=Math.sqrt(n/xv);t.moveTo(e,0),t.arc(0,0,e,0,wv)}},kv={draw:function(t,n){var e=Math.sqrt(n/5)/2;t.moveTo(-3*e,-e),t.lineTo(-e,-e),t.lineTo(-e,-3*e),t.lineTo(e,-3*e),t.lineTo(e,-e),t.lineTo(3*e,-e),t.lineTo(3*e,e),t.lineTo(e,e),t.lineTo(e,3*e),t.lineTo(-e,3*e),t.lineTo(-e,e),t.lineTo(-3*e,e),t.closePath()}},Sv=Math.sqrt(1/3),Nv=2*Sv,Av={draw:function(t,n){var e=Math.sqrt(n/Nv),r=e*Sv;t.moveTo(0,-e),t.lineTo(r,0),t.lineTo(0,e),t.lineTo(-r,0),t.closePath()}},Ev=.8908130915292852,Cv=Math.sin(xv/10)/Math.sin(7*xv/10),zv=Math.sin(wv/10)*Cv,Pv=-Math.cos(wv/10)*Cv,qv={draw:function(t,n){var e=Math.sqrt(n*Ev),r=zv*e,i=Pv*e;t.moveTo(0,-e),t.lineTo(r,i);for(var o=1;o<5;++o){var u=wv*o/5,a=Math.cos(u),c=Math.sin(u);t.lineTo(c*e,-a*e),t.lineTo(a*r-c*i,c*r+a*i)}t.closePath()}},Lv={draw:function(t,n){var e=Math.sqrt(n),r=-e/2;t.rect(r,r,e,e)}},Rv=Math.sqrt(3),Uv={draw:function(t,n){var e=-Math.sqrt(n/(3*Rv));t.moveTo(0,2*e),t.lineTo(-Rv*e,-e),t.lineTo(Rv*e,-e),t.closePath()}},Dv=-.5,Ov=Math.sqrt(3)/2,Fv=1/Math.sqrt(12),Iv=3*(Fv/2+1),Yv={draw:function(t,n){var e=Math.sqrt(n/Iv),r=e/2,i=e*Fv,o=r,u=e*Fv+e,a=-o,c=u;t.moveTo(r,i),t.lineTo(o,u),t.lineTo(a,c),t.lineTo(Dv*r-Ov*i,Ov*r+Dv*i),t.lineTo(Dv*o-Ov*u,Ov*o+Dv*u),t.lineTo(Dv*a-Ov*c,Ov*a+Dv*c),t.lineTo(Dv*r+Ov*i,Dv*i-Ov*r),t.lineTo(Dv*o+Ov*u,Dv*u-Ov*o),t.lineTo(Dv*a+Ov*c,Dv*c-Ov*a),t.closePath()}},Bv=[Tv,kv,Av,Lv,qv,Uv,Yv];Nn.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Sn(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Sn(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},En.prototype={areaStart:kn,areaEnd:kn,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._x2=t,this._y2=n;break;case 1:this._point=2,this._x3=t,this._y3=n;break;case 2:this._point=3,this._x4=t,this._y4=n,this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+n)/6);break;default:Sn(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},zn.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var e=(this._x0+4*this._x1+t)/6,r=(this._y0+4*this._y1+n)/6;this._line?this._context.lineTo(e,r):this._context.moveTo(e,r);break;case 3:this._point=4;default:Sn(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},qn.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var t=this._x,n=this._y,e=t.length-1;if(e>0)for(var r,i=t[0],o=n[0],u=t[e]-i,a=n[e]-o,c=-1;++c<=e;)r=c/e,this._basis.point(this._beta*t[c]+(1-this._beta)*(i+r*u),this._beta*n[c]+(1-this._beta)*(o+r*a));this._x=this._y=null,this._basis.lineEnd()},point:function(t,n){this._x.push(+t),this._y.push(+n)}};var jv=function t(n){function e(t){return 1===n?new Nn(t):new qn(t,n)}return e.beta=function(n){return t(+n)},e}(.85);Rn.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Ln(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2,this._x1=t,this._y1=n;break;case 2:this._point=3;default:Ln(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var Hv=function t(n){function e(t){return new Rn(t,n)}return e.tension=function(n){return t(+n)},e}(0);Un.prototype={areaStart:kn,areaEnd:kn,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._x3=t,this._y3=n;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3,this._x5=t,this._y5=n;break;default:Ln(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var Xv=function t(n){function e(t){return new Un(t,n)}return e.tension=function(n){return t(+n)},e}(0);Dn.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Ln(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var Vv=function t(n){function e(t){return new Dn(t,n)}return e.tension=function(n){return t(+n)},e}(0);Fn.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this,this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3;default:On(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var Wv=function t(n){function e(t){return n?new Fn(t,n):new Rn(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);In.prototype={areaStart:kn,areaEnd:kn,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=t,this._y3=n;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3,this._x5=t,this._y5=n;break;default:On(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var $v=function t(n){function e(t){return n?new In(t,n):new Un(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);Yn.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:On(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var Zv=function t(n){function e(t){return n?new Yn(t,n):new Dn(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);Bn.prototype={areaStart:kn,areaEnd:kn,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(t,n){t=+t,n=+n,this._point?this._context.lineTo(t,n):(this._point=1,this._context.moveTo(t,n))}},$n.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Wn(this,this._t0,Vn(this,this._t0))}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){var e=NaN;if(t=+t,n=+n,t!==this._x1||n!==this._y1){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3,Wn(this,Vn(this,e=Xn(this,t,n)),e);break;default:Wn(this,this._t0,e=Xn(this,t,n))}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n,this._t0=e}}},(Zn.prototype=Object.create($n.prototype)).point=function(t,n){$n.prototype.point.call(this,n,t)},Gn.prototype={moveTo:function(t,n){this._context.moveTo(n,t)},closePath:function(){this._context.closePath()},lineTo:function(t,n){this._context.lineTo(n,t)},bezierCurveTo:function(t,n,e,r,i,o){this._context.bezierCurveTo(n,t,r,e,o,i)}},Kn.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var t=this._x,n=this._y,e=t.length;if(e)if(this._line?this._context.lineTo(t[0],n[0]):this._context.moveTo(t[0],n[0]),2===e)this._context.lineTo(t[1],n[1]);else for(var r=te(t),i=te(n),o=0,u=1;u=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,n),this._context.lineTo(t,n);else{var e=this._x*(1-this._t)+t*this._t;this._context.lineTo(e,this._y),this._context.lineTo(e,n)}}this._x=t,this._y=n}};var Gv=Array.prototype.slice,Jv=.7,Qv=1/Jv,Kv=/^#([0-9a-f]{3})$/,t_=/^#([0-9a-f]{6})$/,n_=/^rgb\(\s*([-+]?\d+)\s*,\s*([-+]?\d+)\s*,\s*([-+]?\d+)\s*\)$/,e_=/^rgb\(\s*([-+]?\d+(?:\.\d+)?)%\s*,\s*([-+]?\d+(?:\.\d+)?)%\s*,\s*([-+]?\d+(?:\.\d+)?)%\s*\)$/,r_=/^rgba\(\s*([-+]?\d+)\s*,\s*([-+]?\d+)\s*,\s*([-+]?\d+)\s*,\s*([-+]?\d+(?:\.\d+)?)\s*\)$/,i_=/^rgba\(\s*([-+]?\d+(?:\.\d+)?)%\s*,\s*([-+]?\d+(?:\.\d+)?)%\s*,\s*([-+]?\d+(?:\.\d+)?)%\s*,\s*([-+]?\d+(?:\.\d+)?)\s*\)$/,o_=/^hsl\(\s*([-+]?\d+(?:\.\d+)?)\s*,\s*([-+]?\d+(?:\.\d+)?)%\s*,\s*([-+]?\d+(?:\.\d+)?)%\s*\)$/,u_=/^hsla\(\s*([-+]?\d+(?:\.\d+)?)\s*,\s*([-+]?\d+(?:\.\d+)?)%\s*,\s*([-+]?\d+(?:\.\d+)?)%\s*,\s*([-+]?\d+(?:\.\d+)?)\s*\)$/,a_={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};ge(xe,be,{displayable:function(){return this.rgb().displayable()},toString:function(){return this.rgb()+""}}),ge(Se,ke,me(xe,{brighter:function(t){return t=null==t?Qv:Math.pow(Qv,t),new Se(this.r*t,this.g*t,this.b*t,this.opacity)},darker:function(t){return t=null==t?Jv:Math.pow(Jv,t),new Se(this.r*t,this.g*t,this.b*t,this.opacity)},rgb:function(){return this},displayable:function(){return 0<=this.r&&this.r<=255&&0<=this.g&&this.g<=255&&0<=this.b&&this.b<=255&&0<=this.opacity&&this.opacity<=1},toString:function(){var t=this.opacity;return t=isNaN(t)?1:Math.max(0,Math.min(1,t)),(1===t?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(1===t?")":", "+t+")")}})),ge(Ce,Ee,me(xe,{brighter:function(t){return t=null==t?Qv:Math.pow(Qv,t),new Ce(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?Jv:Math.pow(Jv,t),new Ce(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=this.h%360+360*(this.h<0),n=isNaN(t)||isNaN(this.s)?0:this.s,e=this.l,r=e+(e<.5?e:1-e)*n,i=2*e-r;return new Se(ze(t>=240?t-240:t+120,i,r),ze(t,i,r),ze(t<120?t+240:t-120,i,r),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1}}));var c_=Math.PI/180,s_=180/Math.PI,f_=18,l_=.95047,h_=1,p_=1.08883,d_=4/29,v_=6/29,__=3*v_*v_,y_=v_*v_*v_;ge(Le,qe,me(xe,{brighter:function(t){return new Le(this.l+f_*(null==t?1:t),this.a,this.b,this.opacity)},darker:function(t){return new Le(this.l-f_*(null==t?1:t),this.a,this.b,this.opacity)},rgb:function(){var t=(this.l+16)/116,n=isNaN(this.a)?t:t+this.a/500,e=isNaN(this.b)?t:t-this.b/200;return t=h_*Ue(t),n=l_*Ue(n),e=p_*Ue(e),new Se(De(3.2404542*n-1.5371385*t-.4985314*e),De(-.969266*n+1.8760108*t+.041556*e),De(.0556434*n-.2040259*t+1.0572252*e),this.opacity)}})),ge(Ye,Ie,me(xe,{brighter:function(t){return new Ye(this.h,this.c,this.l+f_*(null==t?1:t),this.opacity)},darker:function(t){return new Ye(this.h,this.c,this.l-f_*(null==t?1:t),this.opacity)},rgb:function(){return Pe(this).rgb()}}));var g_=-.14861,m_=1.78277,x_=-.29227,b_=-.90649,w_=1.97294,M_=w_*b_,T_=w_*m_,k_=m_*x_-b_*g_;ge(He,je,me(xe,{brighter:function(t){return t=null==t?Qv:Math.pow(Qv,t),new He(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?Jv:Math.pow(Jv,t),new He(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=isNaN(this.h)?0:(this.h+120)*c_,n=+this.l,e=isNaN(this.s)?0:this.s*n*(1-n),r=Math.cos(t),i=Math.sin(t);return new Se(255*(n+e*(g_*r+m_*i)),255*(n+e*(x_*r+b_*i)),255*(n+e*(w_*r)),this.opacity)}}));var S_,N_,A_,E_,C_=function t(n){function e(t,n){var e=r((t=ke(t)).r,(n=ke(n)).r),i=r(t.g,n.g),o=r(t.b,n.b),u=r(t.opacity,n.opacity);return function(n){return t.r=e(n),t.g=i(n),t.b=o(n),t.opacity=u(n),t+""}}var r=Qe(n);return e.gamma=t,e}(1),z_=tr(Ve),P_=tr(We),q_=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,L_=new RegExp(q_.source,"g"),R_=180/Math.PI,U_={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1},D_=pr(lr,"px, ","px)","deg)"),O_=pr(hr,", ",")",")"),F_=Math.SQRT2,I_=2,Y_=4,B_=1e-12,j_=gr(Je),H_=gr(Ke),X_=xr(Je),V_=xr(Ke),W_=br(Je),$_=br(Ke),Z_={value:function(){}};Tr.prototype=Mr.prototype={constructor:Tr,on:function(t,n){var e,r=this._,i=kr(t+"",r),o=-1,u=i.length;{if(!(arguments.length<2)){if(null!=n&&"function"!=typeof n)throw new Error("invalid callback: "+n);for(;++o0)for(var e,r,i=new Array(e),o=0;o0?t>1?Zr(function(n){n.setTime(Math.floor(n/t)*t)},function(n,e){n.setTime(+n+e*t)},function(n,e){return(e-n)/t}):ky:null};var Sy=ky.range,Ny=1e3,Ay=6e4,Ey=36e5,Cy=864e5,zy=6048e5,Py=Zr(function(t){t.setTime(Math.floor(t/Ny)*Ny)},function(t,n){t.setTime(+t+n*Ny)},function(t,n){return(n-t)/Ny},function(t){return t.getUTCSeconds()}),qy=Py.range,Ly=Zr(function(t){t.setTime(Math.floor(t/Ay)*Ay)},function(t,n){t.setTime(+t+n*Ay)},function(t,n){return(n-t)/Ay},function(t){return t.getMinutes()}),Ry=Ly.range,Uy=Zr(function(t){var n=t.getTimezoneOffset()*Ay%Ey;n<0&&(n+=Ey),t.setTime(Math.floor((+t-n)/Ey)*Ey+n)},function(t,n){t.setTime(+t+n*Ey)},function(t,n){return(n-t)/Ey},function(t){return t.getHours()}),Dy=Uy.range,Oy=Zr(function(t){t.setHours(0,0,0,0)},function(t,n){t.setDate(t.getDate()+n)},function(t,n){return(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*Ay)/Cy},function(t){return t.getDate()-1}),Fy=Oy.range,Iy=Gr(0),Yy=Gr(1),By=Gr(2),jy=Gr(3),Hy=Gr(4),Xy=Gr(5),Vy=Gr(6),Wy=Iy.range,$y=Yy.range,Zy=By.range,Gy=jy.range,Jy=Hy.range,Qy=Xy.range,Ky=Vy.range,tg=Zr(function(t){t.setDate(1),t.setHours(0,0,0,0)},function(t,n){t.setMonth(t.getMonth()+n)},function(t,n){return n.getMonth()-t.getMonth()+12*(n.getFullYear()-t.getFullYear())},function(t){return t.getMonth()}),ng=tg.range,eg=Zr(function(t){t.setMonth(0,1),t.setHours(0,0,0,0)},function(t,n){t.setFullYear(t.getFullYear()+n)},function(t,n){return n.getFullYear()-t.getFullYear()},function(t){return t.getFullYear()});eg.every=function(t){return isFinite(t=Math.floor(t))&&t>0?Zr(function(n){n.setFullYear(Math.floor(n.getFullYear()/t)*t),n.setMonth(0,1),n.setHours(0,0,0,0)},function(n,e){n.setFullYear(n.getFullYear()+e*t)}):null};var rg=eg.range,ig=Zr(function(t){t.setUTCSeconds(0,0)},function(t,n){t.setTime(+t+n*Ay)},function(t,n){return(n-t)/Ay},function(t){return t.getUTCMinutes()}),og=ig.range,ug=Zr(function(t){t.setUTCMinutes(0,0,0)},function(t,n){t.setTime(+t+n*Ey)},function(t,n){return(n-t)/Ey},function(t){return t.getUTCHours()}),ag=ug.range,cg=Zr(function(t){t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCDate(t.getUTCDate()+n)},function(t,n){return(n-t)/Cy},function(t){return t.getUTCDate()-1}),sg=cg.range,fg=Jr(0),lg=Jr(1),hg=Jr(2),pg=Jr(3),dg=Jr(4),vg=Jr(5),_g=Jr(6),yg=fg.range,gg=lg.range,mg=hg.range,xg=pg.range,bg=dg.range,wg=vg.range,Mg=_g.range,Tg=Zr(function(t){t.setUTCDate(1),t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCMonth(t.getUTCMonth()+n)},function(t,n){return n.getUTCMonth()-t.getUTCMonth()+12*(n.getUTCFullYear()-t.getUTCFullYear())},function(t){return t.getUTCMonth()}),kg=Tg.range,Sg=Zr(function(t){t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n)},function(t,n){return n.getUTCFullYear()-t.getUTCFullYear()},function(t){return t.getUTCFullYear()});Sg.every=function(t){return isFinite(t=Math.floor(t))&&t>0?Zr(function(n){n.setUTCFullYear(Math.floor(n.getUTCFullYear()/t)*t),n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0)},function(n,e){n.setUTCFullYear(n.getUTCFullYear()+e*t)}):null};var Ng,Ag=Sg.range,Eg={"":ni,"%":function(t,n){return(100*t).toFixed(n)},b:function(t){return Math.round(t).toString(2)},c:function(t){return t+""},d:function(t){return Math.round(t).toString(10)},e:function(t,n){return t.toExponential(n)},f:function(t,n){return t.toFixed(n)},g:function(t,n){return t.toPrecision(n)},o:function(t){return Math.round(t).toString(8)},p:function(t,n){return ri(100*t,n)},r:ri,s:ei,X:function(t){return Math.round(t).toString(16).toUpperCase()},x:function(t){return Math.round(t).toString(16)}},Cg=/^(?:(.)?([<>=^]))?([+\-\( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?([a-z%])?$/i;oi.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(null==this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(null==this.precision?"":"."+Math.max(0,0|this.precision))+this.type};var zg,Pg=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];ci({decimal:".",thousands:",",grouping:[3],currency:["$",""]});var qg,Lg={"-":"",_:" ",0:"0"},Rg=/^\s*\d+/,Ug=/^%/,Dg=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g;so({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});var Og="%Y-%m-%dT%H:%M:%S.%LZ",Fg=Date.prototype.toISOString?fo:t.utcFormat(Og),Ig=+new Date("2000-01-01T00:00:00.000Z")?lo:t.utcParse(Og),Yg=Array.prototype,Bg=Yg.map,jg=Yg.slice,Hg={name:"implicit"},Xg=[0,1],Vg=1e3,Wg=60*Vg,$g=60*Wg,Zg=24*$g,Gg=7*Zg,Jg=30*Zg,Qg=365*Zg,Kg=Zo("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"),tm=Zo("393b795254a36b6ecf9c9ede6379398ca252b5cf6bcedb9c8c6d31bd9e39e7ba52e7cb94843c39ad494ad6616be7969c7b4173a55194ce6dbdde9ed6"),nm=Zo("3182bd6baed69ecae1c6dbefe6550dfd8d3cfdae6bfdd0a231a35474c476a1d99bc7e9c0756bb19e9ac8bcbddcdadaeb636363969696bdbdbdd9d9d9"),em=Zo("1f77b4aec7e8ff7f0effbb782ca02c98df8ad62728ff98969467bdc5b0d58c564bc49c94e377c2f7b6d27f7f7fc7c7c7bcbd22dbdb8d17becf9edae5"),rm=$_(je(300,.5,0),je(-240,.5,1)),im=$_(je(-100,.75,.35),je(80,1.5,.8)),om=$_(je(260,.75,.35),je(80,1.5,.8)),um=je(),am=Jo(Zo("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725")),cm=Jo(Zo("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),sm=Jo(Zo("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),fm=Jo(Zo("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921")),lm="http://www.w3.org/1999/xhtml",hm={ +svg:"http://www.w3.org/2000/svg",xhtml:lm,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},pm=0;iu.prototype=ru.prototype={constructor:iu,get:function(t){for(var n=this._;!(n in t);)if(!(t=t.parentNode))return;return t[n]},set:function(t,n){return t[this._]=n},remove:function(t){return this._ in t&&delete t[this._]},toString:function(){return this._}};var dm=function(t){return function(){return this.matches(t)}};if("undefined"!=typeof document){var vm=document.documentElement;if(!vm.matches){var _m=vm.webkitMatchesSelector||vm.msMatchesSelector||vm.mozMatchesSelector||vm.oMatchesSelector;dm=function(t){return function(){return _m.call(this,t)}}}}var ym=dm,gm={};if(t.event=null,"undefined"!=typeof document){var mm=document.documentElement;"onmouseenter"in mm||(gm={mouseenter:"mouseover",mouseleave:"mouseout"})}Tu.prototype={constructor:Tu,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,n){return this._parent.insertBefore(t,n)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};var xm="$";ia.prototype={add:function(t){var n=this._names.indexOf(t);n<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var n=this._names.indexOf(t);n>=0&&(this._names.splice(n,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};var bm=[null];qa.prototype=La.prototype={constructor:qa,select:yu,selectAll:xu,filter:bu,data:Au,enter:Mu,exit:Eu,merge:Cu,order:zu,sort:Pu,call:Lu,nodes:Ru,node:Uu,size:Du,empty:Ou,each:Fu,attr:Vu,style:Ju,property:na,classed:fa,text:da,html:ga,raise:xa,lower:wa,append:Ma,insert:ka,remove:Na,datum:Aa,on:fu,dispatch:Pa};var wm=Mr("start","end","interrupt"),Mm=[],Tm=0,km=1,Sm=2,Nm=3,Am=4,Em=5,Cm=La.prototype.constructor,zm=0,Pm=La.prototype;Uc.prototype=Dc.prototype={constructor:Uc,select:wc,selectAll:Mc,filter:vc,merge:_c,selection:Tc,transition:Rc,call:Pm.call,nodes:Pm.nodes,node:Pm.node,size:Pm.size,empty:Pm.empty,each:Pm.each,on:mc,attr:rc,attrTween:uc,style:Ec,styleTween:zc,text:Lc,remove:bc,tween:$a,delay:sc,duration:hc,ease:dc};var qm={time:null,delay:0,duration:250,ease:et};La.prototype.interrupt=Xa,La.prototype.transition=Ic;var Lm=[null],Rm=Array.prototype.slice,Um=1,Dm=2,Om=3,Fm=4,Im=1e-6;ws.prototype=ys.prototype={constructor:ws,each:us,eachAfter:cs,eachBefore:as,sum:ss,sort:fs,path:ls,ancestors:ps,descendants:ds,leaves:vs,links:_s,copy:gs};var Ym="$",Bm={depth:-1},jm={};of.prototype=Object.create(ws.prototype);var Hm=(1+Math.sqrt(5))/2,Xm=function t(n){function e(t,e,r,i,o){sf(n,t,e,r,i,o)}return e.ratio=function(n){return t((n=+n)>1?n:1)},e}(Hm),Vm=function t(n){function e(t,e,r,i,o){if((u=t._squarify)&&u.ratio===n)for(var u,a,c,s,f,l=-1,h=u.length,p=t.value;++l1?n:1)},e}(Hm),Wm=10,$m=Math.PI*(3-Math.sqrt(5));Pf.prototype.on=function(){var t=this._.on.apply(this._,arguments);return t===this._?this:t},If.prototype={constructor:If,insert:function(t,n){var e,r,i;if(t){if(n.P=t,n.N=t.N,t.N&&(t.N.P=n),t.N=n,t.R){for(t=t.R;t.L;)t=t.L;t.L=n}else t.R=n;e=t}else this._?(t=Hf(this._),n.P=null,n.N=t,t.P=t.L=n,e=t):(n.P=n.N=null,this._=n,e=null);for(n.L=n.R=null,n.U=e,n.C=!0,t=n;e&&e.C;)r=e.U,e===r.L?(i=r.R,i&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.R&&(Bf(this,e),t=e,e=t.U),e.C=!1,r.C=!0,jf(this,r))):(i=r.L,i&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.L&&(jf(this,e),t=e,e=t.U),e.C=!1,r.C=!0,Bf(this,r))),e=t.U;this._.C=!1},remove:function(t){t.N&&(t.N.P=t.P),t.P&&(t.P.N=t.N),t.N=t.P=null;var n,e,r,i=t.U,o=t.L,u=t.R;if(e=o?u?Hf(u):o:u,i?i.L===t?i.L=e:i.R=e:this._=e,o&&u?(r=e.C,e.C=t.C,e.L=o,o.U=e,e!==u?(i=e.U,e.U=t.U,t=e.R,i.L=t,e.R=u,u.U=e):(e.U=i,i=e,t=e.R)):(r=t.C,t=e),t&&(t.U=i),!r){if(t&&t.C)return void(t.C=!1);do{if(t===this._)break;if(t===i.L){if(n=i.R,n.C&&(n.C=!1,i.C=!0,Bf(this,i),n=i.R),n.L&&n.L.C||n.R&&n.R.C){n.R&&n.R.C||(n.L.C=!1,n.C=!0,jf(this,n),n=i.R),n.C=i.C,i.C=n.R.C=!1,Bf(this,i),t=this._;break}}else if(n=i.L,n.C&&(n.C=!1,i.C=!0,jf(this,i),n=i.L),n.L&&n.L.C||n.R&&n.R.C){n.L&&n.L.C||(n.R.C=!1,n.C=!0,Bf(this,n),n=i.L),n.C=i.C,i.C=n.L.C=!1,jf(this,i),t=this._;break}n.C=!0,t=i,i=i.U}while(!t.C);t&&(t.C=!1)}}};var Zm,Gm,Jm,Qm,Km,tx=[],nx=[],ex=1e-6,rx=1e-12;vl.prototype={constructor:vl,polygons:function(){var t=this.edges;return this.cells.map(function(n){var e=n.halfedges.map(function(e){return Kf(n,t[e])});return e.data=n.site.data,e})},triangles:function(){var t=[],n=this.edges;return this.cells.forEach(function(e,r){for(var i,o=e.site,u=e.halfedges,a=-1,c=u.length,s=n[u[c-1]],f=s.left===o?s.right:s.left;++a0?1:t<0?-1:0},xb=Math.sqrt,bb=Math.tan,wb={Feature:function(t,n){rh(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;++reb?Px=90:Nb<-eb&&(Cx=-90),Ox[0]=Ex,Ox[1]=zx}},Eb={sphere:eh,point:Ch,lineStart:Ph,lineEnd:Rh,polygonStart:function(){Eb.lineStart=Uh,Eb.lineEnd=Dh},polygonEnd:function(){Eb.lineStart=Ph,Eb.lineEnd=Rh}};jh.invert=jh;var Cb,zb,Pb,qb,Lb,Rb,Ub,Db,Ob,Fb,Ib,Yb=1e9,Bb=-Yb,jb=Gl(),Hb={sphere:eh,point:eh,lineStart:up,lineEnd:eh,polygonStart:eh,polygonEnd:eh},Xb=[null,null],Vb={type:"LineString",coordinates:Xb},Wb=Gl(),$b=Gl(),Zb={point:eh,lineStart:eh,lineEnd:eh,polygonStart:function(){Zb.lineStart=yp,Zb.lineEnd=xp},polygonEnd:function(){Zb.lineStart=Zb.lineEnd=Zb.point=eh,Wb.add(fb($b)),$b.reset()},result:function(){var t=Wb/2;return Wb.reset(),t}},Gb=1/0,Jb=Gb,Qb=-Gb,Kb=Qb,tw={point:bp,lineStart:eh,lineEnd:eh,polygonStart:eh,polygonEnd:eh,result:function(){var t=[[Gb,Jb],[Qb,Kb]];return Qb=Kb=-(Jb=Gb=1/0),t}},nw=0,ew=0,rw=0,iw=0,ow=0,uw=0,aw=0,cw=0,sw=0,fw={point:wp,lineStart:Mp,lineEnd:Sp,polygonStart:function(){fw.lineStart=Np,fw.lineEnd=Ap},polygonEnd:function(){fw.point=wp,fw.lineStart=Mp,fw.lineEnd=Sp},result:function(){var t=sw?[aw/sw,cw/sw]:uw?[iw/uw,ow/uw]:rw?[nw/rw,ew/rw]:[NaN,NaN];return nw=ew=rw=iw=ow=uw=aw=cw=sw=0,t}},lw=Gl(),hw=Up(function(){return!0},Fp,Yp,[-ib,-ob]);Xp.prototype={point:function(t,n){this.stream.point(t,n)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}};var pw=16,dw=pb(30*sb),vw=Hp({point:function(t,n){this.stream.point(t*sb,n*sb)}}),_w=ud(function(t){return xb(2/(1+t))});_w.invert=ad(function(t){return 2*th(t/2)});var yw=ud(function(t){return(t=Kl(t))&&t/gb(t)});yw.invert=ad(function(t){return t}),fd.invert=function(t,n){return[t,2*lb(vb(n))-ob]},_d.invert=_d,xd.invert=ad(lb),wd.invert=ad(th),Td.invert=ad(function(t){return 2*lb(t)}),Sd.invert=function(t,n){return[-n,2*lb(vb(t))-ob]},t.version=Ad,t.bisect=Cd,t.bisectRight=Cd,t.bisectLeft=zd,t.ascending=n,t.bisector=e,t.descending=i,t.deviation=a,t.extent=c,t.histogram=v,t.thresholdFreedmanDiaconis=y,t.thresholdScott=g,t.thresholdSturges=d,t.max=m,t.mean=x,t.median=b,t.merge=w,t.min=M,t.pairs=T,t.permute=k,t.quantile=_,t.range=l,t.scan=S,t.shuffle=N,t.sum=A,t.ticks=h,t.tickStep=p,t.transpose=E,t.variance=u,t.zip=z,t.entries=j,t.keys=Y,t.values=B,t.map=q,t.set=I,t.nest=L,t.randomUniform=H,t.randomNormal=X,t.randomLogNormal=V,t.randomBates=$,t.randomIrwinHall=W,t.randomExponential=Z,t.easeLinear=G,t.easeQuad=K,t.easeQuadIn=J,t.easeQuadOut=Q,t.easeQuadInOut=K,t.easeCubic=et,t.easeCubicIn=tt,t.easeCubicOut=nt,t.easeCubicInOut=et,t.easePoly=jd,t.easePolyIn=Yd,t.easePolyOut=Bd,t.easePolyInOut=jd,t.easeSin=ot,t.easeSinIn=rt,t.easeSinOut=it,t.easeSinInOut=ot,t.easeExp=ct,t.easeExpIn=ut,t.easeExpOut=at,t.easeExpInOut=ct,t.easeCircle=lt,t.easeCircleIn=st,t.easeCircleOut=ft,t.easeCircleInOut=lt,t.easeBounce=pt,t.easeBounceIn=ht,t.easeBounceOut=pt,t.easeBounceInOut=dt,t.easeBack=ov,t.easeBackIn=rv,t.easeBackOut=iv,t.easeBackInOut=ov,t.easeElastic=fv,t.easeElasticIn=sv,t.easeElasticOut=fv,t.easeElasticInOut=lv,t.polygonArea=vt,t.polygonCentroid=_t,t.polygonHull=xt,t.polygonContains=bt,t.polygonLength=wt,t.path=Tt,t.quadtree=jt,t.queue=Qt,t.arc=sn,t.area=vn,t.line=dn,t.pie=gn,t.radialArea=Mn,t.radialLine=wn,t.symbol=Tn,t.symbols=Bv,t.symbolCircle=Tv,t.symbolCross=kv,t.symbolDiamond=Av,t.symbolSquare=Lv,t.symbolStar=qv,t.symbolTriangle=Uv,t.symbolWye=Yv,t.curveBasisClosed=Cn,t.curveBasisOpen=Pn,t.curveBasis=An,t.curveBundle=jv,t.curveCardinalClosed=Xv,t.curveCardinalOpen=Vv,t.curveCardinal=Hv,t.curveCatmullRomClosed=$v,t.curveCatmullRomOpen=Zv,t.curveCatmullRom=Wv,t.curveLinearClosed=jn,t.curveLinear=ln,t.curveMonotoneX=Jn,t.curveMonotoneY=Qn,t.curveNatural=ne,t.curveStep=re,t.curveStepAfter=oe,t.curveStepBefore=ie,t.stack=se,t.stackOffsetExpand=fe,t.stackOffsetNone=ue,t.stackOffsetSilhouette=le,t.stackOffsetWiggle=he,t.stackOrderAscending=pe,t.stackOrderDescending=ve,t.stackOrderInsideOut=_e,t.stackOrderNone=ae,t.stackOrderReverse=ye,t.color=be,t.rgb=ke,t.hsl=Ee,t.lab=qe,t.hcl=Ie,t.cubehelix=je,t.interpolate=cr,t.interpolateArray=nr,t.interpolateDate=er,t.interpolateNumber=rr,t.interpolateObject=ir,t.interpolateRound=sr,t.interpolateString=ar,t.interpolateTransformCss=D_,t.interpolateTransformSvg=O_,t.interpolateZoom=yr,t.interpolateRgb=C_,t.interpolateRgbBasis=z_,t.interpolateRgbBasisClosed=P_,t.interpolateHsl=j_,t.interpolateHslLong=H_,t.interpolateLab=mr,t.interpolateHcl=X_,t.interpolateHclLong=V_,t.interpolateCubehelix=W_,t.interpolateCubehelixLong=$_,t.interpolateBasis=Ve,t.interpolateBasisClosed=We,t.quantize=wr,t.dispatch=Mr,t.dsvFormat=zr,t.csvParse=K_,t.csvParseRows=ty,t.csvFormat=ny,t.csvFormatRows=ey,t.tsvParse=iy,t.tsvParseRows=oy,t.tsvFormat=uy,t.tsvFormatRows=ay,t.request=Pr,t.html=cy,t.json=sy,t.text=fy,t.xml=ly,t.csv=hy,t.tsv=py,t.now=Or,t.timer=Yr,t.timerFlush=Br,t.timeout=Wr,t.interval=$r,t.timeInterval=Zr,t.timeMillisecond=ky,t.timeMilliseconds=Sy,t.timeSecond=Py,t.timeSeconds=qy,t.timeMinute=Ly,t.timeMinutes=Ry,t.timeHour=Uy,t.timeHours=Dy,t.timeDay=Oy,t.timeDays=Fy,t.timeWeek=Iy;t.timeWeeks=Wy;t.timeSunday=Iy,t.timeSundays=Wy,t.timeMonday=Yy,t.timeMondays=$y,t.timeTuesday=By,t.timeTuesdays=Zy,t.timeWednesday=jy,t.timeWednesdays=Gy,t.timeThursday=Hy,t.timeThursdays=Jy,t.timeFriday=Xy,t.timeFridays=Qy,t.timeSaturday=Vy,t.timeSaturdays=Ky,t.timeMonth=tg,t.timeMonths=ng,t.timeYear=eg,t.timeYears=rg,t.utcMillisecond=ky,t.utcMilliseconds=Sy,t.utcSecond=Py,t.utcSeconds=qy,t.utcMinute=ig,t.utcMinutes=og,t.utcHour=ug,t.utcHours=ag,t.utcDay=cg,t.utcDays=sg,t.utcWeek=fg,t.utcWeeks=yg,t.utcSunday=fg,t.utcSundays=yg,t.utcMonday=lg,t.utcMondays=gg,t.utcTuesday=hg,t.utcTuesdays=mg,t.utcWednesday=pg,t.utcWednesdays=xg,t.utcThursday=dg,t.utcThursdays=bg,t.utcFriday=vg,t.utcFridays=wg,t.utcSaturday=_g,t.utcSaturdays=Mg,t.utcMonth=Tg,t.utcMonths=kg,t.utcYear=Sg,t.utcYears=Ag,t.formatLocale=ai,t.formatDefaultLocale=ci,t.formatSpecifier=ii,t.precisionFixed=si,t.precisionPrefix=fi,t.precisionRound=li,t.isoFormat=Fg,t.isoParse=Ig,t.timeFormatLocale=vi,t.timeFormatDefaultLocale=so,t.scaleBand=po,t.scalePoint=_o,t.scaleIdentity=Eo,t.scaleLinear=Ao,t.scaleLog=Do,t.scaleOrdinal=ho,t.scaleImplicit=Hg,t.scalePow=Fo,t.scaleSqrt=Io,t.scaleQuantile=Yo,t.scaleQuantize=Bo,t.scaleThreshold=jo,t.scaleTime=Wo,t.scaleUtc=$o,t.schemeCategory10=Kg,t.schemeCategory20b=tm,t.schemeCategory20c=nm,t.schemeCategory20=em,t.scaleSequential=Qo,t.interpolateCubehelixDefault=rm,t.interpolateRainbow=Go,t.interpolateWarm=im,t.interpolateCool=om,t.interpolateViridis=am,t.interpolateMagma=cm,t.interpolateInferno=sm,t.interpolatePlasma=fm,t.creator=eu,t.customEvent=lu,t.local=ru,t.matcher=ym,t.mouse=du,t.namespace=Ko,t.namespaces=hm,t.select=Ra,t.selectAll=Ua,t.selection=La,t.selector=_u,t.selectorAll=mu,t.touch=Da,t.touches=Oa,t.window=Wu,t.active=Yc,t.interrupt=Ha,t.transition=Dc,t.axisTop=$c,t.axisRight=Zc,t.axisBottom=Gc,t.axisLeft=Jc,t.cluster=os,t.hierarchy=ys,t.pack=Bs,t.packSiblings=Us,t.packEnclose=ks,t.partition=$s,t.stratify=Js,t.tree=af,t.treemap=ff,t.treemapBinary=lf,t.treemapDice=Ws,t.treemapSlice=cf,t.treemapSliceDice=hf,t.treemapSquarify=Xm,t.treemapResquarify=Vm,t.forceCenter=pf,t.forceCollide=gf,t.forceLink=xf,t.forceManyBody=Tf,t.forceSimulation=Mf,t.forceX=kf,t.forceY=Sf,t.drag=Uf,t.dragDisable=Ef,t.dragEnable=Cf,t.voronoi=_l,t.zoom=Sl,t.zoomIdentity=ix,t.zoomTransform=xl,t.brush=Fl,t.brushX=Dl,t.brushY=Ol,t.brushSelection=Ul,t.chord=Bl,t.ribbon=Zl,t.geoAlbers=rd,t.geoAlbersUsa=od,t.geoArea=lh,t.geoAzimuthalEqualArea=cd,t.geoAzimuthalEqualAreaRaw=_w,t.geoAzimuthalEquidistant=sd,t.geoAzimuthalEquidistantRaw=yw,t.geoBounds=Eh,t.geoCentroid=Ih,t.geoCircle=Jh,t.geoClipExtent=op,t.geoConicConformal=vd,t.geoConicConformalRaw=dd,t.geoConicEqualArea=ed,t.geoConicEqualAreaRaw=nd,t.geoConicEquidistant=md,t.geoConicEquidistantRaw=gd,t.geoDistance=lp,t.geoEquirectangular=yd,t.geoEquirectangularRaw=_d,t.geoGnomonic=bd,t.geoGnomonicRaw=xd,t.geoGraticule=dp,t.geoInterpolate=vp,t.geoLength=fp,t.geoMercator=ld,t.geoMercatorRaw=fd,t.geoOrthographic=Md,t.geoOrthographicRaw=wd,t.geoPath=Lp,t.geoProjection=Qp,t.geoProjectionMutator=Kp,t.geoRotation=$h,t.geoStereographic=kd,t.geoStereographicRaw=Td,t.geoStream=uh,t.geoTransform=jp,t.geoTransverseMercator=Nd,t.geoTransverseMercatorRaw=Sd,Object.defineProperty(t,"__esModule",{value:!0})}); \ No newline at end of file diff --git a/components/js/dataset.js b/components/js/dataset.js new file mode 100644 index 00000000..a38c2d37 --- /dev/null +++ b/components/js/dataset.js @@ -0,0 +1,65 @@ +// requires leaflet + +// pass filters to filter array separate objects >> and include filter field in config +// replace init_display with a get method +// extend to different sources +// change rowIdField to primary_key +// replace latfield and lonfield with geometry +// processDisplayField seems too specific to include +// icon returns from a function +// i think pop up and details should share some kind of related field definition +// and popup and details are functinos that genearate something based on field def +// extend for knack/socrata + + + + + + +function Dataset(id, primary_key, options) { + this.id = id; + this.primary_key = primary_key; + this.field_def = {}; + this.layer = new L.featureGroup; + this.data = [], + // @option label: String + // The humanized descriptive name of the dataset + this.label = options.label; + // @option display_field: String + // The field that best identifies the record. + // Used when only one field is used to display the record + this.displayField = options.displayField; + // @option xField: String + // The fieldname of the dataset's longitude (x) field + this.xField = options.xField; + // @option yField: String + // The fieldname of the dataset's latitude (y) field + this.yField = options.yField; + // @option icon: String + // The Font Awesome icon name to display + // Additional icons can be passed as filter options + this.icon = options.icon + +} + +function Knack(id, primary_key) { + Dataset.call(this, app_id, sceneKey, ViewKey, options); + this.api_key='knack' +} +// https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Inheritance +Knack.prototype = Object.create(Dataset.prototype); +Knack.prototype.constructor = Knack + + +var service_requests = new Dataset( + 'service_requests', + 'id', + { + label: 'Service Requests', + displayField: 'field_1388', // address + xField: 'field_1402', + yField: 'field_1401', + icon: 'exclamation-triangle' + } +) + diff --git a/components/js/datautil.js b/components/js/datautil.js new file mode 100644 index 00000000..4b5e486d --- /dev/null +++ b/components/js/datautil.js @@ -0,0 +1,8 @@ +function filterByKeyValue(arr, key, value) { + // search an array of objects + // for a matching key/value + return arr.filter(function(entry){ + return entry[key] == value; + }); + +} \ No newline at end of file diff --git a/components/js/device-status.js b/components/js/device-status.js new file mode 100644 index 00000000..94bea4c7 --- /dev/null +++ b/components/js/device-status.js @@ -0,0 +1,760 @@ +// assumes one record per device-type per location +var data_master, map, marker, feature_layer, table, filters, selector_change, curr_breakpoint; + +var prev_breakpoint = undefined; +var show_modal = false; + +var q = d3.queue(); + +var location_id_field = "atd_location_id"; +var comm_status_field = "ip_comm_status"; +var comm_status_date_field = "comm_status_datetime_utc"; +var table_cols = ['Location', 'Device Status']; + +var device_data = [ + { + 'name' : 'cctv', + 'icon' : 'video-camera', + 'display_name' : "CCTV", + 'resource_id' : 'fs3c-45ge', + 'id_field' : 'camera_id', + 'query' : 'select * where upper(camera_mfg) not in ("GRIDSMART")' + }, + { + 'name' : 'gridsmart', + 'icon' : 'crosshairs', + 'display_name' : 'GRIDSMART', + 'resource_id' : 'sqwb-zh93', // qpuw-8eeb + 'id_field' : 'atd_camera_id', + 'query' : 'select * where upper(detector_type) LIKE ("%25GRIDSMART%25")' + }, + { + 'name' : 'travel_sensor', + 'icon' : 'rss', + 'display_name' : 'Travel Sensors', + 'resource_id' : 'wakh-bdjq', + 'id_field' : 'sensor_id', + 'query' : 'select location_latitude,location_longitude,sensor_type,atd_location_id,location_name,ip_comm_status,comm_status_datetime_utc where sensor_status in ("TURNED_ON")' + }, + { + 'name' : 'traffic_signal', + 'icon' : 'car', + 'display_name' : "Signal", + 'resource_id' : 'xwqn-2f78', + 'id_field' : 'signal_id', + 'query' : 'select atd_location_id,signal_id,signal_status,location_name,location_latitude,location_longitude,control,ip_comm_status,comm_status_datetime_utc where control in ("PRIMARY") and signal_status in ("TURNED_ON") limit 10000' + } +]; + +var map_options = { + center : [30.27, -97.74], + zoom : 11, + minZoom : 1, + maxZoom : 20, + zoomControl : false +}; + +var img_url_base = 'http://162.89.4.145/CCTVImages/CCTV'; + +var default_styles = { + 'ONLINE' : { + color: '#fff', + weight: 1, + fillColor: '#056315', + fillOpacity: .8 + }, + 'OFFLINE' : { + color: '#fff', + weight: 1, + fillColor: '#a52626', + fillOpacity: .8 + } +}; + +var table_height = '60vh'; + +var t_options = { + ease : d3.easeQuad, + duration : 500 +}; + +var t1 = d3.transition() + .ease(t_options.ease) + .duration(t_options.duration); + +var t2 = d3.transition() + .ease(t_options.ease) + .duration(t_options.duration); + + +var formats = { + 'round': function(val) { return Math.round(val) }, + 'formatDateTime' : d3.timeFormat("%x %X"), + 'formatDate' : d3.timeFormat("%x"), + 'formatTime' : d3.timeFormat("%I:%M %p"), + 'thousands' : d3.format(",") +}; + + +var coa_net_passthrough = 'http://10.66.2.55:5000/?' + +var SCALE_THRESHOLDS = { + '$1': 500, + '$2': 500, + '$3': 500, + '$4': 500, + '$5': 500, + '$6': 500, + '$7': 500, + '$8': 500, + '$9': 500, + '$10': 500, + '$11': 400, + '$12': 250, + '$13': 150, + '$14': 100, + '$15': 50, + '$16': 40, + '$17': 25, + '$18': 10, + '$19': 10, + '$20': 10, +}; + +$('#dashModal').on('shown.bs.modal', function (e) { + var mod_width = $('.modal-body').width(); + $('#modal-info').find('img').attr('width', mod_width); +}) + +$('a[data-toggle="tab"]').on('shown.bs.tab', function() { + + map.invalidateSize(); + +}); + +$(document).ready(function(){ + + + for (var i = 0; i < device_data.length; ++i) { + + if ( 'resource_id' in device_data[i] ) { + + var url = buildSocrataUrl(device_data[i]); + + var name = device_data[i]['name']; + + q.defer(d3.json, url) + + } + + } + + q.awaitAll(function(error) { + + if (error) throw error; + + for ( var i = 0; i < arguments[1].length; i++ ) { + device_data[i].data = arguments[1][i]; + + } + + main(device_data); + + }); + +}); + + +$('#dashModal').on('shown.bs.modal', function () { + map.invalidateSize(); +}); + +function main(data) { + + var map_selectors = createMapSelectors('map_selectors', device_data); + + data_master = groupByLocation(data); + + map = makeMap('map', map_options); + + data_master = createMarkers(data_master, default_styles); + + filters = checkFilters(); + + var filtered_data = filterByKeyExits(data_master, filters); + + var cols = createTableCols('data_table', table_cols); + + populateTable(filtered_data, 'data_table'); + + $('#search_input').on( 'keyup', function () { + + table.search( this.value ).draw(); + + } ); + + map.on('zoomend', function() { + setMarkerSizes(data_master); + }); + + $(".btn-map-selector").on('click', function() { + + if ( $(this).hasClass('active') ) { + $(this).removeClass('active').attr('aria-pressed', false); + } else { + $(this).addClass('active').attr('aria-pressed', true) + } + + selector_change = true; + + filterChange(); + }) + + createTableListeners(); + + // https://stackoverflow.com/questions/5489946/jquery-how-to-wait-for-the-end-of-resize-event-and-only-then-perform-an-ac + var resize_timer; + window.onresize = function(){ + clearTimeout(resize_timer); + resize_timer = setTimeout(resizedw, 100); + }; +} + + + +function buildSocrataUrl(data) { + + var resource_id = data.resource_id; + + var url = 'https://data.austintexas.gov/resource/' + resource_id + '.json'; + + if (data.query) { + + url = url + '?$query=' + data.query; + + + } + + return url; +} + +function createMapSelectors(div_id, obj_arr) { + + var selectors = d3.select("#" + div_id) + .selectAll('div') + .data(obj_arr) + .enter() + .append('div') + .attr('class', 'col-sm') + .append('btn') + .attr('type', 'button') + .attr('data_id', function(d){ + return d.name; + }) + .attr('class', 'btn btn-block btn-primary btn-map-selector') + .attr('aria-pressed', function(d, i) { + // class first button as 'active' + if (i == 0) { + return true; + } + else { + return false; + } + }) + .classed('active', function(d, i) { + // class first button as 'active' + if (i == 0) { + return true; + } + else { + return false; + } + }) + .html(function(d){ + return ' ' + d.display_name; + }); + + return selectors; + +} + + +function findWithAttr(array, attr, value) { + // http://stackoverflow.com/questions/7176908/how-to-get-index-of-object-by-its-property-in-javascript + for (var i = 0; i < array.length; i += 1) { + if(array[i][attr] === value) { + return i; + } + } + return -1; +} + + +function groupByLocation(data) { + + var grouped_data = []; + + for (var i = 0; i < device_data.length; ++i) { + + for (var q = 0; q < device_data[i].data.length; q++) { + + var location = device_data[i].data[q][location_id_field]; + + var current_id = grouped_data.length + 1 + + var loc_exists = grouped_data.some(function (loc) { + return loc.location === location; + }); + + if (!(loc_exists)) { + if (!device_data[i].data[q].location_latitude){ + console.log(device_data[i].data[q]); + continue; + } + + // build location record + var device_name = device_data[i]['name']; + + var new_loc = { + 'location' : location, + 'latitude' : device_data[i].data[q].location_latitude, + 'longitude' : device_data[i].data[q].location_longitude, + 'location_name' : device_data[i].data[q].location_name, + }; + + + // append device-specifc attributes + new_loc[device_name] = { + 'status' : device_data[i].data[q][comm_status_field], + 'status_date' : device_data[i].data[q][comm_status_date_field], + 'device_id' : device_data[i].data[q][device_data[i]['id_field']] + }; + + grouped_data.push(new_loc); + + } else { + // location exists + // append device-specifc attributes + var index = findWithAttr(grouped_data, 'location', location); + + grouped_data[index][device_data[i].name] = { + 'status' : device_data[i].data[q][comm_status_field], + 'status_date' : device_data[i].data[q][comm_status_date_field], + 'device_id' : device_data[i].data[q][device_data[i]['id_field']] + }; + } + } + } + return grouped_data; +} + + + +function makeMap(divId, options) { + + // mappy map + L.Icon.Default.imagePath = '../components/images/'; + + var layers = { + carto_positron: L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png', { + attribution: '© OpenStreetMap © CartoDB', + subdomains: 'abcd', + maxZoom: 19 + }), + + stamen_toner_lite: L.tileLayer('http://stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.{ext}', { + attribution : 'Map tiles by Stamen Design, CC BY 3.0 — Map data © OpenStreetMap', + subdomains : 'abcd', + maxZoom : 20, + ext : 'png' + }) + } + + var map = new L.Map(divId, options) + .addLayer(layers['stamen_toner_lite']); + + var zoomHome = L.Control.zoomHome(); + zoomHome.addTo(map); + + return map; + +} + + + + +function createMarkers(data, style) { + // create markers and layers for each device type + for (var i = 0; i < data.length; i++) { + + var marker_style = style['OFFLINE']; + + var location_name = data[i].location_name; + + var lat = data[i].latitude; + + var lon = data[i].longitude; + + var popup_text = '' + location_name + ''; + + var img_url = false; + + for (var q = 0; q < device_data.length; q++) { + + if (device_data[q]['name'] in data[i]) { + + if (device_data[q]['name'] == 'cctv') { + var id = data[i]['cctv']['device_id']; + var img_url = img_url_base + id + '.jpg'; + } + + if (data[i][device_data[q]['name']]['status'] == 'ONLINE') { + var status = 'Online'; + } else { + var status = 'Offline' + } + + if (data[i][device_data[q]['name']]['status_date']) { + var status_date = new Date( data[i][device_data[q]['name']]['status_date'] ); + status_date = formats['formatDateTime'](status_date); + status_date = ' since ' + status_date; + } else { + var status_date = ''; + } + + popup_text = popup_text + '
' + + '' + + ": "+ status + status_date; + + } + + + } + + if (img_url) { + cam_url = coa_net_passthrough + 'cam_id=' + id; + popup_text = + "" + + "
" + + popup_text + + "
Video Feed (Restricted Access)"; + } + + if (popup_text.indexOf('Online') > -1 ) { + marker_style = style['ONLINE']; + } + + data[i]['marker'] = L.circle([lat,lon], 500) + .bindPopup(popup_text) + .setStyle(marker_style) + + } + + return data; + +} + + + +function getMarkers(source_data, id_array) { + + var layer = new L.featureGroup(); + + for (var i = 0; i < source_data.length; i++) { + + if ( id_array.indexOf( '$' + source_data[i]['location']) > -1 ) { + var marker_style = getStyle(source_data[i], default_styles); + source_data[i]['marker'].setStyle(marker_style).addTo(layer); + + } + + } + + return layer +} + + + +function updateMap(layer) { + + if ( map.hasLayer(feature_layer) ) { + map.removeLayer(feature_layer); + } + + feature_layer = layer + + feature_layer.addTo(map); + + adjustView(layer); + +} + + +function createTableCols(div_id, col_array) { + + var cols = d3.select('#' + div_id).select('thead') + .append('tr') + .selectAll('th') + .data(col_array) + .enter() + .append('th') + .text(function(d) { + return d; + }); + + return cols; + +} + + +function populateTable(data, divId) { + + if ( $('#' + divId) ) { + + $('#' + divId).dataTable().fnDestroy(); + + } + + table = $('#data_table') + .DataTable({ + data : data, + rowId : 'location', + scrollY : table_height, + scrollCollapse : false, + bInfo : true, + paging : false, + autoWidth: true, + drawCallback : function( settings ) { + var ids = []; + + $('.tableRow').each(function(i, obj) { + ids.push(obj.id); + }); + + var marker_layer = getMarkers(data, ids); + + updateMap(marker_layer); + }, + columns: [ + + { data: 'location_name', + "render": function ( data, type, full, meta ) { + + if ('location' in full) { + return "" + data + ""; + } else { + return ''; + } + } + }, + + { data: 'location_name', + "render": function ( data, type, full, meta ) { + + var render_str = ''; + + for (var i=0; i < device_data.length; i++) { + var device_name = device_data[i].name; + + if (device_name in full && filters.indexOf(device_name) >= 0) { + + if (full[device_name].status == 'ONLINE') { + render_str = render_str + " " + + } else { + render_str = render_str + " " + } + + } + } + + return render_str; + } + + } + ] + }) + + + d3.select("#data_table_filter").remove(); + + createTableListeners(); + + resizedw(); + +} + + +function setMarkerSizes(data) { + + var zoom = map.getZoom(); + for (var i = 0; i < data.length; i++){ + data[i].marker.setRadius(SCALE_THRESHOLDS["$"+ zoom]); + } + +} + + + + +function zoomToMarker(marker_id, data) { + + for (var i = 0; i < data.length; i++ ) { + + if (data[i].location == marker_id ) { + + marker = data[i].marker; + + if (show_modal) { + + map.closePopup(); + + map.setView(marker._latlng, 16); + + var popup = marker._popup._content; + $('#modal-info').append(""); + $('#dashModal').modal('toggle'); + + } else { + + map.setView(marker._latlng, 17); + + marker.openPopup(); + + map.invalidateSize(); + + } + + } + } +} + + + +function checkFilters(){ + + filters = []; + + $('btn.active').not(':hidden').each(function() { + filters.push( $(this).attr('data_id')); + }); + + return Array.from(new Set(filters)); // remove duplicates, which may arise from having 'hidden' filters based on display invalidateSize + +} + + +function filterByKeyExits(data, filters) { + + return data.filter(function(record){ + return Object.keys(record).some( function(key){ + return (filters.indexOf(key) > -1); + }) + }) + +} + +function filterChange() { + filters = checkFilters(); + var data = filterByKeyExits(data_master, filters); + populateTable(data, 'data_table'); +} + + +function adjustView(layer) { + + if ( filters.length == 0 ) { + // apply default view when no filters are applied (ie map is empty) + map.setView(map_options.center, map_options.zoom); + + map.invalidateSize(); + + } else if (!selector_change) { // view not updated if selector change + + var bounds = layer.getBounds(); + + if ( bounds.hasOwnProperty('_southWest') ) { + map.fitBounds(bounds, { maxZoom: 16 }); + } + + map.invalidateSize(); + + } + + selector_change = false; + +} + + +function createTableListeners() { + + d3.selectAll('tr') + .on('click', function(d){ + $('#modal-popup-container').remove(); + var marker_id = d3.select(this).attr('id'); + zoomToMarker(marker_id, data_master); + }); + +} + +function resizedw(){ + + prev_breakpoint = curr_breakpoint; + curr_breakpoint = breakpoint(); + + + if (curr_breakpoint != prev_breakpoint) { + + if (curr_breakpoint === 'xs' || curr_breakpoint === 'sm' || curr_breakpoint === 'md') { + + if (!show_modal) { + // copy map to modal + $('#data-row-1').find('#map').appendTo('#modal-map'); + map.invalidateSize(); + show_modal = true; + } + + } else { + + if (show_modal ) { + $('#modal-map').find('#map').appendTo('#data-row-1'); + map.invalidateSize(); + show_modal = false; + } + } + } + + table.columns.adjust(); +} + + +function getStyle(record, style) { + // style marker based on current filers and comm status + var marker_style = style['ONLINE']; // device style is online until proven otherwise + + for (var i=0; i < device_data.length; i++) { + var device_name = device_data[i].name; + + if (device_name in record && filters.indexOf(device_name) >= 0) { + + if (record[device_name].status != 'ONLINE') { + marker_style = style['OFFLINE'] + break; + } else { + continue; + } + } + } + + return marker_style; +} + + + + + diff --git a/components/js/google-analytics.js b/components/js/google-analytics.js new file mode 100644 index 00000000..15131b1f --- /dev/null +++ b/components/js/google-analytics.js @@ -0,0 +1,8 @@ + + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-85076727-1', 'auto'); + ga('send', 'pageview'); \ No newline at end of file diff --git a/components/js/ie-emulation-modes-warning.js b/components/js/ie-emulation-modes-warning.js new file mode 100644 index 00000000..3f97ba58 --- /dev/null +++ b/components/js/ie-emulation-modes-warning.js @@ -0,0 +1,51 @@ +// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT +// IT'S JUST JUNK FOR OUR DOCS! +// ++++++++++++++++++++++++++++++++++++++++++ +/*! + * Copyright 2014-2015 Twitter, Inc. + * + * Licensed under the Creative Commons Attribution 3.0 Unported License. For + * details, see https://creativecommons.org/licenses/by/3.0/. + */ +// Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes. +(function () { + 'use strict'; + + function emulatedIEMajorVersion() { + var groups = /MSIE ([0-9.]+)/.exec(window.navigator.userAgent) + if (groups === null) { + return null + } + var ieVersionNum = parseInt(groups[1], 10) + var ieMajorVersion = Math.floor(ieVersionNum) + return ieMajorVersion + } + + function actualNonEmulatedIEMajorVersion() { + // Detects the actual version of IE in use, even if it's in an older-IE emulation mode. + // IE JavaScript conditional compilation docs: https://msdn.microsoft.com/library/121hztk3%28v=vs.94%29.aspx + // @cc_on docs: https://msdn.microsoft.com/library/8ka90k2e%28v=vs.94%29.aspx + var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // jshint ignore:line + if (jscriptVersion === undefined) { + return 11 // IE11+ not in emulation mode + } + if (jscriptVersion < 9) { + return 8 // IE8 (or lower; haven't tested on IE<8) + } + return jscriptVersion // IE9 or IE10 in any mode, or IE11 in non-IE11 mode + } + + var ua = window.navigator.userAgent + if (ua.indexOf('Opera') > -1 || ua.indexOf('Presto') > -1) { + return // Opera, which might pretend to be IE + } + var emulated = emulatedIEMajorVersion() + if (emulated === null) { + return // Not IE + } + var nonEmulated = actualNonEmulatedIEMajorVersion() + + if (emulated !== nonEmulated) { + window.alert('WARNING: You appear to be using IE' + nonEmulated + ' in IE' + emulated + ' emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON\'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!') + } +})(); diff --git a/components/js/ie10-viewport-bug-workaround.js b/components/js/ie10-viewport-bug-workaround.js new file mode 100644 index 00000000..479a6ebd --- /dev/null +++ b/components/js/ie10-viewport-bug-workaround.js @@ -0,0 +1,23 @@ +/*! + * IE10 viewport hack for Surface/desktop Windows 8 bug + * Copyright 2014-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +// See the Getting Started docs for more information: +// http://getbootstrap.com/getting-started/#support-ie10-width + +(function () { + 'use strict'; + + if (navigator.userAgent.match(/IEMobile\/10\.0/)) { + var msViewportStyle = document.createElement('style') + msViewportStyle.appendChild( + document.createTextNode( + '@-ms-viewport{width:auto!important}' + ) + ) + document.querySelector('head').appendChild(msViewportStyle) + } + +})(); diff --git a/components/js/jquery.dataTables.min.js b/components/js/jquery.dataTables.min.js new file mode 100644 index 00000000..2a6958a3 --- /dev/null +++ b/components/js/jquery.dataTables.min.js @@ -0,0 +1,163 @@ +/*! + DataTables 1.10.8 + ©2008-2014 SpryMedia Ltd - datatables.net/license +*/ +(function(Fa,T,k){var S=function(g){function X(a){var b,c,d={};g.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()),d[c]=e,"o"===b[1]&&X(a[e])});a._hungarianMap=d}function I(a,b,c){a._hungarianMap||X(a);var d;g.each(b,function(e){d=a._hungarianMap[e];if(d!==k&&(c||b[d]===k))"o"===d.charAt(0)?(b[d]||(b[d]={}),g.extend(!0,b[d],b[e]),I(a[d],b[d],c)):b[d]=b[e]})}function S(a){var b=m.defaults.oLanguage,c=a.sZeroRecords; +!a.sEmptyTable&&(c&&"No data available in table"===b.sEmptyTable)&&F(a,a,"sZeroRecords","sEmptyTable");!a.sLoadingRecords&&(c&&"Loading..."===b.sLoadingRecords)&&F(a,a,"sZeroRecords","sLoadingRecords");a.sInfoThousands&&(a.sThousands=a.sInfoThousands);(a=a.sDecimal)&&db(a)}function eb(a){B(a,"ordering","bSort");B(a,"orderMulti","bSortMulti");B(a,"orderClasses","bSortClasses");B(a,"orderCellsTop","bSortCellsTop");B(a,"order","aaSorting");B(a,"orderFixed","aaSortingFixed");B(a,"paging","bPaginate"); +B(a,"pagingType","sPaginationType");B(a,"pageLength","iDisplayLength");B(a,"searching","bFilter");"boolean"===typeof a.sScrollX&&(a.sScrollX=a.sScrollX?"100%":"");if(a=a.aoSearchCols)for(var b=0,c=a.length;b").css({position:"fixed", +top:0,left:0,height:1,width:1,overflow:"hidden"}).append(g("
").css({position:"absolute",top:1,left:1,width:100,overflow:"scroll"}).append(g('
').css({width:"100%",height:10}))).appendTo("body"),c=b.find(".test");a.bScrollOversize=100===c[0].offsetWidth;a.bScrollbarLeft=1!==Math.round(c.offset().left);a.bBounding=b[0].getBoundingClientRect().width?!0:!1;b.remove()}function hb(a,b,c,d,e,f){var h,i=!1;c!==k&&(h=c,i=!0);for(;d!==e;)a.hasOwnProperty(d)&&(h=i?b(h,a[d],d,a):a[d], +i=!0,d+=f);return h}function Ga(a,b){var c=m.defaults.column,d=a.aoColumns.length,c=g.extend({},m.models.oColumn,c,{nTh:b?b:T.createElement("th"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:"",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.mData:d,idx:d});a.aoColumns.push(c);c=a.aoPreSearchCols;c[d]=g.extend({},m.models.oSearch,c[d]);ka(a,d,g(b).data())}function ka(a,b,c){var b=a.aoColumns[b],d=a.oClasses,e=g(b.nTh);if(!b.sWidthOrig){b.sWidthOrig=e.attr("width")||null;var f=(e.attr("style")||"").match(/width:\s*(\d+[pxem%]+)/); +f&&(b.sWidthOrig=f[1])}c!==k&&null!==c&&(fb(c),I(m.defaults.column,c),c.mDataProp!==k&&!c.mData&&(c.mData=c.mDataProp),c.sType&&(b._sManualType=c.sType),c.className&&!c.sClass&&(c.sClass=c.className),g.extend(b,c),F(b,c,"sWidth","sWidthOrig"),c.iDataSort!==k&&(b.aDataSort=[c.iDataSort]),F(b,c,"aDataSort"));var h=b.mData,i=P(h),j=b.mRender?P(b.mRender):null,c=function(a){return"string"===typeof a&&-1!==a.indexOf("@")};b._bAttrSrc=g.isPlainObject(h)&&(c(h.sort)||c(h.type)||c(h.filter));b.fnGetData= +function(a,b,c){var d=i(a,b,k,c);return j&&b?j(d,b,a,c):d};b.fnSetData=function(a,b,c){return Q(h)(a,b,c)};"number"!==typeof h&&(a._rowReadObject=!0);a.oFeatures.bSort||(b.bSortable=!1,e.addClass(d.sSortableNone));a=-1!==g.inArray("asc",b.asSorting);c=-1!==g.inArray("desc",b.asSorting);!b.bSortable||!a&&!c?(b.sSortingClass=d.sSortableNone,b.sSortingClassJUI=""):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=d.sSortJUIAscAllowed):!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI= +d.sSortJUIDescAllowed):(b.sSortingClass=d.sSortable,b.sSortingClassJUI=d.sSortJUI)}function Y(a){if(!1!==a.oFeatures.bAutoWidth){var b=a.aoColumns;Ha(a);for(var c=0,d=b.length;cr[f])d(l.length+r[f],n);else if("string"===typeof r[f]){i=0;for(j=l.length;ib&&a[e]--; -1!=d&&c===k&&a.splice(d,1)}function da(a,b,c,d){var e=a.aoData[b],f,h=function(c,f){for(;c.childNodes.length;)c.removeChild(c.firstChild);c.innerHTML=y(a,b,f,"display")};if("dom"===c||(!c||"auto"===c)&&"dom"===e.src)e._aData=na(a,e,d,d===k?k:e._aData).data;else{var i=e.anCells;if(i)if(d!== +k)h(i[d],d);else{c=0;for(f=i.length;c").appendTo(h));b=0;for(c=l.length;btr").attr("role","row");g(h).find(">tr>th, >tr>td").addClass(n.sHeaderTH);g(i).find(">tr>th, >tr>td").addClass(n.sFooterTH);if(null!==i){a=a.aoFooter[0];b=0;for(c=a.length;b=a.fnRecordsDisplay()?0:h,a.iInitDisplayStart=-1);var h=a._iDisplayStart,n=a.fnDisplayEnd();if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++,C(a,!1);else if(i){if(!a.bDestroying&&!lb(a))return}else a.iDraw++;if(0!==j.length){f=i?a.aoData.length:n;for(i=i?0:h;i",{"class":e?d[0]:""}).append(g("",{valign:"top",colSpan:ba(a),"class":a.oClasses.sRowEmpty}).html(c))[0];w(a,"aoHeaderCallback","header",[g(a.nTHead).children("tr")[0], +Ma(a),h,n,j]);w(a,"aoFooterCallback","footer",[g(a.nTFoot).children("tr")[0],Ma(a),h,n,j]);d=g(a.nTBody);d.children().detach();d.append(g(b));w(a,"aoDrawCallback","draw",[a]);a.bSorted=!1;a.bFiltered=!1;a.bDrawing=!1}}function R(a,b){var c=a.oFeatures,d=c.bFilter;c.bSort&&mb(a);d?ga(a,a.oPreviousSearch):a.aiDisplay=a.aiDisplayMaster.slice();!0!==b&&(a._iDisplayStart=0);a._drawHold=b;M(a);a._drawHold=!1}function nb(a){var b=a.oClasses,c=g(a.nTable),c=g("
").insertBefore(c),d=a.oFeatures,e=g("
", +{id:a.sTableId+"_wrapper","class":b.sWrapper+(a.nTFoot?"":" "+b.sNoFooter)});a.nHolding=c[0];a.nTableWrapper=e[0];a.nTableReinsertBefore=a.nTable.nextSibling;for(var f=a.sDom.split(""),h,i,j,n,l,r,q=0;q")[0];n=f[q+1];if("'"==n||'"'==n){l="";for(r=2;f[q+r]!=n;)l+=f[q+r],r++;"H"==l?l=b.sJUIHeader:"F"==l&&(l=b.sJUIFooter);-1!=l.indexOf(".")?(n=l.split("."),j.id=n[0].substr(1,n[0].length-1),j.className=n[1]):"#"==l.charAt(0)?j.id=l.substr(1,l.length- +1):j.className=l;q+=r}e.append(j);e=g(j)}else if(">"==i)e=e.parent();else if("l"==i&&d.bPaginate&&d.bLengthChange)h=ob(a);else if("f"==i&&d.bFilter)h=pb(a);else if("r"==i&&d.bProcessing)h=qb(a);else if("t"==i)h=rb(a);else if("i"==i&&d.bInfo)h=sb(a);else if("p"==i&&d.bPaginate)h=tb(a);else if(0!==m.ext.feature.length){j=m.ext.feature;r=0;for(n=j.length;r',i=d.sSearch,i=i.match(/_INPUT_/)?i.replace("_INPUT_",h):i+h,b=g("
",{id:!f.f?c+"_filter":null,"class":b.sFilter}).append(g("
").addClass(b.sLength);a.aanFeatures.l||(j[0].id=c+"_length");j.children().append(a.oLanguage.sLengthMenu.replace("_MENU_",e[0].outerHTML));g("select", +j).val(a._iDisplayLength).bind("change.DT",function(){Sa(a,g(this).val());M(a)});g(a.nTable).bind("length.dt.DT",function(b,c,f){a===c&&g("select",j).val(f)});return j[0]}function tb(a){var b=a.sPaginationType,c=m.ext.pager[b],d="function"===typeof c,e=function(a){M(a)},b=g("
").addClass(a.oClasses.sPaging+b)[0],f=a.aanFeatures;d||c.fnInit(a,b,e);f.p||(b.id=a.sTableId+"_paginate",a.aoDrawCallback.push({fn:function(a){if(d){var b=a._iDisplayStart,g=a._iDisplayLength,n=a.fnRecordsDisplay(),l=-1=== +g,b=l?0:Math.ceil(b/g),g=l?1:Math.ceil(n/g),n=c(b,g),k,l=0;for(k=f.p.length;lf&&(d=0)):"first"==b?d=0:"previous"==b?(d=0<=e?d-e:0,0>d&&(d=0)):"next"==b?d+e",{id:!a.aanFeatures.r?a.sTableId+"_processing":null,"class":a.oClasses.sProcessing}).html(a.oLanguage.sProcessing).insertBefore(a.nTable)[0]}function C(a,b){a.oFeatures.bProcessing&&g(a.aanFeatures.r).css("display",b?"block":"none");w(a,null,"processing",[a,b])}function rb(a){var b=g(a.nTable);b.attr("role","grid");var c=a.oScroll;if(""===c.sX&&""===c.sY)return a.nTable;var d=c.sX,e=c.sY,f=a.oClasses,h=b.children("caption"), +i=h.length?h[0]._captionSide:null,j=g(b[0].cloneNode(!1)),n=g(b[0].cloneNode(!1)),l=b.children("tfoot");c.sX&&"100%"===b.attr("width")&&b.removeAttr("width");l.length||(l=null);j=g("
",{"class":f.sScrollWrapper}).append(g("
",{"class":f.sScrollHead}).css({overflow:"hidden",position:"relative",border:0,width:d?!d?null:u(d):"100%"}).append(g("
",{"class":f.sScrollHeadInner}).css({"box-sizing":"content-box",width:c.sXInner||"100%"}).append(j.removeAttr("id").css("margin-left",0).append("top"=== +i?h:null).append(b.children("thead"))))).append(g("
",{"class":f.sScrollBody}).css({position:"relative",overflow:"auto",width:!d?null:u(d)}).append(b));l&&j.append(g("
",{"class":f.sScrollFoot}).css({overflow:"hidden",border:0,width:d?!d?null:u(d):"100%"}).append(g("
",{"class":f.sScrollFootInner}).append(n.removeAttr("id").css("margin-left",0).append("bottom"===i?h:null).append(b.children("tfoot")))));var b=j.children(),k=b[0],f=b[1],q=l?b[2]:null;if(d)g(f).on("scroll.DT",function(){var a= +this.scrollLeft;k.scrollLeft=a;l&&(q.scrollLeft=a)});g(f).css(e&&c.bCollapse?"max-height":"height",e);a.nScrollHead=k;a.nScrollBody=f;a.nScrollFoot=q;a.aoDrawCallback.push({fn:Z,sName:"scrolling"});return j[0]}function Z(a){var b=a.oScroll,c=b.sX,d=b.sXInner,e=b.sY,b=b.iBarWidth,f=g(a.nScrollHead),h=f[0].style,i=f.children("div"),j=i[0].style,n=i.children("table"),i=a.nScrollBody,l=g(i),k=i.style,q=g(a.nScrollFoot).children("div"),m=q.children("table"),o=g(a.nTHead),E=g(a.nTable),p=E[0],t=p.style, +N=a.nTFoot?g(a.nTFoot):null,Eb=a.oBrowser,w=Eb.bScrollOversize,s,v,O,x,y=[],z=[],A=[],B,C=function(a){a=a.style;a.paddingTop="0";a.paddingBottom="0";a.borderTopWidth="0";a.borderBottomWidth="0";a.height=0};E.children("thead, tfoot").remove();x=o.clone().prependTo(E);o=o.find("tr");v=x.find("tr");x.find("th, td").removeAttr("tabindex");N&&(O=N.clone().prependTo(E),s=N.find("tr"),O=O.find("tr"));c||(k.width="100%",f[0].style.width="100%");g.each(qa(a,x),function(b,c){B=la(a,b);c.style.width=a.aoColumns[B].sWidth}); +N&&H(function(a){a.style.width=""},O);f=E.outerWidth();if(""===c){t.width="100%";if(w&&(E.find("tbody").height()>i.offsetHeight||"scroll"==l.css("overflow-y")))t.width=u(E.outerWidth()-b);f=E.outerWidth()}else""!==d&&(t.width=u(d),f=E.outerWidth());H(C,v);H(function(a){A.push(a.innerHTML);y.push(u(g(a).css("width")))},v);H(function(a,b){a.style.width=y[b]},o);g(v).height(0);N&&(H(C,O),H(function(a){z.push(u(g(a).css("width")))},O),H(function(a,b){a.style.width=z[b]},s),g(O).height(0));H(function(a, +b){a.innerHTML='
'+A[b]+"
";a.style.width=y[b]},v);N&&H(function(a,b){a.innerHTML="";a.style.width=z[b]},O);if(E.outerWidth()i.offsetHeight||"scroll"==l.css("overflow-y")?f+b:f;if(w&&(i.scrollHeight>i.offsetHeight||"scroll"==l.css("overflow-y")))t.width=u(s-b);(""===c||""!==d)&&J(a,1,"Possible column misalignment",6)}else s="100%";k.width=u(s);h.width=u(s);N&&(a.nScrollFoot.style.width=u(s));!e&&w&&(k.height= +u(p.offsetHeight+b));c=E.outerWidth();n[0].style.width=u(c);j.width=u(c);d=E.height()>i.clientHeight||"scroll"==l.css("overflow-y");e="padding"+(Eb.bScrollbarLeft?"Left":"Right");j[e]=d?b+"px":"0px";N&&(m[0].style.width=u(c),q[0].style.width=u(c),q[0].style[e]=d?b+"px":"0px");l.scroll();if((a.bSorted||a.bFiltered)&&!a._drawHold)i.scrollTop=0}function H(a,b,c){for(var d=0,e=0,f=b.length,h,i;e").appendTo(i.find("tbody"));i.find("thead, tfoot").remove();i.append(g(a.nTHead).clone()).append(g(a.nTFoot).clone());i.find("tfoot th, tfoot td").css("width","");n=qa(a,i.find("thead")[0]);for(m=0;m").css(f||e?{position:"absolute",top:0, +left:0,height:1,right:0,overflow:"hidden"}:{}).append(i).appendTo(k);f&&h?i.width(h):f?(i.css("width","auto"),i.width()").css("width",u(a)).appendTo(b||T.body),d=c[0].offsetWidth;c.remove();return d}function Gb(a,b){var c= +Hb(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?g("").html(y(a,c,b,"display"))[0]:d.anCells[b]}function Hb(a,b){for(var c,d=-1,e=-1,f=0,h=a.aoData.length;fd&&(d=c.length,e=f);return e}function u(a){return null===a?"0px":"number"==typeof a?0>a?"0px":a+"px":a.match(/\d$/)?a+"px":a}function Ib(){var a=m.__scrollbarWidth;if(a===k){var b=g("

").css({position:"absolute",top:0,left:0,width:"100%",height:150,padding:0,overflow:"scroll", +visibility:"hidden"}).appendTo("body"),a=b[0].offsetWidth-b[0].clientWidth;m.__scrollbarWidth=a;b.remove()}return a}function V(a){var b,c,d=[],e=a.aoColumns,f,h,i,j;b=a.aaSortingFixed;c=g.isPlainObject(b);var n=[];f=function(a){a.length&&!g.isArray(a[0])?n.push(a):n.push.apply(n,a)};g.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;a +e?1:0,0!==c)return"asc"===i.dir?c:-c;c=d[a];e=d[b];return ce?1:0}):g.sort(function(a,b){var c,h,i,g,j=n.length,k=f[a]._aSortData,m=f[b]._aSortData;for(i=0;ih?1:0})}a.bSorted=!0}function Kb(a){for(var b,c,d=a.aoColumns,e=V(a),a=a.oLanguage.oAria,f=0,h=d.length;f/g,"");var g=c.nTh;g.removeAttribute("aria-sort"); +c.bSortable&&(0e?e+1:3));e=0;for(f=d.length;ee?e+1:3))}a.aLastSort=d}function Jb(a,b){var c=a.aoColumns[b],d=m.ext.order[c.sSortDataType],e;d&&(e=d.call(a.oInstance,a,b,aa(a,b)));for(var f,h=m.ext.type.order[c.sType+"-pre"],i=0,g=a.aoData.length;i=d.length?[0,c[1]]: +c)}));e.search!==k&&g.extend(a.oPreviousSearch,Bb(e.search));b=0;for(c=e.columns.length;b=c&&(b=c-d);b-=b%d;if(-1===d||0>b)b=0;a._iDisplayStart=b}function Qa(a,b){var c=a.renderer,d=m.ext.renderer[b];return g.isPlainObject(c)&&c[b]?d[c[b]]||d._:"string"===typeof c?d[c]||d._:d._}function z(a){return a.oFeatures.bServerSide?"ssp":a.ajax||a.sAjaxSource?"ajax":"dom"}function Aa(a,b){var c=[],c=Nb.numbers_length,d=Math.floor(c/2);b<=c?c=W(0,b):a<=d?(c=W(0,c-2),c.push("ellipsis"),c.push(b-1)):(a>=b-1-d?c=W(b-(c-2),b):(c=W(a-d+2,a+d-1),c.push("ellipsis"), +c.push(b-1)),c.splice(0,0,"ellipsis"),c.splice(0,0,0));c.DT_el="span";return c}function db(a){g.each({num:function(b){return Ba(b,a)},"num-fmt":function(b){return Ba(b,a,Xa)},"html-num":function(b){return Ba(b,a,Ca)},"html-num-fmt":function(b){return Ba(b,a,Ca,Xa)}},function(b,c){v.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(v.type.search[b+a]=v.type.search.html)})}function Ob(a){return function(){var b=[za(this[m.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return m.ext.internal[a].apply(this, +b)}}var m,v,t,p,s,Ya={},Pb=/[\r\n]/g,Ca=/<.*?>/g,bc=/^[\w\+\-]/,cc=/[\w\+\-]$/,Zb=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)","g"),Xa=/[',$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfk]/gi,K=function(a){return!a||!0===a||"-"===a?!0:!1},Qb=function(a){var b=parseInt(a,10);return!isNaN(b)&&isFinite(a)?b:null},Rb=function(a,b){Ya[b]||(Ya[b]=RegExp(va(b),"g"));return"string"===typeof a&&"."!==b?a.replace(/\./g,"").replace(Ya[b],"."):a},Za=function(a,b,c){var d="string"===typeof a; +if(K(a))return!0;b&&d&&(a=Rb(a,b));c&&d&&(a=a.replace(Xa,""));return!isNaN(parseFloat(a))&&isFinite(a)},Sb=function(a,b,c){return K(a)?!0:!(K(a)||"string"===typeof a)?null:Za(a.replace(Ca,""),b,c)?!0:null},D=function(a,b,c){var d=[],e=0,f=a.length;if(c!==k)for(;e")[0],$b=wa.textContent!==k,ac=/<.*?>/g;m=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a, +b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new t(za(this[v.iApiIndex])):new t(this)};this.fnAddData=function(a,b){var c=this.api(!0),d=g.isArray(a)&&(g.isArray(a[0])||g.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===k||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=function(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===k||a?b.draw(!1):(""!==d.sX||""!==d.sY)&&Z(c)};this.fnClearTable=function(a){var b=this.api(!0).clear(); +(a===k||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],g=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,g);(c===k||c)&&d.draw();return g};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(a)};this.fnFilter=function(a,b,c,d,e,g){e=this.api(!0);null===b||b===k?e.search(a,c,d,g):e.column(b).search(a,c,d,g);e.draw()};this.fnGetData=function(a,b){var c= +this.api(!0);if(a!==k){var d=a.nodeName?a.nodeName.toLowerCase():"";return b!==k||"td"==d||"th"==d?c.cell(a,b).data():c.row(a).data()||null}return c.data().toArray()};this.fnGetNodes=function(a){var b=this.api(!0);return a!==k?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();return"TR"==c?b.row(a).index():"TD"==c||"TH"==c?(a=b.cell(a).index(),[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()}; +this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};this.fnPageChange=function(a,b){var c=this.api(!0).page(a);(b===k||b)&&c.draw(!1)};this.fnSetColumnVis=function(a,b,c){a=this.api(!0).column(a).visible(b);(c===k||c)&&a.columns.adjust().draw()};this.fnSettings=function(){return za(this[v.iApiIndex])};this.fnSort=function(a){this.api(!0).order(a).draw()};this.fnSortListener=function(a,b,c){this.api(!0).order.listener(a,b,c)};this.fnUpdate=function(a,b,c,d,e){var g= +this.api(!0);c===k||null===c?g.row(b).data(a):g.cell(b,c).data(a);(e===k||e)&&g.columns.adjust();(d===k||d)&&g.draw();return 0};this.fnVersionCheck=v.fnVersionCheck;var b=this,c=a===k,d=this.length;c&&(a={});this.oApi=this.internal=v.internal;for(var e in m.ext.internal)e&&(this[e]=Ob(e));this.each(function(){var f={},f=1t<"F"ip>'),o.renderer)?g.isPlainObject(o.renderer)&&!o.renderer.header&&(o.renderer.header="jqueryui"):o.renderer="jqueryui":g.extend(j,m.ext.classes,f.oClasses);r.addClass(j.sTable);if(""!==o.oScroll.sX||""!==o.oScroll.sY)o.oScroll.iBarWidth= +Ib();o.iInitDisplayStart===k&&(o.iInitDisplayStart=f.iDisplayStart,o._iDisplayStart=f.iDisplayStart);null!==f.iDeferLoading&&(o.bDeferLoading=!0,e=g.isArray(f.iDeferLoading),o._iRecordsDisplay=e?f.iDeferLoading[0]:f.iDeferLoading,o._iRecordsTotal=e?f.iDeferLoading[1]:f.iDeferLoading);var t=o.oLanguage;g.extend(!0,t,f.oLanguage);""!==t.sUrl&&(g.ajax({dataType:"json",url:t.sUrl,success:function(a){S(a);I(l.oLanguage,a);g.extend(true,t,a);ha(o)},error:function(){ha(o)}}),n=!0);null===f.asStripeClasses&& +(o.asStripeClasses=[j.sStripeOdd,j.sStripeEven]);var e=o.asStripeClasses,s=r.children("tbody").find("tr").eq(0);-1!==g.inArray(!0,g.map(e,function(a){return s.hasClass(a)}))&&(g("tbody tr",this).removeClass(e.join(" ")),o.asDestroyStripes=e.slice());q=[];e=this.getElementsByTagName("thead");0!==e.length&&(ea(o.aoHeader,e[0]),q=qa(o));if(null===f.aoColumns){p=[];e=0;for(i=q.length;e").appendTo(this));o.nTHead=i[0];i=r.children("tbody"); +0===i.length&&(i=g("").appendTo(this));o.nTBody=i[0];i=r.children("tfoot");if(0===i.length&&0").appendTo(this);0===i.length||0===i.children().length?r.addClass(j.sNoFooter):0a?new t(b[a],this[a]):null},filter:function(a){var b=[];if(x.filter)b=x.filter.call(this,a,this);else for(var c=0,d=this.length;c").addClass(b),g("td",c).addClass(b).html(a)[0].colSpan=ba(d),e.push(c[0]))};f(a,b);c._details&&c._details.remove();c._details=g(e);c._detailsShow&&c._details.insertAfter(c.nTr)}return this});p(["row().child.show()", +"row().child().show()"],function(){Wb(this,!0);return this});p(["row().child.hide()","row().child().hide()"],function(){Wb(this,!1);return this});p(["row().child.remove()","row().child().remove()"],function(){cb(this);return this});p("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var ec=/^(.+):(name|visIdx|visible)$/,Xb=function(a,b,c,d,e){for(var c=[],d=0,f=e.length;d=0?b:h.length+b];if(typeof a==="function"){var e=Da(c,f);return g.map(h,function(b,f){return a(f,Xb(c,f,0,0,e),j[f])?f:null})}var k=typeof a==="string"?a.match(ec):"";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1],10);if(b<0){var m= +g.map(h,function(a,b){return a.bVisible?b:null});return[m[m.length+b]]}return[la(c,b)];case "name":return g.map(i,function(a,b){return a===k[1]?b:null})}else return g(j).filter(a).map(function(){return g.inArray(this,j)}).toArray()},c,f)},1);c.selector.cols=a;c.selector.opts=b;return c});s("columns().header()","column().header()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTh},1)});s("columns().footer()","column().footer()",function(){return this.iterator("column", +function(a,b){return a.aoColumns[b].nTf},1)});s("columns().data()","column().data()",function(){return this.iterator("column-rows",Xb,1)});s("columns().dataSrc()","column().dataSrc()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].mData},1)});s("columns().cache()","column().cache()",function(a){return this.iterator("column-rows",function(b,c,d,e,f){return ia(b.aoData,f,"search"===a?"_aFilterData":"_aSortData",c)},1)});s("columns().nodes()","column().nodes()",function(){return this.iterator("column-rows", +function(a,b,c,d,e){return ia(a.aoData,e,"anCells",b)},1)});s("columns().visible()","column().visible()",function(a,b){return this.iterator("column",function(c,d){if(a===k)return c.aoColumns[d].bVisible;var e=c.aoColumns,f=e[d],h=c.aoData,i,j,n;if(a!==k&&f.bVisible!==a){if(a){var l=g.inArray(!0,D(e,"bVisible"),d+1);i=0;for(j=h.length;id;return!0};m.isDataTable=m.fnIsDataTable=function(a){var b=g(a).get(0),c=!1;g.each(m.settings,function(a,e){var f=e.nScrollHead?g("table",e.nScrollHead)[0]:null,h=e.nScrollFoot?g("table",e.nScrollFoot)[0]:null;if(e.nTable===b||f===b||h===b)c=!0});return c};m.tables=m.fnTables=function(a){var b=!1;g.isPlainObject(a)&&(b= +a.api,a=a.visible);var c=g.map(m.settings,function(b){if(!a||a&&g(b.nTable).is(":visible"))return b.nTable});return b?new t(c):c};m.util={throttle:ua,escapeRegex:va};m.camelToHungarian=I;p("$()",function(a,b){var c=this.rows(b).nodes(),c=g(c);return g([].concat(c.filter(a).toArray(),c.find(a).toArray()))});g.each(["on","one","off"],function(a,b){p(b+"()",function(){var a=Array.prototype.slice.call(arguments);a[0].match(/\.dt\b/)||(a[0]+=".dt");var d=g(this.tables().nodes());d[b].apply(d,a);return this})}); +p("clear()",function(){return this.iterator("table",function(a){oa(a)})});p("settings()",function(){return new t(this.context,this.context)});p("init()",function(){var a=this.context;return a.length?a[0].oInit:null});p("data()",function(){return this.iterator("table",function(a){return D(a.aoData,"_aData")}).flatten()});p("destroy()",function(a){a=a||!1;return this.iterator("table",function(b){var c=b.nTableWrapper.parentNode,d=b.oClasses,e=b.nTable,f=b.nTBody,h=b.nTHead,i=b.nTFoot,j=g(e),f=g(f), +k=g(b.nTableWrapper),l=g.map(b.aoData,function(a){return a.nTr}),p;b.bDestroying=!0;w(b,"aoDestroyCallback","destroy",[b]);a||(new t(b)).columns().visible(!0);k.unbind(".DT").find(":not(tbody *)").unbind(".DT");g(Fa).unbind(".DT-"+b.sInstance);e!=h.parentNode&&(j.children("thead").detach(),j.append(h));i&&e!=i.parentNode&&(j.children("tfoot").detach(),j.append(i));b.aaSorting=[];b.aaSortingFixed=[];xa(b);g(l).removeClass(b.asStripeClasses.join(" "));g("th, td",h).removeClass(d.sSortable+" "+d.sSortableAsc+ +" "+d.sSortableDesc+" "+d.sSortableNone);b.bJUI&&(g("th span."+d.sSortIcon+", td span."+d.sSortIcon,h).detach(),g("th, td",h).each(function(){var a=g("div."+d.sSortJUIWrapper,this);g(this).append(a.contents());a.detach()}));f.children().detach();f.append(l);h=a?"remove":"detach";j[h]();k[h]();!a&&c&&(c.insertBefore(e,b.nTableReinsertBefore),j.css("width",b.sDestroyWidth).removeClass(d.sTable),(p=b.asDestroyStripes.length)&&f.children().each(function(a){g(this).addClass(b.asDestroyStripes[a%p])})); +c=g.inArray(b,m.settings);-1!==c&&m.settings.splice(c,1)})});g.each(["column","row","cell"],function(a,b){p(b+"s().every()",function(a){return this.iterator(b,function(d,e,f,g,i){a.call((new t(d))[b](e,"cell"===b?f:k),e,f,g,i)})})});p("i18n()",function(a,b,c){var d=this.context[0],a=P(a)(d.oLanguage);a===k&&(a=b);c!==k&&g.isPlainObject(a)&&(a=a[c]!==k?a[c]:a._);return a.replace("%d",c)});m.version="1.10.8";m.settings=[];m.models={};m.models.oSearch={bCaseInsensitive:!0,sSearch:"",bRegex:!1,bSmart:!0}; +m.models.oRow={nTr:null,anCells:null,_aData:[],_aSortData:null,_aFilterData:null,_sFilterRow:null,_sRowStripe:"",src:null,idx:-1};m.models.oColumn={idx:null,aDataSort:null,asSorting:null,bSearchable:null,bSortable:null,bVisible:null,_sManualType:null,_bAttrSrc:!1,fnCreatedCell:null,fnGetData:null,fnSetData:null,mData:null,mRender:null,nTh:null,nTf:null,sClass:null,sContentPadding:null,sDefaultContent:null,sName:null,sSortDataType:"std",sSortingClass:null,sSortingClassJUI:null,sTitle:null,sType:null, +sWidth:null,sWidthOrig:null};m.defaults={aaData:null,aaSorting:[[0,"asc"]],aaSortingFixed:[],ajax:null,aLengthMenu:[10,25,50,100],aoColumns:null,aoColumnDefs:null,aoSearchCols:[],asStripeClasses:null,bAutoWidth:!0,bDeferRender:!1,bDestroy:!1,bFilter:!0,bInfo:!0,bJQueryUI:!1,bLengthChange:!0,bPaginate:!0,bProcessing:!1,bRetrieve:!1,bScrollCollapse:!1,bServerSide:!1,bSort:!0,bSortMulti:!0,bSortCellsTop:!1,bSortClasses:!0,bStateSave:!1,fnCreatedRow:null,fnDrawCallback:null,fnFooterCallback:null,fnFormatNumber:function(a){return a.toString().replace(/\B(?=(\d{3})+(?!\d))/g, +this.oLanguage.sThousands)},fnHeaderCallback:null,fnInfoCallback:null,fnInitComplete:null,fnPreDrawCallback:null,fnRowCallback:null,fnServerData:null,fnServerParams:null,fnStateLoadCallback:function(a){try{return JSON.parse((-1===a.iStateDuration?sessionStorage:localStorage).getItem("DataTables_"+a.sInstance+"_"+location.pathname))}catch(b){}},fnStateLoadParams:null,fnStateLoaded:null,fnStateSaveCallback:function(a,b){try{(-1===a.iStateDuration?sessionStorage:localStorage).setItem("DataTables_"+a.sInstance+ +"_"+location.pathname,JSON.stringify(b))}catch(c){}},fnStateSaveParams:null,iStateDuration:7200,iDeferLoading:null,iDisplayLength:10,iDisplayStart:0,iTabIndex:0,oClasses:{},oLanguage:{oAria:{sSortAscending:": activate to sort column ascending",sSortDescending:": activate to sort column descending"},oPaginate:{sFirst:"First",sLast:"Last",sNext:"Next",sPrevious:"Previous"},sEmptyTable:"No data available in table",sInfo:"Showing _START_ to _END_ of _TOTAL_ entries",sInfoEmpty:"Showing 0 to 0 of 0 entries", +sInfoFiltered:"(filtered from _MAX_ total entries)",sInfoPostFix:"",sDecimal:"",sThousands:",",sLengthMenu:"Show _MENU_ entries",sLoadingRecords:"Loading...",sProcessing:"Processing...",sSearch:"Search:",sSearchPlaceholder:"",sUrl:"",sZeroRecords:"No matching records found"},oSearch:g.extend({},m.models.oSearch),sAjaxDataProp:"data",sAjaxSource:null,sDom:"lfrtip",searchDelay:null,sPaginationType:"simple_numbers",sScrollX:"",sScrollXInner:"",sScrollY:"",sServerMethod:"GET",renderer:null,rowId:"DT_RowId"}; +X(m.defaults);m.defaults.column={aDataSort:null,iDataSort:-1,asSorting:["asc","desc"],bSearchable:!0,bSortable:!0,bVisible:!0,fnCreatedCell:null,mData:null,mRender:null,sCellType:"td",sClass:"",sContentPadding:"",sDefaultContent:null,sName:"",sSortDataType:"std",sTitle:null,sType:null,sWidth:null};X(m.defaults.column);m.models.oSettings={oFeatures:{bAutoWidth:null,bDeferRender:null,bFilter:null,bInfo:null,bLengthChange:null,bPaginate:null,bProcessing:null,bServerSide:null,bSort:null,bSortMulti:null, +bSortClasses:null,bStateSave:null},oScroll:{bCollapse:null,iBarWidth:0,sX:null,sXInner:null,sY:null},oLanguage:{fnInfoCallback:null},oBrowser:{bScrollOversize:!1,bScrollbarLeft:!1,bBounding:!1},ajax:null,aanFeatures:[],aoData:[],aiDisplay:[],aiDisplayMaster:[],aIds:{},aoColumns:[],aoHeader:[],aoFooter:[],oPreviousSearch:{},aoPreSearchCols:[],aaSorting:null,aaSortingFixed:[],asStripeClasses:null,asDestroyStripes:[],sDestroyWidth:0,aoRowCallback:[],aoHeaderCallback:[],aoFooterCallback:[],aoDrawCallback:[], +aoRowCreatedCallback:[],aoPreDrawCallback:[],aoInitComplete:[],aoStateSaveParams:[],aoStateLoadParams:[],aoStateLoaded:[],sTableId:"",nTable:null,nTHead:null,nTFoot:null,nTBody:null,nTableWrapper:null,bDeferLoading:!1,bInitialised:!1,aoOpenRows:[],sDom:null,searchDelay:null,sPaginationType:"two_button",iStateDuration:0,aoStateSave:[],aoStateLoad:[],oSavedState:null,oLoadedState:null,sAjaxSource:null,sAjaxDataProp:null,bAjaxDataGet:!0,jqXHR:null,json:k,oAjaxData:k,fnServerData:null,aoServerParams:[], +sServerMethod:null,fnFormatNumber:null,aLengthMenu:null,iDraw:0,bDrawing:!1,iDrawError:-1,_iDisplayLength:10,_iDisplayStart:0,_iRecordsTotal:0,_iRecordsDisplay:0,bJUI:null,oClasses:{},bFiltered:!1,bSorted:!1,bSortCellsTop:null,oInit:null,aoDestroyCallback:[],fnRecordsTotal:function(){return"ssp"==z(this)?1*this._iRecordsTotal:this.aiDisplayMaster.length},fnRecordsDisplay:function(){return"ssp"==z(this)?1*this._iRecordsDisplay:this.aiDisplay.length},fnDisplayEnd:function(){var a=this._iDisplayLength, +b=this._iDisplayStart,c=b+a,d=this.aiDisplay.length,e=this.oFeatures,f=e.bPaginate;return e.bServerSide?!1===f||-1===a?b+d:Math.min(b+a,this._iRecordsDisplay):!f||c>d||-1===a?d:c},oInstance:null,sInstance:null,iTabIndex:0,nScrollHead:null,nScrollFoot:null,aLastSort:[],oPlugins:{},rowIdFn:null,rowId:null};m.ext=v={buttons:{},classes:{},errMode:"alert",feature:[],search:[],selector:{cell:[],column:[],row:[]},internal:{},legacy:{ajax:null},pager:{},renderer:{pageButton:{},header:{}},order:{},type:{detect:[], +search:{},order:{}},_unique:0,fnVersionCheck:m.fnVersionCheck,iApiIndex:0,oJUIClasses:{},sVersion:m.version};g.extend(v,{afnFiltering:v.search,aTypes:v.type.detect,ofnSearch:v.type.search,oSort:v.type.order,afnSortData:v.order,aoFeatures:v.feature,oApi:v.internal,oStdClasses:v.classes,oPagination:v.pager});g.extend(m.ext.classes,{sTable:"dataTable",sNoFooter:"no-footer",sPageButton:"paginate_button",sPageButtonActive:"current",sPageButtonDisabled:"disabled",sStripeOdd:"odd",sStripeEven:"even",sRowEmpty:"dataTables_empty", +sWrapper:"dataTables_wrapper",sFilter:"dataTables_filter",sInfo:"dataTables_info",sPaging:"dataTables_paginate paging_",sLength:"dataTables_length",sProcessing:"dataTables_processing",sSortAsc:"sorting_asc",sSortDesc:"sorting_desc",sSortable:"sorting",sSortableAsc:"sorting_asc_disabled",sSortableDesc:"sorting_desc_disabled",sSortableNone:"sorting_disabled",sSortColumn:"sorting_",sFilterInput:"",sLengthSelect:"",sScrollWrapper:"dataTables_scroll",sScrollHead:"dataTables_scrollHead",sScrollHeadInner:"dataTables_scrollHeadInner", +sScrollBody:"dataTables_scrollBody",sScrollFoot:"dataTables_scrollFoot",sScrollFootInner:"dataTables_scrollFootInner",sHeaderTH:"",sFooterTH:"",sSortJUIAsc:"",sSortJUIDesc:"",sSortJUI:"",sSortJUIAscAllowed:"",sSortJUIDescAllowed:"",sSortJUIWrapper:"",sSortIcon:"",sJUIHeader:"",sJUIFooter:""});var Ea="",Ea="",G=Ea+"ui-state-default",ja=Ea+"css_right ui-icon ui-icon-",Yb=Ea+"fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix";g.extend(m.ext.oJUIClasses,m.ext.classes,{sPageButton:"fg-button ui-button "+ +G,sPageButtonActive:"ui-state-disabled",sPageButtonDisabled:"ui-state-disabled",sPaging:"dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi ui-buttonset-multi paging_",sSortAsc:G+" sorting_asc",sSortDesc:G+" sorting_desc",sSortable:G+" sorting",sSortableAsc:G+" sorting_asc_disabled",sSortableDesc:G+" sorting_desc_disabled",sSortableNone:G+" sorting_disabled",sSortJUIAsc:ja+"triangle-1-n",sSortJUIDesc:ja+"triangle-1-s",sSortJUI:ja+"carat-2-n-s",sSortJUIAscAllowed:ja+"carat-1-n",sSortJUIDescAllowed:ja+ +"carat-1-s",sSortJUIWrapper:"DataTables_sort_wrapper",sSortIcon:"DataTables_sort_icon",sScrollHead:"dataTables_scrollHead "+G,sScrollFoot:"dataTables_scrollFoot "+G,sHeaderTH:G,sFooterTH:G,sJUIHeader:Yb+" ui-corner-tl ui-corner-tr",sJUIFooter:Yb+" ui-corner-bl ui-corner-br"});var Nb=m.ext.pager;g.extend(Nb,{simple:function(){return["previous","next"]},full:function(){return["first","previous","next","last"]},numbers:function(a,b){return[Aa(a,b)]},simple_numbers:function(a,b){return["previous",Aa(a, +b),"next"]},full_numbers:function(a,b){return["first","previous",Aa(a,b),"next","last"]},_numbers:Aa,numbers_length:7});g.extend(!0,m.ext.renderer,{pageButton:{_:function(a,b,c,d,e,f){var h=a.oClasses,i=a.oLanguage.oPaginate,j,k,l=0,m=function(b,d){var p,q,t,s,u=function(b){Ua(a,b.data.action,true)};p=0;for(q=d.length;p").appendTo(b);m(t,s)}else{j=null;k="";switch(s){case "ellipsis":b.append('');break; +case "first":j=i.sFirst;k=s+(e>0?"":" "+h.sPageButtonDisabled);break;case "previous":j=i.sPrevious;k=s+(e>0?"":" "+h.sPageButtonDisabled);break;case "next":j=i.sNext;k=s+(e",{"class":h.sPageButton+" "+k,"aria-controls":a.sTableId,"data-dt-idx":l,tabindex:a.iTabIndex,id:c===0&&typeof s==="string"?a.sTableId+"_"+s:null}).html(j).appendTo(b); +Wa(t,{action:s},u);l++}}}},p;try{p=g(b).find(T.activeElement).data("dt-idx")}catch(t){}m(g(b).empty(),d);p&&g(b).find("[data-dt-idx="+p+"]").focus()}}});g.extend(m.ext.type.detect,[function(a,b){var c=b.oLanguage.sDecimal;return Za(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&(!bc.test(a)||!cc.test(a)))return null;var b=Date.parse(a);return null!==b&&!isNaN(b)||K(a)?"date":null},function(a,b){var c=b.oLanguage.sDecimal;return Za(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal; +return Sb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Sb(a,c,!0)?"html-num-fmt"+c:null},function(a){return K(a)||"string"===typeof a&&-1!==a.indexOf("<")?"html":null}]);g.extend(m.ext.type.search,{html:function(a){return K(a)?a:"string"===typeof a?a.replace(Pb," ").replace(Ca,""):""},string:function(a){return K(a)?a:"string"===typeof a?a.replace(Pb," "):a}});var Ba=function(a,b,c,d){if(0!==a&&(!a||"-"===a))return-Infinity;b&&(a=Rb(a,b));a.replace&&(c&&(a=a.replace(c,"")), +d&&(a=a.replace(d,"")));return 1*a};g.extend(v.type.order,{"date-pre":function(a){return Date.parse(a)||0},"html-pre":function(a){return K(a)?"":a.replace?a.replace(/<.*?>/g,"").toLowerCase():a+""},"string-pre":function(a){return K(a)?"":"string"===typeof a?a.toLowerCase():!a.toString?"":a.toString()},"string-asc":function(a,b){return ab?1:0},"string-desc":function(a,b){return ab?-1:0}});db("");g.extend(!0,m.ext.renderer,{header:{_:function(a,b,c,d){g(a.nTable).on("order.dt.DT",function(e, +f,g,i){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+" "+d.sSortAsc+" "+d.sSortDesc).addClass(i[e]=="asc"?d.sSortAsc:i[e]=="desc"?d.sSortDesc:c.sSortingClass)}})},jqueryui:function(a,b,c,d){g("

").addClass(d.sSortJUIWrapper).append(b.contents()).append(g("").addClass(d.sSortIcon+" "+c.sSortingClassJUI)).appendTo(b);g(a.nTable).on("order.dt.DT",function(e,f,g,i){if(a===f){e=c.idx;b.removeClass(d.sSortAsc+" "+d.sSortDesc).addClass(i[e]=="asc"?d.sSortAsc:i[e]=="desc"?d.sSortDesc:c.sSortingClass); +b.find("span."+d.sSortIcon).removeClass(d.sSortJUIAsc+" "+d.sSortJUIDesc+" "+d.sSortJUI+" "+d.sSortJUIAscAllowed+" "+d.sSortJUIDescAllowed).addClass(i[e]=="asc"?d.sSortJUIAsc:i[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});m.render={number:function(a,b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",f=Math.abs(parseFloat(f)),i=parseInt(f,10),f=c?b+(f-i).toFixed(c).substring(2):"";return g+(d||"")+i.toString().replace(/\B(?=(\d{3})+(?!\d))/g, +a)+f+(e||"")}}}};g.extend(m.ext.internal,{_fnExternApiFunc:Ob,_fnBuildAjax:ra,_fnAjaxUpdate:lb,_fnAjaxParameters:ub,_fnAjaxUpdateDraw:vb,_fnAjaxDataSrc:sa,_fnAddColumn:Ga,_fnColumnOptions:ka,_fnAdjustColumnSizing:Y,_fnVisibleToColumnIndex:la,_fnColumnIndexToVisible:aa,_fnVisbleColumns:ba,_fnGetColumns:$,_fnColumnTypes:Ia,_fnApplyColumnDefs:ib,_fnHungarianMap:X,_fnCamelToHungarian:I,_fnLanguageCompat:S,_fnBrowserDetect:gb,_fnAddData:L,_fnAddTr:ma,_fnNodeToDataIndex:function(a,b){return b._DT_RowIndex!== +k?b._DT_RowIndex:null},_fnNodeToColumnIndex:function(a,b,c){return g.inArray(c,a.aoData[b].anCells)},_fnGetCellData:y,_fnSetCellData:Ja,_fnSplitObjNotation:La,_fnGetObjectDataFn:P,_fnSetObjectDataFn:Q,_fnGetDataMaster:Ma,_fnClearTable:oa,_fnDeleteIndex:pa,_fnInvalidate:da,_fnGetRowElements:na,_fnCreateTr:Ka,_fnBuildHead:kb,_fnDrawHead:fa,_fnDraw:M,_fnReDraw:R,_fnAddOptionsHtml:nb,_fnDetectHeader:ea,_fnGetUniqueThs:qa,_fnFeatureHtmlFilter:pb,_fnFilterComplete:ga,_fnFilterCustom:yb,_fnFilterColumn:xb, +_fnFilter:wb,_fnFilterCreateSearch:Ra,_fnEscapeRegex:va,_fnFilterData:zb,_fnFeatureHtmlInfo:sb,_fnUpdateInfo:Cb,_fnInfoMacros:Db,_fnInitialise:ha,_fnInitComplete:ta,_fnLengthChange:Sa,_fnFeatureHtmlLength:ob,_fnFeatureHtmlPaginate:tb,_fnPageChange:Ua,_fnFeatureHtmlProcessing:qb,_fnProcessingDisplay:C,_fnFeatureHtmlTable:rb,_fnScrollDraw:Z,_fnApplyToChildren:H,_fnCalculateColumnWidths:Ha,_fnThrottle:ua,_fnConvertToWidth:Fb,_fnGetWidestNode:Gb,_fnGetMaxLenString:Hb,_fnStringToCss:u,_fnScrollBarWidth:Ib, +_fnSortFlatten:V,_fnSort:mb,_fnSortAria:Kb,_fnSortListener:Va,_fnSortAttachListener:Pa,_fnSortingClasses:xa,_fnSortData:Jb,_fnSaveState:ya,_fnLoadState:Lb,_fnSettingsFromNode:za,_fnLog:J,_fnMap:F,_fnBindAction:Wa,_fnCallbackReg:A,_fnCallbackFire:w,_fnLengthOverflow:Ta,_fnRenderer:Qa,_fnDataSource:z,_fnRowAttributes:Na,_fnCalculateEnd:function(){}});g.fn.dataTable=m;g.fn.dataTableSettings=m.settings;g.fn.dataTableExt=m.ext;g.fn.DataTable=function(a){return g(this).dataTable(a).api()};g.each(m,function(a, +b){g.fn.DataTable[a]=b});return g.fn.dataTable};"function"===typeof define&&define.amd?define("datatables",["jquery"],S):"object"===typeof exports?module.exports=S(require("jquery")):jQuery&&!jQuery.fn.dataTable&&S(jQuery)})(window,document); diff --git a/components/js/jquery.dataTables.responsive.min.js b/components/js/jquery.dataTables.responsive.min.js new file mode 100644 index 00000000..6176510e --- /dev/null +++ b/components/js/jquery.dataTables.responsive.min.js @@ -0,0 +1,226 @@ +/* + * This combined file was created by the DataTables downloader builder: + * https://datatables.net/download + * + * To rebuild or modify this file with the latest versions of the included + * software please visit: + * https://datatables.net/download/#bs/dt-1.10.12/r-2.1.0 + * + * Included libraries: + * DataTables 1.10.12, Responsive 2.1.0 + */ + +/*! + DataTables 1.10.12 + ©2008-2015 SpryMedia Ltd - datatables.net/license +*/ +(function(h){"function"===typeof define&&define.amd?define(["jquery"],function(D){return h(D,window,document)}):"object"===typeof exports?module.exports=function(D,I){D||(D=window);I||(I="undefined"!==typeof window?require("jquery"):require("jquery")(D));return h(I,D,D.document)}:h(jQuery,window,document)})(function(h,D,I,k){function X(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()), +d[c]=e,"o"===b[1]&&X(a[e])});a._hungarianMap=d}function K(a,b,c){a._hungarianMap||X(a);var d;h.each(b,function(e){d=a._hungarianMap[e];if(d!==k&&(c||b[d]===k))"o"===d.charAt(0)?(b[d]||(b[d]={}),h.extend(!0,b[d],b[e]),K(a[d],b[d],c)):b[d]=b[e]})}function Da(a){var b=m.defaults.oLanguage,c=a.sZeroRecords;!a.sEmptyTable&&(c&&"No data available in table"===b.sEmptyTable)&&E(a,a,"sZeroRecords","sEmptyTable");!a.sLoadingRecords&&(c&&"Loading..."===b.sLoadingRecords)&&E(a,a,"sZeroRecords","sLoadingRecords"); +a.sInfoThousands&&(a.sThousands=a.sInfoThousands);(a=a.sDecimal)&&db(a)}function eb(a){A(a,"ordering","bSort");A(a,"orderMulti","bSortMulti");A(a,"orderClasses","bSortClasses");A(a,"orderCellsTop","bSortCellsTop");A(a,"order","aaSorting");A(a,"orderFixed","aaSortingFixed");A(a,"paging","bPaginate");A(a,"pagingType","sPaginationType");A(a,"pageLength","iDisplayLength");A(a,"searching","bFilter");"boolean"===typeof a.sScrollX&&(a.sScrollX=a.sScrollX?"100%":"");"boolean"===typeof a.scrollX&&(a.scrollX= +a.scrollX?"100%":"");if(a=a.aoSearchCols)for(var b=0,c=a.length;b").css({position:"fixed",top:0,left:0,height:1,width:1,overflow:"hidden"}).append(h("
").css({position:"absolute",top:1,left:1, +width:100,overflow:"scroll"}).append(h("
").css({width:"100%",height:10}))).appendTo("body"),d=c.children(),e=d.children();b.barWidth=d[0].offsetWidth-d[0].clientWidth;b.bScrollOversize=100===e[0].offsetWidth&&100!==d[0].clientWidth;b.bScrollbarLeft=1!==Math.round(e.offset().left);b.bBounding=c[0].getBoundingClientRect().width?!0:!1;c.remove()}h.extend(a.oBrowser,m.__browser);a.oScroll.iBarWidth=m.__browser.barWidth}function hb(a,b,c,d,e,f){var g,j=!1;c!==k&&(g=c,j=!0);for(;d!==e;)a.hasOwnProperty(d)&& +(g=j?b(g,a[d],d,a):a[d],j=!0,d+=f);return g}function Ea(a,b){var c=m.defaults.column,d=a.aoColumns.length,c=h.extend({},m.models.oColumn,c,{nTh:b?b:I.createElement("th"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:"",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.mData:d,idx:d});a.aoColumns.push(c);c=a.aoPreSearchCols;c[d]=h.extend({},m.models.oSearch,c[d]);ja(a,d,h(b).data())}function ja(a,b,c){var b=a.aoColumns[b],d=a.oClasses,e=h(b.nTh);if(!b.sWidthOrig){b.sWidthOrig=e.attr("width")||null;var f= +(e.attr("style")||"").match(/width:\s*(\d+[pxem%]+)/);f&&(b.sWidthOrig=f[1])}c!==k&&null!==c&&(fb(c),K(m.defaults.column,c),c.mDataProp!==k&&!c.mData&&(c.mData=c.mDataProp),c.sType&&(b._sManualType=c.sType),c.className&&!c.sClass&&(c.sClass=c.className),h.extend(b,c),E(b,c,"sWidth","sWidthOrig"),c.iDataSort!==k&&(b.aDataSort=[c.iDataSort]),E(b,c,"aDataSort"));var g=b.mData,j=Q(g),i=b.mRender?Q(b.mRender):null,c=function(a){return"string"===typeof a&&-1!==a.indexOf("@")};b._bAttrSrc=h.isPlainObject(g)&& +(c(g.sort)||c(g.type)||c(g.filter));b._setter=null;b.fnGetData=function(a,b,c){var d=j(a,b,k,c);return i&&b?i(d,b,a,c):d};b.fnSetData=function(a,b,c){return R(g)(a,b,c)};"number"!==typeof g&&(a._rowReadObject=!0);a.oFeatures.bSort||(b.bSortable=!1,e.addClass(d.sSortableNone));a=-1!==h.inArray("asc",b.asSorting);c=-1!==h.inArray("desc",b.asSorting);!b.bSortable||!a&&!c?(b.sSortingClass=d.sSortableNone,b.sSortingClassJUI=""):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=d.sSortJUIAscAllowed): +!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI=d.sSortJUIDescAllowed):(b.sSortingClass=d.sSortable,b.sSortingClassJUI=d.sSortJUI)}function Y(a){if(!1!==a.oFeatures.bAutoWidth){var b=a.aoColumns;Fa(a);for(var c=0,d=b.length;cq[f])d(l.length+q[f],n);else if("string"===typeof q[f]){j=0;for(i=l.length;jb&&a[e]--; -1!=d&&c===k&&a.splice(d,1)}function ca(a,b,c,d){var e=a.aoData[b],f,g=function(c,d){for(;c.childNodes.length;)c.removeChild(c.firstChild); +c.innerHTML=B(a,b,d,"display")};if("dom"===c||(!c||"auto"===c)&&"dom"===e.src)e._aData=Ia(a,e,d,d===k?k:e._aData).data;else{var j=e.anCells;if(j)if(d!==k)g(j[d],d);else{c=0;for(f=j.length;c").appendTo(g));b=0;for(c=l.length;btr").attr("role","row");h(g).find(">tr>th, >tr>td").addClass(n.sHeaderTH);h(j).find(">tr>th, >tr>td").addClass(n.sFooterTH); +if(null!==j){a=a.aoFooter[0];b=0;for(c=a.length;b=a.fnRecordsDisplay()?0:g,a.iInitDisplayStart= +-1);var g=a._iDisplayStart,n=a.fnDisplayEnd();if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++,C(a,!1);else if(j){if(!a.bDestroying&&!lb(a))return}else a.iDraw++;if(0!==i.length){f=j?a.aoData.length:n;for(j=j?0:g;j",{"class":e?d[0]:""}).append(h("",{valign:"top",colSpan:aa(a),"class":a.oClasses.sRowEmpty}).html(c))[0];u(a,"aoHeaderCallback","header",[h(a.nTHead).children("tr")[0],Ka(a),g,n,i]);u(a,"aoFooterCallback","footer",[h(a.nTFoot).children("tr")[0],Ka(a),g,n,i]);d=h(a.nTBody);d.children().detach();d.append(h(b));u(a,"aoDrawCallback","draw",[a]);a.bSorted=!1;a.bFiltered=!1;a.bDrawing=!1}}function T(a,b){var c=a.oFeatures,d=c.bFilter; +c.bSort&&mb(a);d?fa(a,a.oPreviousSearch):a.aiDisplay=a.aiDisplayMaster.slice();!0!==b&&(a._iDisplayStart=0);a._drawHold=b;O(a);a._drawHold=!1}function nb(a){var b=a.oClasses,c=h(a.nTable),c=h("
").insertBefore(c),d=a.oFeatures,e=h("
",{id:a.sTableId+"_wrapper","class":b.sWrapper+(a.nTFoot?"":" "+b.sNoFooter)});a.nHolding=c[0];a.nTableWrapper=e[0];a.nTableReinsertBefore=a.nTable.nextSibling;for(var f=a.sDom.split(""),g,j,i,n,l,q,t=0;t")[0]; +n=f[t+1];if("'"==n||'"'==n){l="";for(q=2;f[t+q]!=n;)l+=f[t+q],q++;"H"==l?l=b.sJUIHeader:"F"==l&&(l=b.sJUIFooter);-1!=l.indexOf(".")?(n=l.split("."),i.id=n[0].substr(1,n[0].length-1),i.className=n[1]):"#"==l.charAt(0)?i.id=l.substr(1,l.length-1):i.className=l;t+=q}e.append(i);e=h(i)}else if(">"==j)e=e.parent();else if("l"==j&&d.bPaginate&&d.bLengthChange)g=ob(a);else if("f"==j&&d.bFilter)g=pb(a);else if("r"==j&&d.bProcessing)g=qb(a);else if("t"==j)g=rb(a);else if("i"==j&&d.bInfo)g=sb(a);else if("p"== +j&&d.bPaginate)g=tb(a);else if(0!==m.ext.feature.length){i=m.ext.feature;q=0;for(n=i.length;q',j=d.sSearch,j=j.match(/_INPUT_/)?j.replace("_INPUT_",g):j+g,b=h("
",{id:!f.f?c+"_filter":null,"class":b.sFilter}).append(h("
").addClass(b.sLength);a.aanFeatures.l||(i[0].id=c+"_length");i.children().append(a.oLanguage.sLengthMenu.replace("_MENU_",e[0].outerHTML));h("select",i).val(a._iDisplayLength).bind("change.DT",function(){Ra(a,h(this).val());O(a)});h(a.nTable).bind("length.dt.DT",function(b,c,d){a===c&&h("select",i).val(d)});return i[0]}function tb(a){var b=a.sPaginationType,c=m.ext.pager[b],d="function"===typeof c,e=function(a){O(a)},b=h("
").addClass(a.oClasses.sPaging+b)[0],f=a.aanFeatures; +d||c.fnInit(a,b,e);f.p||(b.id=a.sTableId+"_paginate",a.aoDrawCallback.push({fn:function(a){if(d){var b=a._iDisplayStart,i=a._iDisplayLength,h=a.fnRecordsDisplay(),l=-1===i,b=l?0:Math.ceil(b/i),i=l?1:Math.ceil(h/i),h=c(b,i),k,l=0;for(k=f.p.length;lf&&(d=0)):"first"==b?d=0: +"previous"==b?(d=0<=e?d-e:0,0>d&&(d=0)):"next"==b?d+e",{id:!a.aanFeatures.r?a.sTableId+"_processing":null,"class":a.oClasses.sProcessing}).html(a.oLanguage.sProcessing).insertBefore(a.nTable)[0]}function C(a,b){a.oFeatures.bProcessing&&h(a.aanFeatures.r).css("display",b?"block":"none");u(a,null,"processing", +[a,b])}function rb(a){var b=h(a.nTable);b.attr("role","grid");var c=a.oScroll;if(""===c.sX&&""===c.sY)return a.nTable;var d=c.sX,e=c.sY,f=a.oClasses,g=b.children("caption"),j=g.length?g[0]._captionSide:null,i=h(b[0].cloneNode(!1)),n=h(b[0].cloneNode(!1)),l=b.children("tfoot");l.length||(l=null);i=h("
",{"class":f.sScrollWrapper}).append(h("
",{"class":f.sScrollHead}).css({overflow:"hidden",position:"relative",border:0,width:d?!d?null:x(d):"100%"}).append(h("
",{"class":f.sScrollHeadInner}).css({"box-sizing":"content-box", +width:c.sXInner||"100%"}).append(i.removeAttr("id").css("margin-left",0).append("top"===j?g:null).append(b.children("thead"))))).append(h("
",{"class":f.sScrollBody}).css({position:"relative",overflow:"auto",width:!d?null:x(d)}).append(b));l&&i.append(h("
",{"class":f.sScrollFoot}).css({overflow:"hidden",border:0,width:d?!d?null:x(d):"100%"}).append(h("
",{"class":f.sScrollFootInner}).append(n.removeAttr("id").css("margin-left",0).append("bottom"===j?g:null).append(b.children("tfoot"))))); +var b=i.children(),k=b[0],f=b[1],t=l?b[2]:null;if(d)h(f).on("scroll.DT",function(){var a=this.scrollLeft;k.scrollLeft=a;l&&(t.scrollLeft=a)});h(f).css(e&&c.bCollapse?"max-height":"height",e);a.nScrollHead=k;a.nScrollBody=f;a.nScrollFoot=t;a.aoDrawCallback.push({fn:ka,sName:"scrolling"});return i[0]}function ka(a){var b=a.oScroll,c=b.sX,d=b.sXInner,e=b.sY,b=b.iBarWidth,f=h(a.nScrollHead),g=f[0].style,j=f.children("div"),i=j[0].style,n=j.children("table"),j=a.nScrollBody,l=h(j),q=j.style,t=h(a.nScrollFoot).children("div"), +m=t.children("table"),o=h(a.nTHead),F=h(a.nTable),p=F[0],r=p.style,u=a.nTFoot?h(a.nTFoot):null,Eb=a.oBrowser,Ua=Eb.bScrollOversize,s=G(a.aoColumns,"nTh"),P,v,w,y,z=[],A=[],B=[],C=[],D,E=function(a){a=a.style;a.paddingTop="0";a.paddingBottom="0";a.borderTopWidth="0";a.borderBottomWidth="0";a.height=0};v=j.scrollHeight>j.clientHeight;if(a.scrollBarVis!==v&&a.scrollBarVis!==k)a.scrollBarVis=v,Y(a);else{a.scrollBarVis=v;F.children("thead, tfoot").remove();u&&(w=u.clone().prependTo(F),P=u.find("tr"),w= +w.find("tr"));y=o.clone().prependTo(F);o=o.find("tr");v=y.find("tr");y.find("th, td").removeAttr("tabindex");c||(q.width="100%",f[0].style.width="100%");h.each(qa(a,y),function(b,c){D=Z(a,b);c.style.width=a.aoColumns[D].sWidth});u&&J(function(a){a.style.width=""},w);f=F.outerWidth();if(""===c){r.width="100%";if(Ua&&(F.find("tbody").height()>j.offsetHeight||"scroll"==l.css("overflow-y")))r.width=x(F.outerWidth()-b);f=F.outerWidth()}else""!==d&&(r.width=x(d),f=F.outerWidth());J(E,v);J(function(a){B.push(a.innerHTML); +z.push(x(h(a).css("width")))},v);J(function(a,b){if(h.inArray(a,s)!==-1)a.style.width=z[b]},o);h(v).height(0);u&&(J(E,w),J(function(a){C.push(a.innerHTML);A.push(x(h(a).css("width")))},w),J(function(a,b){a.style.width=A[b]},P),h(w).height(0));J(function(a,b){a.innerHTML='
'+B[b]+"
";a.style.width=z[b]},v);u&&J(function(a,b){a.innerHTML='
'+C[b]+"
";a.style.width= +A[b]},w);if(F.outerWidth()j.offsetHeight||"scroll"==l.css("overflow-y")?f+b:f;if(Ua&&(j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")))r.width=x(P-b);(""===c||""!==d)&&L(a,1,"Possible column misalignment",6)}else P="100%";q.width=x(P);g.width=x(P);u&&(a.nScrollFoot.style.width=x(P));!e&&Ua&&(q.height=x(p.offsetHeight+b));c=F.outerWidth();n[0].style.width=x(c);i.width=x(c);d=F.height()>j.clientHeight||"scroll"==l.css("overflow-y");e="padding"+(Eb.bScrollbarLeft?"Left": +"Right");i[e]=d?b+"px":"0px";u&&(m[0].style.width=x(c),t[0].style.width=x(c),t[0].style[e]=d?b+"px":"0px");F.children("colgroup").insertBefore(F.children("thead"));l.scroll();if((a.bSorted||a.bFiltered)&&!a._drawHold)j.scrollTop=0}}function J(a,b,c){for(var d=0,e=0,f=b.length,g,j;e").appendTo(j.find("tbody")); +j.find("thead, tfoot").remove();j.append(h(a.nTHead).clone()).append(h(a.nTFoot).clone());j.find("tfoot th, tfoot td").css("width","");n=qa(a,j.find("thead")[0]);for(m=0;m").css({width:o.sWidthOrig,margin:0,padding:0,border:0,height:1}));if(a.aoData.length)for(m=0;m").css(f||e?{position:"absolute",top:0,left:0,height:1,right:0,overflow:"hidden"}:{}).append(j).appendTo(k);f&&g?j.width(g):f?(j.css("width","auto"),j.removeAttr("width"),j.width()").css("width",x(a)).appendTo(b||I.body),d=c[0].offsetWidth;c.remove();return d}function Gb(a,b){var c=Hb(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h("").html(B(a,c,b,"display"))[0]:d.anCells[b]}function Hb(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;fd&&(d=c.length,e=f);return e}function x(a){return null===a?"0px":"number"==typeof a?0>a?"0px":a+"px":a.match(/\d$/)?a+"px":a}function V(a){var b,c,d=[],e=a.aoColumns,f,g,j,i;b=a.aaSortingFixed;c=h.isPlainObject(b);var n=[];f=function(a){a.length&&!h.isArray(a[0])?n.push(a):h.merge(n,a)};h.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;ae?1:0,0!==c)return"asc"===j.dir?c:-c;c=d[a];e=d[b];return ce?1:0}):i.sort(function(a,b){var c,g,j,i,k=h.length,m=f[a]._aSortData,p=f[b]._aSortData;for(j=0;jg?1:0})}a.bSorted=!0}function Jb(a){for(var b,c,d=a.aoColumns,e=V(a),a=a.oLanguage.oAria,f=0,g=d.length;f/g, +"");var i=c.nTh;i.removeAttribute("aria-sort");c.bSortable&&(0e?e+1:3));e=0;for(f=d.length;ee?e+1:3))}a.aLastSort=d}function Ib(a,b){var c=a.aoColumns[b],d=m.ext.order[c.sSortDataType],e;d&&(e=d.call(a.oInstance,a,b,$(a,b)));for(var f,g=m.ext.type.order[c.sType+"-pre"],j=0,i=a.aoData.length;j= +d.length?[0,c[1]]:c)}));e.search!==k&&h.extend(a.oPreviousSearch,Bb(e.search));b=0;for(c=e.columns.length;b=c&&(b=c-d);b-=b%d;if(-1===d||0>b)b=0;a._iDisplayStart=b}function Na(a,b){var c=a.renderer,d=m.ext.renderer[b];return h.isPlainObject(c)&&c[b]?d[c[b]]||d._:"string"===typeof c?d[c]||d._:d._}function y(a){return a.oFeatures.bServerSide?"ssp":a.ajax||a.sAjaxSource?"ajax":"dom"}function ya(a,b){var c=[],c=Mb.numbers_length,d=Math.floor(c/2);b<=c?c=W(0,b):a<=d?(c=W(0,c-2),c.push("ellipsis"),c.push(b-1)):(a>=b-1-d?c=W(b-(c-2),b):(c=W(a-d+2,a+d-1),c.push("ellipsis"), +c.push(b-1)),c.splice(0,0,"ellipsis"),c.splice(0,0,0));c.DT_el="span";return c}function db(a){h.each({num:function(b){return za(b,a)},"num-fmt":function(b){return za(b,a,Xa)},"html-num":function(b){return za(b,a,Aa)},"html-num-fmt":function(b){return za(b,a,Aa,Xa)}},function(b,c){v.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(v.type.search[b+a]=v.type.search.html)})}function Nb(a){return function(){var b=[xa(this[m.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return m.ext.internal[a].apply(this, +b)}}var m=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new r(xa(this[v.iApiIndex])):new r(this)};this.fnAddData=function(a,b){var c=this.api(!0),d=h.isArray(a)&&(h.isArray(a[0])||h.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===k||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=function(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===k||a?b.draw(!1): +(""!==d.sX||""!==d.sY)&&ka(c)};this.fnClearTable=function(a){var b=this.api(!0).clear();(a===k||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],h=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,h);(c===k||c)&&d.draw();return h};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(a)};this.fnFilter=function(a,b,c,d,e,h){e=this.api(!0);null===b||b===k?e.search(a, +c,d,h):e.column(b).search(a,c,d,h);e.draw()};this.fnGetData=function(a,b){var c=this.api(!0);if(a!==k){var d=a.nodeName?a.nodeName.toLowerCase():"";return b!==k||"td"==d||"th"==d?c.cell(a,b).data():c.row(a).data()||null}return c.data().toArray()};this.fnGetNodes=function(a){var b=this.api(!0);return a!==k?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();return"TR"==c?b.row(a).index():"TD"==c||"TH"==c?(a=b.cell(a).index(), +[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()};this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};this.fnPageChange=function(a,b){var c=this.api(!0).page(a);(b===k||b)&&c.draw(!1)};this.fnSetColumnVis=function(a,b,c){a=this.api(!0).column(a).visible(b);(c===k||c)&&a.columns.adjust().draw()};this.fnSettings=function(){return xa(this[v.iApiIndex])};this.fnSort=function(a){this.api(!0).order(a).draw()};this.fnSortListener= +function(a,b,c){this.api(!0).order.listener(a,b,c)};this.fnUpdate=function(a,b,c,d,e){var h=this.api(!0);c===k||null===c?h.row(b).data(a):h.cell(b,c).data(a);(e===k||e)&&h.columns.adjust();(d===k||d)&&h.draw();return 0};this.fnVersionCheck=v.fnVersionCheck;var b=this,c=a===k,d=this.length;c&&(a={});this.oApi=this.internal=v.internal;for(var e in m.ext.internal)e&&(this[e]=Nb(e));this.each(function(){var e={},e=1t<"F"ip>'),o.renderer)?h.isPlainObject(o.renderer)&&!o.renderer.header&&(o.renderer.header="jqueryui"): +o.renderer="jqueryui":h.extend(i,m.ext.classes,e.oClasses);q.addClass(i.sTable);o.iInitDisplayStart===k&&(o.iInitDisplayStart=e.iDisplayStart,o._iDisplayStart=e.iDisplayStart);null!==e.iDeferLoading&&(o.bDeferLoading=!0,g=h.isArray(e.iDeferLoading),o._iRecordsDisplay=g?e.iDeferLoading[0]:e.iDeferLoading,o._iRecordsTotal=g?e.iDeferLoading[1]:e.iDeferLoading);var r=o.oLanguage;h.extend(!0,r,e.oLanguage);""!==r.sUrl&&(h.ajax({dataType:"json",url:r.sUrl,success:function(a){Da(a);K(l.oLanguage,a);h.extend(true, +r,a);ga(o)},error:function(){ga(o)}}),n=!0);null===e.asStripeClasses&&(o.asStripeClasses=[i.sStripeOdd,i.sStripeEven]);var g=o.asStripeClasses,v=q.children("tbody").find("tr").eq(0);-1!==h.inArray(!0,h.map(g,function(a){return v.hasClass(a)}))&&(h("tbody tr",this).removeClass(g.join(" ")),o.asDestroyStripes=g.slice());t=[];g=this.getElementsByTagName("thead");0!==g.length&&(da(o.aoHeader,g[0]),t=qa(o));if(null===e.aoColumns){p=[];g=0;for(j=t.length;g").appendTo(this));o.nTHead=j[0];j=q.children("tbody");0===j.length&&(j=h("").appendTo(this));o.nTBody=j[0];j=q.children("tfoot");if(0===j.length&&0").appendTo(this);0===j.length||0===j.children().length?q.addClass(i.sNoFooter):0/g,ac=/^[\w\+\-]/,bc=/[\w\+\-]$/,cc=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)","g"),Xa=/[',$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfk]/gi,M=function(a){return!a||!0===a||"-"===a?!0:!1},Pb=function(a){var b=parseInt(a,10);return!isNaN(b)&&isFinite(a)?b:null},Qb=function(a,b){Ya[b]||(Ya[b]=RegExp(Qa(b),"g"));return"string"===typeof a&&"."!==b?a.replace(/\./g, +"").replace(Ya[b],"."):a},Za=function(a,b,c){var d="string"===typeof a;if(M(a))return!0;b&&d&&(a=Qb(a,b));c&&d&&(a=a.replace(Xa,""));return!isNaN(parseFloat(a))&&isFinite(a)},Rb=function(a,b,c){return M(a)?!0:!(M(a)||"string"===typeof a)?null:Za(a.replace(Aa,""),b,c)?!0:null},G=function(a,b,c){var d=[],e=0,f=a.length;if(c!==k)for(;e")[0],Zb=ua.textContent!==k,$b=/<.*?>/g,Oa=m.util.throttle,Tb=[],w=Array.prototype,dc=function(a){var b,c,d=m.settings,e=h.map(d,function(a){return a.nTable});if(a){if(a.nTable&&a.oApi)return[a];if(a.nodeName&&"table"===a.nodeName.toLowerCase())return b=h.inArray(a,e),-1!==b?[d[b]]: +null;if(a&&"function"===typeof a.settings)return a.settings().toArray();"string"===typeof a?c=h(a):a instanceof h&&(c=a)}else return[];if(c)return c.map(function(){b=h.inArray(this,e);return-1!==b?d[b]:null}).toArray()};r=function(a,b){if(!(this instanceof r))return new r(a,b);var c=[],d=function(a){(a=dc(a))&&(c=c.concat(a))};if(h.isArray(a))for(var e=0,f=a.length;ea?new r(b[a],this[a]):null},filter:function(a){var b=[];if(w.filter)b=w.filter.call(this,a,this);else for(var c=0,d=this.length;c").addClass(b),h("td",c).addClass(b).html(a)[0].colSpan=aa(d),e.push(c[0]))};f(a,b);c._details&&c._details.remove();c._details=h(e);c._detailsShow&&c._details.insertAfter(c.nTr)}return this}); +p(["row().child.show()","row().child().show()"],function(){Vb(this,!0);return this});p(["row().child.hide()","row().child().hide()"],function(){Vb(this,!1);return this});p(["row().child.remove()","row().child().remove()"],function(){cb(this);return this});p("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var ec=/^(.+):(name|visIdx|visible)$/,Wb=function(a,b,c,d,e){for(var c=[],d=0,f=e.length;d=0?b:g.length+b];if(typeof a==="function"){var e=Ba(c,f);return h.map(g,function(b,f){return a(f,Wb(c,f,0,0,e),i[f])?f:null})}var k=typeof a==="string"?a.match(ec):"";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1], +10);if(b<0){var m=h.map(g,function(a,b){return a.bVisible?b:null});return[m[m.length+b]]}return[Z(c,b)];case "name":return h.map(j,function(a,b){return a===k[1]?b:null});default:return[]}if(a.nodeName&&a._DT_CellIndex)return[a._DT_CellIndex.column];b=h(i).filter(a).map(function(){return h.inArray(this,i)}).toArray();if(b.length||!a.nodeName)return b;b=h(a).closest("*[data-dt-column]");return b.length?[b.data("dt-column")]:[]},c,f)},1);c.selector.cols=a;c.selector.opts=b;return c});s("columns().header()", +"column().header()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTh},1)});s("columns().footer()","column().footer()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTf},1)});s("columns().data()","column().data()",function(){return this.iterator("column-rows",Wb,1)});s("columns().dataSrc()","column().dataSrc()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].mData},1)});s("columns().cache()","column().cache()", +function(a){return this.iterator("column-rows",function(b,c,d,e,f){return ha(b.aoData,f,"search"===a?"_aFilterData":"_aSortData",c)},1)});s("columns().nodes()","column().nodes()",function(){return this.iterator("column-rows",function(a,b,c,d,e){return ha(a.aoData,e,"anCells",b)},1)});s("columns().visible()","column().visible()",function(a,b){var c=this.iterator("column",function(b,c){if(a===k)return b.aoColumns[c].bVisible;var f=b.aoColumns,g=f[c],j=b.aoData,i,n,l;if(a!==k&&g.bVisible!==a){if(a){var m= +h.inArray(!0,G(f,"bVisible"),c+1);i=0;for(n=j.length;id;return!0};m.isDataTable=m.fnIsDataTable=function(a){var b=h(a).get(0),c=!1;h.each(m.settings,function(a,e){var f=e.nScrollHead?h("table",e.nScrollHead)[0]:null,g=e.nScrollFoot?h("table",e.nScrollFoot)[0]: +null;if(e.nTable===b||f===b||g===b)c=!0});return c};m.tables=m.fnTables=function(a){var b=!1;h.isPlainObject(a)&&(b=a.api,a=a.visible);var c=h.map(m.settings,function(b){if(!a||a&&h(b.nTable).is(":visible"))return b.nTable});return b?new r(c):c};m.camelToHungarian=K;p("$()",function(a,b){var c=this.rows(b).nodes(),c=h(c);return h([].concat(c.filter(a).toArray(),c.find(a).toArray()))});h.each(["on","one","off"],function(a,b){p(b+"()",function(){var a=Array.prototype.slice.call(arguments);a[0].match(/\.dt\b/)|| +(a[0]+=".dt");var d=h(this.tables().nodes());d[b].apply(d,a);return this})});p("clear()",function(){return this.iterator("table",function(a){na(a)})});p("settings()",function(){return new r(this.context,this.context)});p("init()",function(){var a=this.context;return a.length?a[0].oInit:null});p("data()",function(){return this.iterator("table",function(a){return G(a.aoData,"_aData")}).flatten()});p("destroy()",function(a){a=a||!1;return this.iterator("table",function(b){var c=b.nTableWrapper.parentNode, +d=b.oClasses,e=b.nTable,f=b.nTBody,g=b.nTHead,j=b.nTFoot,i=h(e),f=h(f),k=h(b.nTableWrapper),l=h.map(b.aoData,function(a){return a.nTr}),p;b.bDestroying=!0;u(b,"aoDestroyCallback","destroy",[b]);a||(new r(b)).columns().visible(!0);k.unbind(".DT").find(":not(tbody *)").unbind(".DT");h(D).unbind(".DT-"+b.sInstance);e!=g.parentNode&&(i.children("thead").detach(),i.append(g));j&&e!=j.parentNode&&(i.children("tfoot").detach(),i.append(j));b.aaSorting=[];b.aaSortingFixed=[];va(b);h(l).removeClass(b.asStripeClasses.join(" ")); +h("th, td",g).removeClass(d.sSortable+" "+d.sSortableAsc+" "+d.sSortableDesc+" "+d.sSortableNone);b.bJUI&&(h("th span."+d.sSortIcon+", td span."+d.sSortIcon,g).detach(),h("th, td",g).each(function(){var a=h("div."+d.sSortJUIWrapper,this);h(this).append(a.contents());a.detach()}));f.children().detach();f.append(l);g=a?"remove":"detach";i[g]();k[g]();!a&&c&&(c.insertBefore(e,b.nTableReinsertBefore),i.css("width",b.sDestroyWidth).removeClass(d.sTable),(p=b.asDestroyStripes.length)&&f.children().each(function(a){h(this).addClass(b.asDestroyStripes[a% +p])}));c=h.inArray(b,m.settings);-1!==c&&m.settings.splice(c,1)})});h.each(["column","row","cell"],function(a,b){p(b+"s().every()",function(a){var d=this.selector.opts,e=this;return this.iterator(b,function(f,g,h,i,n){a.call(e[b](g,"cell"===b?h:d,"cell"===b?d:k),g,h,i,n)})})});p("i18n()",function(a,b,c){var d=this.context[0],a=Q(a)(d.oLanguage);a===k&&(a=b);c!==k&&h.isPlainObject(a)&&(a=a[c]!==k?a[c]:a._);return a.replace("%d",c)});m.version="1.10.12";m.settings=[];m.models={};m.models.oSearch={bCaseInsensitive:!0, +sSearch:"",bRegex:!1,bSmart:!0};m.models.oRow={nTr:null,anCells:null,_aData:[],_aSortData:null,_aFilterData:null,_sFilterRow:null,_sRowStripe:"",src:null,idx:-1};m.models.oColumn={idx:null,aDataSort:null,asSorting:null,bSearchable:null,bSortable:null,bVisible:null,_sManualType:null,_bAttrSrc:!1,fnCreatedCell:null,fnGetData:null,fnSetData:null,mData:null,mRender:null,nTh:null,nTf:null,sClass:null,sContentPadding:null,sDefaultContent:null,sName:null,sSortDataType:"std",sSortingClass:null,sSortingClassJUI:null, +sTitle:null,sType:null,sWidth:null,sWidthOrig:null};m.defaults={aaData:null,aaSorting:[[0,"asc"]],aaSortingFixed:[],ajax:null,aLengthMenu:[10,25,50,100],aoColumns:null,aoColumnDefs:null,aoSearchCols:[],asStripeClasses:null,bAutoWidth:!0,bDeferRender:!1,bDestroy:!1,bFilter:!0,bInfo:!0,bJQueryUI:!1,bLengthChange:!0,bPaginate:!0,bProcessing:!1,bRetrieve:!1,bScrollCollapse:!1,bServerSide:!1,bSort:!0,bSortMulti:!0,bSortCellsTop:!1,bSortClasses:!0,bStateSave:!1,fnCreatedRow:null,fnDrawCallback:null,fnFooterCallback:null, +fnFormatNumber:function(a){return a.toString().replace(/\B(?=(\d{3})+(?!\d))/g,this.oLanguage.sThousands)},fnHeaderCallback:null,fnInfoCallback:null,fnInitComplete:null,fnPreDrawCallback:null,fnRowCallback:null,fnServerData:null,fnServerParams:null,fnStateLoadCallback:function(a){try{return JSON.parse((-1===a.iStateDuration?sessionStorage:localStorage).getItem("DataTables_"+a.sInstance+"_"+location.pathname))}catch(b){}},fnStateLoadParams:null,fnStateLoaded:null,fnStateSaveCallback:function(a,b){try{(-1=== +a.iStateDuration?sessionStorage:localStorage).setItem("DataTables_"+a.sInstance+"_"+location.pathname,JSON.stringify(b))}catch(c){}},fnStateSaveParams:null,iStateDuration:7200,iDeferLoading:null,iDisplayLength:10,iDisplayStart:0,iTabIndex:0,oClasses:{},oLanguage:{oAria:{sSortAscending:": activate to sort column ascending",sSortDescending:": activate to sort column descending"},oPaginate:{sFirst:"First",sLast:"Last",sNext:"Next",sPrevious:"Previous"},sEmptyTable:"No data available in table",sInfo:"Showing _START_ to _END_ of _TOTAL_ entries", +sInfoEmpty:"Showing 0 to 0 of 0 entries",sInfoFiltered:"(filtered from _MAX_ total entries)",sInfoPostFix:"",sDecimal:"",sThousands:",",sLengthMenu:"Show _MENU_ entries",sLoadingRecords:"Loading...",sProcessing:"Processing...",sSearch:"Search:",sSearchPlaceholder:"",sUrl:"",sZeroRecords:"No matching records found"},oSearch:h.extend({},m.models.oSearch),sAjaxDataProp:"data",sAjaxSource:null,sDom:"lfrtip",searchDelay:null,sPaginationType:"simple_numbers",sScrollX:"",sScrollXInner:"",sScrollY:"",sServerMethod:"GET", +renderer:null,rowId:"DT_RowId"};X(m.defaults);m.defaults.column={aDataSort:null,iDataSort:-1,asSorting:["asc","desc"],bSearchable:!0,bSortable:!0,bVisible:!0,fnCreatedCell:null,mData:null,mRender:null,sCellType:"td",sClass:"",sContentPadding:"",sDefaultContent:null,sName:"",sSortDataType:"std",sTitle:null,sType:null,sWidth:null};X(m.defaults.column);m.models.oSettings={oFeatures:{bAutoWidth:null,bDeferRender:null,bFilter:null,bInfo:null,bLengthChange:null,bPaginate:null,bProcessing:null,bServerSide:null, +bSort:null,bSortMulti:null,bSortClasses:null,bStateSave:null},oScroll:{bCollapse:null,iBarWidth:0,sX:null,sXInner:null,sY:null},oLanguage:{fnInfoCallback:null},oBrowser:{bScrollOversize:!1,bScrollbarLeft:!1,bBounding:!1,barWidth:0},ajax:null,aanFeatures:[],aoData:[],aiDisplay:[],aiDisplayMaster:[],aIds:{},aoColumns:[],aoHeader:[],aoFooter:[],oPreviousSearch:{},aoPreSearchCols:[],aaSorting:null,aaSortingFixed:[],asStripeClasses:null,asDestroyStripes:[],sDestroyWidth:0,aoRowCallback:[],aoHeaderCallback:[], +aoFooterCallback:[],aoDrawCallback:[],aoRowCreatedCallback:[],aoPreDrawCallback:[],aoInitComplete:[],aoStateSaveParams:[],aoStateLoadParams:[],aoStateLoaded:[],sTableId:"",nTable:null,nTHead:null,nTFoot:null,nTBody:null,nTableWrapper:null,bDeferLoading:!1,bInitialised:!1,aoOpenRows:[],sDom:null,searchDelay:null,sPaginationType:"two_button",iStateDuration:0,aoStateSave:[],aoStateLoad:[],oSavedState:null,oLoadedState:null,sAjaxSource:null,sAjaxDataProp:null,bAjaxDataGet:!0,jqXHR:null,json:k,oAjaxData:k, +fnServerData:null,aoServerParams:[],sServerMethod:null,fnFormatNumber:null,aLengthMenu:null,iDraw:0,bDrawing:!1,iDrawError:-1,_iDisplayLength:10,_iDisplayStart:0,_iRecordsTotal:0,_iRecordsDisplay:0,bJUI:null,oClasses:{},bFiltered:!1,bSorted:!1,bSortCellsTop:null,oInit:null,aoDestroyCallback:[],fnRecordsTotal:function(){return"ssp"==y(this)?1*this._iRecordsTotal:this.aiDisplayMaster.length},fnRecordsDisplay:function(){return"ssp"==y(this)?1*this._iRecordsDisplay:this.aiDisplay.length},fnDisplayEnd:function(){var a= +this._iDisplayLength,b=this._iDisplayStart,c=b+a,d=this.aiDisplay.length,e=this.oFeatures,f=e.bPaginate;return e.bServerSide?!1===f||-1===a?b+d:Math.min(b+a,this._iRecordsDisplay):!f||c>d||-1===a?d:c},oInstance:null,sInstance:null,iTabIndex:0,nScrollHead:null,nScrollFoot:null,aLastSort:[],oPlugins:{},rowIdFn:null,rowId:null};m.ext=v={buttons:{},classes:{},build:"bs/dt-1.10.12/r-2.1.0",errMode:"alert",feature:[],search:[],selector:{cell:[],column:[],row:[]},internal:{},legacy:{ajax:null},pager:{},renderer:{pageButton:{}, +header:{}},order:{},type:{detect:[],search:{},order:{}},_unique:0,fnVersionCheck:m.fnVersionCheck,iApiIndex:0,oJUIClasses:{},sVersion:m.version};h.extend(v,{afnFiltering:v.search,aTypes:v.type.detect,ofnSearch:v.type.search,oSort:v.type.order,afnSortData:v.order,aoFeatures:v.feature,oApi:v.internal,oStdClasses:v.classes,oPagination:v.pager});h.extend(m.ext.classes,{sTable:"dataTable",sNoFooter:"no-footer",sPageButton:"paginate_button",sPageButtonActive:"current",sPageButtonDisabled:"disabled",sStripeOdd:"odd", +sStripeEven:"even",sRowEmpty:"dataTables_empty",sWrapper:"dataTables_wrapper",sFilter:"dataTables_filter",sInfo:"dataTables_info",sPaging:"dataTables_paginate paging_",sLength:"dataTables_length",sProcessing:"dataTables_processing",sSortAsc:"sorting_asc",sSortDesc:"sorting_desc",sSortable:"sorting",sSortableAsc:"sorting_asc_disabled",sSortableDesc:"sorting_desc_disabled",sSortableNone:"sorting_disabled",sSortColumn:"sorting_",sFilterInput:"",sLengthSelect:"",sScrollWrapper:"dataTables_scroll",sScrollHead:"dataTables_scrollHead", +sScrollHeadInner:"dataTables_scrollHeadInner",sScrollBody:"dataTables_scrollBody",sScrollFoot:"dataTables_scrollFoot",sScrollFootInner:"dataTables_scrollFootInner",sHeaderTH:"",sFooterTH:"",sSortJUIAsc:"",sSortJUIDesc:"",sSortJUI:"",sSortJUIAscAllowed:"",sSortJUIDescAllowed:"",sSortJUIWrapper:"",sSortIcon:"",sJUIHeader:"",sJUIFooter:""});var Ca="",Ca="",H=Ca+"ui-state-default",ia=Ca+"css_right ui-icon ui-icon-",Xb=Ca+"fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix";h.extend(m.ext.oJUIClasses, +m.ext.classes,{sPageButton:"fg-button ui-button "+H,sPageButtonActive:"ui-state-disabled",sPageButtonDisabled:"ui-state-disabled",sPaging:"dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi ui-buttonset-multi paging_",sSortAsc:H+" sorting_asc",sSortDesc:H+" sorting_desc",sSortable:H+" sorting",sSortableAsc:H+" sorting_asc_disabled",sSortableDesc:H+" sorting_desc_disabled",sSortableNone:H+" sorting_disabled",sSortJUIAsc:ia+"triangle-1-n",sSortJUIDesc:ia+"triangle-1-s",sSortJUI:ia+"carat-2-n-s", +sSortJUIAscAllowed:ia+"carat-1-n",sSortJUIDescAllowed:ia+"carat-1-s",sSortJUIWrapper:"DataTables_sort_wrapper",sSortIcon:"DataTables_sort_icon",sScrollHead:"dataTables_scrollHead "+H,sScrollFoot:"dataTables_scrollFoot "+H,sHeaderTH:H,sFooterTH:H,sJUIHeader:Xb+" ui-corner-tl ui-corner-tr",sJUIFooter:Xb+" ui-corner-bl ui-corner-br"});var Mb=m.ext.pager;h.extend(Mb,{simple:function(){return["previous","next"]},full:function(){return["first","previous","next","last"]},numbers:function(a,b){return[ya(a, +b)]},simple_numbers:function(a,b){return["previous",ya(a,b),"next"]},full_numbers:function(a,b){return["first","previous",ya(a,b),"next","last"]},_numbers:ya,numbers_length:7});h.extend(!0,m.ext.renderer,{pageButton:{_:function(a,b,c,d,e,f){var g=a.oClasses,j=a.oLanguage.oPaginate,i=a.oLanguage.oAria.paginate||{},k,l,m=0,p=function(b,d){var o,r,u,s,v=function(b){Ta(a,b.data.action,true)};o=0;for(r=d.length;o").appendTo(b);p(u,s)}else{k=null; +l="";switch(s){case "ellipsis":b.append('');break;case "first":k=j.sFirst;l=s+(e>0?"":" "+g.sPageButtonDisabled);break;case "previous":k=j.sPrevious;l=s+(e>0?"":" "+g.sPageButtonDisabled);break;case "next":k=j.sNext;l=s+(e",{"class":g.sPageButton+" "+l,"aria-controls":a.sTableId,"aria-label":i[s], +"data-dt-idx":m,tabindex:a.iTabIndex,id:c===0&&typeof s==="string"?a.sTableId+"_"+s:null}).html(k).appendTo(b);Wa(u,{action:s},v);m++}}}},r;try{r=h(b).find(I.activeElement).data("dt-idx")}catch(o){}p(h(b).empty(),d);r&&h(b).find("[data-dt-idx="+r+"]").focus()}}});h.extend(m.ext.type.detect,[function(a,b){var c=b.oLanguage.sDecimal;return Za(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&(!ac.test(a)||!bc.test(a)))return null;var b=Date.parse(a);return null!==b&&!isNaN(b)||M(a)?"date": +null},function(a,b){var c=b.oLanguage.sDecimal;return Za(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Rb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Rb(a,c,!0)?"html-num-fmt"+c:null},function(a){return M(a)||"string"===typeof a&&-1!==a.indexOf("<")?"html":null}]);h.extend(m.ext.type.search,{html:function(a){return M(a)?a:"string"===typeof a?a.replace(Ob," ").replace(Aa,""):""},string:function(a){return M(a)?a:"string"===typeof a?a.replace(Ob, +" "):a}});var za=function(a,b,c,d){if(0!==a&&(!a||"-"===a))return-Infinity;b&&(a=Qb(a,b));a.replace&&(c&&(a=a.replace(c,"")),d&&(a=a.replace(d,"")));return 1*a};h.extend(v.type.order,{"date-pre":function(a){return Date.parse(a)||0},"html-pre":function(a){return M(a)?"":a.replace?a.replace(/<.*?>/g,"").toLowerCase():a+""},"string-pre":function(a){return M(a)?"":"string"===typeof a?a.toLowerCase():!a.toString?"":a.toString()},"string-asc":function(a,b){return ab?1:0},"string-desc":function(a, +b){return ab?-1:0}});db("");h.extend(!0,m.ext.renderer,{header:{_:function(a,b,c,d){h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+" "+d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass)}})},jqueryui:function(a,b,c,d){h("
").addClass(d.sSortJUIWrapper).append(b.contents()).append(h("").addClass(d.sSortIcon+" "+c.sSortingClassJUI)).appendTo(b);h(a.nTable).on("order.dt.DT",function(e, +f,g,h){if(a===f){e=c.idx;b.removeClass(d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass);b.find("span."+d.sSortIcon).removeClass(d.sSortJUIAsc+" "+d.sSortJUIDesc+" "+d.sSortJUI+" "+d.sSortJUIAscAllowed+" "+d.sSortJUIDescAllowed).addClass(h[e]=="asc"?d.sSortJUIAsc:h[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});var Yb=function(a){return"string"===typeof a?a.replace(//g,">").replace(/"/g,"""):a};m.render={number:function(a, +b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",h=parseFloat(f);if(isNaN(h))return Yb(f);f=Math.abs(h);h=parseInt(f,10);f=c?b+(f-h).toFixed(c).substring(2):"";return g+(d||"")+h.toString().replace(/\B(?=(\d{3})+(?!\d))/g,a)+f+(e||"")}}},text:function(){return{display:Yb}}};h.extend(m.ext.internal,{_fnExternApiFunc:Nb,_fnBuildAjax:ra,_fnAjaxUpdate:lb,_fnAjaxParameters:ub,_fnAjaxUpdateDraw:vb,_fnAjaxDataSrc:sa,_fnAddColumn:Ea,_fnColumnOptions:ja, +_fnAdjustColumnSizing:Y,_fnVisibleToColumnIndex:Z,_fnColumnIndexToVisible:$,_fnVisbleColumns:aa,_fnGetColumns:la,_fnColumnTypes:Ga,_fnApplyColumnDefs:ib,_fnHungarianMap:X,_fnCamelToHungarian:K,_fnLanguageCompat:Da,_fnBrowserDetect:gb,_fnAddData:N,_fnAddTr:ma,_fnNodeToDataIndex:function(a,b){return b._DT_RowIndex!==k?b._DT_RowIndex:null},_fnNodeToColumnIndex:function(a,b,c){return h.inArray(c,a.aoData[b].anCells)},_fnGetCellData:B,_fnSetCellData:jb,_fnSplitObjNotation:Ja,_fnGetObjectDataFn:Q,_fnSetObjectDataFn:R, +_fnGetDataMaster:Ka,_fnClearTable:na,_fnDeleteIndex:oa,_fnInvalidate:ca,_fnGetRowElements:Ia,_fnCreateTr:Ha,_fnBuildHead:kb,_fnDrawHead:ea,_fnDraw:O,_fnReDraw:T,_fnAddOptionsHtml:nb,_fnDetectHeader:da,_fnGetUniqueThs:qa,_fnFeatureHtmlFilter:pb,_fnFilterComplete:fa,_fnFilterCustom:yb,_fnFilterColumn:xb,_fnFilter:wb,_fnFilterCreateSearch:Pa,_fnEscapeRegex:Qa,_fnFilterData:zb,_fnFeatureHtmlInfo:sb,_fnUpdateInfo:Cb,_fnInfoMacros:Db,_fnInitialise:ga,_fnInitComplete:ta,_fnLengthChange:Ra,_fnFeatureHtmlLength:ob, +_fnFeatureHtmlPaginate:tb,_fnPageChange:Ta,_fnFeatureHtmlProcessing:qb,_fnProcessingDisplay:C,_fnFeatureHtmlTable:rb,_fnScrollDraw:ka,_fnApplyToChildren:J,_fnCalculateColumnWidths:Fa,_fnThrottle:Oa,_fnConvertToWidth:Fb,_fnGetWidestNode:Gb,_fnGetMaxLenString:Hb,_fnStringToCss:x,_fnSortFlatten:V,_fnSort:mb,_fnSortAria:Jb,_fnSortListener:Va,_fnSortAttachListener:Ma,_fnSortingClasses:va,_fnSortData:Ib,_fnSaveState:wa,_fnLoadState:Kb,_fnSettingsFromNode:xa,_fnLog:L,_fnMap:E,_fnBindAction:Wa,_fnCallbackReg:z, +_fnCallbackFire:u,_fnLengthOverflow:Sa,_fnRenderer:Na,_fnDataSource:y,_fnRowAttributes:La,_fnCalculateEnd:function(){}});h.fn.dataTable=m;m.$=h;h.fn.dataTableSettings=m.settings;h.fn.dataTableExt=m.ext;h.fn.DataTable=function(a){return h(this).dataTable(a).api()};h.each(m,function(a,b){h.fn.DataTable[a]=b});return h.fn.dataTable}); + + +/*! + DataTables Bootstrap 3 integration + ©2011-2015 SpryMedia Ltd - datatables.net/license +*/ +(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,d){a||(a=window);if(!d||!d.fn.dataTable)d=require("datatables.net")(a,d).$;return b(d,a,a.document)}:b(jQuery,window,document)})(function(b,a,d){var f=b.fn.dataTable;b.extend(!0,f.defaults,{dom:"<'row'<'col-sm-6'l><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",renderer:"bootstrap"});b.extend(f.ext.classes, +{sWrapper:"dataTables_wrapper form-inline dt-bootstrap",sFilterInput:"form-control input-sm",sLengthSelect:"form-control input-sm",sProcessing:"dataTables_processing panel panel-default"});f.ext.renderer.pageButton.bootstrap=function(a,h,r,m,j,n){var o=new f.Api(a),s=a.oClasses,k=a.oLanguage.oPaginate,t=a.oLanguage.oAria.paginate||{},e,g,p=0,q=function(d,f){var l,h,i,c,m=function(a){a.preventDefault();!b(a.currentTarget).hasClass("disabled")&&o.page()!=a.data.action&&o.page(a.data.action).draw("page")}; +l=0;for(h=f.length;l",{"class":s.sPageButton+" "+g,id:0===r&&"string"===typeof c?a.sTableId+"_"+c:null}).append(b("",{href:"#", +"aria-controls":a.sTableId,"aria-label":t[c],"data-dt-idx":p,tabindex:a.iTabIndex}).html(e)).appendTo(d),a.oApi._fnBindAction(i,{action:c},m),p++)}},i;try{i=b(h).find(d.activeElement).data("dt-idx")}catch(u){}q(b(h).empty().html('
    ').children("ul"),m);i&&b(h).find("[data-dt-idx="+i+"]").focus()};return f}); + + +/*! + Responsive 2.1.0 + 2014-2016 SpryMedia Ltd - datatables.net/license +*/ +(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(l){return c(l,window,document)}):"object"===typeof exports?module.exports=function(l,k){l||(l=window);if(!k||!k.fn.dataTable)k=require("datatables.net")(l,k).$;return c(k,l,l.document)}:c(jQuery,window,document)})(function(c,l,k,p){var m=c.fn.dataTable,j=function(a,b){if(!m.versionCheck||!m.versionCheck("1.10.3"))throw"DataTables Responsive requires DataTables 1.10.3 or newer";this.s={dt:new m.Api(a),columns:[], +current:[]};this.s.dt.settings()[0].responsive||(b&&"string"===typeof b.details?b.details={type:b.details}:b&&!1===b.details?b.details={type:!1}:b&&!0===b.details&&(b.details={type:"inline"}),this.c=c.extend(!0,{},j.defaults,m.defaults.responsive,b),a.responsive=this,this._constructor())};c.extend(j.prototype,{_constructor:function(){var a=this,b=this.s.dt,d=b.settings()[0],e=c(l).width();b.settings()[0]._responsive=this;c(l).on("resize.dtr orientationchange.dtr",m.util.throttle(function(){var b= +c(l).width();b!==e&&(a._resize(),e=b)}));d.oApi._fnCallbackReg(d,"aoRowCreatedCallback",function(e){-1!==c.inArray(!1,a.s.current)&&c("td, th",e).each(function(e){e=b.column.index("toData",e);!1===a.s.current[e]&&c(this).css("display","none")})});b.on("destroy.dtr",function(){b.off(".dtr");c(b.table().body()).off(".dtr");c(l).off("resize.dtr orientationchange.dtr");c.each(a.s.current,function(b,e){!1===e&&a._setColumnVis(b,!0)})});this.c.breakpoints.sort(function(a,b){return a.width +b.width?-1:0});this._classLogic();this._resizeAuto();d=this.c.details;!1!==d.type&&(a._detailsInit(),b.on("column-visibility.dtr",function(){a._classLogic();a._resizeAuto();a._resize()}),b.on("draw.dtr",function(){a._redrawChildren()}),c(b.table().node()).addClass("dtr-"+d.type));b.on("column-reorder.dtr",function(){a._classLogic();a._resizeAuto();a._resize()});b.on("column-sizing.dtr",function(){a._resizeAuto();a._resize()});b.on("init.dtr",function(){a._resizeAuto();a._resize();c.inArray(false, +a.s.current)&&b.columns.adjust()});this._resize()},_columnsVisiblity:function(a){var b=this.s.dt,d=this.s.columns,e,f,g=d.map(function(a,b){return{columnIdx:b,priority:a.priority}}).sort(function(a,b){return a.priority!==b.priority?a.priority-b.priority:a.columnIdx-b.columnIdx}),h=c.map(d,function(b){return b.auto&&null===b.minWidth?!1:!0===b.auto?"-":-1!==c.inArray(a,b.includeIn)}),n=0;e=0;for(f=h.length;eb-d[i].minWidth?(n=!0,h[i]=!1):h[i]=!0,b-=d[i].minWidth)}g=!1;e=0;for(f=d.length;e=g&&f(c,b[d].name)}else{if("not-"===i){d=0;for(i=b.length;d").append(h).appendTo(f)}c("").append(g).appendTo(e);"inline"===this.c.details.type&& +c(d).addClass("dtr-inline collapsed");c(d).find("[name]").removeAttr("name");d=c("
    ").css({width:1,height:1,overflow:"hidden"}).append(d);d.insertBefore(a.table().node());g.each(function(c){c=a.column.index("fromVisible",c);b[c].minWidth=this.offsetWidth||0});d.remove()}},_setColumnVis:function(a,b){var d=this.s.dt,e=b?"":"none";c(d.column(a).header()).css("display",e);c(d.column(a).footer()).css("display",e);d.column(a).nodes().to$().css("display",e)},_tabIndexes:function(){var a=this.s.dt, +b=a.cells({page:"current"}).nodes().to$(),d=a.settings()[0],e=this.c.details.target;b.filter("[data-dtr-keyboard]").removeData("[data-dtr-keyboard]");c("number"===typeof e?":eq("+e+")":e,a.rows({page:"current"}).nodes()).attr("tabIndex",d.iTabIndex).data("dtr-keyboard",1)}});j.breakpoints=[{name:"desktop",width:Infinity},{name:"tablet-l",width:1024},{name:"tablet-p",width:768},{name:"mobile-l",width:480},{name:"mobile-p",width:320}];j.display={childRow:function(a,b,d){if(b){if(c(a.node()).hasClass("parent"))return a.child(d(), +"child").show(),!0}else{if(a.child.isShown())return a.child(!1),c(a.node()).removeClass("parent"),!1;a.child(d(),"child").show();c(a.node()).addClass("parent");return!0}},childRowImmediate:function(a,b,d){if(!b&&a.child.isShown()||!a.responsive.hasHidden())return a.child(!1),c(a.node()).removeClass("parent"),!1;a.child(d(),"child").show();c(a.node()).addClass("parent");return!0},modal:function(a){return function(b,d,e){if(d)c("div.dtr-modal-content").empty().append(e());else{var f=function(){g.remove(); +c(k).off("keypress.dtr")},g=c('
    ').append(c('
    ').append(c('
    ').append(e())).append(c('
    ×
    ').click(function(){f()}))).append(c('
    ').click(function(){f()})).appendTo("body");c(k).on("keyup.dtr",function(a){27===a.keyCode&&(a.stopPropagation(),f())})}a&&a.header&&c("div.dtr-modal-content").prepend("

    "+a.header(b)+"

    ")}}};j.renderer={listHidden:function(){return function(a, +b,d){return(a=c.map(d,function(a){return a.hidden?'
  • '+a.title+' '+a.data+"
  • ":""}).join(""))?c('
      ').append(a):!1}},tableAll:function(a){a=c.extend({tableClass:""},a);return function(b,d,e){b=c.map(e,function(a){return''+a.title+": "+ +a.data+""}).join("");return c('').append(b)}}};j.defaults={breakpoints:j.breakpoints,auto:!0,details:{display:j.display.childRow,renderer:j.renderer.listHidden(),target:0,type:"inline"},orthogonal:"display"};var o=c.fn.dataTable.Api;o.register("responsive()",function(){return this});o.register("responsive.index()",function(a){a=c(a);return{column:a.data("dtr-index"),row:a.parent().data("dtr-index")}});o.register("responsive.rebuild()",function(){return this.iterator("table", +function(a){a._responsive&&a._responsive._classLogic()})});o.register("responsive.recalc()",function(){return this.iterator("table",function(a){a._responsive&&(a._responsive._resizeAuto(),a._responsive._resize())})});o.register("responsive.hasHidden()",function(){var a=this.context[0];return a._responsive?-1!==c.inArray(!1,a._responsive.s.current):!1});j.version="2.1.0";c.fn.dataTable.Responsive=j;c.fn.DataTable.Responsive=j;c(k).on("preInit.dt.dtr",function(a,b){if("dt"===a.namespace&&(c(b.nTable).hasClass("responsive")|| +c(b.nTable).hasClass("dt-responsive")||b.oInit.responsive||m.defaults.responsive)){var d=b.oInit.responsive;!1!==d&&new j(b,c.isPlainObject(d)?d:{})}});return j}); + + +/*! + Bootstrap integration for DataTables' Responsive + ©2015-2016 SpryMedia Ltd - datatables.net/license +*/ +(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs","datatables.net-responsive"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-bs")(a,b).$;b.fn.dataTable.Responsive||require("datatables.net-responsive")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){var a=c.fn.dataTable,b=a.Responsive.display,g=b.modal,d=c('
      a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/\s*$/g,ra={option:[1,""],legend:[1,"
      ","
      "],area:[1,"",""],param:[1,"",""],thead:[1,"","
      "],tr:[2,"","
      "],col:[2,"","
      "],td:[3,"","
      "],_default:k.htmlSerialize?[0,"",""]:[1,"X
      ","
      "]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td;function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody){f="table"!==i||ka.test(f)?""!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c)){e=0;while(f=h[e++])oa.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ua(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m("