├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── Public Life Data Protocol ├── PLDP_1.0 Data Sheet Template (Full) - 20171017.xlsx ├── PLDP_1.0 Data Sheet Template (Single Table) - 20171017.xlsx ├── PLDP_1.0 Data Specification - 20171017.xlsx ├── PLDP_BETA Publication - 20170927.pdf └── README.md ├── README.md ├── Sample Data ├── Civic Center SF - movement counts_stae-transform-v1.csv ├── Civic Center SF - stationary - stae - transform-v1.csv ├── README.md ├── Seattle_Public_Life_Data_2018_-_Locations.csv ├── Seattle_Public_Life_Data_2018_-_People_Moving.csv ├── Seattle_Public_Life_Data_2018_-_People_Staying.csv ├── Seattle_Public_Life_Study_2018_metadata_11092018.docx ├── ped-only-Civic Center SF - movement counts_stae-transform-v1.csv ├── sf-actscan.csv ├── sf-pedvol.csv └── stae-site.png ├── Survey Guides ├── Guía-Completa.pdf ├── PL_Complete_Guide.pdf └── README.md ├── Survey Templates ├── AGE-AND-GENDER-TALLY.pdf ├── BUILDING-FACADE-ACTIVATION-1.pdf ├── FAMILIAR-STRANGER-SURVEY.pdf ├── PARTICIPANT-SURVEY.pdf ├── PEOPLE-MOVING-COUNT.pdf ├── PLACE-INVENTORY.pdf ├── README.md ├── SOCIAL-SPACE-SURVEY.pdf ├── STATIONARY-ACTIVITY-MAPPING.pdf └── TWELVE-QUALITY-CRITERIA.pdf ├── announcement.md ├── pldp_datasets.md └── pldp_history.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, sex characteristics, gender identity and expression, 9 | level of experience, education, socio-economic status, nationality, personal 10 | appearance, race, religion, or sexual identity and orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at [publiclife@gehlinstitute.org](mailto:publiclife@gehlinstitute.org). All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 72 | 73 | [homepage]: https://www.contributor-covenant.org 74 | 75 | For answers to common questions about this code of conduct, see 76 | https://www.contributor-covenant.org/faq 77 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | Thanks for taking the time to contribute to the Public Life Data Protocol (PLDP)! This project uses the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md), by participating in this project you agree to abide by its terms. 4 | 5 | We'd love to hear your ideas on improving the PLDP! Open a [new Issue](https://github.com/gehl-institute/pldp/issues/new) to start a discussion. 6 | 7 | If you see text that needs to be changed in this project, feel free to open a [Pull Request](https://github.com/gehl-institute/pldp/compare). 8 | 9 | If you'd rather email, you can do that too: [publiclife@gehlinstitute.org](mailto:publiclife@gehlinstitute.org). 10 | 11 | This project uses a [Creative Commons Attribution 4.0 International license](license). 12 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution 4.0 International Public License 58 | 59 | By exercising the Licensed Rights (defined below), You accept and agree 60 | to be bound by the terms and conditions of this Creative Commons 61 | Attribution 4.0 International Public License ("Public License"). To the 62 | extent this Public License may be interpreted as a contract, You are 63 | granted the Licensed Rights in consideration of Your acceptance of 64 | these terms and conditions, and the Licensor grants You such rights in 65 | consideration of benefits the Licensor receives from making the 66 | Licensed Material available under these terms and conditions. 67 | 68 | 69 | Section 1 -- Definitions. 70 | 71 | a. Adapted Material means material subject to Copyright and Similar 72 | Rights that is derived from or based upon the Licensed Material 73 | and in which the Licensed Material is translated, altered, 74 | arranged, transformed, or otherwise modified in a manner requiring 75 | permission under the Copyright and Similar Rights held by the 76 | Licensor. For purposes of this Public License, where the Licensed 77 | Material is a musical work, performance, or sound recording, 78 | Adapted Material is always produced where the Licensed Material is 79 | synched in timed relation with a moving image. 80 | 81 | b. Adapter's License means the license You apply to Your Copyright 82 | and Similar Rights in Your contributions to Adapted Material in 83 | accordance with the terms and conditions of this Public License. 84 | 85 | c. Copyright and Similar Rights means copyright and/or similar rights 86 | closely related to copyright including, without limitation, 87 | performance, broadcast, sound recording, and Sui Generis Database 88 | Rights, without regard to how the rights are labeled or 89 | categorized. For purposes of this Public License, the rights 90 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 91 | Rights. 92 | 93 | d. Effective Technological Measures means those measures that, in the 94 | absence of proper authority, may not be circumvented under laws 95 | fulfilling obligations under Article 11 of the WIPO Copyright 96 | Treaty adopted on December 20, 1996, and/or similar international 97 | agreements. 98 | 99 | e. Exceptions and Limitations means fair use, fair dealing, and/or 100 | any other exception or limitation to Copyright and Similar Rights 101 | that applies to Your use of the Licensed Material. 102 | 103 | f. Licensed Material means the artistic or literary work, database, 104 | or other material to which the Licensor applied this Public 105 | License. 106 | 107 | g. Licensed Rights means the rights granted to You subject to the 108 | terms and conditions of this Public License, which are limited to 109 | all Copyright and Similar Rights that apply to Your use of the 110 | Licensed Material and that the Licensor has authority to license. 111 | 112 | h. Licensor means the individual(s) or entity(ies) granting rights 113 | under this Public License. 114 | 115 | i. Share means to provide material to the public by any means or 116 | process that requires permission under the Licensed Rights, such 117 | as reproduction, public display, public performance, distribution, 118 | dissemination, communication, or importation, and to make material 119 | available to the public including in ways that members of the 120 | public may access the material from a place and at a time 121 | individually chosen by them. 122 | 123 | j. Sui Generis Database Rights means rights other than copyright 124 | resulting from Directive 96/9/EC of the European Parliament and of 125 | the Council of 11 March 1996 on the legal protection of databases, 126 | as amended and/or succeeded, as well as other essentially 127 | equivalent rights anywhere in the world. 128 | 129 | k. You means the individual or entity exercising the Licensed Rights 130 | under this Public License. Your has a corresponding meaning. 131 | 132 | 133 | Section 2 -- Scope. 134 | 135 | a. License grant. 136 | 137 | 1. Subject to the terms and conditions of this Public License, 138 | the Licensor hereby grants You a worldwide, royalty-free, 139 | non-sublicensable, non-exclusive, irrevocable license to 140 | exercise the Licensed Rights in the Licensed Material to: 141 | 142 | a. reproduce and Share the Licensed Material, in whole or 143 | in part; and 144 | 145 | b. produce, reproduce, and Share Adapted Material. 146 | 147 | 2. Exceptions and Limitations. For the avoidance of doubt, where 148 | Exceptions and Limitations apply to Your use, this Public 149 | License does not apply, and You do not need to comply with 150 | its terms and conditions. 151 | 152 | 3. Term. The term of this Public License is specified in Section 153 | 6(a). 154 | 155 | 4. Media and formats; technical modifications allowed. The 156 | Licensor authorizes You to exercise the Licensed Rights in 157 | all media and formats whether now known or hereafter created, 158 | and to make technical modifications necessary to do so. The 159 | Licensor waives and/or agrees not to assert any right or 160 | authority to forbid You from making technical modifications 161 | necessary to exercise the Licensed Rights, including 162 | technical modifications necessary to circumvent Effective 163 | Technological Measures. For purposes of this Public License, 164 | simply making modifications authorized by this Section 2(a) 165 | (4) never produces Adapted Material. 166 | 167 | 5. Downstream recipients. 168 | 169 | a. Offer from the Licensor -- Licensed Material. Every 170 | recipient of the Licensed Material automatically 171 | receives an offer from the Licensor to exercise the 172 | Licensed Rights under the terms and conditions of this 173 | Public License. 174 | 175 | b. No downstream restrictions. You may not offer or impose 176 | any additional or different terms or conditions on, or 177 | apply any Effective Technological Measures to, the 178 | Licensed Material if doing so restricts exercise of the 179 | Licensed Rights by any recipient of the Licensed 180 | Material. 181 | 182 | 6. No endorsement. Nothing in this Public License constitutes or 183 | may be construed as permission to assert or imply that You 184 | are, or that Your use of the Licensed Material is, connected 185 | with, or sponsored, endorsed, or granted official status by, 186 | the Licensor or others designated to receive attribution as 187 | provided in Section 3(a)(1)(A)(i). 188 | 189 | b. Other rights. 190 | 191 | 1. Moral rights, such as the right of integrity, are not 192 | licensed under this Public License, nor are publicity, 193 | privacy, and/or other similar personality rights; however, to 194 | the extent possible, the Licensor waives and/or agrees not to 195 | assert any such rights held by the Licensor to the limited 196 | extent necessary to allow You to exercise the Licensed 197 | Rights, but not otherwise. 198 | 199 | 2. Patent and trademark rights are not licensed under this 200 | Public License. 201 | 202 | 3. To the extent possible, the Licensor waives any right to 203 | collect royalties from You for the exercise of the Licensed 204 | Rights, whether directly or through a collecting society 205 | under any voluntary or waivable statutory or compulsory 206 | licensing scheme. In all other cases the Licensor expressly 207 | reserves any right to collect such royalties. 208 | 209 | 210 | Section 3 -- License Conditions. 211 | 212 | Your exercise of the Licensed Rights is expressly made subject to the 213 | following conditions. 214 | 215 | a. Attribution. 216 | 217 | 1. If You Share the Licensed Material (including in modified 218 | form), You must: 219 | 220 | a. retain the following if it is supplied by the Licensor 221 | with the Licensed Material: 222 | 223 | i. identification of the creator(s) of the Licensed 224 | Material and any others designated to receive 225 | attribution, in any reasonable manner requested by 226 | the Licensor (including by pseudonym if 227 | designated); 228 | 229 | ii. a copyright notice; 230 | 231 | iii. a notice that refers to this Public License; 232 | 233 | iv. a notice that refers to the disclaimer of 234 | warranties; 235 | 236 | v. a URI or hyperlink to the Licensed Material to the 237 | extent reasonably practicable; 238 | 239 | b. indicate if You modified the Licensed Material and 240 | retain an indication of any previous modifications; and 241 | 242 | c. indicate the Licensed Material is licensed under this 243 | Public License, and include the text of, or the URI or 244 | hyperlink to, this Public License. 245 | 246 | 2. You may satisfy the conditions in Section 3(a)(1) in any 247 | reasonable manner based on the medium, means, and context in 248 | which You Share the Licensed Material. For example, it may be 249 | reasonable to satisfy the conditions by providing a URI or 250 | hyperlink to a resource that includes the required 251 | information. 252 | 253 | 3. If requested by the Licensor, You must remove any of the 254 | information required by Section 3(a)(1)(A) to the extent 255 | reasonably practicable. 256 | 257 | 4. If You Share Adapted Material You produce, the Adapter's 258 | License You apply must not prevent recipients of the Adapted 259 | Material from complying with this Public License. 260 | 261 | 262 | Section 4 -- Sui Generis Database Rights. 263 | 264 | Where the Licensed Rights include Sui Generis Database Rights that 265 | apply to Your use of the Licensed Material: 266 | 267 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 268 | to extract, reuse, reproduce, and Share all or a substantial 269 | portion of the contents of the database; 270 | 271 | b. if You include all or a substantial portion of the database 272 | contents in a database in which You have Sui Generis Database 273 | Rights, then the database in which You have Sui Generis Database 274 | Rights (but not its individual contents) is Adapted Material; and 275 | 276 | c. You must comply with the conditions in Section 3(a) if You Share 277 | all or a substantial portion of the contents of the database. 278 | 279 | For the avoidance of doubt, this Section 4 supplements and does not 280 | replace Your obligations under this Public License where the Licensed 281 | Rights include other Copyright and Similar Rights. 282 | 283 | 284 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 285 | 286 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 287 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 288 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 289 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 290 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 291 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 292 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 293 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 294 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 295 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 296 | 297 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 298 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 299 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 300 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 301 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 302 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 303 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 304 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 305 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 306 | 307 | c. The disclaimer of warranties and limitation of liability provided 308 | above shall be interpreted in a manner that, to the extent 309 | possible, most closely approximates an absolute disclaimer and 310 | waiver of all liability. 311 | 312 | 313 | Section 6 -- Term and Termination. 314 | 315 | a. This Public License applies for the term of the Copyright and 316 | Similar Rights licensed here. However, if You fail to comply with 317 | this Public License, then Your rights under this Public License 318 | terminate automatically. 319 | 320 | b. Where Your right to use the Licensed Material has terminated under 321 | Section 6(a), it reinstates: 322 | 323 | 1. automatically as of the date the violation is cured, provided 324 | it is cured within 30 days of Your discovery of the 325 | violation; or 326 | 327 | 2. upon express reinstatement by the Licensor. 328 | 329 | For the avoidance of doubt, this Section 6(b) does not affect any 330 | right the Licensor may have to seek remedies for Your violations 331 | of this Public License. 332 | 333 | c. For the avoidance of doubt, the Licensor may also offer the 334 | Licensed Material under separate terms or conditions or stop 335 | distributing the Licensed Material at any time; however, doing so 336 | will not terminate this Public License. 337 | 338 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 339 | License. 340 | 341 | 342 | Section 7 -- Other Terms and Conditions. 343 | 344 | a. The Licensor shall not be bound by any additional or different 345 | terms or conditions communicated by You unless expressly agreed. 346 | 347 | b. Any arrangements, understandings, or agreements regarding the 348 | Licensed Material not stated herein are separate from and 349 | independent of the terms and conditions of this Public License. 350 | 351 | 352 | Section 8 -- Interpretation. 353 | 354 | a. For the avoidance of doubt, this Public License does not, and 355 | shall not be interpreted to, reduce, limit, restrict, or impose 356 | conditions on any use of the Licensed Material that could lawfully 357 | be made without permission under this Public License. 358 | 359 | b. To the extent possible, if any provision of this Public License is 360 | deemed unenforceable, it shall be automatically reformed to the 361 | minimum extent necessary to make it enforceable. If the provision 362 | cannot be reformed, it shall be severed from this Public License 363 | without affecting the enforceability of the remaining terms and 364 | conditions. 365 | 366 | c. No term or condition of this Public License will be waived and no 367 | failure to comply consented to unless expressly agreed to by the 368 | Licensor. 369 | 370 | d. Nothing in this Public License constitutes or may be interpreted 371 | as a limitation upon, or waiver of, any privileges and immunities 372 | that apply to the Licensor or You, including from the legal 373 | processes of any jurisdiction or authority. 374 | 375 | 376 | ======================================================================= 377 | 378 | Creative Commons is not a party to its public 379 | licenses. Notwithstanding, Creative Commons may elect to apply one of 380 | its public licenses to material it publishes and in those instances 381 | will be considered the “Licensor.” The text of the Creative Commons 382 | public licenses is dedicated to the public domain under the CC0 Public 383 | Domain Dedication. Except for the limited purpose of indicating that 384 | material is shared under a Creative Commons public license or as 385 | otherwise permitted by the Creative Commons policies published at 386 | creativecommons.org/policies, Creative Commons does not authorize the 387 | use of the trademark "Creative Commons" or any other trademark or logo 388 | of Creative Commons without its prior written consent including, 389 | without limitation, in connection with any unauthorized modifications 390 | to any of its public licenses or any other arrangements, 391 | understandings, or agreements concerning use of licensed material. For 392 | the avoidance of doubt, this paragraph does not form part of the 393 | public licenses. 394 | 395 | Creative Commons may be contacted at creativecommons.org. 396 | -------------------------------------------------------------------------------- /Public Life Data Protocol/PLDP_1.0 Data Sheet Template (Full) - 20171017.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Public Life Data Protocol/PLDP_1.0 Data Sheet Template (Full) - 20171017.xlsx -------------------------------------------------------------------------------- /Public Life Data Protocol/PLDP_1.0 Data Sheet Template (Single Table) - 20171017.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Public Life Data Protocol/PLDP_1.0 Data Sheet Template (Single Table) - 20171017.xlsx -------------------------------------------------------------------------------- /Public Life Data Protocol/PLDP_1.0 Data Specification - 20171017.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Public Life Data Protocol/PLDP_1.0 Data Specification - 20171017.xlsx -------------------------------------------------------------------------------- /Public Life Data Protocol/PLDP_BETA Publication - 20170927.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Public Life Data Protocol/PLDP_BETA Publication - 20170927.pdf -------------------------------------------------------------------------------- /Public Life Data Protocol/README.md: -------------------------------------------------------------------------------- 1 | # Public Life Data Protocol 2 | 3 | Used in conjunction with the [Public Life Data Tools](https://github.com/gehl-institute/pldp/tree/master/Survey%20Templates) or other observational methods for collecting data about people in public space, the Protocol provides the structure for the data you collect. 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Public Life Data Protocol 2 | 3 | ![Illustration of a city block in plan view](https://gehlinstitute.org/wp-content/uploads/2017/08/13_UrbanConnectivity-2-1200x784.jpg) 4 | 5 | The [Public Life Data Protocol](https://gehlinstitute.org/tool/public-life-data-protocol) (PLDP) describes a set of metrics that are important to the understanding of public life—people moving and staying in public space—and aims to establish a common format for the collection and storage of such data. Used in conjunction with the Public Life Data Tools or other observational methods for collecting data about people in public space, the Protocol provides the structure for the data you collect. [Learn more](https://gehlinstitute.org/tool/public-life-data-protocol). 6 | 7 | [Gehl Institute](https://gehlinstitute.org) and its partners—[Gehl](https://gehlpeople.com), the practice, the Municipality of Copenhagen, the City of San Francisco, and with support and input from Seattle DOT—have together developed and launched the Public Life Data Protocol. 8 | 9 | **See [our open source announcement](announcement.md) and read more about [our history](pldp_history.md).** 10 | 11 | ## How to Use the Protocol 12 | 13 | The PLDP provides a standard way of documenting the data collected through public life surveys. Therefore, the first step is to conduct a survey. 14 | 15 | ### Conduct a Survey 16 | 17 | Public Life Surveys can be used to measure social and physical elements of public life. We've created tools to help you measure elements such as: people moving, social space, and building facade activation. You'll find templates for 9 different surveys in [Survey Templates](/Survey%20Templates). 18 | 19 | Guides (in English and Spanish) for conducting a survey can be found in [Survey Guides](/Survey%20Guides). 20 | 21 | #### CommonSpace App by Sidewalk Labs 22 | 23 | [Sidewalk Labs](https://www.sidewalklabs.com) built a prototype Andrioid and iOS app, which is open source, to make public life data collection easier. See the [CommonSpace GitHub repository](https://github.com/sidewalklabs/commonspace) for more information. 24 | 25 | ### Compile Your Data 26 | 27 | The PLDP provides guidance for compiling your data in a standard format so that it can be compared with other datasets. You can find spreadsheet templates and detailed instructions in [Public Life Data Protocol](Public%20Life%20Data%20Protocol). 28 | 29 | ## Share Your Results 30 | 31 | We're compiling a list of datasets from the PLDP. You can study and learn from others or contribute your results: [pldp_datasets.md](pldp_datasets.md) 32 | 33 | ## Contributing and Using 34 | 35 | We welcome contributions to the project, please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more details. 36 | 37 | If you're new to GitHub and feel more comfortable emailing, you can reach us at: [publiclife@gehlinstitute.org](mailto:publiclife@gehlinstitute.org). 38 | 39 | This project uses the [Creative Commons Attribution 4.0 International license](LICENSE) with the following attribution text: 40 | 41 | > The [Public Life Data Protocol](https://github.com/gehl-institute/pldp) was jointly developed by Gehl Institute, Gehl, the City of Copenhagen, The City of San Francisco, and Seattle Department of Transportation. 42 | 43 | ## Code of Conduct 44 | 45 | This project uses the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). 46 | -------------------------------------------------------------------------------- /Sample Data/README.md: -------------------------------------------------------------------------------- 1 | # Sample Data 2 | 3 | To get a sense of what a final dataset will look like after a public life survey, this directory contains examples from public life surveys in San Francisco. 4 | 5 | You can find more [example datasets hosted on Stae's site](https://sf-ca.municipal.systems/sources/fed86a0c-78a2-4b46-8d10-1ebabfcaa21e). 6 | 7 | ![Screenshot of Stae website showing available datasets](stae-site.png) 8 | -------------------------------------------------------------------------------- /Sample Data/Seattle_Public_Life_Data_2018_-_Locations.csv: -------------------------------------------------------------------------------- 1 | Location_ID,Location_Country,Location_Region,Location_City,Location_Geometry,Location_Name_Primary,Location_Name_Secondary,Location_Subdivision,Element_Key,Transit_Stop_Present,Neighborhood_Type,Neighborhood,Location_Character,line_typology_vehicular,area_typology_category,area_typology_subcategory,Average_number_Commercial_Seats,Average_number_Public_Seats 2 | ALK1,United States of America,Washington,Seattle,"""geometry"": { 3 | ""type"": ""LineString"", 4 | ""coordinates"": [ 5 | [ 6 | -122.40804255008698, 7 | 47.580028655538705 8 | ], 9 | [ 10 | -122.40706086158752, 11 | 47.580452032421604 12 | ] 13 | ] 14 | }",ALKI AVE SW,BETWEEN MARINE AVE SW AND 59TH AVE SW,SE,76698,Bus,Outside,Alki,Commercial,Neighborhood Corridor,Street,Block face,0,6 15 | ALK2,United States of America,Washington,Seattle,"""geometry"": { 16 | ""type"": ""LineString"", 17 | ""coordinates"": [ 18 | [ 19 | -122.40549176931381, 20 | 47.574377874758106 21 | ], 22 | [ 23 | -122.40615695714949, 24 | 47.57438330327433 25 | ] 26 | ] 27 | }",ALKI AVE SW,BETWEEN 57TH AVE SW AND 58TH AVE SW,SE,8914,None,Outside,Alki,Commercial,Neighborhood Corridor,Street,Block face,23,0 28 | BAL1,United States of America,Washington,Seattle,"""geometry"": { 29 | ""type"": ""LineString"", 30 | ""coordinates"": [ 31 | [ 32 | -122.38610744476318, 33 | 47.668638700093084 34 | ], 35 | [ 36 | -122.38486289978027, 37 | 47.66765609311008 38 | ] 39 | ] 40 | }",NW MARKET ST,BETWEEN 22ND AVE NW AND BALLARD AVE NW,N,41721,Bus,Hub Urban Village,Ballard,Commercial,Urban Village Neighborhood,Street,Block face,9,5 41 | BAL2,United States of America,Washington,Seattle,"""geometry"": { 42 | ""type"": ""LineString"", 43 | ""coordinates"": [ 44 | [ 45 | -122.38763093948363, 46 | 47.66869649992775 47 | ], 48 | [ 49 | -122.38621473312377, 50 | 47.668667600018416 51 | ] 52 | ] 53 | }",NW MARKET ST,BETWEEN BALLARD AVE NW AND 24TH AVE NW,N,64321,Bus,Hub Urban Village,Ballard,Commercial,Urban Village Neighborhood,Street,Block face,50,10 54 | BAL3,United States of America,Washington,Seattle,"""geometry"": { 55 | ""type"": ""LineString"", 56 | ""coordinates"": [ 57 | [ 58 | -122.38318383693695, 59 | 47.66640974514072 60 | ], 61 | [ 62 | -122.38216996192932, 63 | 47.66551741396583 64 | ] 65 | ] 66 | }",BALLARD AVE NW,BETWEEN NW VERNON PL AND 20TH AVE NW,SW,76961,None,Hub Urban Village,Ballard,Commercial,Urban Village Neighborhood Access,Street,Block face,12,8 67 | BAL4,United States of America,Washington,Seattle,"""geometry"": { 68 | ""type"": ""LineString"", 69 | ""coordinates"": [ 70 | [ 71 | -122.38515257835388, 72 | 47.668653150057736 73 | ], 74 | [ 75 | -122.38445520401001, 76 | 47.66865676254828 77 | ] 78 | ] 79 | }",BALLARD AVE NW,BETWEEN NW MARKET ST AND 22ND AVE NW,NE,31854,None,Hub Urban Village,Ballard,Commercial,Urban Village Neighborhood Access,Street,Block face,0,4 80 | BEA1,United States of America,Washington,Seattle,"""geometry"": { 81 | ""type"": ""LineString"", 82 | ""coordinates"": [ 83 | [ 84 | -122.31212139129639, 85 | 47.579456910382895 86 | ], 87 | [ 88 | -122.310791015625, 89 | 47.579464147702375 90 | ] 91 | ] 92 | }",S LANDER ST,BETWEEN 16TH AVE S AND 17TH AVE S,N,43105,None,Residential Urban Village,North Beacon Hill,Mixed,Urban Village Neighborhood Access,Street,Block face,8,6 93 | BEA2,United States of America,Washington,Seattle,"""geometry"": { 94 | ""type"": ""LineString"", 95 | ""coordinates"": [ 96 | [ 97 | -122.31161713600159, 98 | 47.57863908683892 99 | ], 100 | [ 101 | -122.31237888336183, 102 | 47.57947138502084 103 | ] 104 | ] 105 | }",BEACON AVE S,BETWEEN S LANDER ST AND S MCCLELLAN ST,E,31937,Multiple,Residential Urban Village,North Beacon Hill,Infrastructural,Urban Village Neighborhood,Street,Block face,0,4 106 | BLT1,United States of America,Washington,Seattle,"""geometry"": { 107 | ""type"": ""LineString"", 108 | ""coordinates"": [ 109 | [ 110 | -122.34210848808287, 111 | 47.613150261307865 112 | ], 113 | [ 114 | -122.3408854007721, 115 | 47.61239805913494 116 | ] 117 | ] 118 | }",3RD AVE,BETWEEN VIRGINIA ST AND LENORA ST,E,4434,Multiple,Urban Center Village,Belltown,Mixed,Downtown Neighborhood,Street,Block face,0,6 119 | BLT2,United States of America,Washington,Seattle,"""geometry"": { 120 | ""type"": ""LineString"", 121 | ""coordinates"": [ 122 | [ 123 | -122.34476923942567, 124 | 47.61469802789569 125 | ], 126 | [ 127 | -122.34570264816284, 128 | 47.6140109409059 129 | ] 130 | ] 131 | }",BELL ST,BETWEEN 2ND AVE AND 3RD AVE,N,77117,None,Urban Center Village,Belltown,Mixed,Downtown Neighborhood Access,Street,Block face,21,18 132 | BLT3,United States of America,Washington,Seattle,"""geometry"": { 133 | ""type"": ""LineString"", 134 | ""coordinates"": [ 135 | [ 136 | -122.34788060188293, 137 | 47.61533447936843 138 | ], 139 | [ 140 | -122.34697937965392, 141 | 47.614784817189026 142 | ] 143 | ] 144 | }",2ND AVE,BETWEEN BATTERY ST AND WALL ST,E,70754,None,Urban Center Village,Belltown,Mixed,Downtown,Street,Block face,0,0 145 | BLT4,United States of America,Washington,Seattle,"""geometry"": { 146 | ""type"": ""LineString"", 147 | ""coordinates"": [ 148 | [ 149 | -122.34136819839478, 150 | 47.61381566190339 151 | ], 152 | [ 153 | -122.34005928039551, 154 | 47.61305623662794 155 | ] 156 | ] 157 | }",4TH AVE,BETWEEN VIRGINIA ST AND LENORA ST,E,74026,None,Urban Center Village,Belltown,Commercial,Downtown,Street,Block face,29,0 158 | BLV1,United States of America,Washington,Seattle,"""geometry"": { 159 | ""type"": ""LineString"", 160 | ""coordinates"": [ 161 | [ 162 | -122.34771966934204, 163 | 47.72688288265778 164 | ], 165 | [ 166 | -122.34819173812865, 167 | 47.72317325528357 168 | ] 169 | ] 170 | }",LINDEN AVE N,BETWEEN N 130TH ST AND N 135TH ST,E (from 130th north to 1st mid block crosswalk),34082,None,Hub Urban Village,Bitter Lake Village,Mixed,Urban Village Neighborhood,Street,Block face,0,0 171 | BLV2,United States of America,Washington,Seattle,"""geometry"": { 172 | ""type"": ""LineString"", 173 | ""coordinates"": [ 174 | [ 175 | -122.34774112701415, 176 | 47.726839581138464 177 | ], 178 | [ 179 | -122.34819173812865, 180 | 47.723259864382015 181 | ] 182 | ] 183 | }",LINDEN AVE N,BETWEEN N 130TH ST AND N 135TH ST,E (from 135th south to signalized crosswalk),34082,None,Hub Urban Village,Bitter Lake Village,Mixed,Urban Village Neighborhood,Street,Block face,0,0 184 | BRY1,United States of America,Washington,Seattle,"""geometry"": { 185 | ""type"": ""LineString"", 186 | ""coordinates"": [ 187 | [ 188 | -122.29300260543825, 189 | 47.67579094347484 190 | ], 191 | [ 192 | -122.29166150093077, 193 | 47.67579094347484 194 | ] 195 | ] 196 | }",NE 65TH ST,BETWEEN 32ND E AVE NE AND 34TH AVE NE,N,62493,None,Outside,Bryant,Mixed,Urban Center Connector,Street,Block face,12,7 197 | BRY2,United States of America,Washington,Seattle,"""geometry"": { 198 | ""type"": ""LineString"", 199 | ""coordinates"": [ 200 | [ 201 | -122.29407548904418, 202 | 47.67576927149074 203 | ], 204 | [ 205 | -122.29299187660216, 206 | 47.675776495486424 207 | ] 208 | ] 209 | }",NE 65TH ST,BETWEEN 31ST AVE NE AND 32ND E AVE NE,N,39845,Bus,Outside,Bryant,Mixed,Urban Center Connector,Street,Block face,0,25 210 | CAP1,United States of America,Washington,Seattle,"""geometry"": { 211 | ""type"": ""LineString"", 212 | ""coordinates"": [ 213 | [ 214 | -122.32098340988159, 215 | 47.62308699353493 216 | ], 217 | [ 218 | -122.32089757919312, 219 | 47.62192997485076 220 | ] 221 | ] 222 | }",BROADWAY,BETWEEN HARRISON ST AND REPUBLICAN ST,W,32265,Bus,Urban Center Village,Capitol Hill,Commercial,Urban Village Neighborhood,Street,Block face,0,2 223 | CAP2,United States of America,Washington,Seattle,"""geometry"": { 224 | ""type"": ""LineString"", 225 | ""coordinates"": [ 226 | [ 227 | -122.31259346008301, 228 | 47.62315930635246 229 | ], 230 | [ 231 | -122.31265783309935, 232 | 47.62200228926874 233 | ] 234 | ] 235 | }",15TH AVE,BETWEEN HARRISON ST AND REPUBLICAN ST,W,69929,Bus,Urban Center Village,Capitol Hill,Commercial,Urban Village Neighborhood,Street,Block face,15,9 236 | CAP3,United States of America,Washington,Seattle,"""geometry"": { 237 | ""type"": ""LineString"", 238 | ""coordinates"": [ 239 | [ 240 | -122.32088685035706, 241 | 47.61989066707899 242 | ], 243 | [ 244 | -122.3195457458496, 245 | 47.61991959398655 246 | ] 247 | ] 248 | }",E JOHN ST,BETWEEN BROADWAY AND 10TH AVE E,S,59594,Multiple,Urban Center Village,Capitol Hill,Infrastructural,Urban Village Neighborhood,Street,Block face,0,2 249 | CAP4,United States of America,Washington,Seattle,"""geometry"": { 250 | ""type"": ""LineString"", 251 | ""coordinates"": [ 252 | [ 253 | -122.32563972473145, 254 | 47.61849492477369 255 | ], 256 | [ 257 | -122.32625126838684, 258 | 47.61772833542762 259 | ] 260 | ] 261 | }",E OLIVE WAY,BETWEEN E HOWELL ST AND DENNY WAY,NW,82477,None,Urban Center Village,Capitol Hill,Commercial,Urban Village Main,Street,Block face,21,4 262 | CID1,United States of America,Washington,Seattle,"""geometry"": { 263 | ""type"": ""LineString"", 264 | ""coordinates"": [ 265 | [ 266 | -122.3276138305664, 267 | 47.59918936213052 268 | ], 269 | [ 270 | -122.3263692855835, 271 | 47.59918936213052 272 | ] 273 | ] 274 | }",S JACKSON ST,BETWEEN 5TH AVE AND 6TH AVE,S,88542,Streetcar,Urban Center Village,Chinatown / ID,Commercial,Downtown,Street,Block face,0,0 275 | CID2,United States of America,Washington,Seattle,"""geometry"": { 276 | ""type"": ""LineString"", 277 | ""coordinates"": [ 278 | [ 279 | -122.32502818107604, 280 | 47.5983646121576 281 | ], 282 | [ 283 | -122.32502818107604, 284 | 47.597496440246054 285 | ] 286 | ] 287 | }",MAYNARD AVE S,BETWEEN S KING ST AND S WELLER ST,E,79678,None,Urban Center Village,Chinatown / ID,Commercial,Downtown Neighborhood Access,Street,Block face,0,4 288 | CID3,United States of America,Washington,Seattle,"""geometry"": { 289 | ""type"": ""LineString"", 290 | ""coordinates"": [ 291 | [ 292 | -122.32767820358275, 293 | 47.598342908035384 294 | ], 295 | [ 296 | -122.3263907432556, 297 | 47.598371846863 298 | ] 299 | ] 300 | }",S KING ST,BETWEEN 5TH AVE AND 6TH AVE,N,43057,None,Urban Center Village,Chinatown / ID,Commercial,Downtown Neighborhood Access,Street,Block face,0,2 301 | CID4,United States of America,Washington,Seattle,"""geometry"": { 302 | ""type"": ""LineString"", 303 | ""coordinates"": [ 304 | [ 305 | -122.31726050376892, 306 | 47.599153189158706 307 | ], 308 | [ 309 | -122.3141920566559, 310 | 47.5992110659016 311 | ] 312 | ] 313 | }",S JACKSON ST,BETWEEN 12TH AVE S AND RAINIER AVE S,S,65554,Multiple,Urban Center Village,Chinatown / ID,Commercial,Downtown,Street,Block face,0,4 314 | COL1,United States of America,Washington,Seattle,"""geometry"": { 315 | ""type"": ""LineString"", 316 | ""coordinates"": [ 317 | [ 318 | -122.2850900888443, 319 | 47.55785991356879 320 | ], 321 | [ 322 | -122.2846609354019, 323 | 47.557038132521 324 | ] 325 | ] 326 | }",RAINIER AVE S,BETWEEN S FERDINAND ST AND S HUDSON ST,E,12402,None,Residential Urban Village,Columbia City,Commercial,Urban Village Main,Street,Block face,25,3 327 | COL2,United States of America,Washington,Seattle,"""geometry"": { 328 | ""type"": ""LineString"", 329 | ""coordinates"": [ 330 | [ 331 | -122.28547632694244, 332 | 47.55865634105204 333 | ], 334 | [ 335 | -122.28506326675414, 336 | 47.55784543295702 337 | ] 338 | ] 339 | }",RAINIER AVE S,BETWEEN S EDMUNDS ST AND S FERDINAND ST,W,35021,None,Residential Urban Village,Columbia City,Commercial,Urban Village Main,Street,Block face,0,7 340 | COM1,United States of America,Washington,Seattle,"""geometry"": { 341 | ""type"": ""LineString"", 342 | ""coordinates"": [ 343 | [ 344 | -122.3314118385315, 345 | 47.60275589434988 346 | ], 347 | [ 348 | -122.33030676841737, 349 | 47.60321887461678 350 | ] 351 | ] 352 | }",JAMES ST,BETWEEN 3RD AVE AND 4TH AVE,S,56318,Bus,Urban Center Village,Commercial Core,CBD,Downtown,Street,Block face,0,8 353 | COM2,United States of America,Washington,Seattle,"""geometry"": { 354 | ""type"": ""LineString"", 355 | ""coordinates"": [ 356 | [ 357 | -122.34005928039551, 358 | 47.608846650831694 359 | ], 360 | [ 361 | -122.33894884586334, 362 | 47.60929872740193 363 | ] 364 | ] 365 | }",PIKE ST,BETWEEN 1ST AVE AND 2ND AVE,S,57502,None,Urban Center Village,Commercial Core,CBD,Downtown Neighborhood,Street,Block face,9,0 366 | COM3,United States of America,Washington,Seattle,"""geometry"": { 367 | ""type"": ""LineString"", 368 | ""coordinates"": [ 369 | [ 370 | -122.33870208263397, 371 | 47.610738113173404 372 | ], 373 | [ 374 | -122.3378276824951, 375 | 47.60977249945408 376 | ] 377 | ] 378 | }",3RD AVE,BETWEEN PIKE ST AND PINE ST,W,49645,Multiple,Urban Center Village,Commercial Core,CBD,Downtown Neighborhood,Street,Block face,0,0 379 | COM4,United States of America,Washington,Seattle,"""geometry"": { 380 | ""type"": ""LineString"", 381 | ""coordinates"": [ 382 | [ 383 | -122.3391044139862, 384 | 47.60780505154077 385 | ], 386 | [ 387 | -122.33819246292113, 388 | 47.60681406629351 389 | ] 390 | ] 391 | }",1ST AVE,BETWEEN UNIVERSITY ST AND UNION ST,W,68909,None,Urban Center Village,Commercial Core,CBD,Downtown Neighborhood,Street,Block face,7,0 392 | CRO1,United States of America,Washington,Seattle,"""geometry"": { 393 | ""type"": ""LineString"", 394 | ""coordinates"": [ 395 | [ 396 | -122.37426280975342, 397 | 47.695494275530464 398 | ], 399 | [ 400 | -122.37291097640991, 401 | 47.69621639702389 402 | ] 403 | ] 404 | }",HOLMAN RD NW,BETWEEN 14TH AVE NW AND 13TH W AVE NW,SE,56226,None,Residential Urban Village,Crown Hill,Residential,Urban Village Main,Street,Block face,0,0 405 | CRO2,United States of America,Washington,Seattle,"""geometry"": { 406 | ""type"": ""LineString"", 407 | ""coordinates"": [ 408 | [ 409 | -122.3768162727356, 410 | 47.69061969386972 411 | ], 412 | [ 413 | -122.37543225288391, 414 | 47.69062691580919 415 | ] 416 | ] 417 | }",NW 85TH ST,BETWEEN 15TH AVE NW AND MARY AVE NW,S,86970,Bus,Residential Urban Village,Crown Hill,Commercial,Urban Village Main,Street,Block face,0,0 418 | DEN1,United States of America,Washington,Seattle,"""geometry"": { 419 | ""type"": ""LineString"", 420 | ""coordinates"": [ 421 | [ 422 | -122.33656167984009, 423 | 47.615725025300584 424 | ], 425 | [ 426 | -122.33575701713562, 427 | 47.61639039313347 428 | ] 429 | ] 430 | }",VIRGINIA ST,BETWEEN 8TH AVE AND 9TH AVE,SE,35914,None,Urban Center Village,Denny Triangle,CBD,Downtown Neighborhood,Street,Block face,0,0 431 | DEN2,United States of America,Washington,Seattle,"""geometry"": { 432 | ""type"": ""LineString"", 433 | ""coordinates"": [ 434 | [ 435 | -122.34086394309999, 436 | 47.6159202971728 437 | ], 438 | [ 439 | -122.34002709388733, 440 | 47.61660012689093 441 | ] 442 | ] 443 | }",BLANCHARD ST,BETWEEN 6TH AVE AND 7TH AVE,SE,77230,None,Urban Center Village,Denny Triangle,CBD,Downtown Neighborhood Access,Street,Block face,0,12 444 | DEN3,United States of America,Washington,Seattle,"""geometry"": { 445 | ""type"": ""LineString"", 446 | ""coordinates"": [ 447 | [ 448 | -122.33871817588805, 449 | 47.61579734830123 450 | ], 451 | [ 452 | -122.33745217323303, 453 | 47.61500902219679 454 | ] 455 | ] 456 | }",7TH AVE,BETWEEN LENORA ST AND VIRGINIA ST,SW,53429,None,Urban Center Village,Denny Triangle,CBD,Downtown Neighborhood,Street,Block face,18,18 457 | DEN4,United States of America,Washington,Seattle,"""geometry"": { 458 | ""type"": ""LineString"", 459 | ""coordinates"": [ 460 | [ 461 | -122.34091758728027, 462 | 47.61590583261467 463 | ], 464 | [ 465 | -122.33964085578917, 466 | 47.61514643769413 467 | ] 468 | ] 469 | }",6TH AVE,BETWEEN BLANCHARD ST AND LENORA ST,SW,8005,None,Urban Center Village,Denny Triangle,Mixed,Downtown,Street,Block face,28,32 470 | FHT1,United States of America,Washington,Seattle,"""geometry"": { 471 | ""type"": ""LineString"", 472 | ""coordinates"": [ 473 | [ 474 | -122.32414841651917, 475 | 47.604846507093406 476 | ], 477 | [ 478 | -122.32283949851988, 479 | 47.60341419318794 480 | ] 481 | ] 482 | }",9TH AVE,BETWEEN ALDER ST AND JEFFERSON ST,SW,76401,None,Urban Center Village,First Hill / 12th Ave,Medical,Urban Village Neighborhood,Street,Block face,0,0 483 | FHT2,United States of America,Washington,Seattle,"""geometry"": { 484 | ""type"": ""LineString"", 485 | ""coordinates"": [ 486 | [ 487 | -122.3207902908325, 488 | 47.610401777833935 489 | ], 490 | [ 491 | -122.3208010196686, 492 | 47.60922277881122 493 | ] 494 | ] 495 | }",BROADWAY,BETWEEN MARION ST AND COLUMBIA ST,W,32257,Multiple,Urban Center Village,First Hill / 12th Ave,Medical,Urban Village Neighborhood,Street,Block face,0,33 496 | FHT3,United States of America,Washington,Seattle,"""geometry"": { 497 | ""type"": ""LineString"", 498 | ""coordinates"": [ 499 | [ 500 | -122.32630491256712, 501 | 47.60883941757483 502 | ], 503 | [ 504 | -122.32510328292845, 505 | 47.60933127676417 506 | ] 507 | ] 508 | }",MADISON ST,BETWEEN TERRY AVE AND BOREN AVE,NW,79577,Bus,Urban Center Village,First Hill / 12th Ave,Commercial,Urban Village Main,Street,Block face,0,4 509 | FHT4,United States of America,Washington,Seattle,"""geometry"": { 510 | ""type"": ""LineString"", 511 | ""coordinates"": [ 512 | [ 513 | -122.31679111719131, 514 | 47.607414446458804 515 | ], 516 | [ 517 | -122.31678575277328, 518 | 47.606823108214606 519 | ] 520 | ] 521 | }",12TH AVE,BETWEEN E BARCLAY CT AND E JAMES CT,E,46730,None,Urban Center Village,First Hill / 12th Ave,Recreational,Urban Village Neighborhood,Street,Block face,0,0 522 | FRE1,United States of America,Washington,Seattle,"""geometry"": { 523 | ""type"": ""LineString"", 524 | ""coordinates"": [ 525 | [ 526 | -122.34981179237366, 527 | 47.64956125868964 528 | ], 529 | [ 530 | -122.34729051589966, 531 | 47.64917819322258 532 | ] 533 | ] 534 | }",N 34TH ST,BETWEEN FREMONT AVE N AND TROLL AVE N,N,15381,None,Hub Urban Village,Fremont,Commercial,Urban Village Main,Street,Block face,0,20 535 | FRE2,United States of America,Washington,Seattle,"""geometry"": { 536 | ""type"": ""LineString"", 537 | ""coordinates"": [ 538 | [ 539 | -122.34991908073424, 540 | 47.65133561019491 541 | ], 542 | [ 543 | -122.34985202550888, 544 | 47.650508068827186 545 | ] 546 | ] 547 | }",FREMONT AVE N,BETWEEN FREMONT PL N AND N 36TH ST,W,33273,None,Hub Urban Village,Fremont,Commercial,Urban Village Neighborhood,Street,Block face,0,16 548 | GEO1,United States of America,Washington,Seattle,"""geometry"": { 549 | ""type"": ""LineString"", 550 | ""coordinates"": [ 551 | [ 552 | -122.31710493564606, 553 | 47.54919979336194 554 | ], 555 | [ 556 | -122.3173838853836, 557 | 47.54868202344753 558 | ] 559 | ] 560 | }",12TH AVE S,BETWEEN S HARNEY ST AND S VALE ST,E,24670,None,Outside,Georgetown,Commercial,Neighborhood Yield Street,Street,Block face,0,9 561 | GEO2,United States of America,Washington,Seattle,"""geometry"": { 562 | ""type"": ""LineString"", 563 | ""coordinates"": [ 564 | [ 565 | -122.31781303882597, 566 | 47.550112214608184 567 | ], 568 | [ 569 | -122.31724977493285, 570 | 47.5495329013722 571 | ] 572 | ] 573 | }",AIRPORT WAY S,BETWEEN S DORIS ST AND S NEBRASKA ST,SW,76594,Bus,Outside,Georgetown,Commercial,Industrial Access,Street,Block face,0,0 574 | GPR1,United States of America,Washington,Seattle,"""geometry"": { 575 | ""type"": ""LineString"", 576 | ""coordinates"": [ 577 | [ 578 | -122.35524058341979, 579 | 47.692421536768514 580 | ], 581 | [ 582 | -122.35522985458373, 583 | 47.690587195129666 584 | ] 585 | ] 586 | }",GREENWOOD AVE N,BETWEEN N 85TH ST AND N 87TH ST,E,10790,Bus,Residential Urban Village,Greenwood - Phinney Ridge,Commercial,Urban Village Neighborhood,Street,Block face,11,0 587 | GPR2,United States of America,Washington,Seattle,"""geometry"": { 588 | ""type"": ""LineString"", 589 | ""coordinates"": [ 590 | [ 591 | -122.35535323619841, 592 | 47.69240348253922 593 | ], 594 | [ 595 | -122.35536932945251, 596 | 47.69062330483958 597 | ] 598 | ] 599 | }",GREENWOOD AVE N,BETWEEN N 85TH ST AND N 87TH ST,W,10789,None,Residential Urban Village,Greenwood - Phinney Ridge,Commercial,Urban Village Neighborhood,Street,Block face,0,9 600 | GPR3,United States of America,Washington,Seattle,"""geometry"": { 601 | ""type"": ""LineString"", 602 | ""coordinates"": [ 603 | [ 604 | -122.355278134346, 605 | 47.690587195129666 606 | ], 607 | [ 608 | -122.3553156852722, 609 | 47.689836107494706 610 | ] 611 | ] 612 | }",GREENWOOD AVE N,BETWEEN N 84TH ST AND N 85TH ST,E,78690,None,Residential Urban Village,Greenwood - Phinney Ridge,Commercial,Urban Village Neighborhood,Street,Block face,0,0 613 | GPR4,United States of America,Washington,Seattle,"""geometry"": { 614 | ""type"": ""LineString"", 615 | ""coordinates"": [ 616 | [ 617 | -122.35530495643616, 618 | 47.683296132581944 619 | ], 620 | [ 621 | -122.35529959201813, 622 | 47.68253049383115 623 | ] 624 | ] 625 | }",GREENWOOD AVE N,BETWEEN N 74TH ST AND N 75TH ST,W,10777,Bus,Residential Urban Village,Greenwood - Phinney Ridge,Commercial,Urban Village Neighborhood,Street,Block face,8,13 626 | LAK1,United States of America,Washington,Seattle,"""geometry"": { 627 | ""type"": ""LineString"", 628 | ""coordinates"": [ 629 | [ 630 | -122.2963285446167, 631 | 47.71740620882393 632 | ], 633 | [ 634 | -122.2954487800598, 635 | 47.7187920905245 636 | ] 637 | ] 638 | }",LAKE CITY WAY NE,BETWEEN NE 123RD ST AND 31ST AVE NE,SE,33814,None,Hub Urban Village,Lake City,Commercial,Urban Village Main,Street,Block face,0,2 639 | LAK2,United States of America,Washington,Seattle,"""geometry"": { 640 | ""type"": ""LineString"", 641 | ""coordinates"": [ 642 | [ 643 | -122.2941291332245, 644 | 47.721080158281964 645 | ], 646 | [ 647 | -122.29527711868286, 648 | 47.719275696816574 649 | ] 650 | ] 651 | }",LAKE CITY WAY NE,BETWEEN NE 125TH ST AND NE 127TH ST,NW,79161,None,Hub Urban Village,Lake City,Commercial,Urban Village Main,Street,Block face,0,4 652 | MAG1,United States of America,Washington,Seattle,"""geometry"": { 653 | ""type"": ""LineString"", 654 | ""coordinates"": [ 655 | [ 656 | -122.39834368228911, 657 | 47.63957353465201 658 | ], 659 | [ 660 | -122.39962309598923, 661 | 47.63957172740049 662 | ] 663 | ] 664 | }",W MCGRAW ST,BETWEEN 32ND AVE W AND 33RD AVE W,N,45957,None,Outside,Magnolia,Commercial,Neighborhood Corridor,Street,Block face,11,29 665 | MAG2,United States of America,Washington,Seattle,"""geometry"": { 666 | ""type"": ""LineString"", 667 | ""coordinates"": [ 668 | [ 669 | -122.39963114261626, 670 | 47.639537389610076 671 | ], 672 | [ 673 | -122.39836513996124, 674 | 47.639537389610076 675 | ] 676 | ] 677 | }",W MCGRAW ST,BETWEEN 32ND AVE W AND 33RD AVE W,S,45958,None,Outside,Magnolia,Commercial,Neighborhood Corridor,Street,Block face,0,17 678 | MAM1,United States of America,Washington,Seattle,"""geometry"": { 679 | ""type"": ""LineString"", 680 | ""coordinates"": [ 681 | [ 682 | -122.3026156425476, 683 | 47.61921088014433 684 | ], 685 | [ 686 | -122.3011565208435, 687 | 47.620208862181705 688 | ] 689 | ] 690 | }",E MADISON ST,BETWEEN 23RD AVE E AND 24TH AVE E,NW,36913,None,Residential Urban Village,Madison Miller,Mixed,Urban Village Neighborhood,Street,Block face,0,7 691 | MAM2,United States of America,Washington,Seattle,"""geometry"": { 692 | ""type"": ""LineString"", 693 | ""coordinates"": [ 694 | [ 695 | -122.30728268623352, 696 | 47.62439584005173 697 | ], 698 | [ 699 | -122.3073363304138, 700 | 47.62322438780268 701 | ] 702 | ] 703 | }",19TH AVE E,BETWEEN E REPUBLICAN ST AND E MERCER ST,E,2694,Bus,Residential Urban Village,Madison Miller,Mixed,Urban Village Neighborhood,Street,Block face,6,6 704 | MAP1,United States of America,Washington,Seattle,"""geometry"": { 705 | ""type"": ""LineString"", 706 | ""coordinates"": [ 707 | [ 708 | -122.27953791618346, 709 | 47.63477144682534 710 | ], 711 | [ 712 | -122.27849721908568, 713 | 47.63545103141443 714 | ] 715 | ] 716 | }",E MADISON ST,BETWEEN 41ST AVE E AND 42ND AVE E,NW,14441,None,Outside,Madison Park,Commercial,Neighborhood Corridor,Street,Block face,0,16 717 | MAP2,United States of America,Washington,Seattle,"""geometry"": { 718 | ""type"": ""LineString"", 719 | ""coordinates"": [ 720 | [ 721 | -122.28117942810059, 722 | 47.633650835913095 723 | ], 724 | [ 725 | -122.27977395057677, 726 | 47.634608778990376 727 | ] 728 | ] 729 | }",E MADISON ST,BETWEEN MCGILVRA N BV E AND E BLAINE ST,NW,82249,None,Outside,Madison Park,Commercial,Neighborhood Corridor,Street,Block face,3,10 730 | MTB1,United States of America,Washington,Seattle,"""geometry"": { 731 | ""type"": ""LineString"", 732 | ""coordinates"": [ 733 | [ 734 | -122.29098558425902, 735 | 47.57156763730042 736 | ], 737 | [ 738 | -122.29102849960329, 739 | 47.56995344689173 740 | ] 741 | ] 742 | }",33RD AVE S,BETWEEN S SPOKANE ST AND RAINIER AVE S,E,73122,None,Hub Urban Village,Mt Baker,Mixed,Urban Village Neighborhood Access,Street,Block face,0,0 743 | MTB2,United States of America,Washington,Seattle,"""geometry"": { 744 | ""type"": ""LineString"", 745 | ""coordinates"": [ 746 | [ 747 | -122.29752480983734, 748 | 47.577553460630945 749 | ], 750 | [ 751 | -122.29659676551819, 752 | 47.57636648355082 753 | ] 754 | ] 755 | }",RAINIER AVE S,BETWEEN S FOREST ST AND M L KING JR WAY S,W,12374,Multiple,Hub Urban Village,Mt Baker,Mixed,Urban Village Main,Street,Block face,0,6 756 | NOR1,United States of America,Washington,Seattle,"""geometry"": { 757 | ""type"": ""LineString"", 758 | ""coordinates"": [ 759 | [ 760 | -122.32327938079834, 761 | 47.70854146856839 762 | ], 763 | [ 764 | -122.32315063476562, 765 | 47.70493883459154 766 | ] 767 | ] 768 | }",5TH AVE NE,BETWEEN NE NORTHGATE WAY AND NE 105TH ST,E (between NE 105th St to driveway north of public library),7270,Bus,Urban Center,Northgate,Civic,Urban Village Neighborhood,Street,Block face,0,68 769 | NOR2,United States of America,Washington,Seattle,"""geometry"": { 770 | ""type"": ""LineString"", 771 | ""coordinates"": [ 772 | [ 773 | -122.32327401638031, 774 | 47.708592004748915 775 | ], 776 | [ 777 | -122.32055962085725, 778 | 47.7085811755715 779 | ] 780 | ] 781 | }",NE NORTHGATE WAY,BETWEEN 5TH AVE NE AND 8TH AVE NE,S (between 5th Ave NE and driveway midblock),85994,Bus,Urban Center,Northgate,Mixed,Urban Village Main,Street,Block face,0,8 782 | OTH1,United States of America,Washington,Seattle,"""geometry"": { 783 | ""type"": ""LineString"", 784 | ""coordinates"": [ 785 | [ 786 | -122.28180170059206, 787 | 47.53887601640358 788 | ], 789 | [ 790 | -122.28087902069092, 791 | 47.53700730773637 792 | ] 793 | ] 794 | }",M L KING JR ER WAY S,BETWEEN S MYRTLE ST AND S OTHELLO ST,E,122963,Multiple,Residential Urban Village,Othello,Commercial,Urban Village Main,Street,Block face,0,6 795 | OTH2,United States of America,Washington,Seattle,"""geometry"": { 796 | ""type"": ""LineString"", 797 | ""coordinates"": [ 798 | [ 799 | -122.28225231170654, 800 | 47.53890498810667 801 | ], 802 | [ 803 | -122.28132963180542, 804 | 47.53701455092178 805 | ] 806 | ] 807 | }",M L KING JR ER WAY S,BETWEEN S MYRTLE ST AND S OTHELLO ST,W,122964,Multiple,Residential Urban Village,Othello,Commercial,Urban Village Main,Street,Block face,0,3 808 | PIK1,United States of America,Washington,Seattle,"""geometry"": { 809 | ""type"": ""LineString"", 810 | ""coordinates"": [ 811 | [ 812 | -122.3207902908325, 813 | 47.61409049880896 814 | ], 815 | [ 816 | -122.32081174850464, 817 | 47.61292604833049 818 | ] 819 | ] 820 | }",BROADWAY,BETWEEN UNION ST AND PIKE ST,E,77370,None,Urban Center Village,Pike/Pine,Commercial,Urban Village Neighborhood,Street,Block face,0,0 821 | PIK2,United States of America,Washington,Seattle,"""geometry"": { 822 | ""type"": ""LineString"", 823 | ""coordinates"": [ 824 | [ 825 | -122.3194706439972, 826 | 47.6152585395429 827 | ], 828 | [ 829 | -122.31945991516112, 830 | 47.614097731339626 831 | ] 832 | ] 833 | }",10TH AVE,BETWEEN PIKE ST AND PINE ST,W,1233,None,Urban Center Village,Pike/Pine,Commercial,Urban Village Neighborhood Access,Street,Block face,36,0 834 | PIK3,United States of America,Washington,Seattle,"""geometry"": { 835 | ""type"": ""LineString"", 836 | ""coordinates"": [ 837 | [ 838 | -122.32083320617674, 839 | 47.61525492335797 840 | ], 841 | [ 842 | -122.32082784175871, 843 | 47.614076033744695 844 | ] 845 | ] 846 | }",BROADWAY,BETWEEN PIKE ST AND PINE ST,W,54725,Multiple,Urban Center Village,Pike/Pine,Commercial,Urban Village Neighborhood,Street,Block face,0,0 847 | PIK4,United States of America,Washington,Seattle,"""geometry"": { 848 | ""type"": ""LineString"", 849 | ""coordinates"": [ 850 | [ 851 | -122.32552707195282, 852 | 47.615233226243234 853 | ], 854 | [ 855 | -122.32448101043701, 856 | 47.61524045861581 857 | ] 858 | ] 859 | }",PINE ST,BETWEEN SUMMIT AVE AND BELMONT AVE,N,60001,Bus,Urban Center Village,Pike/Pine,Mixed,Urban Village Neighborhood,Street,Block face,0,34 860 | PIO1,United States of America,Washington,Seattle,"""geometry"": { 861 | ""type"": ""LineString"", 862 | ""coordinates"": [ 863 | [ 864 | -122.33155131340025, 865 | 47.600860526160645 866 | ], 867 | [ 868 | -122.33154058456421, 869 | 47.59999963014494 870 | ] 871 | ] 872 | }",2ND AVE EXT S,BETWEEN S MAIN ST AND S WASHINGTON ST,SW,48125,None,Urban Center Village,Pioneer Square,CBD,Downtown,Street,Block face,0,7 873 | PIO2,United States of America,Washington,Seattle,"""geometry"": { 874 | ""type"": ""LineString"", 875 | ""coordinates"": [ 876 | [ 877 | -122.33162373304366, 878 | 47.59920563995969 879 | ], 880 | [ 881 | -122.33150035142899, 882 | 47.59920925725437 883 | ] 884 | ] 885 | }",S JACKSON ST,BETWEEN 2ND AVE S AND 2ND AVE EXT S,S,88538,None,Urban Center Village,Pioneer Square,CBD,Downtown,Street,Block face,0,0 886 | PIO3,United States of America,Washington,Seattle,"""geometry"": { 887 | ""type"": ""LineString"", 888 | ""coordinates"": [ 889 | [ 890 | -122.33424961566924, 891 | 47.60087137770069 892 | ], 893 | [ 894 | -122.33424961566924, 895 | 47.600071974893126 896 | ] 897 | ] 898 | }",1ST AVE,BETWEEN S WASHINGTON ST AND S MAIN ST,W,1217,None,Urban Center Village,Pioneer Square,Commercial,Downtown Neighborhood,Street,Block face,28,0 899 | PIO4,United States of America,Washington,Seattle,"""geometry"": { 900 | ""type"": ""LineString"", 901 | ""coordinates"": [ 902 | [ 903 | -122.33252495527269, 904 | 47.60230737830889 905 | ], 906 | [ 907 | -122.33198314905167, 908 | 47.60173587649157 909 | ] 910 | ] 911 | }",2ND AVE,BETWEEN YESLER WAY AND JAMES ST,E,70726,None,Urban Center Village,Pioneer Square,CBD,Downtown,Street,Block face,44,0 912 | RAI1,United States of America,Washington,Seattle,"""geometry"": { 913 | ""type"": ""LineString"", 914 | ""coordinates"": [ 915 | [ 916 | -122.26163685321808, 917 | 47.52026925588948 918 | ], 919 | [ 920 | -122.26165294647215, 921 | 47.51897229575296 922 | ] 923 | ] 924 | }",57TH AVE S,BETWEEN RAINIER AVE S AND S FLETCHER ST,E,7898,Bus,Residential Urban Village,Rainier Beach,Commercial,Urban Village Neighborhood,Street,Block face,0,0 925 | RAI2,United States of America,Washington,Seattle,"""geometry"": { 926 | ""type"": ""LineString"", 927 | ""coordinates"": [ 928 | [ 929 | -122.26509153842926, 930 | 47.51985988366671 931 | ], 932 | [ 933 | -122.2627204656601, 934 | 47.52013521400896 935 | ] 936 | ] 937 | }",RAINIER AVE S,BETWEEN 54TH AVE S AND 56TH AVE S,S,12434,Bus,Residential Urban Village,Rainier Beach,Commercial,Urban Village Main,Street,Block face,0,2 938 | RAV1,United States of America,Washington,Seattle,"""geometry"": { 939 | ""type"": ""LineString"", 940 | ""coordinates"": [ 941 | [ 942 | -122.30065226554869, 943 | 47.66799567261513 944 | ], 945 | [ 946 | -122.30065762996675, 947 | 47.66629414034255 948 | ] 949 | ] 950 | }",25TH AVE NE,BETWEEN NE BLAKELEY ST AND NE 54TH ST,W,26665,None,Urban Center Village,Ravenna,Mixed,Urban Village Main,Street,Block face,0,0 951 | RAV2,United States of America,Washington,Seattle,"""geometry"": { 952 | ""type"": ""LineString"", 953 | ""coordinates"": [ 954 | [ 955 | -122.3006683588028, 956 | 47.668523100231695 957 | ], 958 | [ 959 | -122.3006683588028, 960 | 47.66799567261513 961 | ] 962 | ] 963 | }",25TH AVE NE,BETWEEN NE 54TH ST AND NE 55TH ST,W,26669,Bus,Urban Center Village,Ravenna,Commercial,Urban Village Main,Street,Block face,0,0 964 | RAV3,United States of America,Washington,Seattle,"""geometry"": { 965 | ""type"": ""LineString"", 966 | ""coordinates"": [ 967 | [ 968 | -122.30058252811432, 969 | 47.66799206007883 970 | ], 971 | [ 972 | -122.30055570602417, 973 | 47.66627968972479 974 | ] 975 | ] 976 | }",25TH AVE NE,BETWEEN NE BLAKELEY ST AND NE 54TH ST,E,26666,Bus,Urban Center Village,Ravenna,Commercial,Urban Village Main,Street,Block face,0,0 977 | RAV4,United States of America,Washington,Seattle,"""geometry"": { 978 | ""type"": ""LineString"", 979 | ""coordinates"": [ 980 | [ 981 | -122.30058252811432, 982 | 47.66854116272689 983 | ], 984 | [ 985 | -122.30057179927825, 986 | 47.66800289768698 987 | ] 988 | ] 989 | }",25TH AVE NE,BETWEEN NE 54TH ST AND NE 55TH ST,E,26670,None,Urban Center Village,Ravenna,Commercial,Urban Village Main,Street,Block face,0,0 990 | RSV1,United States of America,Washington,Seattle,"""geometry"": { 991 | ""type"": ""LineString"", 992 | ""coordinates"": [ 993 | [ 994 | -122.31738924980164, 995 | 47.67583789940951 996 | ], 997 | [ 998 | -122.31569945812225, 999 | 47.675841511402716 1000 | ] 1001 | ] 1002 | }",NE 65TH ST,BETWEEN ROOSEVELT WAY NE AND 12TH AVE NE,N,62457,None,Residential Urban Village,Roosevelt,Mixed,Urban Village Neighborhood,Street,Block face,0,11 1003 | RSV2,United States of America,Washington,Seattle,"""geometry"": { 1004 | ""type"": ""LineString"", 1005 | ""coordinates"": [ 1006 | [ 1007 | -122.31739729642868, 1008 | 47.67498365599019 1009 | ], 1010 | [ 1011 | -122.3173838853836, 1012 | 47.67416010152569 1013 | ] 1014 | ] 1015 | }",ROOSEVELT WAY NE,BETWEEN NE 63RD ST AND NE 64TH ST,W,80593,None,Residential Urban Village,Roosevelt,Commercial,Urban Village Main,Street,Block face,0,1 1016 | SLU1,United States of America,Washington,Seattle,"""geometry"": { 1017 | ""type"": ""LineString"", 1018 | ""coordinates"": [ 1019 | [ 1020 | -122.33169615268707, 1021 | 47.62196974779305 1022 | ], 1023 | [ 1024 | -122.33170688152312, 1025 | 47.62082355178228 1026 | ] 1027 | ] 1028 | }",POINTUS AVE N,BETWEEN HARRISON ST AND THOMAS ST,W,34881,None,Urban Center,South Lake Union,Recreational,Urban Village Neighborhood Access,Street,Block face,0,0 1029 | SLU2,United States of America,Washington,Seattle,"""geometry"": { 1030 | ""type"": ""LineString"", 1031 | ""coordinates"": [ 1032 | [ 1033 | -122.33720541000366, 1034 | 47.62320992526519 1035 | ], 1036 | [ 1037 | -122.33720541000366, 1038 | 47.62201675214034 1039 | ] 1040 | ] 1041 | }",TERRY AVE N,BETWEEN HARRISON ST AND REPUBLICAN ST,E,58422,None,Urban Center,South Lake Union,CBD,Urban Village Neighborhood Access,Street,Block face,0,78 1042 | SLU3,United States of America,Washington,Seattle,"""geometry"": { 1043 | ""type"": ""LineString"", 1044 | ""coordinates"": [ 1045 | [ 1046 | -122.33431935310364, 1047 | 47.6231520750752 1048 | ], 1049 | [ 1050 | -122.33429253101347, 1051 | 47.62203483072421 1052 | ] 1053 | ] 1054 | }",FAIRVIEW AVE N,BETWEEN HARRISON ST AND REPUBLICAN ST,E,55642,Bus,Urban Center,South Lake Union,CBD,Urban Village Main,Street,Block face,0,34 1055 | SLU4,United States of America,Washington,Seattle,"""geometry"": { 1056 | ""type"": ""LineString"", 1057 | ""coordinates"": [ 1058 | [ 1059 | -122.33846336603165, 1060 | 47.622045677871526 1061 | ], 1062 | [ 1063 | -122.33718127012251, 1064 | 47.6220275992914 1065 | ] 1066 | ] 1067 | }",HARRISON ST,BETWEEN WESTLAKE AVE N AND TERRY AVE N,S,78702,None,Urban Center,South Lake Union,CBD,Urban Village Neighborhood Access,Street,Block face,0,0 1068 | SOP1,United States of America,Washington,Seattle,"""geometry"": { 1069 | ""type"": ""LineString"", 1070 | ""coordinates"": [ 1071 | [ 1072 | -122.31497526168823, 1073 | 47.52735849646078 1074 | ], 1075 | [ 1076 | -122.31498599052428, 1077 | 47.52642394522276 1078 | ] 1079 | ] 1080 | }",14TH AVE S,BETWEEN DALLAS AVE S AND S CLOVERDALE ST,W,47157,Bus,Residential Urban Village,South Park,Commercial,Urban Village Main,Street,Block face,0,2 1081 | SOP2,United States of America,Washington,Seattle,"""geometry"": { 1082 | ""type"": ""LineString"", 1083 | ""coordinates"": [ 1084 | [ 1085 | -122.31498599052428, 1086 | 47.52643118987004 1087 | ], 1088 | [ 1089 | -122.31500744819641, 1090 | 47.525605293635365 1091 | ] 1092 | ] 1093 | }",14TH AVE S,BETWEEN S CLOVERDALE ST AND S DONOVAN ST,W,47161,None,Residential Urban Village,South Park,Commercial,Urban Village Main,Street,Block face,0,1 1094 | TUJ1,United States of America,Washington,Seattle,"""geometry"": { 1095 | ""type"": ""LineString"", 1096 | ""coordinates"": [ 1097 | [ 1098 | -122.30626881122589, 1099 | 47.61294051371287 1100 | ], 1101 | [ 1102 | -122.30496525764464, 1103 | 47.61295136274705 1104 | ] 1105 | ] 1106 | }",E UNION ST,BETWEEN 20TH AVE AND 21ST AVE,N,82797,Bus,Residential Urban Village,23rd & Union - Jackson,Mixed,Urban Village Neighborhood,Street,Block face,0,8 1107 | TUJ2,United States of America,Washington,Seattle,"""geometry"": { 1108 | ""type"": ""LineString"", 1109 | ""coordinates"": [ 1110 | [ 1111 | -122.30219721794128, 1112 | 47.59932681919537 1113 | ], 1114 | [ 1115 | -122.29992270469664, 1116 | 47.599319584622 1117 | ] 1118 | ] 1119 | }",S JACKSON ST,BETWEEN 23RD AVE S AND 25TH AVE S,N,65565,Bus,Residential Urban Village,23rd & Union - Jackson,Commercial,Urban Village Neighborhood,Street,Block face,0,36 1120 | UNI1,United States of America,Washington,Seattle,"""geometry"": { 1121 | ""type"": ""LineString"", 1122 | ""coordinates"": [ 1123 | [ 1124 | -122.31325864791869, 1125 | 47.65977289265527 1126 | ], 1127 | [ 1128 | -122.31330156326293, 1129 | 47.65830595130775 1130 | ] 1131 | ] 1132 | }",UNIVERSITY WAY NE,BETWEEN NE 42ND ST AND NE 43RD ST,W (north from 42nd to crosswalk),13213,None,Urban Center Village,University District Northwest,Commercial,Urban Village Neighborhood,Street,Block face,0,0.3 1133 | UNI2,United States of America,Washington,Seattle,"""geometry"": { 1134 | ""type"": ""LineString"", 1135 | ""coordinates"": [ 1136 | [ 1137 | -122.31314063072203, 1138 | 47.658298724893676 1139 | ], 1140 | [ 1141 | -122.3130977153778, 1142 | 47.6597801188653 1143 | ] 1144 | ] 1145 | } 1146 | }",UNIVERSITY WAY NE,BETWEEN NE 42ND ST AND NE 43RD ST,E (north from 42nd to crosswalk),13214,None,Urban Center Village,University District Northwest,Commercial,Urban Village Neighborhood,Street,Block face,0,10 1147 | UNI3,United States of America,Washington,Seattle,"""geometry"": { 1148 | ""type"": ""LineString"", 1149 | ""coordinates"": [ 1150 | [ 1151 | -122.3143744468689, 1152 | 47.65978734507434 1153 | ], 1154 | [ 1155 | -122.3131513595581, 1156 | 47.659758440232196 1157 | ] 1158 | ] 1159 | }",NE 43RD ST,BETWEEN BROOKLYN AVE NE AND UNIVERSITY WAY NE,S (from The Ave Westward to the alley),39394,None,Urban Center Village,University District Northwest,Commercial,Urban Village Neighborhood,Street,Block face,0,12 1160 | UNI4,United States of America,Washington,Seattle,"""geometry"": { 1161 | ""type"": ""LineString"", 1162 | ""coordinates"": [ 1163 | [ 1164 | -122.31323719024658, 1165 | 47.658342083363145 1166 | ], 1167 | [ 1168 | -122.31203556060791, 1169 | 47.658342083363145 1170 | ] 1171 | ] 1172 | }",NE 42ND ST,BETWEEN UNIVERSITY WAY NE AND 15TH AVE NE,N,16941,None,Urban Center Village,University District Northwest,Mixed,Urban Village Neighborhood Access,Street,Block face,0,0 1173 | UPT1,United States of America,Washington,Seattle,"""geometry"": { 1174 | ""type"": ""LineString"", 1175 | ""coordinates"": [ 1176 | [ 1177 | -122.35673189163207, 1178 | 47.62457661738161 1179 | ], 1180 | [ 1181 | -122.35666751861572, 1182 | 47.62327500665241 1183 | ] 1184 | ] 1185 | }",QUEEN ANNE AVE N,BETWEEN REPUBLICAN ST AND MERCER ST,W,34937,Multiple,Urban Center,Uptown,Commercial,Urban Village Main,Street,Block face,0,19 1186 | UPT2,United States of America,Washington,Seattle,"""geometry"": { 1187 | ""type"": ""LineString"", 1188 | ""coordinates"": [ 1189 | [ 1190 | -122.34628200531006, 1191 | 47.619731568801434 1192 | ], 1193 | [ 1194 | -122.34629809856413, 1195 | 47.61856724394312 1196 | ] 1197 | ] 1198 | }",TAYLOR AVE N,BETWEEN JOHN ST AND DENNY WAY,E,35694,None,,,Mixed,Urban Village Neighborhood Access,Street,Block face,0,18 1199 | UPT3,United States of America,Washington,Seattle,"""geometry"": { 1200 | ""type"": ""LineString"", 1201 | ""coordinates"": [ 1202 | [ 1203 | -122.34754800796507, 1204 | 47.62458023292182 1205 | ], 1206 | [ 1207 | -122.34626054763795, 1208 | 47.624573001841114 1209 | ] 1210 | ] 1211 | }",MERCER ST,BETWEEN 5TH AVE N AND TAYLOR AVE N,N,79769,None,Urban Center,Uptown,Mixed,Urban Village Main,Street,Block face,0,6 1212 | UPT4,United States of America,Washington,Seattle,"""geometry"": { 1213 | ""type"": ""LineString"", 1214 | ""coordinates"": [ 1215 | [ 1216 | -122.35801398754118, 1217 | 47.62458023292182 1218 | ], 1219 | [ 1220 | -122.35798716545105, 1221 | 47.62327500665241 1222 | ] 1223 | ] 1224 | }",1ST AVE W,BETWEEN W REPUBLICAN ST AND W MERCER ST,W,24269,None,Urban Center,Uptown,Mixed,Urban Village Neighborhood,Street,Block face,0,8 1225 | UQA1,United States of America,Washington,Seattle,"""geometry"": { 1226 | ""type"": ""LineString"", 1227 | ""coordinates"": [ 1228 | [ 1229 | -122.35696792602538, 1230 | 47.6395934144144 1231 | ], 1232 | [ 1233 | -122.35700011253357, 1234 | 47.63838615694347 1235 | ] 1236 | ] 1237 | }",QUEEN ANNE AVE N,BETWEEN W BOSTON ST AND MCGRAW ST,W,34945,Bus,Residential Urban Village,Upper Queen Anne,Commercial,Urban Village Neighborhood,Street,Block face,0,15 1238 | UQA2,United States of America,Washington,Seattle,"""geometry"": { 1239 | ""type"": ""LineString"", 1240 | ""coordinates"": [ 1241 | [ 1242 | -122.3570430278778, 1243 | 47.63594986979634 1244 | ], 1245 | [ 1246 | -122.35703229904175, 1247 | 47.63474252813613 1248 | ] 1249 | ] 1250 | }",QUEEN ANNE AVE N,BETWEEN BLAINE ST AND HOWE ST,W,57617,None,Residential Urban Village,Upper Queen Anne,Commercial,Urban Village Neighborhood,Street,Block face,0,6 1251 | WAL1,United States of America,Washington,Seattle,"""geometry"": { 1252 | ""type"": ""LineString"", 1253 | ""coordinates"": [ 1254 | [ 1255 | -122.33735561370848, 1256 | 47.661387925730004 1257 | ], 1258 | [ 1259 | -122.33620762825012, 1260 | 47.661391538723386 1261 | ] 1262 | ] 1263 | }",N 45TH ST,BETWEEN DENSMORE E AVE N AND WALLINGFORD AVE N,N,60877,None,Residential Urban Village,Wallingford,Commercial,Urban Village Neighborhood,Street,Block face,0,4 1264 | WAL2,United States of America,Washington,Seattle,"""geometry"": { 1265 | ""type"": ""LineString"", 1266 | ""coordinates"": [ 1267 | [ 1268 | -122.33737170696259, 1269 | 47.66134095679338 1270 | ], 1271 | [ 1272 | -122.33618617057799, 1273 | 47.66134095679338 1274 | ] 1275 | ] 1276 | }",N 45TH ST,BETWEEN DENSMORE E AVE N AND WALLINGFORD AVE N,S,60878,None,Residential Urban Village,Wallingford,Commercial,Urban Village Neighborhood,Street,Block face,0,9 1277 | WAL3,United States of America,Washington,Seattle,"""geometry"": { 1278 | ""type"": ""LineString"", 1279 | ""coordinates"": [ 1280 | [ 1281 | -122.33500868082045, 1282 | 47.661353602280464 1283 | ], 1284 | [ 1285 | -122.33376145362853, 1286 | 47.661353602280464 1287 | ] 1288 | ] 1289 | }",N 45TH ST,BETWEEN BURKE AVE N AND MERIDIAN AVE N,S,83466,None,Residential Urban Village,Wallingford,Commercial,Urban Village Neighborhood,Street,Block face,0,2 1290 | WAL4,United States of America,Washington,Seattle,"""geometry"": { 1291 | ""type"": ""LineString"", 1292 | ""coordinates"": [ 1293 | [ 1294 | -122.33856797218324, 1295 | 47.661384312736374 1296 | ], 1297 | [ 1298 | -122.3373743891716, 1299 | 47.661387925730004 1300 | ] 1301 | ] 1302 | }",N 45TH ST,BETWEEN WOODLAWN AVE N AND DENSMORE AVE N,N,60873,None,Residential Urban Village,Wallingford,Commercial,Urban Village Neighborhood,Street,Block face,0,2 1303 | WED1,United States of America,Washington,Seattle,"""geometry"": { 1304 | ""type"": ""LineString"", 1305 | ""coordinates"": [ 1306 | [ 1307 | -122.29068517684937, 1308 | 47.69165964285878 1309 | ], 1310 | [ 1311 | -122.29076027870178, 1312 | 47.69093023636452 1313 | ] 1314 | ] 1315 | }",35TH AVE NE,BETWEEN NE 86TH ST AND NE 87TH ST,W,28205,None,Outside,Wedgewood,Commercial,Urban Center Connector,Street,Block face,0,8 1316 | WED2,United States of America,Washington,Seattle,"""geometry"": { 1317 | ""type"": ""LineString"", 1318 | ""coordinates"": [ 1319 | [ 1320 | -122.2907066345215, 1321 | 47.690915792568546 1322 | ], 1323 | [ 1324 | -122.29065299034117, 1325 | 47.69017915366998 1326 | ] 1327 | ] 1328 | }",35TH AVE NE,BETWEEN NE 85TH ST AND NE 86TH ST,W,5377,None,Outside,Wedgewood,Commercial,Urban Center Connector,Street,Block face,12,0 1329 | WES1,United States of America,Washington,Seattle,"""geometry"": { 1330 | ""type"": ""LineString"", 1331 | ""coordinates"": [ 1332 | [ 1333 | -122.38674581050871, 1334 | 47.56108899003545 1335 | ], 1336 | [ 1337 | -122.38672971725464, 1338 | 47.562004824149966 1339 | ] 1340 | ] 1341 | }",CALIFORNIA AVE SW,BETWEEN SW OREGON ST AND SW ALASKA ST,E (SW Alaska St north to midblock crosswalk),32342,None,Hub Urban Village,West Seattle Junction,Commercial,Urban Village Neighborhood,Street,Block face,0,5 1342 | WES2,United States of America,Washington,Seattle,"""geometry"": { 1343 | ""type"": ""LineString"", 1344 | ""coordinates"": [ 1345 | [ 1346 | -122.38672435283661, 1347 | 47.56287358479727 1348 | ], 1349 | [ 1350 | -122.38672971725464, 1351 | 47.561997584417355 1352 | ] 1353 | ] 1354 | }",CALIFORNIA AVE SW,BETWEEN SW OREGON ST AND SW ALASKA ST,E (SW Oregon St south to midblock crosswalk),32342,None,Hub Urban Village,West Seattle Junction,Commercial,Urban Village Neighborhood,Street,Block face,0,4 1355 | WES3,United States of America,Washington,Seattle,"""geometry"": { 1356 | ""type"": ""LineString"", 1357 | ""coordinates"": [ 1358 | [ 1359 | -122.38681018352509, 1360 | 47.56199034468376 1361 | ], 1362 | [ 1363 | -122.38680481910706, 1364 | 47.56110708967896 1365 | ] 1366 | ] 1367 | }",CALIFORNIA AVE SW,BETWEEN SW OREGON ST AND SW ALASKA ST,W (SW Alaska St north to midblock crosswalk),32341,None,Hub Urban Village,West Seattle Junction,Commercial,Urban Village Neighborhood,Street,Block face,0,9 1368 | WES4,United States of America,Washington,Seattle,"""geometry"": { 1369 | ""type"": ""LineString"", 1370 | ""coordinates"": [ 1371 | [ 1372 | -122.38678336143492, 1373 | 47.562902543237385 1374 | ], 1375 | [ 1376 | -122.38679945468903, 1377 | 47.561965005608315 1378 | ] 1379 | ] 1380 | }",CALIFORNIA AVE SW,BETWEEN SW OREGON ST AND SW ALASKA ST,W (SW Oregon St south to midblock crosswalk),32341,None,Hub Urban Village,West Seattle Junction,Commercial,Urban Village Neighborhood,Street,Block face,0,0 1381 | WHP1,United States of America,Washington,Seattle,"""geometry"": { 1382 | ""type"": ""LineString"", 1383 | ""coordinates"": [ 1384 | [ 1385 | -122.35650658607483, 1386 | 47.518758547848684 1387 | ], 1388 | [ 1389 | -122.35521912574768, 1390 | 47.51736735377072 1391 | ] 1392 | ] 1393 | }",DELRIDGE WAY SW,BETWEEN 17TH AVE SW AND SW ROXBURY ST,SW,77910,None,Residential Urban Village,Westwood - Highland Park,Commercial,Urban Village Main,Street,Block face,0,0 1394 | WHP2,United States of America,Washington,Seattle,"""geometry"": { 1395 | ""type"": ""LineString"", 1396 | ""coordinates"": [ 1397 | [ 1398 | -122.35649585723878, 1399 | 47.51891795314798 1400 | ], 1401 | [ 1402 | -122.35514402389526, 1403 | 47.51745430448127 1404 | ] 1405 | ] 1406 | }",DELRIDGE WAY SW,BETWEEN 17TH AVE SW AND SW ROXBURY ST,NE,77909,None,Residential Urban Village,Westwood - Highland Park,Commercial,Urban Village Main,Street,Block face,0,0 1407 | -------------------------------------------------------------------------------- /Sample Data/Seattle_Public_Life_Study_2018_metadata_11092018.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Sample Data/Seattle_Public_Life_Study_2018_metadata_11092018.docx -------------------------------------------------------------------------------- /Sample Data/sf-actscan.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Sample Data/sf-actscan.csv -------------------------------------------------------------------------------- /Sample Data/sf-pedvol.csv: -------------------------------------------------------------------------------- 1 | id,name,unitAddress,surveyor ,climate ,temperature,startedAt ,endedAt ,modePedestrian,genderMale ,genderFemale ,age0To14 ,age25To64 ,age15To24 ,age65Plus ,activityRunning ,activityPlaying,activityRollerbladingSkateboarding ,activityConversing ,objectStroller,objectPushcart,notes 2 | 1268,VALENCIA950,"950 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,66,06/10/14 12:02 PM,06/10/14 12:12 PM,49,25,24,0,8,0,6,1,0,0,0,0,0, 3 | 1269,VALENCIA951,"951 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,66,06/10/14 12:26 PM,06/10/14 12:36 PM,41,17,24,0,2,0,4,0,0,0,1,0,0, 4 | 1270,VALENCIA951,"951 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,66,06/10/14 01:28 PM,06/10/14 01:38 PM,31,15,16,0,1,0,3,0,0,1,1,0,0, 5 | 1271,VALENCIA950,"950 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,66,06/10/14 01:02 PM,06/10/14 01:12 PM,64,30,34,0,13,0,3,0,0,1,0,0,0, 6 | 1272,VALENCIA950,"950 Valencia St San Francisco, CA 94110",Justin Panganiban,cloudy,66,06/10/14 05:02 PM,06/10/14 05:12 PM,61,29,32,0,4,0,6,1,0,1,0,0,0, 7 | 1273,VALENCIA951,"951 Valencia St San Francisco, CA 94110",Justin Panganiban,cloudy,66,06/10/14 05:24 PM,06/10/14 05:34 PM,69,36,33,0,3,0,2,1,0,1,0,0,0, 8 | 1274,VALENCIA950,"950 Valencia St San Francisco, CA 94110",Justin Panganiban,cloudy,66,06/10/14 06:01 PM,06/10/14 06:11 PM,54,30,24,0,1,0,11,0,0,0,1,0,0, 9 | 1275,VALENCIA951,"951 Valencia St San Francisco, CA 94110",Justin Panganiban,cloudy,66,06/10/14 06:19 PM,06/10/14 06:29 PM,59,20,39,0,0,0,2,2,0,0,0,0,0, 10 | 1276,FOLSOM1151,"1151 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,66,06/11/14 12:23 PM,06/11/14 12:33 PM,22,15,7,0,0,0,1,0,0,1,0,0,0, 11 | 1277,FOLSOM1150,"1150 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,66,06/11/14 12:02 PM,06/11/14 12:12 PM,40,34,6,0,0,0,1,0,0,0,0,0,0, 12 | 1278,FOLSOM1151,"1151 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,66,06/11/14 01:29 PM,06/11/14 01:39 PM,24,20,4,0,0,0,3,0,0,0,0,0,0, 13 | 1279,FOLSOM1150,"1150 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,66,06/11/14 01:08 PM,06/11/14 01:18 PM,23,14,9,0,0,0,6,0,0,0,1,0,0, 14 | 1280,BALBOA3450,"3450 Balboa St San Francisco, CA 94121",Tom Holub,cloudy,60,06/11/14 12:09 PM,06/11/14 12:19 PM,24,10,14,0,1,0,3,0,0,0,0,0,0,Virtually no bike traffic during 2-hour shift. 15 | 1281,BALBOA3451,"3451 Balboa St San Francisco, CA 94121",Tom Holub,cloudy,60,06/11/14 12:26 PM,06/11/14 12:36 PM,5,1,4,0,0,0,0,0,0,0,0,0,0, 16 | 1282,BALBOA3450,"3450 Balboa St San Francisco, CA 94121",Tom Holub,cloudy,60,06/11/14 01:02 PM,06/11/14 01:12 PM,28,16,12,0,5,0,1,0,0,0,0,0,0, 17 | 1283,BALBOA3451,"3451 Balboa St San Francisco, CA 94121",Tom Holub,cloudy,60,06/11/14 01:19 PM,06/11/14 01:29 PM,11,4,7,0,0,0,3,0,0,0,0,0,0, 18 | 1284,STOCKTON1550,"1550 Stockton St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,06/10/14 12:38 PM,06/10/14 12:48 PM,145,73,72,0,14,0,19,0,0,0,0,0,0, 19 | 1285,STOCKTON1551,"1551 Stockton St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,06/10/14 12:58 PM,06/10/14 01:08 PM,61,40,21,0,6,0,14,0,0,1,0,0,0, 20 | 1286,STOCKTON1550,"1550 Stockton St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,06/10/14 01:12 PM,06/10/14 01:22 PM,103,59,44,0,15,0,14,1,0,0,0,0,0, 21 | 1287,STOCKTON1551,"1551 Stockton St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,06/10/14 12:24 PM,06/10/14 12:34 PM,78,40,38,0,3,0,19,0,0,0,0,0,0, 22 | 1288,VALENCIA950,"950 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,06/14/14 12:01 PM,06/14/14 12:11 PM,58,33,25,0,4,0,3,1,0,2,1,0,0, 23 | 1289,VALENCIA951,"951 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,06/14/14 12:23 PM,06/14/14 12:33 PM,60,33,27,0,2,0,6,0,0,1,0,0,0, 24 | 1290,VALENCIA950,"950 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,06/14/14 01:15 PM,06/14/14 01:25 PM,94,47,47,0,8,0,3,2,0,2,0,0,0, 25 | 1291,VALENCIA951,"951 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,06/14/14 01:32 PM,06/14/14 01:42 PM,75,35,40,0,3,0,1,0,0,2,0,0,0, 26 | 1292,MISSION4750,4750 Mission St,Sara Ameri,cloudy,63,06/10/14 01:05 PM,06/10/14 01:10 PM,18,9,9,0,0,0,1,0,0,0,0,0,0, 27 | 1293,MISSION4751,4751 Mission St,Sara Ameri,cloudy,63,06/10/14 01:10 PM,06/10/14 01:15 PM,12,8,4,0,0,0,1,0,0,0,0,0,0, 28 | 1294,MISSION4751,4751 Mission St,Sara Ameri,cloudy,63,06/10/14 12:10 PM,06/10/14 12:15 PM,11,4,7,0,0,0,1,0,0,0,1,0,0, 29 | 1295,MISSION4750,4750 Mission St,Sara Ameri,cloudy,63,06/10/14 12:05 PM,06/10/14 12:10 PM,12,7,5,0,1,0,0,0,0,0,1,0,0, 30 | 1296,VALENCIA950,"950 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,06/14/14 05:05 PM,06/14/14 05:15 PM,153,81,72,0,11,0,7,0,0,1,0,0,0, 31 | 1297,VALENCIA951,"951 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,06/14/14 05:28 PM,06/14/14 05:38 PM,105,52,53,0,12,0,4,1,0,0,0,0,0, 32 | 1298,VALENCIA950,"950 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,06/14/14 06:02 PM,06/14/14 06:12 PM,86,47,39,0,3,0,3,1,0,0,1,0,0, 33 | 1299,VALENCIA951,"951 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,06/14/14 06:22 PM,06/14/14 06:32 PM,95,54,41,0,11,0,4,1,0,0,0,0,0, 34 | 1300,CORTLAND951,"951 Cortland Ave San Francisco, CA 94110",Sara Ameri,sunny,,06/11/14 01:05 PM,06/11/14 01:10 PM,14,8,6,0,0,0,0,0,0,0,0,0,0, 35 | 1301,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Sara Ameri,sunny,,06/11/14 01:10 PM,06/11/14 01:15 PM,22,9,13,0,5,0,0,0,0,0,0,0,0, 36 | 1302,CORTLAND951,"951 Cortland Ave San Francisco, CA 94110",Sara Ameri,sunny,,06/11/14 12:05 PM,06/11/14 12:10 PM,20,9,11,0,0,0,5,0,0,0,0,0,0, 37 | 1303,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Sara Ameri,sunny,,06/11/14 12:10 PM,06/11/14 12:15 PM,18,11,7,0,5,0,4,0,0,0,0,0,0, 38 | 1304,VALENCIA351,"351 Valencia St San Francisco, CA 94103",Luke Norman,sunny,,06/10/14 12:34 PM,06/10/14 12:44 PM,56,33,23,0,3,0,4,0,0,0,0,0,0, 39 | 1305,VALENCIA350,"350 Valencia St San Francisco, CA 94103",Luke Norman,sunny,,06/10/14 12:07 PM,06/10/14 12:17 PM,67,46,21,0,2,0,1,0,0,0,0,0,0, 40 | 1306,VALENCIA350,"350 Valencia St San Francisco, CA 94103",Luke Norman,sunny,,06/10/14 01:16 PM,06/10/14 01:26 PM,78,45,33,0,5,0,3,0,0,2,0,0,0, 41 | 1307,VALENCIA351,"351 Valencia St San Francisco, CA 94103",Luke Norman,sunny,,06/10/14 01:44 PM,06/10/14 01:54 PM,51,24,27,0,1,0,1,1,0,0,0,0,0, 42 | 1308,CLEMENT251,"251 Clement St San Francisco, CA 94118",Eunice Fong,cloudy,66,06/11/14 12:06 PM,06/11/14 12:16 PM,38,20,18,0,5,0,6,0,0,0,0,0,0, 43 | 1309,CLEMENT250,"250 Clement St San Francisco, CA 94118",Eunice Fong,cloudy,66,06/11/14 12:17 PM,06/11/14 12:27 PM,19,9,10,0,1,0,6,0,0,0,0,0,0, 44 | 1310,CLEMENT250,"250 Clement St San Francisco, CA 94118",Eunice Fong,cloudy,66,06/11/14 01:19 PM,06/11/14 01:29 PM,57,28,29,0,1,0,11,0,0,0,0,0,0, 45 | 1311,FOLSOM1150,"1150 Folsom St San Francisco, CA 94103",Gene Stroman,cloudy,66,06/10/14 05:06 PM,06/10/14 05:16 PM,22,21,1,0,0,0,0,0,0,0,0,0,0, 46 | 1312,FOLSOM1151,"1151 Folsom St San Francisco, CA 94103",Gene Stroman,cloudy,66,06/10/14 05:16 PM,06/10/14 05:26 PM,34,28,6,0,0,0,1,1,0,0,0,0,0,Painted bike lane. 47 | 1313,FOLSOM1150,"1150 Folsom St San Francisco, CA 94103",Gene Stroman,cloudy,64,06/10/14 06:04 PM,06/10/14 06:14 PM,28,17,11,0,0,0,2,1,0,1,0,0,0, 48 | 1314,FOLSOM1151,"1151 Folsom St San Francisco, CA 94103",Gene Stroman,cloudy,64,06/10/14 06:28 PM,06/10/14 06:38 PM,14,12,2,0,0,0,0,0,0,1,0,0,0,Painted bike lane 49 | 1315,OCEAN1951,"1951 Ocean Ave San Francisco, CA 94127",Justin Panganiban,sunny,63,06/17/14 01:00 PM,06/17/14 01:10 PM,5,2,3,0,0,0,0,0,0,0,0,0,0, 50 | 1316,OCEAN1950,"1950 Ocean Ave San Francisco, CA 94127",Justin Panganiban,sunny,63,06/17/14 01:10 PM,06/17/14 01:20 PM,15,10,5,0,1,0,2,0,0,0,0,0,0, 51 | 1317,OCEAN1951,"1951 Ocean Ave San Francisco, CA 94127",Justin Panganiban,sunny,63,06/17/14 12:04 PM,06/17/14 12:14 PM,20,10,10,0,2,0,3,1,0,0,0,0,0, 52 | 1318,OCEAN1950,"1950 Ocean Ave San Francisco, CA 94127",Justin Panganiban,sunny,63,06/17/14 12:15 PM,06/17/14 12:25 PM,18,8,10,0,4,0,4,0,0,0,0,0,0, 53 | 1319,OCEAN1950,"1950 Ocean Ave San Francisco, CA 94127",Justin Panganiban,sunny,72,06/17/14 06:12 PM,06/17/14 06:22 PM,10,4,6,0,1,0,0,1,0,1,0,0,0, 54 | 1320,OCEAN1951,"1951 Ocean Ave San Francisco, CA 94127",Justin Panganiban,sunny,72,06/17/14 06:23 PM,06/17/14 06:33 PM,9,5,4,0,1,0,0,0,0,0,0,0,0, 55 | 1321,OCEAN1950,"1950 Ocean Ave San Francisco, CA 94127",Justin Panganiban,sunny,70,06/17/14 05:00 PM,06/17/14 05:10 PM,17,6,11,0,1,0,3,0,0,0,0,0,0, 56 | 1322,OCEAN1951,"1951 Ocean Ave San Francisco, CA 94127",Justin Panganiban,sunny,70,06/17/14 05:26 PM,06/17/14 05:36 PM,13,10,3,0,0,0,1,0,0,0,0,0,0, 57 | 1323,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mark Dreger,sunny,71,06/17/14 11:00 AM,06/17/14 11:10 AM,92,58,34,0,20,0,10,1,0,0,0,0,0, 58 | 1324,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mark Dreger,sunny,73,06/17/14 11:45 AM,06/17/14 11:55 AM,122,61,61,0,16,0,10,1,0,0,0,0,0, 59 | 1325,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mark Dreger,sunny,73,06/17/14 12:00 PM,06/17/14 12:10 PM,116,59,57,0,8,0,11,2,0,0,0,0,0, 60 | 1326,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mark Dreger,sunny,72,06/17/14 12:38 PM,06/17/14 12:48 PM,139,68,71,0,13,0,16,0,0,0,1,0,0, 61 | 1327,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mark Dreger,sunny,71,06/17/14 01:00 PM,06/17/14 01:10 PM,145,75,70,0,16,0,21,3,0,0,0,0,0, 62 | 1328,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mark Dreger,sunny,68,06/17/14 01:42 PM,06/17/14 01:52 PM,202,99,103,0,23,0,11,0,0,0,2,0,0, 63 | 1329,18TH1351,1351 18th St,Mark Dreger,sunny,71,06/17/14 04:55 PM,06/17/14 05:05 PM,12,8,4,0,0,0,0,0,0,0,0,0,0, 64 | 1330,18TH1350,1350 18th St,Mark Dreger,sunny,71,06/17/14 05:15 PM,06/17/14 05:25 PM,10,5,5,0,0,0,1,0,0,0,0,0,0, 65 | 1331,18TH1351,1351 18th St,Mark Dreger,sunny,72,06/17/14 06:05 PM,06/17/14 06:15 PM,24,18,6,0,3,0,1,0,0,0,0,0,0, 66 | 1332,18TH1350,1350 18th St,Mark Dreger,sunny,72,06/17/14 06:25 PM,06/17/14 06:35 PM,4,2,2,0,0,0,0,0,0,0,0,0,0, 67 | 1333,TARAVAL1751,"1751 Taraval St San Francisco, CA 94116",Justin Panganiban,sunny,72,06/18/14 01:02 PM,06/18/14 01:12 PM,16,3,13,0,4,0,3,0,0,0,0,0,0, 68 | 1334,TARAVAL1750,"1750 Taraval St San Francisco, CA 94116",Justin Panganiban,sunny,72,06/18/14 01:14 PM,06/18/14 01:24 PM,1,0,1,0,0,0,0,0,0,0,0,0,0, 69 | 1335,TARAVAL1751,"1751 Taraval St San Francisco, CA 94116",Justin Panganiban,sunny,72,06/18/14 12:03 PM,06/18/14 12:13 PM,9,4,5,0,0,0,3,0,0,0,0,0,0, 70 | 1336,TARAVAL1750,"1750 Taraval St San Francisco, CA 94116",Justin Panganiban,sunny,72,06/18/14 12:16 PM,06/18/14 12:26 PM,4,1,3,0,0,0,2,0,0,0,0,0,0, 71 | 1337,STOCKTON1550,"1550 Stockton St San Francisco, CA 94133",Nikki Diaz,rainy,70,06/14/14 11:57 AM,06/14/14 12:07 PM,114,46,68,0,13,0,30,0,0,0,0,0,0, 72 | 1338,STOCKTON1551,"1551 Stockton St San Francisco, CA 94133",Nikki Diaz,sunny,70,06/14/14 12:37 PM,06/14/14 12:47 PM,106,67,39,0,4,0,16,1,0,0,1,0,0,"There were a lot of groups that passed at once, tried my best to count so my count is a little under. Less congestion on this side of the street compared to the huge traffic for pizza where the parklet is. " 73 | 1339,STOCKTON1550,"1550 Stockton St San Francisco, CA 94133",Nikki Diaz,sunny,70,06/14/14 01:13 PM,06/14/14 01:23 PM,108,48,60,0,13,0,6,0,0,0,0,0,0,"30+ people walked left to right, could not count all of them. " 74 | 1340,STOCKTON1551,"1551 Stockton St San Francisco, CA 94133",Nikki Diaz,sunny,70,06/14/14 01:41 PM,06/14/14 01:51 PM,126,62,64,0,2,0,16,0,0,0,0,0,0,man on segway driving on street going right to left. 75 | 1341,TARAVAL1750,"1750 Taraval St San Francisco, CA 94116",Justin Panganiban,sunny,70,06/18/14 05:01 PM,06/18/14 05:11 PM,11,3,8,0,1,0,2,0,0,1,0,0,0, 76 | 1342,TARAVAL1751,"1751 Taraval St San Francisco, CA 94116",Justin Panganiban,sunny,70,06/18/14 05:14 PM,06/18/14 05:24 PM,19,6,13,0,3,0,3,0,0,0,1,0,0, 77 | 1343,TARAVAL1751,"1751 Taraval St San Francisco, CA 94116",Justin Panganiban,sunny,70,06/18/14 06:00 PM,06/18/14 06:10 PM,7,3,4,0,2,0,0,0,0,0,0,0,0, 78 | 1344,TARAVAL1750,"1750 Taraval St San Francisco, CA 94116",Justin Panganiban,sunny,70,06/18/14 06:12 PM,06/18/14 06:22 PM,11,6,5,0,2,0,1,0,0,0,0,0,0, 79 | 1345,9TH1351,"1351 09th Ave San Francisco, CA 94122",Alex Riemondy,sunny,70,06/17/14 12:08 PM,06/17/14 12:18 PM,33,20,13,0,2,0,6,0,0,0,0,0,0, 80 | 1346,9TH1350,"1350 09th Ave San Francisco, CA 94122",Alex Riemondy,sunny,70,06/17/14 12:31 PM,06/17/14 12:41 PM,35,22,13,0,1,0,7,1,0,0,0,0,0, 81 | 1347,9TH1351,"1351 09th Ave San Francisco, CA 94122",Alex Riemondy,sunny,70,06/16/14 01:09 PM,06/16/14 01:19 PM,30,14,16,0,2,0,1,1,0,0,0,0,0, 82 | 1348,9TH1350,"1350 09th Ave San Francisco, CA 94122",Alex Riemondy,sunny,70,06/17/14 01:32 PM,06/17/14 01:42 PM,37,20,17,0,2,0,8,1,0,0,1,0,0, 83 | 1349,STOCKTON1550,"1550 Stockton St San Francisco, CA 94133",Amir Hajrasouliha,sunny,60,06/10/14 06:00 PM,06/10/14 06:10 PM,80,47,33,0,8,0,6,0,0,0,0,0,0, 84 | 1350,STOCKTON1551,"1551 Stockton St San Francisco, CA 94133",Amir Hajrasouliha,sunny,60,06/10/14 06:10 PM,06/10/14 06:20 PM,44,20,24,0,0,0,7,0,0,2,0,0,0, 85 | 1351,STOCKTON1550,"1550 Stockton St San Francisco, CA 94133",Amir Hajrasouliha,sunny,60,06/10/14 05:20 PM,06/10/14 05:30 PM,110,53,57,0,6,0,9,2,0,0,1,0,0, 86 | 1352,STOCKTON1551,"1551 Stockton St San Francisco, CA 94133",Amir Hajrasouliha,sunny,60,06/10/14 05:40 PM,06/10/14 05:50 PM,32,17,15,0,0,0,3,0,0,0,0,0,0, 87 | 1353,18TH1351,1351 18th St,Sara Ameri,sunny,,06/17/14 01:10 PM,06/17/14 01:15 PM,10,4,6,0,0,0,0,0,0,0,0,0,0, 88 | 1354,CLEMENT251,"251 Clement St San Francisco, CA 94118",Eunice Fong,cloudy,66,06/11/14 01:05 PM,06/11/14 01:15 PM,54,32,22,0,0,0,20,0,0,1,1,0,0,"restaurants to the right and left of my chosen position, so many people didn't end reaching the line i chose! " 89 | 1355,18TH1350,1350 18th St,Sara Ameri,sunny,,06/17/14 01:15 PM,06/17/14 01:20 PM,3,2,1,0,0,0,0,0,0,0,0,0,0, 90 | 1356,18TH1350,1350 18th St,Sara Ameri,sunny,,06/17/14 12:24 PM,06/17/14 12:29 PM,4,4,0,0,0,0,0,0,0,0,0,0,0, 91 | 1357,18TH1351,1351 18th St,Sara Ameri,sunny,,06/17/14 12:09 PM,06/17/14 12:14 PM,14,6,8,0,0,0,1,1,0,0,0,0,0, 92 | 1358,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,66,06/17/14 05:40 PM,06/17/14 05:50 PM,166,76,90,0,18,0,14,4,0,0,0,0,0, 93 | 1359,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/17/14 05:52 PM,06/17/14 06:02 PM,149,79,70,0,13,0,14,13,0,1,0,0,0, 94 | 1360,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,64,06/17/14 06:15 PM,06/17/14 06:25 PM,139,67,72,0,11,0,11,5,0,0,1,0,0, 95 | 1361,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/17/14 06:29 PM,06/17/14 06:36 PM,193,105,88,0,8,0,15,28,0,0,0,0,0, 96 | 1362,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,,06/17/14 07:05 PM,06/17/14 07:10 PM,180,87,93,0,15,0,12,1,0,0,0,0,0, 97 | 1363,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/17/14 07:16 PM,06/17/14 07:26 PM,150,82,68,0,6,0,12,15,0,0,0,0,0, 98 | 1364,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,66,06/17/14 02:00 PM,06/17/14 02:10 PM,167,85,82,0,18,0,15,1,0,0,0,0,0, 99 | 1365,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,sunny,66,06/17/14 04:55 PM,06/17/14 05:05 PM,209,101,108,0,26,0,26,0,0,0,0,0,0, 100 | 1366,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,06/17/14 02:30 PM,06/17/14 02:40 PM,244,116,128,0,4,0,16,2,0,0,0,0,0, 101 | 1367,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,06/17/14 02:03 PM,06/17/14 02:13 PM,189,95,94,0,23,0,21,1,0,0,0,0,0, 102 | 1368,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,06/17/14 03:22 PM,06/17/14 03:32 PM,200,79,121,0,27,0,17,5,0,0,0,0,0, 103 | 1369,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,66,06/17/14 03:10 PM,06/17/14 03:20 PM,148,75,73,0,16,0,8,1,0,2,0,0,0, 104 | 1370,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/17/14 03:45 PM,06/17/14 03:55 PM,257,121,136,0,31,0,28,1,0,1,0,0,0, 105 | 1371,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/17/14 03:55 PM,06/17/14 04:05 PM,261,142,119,0,27,0,32,4,0,0,0,0,0, 106 | 1372,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/17/14 04:27 PM,06/17/14 04:37 PM,283,123,160,0,30,0,36,1,0,2,1,0,0, 107 | 1373,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/17/14 04:38 PM,06/17/14 04:48 PM,289,154,135,0,34,0,33,3,0,0,0,0,0, 108 | 1374,HAIGHT1550,"1550 Haight St San Francisco, CA 94117",Esmeralda Jardines,sunny,75,06/14/14 12:05 PM,06/14/14 12:15 PM,147,83,64,0,11,0,4,0,0,0,0,0,0, 109 | 1375,HAIGHT1551,"1551 Haight St San Francisco, CA 94117",Esmeralda Jardines,sunny,75,06/14/14 12:50 PM,06/14/14 01:00 PM,127,73,54,0,1,0,2,0,0,0,0,0,0, 110 | 1376,HAIGHT1550,"1550 Haight St San Francisco, CA 94117",Esmeralda Jardines,sunny,75,06/14/14 01:02 PM,06/14/14 01:12 PM,145,76,69,0,7,0,4,0,0,1,0,0,0, 111 | 1377,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,70,06/18/14 01:20 PM,06/18/14 01:30 PM,136,62,74,0,9,0,27,0,0,1,0,0,0, 112 | 1378,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,70,06/18/14 01:32 PM,06/18/14 01:42 PM,183,83,100,0,23,0,30,1,0,1,0,0,0, 113 | 1379,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,70,06/18/14 12:26 PM,06/18/14 12:36 PM,188,104,84,0,11,0,29,9,0,0,0,0,0, 114 | 1380,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,70,06/18/14 12:15 PM,06/18/14 12:25 PM,161,95,66,0,55,0,26,2,0,0,0,0,0, 115 | 1381,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,70,06/18/14 11:20 AM,06/18/14 11:30 AM,127,62,65,0,12,0,23,3,0,0,0,0,0, 116 | 1382,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,70,06/18/14 11:31 AM,06/18/14 11:41 AM,170,86,84,0,28,0,24,3,0,0,0,0,0, 117 | 1383,VALENCIA351,"351 Valencia St San Francisco, CA 94103",Gene Stroman,sunny,70,06/17/14 05:12 PM,06/17/14 05:22 PM,49,27,22,0,0,0,3,1,0,2,0,0,0,"- Marked bike lane 118 | - Woman jogging counter traffic- Marked bike lane 119 | - Woman jogging counter traffic- Marked bike lane 120 | - Woman jogging counter traffic- Marked bike lane 121 | - Woman jogging counter traffic- Marked bike lane 122 | - Woman jogging counter traffic- Marked bike lane 123 | - Woman jogging counter traffic- Marked bike lane 124 | - Woman jogging counter traffic- Marked bike lane 125 | - Woman jogging counter traffic- Marked bike lane 126 | - Woman jogging counter traffic- Marked bike lane 127 | - Woman jogging counter traffic- Marked bike lane 128 | - Woman jogging counter traffic- Marked bike lane 129 | - Woman jogging counter traffic- Marked bike lane 130 | - Woman jogging counter traffic- Marked bike lane 131 | - Woman jogging counter traffic- Marked bike lane 132 | - Woman jogging counter traffic- Marked bike lane 133 | - Woman jogging counter traffic- Marked bike lane 134 | - Woman jogging counter traffic- Marked bike lane 135 | - Woman jogging counter traffic- Marked bike lane 136 | - Woman jogging counter traffic- Marked bike lane 137 | - Woman jogging counter traffic- Marked bike lane 138 | - Woman jogging counter traffic- Marked bike lane 139 | - Woman jogging counter traffic- Marked bike lane 140 | - Woman jogging counter traffic- Marked bike lane 141 | - Woman jogging counter traffic- Marked bike lane 142 | - Woman jogging counter traffic- Marked bike lane 143 | - Woman jogging counter traffic- Marked bike lane 144 | - Woman jogging counter traffic- Marked bike lane 145 | - Woman jogging counter traffic- Marked bike lane 146 | - Woman jogging counter traffic- Marked bike lane 147 | - Woman jogging counter traffic- Marked bike lane 148 | - Woman jogging counter traffic- Marked bike lane 149 | - Woman jogging counter traffic- Marked bike lane 150 | - Woman jogging counter traffic" 151 | 1384,VALENCIA350,"350 Valencia St San Francisco, CA 94103",Gene Stroman,sunny,72,06/17/14 05:34 PM,06/17/14 05:44 PM,42,24,18,0,3,0,2,0,0,2,0,0,0,- Shaded side of street 152 | 1385,VALENCIA351,"351 Valencia St San Francisco, CA 94103",Gene Stroman,sunny,72,06/17/14 06:05 PM,06/17/14 06:15 PM,50,26,24,0,1,0,1,2,0,0,0,0,0, 153 | 1386,VALENCIA350,"350 Valencia St San Francisco, CA 94103",Gene Stroman,sunny,70,06/17/14 06:29 PM,06/17/14 06:39 PM,54,35,19,0,2,0,5,1,0,1,1,0,0, 154 | 1387,FOLSOM1150,"1150 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,61,06/21/14 12:02 PM,06/21/14 12:12 PM,25,16,9,0,0,0,0,1,0,0,0,0,0, 155 | 1388,FOLSOM1151,"1151 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,61,06/21/14 12:13 PM,06/21/14 12:23 PM,18,10,8,0,0,0,0,1,0,0,0,0,0, 156 | 1389,FOLSOM1150,"1150 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,61,06/21/14 01:01 PM,06/21/14 01:11 PM,16,12,4,0,0,0,3,0,0,0,0,0,0, 157 | 1390,FOLSOM1151,"1151 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,61,06/21/14 01:12 PM,06/21/14 01:22 PM,24,17,7,0,0,0,1,1,0,0,0,0,0, 158 | 1391,MISSION4750,4750 Mission St,Sara Ameri,sunny,,06/18/14 05:10 PM,06/18/14 05:15 PM,15,8,7,0,2,0,0,0,0,0,0,0,0, 159 | 1392,MISSION4751,4751 Mission St,Sara Ameri,sunny,,06/18/14 05:05 PM,06/18/14 05:10 PM,32,16,16,0,12,0,0,0,0,0,0,0,0, 160 | 1393,MISSION4751,4751 Mission St,Sara Ameri,sunny,,06/18/14 06:10 PM,06/18/14 06:15 PM,17,8,9,0,1,0,0,0,0,0,0,0,0, 161 | 1394,MISSION4750,4750 Mission St,Sara Ameri,sunny,,06/18/14 06:05 PM,06/18/14 06:10 PM,10,5,5,0,2,0,0,0,0,0,0,0,0, 162 | 1395,FOLSOM1150,"1150 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,61,06/21/14 06:02 PM,06/21/14 06:12 PM,14,8,6,0,0,0,1,0,0,0,0,0,0, 163 | 1396,FOLSOM1151,"1151 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,61,06/21/14 06:13 PM,06/21/14 06:23 PM,15,12,3,0,1,0,2,2,0,0,1,0,0, 164 | 1397,FOLSOM1150,"1150 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,61,06/21/14 05:02 PM,06/21/14 05:12 PM,42,25,17,0,2,0,3,0,0,0,0,0,0, 165 | 1398,FOLSOM1151,"1151 Folsom St San Francisco, CA 94103",Justin Panganiban,sunny,61,06/21/14 05:13 PM,06/21/14 05:23 PM,24,18,6,0,0,0,0,0,0,0,0,0,0, 166 | 1399,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/18/14 08:30 AM,06/18/14 08:40 AM,40,25,15,0,2,0,3,2,0,0,0,0,0, 167 | 1400,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/18/14 08:41 AM,06/18/14 08:51 AM,58,34,24,0,2,0,7,13,0,0,0,0,0, 168 | 1401,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/18/14 09:54 AM,06/18/14 10:04 AM,88,47,41,0,9,0,19,0,0,1,0,0,0, 169 | 1402,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/18/14 09:43 AM,06/18/14 09:53 AM,72,38,34,0,6,0,4,0,0,0,0,0,0, 170 | 1403,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/18/14 10:46 AM,06/18/14 10:56 AM,157,75,82,0,17,0,24,3,0,0,0,0,0, 171 | 1404,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/18/14 10:35 AM,06/18/14 10:45 AM,88,39,49,0,11,0,13,0,0,0,0,0,0, 172 | 1405,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,66,06/18/14 08:25 AM,06/18/14 09:02 AM,28,17,11,0,0,0,5,2,0,0,0,0,0, 173 | 1406,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/18/14 08:53 AM,06/18/14 09:03 AM,50,23,27,0,4,0,0,8,0,0,0,0,0, 174 | 1407,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,sunny,66,06/18/14 09:18 AM,06/18/14 09:28 AM,34,17,17,0,4,0,7,1,0,0,0,0,0, 175 | 1408,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,06/18/14 09:29 AM,06/18/14 09:39 AM,68,40,28,0,4,0,6,3,0,1,0,0,0, 176 | 1409,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,66,06/18/14 10:09 AM,06/18/14 10:19 AM,47,19,28,0,3,0,8,0,0,0,0,0,0, 177 | 1410,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,66,06/18/14 10:20 AM,06/18/14 10:30 AM,114,65,49,0,11,0,13,2,0,0,0,0,0, 178 | 1411,TOWNSEND250,"250 Townsend St San Francisco, CA 94107",Corina Velazco,sunny,68,06/11/14 12:35 PM,06/11/14 12:45 PM,74,46,28,0,1,0,3,0,0,0,0,0,0, 179 | 1412,TOWNSEND251,"251 Townsend St San Francisco, CA 94107",Corina Velazco,sunny,67,06/11/14 11:55 AM,06/11/14 12:05 PM,79,47,32,0,0,0,4,0,0,0,0,0,0, 180 | 1413,TOWNSEND250,"250 Townsend St San Francisco, CA 94107",Corina Velazco,sunny,67,06/11/14 12:25 PM,06/11/14 12:35 PM,57,35,22,0,1,0,4,0,0,0,1,0,0, 181 | 1414,TOWNSEND250,"250 Townsend St San Francisco, CA 94107",Corina Velazco,sunny,69,06/11/14 12:05 PM,06/11/14 12:15 PM,66,45,21,0,0,0,2,0,0,0,0,0,0, 182 | 1415,9TH1350,"1350 09th Ave San Francisco, CA 94122",Maria De Alva,sunny,68,06/11/14 05:18 PM,06/11/14 05:28 PM,23,14,9,0,0,0,1,0,0,0,1,0,0, 183 | 1416,9TH1351,"1351 09th Ave San Francisco, CA 94122",Maria De Alva,sunny,68,06/11/14 05:05 PM,06/11/14 05:15 PM,24,9,15,0,2,0,0,0,0,1,0,0,0, 184 | 1417,9TH1350,"1350 09th Ave San Francisco, CA 94122",Maria De Alva,sunny,68,06/11/14 06:18 PM,06/11/14 06:28 PM,42,23,19,0,3,0,1,0,0,1,0,0,0, 185 | 1418,9TH1351,"1351 09th Ave San Francisco, CA 94122",Maria De Alva,sunny,67,06/11/14 06:04 PM,06/11/14 06:14 PM,37,17,20,0,1,0,1,0,0,2,0,0,0, 186 | 1419,TOWNSEND250,"250 Townsend St San Francisco, CA 94107",Corina Velazco,cloudy,59,06/10/14 05:05 PM,06/10/14 05:15 PM,57,33,24,0,2,0,5,2,0,0,0,0,0, 187 | 1420,TOWNSEND251,"251 Townsend St San Francisco, CA 94107",Corina Velazco,cloudy,59,06/10/14 05:25 PM,06/10/14 05:35 PM,63,39,24,0,0,0,3,0,0,0,1,0,0, 188 | 1421,TOWNSEND250,"250 Townsend St San Francisco, CA 94107",Corina Velazco,cloudy,59,06/10/14 06:25 PM,06/10/14 06:35 PM,35,24,11,0,0,0,0,1,0,0,0,0,0, 189 | 1422,TOWNSEND251,"251 Townsend St San Francisco, CA 94107",Corina Velazco,cloudy,58,06/10/14 06:05 PM,06/10/14 06:15 PM,59,35,24,0,2,0,0,0,0,0,0,0,0, 190 | 1423,HAIGHT1550,"1550 Haight St San Francisco, CA 94117",Justin Panganiban,sunny,70,06/24/14 12:05 PM,06/24/14 12:15 PM,88,49,39,0,8,0,11,0,0,0,3,0,0, 191 | 1424,HAIGHT1551,"1551 Haight St San Francisco, CA 94117",Justin Panganiban,sunny,70,06/24/14 12:23 PM,06/24/14 12:33 PM,63,35,28,0,7,0,8,0,0,2,0,0,0, 192 | 1425,HAIGHT1550,"1550 Haight St San Francisco, CA 94117",Justin Panganiban,sunny,70,06/24/14 01:03 PM,06/24/14 01:13 PM,107,52,55,0,0,0,10,0,0,2,2,0,0, 193 | 1426,HAIGHT1551,"1551 Haight St San Francisco, CA 94117",Justin Panganiban,sunny,70,06/24/14 01:23 PM,06/24/14 01:33 PM,72,27,45,0,4,0,2,0,0,1,0,0,0, 194 | 1427,YOSEMITE1750,"1750 Yosemite Ave San Francisco, CA 94124",Sara Ameri,sunny,,06/24/14 10:05 PM,06/24/14 01:10 PM,1,1,0,0,0,0,0,0,0,0,0,0,0, 195 | 1428,YOSEMITE1751,"1751 Yosemite Ave San Francisco, CA 94124",Sara Ameri,sunny,,06/24/14 01:20 PM,06/24/14 01:25 PM,1,0,1,0,0,0,0,0,0,0,0,0,0, 196 | 1429,YOSEMITE1751,"1751 Yosemite Ave San Francisco, CA 94124",Sara Ameri,sunny,,06/24/14 12:10 PM,06/24/14 12:15 PM,3,1,2,0,0,0,0,0,0,0,0,0,0, 197 | 1430,YOSEMITE1750,"1750 Yosemite Ave San Francisco, CA 94124",Sara Ameri,sunny,,06/24/14 12:05 PM,06/24/14 12:10 PM,6,2,4,0,0,0,1,0,0,0,0,0,0, 198 | 1431,FILBERT2150,"2150 Filbert St San Francisco, CA 94123",Justin Panganiban,cloudy,63,06/25/14 12:02 PM,06/25/14 12:12 PM,3,2,1,0,0,0,2,0,0,0,0,0,0, 199 | 1432,FILBERT2151,"2151 Filbert St San Francisco, CA 94123",Justin Panganiban,cloudy,63,06/25/14 12:12 PM,06/25/14 12:22 PM,5,3,2,0,0,0,1,0,0,0,0,0,0, 200 | 1433,FILBERT2150,"2150 Filbert St San Francisco, CA 94123",Justin Panganiban,cloudy,61,06/25/14 01:02 PM,06/25/14 01:12 PM,0,0,0,0,0,0,0,0,0,0,0,0,0, 201 | 1434,FILBERT2151,"2151 Filbert St San Francisco, CA 94123",Justin Panganiban,cloudy,61,06/25/14 01:12 PM,06/25/14 01:22 PM,4,1,3,0,0,0,0,0,0,0,0,0,0, 202 | 1435,FILBERT2150,"2150 Filbert St San Francisco, CA 94123",Justin Panganiban,sunny,70,06/24/14 06:02 PM,06/24/14 06:12 PM,12,2,10,0,1,0,1,1,0,0,1,0,0, 203 | 1436,FILBERT2151,"2151 Filbert St San Francisco, CA 94123",Justin Panganiban,sunny,70,06/24/14 06:12 PM,06/24/14 06:22 PM,15,4,11,0,0,0,0,1,0,0,0,0,0, 204 | 1437,FILBERT2150,"2150 Filbert St San Francisco, CA 94123",Justin Panganiban,sunny,70,06/24/14 05:01 PM,06/24/14 05:11 PM,7,4,3,0,0,0,1,1,0,0,0,0,0, 205 | 1438,FILBERT2151,"2151 Filbert St San Francisco, CA 94123",Justin Panganiban,sunny,70,06/24/14 05:11 PM,06/24/14 05:21 PM,11,3,8,0,2,0,0,0,0,0,0,0,0, 206 | 1439,LELAND50,"50 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 10:40 AM,06/24/14 10:50 AM,12,6,6,0,0,0,3,0,0,0,0,0,0, 207 | 1440,LELAND168,"168 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 10:55 AM,06/24/14 11:05 AM,9,4,5,0,0,0,1,0,0,0,0,0,0, 208 | 1441,LELAND50,"50 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 11:30 AM,06/24/14 11:40 AM,17,11,6,0,2,0,5,0,0,0,0,0,0, 209 | 1442,LELAND168,"168 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 11:45 AM,06/24/14 11:55 AM,19,11,8,0,2,0,2,0,0,0,0,0,0, 210 | 1443,LELAND168,"168 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 12:50 PM,06/24/14 01:00 PM,9,5,4,0,0,0,0,0,0,0,0,0,0, 211 | 1444,LELAND50,"50 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 12:30 PM,06/24/14 12:40 PM,6,4,2,0,0,0,2,0,0,0,0,0,0, 212 | 1445,LELAND168,"168 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 01:20 PM,06/24/14 01:30 PM,14,8,6,0,0,0,4,0,0,0,0,0,0, 213 | 1446,LELAND50,"50 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,66,06/24/14 01:40 PM,06/24/14 01:50 PM,12,9,3,0,2,0,3,0,0,0,0,0,0, 214 | 1447,LELAND168,"168 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,66,06/24/14 02:45 PM,06/24/14 02:55 PM,6,4,2,0,0,0,1,0,0,0,0,0,0, 215 | 1448,LELAND50,"50 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,66,06/24/14 02:25 PM,06/24/14 02:35 PM,11,6,5,0,0,0,4,0,0,0,1,0,0, 216 | 1449,LELAND168,"168 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,66,06/24/14 03:35 PM,06/24/14 03:45 PM,14,7,7,0,2,0,3,0,0,0,0,0,0, 217 | 1450,LELAND50,"50 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,66,06/24/14 03:15 PM,06/24/14 03:25 PM,8,5,3,0,1,0,1,0,0,0,0,0,0, 218 | 1451,LELAND168,"168 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,65,06/24/14 04:05 PM,06/24/14 04:15 PM,10,8,2,0,1,0,2,1,0,1,1,0,0, 219 | 1452,LELAND168,"168 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,65,06/24/14 05:25 PM,06/24/14 05:35 PM,6,3,3,0,1,0,1,0,0,0,0,0,0, 220 | 1453,LELAND50,"50 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,65,06/24/14 05:45 PM,06/24/14 05:55 PM,9,5,4,0,3,0,1,0,0,0,0,0,0, 221 | 1454,LELAND25,"25 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 10:28 AM,06/24/14 10:38 AM,9,5,4,0,2,0,3,0,0,0,0,0,0, 222 | 1455,LELAND175,"175 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 10:50 AM,06/24/14 11:00 AM,4,4,0,0,2,0,0,0,0,0,0,0,0, 223 | 1456,LELAND25,"25 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 11:15 AM,06/24/14 11:25 AM,8,6,2,0,2,0,0,0,0,0,0,0,0, 224 | 1457,LELAND175,"175 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,66,06/24/14 11:37 AM,06/24/14 11:47 AM,6,4,2,0,1,0,0,0,0,0,0,0,0, 225 | 1458,LELAND175,"175 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 12:35 PM,06/24/14 12:45 PM,9,8,1,0,6,0,0,0,0,0,0,0,0, 226 | 1459,LELAND25,"25 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 12:20 PM,06/24/14 12:30 PM,1,1,0,0,0,0,19,0,0,0,0,0,0, 227 | 1460,LELAND25,"25 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 01:00 PM,06/24/14 01:10 PM,6,3,3,0,1,0,1,0,0,0,0,0,0, 228 | 1461,LELAND175,"175 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 01:25 PM,06/24/14 01:35 PM,2,1,1,0,0,0,0,0,0,0,0,0,0, 229 | 1462,LELAND175,"175 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,68,06/24/14 02:05 PM,06/24/14 02:15 PM,7,7,0,0,2,0,2,1,0,0,0,0,0, 230 | 1463,LELAND25,"25 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,68,06/24/14 02:25 PM,06/24/14 02:35 PM,4,1,3,0,0,0,2,0,0,0,0,0,0, 231 | 1464,LELAND25,"25 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,68,06/24/14 03:15 PM,06/24/14 03:25 PM,6,3,3,0,1,0,0,0,0,1,0,0,0, 232 | 1465,LELAND175,"175 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,65,06/24/14 03:30 PM,06/24/14 03:40 PM,16,11,5,0,5,0,2,0,0,0,0,0,0, 233 | 1466,LELAND25,"25 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,65,06/24/14 05:30 PM,06/24/14 05:40 PM,10,3,7,0,0,0,4,0,0,0,0,0,0, 234 | 1467,LELAND175,"175 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,65,06/25/14 05:00 PM,06/25/14 05:10 PM,5,2,3,0,0,0,0,0,0,0,0,0,0, 235 | 1468,LELAND175,"175 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,cloudy,65,06/25/14 04:15 PM,06/25/14 04:25 PM,17,9,8,0,4,0,0,0,0,0,0,0,0, 236 | 1469,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Melissa Ruhl,cloudy,61,06/21/14 03:13 PM,06/21/14 03:24 PM,276,141,135,0,15,0,0,0,0,0,0,0,0, 237 | 1470,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Melissa Ruhl,cloudy,62,06/21/14 01:43 PM,06/21/14 01:53 PM,207,100,107,0,26,0,14,0,0,0,0,0,0, 238 | 1471,CLEMENT250,"250 Clement St San Francisco, CA 94118",Nikki Diaz,cloudy,60,06/21/14 01:09 PM,06/21/14 01:19 PM,63,30,33,0,3,0,5,0,0,0,0,0,0, 239 | 1472,CLEMENT251,"251 Clement St San Francisco, CA 94118",Nikki Diaz,cloudy,60,06/21/14 01:31 PM,06/21/14 01:41 PM,64,34,30,0,0,0,6,0,0,0,0,0,0, 240 | 1473,CLEMENT251,"251 Clement St San Francisco, CA 94118",Nikki Diaz,cloudy,60,06/21/14 11:57 AM,06/21/14 12:07 PM,52,24,28,0,4,0,4,0,0,0,0,0,0, 241 | 1474,CLEMENT250,"250 Clement St San Francisco, CA 94118",Nikki Diaz,thunder,60,06/21/14 12:20 PM,06/21/14 12:30 PM,47,27,20,0,5,0,1,0,0,0,0,0,0,Cumaica customers/parklet users stay for a short while. Do not stay longer than 10 min. 242 | 1475,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Genevieve Munsey,cloudy,63,06/25/14 02:11 PM,06/25/14 02:21 PM,93,45,48,0,6,0,5,0,0,0,0,0,0, 243 | 1476,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Genevieve Munsey,cloudy,63,06/25/14 02:30 PM,06/25/14 02:40 PM,57,25,32,0,16,0,0,0,0,0,0,0,0, 244 | 1477,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Genevieve Munsey,rainy,63,06/25/14 03:11 PM,06/25/14 03:21 PM,72,33,39,0,6,0,4,0,0,0,1,0,0, 245 | 1478,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Genevieve Munsey,cloudy,63,06/25/14 03:29 PM,06/25/14 03:40 PM,63,27,36,0,0,0,2,0,0,0,0,0,0,Jay walkers counted in direction they walked at the curb. 246 | 1479,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Genevieve Munsey,rainy,63,06/25/14 04:07 PM,06/25/14 04:17 PM,79,39,40,0,0,0,4,0,0,0,1,0,0,Bicycle bump out (where I did the cross-section) had a lot of jay-walkers. 247 | 1480,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Genevieve Munsey,cloudy,61,06/25/14 04:26 PM,06/25/14 04:36 PM,51,24,27,0,4,0,4,0,0,3,0,0,0,Lots of bikes traveling up Valencia (on the even side of the street) 248 | 1481,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,64,06/21/14 06:39 PM,06/21/14 06:49 PM,261,131,130,0,21,0,36,0,0,0,0,0,0, 249 | 1482,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 10:05 PM,06/21/14 10:15 PM,211,107,104,0,22,0,12,0,0,0,0,0,0, 250 | 1483,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 10:15 PM,06/21/14 10:25 PM,93,52,41,0,7,0,8,0,0,0,0,0,0, 251 | 1484,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 08:24 PM,06/21/14 08:34 PM,324,164,160,0,34,0,27,0,0,0,0,0,0, 252 | 1485,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 08:13 PM,06/21/14 08:23 PM,361,168,193,0,37,0,17,0,0,0,0,0,0, 253 | 1486,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 10:40 PM,06/21/14 10:50 PM,39,20,19,0,6,0,2,0,0,0,0,0,0, 254 | 1487,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,64,06/21/14 10:30 PM,06/21/14 10:40 PM,78,45,33,0,3,0,3,0,0,0,0,0,0, 255 | 1488,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,64,06/21/14 08:39 PM,06/21/14 08:49 PM,171,87,84,0,16,0,15,0,0,0,0,0,0, 256 | 1489,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 08:50 PM,06/21/14 09:00 PM,82,39,43,0,3,0,10,0,0,0,1,0,0, 257 | 1490,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Mahsa Kassai,sunny,64,06/21/14 05:40 PM,06/21/14 05:50 PM,248,111,137,0,47,0,29,0,0,0,2,0,0, 258 | 1491,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 05:50 PM,06/21/14 06:00 PM,434,212,222,0,26,0,19,1,0,0,0,0,0, 259 | 1492,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 05:15 PM,06/21/14 05:25 PM,485,231,254,0,51,0,21,1,0,0,0,0,0, 260 | 1493,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 05:25 PM,06/21/14 05:35 PM,568,269,299,0,45,0,34,1,0,0,0,0,0, 261 | 1494,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Mahsa Kassai,sunny,64,06/21/14 06:10 PM,06/21/14 06:20 PM,334,157,177,0,37,0,30,1,0,0,0,0,0, 262 | 1495,CLEMENT250,"250 Clement St San Francisco, CA 94118",Corina Velazco,cloudy,59,06/25/14 06:05 PM,06/25/14 06:10 PM,55,29,26,0,2,0,3,0,0,0,0,0,0, 263 | 1496,CLEMENT251,"251 Clement St San Francisco, CA 94118",Corina Velazco,cloudy,59,06/25/14 06:25 PM,06/25/14 06:35 PM,26,12,14,0,2,0,0,0,0,0,0,0,0, 264 | 1497,CLEMENT250,"250 Clement St San Francisco, CA 94118",Corina Velazco,cloudy,59,06/25/14 06:15 PM,06/25/14 06:20 PM,39,13,26,0,2,0,1,0,0,0,0,0,0, 265 | 1498,CLEMENT251,"251 Clement St San Francisco, CA 94118",Corina Velazco,cloudy,59,06/25/14 05:25 PM,06/25/14 05:35 PM,37,13,24,0,5,0,3,0,0,0,0,0,0, 266 | 1499,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",John Dennis,sunny,66,06/24/14 06:00 PM,06/24/14 06:10 PM,232,103,129,0,13,0,0,0,0,0,0,0,0, 267 | 1500,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",John Dennis,sunny,66,06/24/14 06:15 PM,06/24/14 06:25 PM,244,126,118,0,17,0,4,7,0,0,0,0,0, 268 | 1501,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",John Dennis,sunny,68,06/24/14 05:05 PM,06/24/14 05:15 PM,223,105,118,0,10,0,1,3,0,0,0,0,0, 269 | 1502,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",John Dennis,sunny,68,06/24/14 05:15 PM,06/24/14 05:25 PM,247,112,135,0,10,0,0,3,0,0,1,0,0, 270 | 1503,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",John Dennis,sunny,65,06/24/14 07:00 PM,06/24/14 07:10 PM,203,108,95,0,12,0,2,0,0,0,0,0,0, 271 | 1504,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",John Dennis,sunny,65,06/24/14 07:15 PM,06/24/14 07:25 PM,231,125,106,0,16,0,8,11,0,0,0,0,0, 272 | 1505,BALBOA450,"450 Balboa St San Francisco, CA 94118",Sara Ameri,cloudy,,06/25/14 06:15 PM,06/25/14 06:20 PM,6,2,4,0,0,0,0,0,0,0,0,0,0, 273 | 1506,BALBOA451,"451 Balboa St San Francisco, CA 94118",Sara Ameri,cloudy,,06/25/14 06:20 PM,06/25/14 06:25 PM,1,1,0,0,0,0,0,0,0,0,0,0,0, 274 | 1507,BALBOA450,"450 Balboa St San Francisco, CA 94118",Sara Ameri,cloudy,,06/25/14 05:05 PM,06/25/14 05:10 PM,10,3,7,0,0,0,0,0,0,0,0,0,0, 275 | 1508,JUDAH4050,"4050 Judah St San Francisco, CA 94122",Miriam Eason,cloudy,55,06/25/14 12:34 PM,06/25/14 12:44 PM,30,9,21,0,1,0,0,0,0,0,2,0,0, 276 | 1509,JUDAH4051,"4051 Judah St San Francisco, CA 94122",Miriam Eason,cloudy,55,06/25/14 12:55 PM,06/25/14 01:05 PM,11,6,5,0,0,0,0,0,0,0,0,0,0, 277 | 1510,JUDAH4051,"4051 Judah St San Francisco, CA 94122",Miriam Eason,cloudy,55,06/25/14 12:07 PM,06/25/14 12:17 PM,24,14,10,0,1,0,1,1,0,0,0,0,0, 278 | 1511,JUDAH4050,"4050 Judah St San Francisco, CA 94122",Miriam Eason,cloudy,55,06/25/14 12:18 PM,06/25/14 12:28 PM,10,8,2,0,0,0,1,0,0,1,0,0,0, 279 | 1512,POLK1250,"1250 Polk Street San Francisco, CA 94109",Justin Panganiban,sunny,64,07/01/14 12:02 PM,07/01/14 12:12 PM,62,36,26,0,1,0,8,0,0,0,0,0,0, 280 | 1513,CALIFORNI2450,"2450 California St San Francisco, CA 94115",Corina Velazco,sunny,59,07/01/14 12:05 PM,07/01/14 12:15 PM,20,6,14,0,1,0,1,1,0,0,1,0,0, 281 | 1514,POLK1251,"1251 Polk Street San Francisco, CA 94109",Justin Panganiban,sunny,64,07/01/14 12:18 PM,07/01/14 12:28 PM,81,62,19,0,0,0,10,0,0,0,1,0,0, 282 | 1515,POLK1250,"1250 Polk Street San Francisco, CA 94109",Justin Panganiban,sunny,64,07/01/14 01:02 PM,07/01/14 01:12 PM,62,38,24,0,1,0,10,0,0,0,0,0,0, 283 | 1516,CALIFORNI2451,"2451 California St San Francisco, CA 94115",Corina Velazco,sunny,59,07/01/14 12:25 PM,07/01/14 12:35 PM,59,22,37,0,4,0,3,0,0,0,0,0,0, 284 | 1517,POLK1251,"1251 Polk Street San Francisco, CA 94109",Justin Panganiban,sunny,64,07/01/14 01:23 PM,07/01/14 01:33 PM,47,34,13,0,0,0,8,1,0,0,0,0,0, 285 | 1518,CALIFORNI2450,"2450 California St San Francisco, CA 94115",Corina Velazco,sunny,61,07/01/14 01:05 PM,07/01/14 01:15 PM,30,12,18,0,1,0,5,0,0,0,2,0,0, 286 | 1519,CALIFORNI2451,"2451 California St San Francisco, CA 94115",Corina Velazco,sunny,61,07/01/14 01:25 PM,07/01/14 01:35 PM,45,16,29,0,1,0,3,0,0,0,0,0,0, 287 | 1520,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,sunny,75,06/18/14 05:05 PM,06/18/14 05:10 PM,0,0,0,0,0,0,0,0,0,0,0,0,0,No one went by. 288 | 1521,YOSEMITE1750,"1750 Yosemite Ave San Francisco, CA 94124",Ariel Feingold-Shaw,sunny,74,06/18/14 05:26 PM,06/18/14 05:31 PM,0,0,0,0,0,0,0,0,0,0,0,0,0,No one went by. 289 | 1522,YOSEMITE1751,"1751 Yosemite Ave San Francisco, CA 94124",Ariel Feingold-Shaw,sunny,75,06/18/14 05:10 PM,06/18/14 05:15 PM,3,2,1,0,0,0,0,0,0,0,0,0,0, 290 | 1523,YOSEMITE1751,"1751 Yosemite Ave San Francisco, CA 94124",Ariel Feingold-Shaw,sunny,74,06/18/14 05:31 PM,06/18/14 05:36 PM,0,0,0,0,0,0,0,0,0,0,0,0,0,No one went by. 291 | 1524,YOSEMITE1750,"1750 Yosemite Ave San Francisco, CA 94124",Ariel Feingold-Shaw,sunny,74,06/18/14 06:05 PM,06/18/14 06:10 PM,0,0,0,0,0,0,0,0,0,0,0,0,0,No one went by. Most people that did go by were in a car. 292 | 1525,YOSEMITE1750,"1750 Yosemite Ave San Francisco, CA 94124",Ariel Feingold-Shaw,sunny,74,06/18/14 06:21 PM,06/18/14 06:26 PM,0,0,0,0,0,0,0,0,0,0,0,0,0,No one went by. There were cars that went by. 293 | 1526,YOSEMITE1751,"1751 Yosemite Ave San Francisco, CA 94124",Ariel Feingold-Shaw,sunny,74,06/18/14 06:10 PM,06/18/14 06:15 PM,0,0,0,0,0,0,0,0,0,0,0,0,0,Only cars went by. 294 | 1527,YOSEMITE1751,"1751 Yosemite Ave San Francisco, CA 94124",Ariel Feingold-Shaw,sunny,74,06/18/14 06:26 PM,06/18/14 06:31 PM,0,0,0,0,0,0,0,0,0,0,0,0,0,Only cars went by. 295 | 1528,CORTLAND951,"951 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,sunny,70,06/17/14 05:05 PM,06/17/14 05:10 PM,8,2,6,0,1,0,0,0,0,0,0,0,0, 296 | 1529,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,sunny,70,06/17/14 05:11 PM,06/17/14 05:16 PM,2,2,0,0,0,0,0,1,0,0,0,0,0, 297 | 1530,CORTLAND951,"951 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,cloudy,70,06/17/14 05:30 PM,06/17/14 05:35 PM,7,2,5,0,3,0,1,0,0,0,0,0,0, 298 | 1531,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,cloudy,70,06/17/14 05:35 PM,06/17/14 05:40 PM,3,3,0,0,0,0,0,1,0,0,0,0,0, 299 | 1532,CORTLAND951,"951 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,cloudy,70,06/07/14 06:03 PM,06/07/14 06:08 PM,1,1,0,0,0,0,0,0,0,0,0,0,0, 300 | 1533,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,cloudy,70,06/17/14 06:08 PM,06/17/14 06:13 PM,9,5,4,0,3,0,0,0,0,0,0,0,0, 301 | 1534,CORTLAND951,"951 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,cloudy,70,06/17/14 06:21 PM,06/17/14 06:26 PM,1,1,0,0,0,0,0,0,0,0,0,0,0, 302 | 1535,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Ariel Feingold-Shaw,cloudy,70,06/17/14 06:26 PM,06/17/14 06:31 PM,1,1,0,0,0,0,0,0,0,0,0,0,0, 303 | 1536,DIVISADER651,"651 Divisadero St San Francisco, CA 94117",Hilary Finck,sunny,60,07/01/14 12:05 PM,07/01/14 12:15 PM,47,33,14,0,6,0,6,0,0,1,0,0,0,One person pushing laundry cart was included in the skateboard/rollerblade section 304 | 1537,DIVISADER650,"650 Divisadero St San Francisco, CA 94117",Hilary Finck,cloudy,60,07/01/14 12:25 PM,07/01/14 12:35 PM,23,16,7,0,3,0,1,0,0,0,1,0,0, 305 | 1538,DIVISADER651,"651 Divisadero St San Francisco, CA 94117",Hilary Finck,sunny,60,07/01/14 01:05 PM,07/01/14 01:15 PM,25,19,6,0,2,0,1,1,0,0,0,0,0, 306 | 1539,DIVISADER650,"650 Divisadero St San Francisco, CA 94117",Hilary Finck,sunny,60,07/01/14 01:25 PM,07/01/14 01:35 PM,26,21,5,0,2,0,0,1,0,0,0,0,0, 307 | 1540,POLK1250,"1250 Polk Street San Francisco, CA 94109",Justin Panganiban,sunny,70,07/01/14 05:02 PM,07/01/14 05:12 PM,72,44,28,0,4,0,6,0,0,1,0,0,0, 308 | 1541,POLK1251,"1251 Polk Street San Francisco, CA 94109",Justin Panganiban,sunny,70,07/01/14 05:18 PM,07/01/14 05:28 PM,81,56,25,0,0,0,7,6,0,0,0,0,0, 309 | 1542,POLK1250,"1250 Polk Street San Francisco, CA 94109",Justin Panganiban,sunny,68,07/01/14 06:22 PM,07/01/14 06:32 PM,70,38,32,0,4,0,5,2,0,0,0,0,0, 310 | 1543,POLK1251,"1251 Polk Street San Francisco, CA 94109",Justin Panganiban,sunny,68,07/01/14 06:12 PM,07/01/14 06:22 PM,82,48,34,0,1,0,4,3,0,0,0,0,0, 311 | 1544,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,58,07/01/14 09:10 PM,07/01/14 09:20 PM,65,33,32,0,2,0,7,3,0,0,0,0,0, 312 | 1545,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,58,07/01/14 10:20 PM,07/01/14 10:30 PM,73,42,31,0,12,0,4,0,0,0,0,0,0, 313 | 1546,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,58,07/01/14 10:10 PM,07/01/14 10:20 PM,58,27,31,0,8,0,3,1,0,1,0,0,0, 314 | 1547,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,58,07/01/14 09:10 PM,07/01/14 09:20 PM,131,70,61,0,15,0,6,0,0,0,0,0,0, 315 | 1548,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,60,07/01/14 08:50 PM,07/01/14 09:10 PM,183,91,92,0,24,0,16,2,0,0,0,0,0, 316 | 1549,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,60,07/01/14 08:38 PM,07/01/14 08:48 PM,188,92,96,0,24,0,4,1,0,0,0,0,0, 317 | 1550,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/01/14 02:00 PM,07/01/14 02:10 PM,221,98,123,0,21,0,32,1,0,0,0,0,0, 318 | 1551,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,sunny,66,07/01/14 02:10 PM,07/01/14 02:20 PM,157,62,95,0,20,0,19,0,0,0,0,0,0, 319 | 1552,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,sunny,65,07/01/14 04:10 PM,07/01/14 04:15 PM,256,114,142,0,34,0,16,0,0,0,0,0,0, 320 | 1553,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,65,07/01/14 04:00 PM,07/01/14 04:10 PM,177,77,100,0,24,0,21,0,0,0,0,0,0, 321 | 1554,LELAND25,"25 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,64,06/25/14 04:30 PM,06/25/14 04:40 PM,3,0,3,0,1,0,0,0,0,0,0,0,0, 322 | 1555,LELAND50,"50 Leland Ave San Francisco, CA 94134",Amir Hajrasouliha,sunny,64,06/25/14 04:40 PM,06/25/14 04:50 PM,15,7,8,0,1,0,1,0,0,0,0,0,0, 323 | 1556,MARKET2351,"2351 Market St San Francisco, CA 94114",Justin Panganiban,sunny,64,07/02/14 12:05 PM,07/02/14 12:15 PM,81,55,26,0,2,0,13,0,0,0,1,0,0, 324 | 1557,MARKET2350,"2350 Market St San Francisco, CA 94114",Justin Panganiban,sunny,64,07/02/14 12:17 PM,07/02/14 12:27 PM,71,54,17,0,0,0,14,0,0,0,0,0,0, 325 | 1558,MARKET2351,"2351 Market St San Francisco, CA 94114",Justin Panganiban,sunny,66,07/02/14 01:06 PM,07/02/14 01:16 PM,98,80,18,0,3,0,14,0,0,0,0,0,0, 326 | 1559,MARKET2350,"2350 Market St San Francisco, CA 94114",Justin Panganiban,sunny,66,07/02/14 01:17 PM,07/02/14 01:27 PM,60,46,14,0,0,0,3,0,0,0,0,0,0, 327 | 1560,MARKET2351,"2351 Market St San Francisco, CA 94114",Justin Panganiban,cloudy,65,07/02/14 05:05 PM,07/02/14 05:15 PM,79,56,23,0,1,0,10,1,0,0,0,0,0, 328 | 1561,MARKET2350,"2350 Market St San Francisco, CA 94114",Justin Panganiban,cloudy,65,07/02/14 05:15 PM,07/02/14 05:25 PM,116,76,40,0,3,0,9,1,0,1,1,0,0, 329 | 1562,MARKET2351,"2351 Market St San Francisco, CA 94114",Justin Panganiban,cloudy,64,07/02/14 06:03 PM,07/02/14 06:13 PM,76,54,22,0,2,0,6,0,0,0,1,0,0, 330 | 1563,MARKET2350,"2350 Market St San Francisco, CA 94114",Justin Panganiban,cloudy,64,07/02/14 06:13 PM,07/02/14 06:23 PM,125,84,41,0,2,0,12,0,0,0,1,0,0, 331 | 1564,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Nicholas Perry,foggy,63,06/25/14 08:00 PM,06/25/14 08:20 PM,0,0,0,0,0,0,0,0,0,0,0,0,0,Too many people at this hour to conduct an accurate count using this survey tool. Let's chat with Neil. 332 | 1565,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Nicholas Perry,foggy,63,06/25/14 09:15 PM,06/25/14 09:25 PM,67,38,29,0,3,0,1,0,0,2,0,0,0, 333 | 1566,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Nicholas Perry,foggy,63,06/25/14 09:00 PM,06/25/14 09:10 PM,46,31,15,0,5,0,2,1,0,2,0,0,0, 334 | 1567,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Megan Calpin,sunny,70,06/18/14 10:05 AM,06/18/14 10:15 AM,20,15,5,0,0,0,2,0,0,0,1,0,0, 335 | 1568,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Megan Calpin,sunny,70,06/18/14 10:20 AM,06/18/14 10:30 AM,23,12,11,0,0,0,0,1,0,0,0,0,0, 336 | 1569,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Megan Calpin,sunny,75,06/18/14 11:05 AM,06/18/14 11:15 AM,26,10,16,0,0,0,0,0,0,0,0,0,0, 337 | 1570,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Megan Calpin,sunny,75,06/18/14 11:20 AM,06/18/14 11:30 AM,34,16,18,0,4,0,0,1,0,0,0,0,0, 338 | 1571,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Nicholas Perry,foggy,63,06/25/14 10:10 PM,06/25/14 10:20 PM,35,22,13,0,2,0,1,0,0,0,0,0,0,"foggy, misty, breezy. " 339 | 1572,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Megan Calpin,sunny,75,06/18/14 12:10 PM,06/18/14 12:20 PM,34,20,14,0,0,0,0,0,0,0,0,0,0, 340 | 1573,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Nicholas Perry,cloudy,63,06/25/14 10:00 PM,06/25/14 10:10 PM,24,12,12,0,2,0,0,0,0,0,0,0,0, 341 | 1574,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Megan Calpin,sunny,78,06/18/14 12:25 PM,06/18/14 12:35 PM,44,22,22,0,3,0,0,1,0,0,0,0,0, 342 | 1575,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Megan Calpin,sunny,78,06/18/14 01:08 PM,06/18/14 01:18 PM,59,31,28,0,2,0,2,1,0,0,1,0,0, 343 | 1576,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Megan Calpin,sunny,78,06/18/14 01:26 PM,06/18/14 01:36 PM,54,27,27,0,5,0,0,0,0,1,0,0,0, 344 | 1577,MARKET450,"450 Market St San Francisco, CA 94111",Justin Panganiban,sunny,64,07/08/14 12:07 PM,07/08/14 12:17 PM,298,170,128,0,3,0,6,7,0,2,0,0,0, 345 | 1578,MARKET451,"451 Market St San Francisco, CA 94105",Justin Panganiban,sunny,64,07/08/14 12:19 PM,07/08/14 12:29 PM,339,216,123,0,6,0,6,2,0,0,2,0,0, 346 | 1579,MARKET450,"450 Market St San Francisco, CA 94111",Justin Panganiban,sunny,64,07/08/14 01:05 PM,07/08/14 01:15 PM,299,165,134,0,3,0,14,3,0,0,1,0,0, 347 | 1580,MARKET451,"451 Market St San Francisco, CA 94105",Justin Panganiban,sunny,64,07/08/14 01:18 PM,07/08/14 01:28 PM,259,152,107,0,15,0,2,2,0,0,0,0,0, 348 | 1581,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Charlotte Hummer,cloudy,61,07/05/14 10:07 AM,07/05/14 10:18 AM,37,25,12,0,0,0,1,1,0,0,0,0,0, 349 | 1582,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Charlotte Hummer,sunny,63,07/08/14 10:29 AM,07/08/14 10:39 AM,24,16,8,0,0,0,0,2,0,1,0,0,0, 350 | 1583,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Charlotte Hummer,sunny,64,07/08/14 11:15 AM,07/08/14 11:25 AM,55,31,24,0,0,0,1,0,0,0,0,0,0, 351 | 1584,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Charlotte Hummer,sunny,64,07/08/14 11:39 AM,07/08/14 11:49 AM,24,17,7,0,0,0,7,1,0,0,1,0,0, 352 | 1585,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Charlotte Hummer,sunny,66,07/08/14 12:22 PM,07/08/14 12:32 PM,78,48,30,0,0,0,1,0,0,1,1,0,0, 353 | 1586,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Charlotte Hummer,sunny,66,07/05/14 12:39 PM,07/05/14 12:49 PM,37,17,20,0,0,0,0,0,0,0,0,0,0, 354 | 1587,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Charlotte Hummer,sunny,66,07/08/14 01:02 PM,07/08/14 01:12 PM,55,32,23,0,4,0,2,0,0,0,0,0,0, 355 | 1588,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Charlotte Hummer,sunny,66,07/08/14 01:21 PM,07/08/14 01:31 PM,47,24,23,0,1,0,2,0,0,0,0,0,0, 356 | 1589,MARKET450,"450 Market St San Francisco, CA 94111",Justin Panganiban,sunny,66,07/08/14 05:08 PM,07/08/14 05:18 PM,254,148,106,0,8,0,4,2,0,2,0,0,0, 357 | 1590,MARKET451,"451 Market St San Francisco, CA 94105",Justin Panganiban,sunny,66,07/08/14 05:18 PM,07/08/14 05:28 PM,260,143,117,0,1,0,5,4,0,1,0,0,0, 358 | 1591,MARKET450,"450 Market St San Francisco, CA 94111",Justin Panganiban,sunny,66,07/08/14 06:08 PM,07/08/14 06:18 PM,318,171,147,0,3,0,0,1,0,0,0,0,0, 359 | 1592,MARKET451,"451 Market St San Francisco, CA 94105",Justin Panganiban,sunny,66,07/08/14 06:18 PM,07/08/14 06:28 PM,298,176,122,0,2,0,3,1,0,0,1,0,0, 360 | 1593,NORIEGA3850,"3850 Noriega St San Francisco, CA 94122",Justin Panganiban,sunny,64,07/09/14 12:03 PM,07/09/14 12:13 PM,11,5,6,0,1,0,1,0,0,0,0,0,0, 361 | 1594,NORIEGA3851,"3851 Noriega St San Francisco, CA",Justin Panganiban,sunny,64,07/09/14 12:18 PM,07/09/14 12:28 PM,19,7,12,0,3,0,4,0,0,0,0,0,0, 362 | 1595,NORIEGA3850,"3850 Noriega St San Francisco, CA 94122",Justin Panganiban,sunny,64,07/09/14 01:02 PM,07/09/14 01:12 PM,9,5,4,0,0,0,0,0,0,0,0,0,0, 363 | 1596,NORIEGA3851,"3851 Noriega St San Francisco, CA",Justin Panganiban,sunny,64,07/09/14 01:17 PM,07/09/14 01:27 PM,14,6,8,0,1,0,1,0,0,0,0,0,0, 364 | 1597,NORIEGA3850,"3850 Noriega St San Francisco, CA 94122",Justin Panganiban,cloudy,61,07/09/14 05:02 PM,07/09/14 05:12 PM,13,5,8,0,3,0,1,2,0,0,0,0,0, 365 | 1598,NORIEGA3851,"3851 Noriega St San Francisco, CA",Justin Panganiban,cloudy,61,07/09/14 05:15 PM,07/09/14 05:25 PM,29,20,9,0,1,0,2,0,0,0,0,0,0, 366 | 1599,NORIEGA3850,"3850 Noriega St San Francisco, CA 94122",Justin Panganiban,cloudy,61,07/09/14 06:01 PM,07/09/14 06:11 PM,11,7,4,0,3,0,2,0,0,0,0,0,0, 367 | 1600,NORIEGA3851,"3851 Noriega St San Francisco, CA",Justin Panganiban,cloudy,61,07/09/14 06:15 PM,07/09/14 06:25 PM,25,14,11,0,1,0,3,0,0,0,1,0,0, 368 | 1601,MARKET2351,"2351 Market St San Francisco, CA 94114",Justin Panganiban,cloudy,64,07/12/14 12:02 PM,07/12/14 12:12 PM,114,85,29,0,2,0,8,0,0,0,1,0,0, 369 | 1602,MARKET2350,"2350 Market St San Francisco, CA 94114",Justin Panganiban,cloudy,64,07/12/14 12:15 PM,07/12/14 12:25 PM,111,79,32,0,4,0,7,0,0,0,1,0,0, 370 | 1603,MARKET2351,"2351 Market St San Francisco, CA 94114",Justin Panganiban,sunny,66,07/12/14 01:07 PM,07/12/14 01:17 PM,138,90,48,0,2,0,13,0,0,0,2,0,0, 371 | 1604,MARKET2350,"2350 Market St San Francisco, CA 94114",Justin Panganiban,sunny,66,07/12/14 01:18 PM,07/12/14 01:28 PM,140,105,35,0,2,0,6,0,0,0,0,0,0, 372 | 1605,NORIEGA3850,"3850 Noriega St San Francisco, CA 94122",Emily Busch,cloudy,65,07/12/14 12:07 PM,07/12/14 12:17 PM,50,28,22,0,5,0,5,0,0,0,0,0,0, 373 | 1606,NORIEGA3850,"3850 Noriega St San Francisco, CA 94122",Emily Busch,cloudy,67,07/12/14 12:38 PM,07/12/14 12:48 PM,56,30,26,0,5,0,3,2,0,0,0,0,0, 374 | 1607,VALENCIA550,"550 Valencia St San Francisco, CA 94110",david uniman,sunny,70,06/14/14 02:45 PM,06/14/14 02:55 PM,96,55,41,0,5,0,2,1,0,1,0,0,0,windy 375 | 1608,VALENCIA550,"550 Valencia St San Francisco, CA 94110",david uniman,sunny,70,06/14/14 03:05 PM,06/14/14 03:15 PM,117,64,53,0,4,0,0,0,0,0,0,0,0,Shady side of the street. 376 | 1609,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,07/12/14 05:00 PM,07/12/14 05:10 PM,95,49,46,0,5,0,0,2,0,0,0,0,0, 377 | 1610,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,70,07/12/14 05:26 PM,07/12/14 05:36 PM,139,66,73,0,9,0,1,0,0,0,0,0,0, 378 | 1611,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,66,07/12/14 06:00 PM,07/12/14 06:10 PM,112,60,52,0,2,0,4,1,0,1,0,0,0, 379 | 1612,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,66,07/12/14 06:26 PM,07/12/14 06:36 PM,162,89,73,0,7,0,4,0,0,2,0,0,0, 380 | 1613,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,64,07/12/14 07:00 PM,07/12/14 07:10 PM,129,65,64,0,1,0,6,0,0,0,1,0,0, 381 | 1614,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,64,07/12/14 07:25 PM,07/12/14 07:35 PM,129,69,60,0,3,0,3,2,0,0,1,0,0, 382 | 1615,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,cloudy,62,07/08/14 09:24 PM,07/08/14 09:34 PM,77,45,32,0,0,0,0,0,0,0,0,0,0, 383 | 1616,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,cloudy,62,07/08/14 09:05 PM,07/08/14 09:15 PM,64,41,23,0,0,0,2,0,0,0,0,0,0, 384 | 1617,22ND751,751 22nd St,Corina Velazco,sunny,65,07/02/14 01:05 PM,07/02/14 01:10 PM,27,17,10,0,0,0,1,0,0,0,0,0,0, 385 | 1618,22ND750,750 22nd St,Corina Velazco,sunny,68,07/02/14 01:25 PM,07/02/14 01:35 PM,23,15,8,0,0,0,1,0,0,0,0,0,0, 386 | 1619,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,cloudy,60,07/08/14 10:20 PM,07/08/14 10:30 PM,108,75,33,0,0,0,0,0,0,1,0,0,0, 387 | 1620,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,cloudy,62,07/08/14 08:31 PM,07/08/14 08:41 PM,121,74,47,0,1,0,8,1,0,0,0,0,0, 388 | 1621,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,cloudy,62,07/08/14 08:06 PM,07/08/14 08:16 PM,88,56,32,0,0,0,4,1,0,3,0,0,0, 389 | 1622,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,64,06/21/14 06:20 PM,06/21/14 06:30 PM,507,236,271,0,45,0,26,5,0,0,0,0,0, 390 | 1623,22ND750,750 22nd St,Corina Velazco,sunny,60,07/02/14 05:05 PM,07/02/14 05:15 PM,17,8,9,0,0,0,0,0,0,0,0,0,0, 391 | 1624,22ND751,751 22nd St,Corina Velazco,sunny,62,07/02/14 05:25 PM,07/02/14 05:35 PM,17,9,8,0,2,0,0,0,0,0,0,0,0, 392 | 1625,MISSION4750,4750 Mission St,Lale Tiejiao,cloudy,70,07/12/14 12:05 PM,07/12/14 12:15 PM,54,26,28,0,9,0,5,0,0,0,0,0,0,No bicyclists passing by maybe due to the lack of bike lanes. 393 | 1626,MISSION4751,4751 Mission St,Lale Tiejiao,cloudy,70,07/12/14 12:25 PM,07/12/14 12:35 PM,29,17,12,0,1,0,5,0,0,0,0,0,0,No bicyclists passing by maybe due to the lack of bike lanes. 394 | 1627,MISSION4751,4751 Mission St,Lale Tiejiao,cloudy,70,07/12/14 01:05 PM,07/12/14 01:15 PM,45,24,21,0,1,0,5,0,0,0,0,0,0,No bicyclists passing by maybe due to the lack of bike lanes. 395 | 1628,MISSION4750,4750 Mission St,Lale Tiejiao,cloudy,70,07/12/14 01:25 PM,07/12/14 01:35 PM,37,19,18,0,1,0,3,0,0,0,0,0,0,No bicyclists passing by maybe due to the lack of bike lanes. 396 | 1629,22ND750,750 22nd St,Corina Velazco,sunny,60,07/02/14 06:05 PM,07/02/14 06:10 PM,15,10,5,0,0,0,2,0,0,0,0,0,0, 397 | 1630,22ND751,751 22nd St,Corina Velazco,sunny,60,07/02/14 06:25 PM,07/02/14 06:35 PM,17,10,7,0,0,0,2,0,0,0,0,0,0, 398 | 1631,BALBOA3450,"3450 Balboa St San Francisco, CA 94121",Pranjali Deokule,sunny,68,07/12/14 12:12 PM,07/12/14 12:22 PM,46,25,21,0,1,0,1,1,0,1,0,0,0,1 female crossing the street from left to right with a pet. 399 | 1632,BALBOA3451,"3451 Balboa St San Francisco, CA 94121",Pranjali Deokule,sunny,68,07/12/14 12:36 PM,07/12/14 12:46 PM,46,25,21,0,6,0,0,1,0,0,1,0,0, 400 | 1633,BALBOA3450,"3450 Balboa St San Francisco, CA 94121",Pranjali Deokule,sunny,72,07/12/14 01:38 PM,07/12/14 01:48 PM,51,29,22,0,2,0,0,1,0,0,1,0,0, 401 | 1634,BALBOA3451,"3451 Balboa St San Francisco, CA 94121",Pranjali Deokule,sunny,72,07/12/14 01:55 PM,07/12/14 02:05 PM,32,17,15,0,1,0,0,1,0,0,0,0,0, 402 | 1635,CALIFORNI2451,"2451 California St San Francisco, CA 94115",Corina Velazco,cloudy,59,07/01/14 06:05 PM,07/01/14 06:15 PM,32,20,12,0,4,0,1,0,0,0,0,0,0, 403 | 1636,CALIFORNI2450,"2450 California St San Francisco, CA 94115",Corina Velazco,cloudy,59,07/01/14 06:25 PM,07/01/14 06:35 PM,40,23,17,0,1,0,1,1,0,0,0,0,0, 404 | 1637,DIVISADER651,"651 Divisadero St San Francisco, CA 94117",Justin Panganiban,cloudy,72,07/15/14 05:02 PM,07/15/14 05:12 PM,44,26,18,0,0,0,0,2,0,1,0,0,0, 405 | 1638,DIVISADER650,"650 Divisadero St San Francisco, CA 94117",Justin Panganiban,cloudy,74,07/15/14 05:16 PM,07/15/14 05:26 PM,39,24,15,0,3,0,1,0,0,0,0,0,0, 406 | 1639,DIVISADER651,"651 Divisadero St San Francisco, CA 94117",Justin Panganiban,cloudy,72,07/15/14 06:02 PM,07/15/14 06:12 PM,44,21,23,0,2,0,2,0,0,0,0,0,0, 407 | 1640,DIVISADER650,"650 Divisadero St San Francisco, CA 94117",Justin Panganiban,cloudy,72,07/15/14 06:16 PM,07/15/14 06:26 PM,38,22,16,0,1,0,0,0,0,1,0,0,0, 408 | 1641,HAIGHT1551,"1551 Haight St San Francisco, CA 94117",Sara Ameri,cloudy,,07/02/14 06:10 PM,07/02/14 06:15 PM,50,24,26,0,1,0,0,0,0,0,0,0,0, 409 | 1642,HAIGHT1550,"1550 Haight St San Francisco, CA 94117",Sara Ameri,cloudy,,07/02/14 06:05 PM,07/02/14 06:10 PM,35,19,16,0,3,0,0,0,0,0,0,0,0, 410 | 1643,HAIGHT1551,"1551 Haight St San Francisco, CA 94117",Sara Ameri,cloudy,,07/02/14 05:25 PM,07/02/14 05:30 PM,30,16,14,0,2,0,0,0,0,0,0,0,0, 411 | 1644,HAIGHT1550,"1550 Haight St San Francisco, CA 94117",Sara Ameri,cloudy,,07/02/14 05:30 PM,07/02/14 05:35 PM,35,21,14,0,3,0,1,0,0,0,0,0,0, 412 | 1645,POWELL150,"150 Powell St San Francisco, CA 94102",Tatiana Sierra,sunny,67,07/15/14 12:00 PM,07/15/14 12:10 PM,274,120,154,0,2,0,3,1,0,0,0,0,0,"Was not able to keep track of age, etc" 413 | 1646,POWELL151,"151 Powell St San Francisco, CA 94102",Tatiana Sierra,sunny,,07/15/14 12:11 PM,07/15/14 12:21 PM,294,147,147,0,0,0,0,0,0,0,0,0,0, 414 | 1647,POWELL150,"150 Powell St San Francisco, CA 94102",Tatiana Sierra,cloudy,72,07/15/14 01:00 PM,07/15/14 01:10 PM,320,128,192,0,0,0,0,0,0,0,0,0,0, 415 | 1648,POWELL151,"151 Powell St San Francisco, CA 94102",Tatiana Sierra,sunny,,07/15/14 01:12 PM,07/15/14 01:22 PM,325,176,149,0,0,0,0,0,0,0,0,0,0, 416 | 1649,JUDAH4050,"4050 Judah St San Francisco, CA 94122",Corina Velazco,sunny,60,06/25/14 05:05 PM,06/25/14 05:15 PM,30,15,15,0,5,0,2,1,0,0,0,0,0, 417 | 1650,JUDAH4051,"4051 Judah St San Francisco, CA 94122",Corina Velazco,sunny,60,06/25/14 05:25 PM,06/25/14 05:35 PM,28,13,15,0,6,0,2,0,0,0,0,0,0, 418 | 1651,JUDAH4051,"4051 Judah St San Francisco, CA 94122",Corina Velazco,sunny,60,06/25/14 06:05 PM,06/25/14 06:10 PM,43,24,19,0,1,0,1,0,0,1,0,0,0, 419 | 1652,JUDAH4050,"4050 Judah St San Francisco, CA 94122",Corina Velazco,sunny,60,06/25/14 06:25 PM,06/25/14 06:35 PM,25,12,13,0,2,0,3,0,0,2,0,0,0, 420 | 1653,22ND750,750 22nd St,Corina Velazco,sunny,60,07/02/14 05:05 PM,07/02/14 05:15 PM,17,8,9,0,0,0,0,0,0,0,0,0,0, 421 | 1654,JUDAH4051,"4051 Judah St San Francisco, CA 94122",Corina Velazco,sunny,60,07/02/14 05:25 PM,07/02/14 05:35 PM,17,9,8,0,2,0,0,0,0,0,0,0,0, 422 | 1655,22ND751,751 22nd St,Corina Velazco,sunny,60,07/02/14 06:05 PM,07/02/14 06:10 PM,15,10,5,0,0,0,2,0,0,0,0,0,0, 423 | 1656,22ND750,750 22nd St,Corina Velazco,sunny,60,07/02/14 06:25 PM,07/02/14 06:35 PM,17,10,7,0,0,0,2,0,0,0,0,0,0, 424 | 1657,CALIFORNI2450,"2450 California St San Francisco, CA 94115",Corina Velazco,cloudy,59,07/01/14 05:25 PM,07/01/14 05:35 PM,41,15,26,0,1,0,1,0,0,0,0,0,0, 425 | 1658,CALIFORNI2451,"2451 California St San Francisco, CA 94115",Corina Velazco,sunny,59,07/01/14 05:05 PM,07/01/14 05:15 PM,30,10,20,0,5,0,0,0,0,0,0,0,0, 426 | 1659,POWELL250,"250 Powell St San Francisco, CA 94102",Fahteen Khan,sunny,68,07/16/14 05:00 PM,07/16/14 05:10 PM,216,98,118,0,28,0,19,0,0,4,1,0,0,"Mostly tourist, who had vague idea regarding the area and hence were not interested in answering survey questions. Lot of professionals also use the place either walking to and fro their work place or to meet someone. " 427 | 1660,POWELL251,"251 Powell St San Francisco, CA 94102",Fahteen Khan,sunny,68,07/16/14 05:10 PM,07/16/14 05:20 PM,324,148,176,0,25,0,17,0,0,0,1,0,0,There were two food trolleys that were pushed left to right during that time. 428 | 1661,POWELL250,"250 Powell St San Francisco, CA 94102",Fahteen Khan,sunny,68,07/16/14 06:00 PM,07/16/14 06:10 PM,219,103,116,0,23,0,10,0,0,0,0,0,0, 429 | 1662,MARKET451,"451 Market St San Francisco, CA 94105",Stella Kim,cloudy,66,07/12/14 12:10 PM,07/12/14 12:20 PM,145,66,79,0,4,0,1,3,0,1,0,0,0, 430 | 1663,MARKET450,"450 Market St San Francisco, CA 94111",Stella Kim,sunny,66,07/12/14 12:20 PM,07/12/14 12:30 PM,145,83,62,0,9,0,0,1,0,0,0,0,0, 431 | 1664,MARKET450,"450 Market St San Francisco, CA 94111",Stella Kim,sunny,66,07/12/14 12:20 PM,07/12/14 12:30 PM,145,83,62,0,9,0,0,1,0,0,0,0,0, 432 | 1665,MARKET451,"451 Market St San Francisco, CA 94105",Stella Kim,sunny,66,07/12/14 01:10 PM,07/12/14 01:20 PM,148,74,74,0,3,0,7,4,0,0,1,0,0, 433 | 1666,MARKET450,"450 Market St San Francisco, CA 94111",Stella Kim,sunny,66,07/12/14 01:20 PM,07/12/14 01:30 PM,94,48,46,0,5,0,2,1,0,1,0,0,0,"An organized, police-led Palestine protest followed right after I stopped my count. During this protest, there was a lot of activity on the block, including people-watchers standing/sitting in the plaza." 434 | 1667,POWELL251,"251 Powell St San Francisco, CA 94102",Fahteen Khan,sunny,68,07/16/14 06:10 PM,07/16/14 06:20 PM,211,107,104,0,22,0,9,0,0,0,0,0,0, 435 | 1668,BALBOA451,"451 Balboa St San Francisco, CA 94118",Justin Panganiban,cloudy,73,07/16/14 05:00 PM,07/16/14 05:10 PM,9,2,7,0,3,0,1,0,0,0,0,0,0, 436 | 1669,BALBOA450,"450 Balboa St San Francisco, CA 94118",Justin Panganiban,cloudy,73,07/16/14 05:13 PM,07/16/14 05:23 PM,9,2,7,0,0,0,3,0,0,0,0,0,0, 437 | 1670,BALBOA451,"451 Balboa St San Francisco, CA 94118",Justin Panganiban,cloudy,73,07/16/14 06:00 PM,07/16/14 06:10 PM,14,8,6,0,0,0,0,0,0,0,0,0,0, 438 | 1671,BALBOA450,"450 Balboa St San Francisco, CA 94118",Justin Panganiban,cloudy,73,07/16/14 06:13 PM,07/16/14 06:23 PM,5,4,1,0,0,0,1,0,0,0,1,0,0, 439 | 1672,POWELL250,"250 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,70,07/19/14 12:00 PM,07/19/14 12:10 PM,363,163,200,0,0,0,0,0,0,0,0,0,0,Cannot do special attributes 440 | 1673,POWELL251,"251 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,70,07/19/14 12:12 PM,07/19/14 12:22 PM,375,182,193,0,0,0,0,0,0,0,0,0,0, 441 | 1674,POWELL250,"250 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,70,07/19/14 01:10 PM,07/19/14 01:20 PM,476,212,264,0,0,0,0,0,0,0,0,0,0, 442 | 1675,POWELL251,"251 Powell St San Francisco, CA 94102",Justin Panganiban,,70,07/19/14 01:02 PM,07/19/14 01:12 PM,406,192,214,0,0,0,0,0,0,0,0,0,0, 443 | 1676,CORTLAND951,"951 Cortland Ave San Francisco, CA 94110",Corina Velazco,sunny,64,07/19/14 12:05 PM,07/19/14 12:15 PM,16,6,10,0,1,0,0,0,0,0,1,0,0, 444 | 1677,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Fiona Cundy,sunny,65,07/15/14 05:23 PM,07/15/14 05:33 PM,60,32,28,0,1,0,5,3,0,1,0,0,0, 445 | 1678,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Fiona Cundy,cloudy,62,07/15/14 05:43 PM,07/15/14 05:53 PM,82,47,35,0,4,0,0,0,0,0,0,0,0, 446 | 1679,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Fiona Cundy,cloudy,60,07/15/14 06:47 PM,07/15/14 06:57 PM,83,42,41,0,2,0,2,0,0,0,0,0,0, 447 | 1680,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Fiona Cundy,cloudy,60,07/15/14 07:02 PM,07/15/14 07:12 PM,84,38,46,0,2,0,1,1,0,0,0,0,0, 448 | 1681,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Fiona Cundy,cloudy,60,07/15/14 07:33 PM,07/15/14 07:43 PM,102,62,40,0,1,0,2,1,0,0,2,0,0, 449 | 1682,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Fiona Cundy,cloudy,60,07/15/14 07:58 PM,07/15/14 08:08 PM,98,51,47,0,2,0,1,3,0,0,0,0,0, 450 | 1683,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Corina Velazco,sunny,64,07/19/14 12:25 PM,07/19/14 12:35 PM,12,5,7,0,2,0,1,1,0,0,0,0,0, 451 | 1684,CORTLAND951,"951 Cortland Ave San Francisco, CA 94110",Corina Velazco,sunny,65,07/18/14 01:05 PM,07/18/14 01:15 PM,9,4,5,0,0,0,3,0,0,0,0,0,0, 452 | 1685,CORTLAND950,"950 Cortland Ave San Francisco, CA 94110",Corina Velazco,sunny,65,07/18/14 01:25 PM,07/18/14 01:35 PM,8,4,4,0,0,0,1,0,0,0,1,0,0, 453 | 1686,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,72,07/19/14 05:00 PM,07/19/14 05:10 PM,184,85,99,0,2,0,1,1,0,0,0,0,0, 454 | 1687,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,72,07/19/14 05:23 PM,07/19/14 05:33 PM,113,61,52,0,2,0,5,0,0,0,0,0,0, 455 | 1688,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,72,07/19/14 06:00 PM,07/19/14 06:10 PM,132,67,65,0,3,0,4,0,0,1,0,0,0, 456 | 1689,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,72,07/19/14 06:22 PM,07/19/14 06:33 PM,123,75,48,0,0,0,4,0,0,1,2,0,0, 457 | 1690,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,72,07/19/14 07:00 PM,07/19/14 07:10 PM,151,72,79,0,3,0,3,2,0,1,1,0,0, 458 | 1691,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,72,07/19/14 07:26 PM,07/19/14 07:36 PM,125,76,49,0,1,0,1,0,0,1,1,0,0, 459 | 1692,DIVISADER651,"651 Divisadero St San Francisco, CA 94117",Jason Su,sunny,68,07/19/14 12:00 PM,07/19/14 12:10 PM,114,67,47,0,7,0,3,0,0,0,0,0,0,"many pairs of opposite sex 460 | most poeple are between 12-35many pairs of opposite sex 461 | most poeple are between 12-35many pairs of opposite sex 462 | most poeple are between 12-35many pairs of opposite sex 463 | most poeple are between 12-35many pairs of opposite sex 464 | most poeple are between 12-35many pairs of opposite sex 465 | most poeple are between 12-35many pairs of opposite sex 466 | most poeple are between 12-35many pairs of opposite sex 467 | most poeple are between 12-35many pairs of opposite sex 468 | most poeple are between 12-35many pairs of opposite sex 469 | most poeple are between 12-35many pairs of opposite sex 470 | most poeple are between 12-35many pairs of opposite sex 471 | most poeple are between 12-35many pairs of opposite sex 472 | most poeple are between 12-35many pairs of opposite sex 473 | most poeple are between 12-35" 474 | 1693,DIVISADER650,"650 Divisadero St San Francisco, CA 94117",Jason Su,sunny,68,07/19/14 12:20 PM,07/19/14 12:30 PM,40,18,22,0,0,0,3,1,0,0,0,0,0,"Dog walking - 3 475 | Pairs - 7 476 | Jaywalking present 477 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 478 | Pairs - 7 479 | Jaywalking present 480 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 481 | Pairs - 7 482 | Jaywalking present 483 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 484 | Pairs - 7 485 | Jaywalking present 486 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 487 | Pairs - 7 488 | Jaywalking present 489 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 490 | Pairs - 7 491 | Jaywalking present 492 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 493 | Pairs - 7 494 | Jaywalking present 495 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 496 | Pairs - 7 497 | Jaywalking present 498 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 499 | Pairs - 7 500 | Jaywalking present 501 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 502 | Pairs - 7 503 | Jaywalking present 504 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 505 | Pairs - 7 506 | Jaywalking present 507 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 508 | Pairs - 7 509 | Jaywalking present 510 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 511 | Pairs - 7 512 | Jaywalking present 513 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block faceDog walking - 3 514 | Pairs - 7 515 | Jaywalking present 516 | On side of street with only 1 store (Rare Device). Blank facade and Independent Theater takes up most of block face" 517 | 1694,DIVISADER651,"651 Divisadero St San Francisco, CA 94117",Jason Su,sunny,72,07/19/14 01:05 PM,07/19/14 01:15 PM,111,61,50,0,2,0,5,0,0,0,0,0,0,"Pairs - 15 518 | Dog walking - 2Pairs - 15 519 | Dog walking - 2Pairs - 15 520 | Dog walking - 2Pairs - 15 521 | Dog walking - 2Pairs - 15 522 | Dog walking - 2Pairs - 15 523 | Dog walking - 2Pairs - 15 524 | Dog walking - 2Pairs - 15 525 | Dog walking - 2Pairs - 15 526 | Dog walking - 2Pairs - 15 527 | Dog walking - 2Pairs - 15 528 | Dog walking - 2Pairs - 15 529 | Dog walking - 2Pairs - 15 530 | Dog walking - 2Pairs - 15 531 | Dog walking - 2" 532 | 1695,DIVISADER650,"650 Divisadero St San Francisco, CA 94117",Jason Su,sunny,72,07/19/14 01:25 PM,07/19/14 01:35 PM,41,20,21,0,1,0,4,1,0,0,1,0,0,"Dog walking - 2 533 | Pairs - 8Dog walking - 2 534 | Pairs - 8Dog walking - 2 535 | Pairs - 8Dog walking - 2 536 | Pairs - 8Dog walking - 2 537 | Pairs - 8Dog walking - 2 538 | Pairs - 8Dog walking - 2 539 | Pairs - 8Dog walking - 2 540 | Pairs - 8Dog walking - 2 541 | Pairs - 8Dog walking - 2 542 | Pairs - 8Dog walking - 2 543 | Pairs - 8Dog walking - 2 544 | Pairs - 8Dog walking - 2 545 | Pairs - 8Dog walking - 2 546 | Pairs - 8" 547 | 1696,VALENCIA351,"351 Valencia St San Francisco, CA 94103",Bahar Vaezi,cloudy,63,07/12/14 11:50 AM,07/12/14 12:00 PM,62,34,28,0,0,0,0,0,0,0,0,0,0, 548 | 1697,VALENCIA351,"351 Valencia St San Francisco, CA 94103",Bahar Vaezi,cloudy,63,07/12/14 12:40 PM,07/12/14 12:50 PM,62,34,28,0,0,0,0,0,0,0,0,0,0, 549 | 1698,VALENCIA350,"350 Valencia St San Francisco, CA 94103",Bahar Vaezi,cloudy,63,07/12/14 12:25 PM,07/12/14 12:35 PM,46,27,19,0,0,0,1,0,0,0,0,0,0, 550 | 1699,VALENCIA350,"350 Valencia St San Francisco, CA 94103",Bahar Vaezi,cloudy,63,07/12/14 12:25 PM,07/12/14 12:35 PM,46,27,19,0,0,0,1,0,0,0,0,0,0, 551 | 1700,VALENCIA350,"350 Valencia St San Francisco, CA 94103",Bahar Vaezi,cloudy,63,07/12/14 12:25 PM,07/12/14 12:35 PM,46,27,19,0,0,0,1,0,0,0,0,0,0, 552 | 1701,VALENCIA351,"351 Valencia St San Francisco, CA 94103",Bahar Vaezi,sunny,65,07/12/14 01:35 PM,07/12/14 01:45 PM,51,32,19,0,0,0,2,0,0,0,0,0,0, 553 | 1702,VALENCIA351,"351 Valencia St San Francisco, CA 94103",Bahar Vaezi,sunny,65,07/12/14 01:35 PM,07/12/14 01:45 PM,51,32,19,0,0,0,2,0,0,0,0,0,0, 554 | 1703,VALENCIA350,"350 Valencia St San Francisco, CA 94103",Bahar Vaezi,sunny,65,07/12/14 01:05 PM,07/12/14 01:15 PM,51,34,17,0,1,0,8,0,0,0,0,0,0, 555 | 1704,18TH1351,1351 18th St,Kath Buttar,sunny,70,07/19/14 12:05 PM,07/19/14 12:15 PM,15,6,9,0,0,0,1,0,0,0,0,0,0, 556 | 1705,18TH1350,1350 18th St,Kath Buttar,sunny,70,07/19/14 12:25 PM,07/19/14 12:35 PM,6,6,0,0,0,0,4,0,0,0,0,0,0,One pedestrian with dog 557 | 1706,18TH1351,1351 18th St,Kath Buttar,sunny,70,07/19/14 01:15 PM,07/19/14 01:25 PM,35,20,15,0,0,0,3,1,0,0,0,0,0, 558 | 1707,18TH1350,1350 18th St,Kath Buttar,sunny,70,07/19/14 01:35 PM,07/19/14 01:45 PM,8,4,4,0,0,0,0,1,0,0,0,0,0,One pedestrian with dog 559 | 1708,YOSEMITE1750,"1750 Yosemite Ave San Francisco, CA 94124",Pranjali Deokule,sunny,70,07/19/14 12:35 PM,07/19/14 12:45 PM,4,2,2,0,0,0,0,1,0,0,0,0,0, 560 | 1709,YOSEMITE1751,"1751 Yosemite Ave San Francisco, CA 94124",Pranjali Deokule,sunny,70,07/19/14 01:00 PM,07/19/14 01:10 PM,3,0,3,0,0,0,0,0,0,0,0,0,0, 561 | 1710,YOSEMITE1751,"1751 Yosemite Ave San Francisco, CA 94124",Pranjali Deokule,sunny,70,07/19/14 01:17 PM,07/19/14 01:27 PM,4,4,0,0,0,0,0,0,0,0,0,0,0,2 people stopped the car in front of the coffee shop just to collect a cup of coffee. 562 | 1711,YOSEMITE1750,"1750 Yosemite Ave San Francisco, CA 94124",Pranjali Deokule,sunny,70,07/19/14 01:47 PM,07/19/14 01:57 PM,6,2,4,0,2,0,0,0,0,0,0,0,0, 563 | 1712,POWELL250,"250 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,70,07/22/14 12:00 PM,07/22/14 12:10 PM,289,139,150,0,0,0,0,0,0,0,0,0,0, 564 | 1713,POWELL151,"151 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,70,07/22/14 12:11 PM,07/22/14 12:22 PM,296,135,161,0,0,0,0,0,0,0,0,0,0, 565 | 1714,POWELL250,"250 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,72,07/22/14 01:00 PM,07/22/14 01:10 PM,389,184,205,0,0,0,0,0,0,0,0,0,0, 566 | 1715,POWELL251,"251 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,72,07/22/14 01:12 PM,07/22/14 01:22 PM,302,145,157,0,0,0,0,0,0,0,0,0,0, 567 | 1716,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,sunny,68,07/22/14 04:35 PM,07/22/14 04:45 PM,71,46,25,0,2,0,2,0,0,1,0,0,0, 568 | 1717,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,sunny,68,07/22/14 04:09 PM,07/22/14 04:19 PM,73,40,33,0,4,0,2,0,0,1,0,0,0, 569 | 1718,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,sunny,70,07/22/14 03:42 PM,07/22/14 03:52 PM,91,53,38,0,7,0,5,0,0,1,0,0,0, 570 | 1719,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,sunny,70,07/22/14 03:00 PM,07/22/14 03:10 PM,62,35,27,0,4,0,4,0,0,1,0,0,0, 571 | 1720,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,sunny,71,07/22/14 02:00 PM,07/22/14 02:10 PM,110,44,66,0,16,0,6,0,0,1,0,0,0, 572 | 1721,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,sunny,71,07/22/14 02:35 PM,07/22/14 02:45 PM,57,32,25,0,1,0,5,0,0,1,0,0,0, 573 | 1722,POWELL150,"150 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,75,07/22/14 05:00 PM,07/22/14 05:10 PM,433,177,256,0,0,0,0,0,0,0,0,0,0, 574 | 1723,POWELL151,"151 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,75,07/22/14 05:12 PM,07/22/14 05:22 PM,499,239,260,0,0,0,0,0,0,0,0,0,0, 575 | 1724,POWELL150,"150 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,73,07/22/14 06:00 PM,07/22/14 06:10 PM,469,207,262,0,0,0,0,0,0,0,0,0,0, 576 | 1725,POWELL151,"151 Powell St San Francisco, CA 94102",Justin Panganiban,sunny,73,07/22/14 06:12 PM,07/22/14 06:22 PM,531,238,293,0,0,0,0,0,0,0,0,0,0, 577 | 1726,BALBOA451,"451 Balboa St San Francisco, CA 94118",Corina Velazco,sunny,68,07/23/14 12:05 PM,07/23/14 12:15 PM,12,6,6,0,3,0,2,0,0,0,0,0,0, 578 | 1727,BALBOA450,"450 Balboa St San Francisco, CA 94118",Corina Velazco,sunny,68,07/23/14 12:25 PM,07/23/14 12:35 PM,7,4,3,0,0,0,1,0,0,0,0,0,0, 579 | 1728,BALBOA451,"451 Balboa St San Francisco, CA 94118",Corina Velazco,sunny,68,07/23/14 01:05 PM,07/23/14 01:15 PM,9,4,5,0,2,0,1,0,0,0,0,0,0, 580 | 1729,BALBOA450,"450 Balboa St San Francisco, CA 94118",Corina Velazco,sunny,68,07/23/14 01:25 PM,07/23/14 01:35 PM,15,11,4,0,1,0,1,0,0,0,0,0,0, 581 | 1730,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,cloudy,62,07/08/14 10:00 PM,07/08/14 10:10 PM,75,49,26,0,0,0,1,0,0,0,0,0,0, 582 | 1731,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 02:19 PM,07/12/14 02:29 PM,516,237,279,0,0,0,0,0,0,0,0,0,0, 583 | 1732,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 02:19 PM,07/12/14 02:29 PM,516,237,279,0,0,0,0,0,0,0,0,0,0, 584 | 1733,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 02:19 PM,07/12/14 02:29 PM,516,237,279,0,0,0,0,0,0,0,0,0,0, 585 | 1734,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,cloudy,64,07/12/14 02:08 PM,07/12/14 02:18 PM,456,209,247,0,0,0,0,0,0,0,0,0,0, 586 | 1735,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 11:47 AM,07/12/14 11:57 AM,321,149,172,0,0,0,0,14,0,0,0,0,0, 587 | 1736,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 12:50 PM,07/12/14 01:00 PM,505,232,273,0,0,0,0,0,0,0,0,0,0, 588 | 1737,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 12:10 PM,07/12/14 12:20 PM,340,160,180,0,38,0,9,6,0,0,0,0,0, 589 | 1738,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,sunny,66,07/12/14 12:33 PM,07/12/14 12:43 PM,170,80,90,0,8,0,14,4,0,0,0,0,0, 590 | 1739,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 08:44 AM,07/12/14 08:55 AM,67,43,24,0,14,0,1,1,0,1,0,0,0, 591 | 1740,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 08:48 AM,07/12/14 08:58 AM,107,51,56,0,3,0,5,33,0,1,0,0,0, 592 | 1741,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,sunny,66,07/12/14 09:05 AM,07/12/14 09:15 AM,86,46,40,0,11,0,12,2,0,0,0,0,0, 593 | 1742,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 09:15 AM,07/12/14 09:25 AM,81,48,33,0,3,0,6,30,0,2,0,0,0, 594 | 1743,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 09:32 AM,07/12/14 09:42 AM,76,43,33,0,10,0,8,0,0,0,0,0,0, 595 | 1744,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 10:28 AM,07/12/14 10:38 AM,173,88,85,0,23,0,9,1,0,0,0,0,0, 596 | 1745,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 11:11 AM,07/12/14 11:21 AM,192,102,90,0,26,0,10,9,0,0,0,0,0, 597 | 1746,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,sunny,66,07/12/14 11:00 AM,07/12/14 11:10 AM,117,52,65,0,9,0,1,0,0,0,0,0,0, 598 | 1747,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 10:39 AM,07/12/14 10:49 AM,223,109,114,0,13,0,10,24,0,1,0,0,0, 599 | 1748,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 09:10 AM,07/12/14 09:20 AM,126,61,65,0,10,0,15,28,0,0,0,0,0, 600 | 1749,JUDAH4051,"4051 Judah St San Francisco, CA 94122",Fahteen Khan,sunny,64,07/19/14 12:05 PM,07/19/14 12:15 PM,44,20,24,0,6,0,3,0,0,1,0,0,0,"A lot of people siting and using the aprklet, very few actually crossing the street to and fro at the given time. A lot of cycles parked but no one seen cycling though." 601 | 1750,JUDAH4050,"4050 Judah St San Francisco, CA 94122",Fahteen Khan,sunny,64,07/19/14 12:25 PM,07/19/14 12:35 PM,9,6,3,0,0,0,3,0,0,0,0,0,0, 602 | 1751,JUDAH4051,"4051 Judah St San Francisco, CA 94122",Fahteen Khan,sunny,64,07/19/14 01:05 PM,07/19/14 01:15 PM,16,10,6,0,0,0,4,0,0,0,0,0,0, 603 | 1752,JUDAH4050,"4050 Judah St San Francisco, CA 94122",Fahteen Khan,sunny,64,07/19/14 01:25 PM,07/19/14 01:35 PM,25,16,9,0,0,0,4,0,0,0,0,0,0, 604 | 1753,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,75,07/26/14 02:26 PM,07/26/14 02:36 PM,158,74,84,0,3,0,0,0,0,2,0,0,0, 605 | 1754,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,75,07/26/14 02:00 PM,07/26/14 02:10 PM,127,66,61,0,2,0,2,0,0,1,0,0,0, 606 | 1755,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,75,07/26/14 03:24 PM,07/26/14 03:34 PM,140,77,63,0,2,0,6,1,0,0,0,0,0, 607 | 1756,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,75,07/26/14 03:00 PM,07/26/14 03:10 PM,141,75,66,0,3,0,4,2,0,2,0,0,0, 608 | 1757,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,75,07/26/14 04:21 PM,07/26/14 04:31 PM,129,63,66,0,1,0,7,0,0,0,0,0,0, 609 | 1758,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Justin Panganiban,sunny,75,07/26/14 04:00 PM,07/26/14 04:10 PM,126,57,69,0,2,0,4,1,0,0,0,0,0, 610 | 1759,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,66,07/12/14 01:46 PM,07/12/14 01:56 PM,439,203,236,0,0,0,0,0,0,0,0,0,0, 611 | 1760,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,sunny,64,07/26/14 06:16 PM,07/26/14 06:26 PM,569,264,305,0,0,0,0,1,0,0,0,0,0, 612 | 1761,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 10:14 AM,07/26/14 10:24 AM,34,14,20,0,3,0,1,0,0,0,0,0,0, 613 | 1762,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Robin Abad,,,07/19/14 10:32 AM,07/19/14 10:42 AM,65,38,27,0,2,0,3,0,0,0,0,0,0, 614 | 1763,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Robin Abad,,,07/19/14 11:17 AM,07/19/14 11:27 AM,31,20,11,0,1,0,2,0,0,1,0,0,0, 615 | 1764,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Robin Abad,,,07/19/14 11:00 AM,07/19/14 11:10 AM,73,37,36,0,9,0,4,2,0,0,0,0,0, 616 | 1765,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Robin Abad,sunny,,07/19/14 12:08 PM,07/19/14 12:18 PM,68,36,32,0,5,0,4,3,0,0,0,0,0, 617 | 1766,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Robin Abad,,,07/19/14 12:28 PM,07/19/14 12:38 PM,122,69,53,0,3,0,5,0,0,0,1,0,0, 618 | 1767,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Robin Abad,,,07/19/14 01:23 PM,07/19/14 01:33 PM,139,83,56,0,2,0,11,0,0,2,0,0,0, 619 | 1768,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Robin Abad,,,07/19/14 01:03 PM,07/19/14 01:13 PM,125,77,48,0,15,0,4,1,0,2,0,0,0, 620 | 1769,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 01:20 PM,07/26/14 01:30 PM,171,91,80,0,8,0,1,0,0,0,0,0,0, 621 | 1770,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 01:00 PM,07/26/14 01:10 PM,82,42,40,0,4,0,7,0,0,0,0,0,0, 622 | 1771,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 12:01 PM,07/26/14 12:11 PM,87,55,32,0,4,0,1,2,0,0,0,0,0, 623 | 1772,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 12:22 PM,07/26/14 12:32 PM,112,51,61,0,4,0,7,1,0,1,1,0,0, 624 | 1773,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 11:26 AM,07/26/14 11:36 AM,72,57,15,0,1,0,1,2,0,2,0,0,0, 625 | 1774,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 11:00 AM,07/26/14 11:10 AM,61,32,29,0,2,0,5,2,0,0,0,0,0, 626 | 1775,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 10:11 AM,07/26/14 10:21 AM,45,26,19,0,1,0,3,2,0,0,0,0,0, 627 | 1776,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Robin Abad,,,07/26/14 10:34 AM,07/26/14 10:44 AM,38,25,13,0,0,0,2,2,0,1,0,0,0, 628 | 1777,VALENCIA750,"750 Valencia St San Francisco, CA 94110",david uniman,cloudy,70,06/14/14 03:27 PM,06/14/14 03:37 PM,,70,54,0,6,0,2,0,0,1,0,0,0, 629 | 1778,VALENCIA550,"550 Valencia St San Francisco, CA 94110",david uniman,sunny,65,06/14/14 04:15 PM,06/14/14 04:25 PM,81,37,44,0,1,0,2,1,0,0,0,0,0, 630 | 1779,VALENCIA750,"750 Valencia St San Francisco, CA 94110",david uniman,sunny,65,06/14/14 04:40 PM,06/14/14 04:50 PM,155,77,78,0,15,0,10,0,0,0,0,0,0, 631 | 1780,CLEMENT250,"250 Clement St San Francisco, CA 94118",david uniman,sunny,65,06/21/14 05:23 PM,06/21/14 05:33 PM,44,18,26,0,6,0,2,0,0,0,0,0,0,windy and chilly. 632 | 1781,CLEMENT250,"250 Clement St San Francisco, CA 94118",david uniman,sunny,65,06/21/14 05:55 PM,06/21/14 06:55 PM,64,36,28,0,6,0,7,0,0,0,0,0,0, 633 | 1782,CLEMENT250,"250 Clement St San Francisco, CA 94118",david uniman,sunny,65,06/21/14 06:40 PM,06/21/14 06:50 PM,49,24,25,0,3,0,4,0,0,0,0,0,0, 634 | 1783,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,,,07/29/14 05:30 PM,07/29/14 05:40 PM,59,34,25,0,5,0,3,0,0,3,0,0,0, 635 | 1784,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,,,07/29/14 05:15 PM,07/29/14 05:25 PM,114,63,51,0,3,0,1,0,0,3,0,0,0, 636 | 1785,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,,,07/29/14 06:08 PM,07/29/14 06:18 PM,111,58,53,0,0,0,3,1,0,0,0,0,0, 637 | 1786,VALENCIA751,"751 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,,,07/29/14 07:07 PM,07/29/14 07:17 PM,127,71,56,0,2,0,2,1,0,1,0,0,0, 638 | 1787,VALENCIA551,"551 Valencia St San Francisco, CA 94110",Amir Hajrasouliha,,,07/29/14 07:27 PM,07/29/14 07:37 PM,151,79,72,0,2,0,5,1,0,1,0,0,0, 639 | 1788,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 03:50 PM,07/26/14 04:00 PM,610,293,317,0,0,0,0,0,0,0,0,0,0, 640 | 1789,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 03:50 PM,07/26/14 04:00 PM,680,330,350,0,0,0,0,1,0,0,0,0,0, 641 | 1790,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 07:13 PM,07/26/14 07:23 PM,516,258,258,0,0,0,0,3,0,0,0,0,0, 642 | 1791,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 07:03 PM,07/26/14 07:13 PM,435,218,217,0,0,0,0,2,0,0,0,0,0, 643 | 1792,JEFFERSON250,"250 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 04:38 PM,07/26/14 04:48 PM,628,301,327,0,0,0,0,0,0,0,0,0,0, 644 | 1793,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 04:26 PM,07/26/14 04:36 PM,635,305,330,0,0,0,0,1,0,1,1,0,0, 645 | 1794,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 04:50 PM,07/26/14 05:00 PM,466,223,243,0,0,0,0,4,0,2,0,0,0, 646 | 1795,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 04:05 PM,07/26/14 04:15 PM,428,206,222,0,0,0,0,2,0,0,0,0,0, 647 | 1796,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 07:25 PM,07/26/14 07:35 PM,240,100,140,0,0,0,0,2,0,0,2,0,0, 648 | 1797,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,,,07/26/14 06:10 PM,07/26/14 06:20 PM,420,209,211,0,0,0,0,4,0,3,1,0,0, 649 | 1798,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Jason Su,sunny,66,07/30/14 08:05 PM,07/30/14 08:15 PM,91,47,44,0,2,0,3,2,0,0,0,0,0,"Pairs - 17 650 | Groups - 4 651 | Lots of people waiting for restaurant/diningPairs - 17 652 | Groups - 4 653 | Lots of people waiting for restaurant/diningPairs - 17 654 | Groups - 4 655 | Lots of people waiting for restaurant/diningPairs - 17 656 | Groups - 4 657 | Lots of people waiting for restaurant/diningPairs - 17 658 | Groups - 4 659 | Lots of people waiting for restaurant/diningPairs - 17 660 | Groups - 4 661 | Lots of people waiting for restaurant/diningPairs - 17 662 | Groups - 4 663 | Lots of people waiting for restaurant/dining" 664 | 1799,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Jason Su,sunny,64,07/30/14 08:25 PM,07/30/14 08:35 PM,79,44,35,0,0,0,3,2,0,1,1,0,0,"Pairs- 19 665 | Groups - 4 666 | Pets - 2Pairs- 19 667 | Groups - 4 668 | Pets - 2Pairs- 19 669 | Groups - 4 670 | Pets - 2Pairs- 19 671 | Groups - 4 672 | Pets - 2Pairs- 19 673 | Groups - 4 674 | Pets - 2Pairs- 19 675 | Groups - 4 676 | Pets - 2Pairs- 19 677 | Groups - 4 678 | Pets - 2" 679 | 1800,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Jason Su,sunny,64,07/30/14 09:10 PM,07/30/14 09:20 PM,122,63,59,0,0,0,4,1,0,0,2,0,0,"Pairs - 32 680 | Groups - 3 681 | Pets - 1 682 | Panhandling - 2Pairs - 32 683 | Groups - 3 684 | Pets - 1 685 | Panhandling - 2Pairs - 32 686 | Groups - 3 687 | Pets - 1 688 | Panhandling - 2Pairs - 32 689 | Groups - 3 690 | Pets - 1 691 | Panhandling - 2Pairs - 32 692 | Groups - 3 693 | Pets - 1 694 | Panhandling - 2Pairs - 32 695 | Groups - 3 696 | Pets - 1 697 | Panhandling - 2Pairs - 32 698 | Groups - 3 699 | Pets - 1 700 | Panhandling - 2" 701 | 1801,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Jason Su,sunny,61,07/30/14 09:35 PM,07/30/14 09:45 PM,95,51,44,0,0,0,5,2,0,0,0,0,0,"Pairs - 25 702 | Groups - 3Pairs - 25 703 | Groups - 3Pairs - 25 704 | Groups - 3Pairs - 25 705 | Groups - 3Pairs - 25 706 | Groups - 3Pairs - 25 707 | Groups - 3Pairs - 25 708 | Groups - 3" 709 | 1802,VALENCIA550,"550 Valencia St San Francisco, CA 94110",Jason Su,sunny,61,07/30/14 10:05 PM,07/30/14 10:15 PM,57,39,18,0,4,0,7,0,0,1,0,0,0,"Pairs - 17 710 | Groups - 4Pairs - 17 711 | Groups - 4Pairs - 17 712 | Groups - 4Pairs - 17 713 | Groups - 4Pairs - 17 714 | Groups - 4Pairs - 17 715 | Groups - 4Pairs - 17 716 | Groups - 4" 717 | 1803,VALENCIA750,"750 Valencia St San Francisco, CA 94110",Jason Su,sunny,61,07/30/14 10:25 PM,07/30/14 10:35 PM,77,50,27,0,0,0,3,0,0,2,0,0,0,"Pairs - 13 718 | Groups - 9 719 | Pets - 1Pairs - 13 720 | Groups - 9 721 | Pets - 1Pairs - 13 722 | Groups - 9 723 | Pets - 1Pairs - 13 724 | Groups - 9 725 | Pets - 1Pairs - 13 726 | Groups - 9 727 | Pets - 1Pairs - 13 728 | Groups - 9 729 | Pets - 1Pairs - 13 730 | Groups - 9 731 | Pets - 1" 732 | 1804,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,cloudy,,08/09/14 10:05 AM,08/09/14 10:15 AM,137,54,83,0,16,0,14,3,0,0,0,0,0, 733 | 1805,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,cloudy,,08/09/14 10:18 AM,08/09/14 10:28 AM,139,82,57,0,10,0,7,12,0,0,0,0,0, 734 | 1806,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,cloudy,,08/09/14 11:09 AM,08/09/14 11:19 AM,244,128,116,0,34,0,6,1,0,0,0,0,0, 735 | 1807,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,cloudy,,08/09/14 12:15 PM,08/09/14 12:25 PM,462,224,238,0,55,0,15,0,0,0,2,0,0, 736 | 1808,JEFFERSON451,"451 Jefferson St San Francisco, CA 94109",Amir Hajrasouliha,cloudy,,08/09/14 01:19 PM,08/09/14 01:29 PM,253,133,120,0,21,0,7,1,0,0,0,0,0, 737 | 1809,JEFFERSON251,"251 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,cloudy,,08/09/14 01:32 PM,08/09/14 01:42 PM,500,220,280,0,44,0,6,0,0,0,0,0,0, 738 | 1810,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,cloudy,,08/09/14 02:23 PM,08/09/14 02:33 PM,434,208,226,0,37,0,5,0,0,0,0,0,0, 739 | 1811,JEFFERSON450,"450 Jefferson St San Francisco, CA 94133",Amir Hajrasouliha,cloudy,,08/09/14 03:18 PM,08/09/14 03:28 PM,376,180,196,0,0,0,0,2,0,0,0,0,0, 740 | 1812,LINDEN451,"451 Linden St San Francisco, CA 94102",Ecker Alison,sunny,63,07/14/15 01:00 PM,07/14/15 01:10 PM,46,19,27,0,1,0,0,0,0,0,0,0,0,"I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right)." 741 | 1813,LINDEN450,"450 Linden St San Francisco, CA 94102",Ecker Alison,sunny,63,07/14/15 01:15 PM,07/14/15 01:25 PM,27,18,9,0,0,0,0,0,0,0,1,0,0,"I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right). 742 | 743 | Also, there are many people jaywalking from the even side of the street to Linden Alley opposite them (and vice versa, though somewhat less this way). This is potentially something to count.I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right). 744 | 745 | Also, there are many people jaywalking from the even side of the street to Linden Alley opposite them (and vice versa, though somewhat less this way). This is potentially something to count.I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right). 746 | 747 | Also, there are many people jaywalking from the even side of the street to Linden Alley opposite them (and vice versa, though somewhat less this way). This is potentially something to count.I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right). 748 | 749 | Also, there are many people jaywalking from the even side of the street to Linden Alley opposite them (and vice versa, though somewhat less this way). This is potentially something to count.I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right). 750 | 751 | Also, there are many people jaywalking from the even side of the street to Linden Alley opposite them (and vice versa, though somewhat less this way). This is potentially something to count.I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right). 752 | 753 | Also, there are many people jaywalking from the even side of the street to Linden Alley opposite them (and vice versa, though somewhat less this way). This is potentially something to count." 754 | 1814,LINDEN451,"451 Linden St San Francisco, CA 94102",Ecker Alison,sunny,64,07/14/15 02:11 PM,07/14/15 02:21 PM,33,13,20,0,0,0,4,0,0,0,0,0,0,"I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right)." 755 | 1815,LINDEN450,"450 Linden St San Francisco, CA 94102",Ecker Alison,sunny,67,07/14/15 02:30 PM,07/14/15 02:40 PM,31,24,7,0,0,0,1,0,0,0,0,0,0,"I counted all people entering or emerging from the alley as crossing my path (i.e. if they emerged from the alley and turned right, then I counted them as walking from left to right)." 756 | 1816,MINT50,"50 Mint Plz San Francisco, CA 94103",Xinyu Liang,sunny,64,07/15/15 05:58 PM,07/15/15 06:08 PM,131,72,59,0,1,0,10,2,0,0,0,0,0, 757 | 1817,MINT51,"51 Mint Plz San Francisco, CA 94103",Xinyu Liang,sunny,64,07/15/15 06:15 PM,07/15/15 06:25 PM,291,143,148,0,11,0,0,0,0,0,0,0,0,"On the odd side of 5th street, the count of cyclists might not be accurate because there were around 300 pedestrians passing me and it was hard for me to pay extra attention on the cyclists. " 758 | 1818,MINT50,"50 Mint Plz San Francisco, CA 94103",Robyn Huey,cloudy,68,07/18/15 05:05 PM,07/18/15 05:15 PM,118,58,60,0,11,0,12,0,0,1,1,0,0, 759 | 1819,MINT51,"51 Mint Plz San Francisco, CA 94103",Robyn Huey,cloudy,68,07/18/15 05:17 PM,07/18/15 05:27 PM,177,93,84,0,11,0,7,1,0,0,1,0,0, 760 | 1820,MINT50,"50 Mint Plz San Francisco, CA 94103",Robyn Huey,cloudy,68,07/18/15 06:05 PM,07/18/15 06:15 PM,115,60,55,0,2,0,7,0,0,2,0,0,0, 761 | 1821,MINT51,"51 Mint Plz San Francisco, CA 94103",Robyn Huey,cloudy,68,07/18/15 06:17 PM,07/18/15 06:27 PM,208,109,99,0,17,0,5,1,0,0,0,0,0, 762 | 1822,ANNIE150,"150 Annie St San Francisco, CA 94105",Annie Choi,sunny,68,07/18/15 05:05 PM,07/18/15 05:15 PM,66,35,31,0,1,0,5,0,0,2,0,0,0, 763 | 1823,ANNIE151,"151 Annie St San Francisco, CA 94105",Annie Choi,sunny,68,07/18/15 05:15 PM,07/18/15 05:25 PM,21,7,14,0,2,0,1,1,0,0,0,0,0, 764 | 1824,ANNIE150,"150 Annie St San Francisco, CA 94105",Annie Choi,sunny,68,07/18/15 06:05 PM,07/18/15 06:15 PM,38,23,15,0,0,0,3,0,0,0,2,0,0, 765 | 1825,ANNIE151,"151 Annie St San Francisco, CA 94105",Annie Choi,sunny,68,07/18/15 06:15 PM,07/18/15 06:25 PM,26,11,15,0,0,0,1,0,0,0,0,0,0, 766 | 1826,ANNIE150,"150 Annie St San Francisco, CA 94105",Vincent Agoe,sunny,64,07/18/15 12:07 PM,07/18/15 12:17 PM,37,23,14,0,3,0,2,0,0,1,0,0,0, 767 | 1827,ANNIE151,"151 Annie St San Francisco, CA 94105",Vincent Agoe,sunny,64,07/18/15 12:19 PM,07/18/15 12:19 PM,66,39,27,0,6,0,4,0,0,0,0,0,0, 768 | 1828,ANNIE150,"150 Annie St San Francisco, CA 94105",Vincent Agoe,sunny,64,07/18/15 01:22 PM,07/18/15 01:32 PM,50,30,20,0,2,0,4,0,0,0,0,0,0, 769 | 1829,ANNIE151,"151 Annie St San Francisco, CA 94105",Vincent Agoe,sunny,64,07/18/15 01:40 PM,07/18/15 01:50 PM,76,40,36,0,7,0,7,0,0,2,2,0,0, 770 | 1830,MARKET2351,"2351 Market St San Francisco, CA 94114",Justin Fung,cloudy,61,07/22/15 05:03 PM,07/22/15 05:13 PM,105,76,29,0,5,0,6,0,0,0,1,0,0,Castro St has a gentle incline (slight hilliness) and a good amount of motor traffic on the street. The combination of these two could at most discourage a lot of people from choosing to bike as their mode of transportation. 771 | 1831,MARKET2350,"2350 Market St San Francisco, CA 94114",Justin Fung,cloudy,61,07/22/15 05:20 PM,07/22/15 05:30 PM,136,104,32,0,10,0,7,0,0,0,0,0,0, 772 | 1832,MARKET2351,"2351 Market St San Francisco, CA 94114",Justin Fung,cloudy,61,07/22/15 05:40 PM,07/22/15 05:50 PM,134,91,43,0,9,0,4,0,0,0,0,0,0,Some people choose to bike on the sidewalks probably because it's just sometimes safer to do so instead of on the street due to the amount of motor vehicles present as well as the ambiguity of some motorists. 773 | 1833,MARKET2350,"2350 Market St San Francisco, CA 94114",Justin Fung,cloudy,61,07/22/15 05:53 PM,07/22/15 06:03 PM,130,94,36,0,1,0,3,0,0,0,1,0,0, 774 | 1834,LINDEN451,"451 Linden St San Francisco, CA 94102",Colette Dells,sunny,64,07/18/15 12:00 PM,07/18/15 12:10 PM,52,25,27,0,1,0,2,1,0,0,0,0,0, 775 | 1835,LINDEN450,"450 Linden St San Francisco, CA 94102",Colette Dells,sunny,64,07/18/15 12:20 PM,07/18/15 12:30 PM,33,14,19,0,3,0,2,0,0,0,0,0,0, 776 | 1836,LINDEN451,"451 Linden St San Francisco, CA 94102",Colette Dells,sunny,66,07/18/15 01:35 PM,07/18/15 01:45 PM,37,23,14,0,1,0,3,0,0,1,0,0,0,add a column for walking with animals (usually dogs) 777 | 1837,LINDEN450,"450 Linden St San Francisco, CA 94102",Colette Dells,sunny,66,07/18/15 01:45 PM,07/18/15 01:55 PM,27,14,13,0,1,0,2,0,0,0,0,0,0, 778 | 1838,MARKET2351,"2351 Market St San Francisco, CA 94114",Paul Sohn,cloudy,62,07/22/15 12:11 PM,07/22/15 12:22 PM,95,66,29,0,0,0,9,0,0,0,2,0,0,"10 of the right to left pedestrians (5 men, 5 women) were on a bike tour but walking their bikes." 779 | 1839,MARKET2350,"2350 Market St San Francisco, CA 94114",Paul Sohn,cloudy,62,07/22/15 12:23 PM,07/22/15 12:33 PM,83,61,22,0,0,0,6,1,0,0,2,0,0, 780 | 1840,MARKET2351,"2351 Market St San Francisco, CA 94114",Paul Sohn,sunny,65,07/22/15 12:39 PM,07/22/15 12:49 PM,95,56,39,0,7,0,1,0,0,0,0,0,0, 781 | 1841,MARKET2350,"2350 Market St San Francisco, CA 94114",Paul Sohn,sunny,65,07/22/15 12:51 PM,07/22/15 01:01 PM,101,69,32,0,4,0,10,0,0,0,0,0,0, 782 | 1842,LINDEN451,"451 Linden St San Francisco, CA 94102",Gene Stroman,sunny,66,07/15/15 05:09 PM,07/15/15 05:19 PM,32,22,10,0,1,0,0,1,0,0,0,0,0,Shade; No crossing South; 1-way traffic 783 | 1843,LINDEN450,"450 Linden St San Francisco, CA 94102",Gene Stroman,sunny,66,07/15/15 05:19 PM,07/15/15 05:29 PM,41,17,24,0,0,0,7,0,0,0,0,0,0,sunny; 2 biking on sidewalk 784 | 1844,LINDEN451,"451 Linden St San Francisco, CA 94102",Gene Stroman,sunny,66,07/15/15 06:05 PM,07/15/15 06:15 PM,35,18,17,0,3,0,3,0,0,0,0,0,0,Shade; 2 J-walkers 785 | 1845,LINDEN450,"450 Linden St San Francisco, CA 94102",Gene Stroman,sunny,66,07/15/15 06:15 PM,07/15/15 06:25 PM,41,24,17,0,1,0,0,0,0,0,0,0,0,sunny; 2 J-Walkers; Group of 10 walking South (right to left) 786 | 1846,MARKET450,"450 Market St San Francisco, CA 94111",Gene Stroman,cloudy,61,07/22/15 12:11 PM,07/22/15 12:21 PM,233,131,102,0,5,0,9,3,0,5,0,0,0, 787 | 1847,MARKET451,"451 Market St San Francisco, CA 94105",Gene Stroman,cloudy,61,07/22/15 12:22 PM,07/22/15 12:32 PM,235,141,94,0,2,0,12,1,0,0,0,0,0, 788 | 1848,MARKET450,"450 Market St San Francisco, CA 94111",Gene Stroman,sunny,61,07/22/15 01:10 PM,07/22/15 01:20 PM,247,131,116,0,7,0,21,5,0,0,0,0,0, 789 | 1849,MARKET451,"451 Market St San Francisco, CA 94105",Gene Stroman,sunny,61,07/22/15 01:21 PM,07/22/15 01:31 PM,250,145,105,0,7,0,20,2,0,0,0,0,0, 790 | 1850,ANNIE150,"150 Annie St San Francisco, CA 94105",Stella Kim,sunny,61,07/14/15 11:59 AM,07/14/15 12:09 PM,170,91,79,0,0,0,5,0,0,0,2,0,0, 791 | 1851,ANNIE151,"151 Annie St San Francisco, CA 94105",Stella Kim,sunny,61,07/14/15 12:10 PM,07/14/15 12:20 PM,218,121,97,0,1,0,2,0,0,0,3,0,0, 792 | 1852,ANNIE150,"150 Annie St San Francisco, CA 94105",Stella Kim,sunny,63,07/14/15 01:40 PM,07/14/15 01:50 PM,104,62,42,0,1,0,2,1,0,0,0,0,0, 793 | 1853,ANNIE151,"151 Annie St San Francisco, CA 94105",Stella Kim,sunny,63,07/14/15 01:50 PM,07/14/15 02:00 PM,119,72,47,0,2,0,3,0,0,1,0,0,0, 794 | 1854,ANNIE150,"150 Annie St San Francisco, CA 94105",Stella Kim,cloudy,63,07/14/15 05:26 PM,07/14/15 05:36 PM,176,109,67,0,2,0,3,1,0,1,0,0,0,Novella now open. Perhaps conference going on. 795 | 1855,ANNIE151,"151 Annie St San Francisco, CA 94105",Stella Kim,cloudy,63,07/14/15 05:38 PM,07/14/15 05:48 PM,195,107,88,0,1,0,1,1,0,1,0,0,0, 796 | 1856,ANNIE150,"150 Annie St San Francisco, CA 94105",Stella Kim,cloudy,61,07/14/15 06:00 PM,07/14/15 06:10 PM,180,111,69,0,3,0,3,1,0,0,0,0,0, 797 | 1857,ANNIE151,"151 Annie St San Francisco, CA 94105",Stella Kim,cloudy,61,07/14/15 06:15 PM,07/14/15 06:25 PM,140,90,50,0,1,0,0,0,0,1,0,0,0,Conference maybe (badges) 798 | 1858,MINT50,"50 Mint Plz San Francisco, CA 94103",Stella Kim,sunny,63,07/15/15 12:25 PM,07/15/15 12:35 PM,166,104,62,0,1,0,1,1,0,0,0,0,0, 799 | 1859,MINT51,"51 Mint Plz San Francisco, CA 94103",Stella Kim,sunny,63,07/15/15 12:35 PM,07/15/15 12:45 PM,197,112,85,0,6,0,0,0,0,0,2,0,0, 800 | 1860,MINT50,"50 Mint Plz San Francisco, CA 94103",Stella Kim,sunny,63,07/15/15 01:35 PM,07/15/15 01:45 PM,149,90,59,0,3,0,1,0,0,0,0,0,0, 801 | 1861,MINT51,"51 Mint Plz San Francisco, CA 94103",Stella Kim,sunny,63,07/15/15 01:45 PM,07/15/15 01:55 PM,169,99,70,0,11,0,5,0,0,0,2,0,0, 802 | 1862,MCCOPPIN150,"150 McCoppin St San Francisco, CA 94103",Henry Pan,sunny,68,07/25/15 05:06 PM,07/25/15 05:16 PM,26,18,8,0,0,0,2,0,0,0,0,0,0,Pedestrians: I counted one person twice because they had passed the screenline twice (walked back and forth). 803 | 1863,MCCOPPIN151,"151 McCoppin St San Francisco, CA 94103",Henry Pan,sunny,68,07/25/15 05:16 PM,07/25/15 05:26 PM,29,14,15,0,0,0,0,1,0,1,0,0,0,"Pedestrian: One of the counts had a stroller, and another count included someone walking with a pet. One was probably looking for directions. " 804 | 1864,MCCOPPIN151,"151 McCoppin St San Francisco, CA 94103",Henry Pan,cloudy,65,07/25/15 06:03 PM,07/25/15 06:13 PM,27,16,11,0,1,0,1,0,0,0,0,0,0,"Cyclists: About 9 were in a group. 805 | Pedestrians: One of the counts included someone walking their bike towards the south (right to left)Cyclists: About 9 were in a group. 806 | Pedestrians: One of the counts included someone walking their bike towards the south (right to left)Cyclists: About 9 were in a group. 807 | Pedestrians: One of the counts included someone walking their bike towards the south (right to left)" 808 | 1865,MCCOPPIN150,"150 McCoppin St San Francisco, CA 94103",Henry Pan,cloudy,64,07/25/15 06:14 PM,07/25/15 06:24 PM,36,22,14,0,2,0,1,1,0,1,0,0,0,Pedestrians: A skateboarder was included in the count but he was on the bike lane. 809 | 1866,MARKET2351,"2351 Market St San Francisco, CA 94114",Genise Choy,cloudy,61,07/25/15 05:07 PM,07/25/15 05:17 PM,136,100,36,0,6,0,16,1,0,0,0,0,0, 810 | 1867,MARKET2350,"2350 Market St San Francisco, CA 94114",Genise Choy,sunny,61,07/25/15 05:19 PM,07/25/15 05:29 PM,151,117,34,0,2,0,14,1,0,0,0,0,0, 811 | 1868,MARKET2351,"2351 Market St San Francisco, CA 94114",Genise Choy,cloudy,61,07/25/15 06:08 PM,07/25/15 06:18 PM,181,131,50,0,1,0,21,1,0,0,0,0,0, 812 | 1869,MARKET2350,"2350 Market St San Francisco, CA 94114",Genise Choy,cloudy,61,07/25/15 06:20 PM,07/25/15 06:30 PM,163,130,33,0,1,0,9,0,0,0,0,0,0, 813 | 1870,MARKET450,"450 Market St San Francisco, CA 94111",Lee Reis,cloudy,64,07/25/15 12:07 PM,07/25/15 12:17 PM,158,68,90,0,6,0,3,0,0,0,0,0,0, 814 | 1871,MARKET451,"451 Market St San Francisco, CA 94105",Lee Reis,cloudy,64,07/25/15 12:18 PM,07/25/15 12:28 PM,141,75,66,0,2,0,4,1,0,0,0,0,0, 815 | 1872,MARKET450,"450 Market St San Francisco, CA 94111",Lee Reis,cloudy,64,07/25/15 01:05 PM,07/25/15 01:15 PM,179,82,97,0,8,0,1,2,0,0,0,0,0, 816 | 1873,MARKET451,"451 Market St San Francisco, CA 94105",Lee Reis,cloudy,64,07/25/15 01:17 PM,07/25/15 01:27 PM,152,68,84,0,6,0,4,2,0,0,0,0,0, 817 | 1874,MARKET2351,"2351 Market St San Francisco, CA 94114",Audrey Koh,cloudy,61,07/25/15 12:10 PM,07/25/15 12:20 PM,141,100,41,0,7,0,24,1,0,0,0,0,0, 818 | 1875,MARKET2350,"2350 Market St San Francisco, CA 94114",Audrey Koh,cloudy,59,07/25/15 12:21 PM,07/25/15 12:31 PM,150,112,38,0,3,0,17,2,0,0,0,0,0,Address: 458 Castro Street 819 | 1876,MARKET2351,"2351 Market St San Francisco, CA 94114",Audrey Koh,cloudy,61,07/25/15 01:18 PM,07/25/15 01:28 PM,189,132,57,0,4,0,15,2,0,0,0,0,0,Address: stood at 461 Castro Street 820 | 1877,MARKET2350,"2350 Market St San Francisco, CA 94114",Audrey Koh,cloudy,61,07/25/15 01:29 PM,07/25/15 01:39 PM,124,93,31,0,8,0,6,1,0,0,2,0,0,Address: stood at 458 Castro St 821 | 1878,MARKET450,"450 Market St San Francisco, CA 94111",Abigail Cochran,cloudy,63,07/25/15 05:06 PM,07/25/15 05:26 PM,101,62,39,0,8,0,0,2,0,0,0,0,0, 822 | 1879,MARKET451,"451 Market St San Francisco, CA 94105",Abigail Cochran,cloudy,63,07/25/15 05:17 PM,07/25/15 05:27 PM,94,55,39,0,0,0,2,2,0,0,1,0,0, 823 | 1880,MARKET450,"450 Market St San Francisco, CA 94111",Abigail Cochran,cloudy,63,07/25/15 05:47 PM,07/25/15 05:57 PM,120,67,53,0,6,0,0,2,0,0,0,0,0, 824 | 1881,MARKET451,"451 Market St San Francisco, CA 94105",Abigail Cochran,cloudy,63,07/25/15 05:58 PM,07/25/15 06:08 PM,68,34,34,0,7,0,0,0,0,0,1,0,0, 825 | 1882,MINT50,"50 Mint Plz San Francisco, CA 94103",Stella Kim,sunny,64,07/18/15 12:25 PM,07/18/15 12:35 PM,112,61,51,0,4,0,13,0,0,2,4,0,0, 826 | 1883,MINT51,"51 Mint Plz San Francisco, CA 94103",Stella Kim,sunny,64,07/18/15 12:35 PM,07/18/15 12:45 PM,198,88,110,0,17,0,8,0,0,0,2,0,0, 827 | 1884,MINT50,"50 Mint Plz San Francisco, CA 94103",Stella Kim,sunny,66,07/18/15 01:35 PM,07/18/15 01:45 PM,122,78,44,0,4,0,11,0,0,1,1,0,0, 828 | 1885,MINT51,"51 Mint Plz San Francisco, CA 94103",Stella Kim,sunny,66,07/18/15 01:45 PM,07/18/15 01:55 PM,206,96,110,0,11,0,8,0,0,0,1,0,0,"Odd side is side with Nordstrom / shopping, so more females have been observed." 829 | 1886,MCCOPPIN150,"150 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,61,07/25/15 12:19 PM,07/25/15 12:29 PM,24,19,5,0,0,0,0,0,0,0,0,0,0,"Valencia Street Artisan Fair occurring at this time, with vendors/artists selling art and crafts. On this block: only laundry place seemed open." 830 | 1887,MCCOPPIN151,"151 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,59,07/25/15 12:30 PM,07/25/15 12:40 PM,45,20,25,0,7,0,1,3,0,1,0,0,0,"Valencia Street Artisan Fair occurring at this time, with vendors/artists selling art and crafts. 9 F + 1 M of the count might have been in a tour group." 831 | 1888,MCCOPPIN150,"150 McCoppin St San Francisco, CA 94103",Stella Kim,,61,07/25/15 01:05 PM,07/25/15 01:15 PM,29,16,13,0,5,0,1,0,0,0,0,0,0,"Valencia Street Artisan Fair occurring at this time, with vendors/artists selling art and crafts. On this block: only laundry place seemed open." 832 | 1889,MCCOPPIN151,"151 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,61,07/25/15 01:16 PM,07/25/15 01:26 PM,21,10,11,0,0,0,0,0,0,0,0,0,0,"Valencia Street Artisan Fair occurring at this time, with vendors/artists selling art and crafts. " 833 | 1890,MCCOPPIN150,"150 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,61,07/21/15 12:13 PM,07/21/15 12:23 PM,21,14,7,0,1,0,2,0,0,0,0,0,0,"Construction happening in building behind screenline (@ 12 Valencia St), so there were men that kept passing me multiple times." 834 | 1891,MCCOPPIN151,"151 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,63,07/21/15 12:25 PM,07/21/15 12:35 PM,24,15,9,0,1,0,1,0,0,1,0,0,0, 835 | 1892,MCCOPPIN150,"150 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,63,07/21/15 01:10 PM,07/21/15 01:20 PM,20,12,8,0,1,0,0,0,0,1,0,0,0,"Construction happening in building behind screenline (@ 12 Valencia St), so there were men that kept passing me multiple times." 836 | 1893,MCCOPPIN151,"151 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,63,07/21/15 01:21 PM,07/21/15 01:31 PM,17,7,10,0,0,0,0,0,0,0,0,0,0, 837 | 1894,MCCOPPIN150,"150 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,61,07/21/15 05:20 PM,07/21/15 05:30 PM,14,9,5,0,0,0,1,0,0,0,0,0,0, 838 | 1895,MCCOPPIN151,"151 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,61,07/21/15 05:32 PM,07/21/15 05:42 PM,54,32,22,0,1,0,1,0,0,1,0,0,0, 839 | 1896,MCCOPPIN150,"150 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,61,07/21/15 06:50 PM,07/21/15 07:00 PM,23,10,13,0,0,0,1,0,0,0,0,0,0, 840 | 1897,MCCOPPIN151,"151 McCoppin St San Francisco, CA 94103",Stella Kim,cloudy,61,07/21/15 06:50 PM,07/21/15 07:00 PM,35,20,15,0,0,0,0,1,0,1,0,0,0, 841 | 1898,LINDEN451,"451 Linden St San Francisco, CA 94102",Stella Kim,cloudy,61,07/25/15 06:00 PM,07/25/15 06:10 PM,45,21,24,0,1,0,0,0,0,0,0,0,0,Gough St. is one way street. This is alleyside. 842 | 1899,LINDEN450,"450 Linden St San Francisco, CA 94102",Stella Kim,cloudy,61,07/25/15 06:10 PM,07/25/15 06:20 PM,29,17,12,0,0,0,2,0,0,0,0,0,0,Gough St. is one way street (explains why there is 0 cyclists). This is NOT alleyside. 843 | 1900,MINT50,"50 Mint Plz San Francisco, CA 94103",Xinyu Liang,sunny,,07/29/15 05:10 PM,07/29/15 05:20 PM,181,107,74,0,6,0,4,0,0,0,0,0,0, 844 | 1901,MINT51,"51 Mint Plz San Francisco, CA 94103",Xinyu Liang,sunny,,07/29/15 05:23 PM,07/29/15 05:33 PM,203,115,88,0,0,0,0,0,0,0,0,0,0, 845 | 1902,MARKET451,"451 Market St San Francisco, CA 94105",Alex Caldwell,cloudy,60,07/22/15 05:45 PM,07/22/15 05:55 PM,113,58,55,0,7,0,5,2,0,0,1,0,0,1 was pulling cart while cycling 846 | 1903,MARKET450,"450 Market St San Francisco, CA 94111",Alex Caldwell,cloudy,59,07/22/15 05:55 PM,07/22/15 06:10 PM,103,60,43,0,2,0,4,3,0,1,0,0,0, 847 | 1904,MARKET450,"450 Market St San Francisco, CA 94111",Alex Caldwell,cloudy,59,07/22/15 06:40 PM,07/22/15 06:50 PM,130,70,60,0,1,0,24,2,0,1,0,0,0,Skateboard tricks off of statue. Work scavenger hunt of 18 people: people had to do cartwheel & someone had to take a picture of it. 2 people charging phones. 848 | 1905,LINDEN451,"451 Linden St San Francisco, CA 94102",Patricia Mou,sunny,66,07/18/15 05:05 PM,07/18/15 05:15 PM,52,27,25,0,1,0,0,0,0,1,0,0,0,Odd side (this side) is the side with Linden Alley. 849 | 1906,LINDEN450,"450 Linden St San Francisco, CA 94102",Patricia Mou,sunny,60,07/18/15 05:15 PM,07/18/15 05:25 PM,38,21,17,0,6,0,1,2,0,0,0,0,0,"Even side is non-Alley side. One way street on Gough, so explains why bikes only left to right. " 850 | -------------------------------------------------------------------------------- /Sample Data/stae-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Sample Data/stae-site.png -------------------------------------------------------------------------------- /Survey Guides/Guía-Completa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Guides/Guía-Completa.pdf -------------------------------------------------------------------------------- /Survey Guides/PL_Complete_Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Guides/PL_Complete_Guide.pdf -------------------------------------------------------------------------------- /Survey Guides/README.md: -------------------------------------------------------------------------------- 1 | # Survey Guides 2 | 3 | The Survey Guide (PDF) covers how to carry out surveys of public spaces and the public life that takes place in them. It is available in English and Spanish. 4 | -------------------------------------------------------------------------------- /Survey Templates/AGE-AND-GENDER-TALLY.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/AGE-AND-GENDER-TALLY.pdf -------------------------------------------------------------------------------- /Survey Templates/BUILDING-FACADE-ACTIVATION-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/BUILDING-FACADE-ACTIVATION-1.pdf -------------------------------------------------------------------------------- /Survey Templates/FAMILIAR-STRANGER-SURVEY.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/FAMILIAR-STRANGER-SURVEY.pdf -------------------------------------------------------------------------------- /Survey Templates/PARTICIPANT-SURVEY.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/PARTICIPANT-SURVEY.pdf -------------------------------------------------------------------------------- /Survey Templates/PEOPLE-MOVING-COUNT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/PEOPLE-MOVING-COUNT.pdf -------------------------------------------------------------------------------- /Survey Templates/PLACE-INVENTORY.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/PLACE-INVENTORY.pdf -------------------------------------------------------------------------------- /Survey Templates/README.md: -------------------------------------------------------------------------------- 1 | # Survey Templates 2 | 3 | The public life tools (PDF) available here will help you measure how people use public spaces and better understand the relationship between those spaces and the public life that takes place in them. “Tried and true” tools have been a part of the way we measure for a decade or more. “Beta” tools are just getting up and running in recent years. The tools under “Unfinished” are more experimental and may not make it into our permanent collection. 4 | 5 | Let us know what you think, open a [new issue](https://github.com/gehl-institute/pldp/issues/new) here or email us: [publiclife@gehlinstitute.org](mailto:publiclife@gehlinstitute.org). 6 | 7 | **Tried and True** 8 | - Age and Gender Tally 9 | - People Moving Count 10 | - Twelve Quality Criteria 11 | - Participant Survey 12 | - Stationary Activity Mapping 13 | 14 | **Beta** 15 | - Social Space Survey 16 | - Building Facade Activation 17 | - Place Inventory 18 | 19 | **Unfinished** 20 | - Familiar Stranger Survey 21 | 22 | Learn how to use these tools with the [Survey Guides](https://github.com/gehl-institute/pldp/tree/master/Survey%20Guides). 23 | -------------------------------------------------------------------------------- /Survey Templates/SOCIAL-SPACE-SURVEY.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/SOCIAL-SPACE-SURVEY.pdf -------------------------------------------------------------------------------- /Survey Templates/STATIONARY-ACTIVITY-MAPPING.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/STATIONARY-ACTIVITY-MAPPING.pdf -------------------------------------------------------------------------------- /Survey Templates/TWELVE-QUALITY-CRITERIA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gehl-institute/pldp/1b051183e1764338b4823556922747c610e1d8de/Survey Templates/TWELVE-QUALITY-CRITERIA.pdf -------------------------------------------------------------------------------- /announcement.md: -------------------------------------------------------------------------------- 1 | # The Protocol on GitHub 2 | 3 | The Public Life Data Protocol has been an endeavor for the public good, for all to use, since its inception. For the past two years, [Gehl Institute](https://gehlinstitute.org) has worked with [Gehl](https://gehlpeople.com), San Francisco Planning, Seattle Department of Transportation, and the Municipality of Copenhagen to develop an open standard for measuring public life in cities. The Protocol was formally published in October, 2017. 4 | 5 | Today, we are happy to take it one step further and release the [Protocol on GitHub](https://github.com/gehl-institute/pldp) as an open source project. GitHub hosts over 91 million open source projects, including projects and data from city [governments](http://government.github.com) like those using the Protocol. By giving it home on GitHub, civic hackers, activists and city governments can use and shape the future of the Protocol. They can also find each other and knowledge can be shared—one of the ultimate goals of the Protocol. 6 | 7 | The Protocol and its supporting documents are licensed under [Creative Commons 4.0](https://creativecommons.org/licenses/by/4.0/deed.ast) and will be governed by both the Gehl Institute board and founding partners listed above. We welcome feedback and contributions to the [repository](https://github.com/gehl-institute/pldp). We’re also starting a [list of data collected using the Protocol](https://github.com/gehl-institute/pldp/blob/master/pldp-datasets.md). If you’ve created a dataset, please [add it to the list](https://github.com/gehl-institute/pldp/blob/master/pldp-datasets.md) and help grow the knowledge base. 8 | -------------------------------------------------------------------------------- /pldp_datasets.md: -------------------------------------------------------------------------------- 1 | # Public Life Data Protocol Datasets 2 | 3 | Below is a list of cities with public datasets generated from using the Public Life Data Protocol. These datasets are open to the public to study and compare. 4 | 5 | **Add your dataset** by making a [Pull Request](https://github.com/gehl-institute/pldp/compare) adding it to this list, or open a [new Issue](https://github.com/gehl-institute/pldp/issues/new) and we'll add it for you. You can email it, too: [publiclife@gehlinstitute.org](mailto:publiclife@gehlinstitute.org). 6 | 7 | **Format:** City, Survey Name, Date (mm/dd/yyyy), Link 8 | 9 | **Example:** New York City, People Moving Count, 01/01/2019, www.example.com 10 | 11 | ## Datasets 12 | 13 | - New York City, People Moving Count, 01/01/2019, www.example.com 14 | - Seattle, 2018 Public Life Study, 10/1/2018, www.https://www.seattle.gov/transportation/projects-and-programs/programs/urban-design-program/public-life-program 15 | -------------------------------------------------------------------------------- /pldp_history.md: -------------------------------------------------------------------------------- 1 | # An update: 1.5 years of the Public Life Data Protocol 2 | 3 | Since we first launched the [Public Life Data Protocol](https://gehlinstitute.org/tool/public-life-data-protocol) Version 1.0, in October of 2017, we’ve been thrilled to see numerous municipal partners, private practices, nonprofit app developers, and public space advocates all adopting the Protocol for their work. From new open-source digital tools to large-scale data collection efforts by cities and partners around the globe, we want to share a few of the most impressive examples from the first year in the life of the Protocol, along with our upcoming plans to make the Protocol easier to use and contribute to. 4 | 5 | For the uninitiated: the Protocol is an open standard for what we call “public life data.” It was developed in collaboration with our partners at Gehl, San Francisco Planning, Seattle Department of Transportation, and the Municipality of Copenhagen. The Protocol outlines a common language for collecting information about people spending time in and moving through public spaces such as parks, plazas, sidewalks, and streets. This is anonymous, aggregate data that can give us a better sense of how people currently use a space and how design or programming interventions might improve it. 6 | 7 | The Protocol offers specific categories for stationary activity (like sitting, performing, eating), mobility (walking, pushing a stroller, using a wheelchair), perceived age (25-44, 45-64, 65+), and more. By providing metrics that can be used in different “public life studies,” the Protocol allows datasets to be more scalable and comparable across neighborhoods and cities. It also makes developing digital tools for public life data collection significantly easier. Altogether, the Protocol can inspire innovation that significantly lowers the barriers to entry for conducting public life studies that can positively impact the public realm of cities. 8 | 9 | What follows are some of the exciting Protocol projects from the past year and a half. 10 | 11 | ## CommonSpace 12 | 13 | To start, we’re happy to announce the launch of [CommonSpace](https://github.com/sidewalklabs/commonspace), an open-source app for public life studies developed by Sidewalk Labs. CommonSpace makes it easy to set up your survey of a public space, for volunteers to enter data on people moving or stationary activity at the site, and then to download and share the data once the survey is completed. As demonstrated from the diagram below, the app significantly speeds up the process of a typical public life study with pen-and-paper tools and, as a smartphone app, makes participating in a public life study more intuitive and accessible. 14 | 15 | The tool was first tested with the [Park People](https://parkpeople.ca), a Canadian parks advocacy nonprofit, in collaboration with the [Thorncliffe Park Women’s Committee](https://www.tpwomenscomm.org). The latter group used a CommonSpace prototype to evaluate the impact of a cafe, new seating, and market programming in their local park. Volunteers studied the site, then participated in a “community data workshop” to look over their data and generate stories about the public life of the park. 16 | 17 | Are you interested in testing the CommonSpace app or building on its open-source code? Here’s [more information](https://medium.com/sidewalk-toronto/commonspace-a-new-digital-tool-for-public-life-studies-74deeb353a40) on the purpose of the app, along with [information about its launch](https://medium.com/sidewalk-talk/commonsource-app-9b26a6ded800) on GitHub. You can also read [more about the Thorncliffe Park study here](https://parkpeople.ca/archives/10207). 18 | 19 | ## SDOT Public Life Program 20 | 21 | This past summer, [Seattle Department of Transportation](https://www.seattle.gov/transportation) (SDOT) collected information on the use of streets and sidewalks across 108 block faces in 38 neighborhoods. This study was the first step of using the Protocol as an authoritative standard for the department’s data collection. According to SDOT, the Protocol provided clear descriptions for the eight field staff on how the data should be recorded, thereby increasing the reliability of the data and reducing potential bias. The results of the study have been released in Protocol format through the city’s open data portal online for anyone to download. 22 | 23 | By creating an [interactive dashboard](https://public.tableau.com/profile/city.of.seattle.open.data.program#!/vizhome/2018_public_life/Overview), SDOT hopes to engage the public in understanding, exploring, and valuing data on how streets are used by people outside of their cars. Moving forward, it hopes that the Protocol will enable more cross-city and cross-region comparisons, as well as empower communities to take up the studies themselves--developing their own research questions--instead of relying only on outside experts or city staff. 24 | 25 | ## We Count! 26 | 27 | We’re also thrilled to be building community around the Protocol. Last spring, we organized We Count! Public Life Data Design Sprint, bringing together civic technologists, urban designers, software engineers, and others to experiment with the standard and dream up future tools for planning studies, recording data, and sharing study results. 28 | 29 | Some of the winning proposals included mock-ups for: 30 | 31 | - A “public life needs assessment tool,” where users can take a quiz about their research interests, and are then directed to specific data fields in the Protocol, along with survey tools, to help them execute a public life study. 32 | - A mobile data collection and input tool that makes it easier for anyone to enter their public life data with simple dropdown menus, a modular data entry process, and autofill functions in relation to time, date, and weather 33 | - An assisted-vision data collection app that captures an image of a place, identifies what’s there, shares the images with human users who can correct errors, then deletes the image to protect privacy 34 | - A stationary activity mapping app that enables users to playfully create a visual diary of a space using emojis 35 | - A database and platform for academics, designers, and community members to upload and share reports, public life data, and scholarly articles, helping one another formulate research questions and answer them 36 | 37 | You can learn more about We Count! by checking out the [event website](https://wecount.gehlinstitute.org). 38 | 39 | ## And much more! 40 | 41 | We’re learning about new Protocol-related tools and studies all the time. The design firm [Mithun](http://mithun.com) has conducted a public life study of the shared spaces around a public housing development in Colorado. The makers of [CounterPoint](https://counterpointapp.org), a transportation planning and measurement smartphone app with more than 2,200 count locations and 2,300 users in over 75 countries, are building out a stationary activity mapping function. In Mexico, [dérive LAB](http://derivelab.org) has translated the pen-and-paper tools to Spanish, while in Germany, researchers at HafenCity University Hamburg are creating a tool to detect stationary activity in images of public spaces. 42 | 43 | All of this is quite exciting, but we recognize that we can still do a lot more to make the Protocol accessible to more people. We’re thrilled to have launched a GitHub repository for the Protocol, which we hope will inspire more community around the standard and make the governance process more transparent. We’re also hoping to form an ethics committee to set parameters for how public life data is collected, shared, and acted upon. With more participation, we believe the Protocol will become more useful in shaping cities for the better. 44 | --------------------------------------------------------------------------------